.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Gt walsheim', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 99.999861893466%;
  min-height: 100vh;
  margin-top: -18px;
  margin-bottom: 0px;
  padding: 0px 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: #fff;
  background-clip: border-box;
}

.heading {
  margin-top: 157px;
  margin-bottom: 36px;
  font-family: 'Gt walsheim', sans-serif;
  color: #20193a;
  font-size: 80px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}

.paragraph {
  max-width: 550px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 96px;
  margin-bottom: 125px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-plain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 190px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  background-color: #0e9eff;
  font-family: 'Gt walsheim', sans-serif;
  font-weight: 500;
  text-align: center;
}

.button-plain:hover {
  border: 1px none #fff;
}

.button-plain.button-outline {
  margin-left: 30px;
  border: 1px solid #0e9eff;
  background-color: transparent;
  color: #4f5e78;
}

.heading-2 {
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.heading-2.heading-black {
  padding-left: 10px;
  color: #20193a;
}

.paragraph-small {
  max-width: 590px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: left;
}

.navbar-3 {
  height: 85px;
  background-color: #fff;
}

.nav-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}

.nav-link-5 {
  height: 100%;
  min-height: 85px;
  padding: 34px 29px 30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #20193a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-5:hover {
  background-color: #5748c5;
  color: #fff;
}

.nav-link-5.w--current {
  color: #31414e;
  font-weight: 700;
}

.logo-mid {
  margin-right: 35px;
  margin-left: 35px;
  font-family: 'Varela Round', sans-serif;
}

.text-span {
  color: hsla(0, 0%, 100%, 0.18);
  font-size: 15px;
}

