.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;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  overflow: visible;
  background-color: #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 74px;
  font-weight: 700;
}

h4 {
  color: #000;
}

p {
  margin-bottom: 10px;
  color: #000;
}

a {
  background-color: transparent;
  color: #ff5100;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.content_contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.content_contain.hero_overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
  -webkit-transition: opacity 3000ms ease;
  transition: opacity 3000ms ease;
}

.content_contain.vertical_content {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.content_contain.navbar_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_contain.steps_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 200px;
  margin-bottom: 80px;
  padding: 16px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: #fff;
  box-shadow: 1px 1px 9px 1px rgba(0, 0, 0, 0.1);
}

.image {
  max-width: 100%;
}

.hero {
  display: block;
  height: 100vh;
  max-width: 100%;
  background-color: transparent;
}

.hero_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin-right: 0px;
  margin-bottom: 150px;
  margin-left: 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-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.background-video {
  height: 100vh;
  background-color: transparent;
  box-shadow: inset 0 0 500px 0 rgba(0, 0, 0, 0.96);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.full_width_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(255, 255, 255, 0.05);
}

.full_width_section.candidates_background {
  background-color: #f2f3f6;
}

.full_width_section.background_color_primary {
  background-color: #fff;
}

.full_width_section.background_color_primary.smaller_bottom_margin {
  padding-bottom: 50px;
}

.full_width_section.background_color_primary.smaller_bottom_margin.giveaway {
  padding-top: 0px;
}

.full_width_section.ready_set_steps {
  padding-top: 0px;
  padding-bottom: 0px;
}

.full_width_section.choose_solution {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: rgba(255, 255, 255, 0);
}

.full_width_section.choose_solution.splash-statements-section {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #141414;
}

.full_width_section.no_bottom_margin {
  padding-bottom: 0px;
}

.full_width_section.smaller_bottom_margin {
  padding-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.style-guide-wrap {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f3f3f5;
}

.type-column-1 {
  padding-right: 20px;
}

.input {
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  line-height: 44px;
}

.input:hover {
  border-color: #636363;
}

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.style-guide-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -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: 1px solid #aaa;
  border-radius: 4px;
  background-image: url('../images/transparent_1transparent.gif');
  background-position: 0px 0px;
  background-size: 16px;
}

.style-guide-logo-box.cc-dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('../images/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('../images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  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;
}

