:root {
  --themainblue: #458cf5;
  --greenbreaker: #39ef8f;
  --classicblack: #262626;
  --bg_blue: #d9e7f9;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.basic_gradient {
  background-image: linear-gradient(260deg, var(--themainblue), #39ef8f);
  color: #fff;
  border-radius: 11px;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  transition: all .2s;
  display: inline-block;
}

.basic_gradient:hover {
  background-image: linear-gradient(264deg, var(--themainblue), var(--greenbreaker));
}

.section {
  padding-top: 150px;
  padding-left: 200px;
}

.heading_stc {
  text-transform: uppercase;
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
}

.in_heading_blue {
  color: var(--themainblue);
}

.underheader {
  color: var(--themainblue);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph {
  color: var(--classicblack);
  width: 650px;
  height: auto;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.section-2 {
  background-color: #f0f6fe;
  width: 100%;
  height: 95vh;
}

.navbar {
  background-color: #ddd0;
}

.container {
  justify-content: space-between;
  align-items: stretch;
  width: auto;
  max-width: 1440px;
  padding-top: 20px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.nav-link {
  color: #000;
  border-right: 1px solid #0000;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.nav-link:hover {
  background-color: var(--themainblue);
  color: #fff;
  border-radius: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-weight: 400;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.w--current:hover {
  color: #fff;
}

.nav-menu {
  color: #686868;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-link-copy {
  color: #000;
  margin-right: 17px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.nav-link-copy:hover {
  background-color: var(--themainblue);
  color: #fff;
  border-radius: 11px;
  font-weight: 400;
}

.nav-link-copy.w--current {
  color: #000;
  text-decoration: none;
}

.container-2 {
  max-width: 1440px;
  padding-top: 120px;
  padding-left: 120px;
  padding-right: 120px;
}

.div-block {
  width: 653.25px;
}

.div-block-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-3 {
  background-color: #0000;
  background-image: linear-gradient(270deg, #458cf5, #39ef8f);
  justify-content: flex-start;
  align-items: center;
  height: 63px;
  padding-top: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.section-3:hover {
  background-image: linear-gradient(270deg, #39ef8f, #458cf5);
}

.text-block {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
  display: inline-flex;
}

.div-block-3 {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.section-4 {
  background-color: #d9e7f9;
  padding-top: 75px;
  padding-bottom: 75px;
}

.container-3 {
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 120px;
}

.underheader-copy {
  color: var(--themainblue);
  margin-bottom: 17px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-copy {
  color: var(--classicblack);
  width: auto;
  margin-top: 25px;
  margin-bottom: 45px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.basic_gradient-copy {
  color: #000;
  background-color: #3898ec00;
  border-radius: 11px;
  margin-left: 22px;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.div-block-4 {
  width: 49%;
  height: 100%;
  position: static;
}

.div-block-5 {
  justify-content: space-between;
  display: flex;
}

.div-block-6 {
  width: 49%;
}

.div-block-7 {
  justify-content: space-between;
  display: flex;
}

.div-block-8 {
  background-color: #f0f6ff;
  border-top: 5px solid #295493;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 285px;
  height: 501.26px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-2 {
  color: #295493;
  text-align: center;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-9 {
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 230.13px;
  height: 45.03px;
  margin-top: 20px;
  padding-left: 15px;
  display: flex;
}

.text-block-3 {
  color: #000;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.div-block-8-copy {
  border-top: 5px solid var(--themainblue);
  background-color: #f0f6ff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 285px;
  height: 501.26px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-7-copy {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.text-block-2-copy-copy {
  color: #4b4b4b;
  text-align: center;
  text-align: center;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-8-copy-copy, .div-block-8-copy-copy-copy {
  background-color: #f0f6ff;
  border-top: 5px solid #4b4b4b;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 285px;
  height: 501.26px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.basic_gradient-copy, .basic_gradient-copy-copy {
  background-image: linear-gradient(260deg, var(--themainblue), var(--greenbreaker));
  color: #fff;
  border-radius: 11px;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
}

.basic_gradient-copy-copy-copy {
  background-image: linear-gradient(260deg, var(--themainblue), var(--greenbreaker));
  color: #fff;
  border-radius: 11px;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: none;
}

.basic_gradient-copy-copy {
  color: #000;
  background-color: #3898ec00;
  background-image: none;
  border-radius: 11px;
  margin-left: 22px;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.section-5 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.container-4 {
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 120px;
}

.div-block-10 {
  justify-content: space-between;
  display: flex;
}

.heading_stc-copy-copy {
  text-align: center;
  text-transform: uppercase;
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
}

.div-block-11 {
  justify-content: space-between;
  display: flex;
}

.div-block-12 {
  background-color: #fff;
  border-radius: 11px;
  justify-content: flex-start;
  align-items: center;
  width: 590px;
  height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.underheader-copy {
  color: var(--themainblue);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.image-2 {
  margin-right: 23px;
}

.div-block-11-copy {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.container-5 {
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 120px;
}

.section-6 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.icon, .icon-2 {
  color: var(--themainblue);
}

.basic_gradient-copy, .basic_gradient-copy-copy, .basic_gradient-copy-copy-copy, .basic_gradient-copy-copy-copy-copy {
  background-image: linear-gradient(260deg, var(--themainblue), var(--greenbreaker));
  color: #fff;
  border-radius: 11px;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
}

.basic_gradient-copy-copy-copy-copy-copy {
  color: #fff;
  border-radius: 11px;
  margin-left: 33px;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
}

.div-block-13 {
  justify-content: space-between;
  margin-top: 49px;
  display: flex;
}

.div-block-14 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-15 {
  background-color: var(--bg_blue);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 48%;
  height: 240px;
  display: flex;
}

.div-block-16 {
  width: 48%;
}

.div-block-14-copy {
  justify-content: space-between;
  width: 100%;
  margin-top: 29px;
  display: flex;
}

.image-3 {
  width: 80%;
  height: 107px;
  margin-top: 15px;
}

.text-block-2-copy {
  color: #295493;
  text-align: center;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-2-copy-copy {
  color: var(--classicblack);
  text-align: center;
  margin-top: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  text-decoration: none;
  display: flex;
}

.text-block-2-copy-copy-copy {
  color: var(--themainblue);
  text-align: center;
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-2-copy-copy-copy-copy {
  color: var(--classicblack);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.image-4 {
  margin-right: 10px;
}

.image-3-copy {
  width: 80%;
  margin-top: 15px;
  margin-bottom: 41px;
}

.div-block-18 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  height: 510px;
  display: flex;
}

.div-block-19 {
  border: 3px solid var(--themainblue);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  display: flex;
}

.div-block-19:hover {
  background-color: var(--bg_blue);
}

.heading_stc-copy, .heading_stc-copy-copy, .heading_stc-copy-copy-copy {
  text-transform: uppercase;
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
}

.heading_stc-copy-copy-copy-copy {
  text-transform: uppercase;
  width: 69%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 45px;
}

.image-5 {
  height: 100%;
}

.section-7 {
  background-color: var(--bg_blue);
  height: 421.65px;
  padding-top: 75px;
}

.container-6 {
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 120px;
}

.div-block-20 {
  width: 23%;
}

.text-block-4 {
  color: var(--themainblue);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.form {
  background-color: #fff;
  border: 2px #000;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-field {
  color: #000;
  border: 1px #000;
  border-radius: 32px;
  height: 51.88px;
  margin-bottom: 0;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.submit-button {
  background-image: linear-gradient(264deg, #458cf5, #39ef8f 100%, #fff);
  border-radius: 32px;
  height: 51.88px;
  margin-right: -1px;
  font-size: 30px;
  line-height: 10px;
}

.form-block {
  background-image: linear-gradient(263deg, #458cf5, #39ef8f);
  border-radius: 32px;
  padding: 4px;
}

.div-block-14-copy-copy {
  justify-content: space-between;
  width: 100%;
  margin-top: 29px;
  display: flex;
}

.basic_gradient-copy-copy-copy-copy {
  background-image: linear-gradient(260deg, var(--themainblue), var(--greenbreaker));
  color: #fff;
  border-radius: 11px;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: none;
}

.image-6 {
  max-width: 50%;
}

.div-block-21 {
  justify-content: space-between;
  display: flex;
}

.div-block-22 {
  background-image: url('../images/facebook-10.png');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

.div-block-23 {
  justify-content: flex-start;
  display: flex;
}

.div-block-22-copy {
  background-image: url('../images/linkedin-1.png');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-copy {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 18px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
  display: inline-flex;
}

._1 {
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
}

.link-block {
  color: #474747;
  text-decoration: none;
}

.text-block-4-copy {
  color: var(--themainblue);
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-24 {
  flex-flow: column;
  display: flex;
}

._1-copy {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 32px;
  text-decoration: none;
}

.container-7 {
  max-width: 1440px;
  padding: 70px 120px;
}

.section-8 {
  background-color: var(--bg_blue);
}

.div-block-25 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.text-block-5 {
  color: #000;
  margin-left: 37px;
  margin-right: 37px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.heading_stc-copy-copy-copy {
  text-align: left;
  text-transform: uppercase;
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
}

.div-block-26 {
  color: #999;
  background-color: #fff;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  height: 180px;
  padding-right: 18px;
  display: flex;
  box-shadow: 0 0 5px 3px #0003;
}

.text-block-6 {
  color: #000;
  margin-right: 14px;
  padding-top: 10px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  line-height: 50px;
}

.paragraph-copy-copy, .paragraph-copy-copy-copy {
  color: var(--classicblack);
  width: auto;
  margin-top: 25px;
  margin-bottom: 45px;
  margin-left: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-copy-copy-copy-copy {
  color: var(--classicblack);
  width: auto;
  margin-top: 25px;
  margin-bottom: 45px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.container-4-copy, .container-4-copy-copy {
  max-width: 1440px;
  padding-left: 120px;
  padding-right: 120px;
}

.container-4-copy-copy-copy {
  max-width: 1440px;
  margin-top: 110px;
  margin-bottom: 99px;
  padding-left: 120px;
  padding-right: 120px;
}

.text-block-7 {
  color: var(--classicblack);
  margin-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

.text-block-8 {
  color: #000;
  text-align: center;
  margin-top: 11px;
  font-size: 32px;
  line-height: 42px;
}

.heading_stc-copy-copy-copy-copy {
  text-align: left;
  text-transform: uppercase;
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
}

.heading_stc-copy-copy-copy-copy-copy {
  text-align: left;
  text-transform: uppercase;
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 37px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
}

.code-embed {
  color: #c9c9c9;
  width: auto;
}

.link-block-2 {
  width: 100%;
  text-decoration: none;
}

.heading_stc-copy-copy-copy-copy-copy, .heading_stc-copy-copy-copy-copy-copy-copy, ._1234e {
  text-transform: uppercase;
  width: 69%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 33px;
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 45px;
}

.div-block-22-copy {
  background-image: url('../images/linkedin-1.png');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
}

.div-block-22-copy-copy {
  background-image: url('../images/instagram-2.png');
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
}

.link-block-3 {
  width: 100%;
  text-decoration: none;
}

.basic_gradient-copy-copy-copy, .basic_gradient-copy-copy-copy-copy, .basic_gradient-copy-copy-copy-copy-copy, .basic_gradient-copy-copy-copy-copy-copy-copy {
  color: #000;
  background-color: #3898ec00;
  background-image: none;
  border-radius: 11px;
  margin-left: 22px;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.basic_gradient-copy-copy-copy-copy-copy-copy-copy {
  background-color: var(--themainblue);
  color: #fff;
  background-image: none;
  border-radius: 11px;
  margin-left: 22px;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.paragraph-copy-copy {
  color: var(--classicblack);
  width: auto;
  margin-top: 25px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.section-4-copy {
  background-color: #d9e7f9;
  padding-top: 75px;
  padding-bottom: 75px;
}

.heading_stc-copy-copy-copy-copy-copy-copy, .heading_stc-copy-copy-copy-copy-copy-copy-copy {
  text-align: left;
  text-transform: uppercase;
  width: auto;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 37px;
  font-family: Montserrat, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
}

.div-block-2-copy {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-2-copy-copy {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 170px;
  display: flex;
}

.container-8 {
  max-width: 1440px;
  padding: 60px 120px;
}

.div-block-27 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-28 {
  outline-offset: 0px;
  border-radius: 11px;
  outline: 1px solid #458cf5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 31%;
  height: 300px;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.text-block-9 {
  margin-top: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}

.paragraph-2 {
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.button {
  color: #000;
  background-color: #458cf500;
  border-radius: 11px;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
  transition: all .2s;
}

.button:hover {
  background-color: var(--themainblue);
  color: #fff;
}

.div-block-27-copy {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.div-block-29 {
  justify-content: space-between;
  display: flex;
}

.image-9 {
  margin-top: -100px;
  margin-bottom: -150px;
}

.text-block-copy-copy, .text-block-copy-copy-copy {
  color: #fff;
  width: 754px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
  display: none;
}

.text-block-copy-copy-copy-copy-copy {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 22px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.section-5-copy {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-5-copy-copy {
  padding-top: 75px;
  padding-bottom: 0;
}

.text-block-copy-copy, .text-block-copy-copy-copy {
  color: #fff;
  width: 754px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
  display: none;
}

.text-block-copy-copy-copy-copy {
  color: #fff;
  width: 754px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
  display: inline-flex;
}

.text-block-copy-copy-copy-copy-copy {
  color: #fff;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
  display: inline-flex;
}

.div-block-30 {
  width: 48%;
}

.image-10 {
  border-radius: 11px;
}

.basic_gradient-copy-copy-copy-copy-copy {
  background-image: linear-gradient(260deg, var(--themainblue), var(--greenbreaker));
  color: #fff;
  background-image: linear-gradient(260deg, var(--themainblue), var(--greenbreaker));
  border-radius: 11px;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: none;
}

.basic_gradient-copy-copy-copy-copy-copy-copy, .basic_gradient-copy-copy-copy-copy-copy-copy-copy {
  color: #fff;
  border-radius: 11px;
  margin-left: 33px;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: inline-block;
}

.basic_gradient-copy-copy-copy-copy-copy-copy-copy-copy, .basic_gradient-copy-copy-copy-copy-copy-copy-copy-copy-copy {
  background-color: var(--themainblue);
  color: #fff;
  background-image: none;
  border-radius: 11px;
  margin-left: 22px;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.basic_gradient-copy-copy-copy-copy-copy {
  background-image: linear-gradient(260deg, var(--themainblue), var(--greenbreaker));
  color: #fff;
  background-image: linear-gradient(260deg, var(--themainblue), var(--greenbreaker));
  border-radius: 11px;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: none;
}

.div-block-26-copy, .div-block-26-copy-copy {
  color: #999;
  background-color: #fff;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  height: 160px;
  padding-right: 18px;
  display: flex;
  box-shadow: 0 0 5px 3px #0003;
}

.div-block-26-copy-copy, .div-block-26-copy-copy-copy, .div-block-26-copy-copy-copy-copy, .div-block-26-copy-copy, .div-block-26-copy-copy-copy, .div-block-26-copy-copy-copy-copy, .div-block-26-copy-copy, .div-block-26-copy-copy-copy, .div-block-26-copy-copy-copy-copy, .div-block-26-copy-copy-copy-copy-copy {
  color: #999;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  height: 321.7px;
  padding-top: 27px;
  padding-right: 0;
  display: flex;
  box-shadow: 0 0 5px 3px #0003;
}

.div-block-26-copy {
  color: #999;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 32%;
  height: 180px;
  padding-top: 0;
  padding-right: 18px;
  display: flex;
  box-shadow: 0 0 5px 3px #0003;
}

.basic_gradient-copy-copy-copy-copy-copy {
  background-image: linear-gradient(260deg, var(--themainblue), var(--greenbreaker));
  color: #fff;
  border-radius: 11px;
  padding: 11px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
  display: none;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.code-embed-2 {
  display: none;
}

.div-block-31 {
  outline-offset: 0px;
  border-radius: 11px;
  outline: 1px solid #458cf5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 31%;
  height: 300px;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.paragraph-4 {
  text-align: center;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

.button-2 {
  color: #000;
  background-color: #458cf500;
  border-radius: 11px;
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
  transition: all .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #458cf5;
}

.div-block-31-copy {
  outline-offset: 0px;
  border-radius: 11px;
  outline: 1px solid #458cf5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 31%;
  height: 320px;
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.image-11 {
  max-width: 50%;
}

@media screen and (max-width: 479px) {
  .basic_gradient {
    margin-top: 20px;
    margin-bottom: 22px;
    display: none;
  }

  .heading_stc {
    width: 100%;
    max-width: 100%;
    margin-top: 35px;
    font-size: 24px;
    line-height: 29px;
  }

  .underheader {
    margin-top: 20px;
    font-size: 16px;
  }

  .paragraph {
    width: 100%;
    font-size: 14px;
  }

  .section-2 {
    height: auto;
    padding-bottom: 35px;
  }

  .navbar {
    background-color: #fff;
  }

  .container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav-link {
    text-align: center;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-link-copy {
    text-align: center;
  }

  .container-2 {
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block {
    width: 100%;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .section-3 {
    height: 63px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .text-block {
    width: auto;
    margin-right: 13px;
  }

  .section-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-copy {
    margin-bottom: 26px;
  }

  .basic_gradient-copy {
    border: 3px solid var(--themainblue);
    color: var(--themainblue);
    margin-left: 0;
    display: inline-block;
  }

  .div-block-4 {
    width: 100%;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .div-block-6 {
    width: 100%;
  }

  .div-block-7 {
    flex-flow: column;
  }

  .div-block-8 {
    width: 100%;
    margin-top: 35px;
  }

  .div-block-9 {
    width: 100%;
  }

  .div-block-8-copy {
    width: 100%;
    margin-top: 26px;
  }

  .div-block-7-copy {
    flex-flow: column;
  }

  .text-block-2-copy-copy {
    margin-top: 25px;
  }

  .div-block-8-copy-copy {
    width: 100%;
  }

  .image {
    margin-top: 22px;
  }

  .div-block-8-copy-copy-copy {
    width: 100%;
    margin-top: 42px;
  }

  .basic_gradient-copy, .basic_gradient-copy-copy, .basic_gradient-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 22px;
    display: inline-block;
  }

  .basic_gradient-copy-copy {
    border: 3px solid var(--themainblue);
    color: #fff;
    margin-left: 0;
    display: inline-block;
  }

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-10 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .heading_stc-copy-copy {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 29px;
  }

  .div-block-12 {
    width: 100%;
    margin-bottom: 20px;
  }

  .underheader-copy {
    margin-top: 20px;
    font-size: 16px;
  }

  .div-block-11-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-6 {
    padding-bottom: 30px;
  }

  .basic_gradient-copy, .basic_gradient-copy-copy, .basic_gradient-copy-copy-copy, .basic_gradient-copy-copy-copy-copy, .basic_gradient-copy-copy-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 22px;
    display: inline-block;
  }

  .div-block-13 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-14 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-15 {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .div-block-16 {
    width: 100%;
  }

  .div-block-14-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-18 {
    justify-content: flex-start;
    width: 100%;
    height: auto;
  }

  .div-block-19 {
    height: auto;
    margin-bottom: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading_stc-copy, .heading_stc-copy-copy, .heading_stc-copy-copy-copy {
    width: 100%;
    max-width: 100%;
    font-size: 24px;
    line-height: 29px;
  }

  .heading_stc-copy-copy-copy-copy {
    width: 100%;
    max-width: 100%;
    margin-left: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .image-5 {
    width: 60px;
    height: 60px;
  }

  .section-7 {
    height: auto;
    padding-top: 25px;
  }

  .container-6 {
    padding-bottom: 21px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-20 {
    width: 100%;
    margin-top: 26px;
  }

  .div-block-14-copy-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
  }

  .basic_gradient-copy-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 22px;
    display: inline-block;
  }

  .image-6 {
    max-width: 100%;
  }

  .div-block-21 {
    flex-flow: column;
  }

  .text-block-copy {
    width: auto;
    margin-right: 13px;
  }

  .container-7 {
    padding: 35px 20px;
  }

  .div-block-25 {
    width: 280px;
  }

  .text-block-5 {
    margin-left: 12px;
    margin-right: 0;
    font-size: 15px;
    text-decoration: none;
  }

  .image-7, .image-8 {
    width: 50px;
  }

  .heading_stc-copy-copy-copy {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 29px;
  }

  .div-block-26 {
    width: 100%;
    height: auto;
  }

  .paragraph-copy-copy, .paragraph-copy-copy-copy, .paragraph-copy-copy-copy-copy {
    margin-bottom: 26px;
  }

  .container-4-copy, .container-4-copy-copy, .container-4-copy-copy-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-7 {
    text-align: center;
  }

  .heading_stc-copy-copy-copy-copy, .heading_stc-copy-copy-copy-copy-copy {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 29px;
  }

  .code-embed {
    display: none;
  }

  .heading_stc-copy-copy-copy-copy-copy, .heading_stc-copy-copy-copy-copy-copy-copy, ._1234e {
    width: 100%;
    max-width: 100%;
    margin-left: 10px;
    font-size: 18px;
    line-height: 26px;
  }

  .basic_gradient-copy-copy-copy, .basic_gradient-copy-copy-copy-copy, .basic_gradient-copy-copy-copy-copy-copy, .basic_gradient-copy-copy-copy-copy-copy-copy, .basic_gradient-copy-copy-copy-copy-copy-copy-copy {
    border: 3px solid var(--themainblue);
    color: #fff;
    margin-left: 0;
    display: inline-block;
  }

  .paragraph-copy-copy {
    margin-bottom: 26px;
  }

  .section-4-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading_stc-copy-copy-copy-copy-copy-copy, .heading_stc-copy-copy-copy-copy-copy-copy-copy {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 29px;
  }

  .div-block-2-copy {
    flex-flow: column;
  }

  .div-block-2-copy-copy {
    flex-flow: column;
    margin-bottom: 83px;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-27 {
    flex-flow: column;
  }

  .div-block-28 {
    width: 100%;
    margin-bottom: 18px;
  }

  .div-block-27-copy {
    flex-flow: column;
    margin-top: 0;
  }

  .div-block-29 {
    justify-content: space-between;
    align-items: center;
  }

  .image-9 {
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .text-block-copy-copy, .text-block-copy-copy-copy, .text-block-copy-copy-copy-copy, .text-block-copy-copy-copy-copy-copy, .text-block-copy-copy, .text-block-copy-copy-copy, .text-block-copy-copy-copy-copy, .text-block-copy-copy-copy-copy-copy {
    width: auto;
    margin-right: 13px;
  }

  .div-block-30 {
    width: 100%;
  }

  .basic_gradient-copy-copy-copy-copy-copy {
    border-style: none;
    margin-top: 20px;
    margin-bottom: 22px;
    display: inline-block;
  }

  .basic_gradient-copy-copy-copy-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 22px;
    display: inline-block;
  }

  .basic_gradient-copy-copy-copy-copy-copy-copy-copy {
    border-style: none;
    margin-top: 20px;
    margin-bottom: 22px;
    margin-left: 15px;
    display: inline-block;
  }

  .basic_gradient-copy-copy-copy-copy-copy-copy-copy-copy {
    border: 3px solid var(--themainblue);
    color: #fff;
    margin-left: 0;
    display: inline-block;
  }

  .basic_gradient-copy-copy-copy-copy-copy-copy-copy-copy-copy {
    border: 3px none var(--themainblue);
    color: #fff;
    margin-left: 0;
    display: inline-block;
  }

  .div-block-26-copy {
    width: 100%;
  }

  .div-block-26-copy-copy {
    width: 100%;
    height: 160px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .div-block-26-copy-copy-copy-copy {
    width: 100%;
  }

  .div-block-26-copy-copy-copy-copy-copy {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .div-block-26-copy {
    flex-flow: row;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 0;
  }

  .basic_gradient-copy-copy-copy-copy-copy {
    margin-top: 20px;
    margin-bottom: 22px;
    display: none;
  }

  .menu-button {
    margin-top: 29px;
  }

  .menu-button.w--open {
    background-color: var(--themainblue);
    border-radius: 8px;
  }

  .icon-3 {
    border-radius: 0;
  }

  .icon-4 {
    font-size: 28px;
  }

  .code-embed-2 {
    width: 100%;
    display: block;
  }

  .div-block-31, .div-block-31-copy {
    width: 100%;
    margin-bottom: 18px;
  }

  .brand {
    width: 80%;
    margin-top: 26px;
  }
}