.button {
  margin-left: 0px;
  padding: 16px 25px;
  border-radius: 4px;
  background-color: #5748c5;
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.button:hover {
  border: 1px none #fff;
  background-color: #4e41b4;
}

.button.button-d {
  background-color: #f5f6f8;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  color: #4f5e78;
  font-weight: 500;
}

.button.button-d:hover {
  border-style: none;
  background-color: #e2e4e7;
}

.button.button-advert {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 2rem;
  display: block;
  max-width: 150px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button.button-advert:hover {
  background-color: #5748c5;
}

.product-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.menu-left {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  padding-left: 0px;
  background-color: #f4f5f7;
}

.text-span-2 {
  margin-right: 8px;
  font-family: 'Fontawesome webfont 2', sans-serif;
}

.text-span-3 {
  margin-left: 8px;
  font-family: 'Fontawesome webfont 2', sans-serif;
  font-size: 15px;
}

.link {
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Roboto, sans-serif;
  color: #4f5e78;
  font-weight: 500;
  text-decoration: none;
}

.info-wrap {
  margin-bottom: 120px;
  padding: 5px 5px 30px;
}

.nav-bar-wrap {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.nav-link-3 {
  font-family: Roboto, sans-serif;
  color: #4f5e78;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.navbar-1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f0f0f0;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-btn {
  margin-left: 25px;
  border-radius: 4px;
  background-color: #5748c5;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.navbar-2 {
  min-height: 80px;
  padding-top: 0px;
  padding-right: 35px;
  padding-bottom: 0px;
  background-color: #f0f0f0;
}

.brand-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5748c5;
}

.nav-link-4 {
  font-family: Montserrat, sans-serif;
  color: #20193a;
  font-weight: 600;
}

.nav-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 80px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  margin-left: 18px;
  font-family: 'Fontawesome webfont 2', sans-serif;
  color: #20193a;
  font-size: 17px;
  text-decoration: none;
}

.logo-text {
  margin-top: 10px;
  font-family: 'Gt walsheim', sans-serif;
  color: #20193a;
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
}

.logo-text.l-t-w {
  color: #fff;
  text-decoration: none;
}

.brand-4 {
  height: 100%;
}

.heading-5 {
  margin-top: 10px;
  color: #5748c5;
  font-size: 30px;
  line-height: 25px;
}

.div-block-4 {
  width: 100%;
  height: 3px;
  background-color: #5748c5;
}

.split-line {
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 15px;
  background-color: rgba(79, 94, 120, 0.15);
}

.split-line.menu-split-line {
  margin-bottom: 35px;
}

.info-text {
  display: block;
  float: left;
  font-family: Roboto, sans-serif;
  color: rgba(79, 94, 120, 0.4);
  text-decoration: none;
}

.navbar-6 {
  display: block;
  height: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.navbar6-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
}

.burger-wrapper {
  position: relative;
  z-index: 201;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
}

.line-1 {
  width: 27px;
  height: 2px;
  background-color: #000;
}

.line-2 {
  width: 20px;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #20193a;
}

.line-3 {
  width: 27px;
  height: 2px;
  background-color: #20193a;
}

.navmenu-6 {
  width: 100%;
  height: 80px;
}

.navbar6-logo {
  text-decoration: none;
}

.footer-1-inbox {
  border-right: 1px none #000;
  border-radius: 4px 0px 0px 4px;
}

.textlinks {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.footer-1-copywrite {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #7c7e80;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.3px;
}

.footer-1-s-link {
  display: block;
  font-family: Roboto, sans-serif;
  color: #4f5e78;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0px;
}

.footer-1-link {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  color: #5748c5;
  font-size: 0.9rem;
  line-height: 20px;
  font-weight: 500;
}

.form-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button-3 {
  margin-bottom: 10px;
  border-left: 1px none #000;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #5748c5;
  font-family: 'Fontawesome webfont 2', sans-serif;
}

.footer-1-para {
  max-width: 233px;
  font-family: Roboto, sans-serif;
  color: #4f5e78;
  font-size: 14px;
  font-weight: 400;
}

.link-5 {
  display: none;
  color: rgba(255, 111, 0, 0.55);
  text-decoration: none;
}

.footer-1-legal {
  margin-top: 45px;
}

.footer-1-wrapper {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.footer-1 {
  padding: 80px 25px;
  background-color: #ebebeb;
}

.footer-3-para {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Montserrat, sans-serif;
  color: #4f5e78;
  line-height: 23px;
  font-weight: 500;
  text-align: right;
}

.footer-3-link {
  margin-right: 20px;
  margin-left: 19px;
  font-family: Montserrat, sans-serif;
  color: #5748c5;
  font-weight: 600;
  text-decoration: none;
}

.footer-3-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-3-copywrite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #4f5e78;
  font-weight: 500;
}

.footer-3-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row-5 {
  display: block;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-3-links {
  margin-right: -20px;
  margin-bottom: 20px;
  padding-right: 0px;
}

.footer-3-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-3-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-3 {
  padding: 100px 5% 20px;
  background-color: #ebebeb;
}

.footer-3-line {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(79, 94, 120, 0.23);
}

.footer-4 {
  padding: 15px;
  background-color: #20193a;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.footer-container.fb-footer {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-col {
  padding: 20px 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 78%, 0.09);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #afafaf;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.fb-footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #8b8b8b;
  text-align: right;
}

.footer-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fb-footer-link {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  color: #8b8b8b;
  text-decoration: none;
}

.icon.fb-footer-link {
  font-family: 'Fontawesome webfont 2', sans-serif;
  color: #d8d8d8;
}

.div-block-5 {
  padding: 12px;
  background-color: #372e57;
}

.right-content {
  width: 80%;
  margin-left: 20%;
  padding-top: 0px;
  background-color: #f1efef;
}

.text-block-2 {
  float: left;
  font-family: 'Gt walsheim', sans-serif;
  color: #20193a;
  font-size: 16px;
  font-weight: 500;
}

.menu-link-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 32px;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: rgba(79, 94, 120, 0.1);
}

.menu-link-bg:focus {
  background-color: #5748c5;
}

.div-block-11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  padding-top: 30%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.drop-menu {
  display: none;
  margin-top: 8px;
  padding: 10px 10px 10px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  box-shadow: 1px 1px 13px 0 rgba(79, 94, 120, 0.26);
  opacity: 0;
}

.menu-link {
  margin-bottom: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.content-container-white {
  width: 100%;
  padding: 120px 3% 80px;
  background-color: #fff;
}

.button-3 {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 50px;
  background-color: #5748c5;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.button-3.button-3-d {
  background-color: #f5f6f8;
  color: #4f5e78;
}

.button-3.button-3-w {
  background-color: #ffab00;
}

.text-span-4 {
  margin-right: 7px;
  font-family: 'Fontawesome webfont 2', sans-serif;
  font-size: 14px;
}

.text-span-5 {
  margin-left: 8px;
  font-family: 'Fontawesome webfont 2', sans-serif;
}

.navbar-6-2 {
  background-color: #5748c5;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-2 {
  display: block;
  width: 52px;
  margin: 14px;
  padding-bottom: 0px;
  float: left;
}

.nav-menu-4 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  float: left;
  text-align: center;
}

.nav-link-6 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-6:hover {
  color: #8a8a8a;
}

.nav-link-6.w--current {
  color: #8b8b8b;
}

.login-button {
  padding: 5px 20px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
}

.content-container {
  width: 100%;
  padding: 80px 3%;
  background-color: #fff;
}

.card-wrap-bg {
  position: relative;
  min-height: 560px;
  padding: 126px 15% 40px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url('../images/img-card-bg.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url('../images/img-card-bg.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.arrow-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.arrow-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
}

.arrow-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(0, 0, 0, 0.19);
  background-color: hsla(0, 0%, 100%, 0.8);
}

.heading-14 {
  font-family: Roboto, sans-serif;
  color: #f3f3f3;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}

.column-7 {
  padding: 10px;
}

.paragraph-4 {
  font-family: 'Gt walsheim', sans-serif;
  color: hsla(0, 0%, 100%, 0.94);
  line-height: 24px;
  font-weight: 300;
}

.card-cta {
  position: relative;
  min-height: 250px;
  padding: 10% 15%;
  border-radius: 2px;
  background-color: #5748c5;
}

.card-cta-tag {
  position: absolute;
  left: 1.2rem;
  top: 1rem;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #fff;
}

.card-cta-tag.card-cta-tag-2 {
  background-color: #5748c5;
}

.card-cta-tag.card-cta-tag-small {
  left: 1rem;
  padding-right: 8px;
  padding-left: 8px;
  background-color: #5748c5;
}

.card-cta-tag.card-cta-tag-small.card-cta-colour2 {
  background-color: #4bb14b;
}

.card-cta-text {
  font-family: Roboto, sans-serif;
  color: #20193a;
  font-weight: 500;
  text-decoration: none;
}

.card-cta-text.card-cta-text-2 {
  color: #fff;
}

.card-cta-text.card-cta-text-sml {
  color: #fff;
  font-size: 12px;
}

.card-cta-heading {
  margin-top: 45px;
  margin-bottom: 45px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  font-weight: 500;
}

.cards-social-bottom {
  position: absolute;
  left: 1.2rem;
  right: 0px;
  bottom: 1.2rem;
  z-index: 130;
}

.social-card-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 11px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.12);
}

