<html><head><meta name="color-scheme" content="light dark"><style></style></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: rgba(47, 53, 66, 0.75);
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: rgba(47, 53, 66, 0.75);
  font-size: 18px;
  font-weight: 600;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
  -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;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  padding-right: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-image.mobile {
  position: absolute;
  left: 364px;
  top: 9%;
  right: 0%;
  bottom: 0%;
}

.cards-section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.h1 {
  font-family: Proximanova, sans-serif;
  font-size: 55px;
  line-height: 60px;
}

.paragraph {
  position: static;
  z-index: 1;
  max-width: 60ch;
  padding-bottom: 0px;
  font-family: Proximanova, sans-serif;
  color: rgba(47, 53, 66, 0.75);
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.paragraph.about.secondary {
  padding-top: 0px;
  color: #2f3542;
  line-height: 18px;
  font-weight: 600;
}

.hero-copy {
  max-width: none;
}

.hero-copy.main {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 0%;
  margin-bottom: 20px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.cta-main {
  height: 40px;
  padding: 11px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 20px;
  background-color: transparent;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.cta-main:hover {
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.cta-main.hero-purple {
  position: relative;
  z-index: 11;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  background-color: #987cff;
}

.green-text {
  color: #00a353;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  position: static;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.nav-link:hover {
  color: #00a353;
}

.brand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar {
  display: none;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}

.body {
  font-family: Proximanova, sans-serif;
  color: #2f3542;
}

.grid {
  max-width: 1024px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.html-embed {
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph-2 {
  margin-top: 26px;
}

.tab-link-tab-1 {
  color: #e8edf5;
}

.tab-link-tab-1.w--current {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 6px;
  background-color: #e8edf5;
  color: #2f3542;
}

.tab-link-tab-2 {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 5px;
}

.tab-link-tab-3 {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 5px;
  font-weight: 600;
}

.tabs {
  margin-top: 69px;
  margin-bottom: 86px;
}

.grid-2 {
  width: 100%;
  max-width: 1024px;
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 20px;
  justify-items: stretch;
  -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;
  grid-auto-flow: row;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 75px;
  padding-bottom: 25px;
  -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: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -60px;
  padding-top: 51px;
  padding-bottom: 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/TA---Hero-BG---Purp-Accessible.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.hero-wrapper.top-articles {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 20px;
  background-image: none;
}

.hero-wrapper.connect {
  margin-top: 20px;
  padding-top: 20px;
}

.paragraph-3 {
  font-size: 18px;
}

.slide {
  max-height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.mask {
  overflow: hidden;
}

.section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px 20px;
  -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;
}

.section-wrapper.connect {
  margin-top: 30px;
  margin-bottom: 30px;
}

.section-wrapper.tabs {
  margin-top: 0px;
  margin-bottom: 0px;
}

.grid-3 {
  width: 100%;
  max-width: 1024px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.steps-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #e8edf5;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.steps-bg:hover {
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.heading {
  margin-bottom: 0px;
  padding-top: 23px;
  padding-bottom: 10px;
  font-size: 20px;
}

.paragraph-4 {
  color: rgba(47, 53, 66, 0.75);
  font-weight: 600;
}

.video-link {
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #00a353;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}

.video-link:hover {
  color: #00b85d;
  text-decoration: underline;
}

.video-link.integrations {
  padding-right: 5px;
  padding-left: 0px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.link-block.video {
  margin-top: 10px;
}

.link-block.video:hover {
  color: #2f3542;
}

.image {
  padding-bottom: 20px;
}

.nav-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-6 {
  margin-bottom: 25px;
}

.paragraph-6.getting-started {
  margin-bottom: 10px;
}

.grid-4 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1024px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  border-radius: 5px;
  background-color: #e8edf5;
}

.resource-grid-bg {
  border-radius: 5px;
  background-color: #e8edf5;
}

.resource-grid-bg.green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 180px;
  padding: 26px 17px;
  -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;
  border-radius: 10px;
  background-color: #00a353;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease;
  transition: transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.resource-grid-bg.green:hover {
  box-shadow: 0 4px 10px 0 rgba(47, 53, 66, 0.24);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.resource-grid-bg.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 180px;
  padding: 26px 17px;
  -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;
  border-radius: 10px;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.resource-grid-bg.grey:hover {
  box-shadow: 0 4px 10px 0 rgba(47, 53, 66, 0.24);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #00a353;
}

.h3 {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

.h3.resource-grid.white {
  margin-top: 10px;
  padding-top: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.h3.resource-grid.blue {
  margin-top: 10px;
  padding-top: 0px;
  color: #2f3542;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}

.h3.white {
  display: block;
  padding-bottom: 10px;
  color: #fff;
}

.h3.about-blurb {
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
  color: #2f3542;
  font-size: 28px;
}

.grid-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-5 {
  position: relative;
  z-index: 1;
  grid-row-gap: 11px;
}

.helpdesk-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.helpdesk-link-wrapper.hidden {
  display: none;
}

.helpdesk-link-wrapper.youtube-subscribe {
  margin-top: 10px;
}

.helpdesk-link-text {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #00a353;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}

.helpdesk-link-text:hover {
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
  text-decoration: underline;
}

.helpdesk-link-text.youtube-follow {
  color: rgba(47, 53, 66, 0.5);
  font-size: 15px;
}

.image-2 {
  display: none;
  padding-right: 10px;
}

.cta-wapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6a47ed;
}

.cta-copy-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  -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;
}

.cta-copy {
  padding-right: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}

.cta-main-2 {
  height: 40px;
  padding: 11px 30px;
  border-radius: 20px;
  background-color: #00a353;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cta-main-2:hover {
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.cta-main-2.secondary {
  background-color: #fff;
  color: #2f3542;
}

.cta-main-2.secondary.dxtrack-user-action {
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 8px;
}

.cta-main-2.secondary.dxtrack-user-action.remote-banner-cta {
  margin-top: 20px;
  margin-right: 0px;
  border-radius: 8px;
  background-color: #fff;
  color: #008545;
}

.cta-main-2.header {
  display: none;
}

.footer-link-text {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.footer-link-text:hover {
  color: #00a353;
}

.footer-wrap-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -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-bottom-right-links {
  padding-left: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.footer-bottom-right-links:hover {
  color: #00a353;
}

.footer-link-wrap {
  display: -ms-grid;
  display: grid;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1.25fr 1.25fr 0.25fr 1.75fr;
  grid-template-columns: 1fr 1fr 1.25fr 1.25fr 0.25fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #fff;
}

.footer-header {
  overflow: visible;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.footer-header.hidden {
  color: #2f3542;
}

.footer-wrapper {
  padding: 30px 20px;
  background-color: #2f3542;
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  font-weight: 400;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.slide-2 {
  height: auto;
  background-color: #fff;
}

.mask-2 {
  height: 100%;
  background-color: #fff;
}

.nav-link-2 {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Proximanova, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-2:hover {
  color: #d3d3d3;
}

.nav-link-2:active {
  color: #00a353;
}

.nav-link-2:focus {
  color: #00a353;
}

.nav-link-2:visited {
  color: #2f3542;
}

.nav-link-2.w--current {
  color: #00a353;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  opacity: 1;
}

.nav-menu-2 {
  position: static;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrapper-2 {
  padding: 30px 20px;
  background-color: #2f3542;
}

.footer-wrapper-2.v2 {
  display: none;
}

.social-icons-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-link-text-2 {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.footer-link-text-2:hover {
  color: #00a353;
}

.item-wrap.dxtrack-user-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.item-wrap.dxtrack-user-action {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-wrap-bottom-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -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-bottom-right-links-2 {
  padding-left: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.footer-bottom-right-links-2:hover {
  color: #00a353;
}

.footer-link-wrap-2 {
  display: -ms-grid;
  display: grid;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 0.75fr 1fr 0.75fr 1fr;
  grid-template-columns: 0.75fr 0.75fr 1fr 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #fff;
}

.image-4.cc {
  padding-left: 10px;
}

.image-4.cc {
  padding-left: 10px;
}

.image-4.cc {
  width: 85px;
  padding-left: 10px;
}

.image-4.cc {
  padding-left: 10px;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.how-it-works-pop-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.columns {
  display: none;
}

.connect-image {
  width: auto;
  height: auto;
}

.lightbox-link-2 {
  display: block;
  text-decoration: none;
}

.play-button {
  margin-right: 5px;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.youtube-logo {
  margin-right: 5px;
}

.tabs-container {
  width: 100%;
  max-width: 1024px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link-tab-1-2 {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #ddd;
  color: #2f3542;
}

.tab-link-tab-1-2.w--current {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
  background-color: #2f3542;
  color: #fff;
}

.tab-link-tab-2-2 {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
}

.tab-link-tab-2-2.w--current {
  background-color: #2f3542;
  color: #fff;
}

.tab-link-tab-3-2 {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 5px;
}

.tab-link-tab-3-2.w--current {
  background-color: #2f3542;
  color: #fff;
}

.text-block {
  font-weight: 600;
}

.text-block-2 {
  font-weight: 600;
}

.text-block-3 {
  font-weight: 600;
}

.tab-1-content {
  margin: 20px;
  padding: 30px 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 5px 5px 14px 4px rgba(47, 53, 66, 0.24);
  text-align: center;
}

.free-resource-graphic-wrap {
  position: relative;
}

.lottie-animation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 100px;
}

.lottie-animation-2 {
  width: auto;
}

.blob-wrap {
  position: relative;
}

.blob {
  position: absolute;
  left: 0%;
  top: -29px;
  right: auto;
  bottom: 0%;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  max-width: none;
}

.blob.right {
  left: -5%;
  overflow: auto;
}

.blob.left {
  left: 3%;
  overflow: auto;
}

.hero-headline {
  position: relative;
  z-index: 1;
  color: #fff;
}

.hero-sub-head {
  position: relative;
  z-index: 1;
  max-width: none;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.hero-superscript-header-wrap {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 5px;
  background-color: #feca5c;
}

.hero-superscript {
  margin-bottom: 0px;
  color: #2f3542;
  font-size: 16px;
  line-height: 16px;
}

.navigation-full {
  position: static;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(61, 66, 75, 0.07);
  background-color: transparent;
}

.navigation-full:hover {
  background-color: transparent;
}

.nav-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.nav-title._4th-column {
  margin-bottom: 0px;
  padding: 15px 15px 15px 0px;
}

.logo {
  min-width: 55px;
}

.navigation-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  min-width: auto;
  margin-left: 10px;
  padding: 8px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.navigation-button:hover {
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(47, 53, 66, 0.24);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #00a353;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 16px;
}

.navigation-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9999;
  border-bottom: 1px solid #e8edf5;
}

.navigation-wrap:hover {
  background-color: transparent;
}

.navigation-drop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.navigation-drop-container.explore {
  display: none;
}

.dropdown-toggle-2 {
  padding: 10px 24px 10px 12px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-toggle-2:hover {
  color: #00a353;
}

.explore-icons {
  max-height: 25px;
  max-width: 25px;
}

.flexlets-banner {
  margin-top: 0px;
}

.subject-link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: font-size 200ms ease, color 200ms ease;
  transition: font-size 200ms ease, color 200ms ease;
  color: rgba(47, 53, 66, 0.75);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.subject-link:hover {
  color: #00a353;
  font-weight: 600;
}

.navigation-container-mob {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation {
  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;
  background-color: transparent;
}

.navigation:hover {
  background-color: transparent;
}

.explore-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navigation-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 5px;
  padding: 15px;
  border-radius: 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #283338;
  font-size: 16px;
  text-decoration: none;
}

.navigation-link-block:hover {
  background-color: #e8edf5;
  color: #00a353;
}

.navigation-link-block.dxtrack-user-action {
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navigation-link-block.dxtrack-user-action {
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dropdown-list-full-wrapper {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.nav-link-details {
  color: rgba(40, 51, 56, 0.75);
  font-size: 14px;
  line-height: 15px;
}

.other-resources-links {
  display: block;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #00a353;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.other-resources-links:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
}

.nav-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 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-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;
}

.navigation-mob {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -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;
  background-color: transparent;
}

.nav-menu-3 {
  position: static;
  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;
  color: #283338;
  font-size: 15px;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flowbase-logo {
  width: 54px;
}

.drop-arrow-plain {
  margin-right: 5px;
  color: #fff;
  font-size: 14px;
}

.navigation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 20px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.navigation-link:hover {
  color: #dbdbdb;
}

.navigation-link.w--current {
  color: #99d715;
}

.navigation-link.dxtrack-user-action {
  margin-right: 5px;
  padding: 10px 18px;
  border-radius: 8px;
  color: #2f3542;
}

.navigation-link.dxtrack-user-action:hover {
  padding-right: 18px;
  padding-left: 18px;
  border-radius: 8px;
  background-color: #e8edf5;
}

.navigation-link.dxtrack-user-action {
  margin-right: 5px;
  padding: 10px 18px;
  border-radius: 8px;
  color: #2f3542;
}

.navigation-link.dxtrack-user-action:hover {
  padding-right: 18px;
  padding-left: 18px;
  border-radius: 8px;
  background-color: #e8edf5;
}

.navigation-bottom-bar {
  display: none;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(119, 53, 246, 0.08);
  background-image: url('../images/scribble-5.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.dropdown-list-2 {
  min-width: 100%;
}

.dropdown-list-2.w--open {
  position: absolute;
  left: 0px;
  top: 61px;
  right: 0px;
  bottom: auto;
  overflow: visible;
  height: auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(0, 0, 0, 0.24);
}

.navigation-column {
  width: 25%;
  padding: 10px 10px 10px 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;
}

.navigation-column.other-resources {
  width: 25%;
}

.navigation-column.subjects {
  width: 20%;
}

.brand-2 {
  margin-right: 44px;
}

.brand-2.dxtrack-user-action {
  margin-right: 0px;
  padding: 0px;
  border-radius: 5px;
  background-color: transparent;
}

.subject-header {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}

.fletlets-banner-wrap {
  display: none;
  margin-top: 10px;
}

.large-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px;
  color: #6127da;
  text-decoration: none;
}

.dropdown {
  position: static;
  margin-right: 5px;
  margin-left: 5px;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.dropdown-link:hover {
  color: #dbdbdb;
}

.text-block-5 {
  color: #fff;
}

.div-block-3 {
  width: 50%;
}

.hero-image-container {
  position: relative;
}

.social-proof-wrap {
  width: 100%;
  margin-top: 65px;
  padding-right: 20px;
  padding-left: 20px;
}

.social-proof-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  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-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;
}

.h4 {
  display: inline-block;
  margin-bottom: 20px;
  color: #2f3542;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.h4.stats {
  color: #2f3542;
}

.social-proof-stats-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stat-bg {
  padding: 26px 20px;
  border-radius: 10px;
  background-color: #e8edf5;
  text-align: center;
}

.h5 {
  color: #2f3542;
}

.h5.stats {
  color: #008545;
}

.giant-stat {
  margin-bottom: 0px;
  color: #2f3542;
  font-size: 75px;
  line-height: 75px;
  font-weight: 700;
}

.feature-1-section {
  width: 100%;
  padding: 100px 20px;
}

.feature-1-section.testimonials {
  padding-top: 75px;
  padding-bottom: 50px;
}

.feature-1-section.subjects {
  padding-top: 25px;
  padding-bottom: 25px;
}

.feature-1-section.about-blurb {
  margin-top: 156px;
  padding-top: 40px;
  padding-bottom: 0px;
}

.feature-1-section.tabs {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.feature-1-section.tabs.mobile {
  display: none;
}

.feature-1-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  -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: left;
}

.feature-1-container.subjects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-1-container.subjects.modal {
  padding-right: 20px;
  padding-bottom: 3%;
  padding-left: 20px;
}

.feature-1-container.subjects.footer {
  padding: 0%;
}

.feature-1-container.blurb {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -100px;
  padding: 60px 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #d3d3d3;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-1-graphic {
  position: relative;
  z-index: 1;
  border-style: none;
  border-width: 5px;
  border-color: #987cff;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: none;
}

.feature-1-graphic.blob {
  position: absolute;
  left: 0%;
  top: -19%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: auto;
  max-width: none;
}

.feature-1-graphic.yellow {
  border-style: solid;
  border-color: #feca5c;
  background-color: #feca5c;
}

.feature-1-graphic.blue {
  border-style: solid;
  border-color: #09f;
  background-color: #09f;
}

.feature-1-graphic.red {
  border-style: solid;
  border-color: #ff4f57;
  background-color: #ff4f57;
}

.feature-1-graphic.purple {
  border-style: solid;
  background-color: #987cff;
}

.feature-1-graphic.green {
  border-style: solid;
  border-color: #00a353;
  background-color: #00a353;
}

.feature-1-graphic.orange {
  border-style: solid;
  border-color: #ff9735;
  background-color: #ff9735;
}

.colored-divider {
  width: 80px;
  height: 4px;
  margin-top: 22px;
  margin-bottom: 22px;
  border-radius: 20px;
  background-color: #ff4f57;
}

.colored-divider.red {
  background-color: #ff4f57;
}

.colored-divider.purple {
  background-color: #987cff;
}

.colored-divider.blue {
  background-color: #09f;
}

.colored-divider.yellow {
  background-color: #feca5c;
}

.colored-divider.green {
  background-color: #00a353;
}

.colored-divider.orange {
  background-color: #ff9735;
}

.feature-1-copy {
  width: 33%;
}

.grid-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 39px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-7.feature-2 {
  grid-column-gap: 40px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  border-bottom-right-radius: 10px;
}

.feature-1-graphics-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-3 {
  z-index: 2;
  border-style: solid;
  border-width: 4px;
  border-color: #987cff;
  border-radius: 10px;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.graphic-wrap {
  overflow: hidden;
}

.sim {
  position: absolute;
  left: 1%;
  top: 14.5%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  overflow: hidden;
  width: 98%;
  max-width: 100%;
}

.sim.chatbot {
  left: 0.9%;
  top: 6.8%;
  right: auto;
  width: 33.4%;
  border-bottom-left-radius: 10px;
}

.sim.inline {
  left: 33%;
  top: 20.5%;
  width: 32%;
}

.sim.plix {
  left: 25%;
  top: 35.5%;
  width: 50%;
  border-radius: 10px;
}

.sim.improve {
  left: 68%;
  top: 6.8%;
  width: 31.1%;
  border-bottom-right-radius: 10px;
}

.sim.journey {
  left: 1%;
  top: 69.8%;
  bottom: 0%;
  width: 32%;
  border-bottom-left-radius: 10px;
}

.sim.unstuck {
  left: 0.9%;
  top: 7%;
  width: 28.5%;
  border-bottom-left-radius: 10px;
}

.bold-text {
  font-size: 36px;
  line-height: 40px;
}

.hero-image-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: -232px;
  -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;
}

.testimonials-wrapper {
  display: block;
  padding: 45px 150px 25px;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-radius: 10px;
  background-color: #008545;
  text-align: center;
}

.testimonial-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-copy {
  padding-bottom: 25px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}

.slider {
  background-color: transparent;
}

.image-5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.testimonial-user {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.testimonial-user.role {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.tab-label {
  color: #00a353;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tab-link-tab-1-3 {
  background-color: transparent;
}

.tab-link-tab-1-3.w--current {
  border-bottom: 2px solid #00a353;
  background-color: transparent;
}

.inactive-tab-text {
  color: #00a353;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.inactive-tab-bg {
  background-color: transparent;
}

.inactive-tab-bg.w--current {
  background-color: transparent;
}

.tab-link {
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #b8b8b8;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tab-link.w--current {
  margin-right: 15px;
  margin-left: 15px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 2px;
  border-color: #00a353;
  background-color: transparent;
  color: #00a353;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tab-link.dxtrack-user-action.w--current {
  color: #008545;
}

.tab-pane-tab-1 {
  width: auto;
  max-width: none;
}

.tabs-2 {
  width: 100%;
  max-width: 1024px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.subjects-items-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1024px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.subjects-items-wrapper.footer {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.subjects-items-wrapper.modal {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.tabs-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subject-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 0px;
  padding-right: 15px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #e8edf5;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  transition: color 200ms ease, transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  text-decoration: none;
}

.subject-item-container:hover {
  box-shadow: 7px 7px 24px 0 rgba(47, 53, 66, 0.24);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #00a353;
  font-size: 18px;
  line-height: 22px;
}

.subject-icon-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin: 13px 15px;
  padding: 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;
  border-radius: 100px;
  background-color: #fff;
}

.subject-name {
  color: #2f3542;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  text-decoration: none;
}

.tabs-content {
  overflow: visible;
  padding-top: 20px;
  padding-bottom: 20px;
}

.subject-icon {
  max-height: 35px;
  max-width: 35px;
  padding: 0px;
}

.text-block-6 {
  font-size: 16px;
}

.genie {
  position: absolute;
  left: 3%;
  top: -41%;
  right: auto;
  bottom: auto;
  z-index: 1;
  padding-left: 0px;
}

.genie-coverup {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  border-radius: 10px;
  background-color: #e8edf5;
}

.lottie-animation-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.subject-link-2 {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: font-size 200ms ease, color 200ms ease;
  transition: font-size 200ms ease, color 200ms ease;
  color: #2f3542;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.subject-link-2:hover {
  color: #00a353;
  font-weight: 600;
}

.subject-link-2.dxtrack-user-action:hover {
  color: #008545;
}

.subject-link-2.dxtrack-user-action {
  -webkit-transition: font-size 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: font-size 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, font-size 200ms ease, color 200ms ease;
  transition: transform 200ms ease, font-size 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  font-family: Proximanova, sans-serif;
  color: rgba(5, 27, 68, 0.75);
  font-weight: 400;
}

.subject-link-2.dxtrack-user-action:hover {
  -webkit-transform: translate(2px, 0px);
  -ms-transform: translate(2px, 0px);
  transform: translate(2px, 0px);
  color: #00a353;
}

.subject-header-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}

.footer-link-wrap-3 {
  display: -ms-grid;
  display: grid;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 8px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.75fr 0.75fr 0.75fr 1fr;
  grid-template-columns: 1fr 0.75fr 0.75fr 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #fff;
}

.footer-wrap-bottom-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -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;
}

.social-icons-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icon {
  width: auto;
  height: auto;
  max-height: 25px;
  max-width: none;
  min-height: 0px;
  min-width: 0px;
}

.footer-logo-white {
  padding-bottom: 20px;
}

.footer-copyright-2 {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  font-weight: 400;
}

.footer-header-2 {
  overflow: visible;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.footer-header-2.hidden {
  color: #2f3542;
}

.nav-title-2 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.nav-title-2._4th-column {
  margin-bottom: 0px;
  padding: 15px 15px 15px 0px;
}

.nav-title-2._4th-column {
  margin-bottom: 10px;
  padding: 0px 15px 0px 0px;
  font-size: 18px;
  font-weight: 600;
}

.nav-link-details-2 {
  color: rgba(40, 51, 56, 0.87);
  font-size: 12px;
  line-height: 14px;
}

.other-resources-links-2 {
  display: block;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  color: #00a353;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.other-resources-links-2.dxtrack-user-action {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.other-resources-links-2.dxtrack-user-action:hover {
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}

.other-resources-links-2.dxtrack-user-action {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-size: 15px;
  line-height: 24px;
}

.other-resources-links-2.dxtrack-user-action:hover {
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}

.other-resources-links-2.dxtrack-user-action {
  padding-left: 0px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: Proximanova, sans-serif;
  color: #008545;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.other-resources-links-2.dxtrack-user-action:hover {
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}

.subjects-modal-popup-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  padding: 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;
  background-color: rgba(47, 53, 66, 0.4);
  white-space: normal;
}

.subjects-modal-white-bg {
  position: relative;
  width: 80%;
  border-radius: 10px;
  background-color: #fff;
}

.modal-close-link {
  position: absolute;
  left: auto;
  top: 3%;
  right: 2%;
  bottom: auto;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #2f3542;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 1em;
  line-height: 18px;
  font-weight: 600;
  cursor: pointer;
}

.modal-close-link:hover {
  background-color: #00a353;
  color: #fff;
}

.secondary-cta-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.ctas-wrapper {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.secondary-cta-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.right-arrow-white {
  padding-left: 10px;
}

.subject-browse-all-link {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00a353;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.subject-browse-all-link:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #37b979;
}

.subject-browse-all-link.dxtrack-user-action {
  color: #008545;
}

.disclaimer-paragraph {
  margin-bottom: 0px;
  padding-top: 10px;
  color: rgba(47, 53, 66, 0.5);
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
}

.cta-main-with-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  background-color: #987cff;
  box-shadow: 3px 3px 24px 0 rgba(0, 0, 0, 0.24);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  text-decoration: none;
}

.cta-main-with-icon-wrapper:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.cta-main-with-icon-wrapper.dxtrack-user-action {
  padding: 12px 30px;
  border-radius: 8px;
  background-color: #008545;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.cta-main-with-icon-wrapper.dxtrack-user-action:hover {
  background-color: #00a353;
}

.cta-main-text {
  padding-right: 10px;
}

.about-blurb-secondary-bg {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: rgba(106, 71, 237, 0.1);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.tabs-menu-3 {
  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;
}

.tabs-content-2 {
  margin-top: 20px;
}

.tab-link-tab-1-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-link-tab-1-4.w--current {
  margin-right: 5px;
  margin-left: 5px;
  padding: 16px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  border-radius: 10px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.tab-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.tab-icon.title {
  display: none;
}

.tab-icon.title.mobile {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.tab-link-tab-2-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 5px;
  margin-left: 5px;
  padding: 16px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f8f7f5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  color: rgba(47, 53, 66, 0.5);
  font-size: 18px;
  font-weight: 600;
}

.tab-link-tab-2-3.w--current {
  border-style: solid;
  border-width: 1px;
  border-color: #e5e5e5;
  background-color: #fff;
  -webkit-filter: none;
  filter: none;
  color: #2f3542;
  font-size: 18px;
}

.tab-content-bg {
  padding: 40px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-radius: 10px;
  background-color: #e8edf5;
}

.tab-content-bg.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tab-content-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab-content-grid.mobile {
  justify-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  text-align: center;
}

.heading-4 {
  font-size: 28px;
}

.tab-content-image {
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
}

.tab-content-image.no-bg {
  background-color: transparent;
}

.text-title-icon.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-title {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 5px;
  background-color: #987cff;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.text-title.purple {
  background-color: #6a47ed;
}

.text-title.yellow {
  background-color: #feca5c;
  color: #2f3542;
}

.text-title.green {
  background-color: #008545;
}

.text-title.blue {
  background-color: #09f;
}

.text-title.red {
  background-color: #ff4f57;
}

.section-title {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
}

.heading-5 {
  font-size: 24px;
  line-height: 28px;
}

.tab-title-heading {
  font-size: 24px;
  line-height: 28px;
}

.section {
  width: 100%;
  margin-top: 75px;
  margin-bottom: 25px;
  padding-right: 20px;
  padding-left: 20px;
}

.remote-banner-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 120px 20px 40px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #2f3542;
  text-align: center;
}

.remote-banner-bg.left {
  margin-right: 10px;
  padding-top: 135px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.remote-banner-bg.right {
  margin-left: 10px;
  padding-top: 135px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #feca5c;
}

.image-6 {
  position: absolute;
  top: -67px;
}

.remote-banner-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 32px;
}

.remote-banner-p {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
}

.remote-banner-p.student {
  color: #2f3542;
}

.remote-banner-text-wrap {
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.lottie-animation-4 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
}

.container-2 {
  max-width: 1024px;
}

.container-2._2-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-7.footer {
  margin-bottom: 10px;
}

.footer-wrap-bottom-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  -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-header-3 {
  overflow: visible;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.social-icons-wrap-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subject-link-3 {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: font-size 200ms ease, color 200ms ease;
  transition: font-size 200ms ease, color 200ms ease;
  color: rgba(47, 53, 66, 0.75);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.subject-link-3:hover {
  color: #00a353;
  font-weight: 600;
}

.navigation-mob-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -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;
  background-color: transparent;
}

.nav-menu-4 {
  position: static;
  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;
  font-size: 15px;
}

.navigation-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  min-width: auto;
  margin-left: 10px;
  padding: 8px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.navigation-button-2:hover {
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(47, 53, 66, 0.24);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #00a353;
}

.navigation-button-2.dxtrack-user-action {
  border-color: #00a353;
  background-color: #fff;
  color: #00a353;
}

.navigation-button-2.dxtrack-user-action {
  padding: 10px 20px;
  border-color: #008545;
  border-radius: 8px;
  background-color: #fff;
  color: #008545;
}

.navigation-button-2.dxtrack-user-action:hover {
  background-color: #008545;
  color: #fff;
}

.navigation-button-2.dxtrack-user-action {
  border-color: #00a353;
  border-radius: 8px;
  background-color: #fff;
  color: #008545;
}

.navigation-button-2.dxtrack-user-action:hover {
  border-color: #008545;
  background-color: #008545;
  color: #fff;
}

.nav-title-3 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.nav-title-3._4th-column {
  margin-bottom: 0px;
  padding: 15px 15px 15px 0px;
}

.navigation-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.dropdown-toggle-3 {
  padding: 10px 26px 10px 18px;
  border-radius: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-toggle-3:hover {
  padding-right: 26px;
  padding-left: 18px;
  border-radius: 8px;
  background-color: #e8edf5;
  color: #00a353;
}

.dropdown-list-3 {
  min-width: 100%;
}

.dropdown-list-3.w--open {
  position: absolute;
  left: 0px;
  top: 61px;
  right: 0px;
  bottom: auto;
  overflow: visible;
  height: auto;
  margin-top: -1px;
  padding: 20px;
  border-top: 1px solid #e8edf5;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.24);
}

.dropdown-link-2 {
  padding-right: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #2f3542;
}

.dropdown-link-2:hover {
  color: #2f3542;
}

.navigation-full-2 {
  position: static;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(61, 66, 75, 0.07);
  background-color: transparent;
}

.navigation-full-2:hover {
  background-color: transparent;
}

.drop-arrow-plain-2 {
  margin-right: 10px;
  color: #2f3542;
  font-size: 14px;
}

.navigation-wrap-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5;
  border-bottom: 1px solid #e8edf5;
}

.navigation-wrap-2:hover {
  background-color: transparent;
}

.dropdown-list-4 {
  min-width: 100%;
}

.dropdown-list-4.w--open {
  position: absolute;
  left: 0px;
  top: 61px;
  right: 0px;
  bottom: auto;
  overflow: auto;
  height: auto;
  margin-top: -1px;
  padding: 20px;
  border-top: 1px solid #e8edf5;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.24);
}

.nav-content-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 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-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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.marketing-banner-title {
  margin-top: 40px;
  margin-bottom: 5px;
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 700;
}

.fletlets-banner-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.navigation-column-2 {
  width: auto;
  margin-top: 0px;
  padding: 10px 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;
}

.navigation-column-2.flexlets {
  padding-top: 0px;
}

.navigation-column-2.subjects {
  width: 20%;
}

.navigation-column-2.other-resources {
  width: auto;
  margin-top: 0px;
}

.navigation-column-2.other-resources {
  width: auto;
  margin-top: 0px;
  padding: 20px;
  border-radius: 10px;
  background-color: #e8edf5;
}

.navigation-column-2.subjects {
  width: 20%;
  margin-right: 5px;
}

.nav-link-details-3 {
  color: rgba(40, 51, 56, 0.9);
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}

.hiking {
  position: absolute;
  top: -36.98438px;
}

.marketing-banner-cta {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 20px;
  border-radius: 100px;
  background-color: #00a353;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.marketing-banner-cta:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.marketing-banner-desc {
  line-height: 18px;
}

.grid-8 {
  grid-row-gap: 10px;
  grid-template-areas: ". . . Area Area"
    ". . . Area Area"
    ". . . Area-2 Area-2"
    ". . . Area-2 Area-2"
    ". . . Area-2 Area-2";
  -ms-grid-columns: 1fr 1fr 1fr 0.5fr 0.5fr;
  grid-template-columns: 1fr 1fr 1fr 0.5fr 0.5fr;
  -ms-grid-rows: 100px 10px 100px 10px 100px 10px 100px 10px auto;
  grid-template-rows: 100px 100px 100px 100px auto;
}

.marketing-banner-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  margin-top: 50px;
  padding: 30px 15px 10px;
  -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;
  border-radius: 5px;
  background-color: #d5f4fa;
  font-weight: 600;
  text-align: center;
}

.html-embed-2 {
  margin-top: 20px;
}

.grid-9 {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 100px 10px 100px 10px 100px 10px 100px;
  grid-template-rows: 100px 100px 100px 100px;
}

.marketing-banner-wrap-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100px;
  margin-top: 50px;
  padding: 30px 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
  border-radius: 5px;
  background-color: #d5f4fa;
  font-weight: 600;
  text-align: center;
}

.hiking-2 {
  position: absolute;
  top: -36.98438px;
}

.subject-link-4 {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: font-size 200ms ease, color 200ms ease;
  transition: font-size 200ms ease, color 200ms ease;
  color: rgba(47, 53, 66, 0.75);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

.subject-link-4:hover {
  color: #00a353;
  font-weight: 600;
}

.marketing-banner-title-2 {
  margin-top: 40px;
  margin-bottom: 5px;
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 700;
}

.navigation-wrap-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 15;
  border-bottom: 1px solid #e8edf5;
}

.navigation-wrap-4:hover {
  background-color: transparent;
}

.dropdown-toggle-4 {
  padding: 10px 26px 10px 18px;
  border-radius: 8px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-toggle-4:hover {
  padding-right: 26px;
  padding-left: 18px;
  border-radius: 8px;
  background-color: #e8edf5;
  color: #00a353;
}

.navigation-right-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 16px;
}

.navigation-right-2.dxtrack-user-action {
  width: auto;
}

.nav-column {
  width: auto;
  margin-top: 0px;
  padding: 10px 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;
}

.nav-column.subjects {
  width: 20%;
}

.nav-column.other-resources {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: transparent;
}

.nav-column.flexlets {
  padding-top: 0px;
}

.nav-column.announcement-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #e8edf5;
  text-align: center;
}

.nav-link-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 8px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #2f3542;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.nav-link-4:hover {
  background-color: #e8edf5;
  text-decoration: none;
}

.nav-link-4.w--current {
  color: #99d715;
}

.navigation-mobile {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -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;
  background-color: transparent;
}

.dropdown-link-4 {
  padding-right: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.navigation-3 {
  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;
  background-color: #fff;
}

.navigation-wrap-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 10;
  border-bottom: 1px solid #e8edf5;
}

.navigation-wrap-3:hover {
  background-color: transparent;
}

.container-medium-2 {
  width: 100%;
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
}

.container-medium-2.flexbox {
  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;
}

.dropdown-2 {
  position: static;
  margin-right: 5px;
  margin-left: 5px;
}

.explore-icons-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.announcement-banner-image {
  margin-bottom: 10px;
}

.nav-dropdown-list-2 {
  min-width: 100%;
}

.nav-dropdown-list-2.w--open {
  position: absolute;
  left: 0px;
  top: 60px;
  right: 0px;
  bottom: auto;
  overflow: auto;
  height: auto;
  padding: 20px 2.5rem;
  border-top: 1px solid #e8edf5;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.24);
}

.nav-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  min-width: auto;
  margin-left: 10px;
  padding: 8px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50px;
  background-color: transparent;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.nav-cta:hover {
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(47, 53, 66, 0.24);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #00a353;
}

.nav-link-details-5 {
  font-family: Proximanova, sans-serif;
  color: #2f3542;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
}

.nav-title-5 {
  margin-bottom: 5px;
  font-family: Proximanova, sans-serif;
  color: #051b44;
  font-size: 16px;
  font-weight: 700;
}

.nav-title-5._4th-column {
  margin-bottom: 10px;
  padding: 0px 15px 0px 0px;
  font-size: 18px;
  font-weight: 700;
}

.nav-title-5.announcement {
  padding: 0px 15px 0px 0px;
  font-size: 18px;
  font-weight: 700;
}

.navigation-full-3 {
  position: static;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 2.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none rgba(61, 66, 75, 0.07);
  background-color: transparent;
}

.navigation-full-3:hover {
  background-color: transparent;
}

.explore-icon-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-dropdown-list-full-wrap {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.nav-menu-5 {
  position: static;
  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;
  font-size: 15px;
}

.navigation-container-mob-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-dropdown-toggle-2 {
  padding: 10px 32px 10px 24px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Proximanova, sans-serif;
  color: #2f3542;
  font-size: 1rem;
  font-weight: 600;
}

.nav-dropdown-toggle-2:hover {
  padding-right: 32px;
  padding-left: 24px;
  border-radius: 8px;
  background-color: #e8edf5;
}

.navigation-left-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  background-color: #008545;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}

.button-2.is-secondary {
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 0.125rem;
  border-color: #2f3542;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #2f3542;
}

.button-2.is-secondary:hover {
  background-color: #2f3542;
  color: #fff;
  text-decoration: none;
}

.button-2.is-secondary.dxtrack-user-action {
  padding-top: 7px;
  padding-bottom: 7px;
  border-color: #008545;
  color: #008545;
  font-size: 1rem;
  font-weight: 600;
}

.button-2.is-secondary.dxtrack-user-action:hover {
  background-color: #008545;
  color: #fff;
}

.nav-drop-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.nav-drop-container.explore {
  display: none;
}

.subject-header-4 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Proximanova, sans-serif;
  color: #051b44;
  font-size: 17px;
  font-weight: 700;
}

.brand-4 {
  margin-right: 44px;
}

.brand-4.dxtrack-user-action {
  margin-right: 0px;
  padding: 0px;
  border-radius: 5px;
  background-color: transparent;
}

.nav-dropdown-bottom-bar {
  display: none;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(119, 53, 246, 0.08);
  background-image: url('../images/scribble-5.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.explore-desc-wrap-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hide {
  display: none;
}

.lightbox-text-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #008545;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-decoration: none;
}

.lightbox-text-link:hover {
  color: #00a353;
}

.lightbox-link-3 {
  text-decoration: none;
}

.lightbox-text-link-wrap {
  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;
}

.image-8 {
  margin-right: 5px;
}

@media screen and (min-width: 1280px) {
  .hero-wrapper {
    background-position: 50% 100%;
    background-size: cover;
  }

  .section-wrapper {
    padding-top: 0px;
  }

  .footer-link-wrap {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-wrapper {
    width: 100%;
    padding: 30px 20px;
    background-color: #2f3542;
  }

  .footer-wrapper-2 {
    width: 100%;
    padding: 30px 19px;
    background-color: #2f3542;
  }

  .social-icons-wrap {
    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;
  }

  .license-wrap {
    padding-left: 10px;
  }

  .footer-link-wrap-2 {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr 1.25fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
  }

  .footer-link-wrap-3 {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1fr 1.25fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
  }

  .social-icons-wrap-2 {
    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;
  }

  .subjects-modal-popup-wrapper {
    display: none;
  }

  .social-icons-wrap-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dropdown-list-3.w--open {
    margin-top: -1px;
    border-style: solid;
    border-width: 2px 1px 1px;
    border-color: #e8edf5;
  }

  .dropdown-list-4.w--open {
    margin-top: -1px;
    border-style: solid;
    border-width: 2px 1px 1px;
    border-color: #e8edf5;
  }

  .nav-dropdown-list-2.w--open {
    margin-top: -1px;
    border-style: solid;
    border-width: 2px 1px 1px;
    border-color: #e8edf5;
  }
}

@media screen and (max-width: 991px) {
  ul {
    padding-left: 0px;
  }

  .hero-image {
    position: static;
    overflow: visible;
    width: 70%;
    margin-top: 20px;
    margin-bottom: -200px;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .hero-image.mobile {
    left: -7%;
    top: 0%;
    right: auto;
    bottom: 0%;
    width: 40%;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .paragraph {
    text-align: center;
  }

  .hero-copy {
    max-width: none;
    text-align: left;
  }

  .hero-copy.main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -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;
  }

  .cta-main.hero-purple {
    padding-top: 10px;
    border-width: 2px;
  }

  .container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .grid {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2 {
    margin-right: 20px;
    margin-left: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2.hero {
    margin-top: 60px;
    padding: 20px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-wrapper {
    margin-top: -75px;
    padding-bottom: 20px;
    text-align: center;
  }

  .section-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-wrapper.tabs {
    margin-top: 150px;
  }

  .grid-3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .nav-link-wrap {
    display: block;
  }

  .heading-2 {
    text-align: center;
  }

  .heading-2.deeper {
    text-align: left;
  }

  .heading-2.getting-started {
    margin-top: 0px;
  }

  .paragraph-6 {
    text-align: center;
  }

  .grid-4 {
    width: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .h3 {
    text-align: center;
  }

  .grid-5 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .navbar-2 {
    display: none;
  }

  .menu-button {
    margin-top: 5px;
    padding: 10px;
    border-radius: 5px;
    background-color: #2f3542;
  }

  .menu-button.w--open {
    background-color: #2f3542;
  }

  .icon {
    color: #e8edf5;
  }

  .nav-menu-2 {
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 15px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.24);
    text-align: center;
  }

  .image-3 {
    min-width: 75px;
  }

  .social-icons-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    padding-right: 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;
  }

  .license-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .footer-link-wrap-2 {
    padding-bottom: 20px;
    -ms-grid-columns: 0.75fr 0.75fr 1fr 0.75fr 1fr;
    grid-template-columns: 0.75fr 0.75fr 1fr 0.75fr 1fr;
  }

  .footer-bottom-right-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-4 {
    padding-left: 10px;
  }

  .navigation-full {
    background-color: #fff;
  }

  .nav-title {
    margin-bottom: 0px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #2f3542;
    font-size: 15px;
  }

  .nav-title:hover {
    color: #00a353;
  }

  .nav-title._4th-column {
    font-weight: 500;
  }

  .nav-title._4th-column:hover {
    color: #2f3542;
  }

  .nav-title._4th-column.mobile {
    padding: 0px 10px 10px;
  }

  .mobile-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #2f3542;
    font-weight: 600;
  }

  .mobile-toggle:hover {
    background-color: #e8edf5;
  }

  .mobile-toggle.explore {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navigation-button.mobile {
    padding: 8px 15px;
  }

  .donate-button.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 40px 10px 20px;
    color: #2f3542;
    text-decoration: none;
  }

  .donate-button.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 40px 10px 20px;
    color: #2f3542;
    font-size: 18px;
    text-decoration: none;
  }

  .donate-button.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 40px 10px 20px;
    color: #2f3542;
    font-size: 18px;
    text-decoration: none;
  }

  .donate-button.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 40px 10px 20px;
    color: #2f3542;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
  }

  .brand-3 {
    padding-left: 0px;
  }

  .explore-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .mobile-dropdown {
    width: 100%;
  }

  .icon-2 {
    color: #2f3542;
  }

  .subject-link {
    font-size: 14px;
    font-weight: 600;
  }

  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation {
    display: none;
  }

  .grid-6 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    grid-row-gap: 0px;
  }

  .navigation-link-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-link-block.mobile {
    padding: 10px;
    border-radius: 5px;
  }

  .navigation-link-block.mobile {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
  }

  .nav-link-details {
    font-size: 15px;
    font-weight: 400;
  }

  .nav-link-details.mobile {
    font-size: 14px;
  }

  .nav-link-details.mobile {
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .other-resources-links.mobile {
    padding-left: 20px;
  }

  .other-resources-links.mobile {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 18px;
  }

  .other-resources-links.mobile {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    color: #008545;
    font-size: 18px;
  }

  .nav-content-wrap {
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nav-content-wrap:hover {
    color: #00a353;
  }

  .nav-content-wrap.mobile {
    padding-left: 0px;
  }

  .mobile-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #e8edf5;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
  }

  .menu-mob {
    padding: 10px;
    border-radius: 5px;
    background-color: #fff;
    color: #00a353;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #008041;
  }

  .navigation-mob {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px none #000;
  }

  .mobile-nav-link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #2f3542;
    font-weight: 600;
  }

  .mobile-nav-link.dashboard {
    display: block;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #00a353;
    font-size: 15px;
  }

  .mobile-nav-link.dashboard:hover {
    background-color: #e8edf5;
  }

  .mobile-nav-link.dashboard.home {
    color: #2f3542;
  }

  .mobile-nav-link.dashboard.home:hover {
    color: #00a353;
  }

  .mobile-nav-link.dashboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #00a353;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #e8edf5;
    font-size: 18px;
  }

  .mobile-nav-link.dashboard:hover {
    background-color: transparent;
  }

  .mobile-nav-link.dashboard.home {
    background-color: transparent;
    color: #2f3542;
    font-size: 18px;
  }

  .mobile-nav-link.dashboard.home:hover {
    color: #00a353;
  }

  .mobile-nav-link.dashboard.home {
    margin-right: 10px;
    margin-left: 10px;
    background-color: transparent;
    color: #2f3542;
    font-size: 18px;
  }

  .mobile-nav-link.dashboard.home:hover {
    color: #00a353;
  }

  .mobile-nav-link.dashboard.home {
    margin-right: 10px;
    margin-left: 10px;
    background-color: transparent;
    color: #2f3542;
    font-size: 18px;
    font-weight: 600;
  }

  .mobile-nav-link.dashboard.home:hover {
    color: #00a353;
  }

  .flowbase-logo {
    width: 75px;
  }

  .text-block-4 {
    color: #00a353;
  }

  .text-block-4.explore {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #2f3542;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
  }

  .text-block-4.explore {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #2f3542;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
  }

  .text-block-4.explore {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #2f3542;
    font-size: 18px;
    text-decoration: none;
  }

  .heart-icon {
    margin-right: 5px;
  }

  .navigation-column.mobile-explore {
    width: auto;
  }

  .navigation-column.mobile-explore.other-resources {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .navigation-column.subjects {
    width: auto;
  }

  .navigation-column.subjects.mobile {
    margin-right: 20px;
    margin-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .fletlets-banner-wrap {
    margin-top: 0px;
  }

  .dropdown-list-mob {
    background-color: #fff;
  }

  .dropdown-list-mob.w--open {
    margin-bottom: 0px;
    padding-bottom: 10px;
    box-shadow: 11px 59px 55px 0 rgba(82, 82, 82, 0.05);
  }

  .navigation-left {
    display: none;
  }

  .mobile-nav-header-bg {
    display: none;
    padding: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #2f3542;
  }

  .mobile-nav-dropdown {
    font-size: 15px;
  }

  .social-proof-wrap {
    margin-top: 75px;
  }

  .social-proof-stats-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-1-section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .feature-1-section.about-blurb {
    margin-top: 193px;
  }

  .feature-1-section.tabs.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .feature-1-section.tabs.dt {
    display: none;
  }

  .feature-1-container.subjects.modal {
    padding-right: 20px;
    padding-left: 20px;
  }

  .feature-1-container.blurb {
    z-index: 0;
    margin-top: -114px;
  }

  .feature-1-graphic {
    display: block;
  }

  .colored-divider {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .feature-1-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-7 {
    -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;
  }

  .grid-7.feature-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature-1-graphics-wrap {
    margin-top: 50px;
  }

  .video-2 {
    z-index: 2;
    width: 500px;
    height: auto;
    border-style: solid;
    border-width: 5px;
    border-color: #987cff;
    border-radius: 10px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .heading-3 {
    margin-bottom: 0px;
  }

  .hero-image-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: -20px;
    margin-bottom: 0px;
  }

  .subjects-items-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .subjects-items-wrapper.footer {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .genie {
    position: absolute;
    left: 4%;
    top: -42%;
    right: auto;
    bottom: 0%;
  }

  .genie-coverup {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .lottie-animation-3 {
    bottom: -60%;
  }

  .footer-link-wrap-3 {
    padding-bottom: 20px;
    -ms-grid-columns: 0.75fr 0.75fr 1fr 0.75fr 1fr;
    grid-template-columns: 0.75fr 0.75fr 1fr 0.75fr 1fr;
  }

  .social-icons-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .social-icon {
    width: 25px;
    height: 100%;
  }

  .nav-title-2 {
    margin-bottom: 0px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #2f3542;
    font-size: 15px;
  }

  .nav-title-2:hover {
    color: #00a353;
  }

  .nav-title-2._4th-column {
    font-weight: 500;
  }

  .nav-title-2._4th-column:hover {
    color: #2f3542;
  }

  .nav-title-2._4th-column {
    font-weight: 500;
  }

  .nav-title-2._4th-column:hover {
    color: #2f3542;
  }

  .nav-link-details-2 {
    font-size: 15px;
    font-weight: 400;
  }

  .about-blurb-secondary-bg {
    background-color: rgba(106, 71, 237, 0.1);
  }

  .tabs-menu-3 {
    margin-top: 20px;
  }

  .tabs-content-2 {
    margin-top: 0px;
  }

  .tab-icon {
    width: 40px;
    height: 40px;
    margin: 0px;
  }

  .tab-icon.title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tab-link-tab-2-3.w--current {
    padding: 20px;
  }

  .tab-content-bg {
    background-color: #e8edf5;
  }

  .tab-content-bg.mobile {
    margin-bottom: 20px;
    border-style: none;
  }

  .tab-content-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tab-content-text {
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }

  .text-title-icon {
    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-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;
  }

  .tab-labels {
    display: none;
  }

  .section-title {
    font-size: 36px;
    line-height: 40px;
  }

  .tabs-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .tab-title-heading.mobile {
    font-size: 28px;
  }

  .remote-banner-bg {
    position: static;
    height: auto;
    margin-top: 50px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .remote-banner-bg.left {
    position: relative;
  }

  .remote-banner-bg.right {
    position: relative;
  }

  .image-6 {
    top: 33px;
    margin-top: -101px;
    margin-bottom: 20px;
  }

  .remote-banner-title {
    margin-bottom: 10px;
  }

  .remote-banner-p {
    margin-bottom: 10px;
  }

  .image-7 {
    min-width: 75px;
  }

  .social-icons-wrap-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .subject-link-3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }

  .mobile-toggle-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #2f3542;
    font-size: 18px;
    font-weight: 600;
  }

  .mobile-toggle-2:hover {
    background-color: #e8edf5;
  }

  .mobile-toggle-2.explore {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mobile-nav-dropdown-2 {
    font-size: 18px;
  }

  .menu-mob-2 {
    padding: 10px;
    border-radius: 5px;
    background-color: #e8edf5;
    color: #00a353;
    font-size: 22px;
  }

  .menu-mob-2.w--open {
    background-color: #008041;
  }

  .dashboard-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 23px;
    clear: none;
    -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: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px;
    background-color: #00a353;
    font-weight: 600;
  }

  .navigation-mob-2 {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px none #000;
    background-color: #fff;
  }

  .navigation-button-2.mobile {
    padding: 8px 15px;
  }

  .nav-title-3 {
    margin-bottom: 0px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #2f3542;
    font-size: 18px;
  }

  .nav-title-3:hover {
    color: #00a353;
  }

  .nav-title-3._4th-column {
    font-weight: 500;
  }

  .nav-title-3._4th-column:hover {
    color: #2f3542;
  }

  .nav-title-3._4th-column.mobile {
    padding: 0px 10px 10px;
    font-weight: 600;
  }

  .my-dashboard-mob-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .mobile-nav-2 {
    overflow: auto;
    height: 80vh;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #e8edf5;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
    font-size: 18px;
  }

  .navigation-2 {
    display: none;
  }

  .navigation-full-2 {
    background-color: #fff;
  }

  .nav-content-wrap-2 {
    padding-left: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .nav-content-wrap-2:hover {
    color: #00a353;
  }

  .nav-content-wrap-2.mobile {
    padding-left: 0px;
  }

  .fletlets-banner-wrap-2 {
    margin-top: 0px;
  }

  .navigation-column-2.subjects {
    width: auto;
  }

  .navigation-column-2.subjects.mobile {
    margin-right: 20px;
    margin-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navigation-column-2.subjects.mobile {
    margin-right: 20px;
    margin-left: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navigation-column-2.mobile-explore {
    width: auto;
  }

  .navigation-column-2.mobile-explore.other-resources {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .navigation-column-2.mobile-explore.other-resources {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .navigation-column-2.subjects {
    width: auto;
  }

  .navigation-column-2.subjects.mobile {
    margin-right: 20px;
    margin-left: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-link-details-3 {
    font-size: 15px;
    font-weight: 400;
  }

  .mobile-toggle-3 {
    width: 100%;
    margin: 5px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #2f3542;
    font-size: 18px;
    font-weight: 600;
  }

  .mobile-toggle-3:hover {
    background-color: #e8edf5;
  }

  .mobile-toggle-3.explore {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
  }

  .marketing-banner-copy-right-mobile-wrap {
    text-align: left;
  }

  .marketing-banner-wrap-2 {
    display: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -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;
  }

  .hiking-2 {
    position: static;
    margin-right: 20px;
  }

  .subject-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }

  .marketing-banner-title-2 {
    margin-top: 0px;
  }

  .mobile-dropdown-2 {
    z-index: 1000;
    width: 100%;
  }

  .dropdown-list-mob-2 {
    background-color: #fff;
  }

  .dropdown-list-mob-2.w--open {
    position: static;
    z-index: 10;
    margin-bottom: 0px;
    padding-bottom: 10px;
    box-shadow: 11px 59px 55px 0 rgba(82, 82, 82, 0.05);
  }

  .mobile-toggle-4 {
    width: 97%;
    margin: 5px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #2f3542;
    font-size: 18px;
    font-weight: 600;
  }

  .mobile-toggle-4:hover {
    background-color: #e8edf5;
  }

  .mobile-toggle-4.explore {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
  }

  .mobile-toggle-5 {
    width: 97%;
    margin: 5px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #2f3542;
    font-size: 18px;
    font-weight: 600;
  }

  .mobile-toggle-5:hover {
    background-color: #e8edf5;
  }

  .mobile-toggle-5.w--open {
    font-weight: 700;
  }

  .mobile-toggle-5.explore {
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
  }

  .nav-column.subjects {
    width: auto;
  }

  .nav-column.subjects.mobile {
    margin-right: 20px;
    margin-left: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nav-column.mobile-explore {
    width: auto;
  }

  .nav-column.mobile-explore.other-resources {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .navigation-mobile {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #e8edf5;
    background-color: #fff;
  }

  .navigation-3 {
    display: none;
  }

  .nav-cta.mobile {
    padding: 8px 15px;
  }

  .nav-link-details-5 {
    font-size: 15px;
    font-weight: 400;
  }

  .nav-title-5 {
    margin-bottom: 0px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #2f3542;
    font-size: 15px;
  }

  .nav-title-5:hover {
    color: #00a353;
  }

  .nav-title-5._4th-column {
    font-weight: 500;
  }

  .nav-title-5._4th-column:hover {
    color: #2f3542;
  }

  .nav-title-5.announcement {
    font-weight: 500;
  }

  .nav-title-5.announcement:hover {
    color: #2f3542;
  }

  .navigation-full-3 {
    background-color: #fff;
  }

  .mobile-dropdown-3 {
    display: block;
    width: 100%;
  }

  .dropdown-list-mob-3 {
    background-color: #fff;
  }

  .dropdown-list-mob-3.w--open {
    z-index: 9999;
    margin-bottom: 0px;
    padding-bottom: 10px;
    box-shadow: 11px 59px 55px 0 rgba(82, 82, 82, 0.05);
  }

  .navigation-container-mob-2 {
    position: relative;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation-left-2 {
    display: none;
  }

  .mobile-nav-3 {
    top: 50px;
    overflow: auto;
    height: 80vh;
    padding-top: 10px;
    padding-bottom: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #e8edf5;
    background-color: #fff;
    box-shadow: 42px 42px 55px 0 rgba(32, 53, 90, 0.09);
    font-size: 18px;
  }

  .dashboard-button-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 23px;
    clear: none;
    -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: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 8px;
    background-color: #008545;
    color: #fff;
    font-weight: 600;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-image {
    width: 95%;
    margin-top: 20px;
    margin-bottom: -170px;
  }

  .hero-image.mobile {
    left: 295px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .paragraph {
    text-align: center;
  }

  .hero-copy {
    text-align: left;
  }

  .hero-copy.main {
    text-align: center;
  }

  .grid {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2.hero {
    margin-top: 60px;
    padding-bottom: 20px;
  }

  .hero-wrapper {
    margin-top: -50px;
    padding-top: 20px;
    padding-bottom: 0px;
  }

  .grid-3 {
    padding-top: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .h3 {
    text-align: center;
  }

  .grid-5 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .cta-copy-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-copy {
    padding-bottom: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .footer-link-text-2 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .item-wrap.dxtrack-user-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-wrap-bottom-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-bottom-right-links-2 {
    padding-left: 0px;
  }

  .license-wrap {
    padding-top: 5px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .footer-link-wrap-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom-right-wrap-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-4 {
    padding-left: 0px;
  }

  .image-4.cc {
    padding-left: 0px;
  }

  .image-4.cc {
    padding-left: 0px;
  }

  .blob.right {
    left: 0%;
    top: -13px;
    width: 90%;
  }

  .blob.left {
    left: 0%;
    top: -5px;
    width: 90%;
  }

  .nav-title {
    font-weight: 600;
  }

  .nav-title._4th-column.mobile {
    font-weight: 600;
  }

  .subject-link {
    color: rgba(47, 53, 66, 0.75);
    font-size: 14px;
    font-weight: 600;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navigation-mob {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-4.explore {
    font-size: 15px;
  }

  .text-block-4.explore {
    font-size: 18px;
  }

  .text-block-4.explore {
    font-size: 18px;
  }

  .navigation-column.mobile-explore {
    padding-top: 5px;
    padding-bottom: 0px;
  }

  .navigation-column.mobile-explore.other-resources {
    padding-top: 20px;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .mobile-nav-dropdown {
    font-size: 15px;
  }

  .feature-1-section {
    padding-top: 50px;
  }

  .feature-1-section.about-blurb {
    margin-top: 225px;
  }

  .feature-1-container.subjects {
    padding-top: 8%;
  }

  .feature-1-container.blurb {
    margin-top: -180px;
  }

  .heading-3 {
    margin-bottom: 0px;
  }

  .hero-image-wrap {
    margin-bottom: 0px;
  }

  .testimonials-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .testimonial-copy {
    margin-bottom: 25px;
    padding-bottom: 0px;
  }

  .subjects-items-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .subjects-items-wrapper.footer {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .subjects-items-wrapper.modal {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .genie {
    top: -35%;
  }

  .lottie-animation-3 {
    bottom: -13%;
  }

  .footer-link-wrap-3 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-wrap-bottom-3 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .social-icons-wrap-2 {
    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;
  }

  .social-icon {
    width: auto;
    height: auto;
    max-height: 25px;
    min-height: 0px;
    min-width: 0px;
  }

  .footer-header-2.hidden {
    display: none;
  }

  .modal-close-link {
    top: 2%;
    right: 3%;
  }

  .tabs-content-2 {
    margin-top: 0px;
  }

  .tab-content-bg {
    padding: 15px;
  }

  .tab-content-bg.mobile {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .tab-content-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-title {
    font-size: 36px;
    line-height: 38px;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 28px;
  }

  .tab-title-heading.mobile {
    font-size: 24px;
  }

  .remote-banner-bg {
    margin-top: 69px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .remote-banner-bg.left {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .remote-banner-bg.right {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .lottie-animation-4 {
    width: auto;
  }

  .container-2._2-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-wrap-bottom-4 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subject-link-3 {
    color: rgba(47, 53, 66, 0.75);
    font-size: 18px;
    font-weight: 600;
  }

  .mobile-nav-dropdown-2 {
    font-size: 18px;
  }

  .navigation-mob-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-title-3 {
    font-weight: 600;
  }

  .nav-title-3._4th-column.mobile {
    font-weight: 600;
  }

  .mobile-nav-2 {
    overflow: auto;
    height: 80vh;
  }

  .navigation-column-2.mobile-explore {
    padding-top: 5px;
    padding-bottom: 0px;
  }

  .navigation-column-2.mobile-explore.other-resources {
    padding-top: 20px;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .navigation-column-2.mobile-explore.other-resources {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .subject-link-4 {
    color: rgba(47, 53, 66, 0.75);
    font-size: 18px;
    font-weight: 600;
  }

  .mobile-toggle-4 {
    width: 96%;
  }

  .nav-column.mobile-explore {
    padding-top: 5px;
    padding-bottom: 0px;
  }

  .nav-column.mobile-explore.other-resources {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .mobile-dropdown-3 {
    display: block;
  }

  .navigation-container-mob-2 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .mobile-nav-3 {
    overflow: auto;
    height: 80vh;
  }
}

@media screen and (max-width: 479px) {
  .hero-image {
    width: 100%;
    margin-top: 0px;
    margin-bottom: -150px;
  }

  .hero-image.mobile {
    left: 184px;
    top: 76%;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .h1 {
    font-size: 36px;
    line-height: 40px;
  }

  .paragraph.about.secondary {
    line-height: 22px;
  }

  .hero-copy {
    text-align: left;
  }

  .cta-main.hero-purple {
    margin-bottom: 15px;
  }

  .grid-2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .grid-2.hero {
    margin-top: 0px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .hero-wrapper {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .hero-wrapper.top-articles {
    margin-top: 0px;
  }

  .section-wrapper {
    padding-top: 10px;
  }

  .section-wrapper.connect {
    margin-top: 0px;
  }

  .section-wrapper.tabs {
    margin-top: 100px;
  }

  .heading-2 {
    text-align: center;
  }

  .heading-2.deeper {
    text-align: left;
  }

  .grid-4 {
    overflow: visible;
    width: auto;
  }

  .h3.white {
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .h3.about-blurb {
    font-size: 32px;
    line-height: 36px;
  }

  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-copy {
    padding-right: 35px;
    padding-left: 35px;
    font-size: 28px;
    line-height: 32px;
  }

  .footer-bottom-left-wrap {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .navbar-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-button {
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 5px;
  }

  .footer-bottom-right-links-2 {
    padding-bottom: 5px;
  }

  .image-4.cc {
    padding-left: 0px;
  }

  .image-4.cc {
    padding-left: 0px;
  }

  .image-4.cc {
    padding-left: 0px;
  }

  .tabs-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tab-link-tab-1-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
  }

  .tab-link-tab-2-2.w--current {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
  }

  .tab-link-tab-3-2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    text-align: center;
  }

  .blob {
    left: 0%;
    top: -15%;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .blob.right {
    top: -10%;
  }

  .blob.left {
    top: -11%;
  }

  .hero-sub-head {
    padding-right: 15px;
    padding-left: 15px;
  }

  .mobile-toggle.w--open {
    background-color: #e8edf5;
  }

  .mobile-toggle.explore.w--open {
    background-color: #e8edf5;
  }

  .grid-6 {
    padding-right: 10px;
    padding-left: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navigation-link-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile-nav-link.dashboard {
    display: block;
  }

  .mobile-nav-link.dashboard {
    display: block;
  }

  .navigation-column.mobile-explore {
    padding-right: 0px;
  }

  .mobile-nav-header-bg {
    display: none;
  }

  .social-proof-wrap {
    margin-top: 50px;
    padding-top: 20px;
  }

  .feature-1-section {
    padding: 0px 15px 50px;
  }

  .feature-1-section.subjects {
    text-align: center;
  }

  .feature-1-section.about-blurb {
    margin-top: 101px;
    margin-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-1-section.tabs {
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-1-container.subjects {
    position: relative;
    overflow: visible;
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .feature-1-container.subjects.modal {
    overflow: auto;
    height: 100vh;
    padding-top: 15%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .feature-1-container.blurb {
    margin-top: -93px;
    border-radius: 0px;
  }

  .feature-1-graphics-wrap {
    margin-top: 29px;
  }

  .hero-image-wrap {
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .testimonials-wrapper {
    max-width: 95vw;
    padding: 25px 20px 50px;
  }

  .testimonial-item-wrap {
    padding-bottom: 0px;
  }

  .slider {
    height: 100%;
  }

  .slide-nav {
    margin-bottom: -13px;
    padding-top: 42px;
  }

  .subjects-items-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .subjects-items-wrapper.footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .subjects-items-wrapper.modal {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .tabs-content {
    overflow: visible;
  }

  .genie {
    top: -15%;
    width: 40%;
  }

  .lottie-animation-3 {
    top: -199px;
    bottom: -30%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-link-wrap-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-wrap-bottom-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-copyright-2 {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .subjects-modal-popup-wrapper {
    display: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subjects-modal-white-bg {
    overflow: visible;
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .modal-close-link {
    top: 1%;
    right: 6%;
  }

  .ctas-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-main-with-icon-wrapper {
    margin-bottom: 10px;
  }

  .about-blurb-secondary-bg {
    margin-right: 10px;
    margin-left: 10px;
  }

  .tabs-menu-3 {
    margin-top: 10px;
  }

  .tab-icon {
    width: 30px;
    height: 30px;
  }

  .tab-link-tab-2-3.w--current {
    padding: 15px;
  }

  .tab-content-bg.mobile {
    margin-right: 10px;
    margin-left: 10px;
  }

  .tab-content-text {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-content-image.mobile {
    border-radius: 10px;
  }

  .section-title {
    font-size: 32px;
    line-height: 32px;
  }

  .heading-5 {
    font-size: 24px;
    line-height: 28px;
  }

  .tab-title-heading.mobile {
    font-size: 24px;
    line-height: 26px;
  }

  .section {
    margin-top: 50px;
  }

  .remote-banner-bg {
    padding-right: 10px;
    padding-left: 10px;
  }

  .remote-banner-bg.left {
    margin-bottom: 25px;
    padding-bottom: 30px;
  }

  .remote-banner-bg.right {
    margin-bottom: 25px;
    padding-top: 100px;
    padding-bottom: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-6 {
    top: 31px;
  }

  .remote-banner-title {
    font-size: 30px;
  }

  .lottie-animation-4 {
    width: auto;
  }

  .image-7 {
    width: 65px;
    min-width: 65px;
  }

  .footer-wrap-bottom-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .social-icons-wrap-3 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-bottom-left-wrap-2 {
    padding-top: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .mobile-toggle-2.w--open {
    background-color: #e8edf5;
  }

  .mobile-toggle-2.explore.w--open {
    background-color: #e8edf5;
  }

  .dashboard-button {
    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;
    text-align: center;
  }

  .navigation-mob-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .my-dashboard-mob-wrap {
    display: block;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }

  .navigation-column-2.mobile-explore {
    padding-right: 0px;
  }

  .mobile-toggle-3.w--open {
    background-color: #e8edf5;
  }

  .mobile-toggle-3.explore.w--open {
    background-color: #e8edf5;
  }

  .marketing-banner-copy-right-mobile-wrap {
    text-align: center;
  }

  .marketing-banner-wrap-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hiking-2 {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .mobile-toggle-4 {
    width: 94%;
  }

  .mobile-toggle-4.w--open {
    background-color: #e8edf5;
  }

  .mobile-toggle-4.explore.w--open {
    background-color: #e8edf5;
  }

  .mobile-toggle-5.w--open {
    background-color: #e8edf5;
  }

  .mobile-toggle-5.explore.w--open {
    background-color: #e8edf5;
  }

  .nav-column.mobile-explore {
    padding-right: 0px;
  }

  .dashboard-button-3 {
    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;
    text-align: center;
  }
}

#w-node-d9e435d1-8274-14a0-2f1f-9d2c9d131632-a87d25a4 {
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-d9e435d1-8274-14a0-2f1f-9d2c9d13163b-a87d25a4 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d9e435d1-8274-14a0-2f1f-9d2c9d131644-a87d25a4 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d9e435d1-8274-14a0-2f1f-9d2c9d13164d-a87d25a4 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-d9e435d1-8274-14a0-2f1f-9d2c9d131656-a87d25a4 {
  -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: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-d9e435d1-8274-14a0-2f1f-9d2c9d131661-a87d25a4 {
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
}

#w-node-d9e435d1-8274-14a0-2f1f-9d2c9d13166a-a87d25a4 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-d9e435d1-8274-14a0-2f1f-9d2c9d131673-a87d25a4 {
  -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-node-d9e435d1-8274-14a0-2f1f-9d2c9d13167c-a87d25a4 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-d9e435d1-8274-14a0-2f1f-9d2c9d131687-a87d25a4 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-d9e435d1-8274-14a0-2f1f-9d2c9d131690-a87d25a4 {
  -ms-grid-column-span: 0;
  grid-column-end: 2;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-d9e435d1-8274-14a0-2f1f-9d2c9d131699-a87d25a4 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-d9e435d1-8274-14a0-2f1f-9d2c9d1316a2-a87d25a4 {
  -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: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
}

#w-node-d9e435d1-8274-14a0-2f1f-9d2c9d1316ab-a87d25a4 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d9e435d1-8274-14a0-2f1f-9d2c9d1316ba-a87d25a4 {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 2;
  grid-row-end: 5;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-bc8c9369-bc89-c693-ccdd-ec7d8d1bd5d2-a87d25a4 {
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-column-span: 0.99609375;
  grid-column-end: span 0.99609375;
  -ms-grid-column: span 0.99609375;
  grid-column-start: span 0.99609375;
  -ms-grid-row-span: 0.99609375;
  grid-row-end: span 0.99609375;
  -ms-grid-row: span 0.99609375;
  grid-row-start: span 0.99609375;
}

#w-node-e7501d24-fbc5-3ba1-57da-c348ee50108c-a87d25a4 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d9e435d1-8274-14a0-2f1f-9d2c9d1317e2-a87d25a4 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-d9e435d1-8274-14a0-2f1f-9d2c9d1317e3-a87d25a4 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_2150305a-8269-126d-80a8-32154a73480e-a87d25a4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-fbece8db-cb2b-2f6d-3e8d-22c1580d6366-a87d25a4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_5fdb9306-d114-5275-7fc5-425be2b00176-a87d25a4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8cb98c80-efbb-3919-2bfa-0f7fd17f7ee0-a87d25a4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_8cb98c80-efbb-3919-2bfa-0f7fd17f7ee9-a87d25a4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c4ed765b-0762-ba8b-0f42-7150167355b3-a87d25a4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-c4ed765b-0762-ba8b-0f42-7150167355bc-a87d25a4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bbe38ac9-c9a9-632d-979f-9915e7831eb5-a87d25a4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_8e9c51b9-b761-1102-9d82-cfca63b8deb3-a87d25a4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_8e9c51b9-b761-1102-9d82-cfca63b8debc-a87d25a4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8e9c51b9-b761-1102-9d82-cfca63b8dec0-a87d25a4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_8e9c51b9-b761-1102-9d82-cfca63b8dec9-a87d25a4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8e9c51b9-b761-1102-9d82-cfca63b8decd-a87d25a4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_8e9c51b9-b761-1102-9d82-cfca63b8ded6-a87d25a4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0fff1dd1-e26c-e5e6-ab56-d9fe1e64982e-a87d25a4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_0fff1dd1-e26c-e5e6-ab56-d9fe1e649837-a87d25a4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0fff1dd1-e26c-e5e6-ab56-d9fe1e64983b-a87d25a4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_0fff1dd1-e26c-e5e6-ab56-d9fe1e649844-a87d25a4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0fff1dd1-e26c-e5e6-ab56-d9fe1e649848-a87d25a4 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_0fff1dd1-e26c-e5e6-ab56-d9fe1e649851-a87d25a4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_87bbd879-522a-3629-cb67-026db34c02c0-a87d25a4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_87bbd879-522a-3629-cb67-026db34c02cb-a87d25a4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_87bbd879-522a-3629-cb67-026db34c02cf-a87d25a4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_87bbd879-522a-3629-cb67-026db34c02d8-a87d25a4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_87bbd879-522a-3629-cb67-026db34c02dc-a87d25a4 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_87bbd879-522a-3629-cb67-026db34c02e5-a87d25a4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc8c9369-bc89-c693-ccdd-ec7d8d1bd5d2-a87d25a4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bedd9e3d-cb66-d870-10a8-7cad7c195f32-a87d25a4 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bc8c9369-bc89-c693-ccdd-ec7d8d1bd5d2-a87d25a4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_8dc0423f-0978-5b1d-c51f-cd7067c767c5-a87d25a4 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Extrabold.otf') format('opentype'), url('../fonts/ProximaNova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}</pre></body></html>