.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-checkbox {
  display: block;
  margin-bottom: 5px;player
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  padding-bottom: 96px;
  background-color: #12141d;
  font-family: Inter, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

h1 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: 0em;
}

h6 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0em;
}

p {
  margin-bottom: 24px;
}

a {
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 24px;
}

img {
  display: inline-block;
  max-width: 100%;
}

blockquote {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 48px;
  border-left: 5px none #e2e2e2;
  border-radius: 12px;
  background-color: #8f2df0;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1296px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-perspective: 500px;
  perspective: 500px;
}

.container.align-content-center {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.justify-content-center {
  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;
}

.container.grid-container.space-bottom-negative {
  margin-bottom: -55px;
}

.container._1-year-legacy {
  display: none;
}

.section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section.section-small {
  margin-top: 96px;
  margin-bottom: 96px;
}

.section.no-top-space {
  margin-top: 0px;
}

.section.fullscreen-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section.hero-section {
  margin-top: 72px;
}

.section.demo-pages-section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 144px;
  padding-bottom: 0px;
}

.section.top-section {
  position: relative;
  z-index: 2;
}

.section.welcome-logos {
  display: none;
}

.section.section-training {
  display: none;
}

.section.section-interactivity {
  display: none;
}

.section.section-pricing {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/bg-basketball-5.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.section.checklist-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/bg-basketball-5.png');
  background-position: 0px 0px;
  background-size: contain;
}

.rounded-image {
  border-radius: 12px;
}

.rounded-image.section-title-image {
  width: 100%;
  max-width: 612px;
  margin-left: 24px;
}

.rounded-image.slider-image {
  width: 100%;
}

.panel {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.05);
  opacity: 1;
  direction: ltr;
  text-align: center;
}

.panel.style-guide-color-swatch {
  width: 96px;
  height: 96px;
  margin-bottom: 12px;
}

.panel.style-guide-color-swatch.bg-primary-3 {
  background-color: #5877dd;
}

.panel.style-guide-color-swatch.bg-gray-1 {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
}

/*
.panel.style-guide-color-swatch.bg-gradient-6 {
  background-image: -webkit-gradient(linear, left top, right top, from(#eb9012), to(#1034a6));
  background-image: linear-gradient(90deg, #eb9012, #1034a6);
}

.panel.bg-gradient-6 {
  background-image: -webkit-gradient(linear, left top, right top, from(#eb9012), to(#1034a6));
  background-image: linear-gradient(90deg, #eb9012, #1034a6);
}

.panel.bg-gradient-1 {
  background-image: -webkit-gradient(linear, right top, left top, from(#1f222b), to(#a1a6b6));
  background-image: linear-gradient(270deg, #1f222b, #a1a6b6);
}

.panel.bg-gradient-7 {
  background-image: -webkit-gradient(linear, left top, right top, from(#1034a6), to(#5132c0));
  background-image: linear-gradient(90deg, #1034a6, #5132c0);
}
*/

.panel.section {
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 108px;
  padding-bottom: 108px;
}

.panel.section.cta-section {
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.panel.section.hero-panel {
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.panel.section.hero-panel.hero-video {
  border-radius: 0px;
}

.panel.section.receipt-panel {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(16, 52, 166, 0.8))), url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/iwindow-court1.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(16, 52, 166, 0.8)), url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/iwindow-court1.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.panel.bg-white {
  color: #181818;
}

.panel.bg-white.panel-on-image {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 384px;
}

.panel.panel-wide {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

/* .panel.bg-gradient-5 {
  background-image: -webkit-gradient(linear, right top, left top, from(#09247a), to(#6a7cba));
  background-image: linear-gradient(270deg, #09247a, #6a7cba);
} */

.panel.modal-panel {
  position: relative;
}

.panel.tab-panel {
  padding: 0px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: hsla(0, 0%, 100%, 0.5);
}

.panel.tab-panel:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.panel.tab-panel.w--current {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}

.panel.wide-case-study-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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-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;
}

.panel.case-study-company-details-panel {
  z-index: 10;
}

.panel.grid-panel {
  height: 100%;
}

.panel.job-listing-list-item {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 500;
}

.panel.job-listing-list-item:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.panel.job-listing-title {
  position: -webkit-sticky;
  position: sticky;
  top: 104px;
}

.panel.p-how {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: rgba(23, 23, 23, 0.7);
 /* background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent)), url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/basketball-gold.png');
  background-image: linear-gradient(0deg, #000, transparent), url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/basketball-gold.png'); */
  background-position: 0px 0px, 115% 105%;
  background-size: auto, 245px;
  background-repeat: repeat, no-repeat;
}

.panel.panel-orange-top {
  overflow: hidden;
  border-top: 3px solid #eb9012;
}

.panel.add-more {
  border-style: dashed;
  border-width: 2px;
  border-color: #1034a6;
}

.card-heading {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.card-heading.display-inline {
  display: block;
  margin-bottom: 0px;
}

.card-heading.display-inline.text-gray-4 {
  width: auto;
  max-width: none;
  margin-top: 40px;
}

.card-heading.no-bottom-space.lighter-heading {
  color: hsla(0, 0%, 100%, 0.56);
}

.text-white {
  display: inline-block;
  min-width: 110px;
  color: #fff;
  text-align: left;
}

.panel-subheading {
  margin-bottom: 24px;
}

.panel-subheading.text-primary-3.receipt-eyebrow {
  color: #eb9012;
}

.panel-subheading.text-primary-1 {
  color: #6a7cba;
}

.button-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 24px;
  padding-left: 24px;
  -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-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-weight: 600;
}

.button-outline:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.heading {
  color: #fff;
}