.social-card-base.social-card-padding {
  margin-left: 8px;
}

.image {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.link-7 {
  margin-left: 13px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.heading-15 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #20193a;
  font-size: 17px;
  line-height: 25px;
  font-weight: 600;
}

.div-block-21 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 230px;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 4px;
  box-shadow: 3px 3px 13px 0 rgba(79, 94, 120, 0.14);
}

.div-block-22 {
  position: relative;
  z-index: 99;
  width: 50%;
  min-height: 230px;
  background-image: url('../images/img-4.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.21)), to(rgba(0, 0, 0, 0.21))), url('../images/img-1.jpg');
  background-image: url('../images/img-4.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url('../images/img-1.jpg');
  background-position: 50% 50%, 0px 0px, 50% 50%;
  background-size: cover, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  min-height: 230px;
  padding: 15px 28px 15px 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.paragraph-5 {
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #20193a;
}

.link-8 {
  position: static;
  top: 13px;
  right: 0px;
  bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #5748c5;
  text-decoration: none;
}

.column-10 {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 460px;
  padding: 100px 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #5748c5;
}

.text-block-4 {
  margin-right: 13px;
  font-family: Roboto, sans-serif;
  color: #f8f8f8;
}

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

.card-advert-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  padding: 80px 35px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: url('../images/bg-img-3.jpg');
  background-position: 50% 20%;
  background-size: cover;
  background-repeat: no-repeat;
}

.top-tag {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  display: block;
  max-width: 110px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #5748c5;
  text-align: center;
}

.top-tag.top-tag-large {
  max-width: 170px;
  background-color: #20193a;
}

.link-9 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-decoration: none;
}

.heading-16 {
  font-family: 'Gt walsheim pro', sans-serif;
  color: #20193a;
  text-align: center;
}

.text-block-5 {
  font-family: 'Gt walsheim', sans-serif;
  color: #4f5e78;
  font-size: 14px;
}

.div-block-28 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  min-width: 200px;
  padding: 55px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(79, 94, 120, 0.24);
}