.card {
  margin: 15px;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.style-guide-label-link {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  text-decoration: none;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.tab-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  color: #aaa;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #333;
  color: #222;
}

.tab-menu {
  padding-right: 5px;
  padding-left: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: inset 0 -1px 0 0 #ccc;
}

.color-block {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: #3898ec;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.style-guide-section {
  position: relative;
  margin: 20px;
  padding: 60px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.success-message {
  border-radius: 4px;
  background-color: rgba(32, 206, 123, 0.1);
  color: #20ce7b;
}

.card-paragraph {
  margin-bottom: 0px;
}

.card-wrap {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.tab-pane {
  padding: 30px 40px 40px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.style-guide-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: #f3f3f5;
}

.style-guide-subhead {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
}

.error-message {
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
  text-align: center;
}

.card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f3f3f5;
}

.seconday_button {
  display: block;
  max-width: 160px;
  padding: 16px 24px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  background-color: #ff5100;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  -o-object-fit: fill;
  object-fit: fill;
}

.seconday_button:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.seconday_button.alt_button {
  border: 2px solid #ff5100;
  background-color: #fff;
  color: #ff5100;
}

.seconday_button.alt_button.hero_button {
  display: none;
  margin-left: 24px;
}

.seconday_button.alt_button.hero_button.hide_button {
  display: none;
}

.card-title {
  margin-top: 0px;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-title {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 18px;
  color: #222;
  font-size: 22px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.body {
  font-family: Inter, sans-serif;
}

.left_side {
  width: 50%;
}

.right_side {
  width: 49%;
}

.seperator {
  width: 1px;
  margin-right: 24px;
  margin-left: 24px;
  background-color: #000;
}

.heading {
  padding-left: 0px;
}

.centered_text {
  margin: 32px auto;
  text-align: center;
}

.image-2 {
  display: inline-block;
  width: 100%;
}

.header_link {
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 2px solid transparent;
  font-family: Inter, sans-serif;
  color: #023d72;
  font-size: 18px;
  font-weight: 500;
}

.header_link:hover {
  border-bottom: 2px solid #0a3c70;
}

.header_link:active {
  color: #0a3c70;
}

.header_link:focus {
  border-bottom-color: #0a3c70;
}

.header_link:visited {
  border-bottom-style: none;
  color: #0a3c70;
}

.header_link.w--current {
  border-style: solid;
  border-width: 1px 1px 2px;
  border-color: transparent transparent #0a3c70;
  color: #0a3c70;
}

.header_link.hide_link {
  display: none;
}

.primary_btn {
  padding-right: 24px;
  padding-left: 24px;
  background-color: #ff5100;
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-align: center;
}

.primary_btn.left_margin {
  max-width: 100%;
  margin-left: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-radius: 2px;
  background-color: #ff5100;
}

.primary_btn.left_margin.top-margin {
  margin-top: 32px;
}

.primary_btn.pricing_btn {
  width: 100%;
  margin-top: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}

.nav-menu {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-07 {
  padding: 32px 3%;
  background-color: #0a3c70;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  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;
}

.footer-centre {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-link-white {
  display: block;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-white:hover {
  opacity: 0.5;
}

.footer-wrapper {
  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;
}

.paragraph-light {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
}

.footer-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  margin-bottom: 32px;
}

.text-field {
  min-height: 62px;
  margin-bottom: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 hsla(0, 0%, 100%, 0.13);
  background-color: transparent;
  font-size: 16px;
}

.footer-link {
  display: none;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-link.left_margin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
}

.footer-link.left_margin:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-link.left_margin.hide_link {
  display: block;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-grid-01 {
  display: none;
  -ms-grid-columns: 2fr 1fr 1fr 1fr;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block {
  margin-top: 40px;
}

.footer-title-button {
  margin-right: 20px;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
}

.form {
  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-2 {
  padding: 16px 24px;
  border-radius: 3px;
  background-color: #ff5100;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
}

.footer-title {
  margin-bottom: 22px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.secondary-link {
  display: none;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.secondary-link:hover {
  text-decoration: underline;
}

.submit-button {
  min-height: 62px;
  min-width: 62px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #ffd2dd;
  color: #5e4dcd;
  font-size: 17px;
}

.footer-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -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;
}

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

.copyright {
  margin-top: 16px;
  color: #fff;
  text-align: center;
}

.hero_subtext {
  margin-bottom: 32px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
  font-weight: 700;
}

.body-2 {
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.hero_heading {
  margin-bottom: 32px;
  color: #fff;
  font-size: 42px;
  line-height: 60px;
}

.flexibility_section_images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexibility_phone {
  max-width: 800px;
}

.flexibility_content {
  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;
}

.flexibility_menu {
  width: 25%;
}

.flexibility_nav_item {
  width: 100%;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 16px 40px;
  border: 1px none transparent;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #ff5100;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.flexibility_nav_item:hover {
  background-color: rgba(255, 81, 0, 0.05);
}

.flexibility_nav_item:focus {
  background-color: rgba(255, 81, 0, 0.05);
}

.stats_intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding-right: 67px;
  padding-left: 67px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.stats_intro.recruiter_desktop {
  display: block;
}

.stats_intro.stats_recruiter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.stats_dial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stats_heading {
  max-width: 100%;
  margin-left: 32px;
  padding-left: 0px;
  color: #000;
  font-size: 38px;
  line-height: 68px;
  font-weight: 500;
}

.stats_text {
  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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.stats_boxes {
  display: none;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.button_toggle {
  display: block;
  padding: 24px;
  -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;
  border: 2px solid transparent;
  border-radius: 16px;
  background-color: #fff;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  text-align: center;
}

.button_toggle:hover {
  border-color: #ff5100;
  box-shadow: 0 0 10px 0 #ccc7c7;
}

.button_toggle.w--current {
  border: 2px solid #ff5100;
  background-color: #fff;
}

.button_toggle.recruiter_desktop {
  border-width: 2px;
  background-color: #fff;
}

.button_toggle.button_toggle_space {
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 16px;
  border-width: 2px;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.button_toggle.button_toggle_space:hover {
  border-color: #ff5100;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #ccc7c7;
}

.button_toggle.button_toggle_space.w--current:hover {
  box-shadow: none;
}

.stats_image.chatlanding_page {
  width: 150px;
}

.tabs-menu-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  float: none;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-66 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 10px;
}

.image-13-copy {
  max-width: 26px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.image-13-copy.zero_opacity {
  display: none;
}

.image-13 {
  overflow: visible;
  max-width: 36px;
}

.image-13.opacity_zero {
  display: none;
  overflow: visible;
}

.div-block-26 {
  width: 300px;
  max-width: 300px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
  border-radius: 8px;
  background-color: #ff5100;
  color: #ff5100;
}

.column-69 {
  min-height: 100px;
  padding-right: 5px;
  padding-left: 5px;
}

.tabs-content-2 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.columns-10-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pararagraph {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
}

.pararagraph.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.pararagraph.center.giveaway-text {
  font-size: 13px;
  text-align: left;
}

.pararagraph._15 {
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.pararagraph._15.centre {
  text-align: center;
}

.pararagraph._15.centre._7dbb91 {
  color: #7dbb91;
}

.pararagraph._15.centre._7dbb91._20-top {
  margin-top: 20px;
}

.pararagraph._16 {
  font-size: 18px;
}

.pararagraph._16.centre {
  margin-bottom: 0px;
}

.pararagraph._13 {
  font-size: 14px;
  font-weight: 400;
}

.pararagraph._13._777 {
  padding-top: 8px;
  color: #000;
  text-align: center;
}

.tabs-2 {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.div-standard {
  min-height: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-standard._40-top-margin {
  margin-top: 40px;
}

.button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-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: 1px none #4fb0ae;
  border-radius: 4px;
  background-color: #dcefef;
  color: #326f6d;
  font-weight: 400;
}

.button-3._20-top {
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.div-block-28 {
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 90px;
  min-height: 0px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  border-bottom: 0px none #ededed;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.columns-11 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tab-link-tab-1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 45px;
  max-width: 135px;
  margin-right: 7px;
  margin-left: 7px;
  -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: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  background-color: #fff;
  font-weight: 400;
  text-align: center;
}

.tab-link-tab-1-2.w--current {
  margin-right: 7px;
  margin-left: 7px;
  border-color: #ff5100;
  background-color: rgba(255, 81, 0, 0.05);
  color: #ff5100;
  font-weight: 500;
}

.price {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}

.price.small {
  display: block;
  margin-bottom: 10px;
  color: #666;
  font-size: 24px;
  -o-object-fit: fill;
  object-fit: fill;
}

.price.annual-savings {
  margin-top: 16px;
  padding: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #b7eb8f;
  border-radius: 3px;
  background-color: #f6ffed;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.div-block-27 {
  width: 1px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  border: 1px dashed #000;
}

.column-68 {
  display: block;
  min-height: 100px;
  padding-right: 5px;
  padding-left: 5px;
  -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-right: 0.1px solid #ededed;
  border-left: 0.2px none #666;
}

.div-block-26-copy {
  max-width: 275px;
  min-height: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  color: #000;
}

.div-block-26-copy._12-5-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 16px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2px;
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.1);
}

.div-block-26-copy.pluspricing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  border-width: 2px;
  border-color: #000;
  background-color: rgba(255, 81, 0, 0.05);
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.1);
}

.heading-4 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 400;
}

.heading-4.no-top-margin {
  margin-top: 0px;
}

.heading-4.no-top-margin.gold {
  font-family: Inter, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.heading-4.no-top-margin.brown {
  font-family: Inter, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.heading-4.no-top-margin.green {
  font-family: Inter, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #2b2d36;
  font-size: 44px;
  line-height: 1.5em;
  font-weight: 300;
}

.heading-2.centre {
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.heading-2.centre.white_text {
  margin-top: 32px;
  color: #000;
}

.heading-2.centre.white_text.white-text {
  color: #fff;
}

.heading-2.centre.white_text.white-text.no-top-margin {
  margin-top: 0px;
  background-color: transparent;
}

.columns-9 {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  -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;
  text-align: left;
}

.column-67 {
  min-height: 100px;
  padding-right: 5px;
  padding-left: 5px;
  border-left: 0.1px solid #ededed;
}

.text-block {
  color: #ff5100;
  font-weight: 500;
}

.stat_heading {
  margin-top: 16px;
  padding-top: 0px;
  color: #0a3c70;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.background-video-2 {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.61)), to(#fff));
  background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0.61), #fff);
}

.image-14 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.image-15 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pricing_image {
  display: block;
  margin: 24px auto;
}

.stat_image.selected_stat_image {
  width: 400px;
}

.columns-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
}

.column-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
}

.steps_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  -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;
}

.step_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.1);
}

.heading-5 {
  color: #000;
}

.website_container {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.chat_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #eef0f3;
}

.parent_container {
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 6.5fr 1fr;
  grid-template-columns: 6.5fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-16 {
  position: -webkit-sticky;
  position: sticky;
  top: 106px;
  display: block;
  width: 400px;
  max-width: none;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 0px none #000;
  border-radius: 0px;
}

.step_image {
  margin-right: 16px;
}

.tabs-3 {
  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;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.tabs-3.webinar_tabs {
  display: none;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 20%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-6 {
  text-align: center;
}

.flexibility_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: transparent;
  color: #ff5100;
  font-weight: 500;
  text-align: center;
}

.flexibility_link.w--current {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 2px solid #ff5100;
  border-radius: 5px;
  background-color: transparent;
}

.text-block-2 {
  color: #ff5100;
  font-weight: 500;
}

.tab-link-tab-2 {
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: rgba(255, 81, 0, 0.05);
}

.tabs-menu-4 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px auto;
  grid-template-rows: auto auto;
}

.tab-link-tab-1-3 {
  background-color: transparent;
}

.stats_tab {
  background-color: transparent;
}

.tab-link-tab-3 {
  background-color: transparent;
}

.image-17 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.copyright_container {
  margin: 24px auto;
}

.footer_text {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.tabs_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 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: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.image-18 {
  padding-right: 24px;
  padding-left: 24px;
}

.tab-pane-tab-2 {
  max-height: 100%;
  max-width: 100%;
}

.flexibility_image {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  padding-right: 0px;
  padding-bottom: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.bold-text {
  font-size: 52px;
  font-weight: 500;
  text-align: left;
}

.bold-text.headerbold {
  color: #000;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}

.tab-pane-tab-4 {
  max-height: 100%;
  max-width: 100%;
  margin-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tab-pane-tab-3 {
  max-height: 100%;
  max-width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.tab-pane-tab-5 {
  max-height: 100%;
  max-width: 100%;
}

.tab-pane-tab-1 {
  max-height: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.recruit_tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 20%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider {
  display: none;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-3 {
  overflow: hidden;
  text-align: left;
}

.text-block-3.bold {
  padding-bottom: 8px;
  color: #0a3c70;
  font-weight: 700;
  text-align: left;
}

.text-block-3.description {
  display: block;
  font-size: 14px;
  line-height: 18px;
}

.text-block-4 {
  display: block;
  text-align: left;
}

.text-block-4.bold {
  padding-bottom: 8px;
  color: #0a3c70;
  font-weight: 700;
  text-align: left;
}

.text-block-4.description {
  display: block;
  overflow: visible;
  font-size: 14px;
  line-height: 18px;
}

.text-block-5 {
  text-align: left;
}

.text-block-5.bold {
  padding-bottom: 8px;
  color: #0a3c70;
  font-weight: 700;
  text-align: left;
}

.text-block-5.description {
  display: block;
  font-size: 14px;
  line-height: 18px;
}

.text-block-6 {
  text-align: left;
}

.text-block-6.bold {
  padding-top: 0px;
  padding-bottom: 8px;
  color: #0a3c70;
  font-weight: 700;
  text-align: left;
}

.text-block-6.description {
  display: block;
  font-size: 14px;
  line-height: 18px;
}

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

.text-block-7.bold {
  padding-bottom: 8px;
  color: #0a3c70;
  font-weight: 700;
  text-align: left;
}

.text-block-7.description {
  display: block;
  font-size: 14px;
  line-height: 18px;
}

.flex_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  color: #fff;
}

.talentbotz_comm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
}

.chatbubble_primary {
  padding: 8px;
  border-radius: 2px;
  background-color: #0a3c70;
  color: #fff;
}

.chatbot {
  overflow: scroll;
  height: 100vh;
  margin-top: 16px;
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #0a3c70;
  border-radius: 8px;
  background-color: #fff;
}

.candidate_comm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.hero_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bold-text-3 {
  font-size: 36px;
}

.heading-7 {
  font-weight: 700;
  text-align: center;
}

.heading-7.bottom_margin {
  margin-bottom: 50px;
}

.bold-text-4 {
  font-weight: 500;
}

.bold-text-5 {
  font-weight: 500;
}

.bold-text-6 {
  font-weight: 500;
}

.bold-text-7 {
  font-weight: 500;
}

.bold-text-8 {
  font-weight: 500;
}

.bold-text-9 {
  font-weight: 500;
}

.bold-text-10 {
  font-weight: 500;
}

.bold-text-11 {
  font-weight: 500;
}

.bold-text-12 {
  font-weight: 500;
}

.bold-text-13 {
  font-weight: 500;
}

.bold-text-14 {
  font-size: 42px;
  font-weight: 500;
}

.image-19 {
  max-height: 100%;
  max-width: 100%;
}

.modal_background {
  position: fixed;
  z-index: 2;
  display: block;
  width: 100vw;
  height: 75vh;
  background-color: transparent;
  opacity: 1;
}

.modal {
  position: absolute;
  left: 0px;
  top: 100px;
  right: 0px;
  bottom: auto;
  display: block;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-right: 140px;
  margin-left: 140px;
  padding: 16px;
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.heading-8 {
  font-size: 32px;
}

.heading-9 {
  font-size: 32px;
}

.modal_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
  font-size: 32px;
  line-height: 36px;
}

.image-21 {
  padding-right: 0px;
  padding-left: 0px;
}

.link-block {
  padding: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.white-text {
  overflow: visible;
  opacity: 1;
  color: #fff;
  font-size: 14px;
}

.splash-statements {
  padding: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.grid {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-template-areas: "Area";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-image-overlay-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
  background-image: none;
  box-shadow: 0 0 0 6px #0e0f11;
}

.tagline {
  margin-bottom: 0.5rem;
  color: #2f54eb;
  font-size: 0.875rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ctas-wrapper {
  margin-top: 24px;
}

.lightbox-link {
  z-index: 1000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.body-text {
  margin-top: 0px;
  color: #3c404b;
}

.body-text.l {
  font-size: 1.125rem;
  line-height: 1.75;
}

.body-text.m.c-t-neutral-60 {
  color: #ddd;
}

.body-text.m.bold {
  font-weight: 700;
}

.heading-10 {
  color: #0e0f11;
}

.heading-10.xl {
  margin-top: 0px;
  margin-bottom: 1rem;
  font-size: 2.375rem;
  line-height: 1.25;
  font-weight: 700;
}

.heading-10.l {
  margin-top: 0px;
  margin-bottom: 0.75rem;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 700;
}

.heading-10.l.c-t-neutral-10 {
  color: #fff;
}

.heading-10.m {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
}

.heading-10.m.c-t-neutral-10 {
  color: #fff;
}

.heading-10.s {
  margin-top: 0px;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: 700;
}

.hero-image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  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;
}

.button {
  position: relative;
  display: inline-block;
  padding: 12px 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2f54eb;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #597ef7;
}

.button:active {
  background-color: #1d39c4;
}

.button:focus {
  background-color: #597ef7;
}

.button.medium {
  background-color: #ff5100;
}

.button.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  padding: 8px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #ff5100;
  background-color: #fff;
  color: #ff5100;
  font-size: 14px;
  line-height: 20px;
}

.button.small.outline:hover {
  background-color: #edf0f3;
}

.button.small.outline:active {
  background-color: #e0e3e6;
}

.button.small.outline:focus {
  background-color: #f9fafb;
}

.button.small.outline.section-button.mobile {
  display: none;
  margin-top: 24px;
}

.hero-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-grid.university {
  -webkit-perspective: 3000px;
  perspective: 3000px;
}

.wrapper-l {
  padding-top: 128px;
  padding-bottom: 128px;
}

.container-2 {
  max-width: 1248px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.play-button-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 128px;
  height: 128px;
  -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: 50%;
  background-color: #2f54eb;
  box-shadow: 0 0 0 8px rgba(47, 84, 235, 0.38);
  -webkit-transform: translate3d(0px, 0px, 50px);
  transform: translate3d(0px, 0px, 50px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.play-button-triangle {
  width: 50px;
  -webkit-transform: translate3d(0px, 0px, 28px);
  transform: translate3d(0px, 0px, 28px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-image-wrapper {
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: rotateX(0deg) rotateY(-30deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-30deg) rotateZ(0deg);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-image-wrapper:hover {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.button-text {
  display: inline-block;
}

.section-title {
  width: 50%;
  margin-bottom: 24px;
}

.section-tittle-wrapper {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-icon-wrapper {
  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;
}

.text-icon-wrapper.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.material-icons.small {
  font-size: 16px;
}

.material-icons.small.icon-right {
  margin-top: 1px;
  margin-left: 4px;
}

.collection-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.l-g-4-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cards-section.c-b-neutral-20 {
  background-color: #f9fafb;
}

.avatar-label-text {
  margin-left: 12px;
}

.avatar-wrapper.horizontal {
  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;
}

.lesson-sidebar-nav {
  overflow: auto;
  height: 412px;
}

.breadcrumbs-separator {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  color: #838d95;
  line-height: 24px;
}

.wrapper-s {
  padding-top: 32px;
  padding-bottom: 32px;
}

.description {
  color: #838d95;
}

.lesson-wrapper {
  padding-top: 16px;
  padding-bottom: 64px;
}

.lesson-count-label {
  margin-right: 4px;
  color: #838d95;
}

.breadcrumbs-link {
  color: #5e6875;
  text-decoration: none;
}

.breadcrumbs-link:hover {
  color: #597ef7;
}

.breadcrumbs-link:active {
  color: #1d39c4;
}

.breadcrumbs-link:focus {
  color: #597ef7;
}

.breadcrumbs-link.w--current {
  color: #0e0f11;
}

.breadcrumbs-link.dark {
  color: #838d95;
}

.breadcrumbs-link.dark.w--current {
  color: #fff;
}

.side-nav-header {
  margin-bottom: 16px;
}

.tabs-menu {
  box-shadow: inset 0 -1px 0 0 #d0d4d9;
}

.tabs-menu.dark {
  box-shadow: inset 0 -1px 0 0 #3c404b;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar.large {
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
}

.section.content-section {
  background-color: #161719;
  color: #fff;
}

.tab {
  padding: 12px 16px;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #3c404b;
  color: #838d95;
}

.tab.w--current {
  padding: 12px 16px;
  background-color: #3c404b;
  box-shadow: inset 0 -2px 0 0 #2f54eb;
  color: #fff;
}

.author-wrapper {
  padding: 48px;
  background-color: #0e0f11;
}

.lesson-count-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumbs {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5e6875;
}

.lesson-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1.75fr;
  grid-template-columns: 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.div-block-29 {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rich-text-block {
  color: #fff;
}

.rich-text-block.white-text {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.body-3 {
  color: #fff;
}

.small_video {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.field-label {
  color: #000;
  text-align: left;
}

.field-label-2 {
  text-align: left;
}

.form_label {
  color: #000;
  text-align: left;
}

.webinar_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  max-width: 100%;
  margin: 24px;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0px none transparent;
  border-radius: 24px;
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.17);
  color: #000;
  text-align: center;
}

.webinar_form.center-form {
  margin-right: auto;
  margin-left: auto;
}

.promotion_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  -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-image: linear-gradient(220deg, #052444, #0a3c70);
}

.text-block-8 {
  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;
  color: #fff;
  text-align: center;
}

.secondary_btn {
  margin-right: 24px;
  margin-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 2px;
  background-color: transparent;
  text-align: center;
}

.side-by-side {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -ms-grid-row-align: auto;
  align-self: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-2 {
  display: block;
}

.success-message-2 {
  background-color: #fff;
}

.text-block-9 {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .content_contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content_contain.hero_overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .content_contain.navbar_content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navbar {
    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;
  }

  .hero {
    height: auto;
  }

  .hero_content {
    margin-bottom: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .background-video {
    height: auto;
  }

  .full_width_section {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .primary_btn.left_margin {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .primary_btn.pricing_btn {
    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: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 13px;
    text-align: center;
  }

  .nav-menu {
    padding-bottom: 24px;
    background-color: #fff;
  }

  .footer-07 {
    padding-right: 14px;
    padding-left: 14px;
  }

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

  .footer-grid-01 {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 0.25fr 0.25fr 0.25fr;
    grid-template-columns: 0.25fr 0.25fr 0.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .footer-column {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero_subtext {
    font-size: 18px;
    line-height: 28px;
  }

  .hero_heading {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 24px;
    line-height: 48px;
  }

  .stats_intro.stats_recruiter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .stats_heading {
    font-size: 2em;
    line-height: 1.3em;
  }

  .button_toggle {
    padding: 8px;
  }

  .button_toggle.w--current {
    text-align: center;
  }

  .column-66 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-26 {
    width: 100%;
    max-width: 275px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .pararagraph._16.centre {
    margin-bottom: 10px;
  }

  .button-3._20-top {
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 12px;
  }

  .price {
    font-size: 30px;
  }

  .div-block-26-copy {
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block-26-copy._12-5-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 250px;
    padding-right: 14px;
    padding-left: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-26-copy.pluspricing {
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heading-2.centre {
    font-size: 34px;
    line-height: 38px;
  }

  .stat_heading {
    font-size: 0.8em;
  }

  .columns-12 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-70 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-71 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .steps_content {
    max-width: 100%;
  }

  .website_container {
    display: block;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .chat_container {
    display: none;
    max-width: 0%;
  }

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

  .tabs-3 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .tabs-menu-3 {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flexibility_link {
    padding: 8px;
  }

  .tabs-menu-4 {
    grid-auto-columns: minmax(auto, auto);
    grid-auto-rows: minmax(auto, auto);
    grid-template-areas: ".";
    -ms-grid-columns: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
    grid-template-columns: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
    -ms-grid-rows: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
    grid-template-rows: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
  }

  .menu-button {
    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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .tabs_content {
    max-width: 100%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .tab-pane-tab-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .bold-text.headerbold {
    font-size: 34px;
    line-height: 38px;
  }

  .tab-pane-tab-4 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tab-pane-tab-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tab-pane-tab-5 {
    margin-right: 32px;
    margin-left: 32px;
  }

  .tab-pane-tab-1 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .recruit_tabs {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider {
    display: none;
  }

  .text-block-3.bold {
    text-align: center;
  }

  .text-block-3.description {
    text-align: center;
  }

  .text-block-4.bold {
    text-align: center;
  }

  .text-block-4.description {
    text-align: center;
  }

  .text-block-5.bold {
    text-align: center;
  }

  .text-block-5.description {
    text-align: center;
  }

  .text-block-6.bold {
    text-align: center;
  }

  .text-block-6.description {
    text-align: center;
  }

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

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

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

  .splash-statements {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 24px;
  }

  .grid {
    display: block;
  }

  .hero-image-overlay-bg {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 15, 17, 0.5)), to(rgba(14, 15, 17, 0.5)));
    background-image: linear-gradient(180deg, rgba(14, 15, 17, 0.5), rgba(14, 15, 17, 0.5));
    box-shadow: none;
  }

  .hero-video-placeholder {
    display: block;
    width: 100%;
  }

  .lightbox-link {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .hero-image-overlay {
    box-shadow: none;
  }

  .button.small.outline.section-button {
    display: none;
  }

  .button.small.outline.section-button.mobile {
    display: block;
  }

  .hero-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    text-align: center;
  }

  .hero-grid.university {
    padding-top: 48px;
  }

  .container-2 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .play-button-hero {
    -webkit-transform: translate3d(0px, 0px, 1px);
    transform: translate3d(0px, 0px, 1px);
  }

  .hero-image-wrapper {
    -webkit-perspective: none;
    perspective: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-title {
    width: 100%;
    margin-bottom: 32px;
  }

  .section-title.university {
    width: 75%;
  }

  .l-g-4-col {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .lesson-sidebar-nav {
    overflow: visible;
    height: auto;
  }

  .tab {
    width: 50%;
    text-align: center;
  }

  .lesson-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .webinar_form {
    width: auto;
    margin: 24px;
  }

  .secondary_btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .content_contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 14px;
    padding-left: 14px;
  }

  .full_width_section.background_color_primary.smaller_bottom_margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .seconday_button.alt_button.hero_button {
    max-width: 100%;
    margin-top: 24px;
    margin-left: 0px;
  }

  .seconday_button.hero_button {
    max-width: 100%;
  }

  .footer-bottom {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-grid-01 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

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

  .footer-column {
    padding-right: 0px;
  }

  .hero_heading {
    font-size: 32px;
    line-height: 38px;
  }

  .stats_intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .stats_intro.stats_recruiter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .stats_heading {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .button_toggle.button_toggle_space {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 4px;
    margin-left: 4px;
    padding-right: 4px;
    padding-left: 4px;
    -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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-3._20-top {
    font-size: 14px;
  }

  .div-block-28 {
    margin-top: 10px;
  }

  .columns-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .steps_content {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .tabs-3 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .menu-button {
    color: #ff5100;
  }

  .menu-button.w--open {
    background-color: transparent;
    color: #ff5100;
  }

  .tabs_content {
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flexibility_image {
    display: block;
    width: 75%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .tab-pane-tab-1 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .recruit_tabs {
    display: block;
    max-width: 100%;
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .tabs-4 {
    display: none;
  }

  .slide-nav {
    display: none;
  }

  .slider {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
  }

  .left-arrow {
    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;
  }

  .right-arrow {
    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;
  }

  .text-block-3.bold {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }

  .text-block-4.bold {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }

  .text-block-5.bold {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }

  .text-block-6.bold {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }

  .text-block-7.bold {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }

  .flex_inro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex_intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

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

  .image-20 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-10.xl {
    margin-bottom: 12px;
  }

  .heading-10.l {
    margin-bottom: 8px;
  }

  .container-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .play-button-hero {
    width: 104px;
    height: 104px;
  }

  .play-button-triangle {
    width: 32px;
  }

  .section-title {
    width: 100%;
  }

  .section-title.university {
    width: 100%;
  }

  .l-g-4-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .avatar.large {
    width: 36px;
    height: 36px;
  }

  .author-wrapper {
    padding: 24px;
  }

  .lesson-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

@media screen and (max-width: 479px) {
  .content_contain.hero_overlay {
    padding-right: 14px;
    padding-left: 14px;
  }

  .navbar {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }

  .full_width_section.choose_solution.splash-statements-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer-grid-01 {
    -ms-grid-columns: 2fr;
    grid-template-columns: 2fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .footer-title-button {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .footer-top {
    -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;
  }

  .footer-column {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .footer-logo {
    margin-bottom: 32px;
  }

  .hero_subtext {
    display: block;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .hero_heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .stats_intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .stats_intro.stats_recruiter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .stats_heading {
    margin-left: 0px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .stats_text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .stats_boxes {
    display: none;
  }

  .button_toggle.button_toggle_space {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 8px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 8px;
  }

  .tabs-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu-button {
    color: #ff5100;
  }

  .tab-pane-tab-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .tab-pane-tab-4 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .tab-pane-tab-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tab-pane-tab-1 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .recruit_tabs {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .tabs-4 {
    display: none;
  }

  .slide-nav {
    display: none;
  }

  .slider {
    height: auto;
    background-color: transparent;
  }

  .icon {
    background-color: transparent;
  }

  .left-arrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }

  .right-arrow {
    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;
  }

  .text-block-3 {
    font-size: 12px;
  }

  .text-block-3.description {
    text-align: center;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-4.description {
    text-align: center;
  }

  .text-block-5 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-5.description {
    text-align: center;
  }

  .text-block-6 {
    font-size: 12px;
    line-height: 16px;
  }

  .text-block-6.bold {
    padding-bottom: 0px;
  }

  .text-block-6.description {
    text-align: center;
  }

  .text-block-7 {
    font-size: 12px;
    line-height: 16px;
  }

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

  .tagline {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 20px;
  }

  .ctas-wrapper {
    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;
  }

  .button.medium {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .hero-grid.university {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .play-button-hero {
    width: 88px;
    height: 88px;
    -webkit-transform: translate3d(0px, 0px, 50px);
    transform: translate3d(0px, 0px, 50px);
  }

  .l-g-4-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .avatar-wrapper.horizontal {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tab {
    text-align: center;
  }

  .webinar_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .promotion_banner {
    padding-right: 14px;
    padding-left: 14px;
  }
}

#w-node-textblock-38803757 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-f1935fcd-0d22-274f-cd0d-44f9915a13d7-38803757 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_4073ff5c-1876-b2ad-cca0-8d214f639ec0-38803757 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_5b0ae2b1-5467-932a-f84e-831ab6d96435-38803757 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_35cafa70-4713-8e44-9deb-2e0c5935592f-4b80375a {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-_35cafa70-4713-8e44-9deb-2e0c59355939-4b80375a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_636b0057-0fc2-0f57-c025-40711ba28914-38803757 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_306aacc4-f592-95ee-be2f-be9d9893c54e-38803757 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_35cafa70-4713-8e44-9deb-2e0c59355945-4b80375a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_306aacc4-f592-95ee-be2f-be9d9893c54e-6680375d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_636b0057-0fc2-0f57-c025-40711ba28914-0380375e {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_306aacc4-f592-95ee-be2f-be9d9893c54e-0380375e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-_5b7cc338-11b3-fcb2-3d95-bae83b33594f-3b335945 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_636b0057-0fc2-0f57-c025-40711ba28914-38803757 {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_306aacc4-f592-95ee-be2f-be9d9893c54e-38803757 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_35cafa70-4713-8e44-9deb-2e0c59355945-4b80375a {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_306aacc4-f592-95ee-be2f-be9d9893c54e-6680375d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_636b0057-0fc2-0f57-c025-40711ba28914-0380375e {
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-_306aacc4-f592-95ee-be2f-be9d9893c54e-0380375e {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_5b7cc338-11b3-fcb2-3d95-bae83b33594f-3b335945 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