.style-guide-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.33fr 1fr;
  grid-template-columns: 0.33fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style-guide-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.style-guide-content-item {
  margin-right: 24px;
  margin-bottom: 24px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.bg-primary-1 {
  background-color: #1034a6;
}

.bg-primary-2 {
  background-color: #6a7cba;
}

.bg-primary-3 {
  background-color: #5877dd;
}

.bg-primary-4 {
  background-color: #eb9012;
}

.bg-primary-5 {
  background-color: #5132c0;
}

.bg-gray-1 {
  background-color: #181818;
  color: #181818;
}

.bg-gray-2 {
  background-color: hsla(0, 0%, 100%, 0.05);
  color: hsla(0, 0%, 100%, 0.05);
}

.bg-gray-3 {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.bg-gray-4 {
  background-color: hsla(0, 0%, 100%, 0.5);
}

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

.display-heading-1 {
  margin-bottom: 36px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 96px;
  line-height: 96px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.display-heading-2 {
  margin-bottom: 36px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 88px;
  line-height: 88px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.display-heading-3 {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.display-heading-4 {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 54px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.display-heading-4.space-bottom-large {
  margin-bottom: 48px;
}

.display-heading-4.space-bottom-small {
  margin-bottom: 12px;
}

.display-heading-4.space-bottom {
  margin-bottom: 36px;
}

.text-lead {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0em;
}

.text-lead.horizontal-metric-text {
  max-width: 284px;
  margin-left: 24px;
  color: #fff;
}

.text-lead.blog-post-summary {
  margin-bottom: 96px;
}

.text-lead.job-listing-short-description {
  margin-bottom: 96px;
}

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

.row.row-align-center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.row-justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.row.row-justify-between.align-content-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row.content-width-extra-large {
  margin-right: auto;
  margin-left: auto;
}

.row.content-width-extra-large.large-text-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.row.row-align-left {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.row.row-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lead-link {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0em;
  text-decoration: none;
}

.text-small {
  font-family: Inter, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0em;
  text-decoration: none;
}

.text-small.form-hint-text {
  margin-top: 8px;
}

.text-small.form-subtext {
  margin-top: 24px;
}

.text-small.footer-2-subtext {
  text-align: right;
}

.text-small.search-result-url {
  margin-bottom: 24px;
}

.link-small {
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0em;
  text-decoration: none;
}

.style-guide-section {
  margin-top: 48px;
  margin-bottom: 48px;
}

.button-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  padding-right: 24px;
  padding-left: 24px;
  -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-style: solid;
  border-width: 1px;
  border-color: #1034a6;
  border-radius: 6px;
  background-color: #1034a6;
  box-shadow: inset 0 0 20px 20px transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-size: 14px;
}

.button-small:hover {
  box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0.1);
}

.button-large-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 36px;
  padding-left: 36px;
  -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-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.button-large-outline:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.button-small-outline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 36px;
  padding-right: 24px;
  padding-left: 24px;
  -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-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.1);
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 14px;
}

.button-small-outline:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-top: 0px;
  padding-right: 24px;
  padding-left: 24px;
  -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: 6px;
  background-color: #1034a6;
  box-shadow: inset 0 0 20px 20px transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-weight: 600;
}

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

.button.button-large {
  background-color: #1034a6;
}

.button.icon-button.bg-gray-1 {
  background-color: #181818;
}

.button.search-form-button {
  position: absolute;
  right: 6px;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #eb9012;
  font-weight: 600;
}

.button.bg-primary-4 {
  background-color: #eb9012;
}

.button.option-summer-button {
  height: 68px;
  margin-top: 28px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.button.hide-button {
  display: none;
}

.button-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 36px;
  padding-left: 36px;
  -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: 6px;
  background-color: #1034a6;
  box-shadow: inset 0 0 20px 20px transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.button-large:hover {
  box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0.1);
}

.button-large.bg-primary-3 {
  background-color: #5877dd;
}

.button-large.bg-primary-2 {
  background-color: #6a7cba;
}

.button-large.bg-primary-4 {
  background-color: #eb9012;
}

.button-large.bg-primary-5 {
  background-color: #5132c0;
}

.button-circle-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -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: #1034a6;
}

.button-circle-small:hover {
  opacity: 0.75;
}

.button-circle-small.bg-gray-3 {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.icon-circle-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #1034a6;
}

.icon-circle-small.bg-gray-3 {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.button-circle-small-icon {
  width: 16px;
  height: 16px;
}

.button-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -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: #1034a6;
}

.button-circle:hover {
  opacity: 0.75;
}

.button-circle.bg-gray-3 {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.button-circle.bg-white {
  background-color: #fff;
}

.button-circle-icon {
  width: 20px;
  height: 20px;
}

.button-circle-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -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: #1034a6;
}

.button-circle-large:hover {
  opacity: 0.75;
}

.button-circle-large-icon {
  width: 24px;
  height: 24px;
}

.icon-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 24px;
  padding-left: 12px;
  -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: 6px;
  background-color: #1034a6;
}

.icon-button-text {
  color: #fff;
}

.icon-button-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.dropdown-toggle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #1034a6;
  box-shadow: inset 0 0 20px 20px transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-weight: 600;
}

.dropdown-toggle:hover {
  box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0.1);
}

.dropdown-toggle.button-large {
  height: 60px;
}

.dropdown-icon {
  width: 6px;
  height: 5px;
  margin-left: 6px;
}