.row-8 {
  margin-bottom: 30px;
}

.button-social {
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 4px;
  background-color: #5748c5;
  font-family: 'Fontawesome webfont 2', sans-serif;
  font-size: 16px;
}

.button-social.mid {
  margin-right: 5px;
  margin-left: 5px;
}

.button-social.social-round {
  border-radius: 100px;
}

.overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.58);
}

.info-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  min-height: 400px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #5748c5;
}

.heading-20 {
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: 'Gt walsheim pro', sans-serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-weight: 600;
}

.paragraph-8 {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.77);
  font-size: 8px;
  line-height: 15px;
  text-align: center;
}

.div-block-30 {
  position: absolute;
  top: 0px;
  right: 0px;
}

.x-close {
  padding: 5px 13px 13px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
}

.overlay-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.58);
}

.overlay-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.58);
}

.overlay-4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.58);
}

.overlay-5 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.58);
}

.link-10 {
  color: #fff;
  font-style: italic;
  font-weight: 500;
  text-decoration: none;
}

.quote-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 380px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 4px;
  background-color: #f5f6f8;
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.22);
}

.text-block-8 {
  float: left;
  font-family: 'Gt walsheim', sans-serif;
  color: #5748c5;
  font-size: 12px;
  font-weight: 500;
}

.quote-container {
  width: 100%;
  padding-top: 40px;
}

.heading-21 {
  overflow: visible;
  font-family: Oswald, sans-serif;
  color: rgba(32, 25, 58, 0.04);
  font-size: 13rem;
}

.div-block-32 {
  position: absolute;
  left: 27px;
  top: 95px;
}

.heading-22 {
  position: static;
  font-family: Roboto, sans-serif;
  color: #20193a;
  font-size: 28px;
  line-height: 36px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  border-radius: 100px;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-9 {
  margin-left: 8px;
  font-family: Roboto, sans-serif;
  color: #20193a;
  font-weight: 500;
}

.text-name-under {
  margin-left: 8px;
  font-family: Roboto, sans-serif;
  color: #4f5e78;
  font-size: 12px;
  line-height: 17px;
}

.div-block-35 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-height: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.column-13 {
  padding-left: 15px;
}

.quote-card-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 380px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f5f6f8;
  box-shadow: 4px 4px 24px 0 rgba(0, 0, 0, 0.22);
}

.news-item-image {
  width: 100%;
  min-height: 160px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/img3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-37 {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.heading-23 {
  font-family: Roboto, sans-serif;
  color: #20193a;
  font-size: 19px;
  text-align: left;
}

.para-mid {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #20193a;
  text-align: left;
}

.overlay-6 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.58);
}

.overlay-last {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.58);
}

.info-block {
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 5px;
}

.link-11 {
  color: hsla(0, 0%, 100%, 0.35);
}

.button-grey {
  margin-left: 0px;
  padding: 16px 25px;
  border-radius: 4px;
  background-color: #f5f6f8;
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  font-family: Roboto, sans-serif;
  color: #4f5e78;
  font-weight: 500;
  cursor: pointer;
}

.button-grey:hover {
  border: 1px none #fff;
  background-color: #e0e0e0;
}

.button-yellow {
  margin-left: 0px;
  padding: 16px 25px;
  border-radius: 4px;
  background-color: #ffab00;
  -webkit-transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  transition: all 300ms cubic-bezier(.55, .055, .675, .19);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.button-yellow:hover {
  border: 1px none #fff;
  background-color: #c58910;
}

.info-button-container-2 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.text-block-10 {
  margin-left: 7px;
  font-family: 'Gt walsheim', sans-serif;
}

.link-12 {
  color: #5748c5;
  text-decoration: none;
}

.bold-text {
  margin-right: 5px;
  font-family: 'Fontawesome webfont 2', sans-serif;
}

.container-flex {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  line-height: 30px;
}

.flowbase-navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding: 20px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(155, 158, 184, 0.22);
  background-color: #fff;
}

.container-flex-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowbase-logo {
  width: 55px;
}

.button-wrapper-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  min-width: 150px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  box-shadow: inset -1px -1px 3px 0 rgba(32, 27, 61, 0.6), inset 1px 1px 3px 0 rgba(238, 230, 255, 0.44), 1px 1px 2px 0 #5b3acc;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-menu:hover {
  box-shadow: inset 1px 1px 3px 0 rgba(32, 27, 61, 0.22), inset -1px -1px 3px 0 rgba(238, 230, 255, 0), 1px 1px 2px 0 #5b3acc;
}

.arrow-cta {
  position: absolute;
  left: auto;
  top: auto;
  right: 19%;
  bottom: -139%;
  width: 100px;
}

.link-13 {
  margin-right: 20px;
  color: #5748c5;
  font-size: 17px;
  text-decoration: none;
}

.image-4 {
  background-color: #ffab00;
}