.form-input {
  height: 48px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.form-input:focus {
  background-color: hsla(0, 0%, 100%, 0.25);
  color: #fff;
}

.form-input::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form-input:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form-input::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form-input::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.form-input.form-input-large {
  height: 60px;
  padding-right: 24px;
  padding-left: 24px;
}

.form-input.form-input-large.search-form-input {
  margin-right: 12px;
}

.form-input.form-input-large.search-modal-input {
  padding-right: 96px;
}

.form-input.form-input-small {
  height: 36px;
  padding-left: 16px;
  cursor: pointer;
}

.form-input.textarea-small {
  height: 168px;
  padding-left: 16px;
}

.form-input.textarea {
  height: 168px;
}

.form-input.textarea-large {
  height: 168px;
  padding-left: 24px;
}

.field-label {
  margin-bottom: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.checkbox.w--redirected-checked {
  height: 16px;
  border-style: none;
  border-radius: 2px;
  background-color: #1034a6;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/icon-check_1.svg');
  background-size: auto;
  background-repeat: no-repeat;
}

.checkbox-label {
  margin-bottom: 0px;
  margin-left: 12px;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-bottom: 24px;
  padding-left: 0px;
  -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;
}

.checkbox-field.switch {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field.checkbox-field-horizontal {
  margin-bottom: 0px;
  -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;
}

.radio-button {
  width: 16px;
  height: 16px;
  margin-bottom: 8px;
  margin-left: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #1034a6;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: border-width 200ms ease, border-color 200ms ease, background-color 200ms ease;
  transition: border-width 200ms ease, border-color 200ms ease, background-color 200ms ease;
  cursor: pointer;
}

.radio-button.w--redirected-checked {
  border-style: solid;
  border-width: 5px;
  border-color: #1034a6;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, background-color 200ms ease, border-width 200ms ease;
  transition: background-color 200ms ease, background-color 200ms ease, border-width 200ms ease;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 24px;
  margin-bottom: 24px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.radio-button-label {
  color: #fff;
}

.checkbox-switch {
  width: 36px;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-style: none;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.5);
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/checkbox-switch-handle.svg');
  background-position: 18% 50%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: background-position 200ms ease, background-color 200ms ease, opacity 200ms ease;
  transition: background-position 200ms ease, background-color 200ms ease, opacity 200ms ease;
  cursor: pointer;
}

.checkbox-switch.w--redirected-checked {
  background-color: #1034a6;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/checkbox-switch-handle.svg');
  background-position: 82% 50%;
  background-size: 12px 12px;
  opacity: 1;
}

.badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  min-width: 32px;
  padding-right: 12px;
  padding-left: 12px;
  -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: 16px;
  background-color: #1034a6;
  box-shadow: inset 0 20px 20px 20px transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  -o-object-fit: fill;
  object-fit: fill;
}

.badge:hover {
  box-shadow: inset 0 20px 20px 20px rgba(0, 0, 0, 0.15);
}

.badge.bg-primary-2 {
  background-color: #6a7cba;
}

.badge.bg-primary-5 {
  background-color: #5132c0;
}

.badge.bg-primary-3 {
  background-color: #5877dd;
}

.badge.bg-primary-4 {
  background-color: #eb9012;
}

.badge.blog-small-badge {
  margin-bottom: 12px;
}

.panel-body {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 36px;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 12px;
  text-align: left;
}

.panel-body.justify-content-center {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.panel-body.panel-body-small {
  padding: 24px;
}

.panel-body.panel-body-large {
  padding: 48px;
}

.panel-body.align-content-center {
  margin-top: 10px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.panel-body.panel-body-extra-small {
  padding: 12px 24px;
}

.panel-body.footer-1-panel-body {
  padding: 72px 72px 48px;
}

.panel-body.footer-2-panel-body {
  display: -ms-grid;
  display: grid;
  padding: 48px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.panel-body.blog-small-panel-body {
  -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;
}

.panel-body.grid-halves {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.panel-body.modal-panel-body {
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.panel-body.accordion {
  padding: 0px;
}

.panel-body.wide-case-study-panel-body {
  max-width: 35%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.panel-body.panel-today {
  border-top: 6px solid #eb9012;
  border-bottom: 0px none #1034a6;
  opacity: 1;
}

.panel-body.pricing-panel.pb-silver-ball {
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/basketball-silver.png');
  background-position: 115% -10%;
  background-size: 240px;
  background-repeat: no-repeat;
}

.panel-body.pricing-panel.pb-gold-ball {
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/basketball-gold.png');
  background-position: 115% -10%;
  background-size: 240px;
  background-repeat: no-repeat;
	bg
}

.panel-body.pb-bronze-ball {
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/basketball-bronze.png');
  background-position: 115% -10%;
  background-size: 240px;
  background-repeat: no-repeat;
}

.panel-body.welcome-order-list {
  padding-bottom: 26px;
  background-color: rgba(38, 38, 38, 0.89);
}

.circle-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 48px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.circle-large.bg-primary-2 {
  background-color: #6a7cba;
}

.circle-large.bg-primary-3 {
  background-color: #5877dd;
}

.circle-large.bg-primary-4 {
  background-color: #eb9012;
}

.circle-large.bg-primary-5 {
  background-color: #5132c0;
}

.circle-large.circle-horizontal {
  margin-right: 24px;
  margin-bottom: 0px;
}

.circle-large.bg-gray-3 {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.circle-large.circle-small {
  width: 36px;
  height: 36px;
}

.circle-large.circle-small.bg-gray-3 {
  margin-bottom: 0px;
  background-color: #8f2df0;
}

.circle-large.bg-primary-1 {
  background-color: #1034a6;
}

.circle-large.pricing-panel-circle {
  margin-bottom: 0px;
  margin-left: 24px;
}

.circle-large.video-circle-large {
  position: absolute;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.circle-large.video-circle-large:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

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

/*.bg-gradient-1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#1034a6), to(#6a7cba));
  background-image: linear-gradient(90deg, #1034a6, #6a7cba);
}

.bg-gradient-7 {
  background-image: -webkit-gradient(linear, left top, right top, from(#1034a6), to(#5132c0));
  background-image: linear-gradient(90deg, #1034a6, #5132c0);
}

.bg-gradient-3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#5877dd), to(#eb9012));
  background-image: linear-gradient(90deg, #5877dd, #eb9012);
}

.bg-gradient-4 {
  background-image: -webkit-gradient(linear, left top, right top, from(#eb9012), to(#5132c0));
  background-image: linear-gradient(90deg, #eb9012, #5132c0);
}

.bg-gradient-9 {
  background-image: -webkit-gradient(linear, left top, right top, from(#8f2df0), to(#6a7cba));
  background-image: linear-gradient(90deg, #8f2df0, #6a7cba);
}

.bg-gradient-6 {
  background-image: -webkit-gradient(linear, left top, right top, from(#5877dd), to(#eb9012));
  background-image: linear-gradient(90deg, #5877dd, #eb9012);
}

.bg-gradient-8 {
  background-image: -webkit-gradient(linear, left top, right top, from(#8f2df0), to(#eb9012));
  background-image: linear-gradient(90deg, #8f2df0, #eb9012);
}

.bg-primary-6 {
  background-color: #8f2df0;
}

.bg-gradient-2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#6a7cba), to(#5877dd));
  background-image: linear-gradient(90deg, #6a7cba, #5877dd);
}

.bg-gradient-5 {
  background-image: -webkit-gradient(linear, left top, right top, from(#5132c0), to(#8f2df0));
  background-image: linear-gradient(90deg, #5132c0, #8f2df0);
}

.bg-gradient-6-reverse {
  background-image: -webkit-gradient(linear, left top, right top, from(#1034a6), to(#eb9012));
  background-image: linear-gradient(90deg, #1034a6, #eb9012);
} */

.grid-thirds {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.grid-thirds.space-bottom {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.display-inline {
  display: inline;
}

.space-bottom {
  margin-bottom: 24px;
  text-align: left;
}

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

.no-bottom-space {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.no-bottom-space.space-left {
  margin-left: 24px;
}

.no-bottom-space.no-bottom-border {
  border-bottom-style: none;
}

.bordered-list-item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.content-width-small {
  width: 100%;
  max-width: 400px;
}

.content-width-medium {
  width: 100%;
  max-width: 612px;
}

.content-width-medium.article-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 728px;
  margin-right: auto;
  margin-bottom: 96px;
  margin-left: auto;
  -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;
}

.content-width-medium.modal-content {
  position: relative;
  z-index: 2;
}

.content-width-large {
  width: 100%;
  max-width: 824px;
}

.content-width-extra-large {
  width: 100%;
  max-width: 964px;
  margin-right: auto;
  margin-left: auto;
}

.large-heading {
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

.large-heading.display-inline.text-gray-4 {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-gray-4 {
  color: hsla(0, 0%, 100%, 0.5);
}

.text-primary-1 {
  color: #1034a6;
}

.bordered-list-item-small {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.icon-small {
  width: 18px;
}

.space-left-small {
  margin-left: 12px;
  color: hsla(0, 0%, 100%, 0.6);
}

.circle-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 18px;
  background-color: #8f2df0;
}

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 36px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.circle.circle-horizontal {
  margin-right: 24px;
}

.icon {
  width: 36px;
}

.text-primary-3 {
  color: #5877dd;
}

.text-primary-2 {
  color: #6a7cba;
}

.text-primary-4 {
  color: #eb9012;
}

.list-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.space-bottom-large {
  margin-bottom: 36px;
}

.grid-two-thirds {
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-flow: row;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-two-thirds.align-top {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
}

.grid-two-thirds.reverse {
  direction: rtl;
}

.space-left-extra-small {
  margin-left: 6px;
}

.section-title {
  margin-bottom: 96px;
}

.timeline-pin-head {
  width: 24px;
  height: 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #6a7cba;
  border-radius: 12px;
}

.timeline-pin-line {
  width: 13px;
  height: 37px;
  border-right: 2px solid #6a7cba;
}

.space-left {
  margin-left: 24px;
}

.circle-extra-large {
  width: 120px;
  height: 120px;
  border-radius: 60px;
}

.space-bottom-extra-small {
  margin-bottom: 6px;
}

.panel-body-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 48px;
  -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;
}

.panel-body-small {
  padding: 24px;
}

.quote-on-image {
  position: relative;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rounded {
  border-radius: 12px;
}

.avatar {
  width: 48px;
  height: 48px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
}

.avatar.avatar-large {
  width: 96px;
  height: 96px;
}

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

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

.text-muted {
  opacity: 0.5;
}

.panel-wide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

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

.brand-row {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-row.space-bottom-large {
  margin-bottom: 48px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.brand-row.align-content-left {
  margin-left: -24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.brand-image {
  margin: 12px 24px;
  opacity: 0.5;
}

.nav-link {
  margin-top: 12px;
  margin-right: 12px;
  margin-left: 12px;
  padding: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-weight: 600;
}

.nav-link:hover {
  opacity: 1;
}

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

.nav-link.reglink {
  display: none;
}

.nav-link.loginlink {
  display: none;
}

.nav-link.loginlink.w--current {
  display: none;
}

.navbar {
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

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

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

.navbar-1-brand {
  margin-right: 24px;
}

.dropdown-list {
  overflow: hidden;
  border-radius: 12px;
  background-color: #181818;
}

.dropdown-list.w--open {
  padding: 0px;
  border-radius: 12px;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.2);
}

.dropdown-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.dropdown-item {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 192px;
  padding: 6px 12px;
  border-radius: 6px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: hsla(0, 0%, 100%, 0.5);
}

.dropdown-item:hover {
  background-color: hsla(0, 0%, 100%, 0.05);
  color: #fff;
}

.dropdown-item.w--current {
  color: #fff;
}

.dropdown-item.dropdown-item-large {
  min-width: 250px;
  padding: 16px;
  border-radius: 12px;
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 500;
}

.dropdown-item-heading {
  margin-bottom: 4px;
}

.navbar-wrapper {
  position: relative;
  z-index: 5;
  background-color: #181818;
}

.navbar-wrapper.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 99;
}

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

.dropdown-link-icon {
  margin-left: 4px;
}

.footer {
  margin-top: 24px;
}

.footer-1-top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-width-extra-small {
  width: 100%;
  max-width: 328px;
}

.vertical-menu-grid {
  justify-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-1-bottom-row {
  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;
}

.footer-menu-grids {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-link {
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.text-link:hover {
  opacity: 1;
}

.text-link.w--current {
  opacity: 1;
}

.social-list {
  /*display: none; */
  margin-right: -12px;
  margin-left: -12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.social-link-item {
  margin-right: 12px;
  margin-left: 12px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link-item:hover {
  opacity: 0.5;
}

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

.form-vertical {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 12px auto;
  grid-template-rows: auto auto;
}

.form-grid-halves {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.horizontal-form-button {
  margin-left: 12px;
}

.form {
  width: 100%;
  margin-bottom: 0px;
}

.form-success {
  padding: 12px;
  border-radius: 6px;
  background-color: #5877dd;
  color: #fff;
  text-align: center;
}

.form-error {
  padding: 12px;
  border-radius: 6px;
  background-color: #1034a6;
  color: #fff;
  text-align: center;
}

.left-content {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-thirds {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.vertical-text-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cta-row-1 {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 0.5fr;
  grid-template-columns: 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.cta-row-2 {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 2.5fr 2.5fr;
  grid-template-columns: 2.5fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.small-heading {
  font-size: 24px;
  line-height: 30px;
}

.small-heading.search-result-heading {
  margin-bottom: 6px;
}

.pricing-panel-top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -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;
}

.pricing-panel-price-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pricing-panel-terms {
  margin-left: 34px;
}

.pricing-panel-2-top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.background-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
}

.hero-bg-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 12px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/duotone-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: 125px, cover;
  opacity: 0.5;
}

.hero-bg-1.option-year {
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/8pros.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-attachment: fixed;
  opacity: 0.27;
}

.cta-section-image {
  margin-top: 96px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

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

.video-wrapper {
  position: relative;
  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;
}

.hero-2-grid {
  justify-items: center;
  -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-rows: auto;
  grid-template-rows: auto;
}

.hero-2-grid.grid-reversed {
  direction: rtl;
}

.hero-2-grid.reverse {
  direction: rtl;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 541px;
  margin-right: auto;
  margin-left: auto;
  -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;
  direction: ltr;
}

.footer-2 {
  margin-top: 24px;
}

.medium-heading {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.blog-panel-foot {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.panel-image-link {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.panel-image-link.panel-image-link-left {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 12px;
}

.panel-top-image {
  width: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.panel-top-image.panel-image-left {
  border-top-right-radius: 0px;
}

.blog-panel-meta-text {
  margin-right: 12px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.blog-featured-panel-title {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-title-with-image {
  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;
}

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

.empty-state {
  padding: 24px;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.1);
  text-align: center;
}

.blog-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 528px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.post-meta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.article h5 {
  margin-top: 48px;
  margin-bottom: 20px;
}

.article img {
  border-radius: 12px;
}

.article figure {
  margin-top: 72px;
  margin-bottom: 72px;
}

.article ul {
  margin-top: 36px;
  margin-bottom: 36px;
}

.article li {
  margin-top: 12px;
  margin-bottom: 12px;
}

.article h4 {
  margin-top: 48px;
}

.article h2 {
  margin-top: 48px;
}

.horizontal-rule {
  margin-top: 24px;
  margin-bottom: 24px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.horizontal-rule.blog-post-horizontal-rule {
  margin-top: 96px;
  margin-bottom: 96px;
}

.featured-post-wrapper {
  margin-bottom: 96px;
}

.align-content-center {
  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;
}

.back-to-top-button-wrapper {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10;
  width: 48px;
  height: 48px;
  border-style: none;
  border-width: 1px;
  border-color: #181818;
  border-radius: 50%;
  background-color: #181818;
}

.wide-grid-vertical {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.wide-grid-vertical.kenny-host {
  display: none;
}

.team-member-heading {
  margin-bottom: 6px;
}

.team-member-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding-top: 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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.team-member-header {
  margin-bottom: 36px;
  padding-bottom: 0px;
}

.section-title-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fullscreen-section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  -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;
}

.form-input-link {
  display: block;
  width: 100%;
  margin-top: 6px;
  text-align: right;
}

.form-input-link.text-small {
  margin-top: 8px;
  margin-bottom: 25px;
}

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

.utility-page-body {
  padding-bottom: 0px;
  background-color: #181818;
}

.justify-column-between {
  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;
}

.field-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 0px;
  -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;
}

.sign-up-grid-halves {
  width: 100%;
  max-width: 1107px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.modal-container {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  display: none;
  width: 100%;
  height: 100vh;
  padding-top: 24px;
  padding-bottom: 24px;
  -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;
}

.search-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(18, 20, 29, 0.9);
}

.modal-panel-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 12px;
  background-color: #181818;
}

.footer-3-top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 96px;
  -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;
}

.footer-3-left-column {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 72px;
  grid-row-gap: 96px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-contact-methods {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-small-heading {
  margin-bottom: 6px;
}

.blog-small-link {
  color: hsla(0, 0%, 100%, 0.5);
  font-weight: 500;
}

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

.search-result-paragraph {
  margin-bottom: 0px;
}

.search-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.display-none {
  display: none;
}

.slider-navigation-previous {
  left: auto;
  top: auto;
  right: 84px;
  bottom: 24px;
}

.slider-navigation-next {
  left: auto;
  top: auto;
  right: 24px;
  bottom: 24px;
}

.content-on-image-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;
  -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;
}

.content-on-image {
  position: absolute;
}

.content-on-image-image {
  opacity: 0.5;
}

.content-on-image-slider-navigation {
  display: none;
}

.slider-dots {
  bottom: -48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  padding-top: 0px;
  -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;
  font-size: 8px;
}

.tabs-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tabs-horizontal-menu {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 328px;
  margin-right: 12px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.tab-icon {
  margin-right: 24px;
}

.tabs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.tabs-vertical-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-right: 12px;
  margin-bottom: 12px;
  padding-right: 24px;
  padding-left: 24px;
  -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: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: hsla(0, 0%, 100%, 0.5);
}

.tabs-vertical-tab.w--current {
  background-color: #6a7cba;
  color: #fff;
}

.accordion-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 36px;
  -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;
  cursor: pointer;
}

.accordion-head.accordion-head-small {
  padding: 12px 24px;
}

.accordion-body {
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 36px;
  padding-right: 36px;
  padding-left: 36px;
}

.accordion-body.accordion-body-small {
  margin-top: 12px;
  margin-bottom: 24px;
  padding-right: 24px;
  padding-left: 24px;
}

.accordion-head-text {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.5);
}

.accordion-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.pricing-thirds {
  display: -ms-grid;
  display: grid;
  width: 100%;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-thirds.pricing-button-thirds {
  justify-items: stretch;
}

.pricing-row {
  display: -ms-grid;
  display: grid;
  padding: 16px 0px;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1.75fr 2.5fr;
  grid-template-columns: 1.75fr 2.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 1px;
}

.pricing-row.pricing-header {
  position: -webkit-sticky;
  position: sticky;
  top: 73px;
  z-index: 2;
  padding: 24px 36px;
  border-top-style: none;
  background-color: #181818;
}

.pricing-row.pricing-title-row {
  border-top-style: none;
}

.wide-case-study-panel-link {
  padding-top: 36px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  cursor: pointer;
}

.link-block {
  cursor: pointer;
}

.case-study-article-logo {
  margin-bottom: 48px;
}

.case-study-company-details-wrapper {
  margin-top: -72px;
  margin-bottom: 96px;
  border-radius: 12px;
  background-color: #181818;
}

.case-study-panel-logo {
  margin-bottom: 36px;
  opacity: 0.5;
}

.blog-post-panel-author {
  white-space: nowrap;
}

.account-sign-up-subtext {
  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;
  font-size: 14px;
}

.rounded-image-small {
  border-radius: 6px;
}

.quote-background-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/rectangle-5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0.15;
}

.faq-grid {
  -ms-grid-columns: 45fr 55fr;
  grid-template-columns: 45fr 55fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.job-listing-grid {
  grid-column-gap: 96px;
  grid-row-gap: 24px;
  -ms-grid-columns: 36fr 64fr;
  grid-template-columns: 36fr 64fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.job-listing-short-description {
  margin-bottom: 96px;
}

.map {
  height: 528px;
}

.contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 55fr 45fr;
  grid-template-columns: 55fr 45fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.panel-height-large {
  min-height: 528px;
}

.panel-height-medium {
  min-height: 432px;
}

.vertical-metrics-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.panel-image-left {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

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

.fixed-notice-container {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 10;
  max-width: 400px;
  border-radius: 12px;
  background-color: #181818;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.2);
}

.notice-dismiss {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  cursor: pointer;
}

.demo-screenshot {
  margin-bottom: 24px;
  border-radius: 6px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, -webkit-transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease;
  transition: opacity 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.demo-screenshot:hover {
  opacity: 1;
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.demo-link {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demos-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.dropdown-list-wrapper {
  overflow: hidden;
  padding: 12px;
  border-radius: 12px;
}

.dropdown-grid-halves {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.style-guide-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.body {
  background-color: #181818;
}

.bold-text {
  color: #fff;
}

.image {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 100px;
  padding-left: 100px;
  opacity: 0.8;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.image-2 {
  padding-right: 135px;
  padding-left: 135px;
  opacity: 0.8;
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.image-3 {
  padding-right: 100px;
  padding-left: 100px;
  opacity: 0.8;
}

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

.bordered-list-item-small-2 {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.display-heading-5 {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.circle-large-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96px;
  height: 96px;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 48px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.circle-large-2.pricing-panel-circle {
  display: none;
  margin-bottom: 0px;
  margin-left: 24px;
  background-color: #000;
}

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

.grid-thirds-2.space-bottom {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.text-small-2 {
  font-family: Inter, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0em;
  text-decoration: none;
}

.button-large-outline-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 36px;
  padding-left: 36px;
  -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-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.4);
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.button-large-outline-2:hover {
  border-color: hsla(0, 0%, 100%, 0.5);
}

.bordered-list-item-2 {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

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

.heading-3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.heading-3.heading-today {
  color: #5877dd;
}

.heading-3.heading-today.text-primary-4 {
  color: #eb9012;
}

.heading-3.text-primary-4 {
  color: #eb9012;
}

.heading-3.text-primary-4.center-eyebrow {
  color: #5877dd;
  text-align: center;
}

.heading-3.text-primary-4.center-eyebrow.eyebrow-how {
  color: #eb9012;
}

.heading-3.text-primary-4.how-brow-2 {
  color: #5877dd;
}

.heading-3.text-primary-2 {
  color: #6a7cba;
}

.heading-3.text-primary-1 {
  color: #1034a6;
}

.body-2 {
  background-color: #181818;
}

.div-block-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-4 {
  margin-right: 10px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-5 {
  margin-right: 10px;
  opacity: 0.51;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.image-6 {
  margin-right: 10px;
  opacity: 0.4;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.heading-4 {
  text-align: left;
}

.div-block-3 {
  text-align: left;
}

.div-block-3.add-more {
  text-align: center;
}

.gcal {
    padding-left: 50px !important;
    background-image: url(https://blive.imgix.net/web/generic/o6h.gcal-icon.png);
    background-size: 25px;
    background-position: 15px 17px;
    background-repeat: no-repeat;
}

.ics {
    padding-left: 50px !important;
    background-image: url(https://blive.imgix.net/web/generic/ajt.appicns_iCal%20copy.png);
    background-size: 25px;
    background-position: 15px 17px;
    background-repeat: no-repeat;
}

.div-block-4 {
  width: 100%;
  min-height: 200px;
  -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;
  border-radius: 12px 12px 0px 0px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/usa_today_12236878.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-4.player-vo {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/victor-01_700x700.jpg');
  background-position: 50% 40%;
}

.div-block-4.player-dw {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/jet-academy-placeholder.png');
  background-position: 50% 40%;
}

.div-block-4.player-kw {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/kembawalker-01.jpg');
  background-position: 50% 50%;
  background-size: auto 120%;
}

.div-block-4.player-ty {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/traeyoung-02.jpg');
  background-position: 50% 40%;
}

.div-block-4.player-db {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/jet-academy-placeholder.png');
  background-position: 50% 40%;
}

.div-block-4.player-dl {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/jet-academy-placeholder.png');
  background-position: 50% 50%;
}

.div-block-4.lesson-image-past {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.div-block-4.player-sc {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/jet-academy-placeholder.png');
  background-position: 50% 50%;
}

.div-block-4.option-day {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/jet-academy-placeholder.png');
  background-position: 50% 50%;
}

.div-block-4.option-summer {
  border-bottom: 7px solid #eb9012;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/camp-bw.jpg');
  background-size: cover;
}

.div-block-4.how-training {
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/iwindow-court1.png');
}

.div-block-4.how-interact {
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/iwindow-court2.png');
  background-position: 50% 50%;
}

.div-block-4.how-kenny {
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/iwindow-kenny.png');
  background-position: 50% 34%;
}

.div-block-4.player-dtbg {
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/brittney.jpg');
  background-position: 50% 40%;
}

.div-block-4.player-jt {
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/jet-academy-placeholder.png');
  background-position: 50% 50%;
}

.div-block-4.player-bssb {
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/seattle.jpg');
  background-position: 50% 30%;
}

.div-block-5 {
  width: 100%;
  min-height: 200px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/usatsi-11784402.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-6 {
  width: 100%;
  min-height: 200px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/usa_today_14091906.0.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.div-block-7 {
  width: 100%;
  min-height: 200px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/1066428992.jpeg');
  background-position: 50% 0%;
  background-size: cover;
}

.div-block-8 {
  width: 100%;
  min-height: 200px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/1174788452.jpeg');
  background-position: 50% 0%;
  background-size: cover;
}

.text-block {
  margin-left: 20px;
  text-align: left;
}

.form-block {
  width: 100%;
  margin-left: 21px;
}

.form-2 {
  text-align: left;
}

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

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

.div-block-9 {
  margin-top: 18px;
  margin-left: 31px;
  text-align: left;
}

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

.text-block-2.error-message {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #660405;
  color: #fff;
}

.image-10 {
  position: absolute;
  left: 10%;
  top: auto;
  right: auto;
  bottom: 14%;
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  opacity: 0.87;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.orange-bottom {
  border-top: 0px none #eb9012;
  border-bottom: 8px solid #eb9012;
}

.heading-5 {
  margin-bottom: 34px;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
}

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

.section-how {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/bg-basketball-5.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.background-video {
  width: 100%;
  height: 550px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.6);
}

.image-11 {
  margin-bottom: 20px;
}

.link-block-2 {
  margin-right: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.div-block-10 {
  min-height: 100px;
  min-width: 300px;
}

.welcome-checklist-button {
  margin-top: 20px;
  margin-right: 20px;
  padding: 15px 30px;
  border-radius: 12px;
  background-color: #eb9012;
}

.welcome-checklist-button.cal-button {
  padding-left: 48px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/icon-calendar.svg');
  background-position: 10px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.welcome-checklist-button.outbound {
  padding-right: 50px;
  background-image: url('https://web-cdn.blivenyc.com/microsites/jet-academy/public/images/v6n.out.png');
  background-position: 92% 45%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.body-3 {
  background-color: #181818;
}

.image-12 {
  opacity: 0.31;
}

.list {
  width: 90%;
}

@media screen and (max-width: 991px) {
  blockquote {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .nav-link.reglink {
    display: block;
  }
  .nav-link.loginlink {
    display: block;
  }
  .section {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .section.section-small {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .rounded-image.section-title-image {
    margin-top: 48px;
    margin-left: 0px;
  }
  .panel.section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .panel.section.hero-panel {
    min-height: 50vh;
  }
  .panel.panel-wide {
    max-width: 612px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .panel.wide-case-study-panel {
    max-width: 612px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .style-guide-container {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .style-guide-content-item {
    margin-right: 12px;
    margin-bottom: 12px;
  }
  .display-heading-1 {
    font-size: 88px;
    line-height: 88px;
  }
  .display-heading-2 {
    font-size: 72px;
    line-height: 72px;
  }
  .display-heading-3 {
    font-size: 54px;
    line-height: 54px;
  }
  .display-heading-4.space-bottom-large {
    margin-bottom: 36px;
  }
  .text-lead.blog-post-summary {
    margin-bottom: 72px;
  }
  .text-lead.job-listing-short-description {
    margin-bottom: 48px;
  }
  .row.content-width-extra-large.large-text-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-large-outline {
    text-align: center;
  }
  .button-large {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .panel-body.footer-1-panel-body {
    padding-top: 48px;
    padding-right: 48px;
    padding-left: 48px;
  }
  .panel-body.footer-2-panel-body {
    padding: 36px;
  }
  .panel-body.wide-case-study-panel-body {
    max-width: none;
  }
  .grid-halves {
    max-width: 824px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-thirds {
    max-width: 824px;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-thirds.space-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .content-width-medium.article-title-wrapper {
    margin-bottom: 72px;
  }
  .grid-two-thirds {
    max-width: 824px;
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .panel-wide {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .brand-row.space-bottom-large {
    margin-bottom: 24px;
  }
  .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .nav-link.row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .navbar-controls {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dropdown-list.w--open {
    position: relative;
  }
  .nav-menu {
    padding: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background-color: #181818;
  }
  .menu-button {
    margin-left: 12px;
    padding: 12px 0px 12px 12px;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .footer-1-top-row {
    margin-bottom: 72px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-menu-grids {
    margin-top: 48px;
  }
  .form-thirds {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cta-row-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .cta-row-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    -ms-grid-columns: 2.5fr;
    grid-template-columns: 2.5fr;
  }
  .pricing-panel-2-top-row {
    margin-bottom: 24px;
  }
  .cta-section-image {
    margin-top: 60px;
  }
  .cta-section-image.content-width-large {
    max-width: 612px;
  }
  .hero-1-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-2-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-content {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-panel-foot {
    -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;
  }
  .panel-image-link.panel-image-link-left {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0px;
  }
  .panel-top-image.panel-image-left {
    border-top-right-radius: 12px;
  }
  .blog-panel-meta-text {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .section-title-with-image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .blog-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .blog-grid-item {
    min-height: auto;
  }
  .article h5 {
    margin-top: 48px;
  }
  .article figure {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .article ul {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  .horizontal-rule.blog-post-horizontal-rule {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .featured-post-wrapper {
    margin-bottom: 72px;
  }
  .sign-up-grid-halves {
    max-width: 612px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .footer-3-top-row {
    margin-bottom: 72px;
    -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;
  }
  .footer-3-left-column {
    margin-bottom: 48px;
  }
  .content-on-image {
    padding-right: 24px;
    padding-left: 24px;
  }
  .slider-dots.panel-slider-dots {
    position: relative;
    bottom: 0px;
    margin-top: 24px;
  }
  .tabs-horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-horizontal-menu {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 12px;
    grid-column-gap: 12px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .case-study-company-details-wrapper {
    margin-bottom: 72px;
  }
  .account-sign-up-subtext {
    display: none;
  }
  .faq-grid {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .job-listing-grid {
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .job-listing-short-description {
    margin-bottom: 48px;
  }
  .contact-form-grid {
    -ms-grid-columns: 55fr;
    grid-template-columns: 55fr;
  }
  .grid-container {
    max-width: 612px;
  }
  .panel-image-left {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0px;
  }
  .dropdown-list-wrapper {
    position: relative;
  }
  .display-heading-5 {
    font-size: 54px;
    line-height: 54px;
  }
  .grid-thirds-2 {
    max-width: 824px;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-thirds-2.space-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .button-large-outline-2 {
    text-align: center;
  }
  .heading-7 {
    font-size: 28px;
  }
  .heading-8 {
    font-size: 28px;
  }
  .heading-9 {
    font-size: 28px;
  }
  .heading-10 {
    font-size: 28px;
  }
  .heading-11 {
    font-size: 28px;
  }
  .heading-12 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-bottom: 24px;
  }
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
  blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 24px;
  }
  .section {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .section.section-small {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .rounded-image {
    border-radius: 6px;
  }
  .panel.section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .panel.section.hero-panel {
    min-height: auto;
  }
  .panel.bg-white.panel-on-image {
    position: relative;
    right: 0px;
    bottom: 0px;
    max-width: 100%;
  }
  .panel.panel-wide {
    max-width: 400px;
  }
  .panel.tab-panel {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .panel.wide-case-study-panel {
    max-width: 400px;
  }
  .style-guide-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .display-heading-1 {
    font-size: 54px;
    line-height: 54px;
  }
  .display-heading-2 {
    font-size: 54px;
    line-height: 54px;
  }
  .display-heading-3 {
    font-size: 54px;
    line-height: 54px;
  }
  .display-heading-4 {
    font-size: 40px;
    line-height: 44px;
  }
  .text-lead.blog-post-summary {
    margin-bottom: 48px;
  }
  .text-lead.job-listing-short-description {
    margin-bottom: 24px;
  }
  .row.content-width-extra-large.large-text-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .text-small.footer-2-subtext {
    text-align: center;
  }
  .button-large {
    height: 48px;
  }
  .button-large.bg-primary-3.horizontal-form-button {
    margin-left: 0px;
  }
  .button-large.bg-primary-5.horizontal-form-button {
    margin-left: 0px;
  }
  .form-input.form-input-large {
    height: 48px;
    padding-left: 20px;
  }
  .panel-body.panel-body-large {
    padding: 36px;
  }
  .panel-body.footer-1-panel-body {
    padding-right: 36px;
    padding-bottom: 24px;
    padding-left: 36px;
  }
  .panel-body.footer-2-panel-body {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .panel-body.grid-halves {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-halves.space-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-thirds.space-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .content-width-medium.article-title-wrapper {
    margin-bottom: 48px;
  }
  .large-heading {
    font-size: 32px;
    line-height: 40px;
  }
  .section-title {
    margin-bottom: 48px;
  }
  .quote-on-image {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .rounded {
    border-radius: 6px;
  }
  .avatar.avatar-large {
    width: 72px;
    height: 72px;
  }
  .brand-row.align-content-left {
    margin-left: 0px;
  }
  .brand-image {
    margin-right: 12px;
    margin-left: 12px;
  }
  .footer-1-top-row {
    margin-bottom: 48px;
  }
  .footer-1-bottom-row {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .footer-menu-grids {
    margin-top: 36px;
  }
  .navbar-buttons {
    display: none;
  }
  .horizontal-form {
    display: -ms-grid;
    display: grid;
    -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;
    grid-auto-columns: 1fr;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .form-thirds {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cta-section-image {
    margin-top: 24px;
  }
  .cta-section-image.content-width-large {
    max-width: 80%;
  }
  .blog-grid {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .post-meta-wrapper {
    margin-top: 12px;
  }
  .article h5 {
    margin-top: 24px;
  }
  .article img {
    border-radius: 6px;
  }
  .article figure {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .article ul {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .horizontal-rule.blog-post-horizontal-rule {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .featured-post-wrapper {
    margin-bottom: 48px;
  }
  .back-to-top-button-wrapper {
    display: none;
  }
  .wide-grid-vertical {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .team-member-header {
    margin-bottom: 24px;
  }
  .section-title-small {
    margin-bottom: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sign-up-grid-halves {
    max-width: 400px;
  }
  .footer-3-top-row {
    margin-bottom: 48px;
  }
  .slider-dots.panel-slider-dots {
    position: relative;
    bottom: 0px;
    margin-top: 24px;
  }
  .tabs-horizontal-menu {
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tab-icon {
    max-width: 36px;
  }
  .tabs-vertical-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pricing-row {
    justify-items: center;
    -ms-grid-columns: 1.75fr;
    grid-template-columns: 1.75fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    text-align: center;
  }
  .pricing-row.pricing-header {
    padding-top: 12px;
    padding-bottom: 12px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #181818;
  }
  .pricing-row.pricing-title-row {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .pricing-line-title {
    margin-bottom: 12px;
    color: #fff;
  }
  .case-study-company-details-wrapper {
    margin-top: 24px;
    margin-bottom: 48px;
  }
  .pricing-header-row-spacer {
    display: none;
  }
  .rounded-image-small {
    border-radius: 6px;
  }
  .faq-grid {
    grid-row-gap: 24px;
  }
  .job-listing-short-description {
    margin-bottom: 24px;
  }
  .contact-form-grid {
    grid-row-gap: 12px;
  }
  .demo-screenshot {
    opacity: 1;
  }
  .display-heading-5 {
    font-size: 54px;
    line-height: 54px;
  }
  .grid-thirds-2.space-bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-bottom: 12px;
  }
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
  blockquote {
    padding: 24px;
    border-radius: 6px;
    font-size: 20px;
    line-height: 30px;
  }
  .container {
    padding-right: 12px;
    padding-left: 12px;
  }
  .section.section-small {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .section.section-pricing {
    background-size: auto;
  }
  .rounded-image.section-title-image {
    margin-top: 24px;
  }
  .panel {
    border-radius: 6px;
  }
  .panel.section {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .panel.section.receipt-panel {
    background-position: 0px 0px, 50% 50%;
  }
  .card-heading {
    font-size: 28px;
    line-height: 32px;
  }
  .panel-subheading.orange-bottom {
    font-size: 16px;
  }
  .display-heading-1 {
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 44px;
  }
  .display-heading-2 {
    font-size: 38px;
    line-height: 44px;
  }
  .display-heading-3 {
    font-size: 40px;
    line-height: 44px;
  }
  .display-heading-4.space-bottom-large {
    margin-bottom: 24px;
  }
  .display-heading-4.space-bottom {
    margin-bottom: 24px;
  }
  .text-lead {
    font-size: 16px;
    line-height: 24px;
  }
  .text-lead.blog-post-summary {
    margin-bottom: 24px;
  }
  .text-small.form-subtext {
    margin-top: 12px;
  }
  .button.button-large {
    padding-top: 16px;
    line-height: 16px;
  }
  .button-large.bg-primary-3.horizontal-form-button {
    margin-left: 0px;
  }
  .button-large.bg-primary-5.horizontal-form-button {
    margin-left: 0px;
  }
  .form-input.form-input-large.search-form-input {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .badge {
    height: 24px;
    min-width: 24px;
    font-size: 14px;
  }
  .panel-body {
    padding: 24px;
  }
  .panel-body.panel-body-large {
    padding: 24px;
  }
  .grid-halves {
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .grid-thirds {
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .content-width-medium.article-title-wrapper {
    margin-bottom: 24px;
  }
  .content-width-extra-large.section-title {
    display: none;
  }
  .grid-two-thirds {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .section-title {
    margin-bottom: 24px;
  }
  .quote-on-image {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .avatar.blog-panel-avatar {
    display: none;
  }
  .nav-link.w--current {
    display: block;
  }
  .nav-link.loginlink.w--current {
    display: block;
  }
  .dropdown-item {
    min-width: auto;
  }
  .footer-1-top-row {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .vertical-menu-grid {
    justify-items: center;
  }
  .footer-1-bottom-row {
    text-align: center;
  }
  .footer-menu-grids {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .social-list.team-member-social-list {
    margin-top: 12px;
  }
  .form-grid-halves {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .horizontal-form {
    display: -ms-grid;
    display: grid;
    -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;
    grid-auto-columns: 1fr;
  }
  .vertical-text-grid.content-width-extra-small {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .cta-row-1 {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }
  .cta-row-2 {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
  }
  .pricing-panel-top-row {
    margin-bottom: 12px;
  }
  .hero-bg-1 {
    border-radius: 6px;
  }
  .cta-section-image.content-width-large {
    max-width: 100%;
    border-radius: 0px 0px 12px 12px;
  }
  .medium-heading {
    font-size: 24px;
    line-height: 30px;
  }
  .panel-image-link {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .panel-image-link.panel-image-link-left {
    border-top-right-radius: 6px;
  }
  .panel-top-image {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .blog-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .empty-state {
    padding: 12px;
    border-radius: 6px;
  }
  .post-meta-wrapper {
    margin-top: 0px;
  }
  .featured-post-wrapper {
    margin-bottom: 24px;
  }
  .wide-grid-vertical {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .team-member-footer {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .team-member-header {
    text-align: center;
  }
  .section-title-small {
    -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;
  }
  .fullscreen-section-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-3-left-column {
    justify-items: center;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .search-result-list {
    grid-row-gap: 12px;
  }
  .search-page-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-navigation-previous {
    display: none;
  }
  .slider-navigation-next {
    display: none;
  }
  .content-on-image {
    position: relative;
    margin-top: 24px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-on-image-image {
    opacity: 1;
  }
  .content-on-image-slider-navigation {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 12px;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-top: 0px;
    font-size: 10px;
  }
  .tabs-horizontal-menu {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .tabs-vertical-tab:hover {
    background-color: hsla(0, 0%, 100%, 0.5);
    color: #fff;
  }
  .pricing-thirds.pricing-button-thirds {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .align-right {
    text-align: right;
  }
  .grid-image {
    border-radius: 6px;
  }
  .panel-image-left {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .list-grid-large {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .fixed-notice-container {
    left: 12px;
    bottom: 12px;
    max-width: 298px;
    border-radius: 6px;
  }
  .dropdown-grid-halves {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .bold-text {
    display: none;
  }
  .display-heading-5 {
    font-size: 40px;
    line-height: 44px;
  }
  .grid-thirds-2 {
    grid-row-gap: 12px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .bold-text-2 {
    display: none;
  }
  .section-how {
    background-size: auto;
  }
  .background-video {
    height: 420px;
    border-radius: 12px;
  }
}

#w-node-ec9110036bd5-94eb7581 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-ae092c2fe6c3-36eb7607 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-30975ccaca64-cd3ed8fb {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-db2a4eb6ba41-cd3ed8fb {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-31d3f89f90d0-cd3ed8fb {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-30975ccaca64-4b92973c {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-db2a4eb6ba41-4b92973c {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-31d3f89f90d0-4b92973c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-30975ccaca64-68dd4ee2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-db2a4eb6ba41-68dd4ee2 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-31d3f89f90d0-68dd4ee2 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-30975ccaca64-bd6cda68 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-db2a4eb6ba41-bd6cda68 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-31d3f89f90d0-bd6cda68 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-8751fc54e53c-c7eb7597 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-Bold.ttf') format('truetype'), url('../fonts/Inter-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff'), url('../fonts/Inter-Medium.ttf') format('truetype'), url('../fonts/Inter-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff'), url('../fonts/Inter-SemiBold.ttf') format('truetype'), url('../fonts/Inter-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}