.grid {
  margin-top: 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.body {
  background-color: #5748c5;
  background-image: url('../images/circle.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-weight: 400;
  background-clip: border-box;
}

.image-5 {
  margin-top: 46px;
  margin-bottom: 0px;
}

.image-6 {
  margin-top: 46px;
  margin-bottom: 200px;
}

.image-7 {
  margin-bottom: 46px;
}

.form-block {
  max-width: none;
  margin-top: 30px;
  margin-bottom: 71px;
}

.video {
  margin-top: 200px;
}

.nav-link-7 {
  font-size: 20px;
}

.container-2 {
  display: none;
  margin-bottom: 0px;
  background-clip: border-box;
}

.image-8 {
  border-radius: 0px;
  background-clip: content-box;
}

.text-span-6 {
  font-size: 25px;
}

.paragraph-9 {
  margin-top: 33px;
  font-size: 0px;
  text-align: center;
}

.image-9 {
  margin-bottom: 36px;
}

@media screen and (max-width: 991px) {
  .nav-contain {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-menu-2 {
    background-color: #fcfcfc;
  }

  .textlinks {
    font-size: 14px;
    letter-spacing: 0.2px;
  }

  .footer-1 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row-5 {
    display: block;
  }

  .footer-3-wrap {
    width: 100%;
    margin-left: 0px;
  }

  .right-content {
    width: 100%;
    margin-left: 0%;
  }

  .div-block-14 {
    height: 80px;
    padding-right: 25px;
    padding-left: 25px;
    background-color: #5748c5;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content-container-white {
    padding-right: 15px;
    padding-left: 15px;
  }

  .nav-container {
    display: block;
  }

  .nav-menu-4 {
    max-height: 430px;
    padding-top: 15px;
    padding-left: 15px;
    background-color: #5748c5;
  }

  .nav-link-6 {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
    font-size: 16px;
    line-height: 22px;
  }

  .menu-button {
    margin-top: 10px;
    color: #8b8b8b;
  }

  .menu-button.w--open {
    margin-top: 0px;
    background-color: #20193a;
  }

  .card-wrap-bg {
    position: relative;
    padding-right: 10%;
    padding-left: 10%;
  }

  .column-7 {
    padding: 5px;
  }

  .paragraph-4 {
    margin-bottom: 89px;
  }

  .card-cta {
    padding-right: 10%;
    padding-bottom: 15%;
    padding-left: 10%;
  }

  .card-cta-heading {
    margin-bottom: 75px;
  }

  .cards-social-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .social-card-base {
    margin-bottom: 6px;
  }

  .social-card-base.social-card-padding {
    margin-left: 4px;
  }

  .div-block-21 {
    margin-top: 13px;
  }

  .div-block-22 {
    height: 100%;
  }

  .div-block-23 {
    padding-left: 15px;
  }

  .column-10 {
    padding: 5px;
  }

  .nav-menu-5 {
    background-color: #f5f5f5;
  }

  .nav-menu-6 {
    background-color: #fff;
  }

  .menu-button-2 {
    margin-top: 10px;
  }

  .icon-2 {
    color: #fff;
  }

  .quote-card {
    padding-bottom: 5px;
  }

  .column-13 {
    padding-top: 29px;
  }

  .div-block-37 {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-right: 25px;
    padding-left: 25px;
    background-size: auto, auto;
  }

  .heading {
    font-size: 5rem;
  }

  .paragraph {
    font-size: 1.3rem;
  }

  .logo-text {
    text-align: center;
  }

  .footer-1-copywrite {
    margin-top: 10px;
  }

  .footer-1-para {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
  }

  .footer-1-legal {
    margin-top: 10px;
  }

  .footer-3-col-2 {
    display: none;
  }

  .footer-3-copywrite {
    text-align: center;
  }

  .footer-3-col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .row-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-container.fb-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .fb-footer-wrapper {
    margin-top: 15px;
  }

  .card-cta {
    min-height: auto;
    padding-top: 8%;
    padding-bottom: 8%;
  }

  .social-card-base {
    margin-left: 1px;
  }

  .div-block-28 {
    margin-bottom: 16px;
  }

  .row-8 {
    margin-bottom: 0px;
  }

  .overlay {
    overflow: scroll;
  }

  .overlay-2 {
    overflow: scroll;
  }

  .overlay-3 {
    overflow: scroll;
  }

  .overlay-4 {
    overflow: scroll;
  }

  .overlay-5 {
    overflow: scroll;
  }

  .quote-card {
    max-width: 500px;
    margin-top: 28px;
  }

  .quote-card-2 {
    max-width: 500px;
    margin-top: 28px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .news-item-image {
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .column-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .overlay-6 {
    overflow: scroll;
  }

  .overlay-last {
    overflow: scroll;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-right: 15px;
    padding-left: 15px;
    background-size: 250%, auto;
  }

  .heading {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 17vw;
  }

  .paragraph {
    font-size: 18px;
  }

  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-plain {
    margin-bottom: 14px;
  }

  .text-span {
    display: none;
  }

  .footer-1-para {
    max-width: 231px;
    font-size: 13px;
  }

  .footer-3-copywrite {
    text-align: center;
  }

  .footer-col {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .fb-footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-text {
    margin-bottom: 10px;
  }

  .card-wrap-bg {
    min-height: 530px;
    padding-top: 80px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .card-cta {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .div-block-21 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .div-block-33 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-3 {
    margin-bottom: 5px;
  }

  .div-block-37 {
    padding-bottom: 20px;
  }

  .heading-23 {
    line-height: 25px;
  }

  .footer {
    background-image: none;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: repeat-x;
  }

  .image-5 {
    margin-top: 33px;
  }
}

@font-face {
  font-family: 'Gt walsheim pro';
  src: url('../fonts/GT-Walsheim-Pro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome webfont 2';
  src: url('../fonts/fontawesome-webfont_2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt walsheim';
  src: url('../fonts/GT-Walsheim-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}