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

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

.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 {
  display: block;
  width: auto;
  height: auto;
  max-width: 90%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero-image.pattern {
  position: absolute;
  left: -203px;
  z-index: 0;
  max-width: 120%;
}

.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: 56px;
  line-height: 60px;
}

.paragraph {
  font-family: Proximanova, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.hero-copy {
  max-width: none;
}

.hero-copy.main {
  position: relative;
  z-index: 3;
}

.cta-main {
  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: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);
}

.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: 50px;
  padding-left: 50px;
  border-radius: 5px;
}

.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 {
  position: relative;
  display: -ms-grid;
  display: grid;
  padding-top: 25px;
  padding-bottom: 25px;
  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: 0px;
  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;
}

.hero-wrapper.top-articles {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 20px;
}

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

.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: 10px;
}

.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: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4.resources {
  margin-top: 20px;
  grid-column-gap: 40px;
}

.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.green.dxtrack-user-action {
  display: none;
}

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

.resource-grid-bg.grey.dxtrack-user-action {
  height: auto;
}

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

.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 {
  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: 25px;
  padding-bottom: 25px;
  -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: #00a353;
}

.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: 28px;
  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.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;
  font-size: 16px;
  font-weight: 600;
}

.nav-link-2:hover {
  color: #00a353;
}

.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: #fff;
  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;
}

.image-3.footer {
  margin-bottom: 10px;
}

.footer-wrapper-2 {
  padding: 30px 20px;
  background-color: #2f3542;
}

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

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

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

.twitter-follow {
  margin-bottom: 0px;
  padding-left: 5px;
  -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, color 200ms ease;
  transition: transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  color: #1a97ef;
  font-size: 16px;
  text-decoration: none;
}

.twitter-follow:hover {
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
  color: #62baf8;
}

.twitter-follow-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  text-decoration: none;
}

.lms-container {
  margin-bottom: 10px;
}

.lms-item {
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}

.lms-icon {
  padding-right: 2px;
  padding-left: 2px;
}

.lms-icon-wrap {
  display: inline-block;
  -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;
}

.lms-icon-wrap:hover {
  box-shadow: 0 1px 4px 0 rgba(47, 53, 66, 0.24);
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.getting-started-icons {
  height: 50px;
}

.footer-header-2 {
  overflow: visible;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.footer-header-2.hidden {
  color: #2f3542;
}

.html-embed-2 {
  margin-top: 20px;
}

.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: #fff;
}

.dropdown-link {
  padding-right: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #2f3542;
}

.dropdown-link:hover {
  color: #2f3542;
}

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

.flexlets-banner {
  margin-top: 0px;
}

.dropdown-list-2 {
  min-width: 100%;
}

.dropdown-list-2.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 {
  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;
}

.flowbase-logo {
  width: 54px;
}

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

.dropdown {
  position: static;
  margin-right: 5px;
  margin-left: 5px;
}

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

.logo {
  min-width: 55px;
}

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

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

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

.dropdown-toggle-2 {
  padding: 10px 26px 10px 18px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-toggle-2:hover {
  padding-right: 26px;
  padding-left: 18px;
  border-radius: 5px;
  background-color: #e8edf5;
  color: #00a353;
}

.fletlets-banner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

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

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

.navigation-column.flexlets {
  padding-top: 0px;
}

.navigation-column.subjects {
  width: 20%;
}

.navigation-column.other-resources {
  width: auto;
  margin-top: 0px;
}

.navigation-column.other-resources {
  width: auto;
  margin-top: 0px;
  padding: 20px;
  border-radius: 10px;
  background-color: #e8edf5;
}

.navigation-column.subjects {
  width: 20%;
  margin-right: 5px;
}

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

.drop-arrow-plain {
  margin-right: 10px;
  color: #2f3542;
  font-size: 14px;
}

.nav-link-details-2 {
  color: rgba(40, 51, 56, 0.9);
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
}

.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;
  color: #2f3542;
}

.navigation-link.dxtrack-user-action:hover {
  padding-right: 18px;
  padding-left: 18px;
  border-radius: 5px;
  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;
}

.nav-link-details {
  color: rgba(40, 51, 56, 0.75);
  font-size: 14px;
  line-height: 15px;
}

.hiking {
  position: absolute;
  top: -36.98438px;
}

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

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

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

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

.navigation-full {
  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:hover {
  background-color: transparent;
}

.marketing-banner-desc {
  line-height: 18px;
}

.brand-2 {
  margin-right: 44px;
}

.brand-2.dxtrack-user-action {
  margin-right: 0px;
  padding: 0px;
  border-radius: 5px;
  background-color: transparent;
}

.subject-header-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}

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

.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;
  font-size: 16px;
  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 {
  -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);
}

.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;
  font-size: 15px;
}

.dropdown-list-full-wrapper {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.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-button.dxtrack-user-action {
  border-color: #00a353;
  background-color: #fff;
  color: #00a353;
}

.navigation-button.dxtrack-user-action:hover {
  background-color: #00a353;
  color: #fff;
}

.navigation-button.dxtrack-user-action {
  border-color: #00a353;
  border-radius: 8px;
  background-color: #fff;
  color: #008545;
}

.navigation-button.dxtrack-user-action:hover {
  border-color: #008545;
  background-color: #008545;
  color: #fff;
}

.explore-icons {
  max-height: 25px;
  max-width: 25px;
}

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

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

.nav-title-2._4th-column {
  margin-bottom: 10px;
  padding: 0px 15px 0px 0px;
  font-size: 18px;
  font-weight: 600;
}

.nav-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.nav-title._4th-column {
  margin-bottom: 0px;
  padding: 15px 15px 15px 0px;
}

.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: 9990;
  border-bottom: 1px solid #e8edf5;
}

.navigation-wrap:hover {
  background-color: transparent;
}

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

.grid-9 {
  grid-row-gap: 0px;
  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 0px 100px 0px 100px 0px 100px 0px auto;
  grid-template-rows: 100px 100px 100px 100px auto;
}

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

.hiking-2 {
  position: absolute;
  top: -36.98438px;
}

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

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

.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-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  border-bottom: 1px solid #e8edf5;
}

.navigation-wrap-2:hover {
  background-color: transparent;
}

.grid-10 {
  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-3 {
  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;
}

.navigation-wrap-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5;
  border-bottom: 1px solid #e8edf5;
}

.navigation-wrap-3:hover {
  background-color: transparent;
}

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

@media screen and (min-width: 1280px) {
  .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;
  }

  .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) {
  .hero-image {
    overflow: visible;
    padding-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .hero-image.pattern {
    display: none;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .hero-copy {
    max-width: none;
    text-align: center;
  }

  .hero-copy.main {
    margin-top: 20px;
    text-align: center;
  }

  .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: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-wrapper {
    margin-top: 60px;
    padding-bottom: 20px;
    text-align: center;
  }

  .hero-wrapper.top-articles {
    margin-bottom: 0px;
  }

  .section-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-wrapper.connect {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .nav-link-wrap {
    display: block;
  }

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

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

  .heading-2.getting-started {
    margin-top: 0px;
  }

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

  .grid-4 {
    width: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-4.resources {
    grid-row-gap: 20px;
  }

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

  .navbar-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0px;
  }

  .menu-button {
    margin-top: 5px;
    margin-bottom: 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 {
    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;
  }

  .other-resources-links.mobile {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 18px;
  }

  .grid-6 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    grid-row-gap: 0px;
  }

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

  .flowbase-logo {
    width: 75px;
  }

  .subject-link {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }

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

  .navigation-mob {
    position: fixed;
    z-index: 10;
    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-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #e7e7e7;
    background-color: #fff;
  }

  .mobile-toggle {
    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:hover {
    background-color: #e8edf5;
  }

  .mobile-toggle.explore {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .fletlets-banner-wrap {
    margin-top: 0px;
  }

  .navigation-column.subjects {
    width: auto;
  }

  .navigation-column.subjects.mobile {
    margin-right: 20px;
    margin-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navigation-column.subjects.mobile {
    margin-right: 20px;
    margin-left: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .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.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.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.subjects {
    width: auto;
  }

  .navigation-column.subjects.mobile {
    margin-right: 20px;
    margin-left: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

  .mobile-nav-dropdown {
    font-size: 18px;
  }

  .mobile-dropdown {
    z-index: 1000;
    width: 100%;
  }

  .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: 18px;
    font-weight: 600;
    text-decoration: none;
  }

  .nav-link-details-2 {
    font-size: 15px;
    font-weight: 400;
  }

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

  .menu-mob {
    padding: 10px;
    border-radius: 5px;
    background-color: #e8edf5;
    color: #00a353;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #008041;
  }

  .nav-link-details {
    font-size: 15px;
    font-weight: 400;
  }

  .nav-link-details.mobile {
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .icon-2 {
    color: #2f3542;
  }

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

  .explore-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .navigation-left {
    display: none;
  }

  .mobile-nav-link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #2f3542;
    font-weight: 600;
  }

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

  .brand-3 {
    padding-left: 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;
  }

  .navigation-full {
    background-color: #fff;
  }

  .heart-icon {
    margin-right: 5px;
  }

  .dropdown-list-mob {
    background-color: #fff;
  }

  .dropdown-list-mob.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);
  }

  .navigation-button.mobile {
    padding: 8px 15px;
  }

  .navigation-container-mob {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .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-title-2._4th-column {
    font-weight: 500;
  }

  .nav-title-2._4th-column:hover {
    color: #2f3542;
  }

  .nav-title {
    margin-bottom: 0px;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #2f3542;
    font-size: 18px;
  }

  .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;
    font-weight: 600;
  }

  .mobile-toggle-2 {
    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-2:hover {
    background-color: #e8edf5;
  }

  .mobile-toggle-2.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;
  }

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

  .hiking-2 {
    position: static;
    margin-right: 20px;
  }

  .subject-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }

  .marketing-banner-wrap-2 {
    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;
  }

  .marketing-banner-title-2 {
    margin-top: 0px;
  }

  .marketing-banner-wrap-3 {
    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;
  }

  .mobile-toggle-3 {
    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-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;
  }
}

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

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

  .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 {
    padding-bottom: 20px;
  }

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

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

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

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .subject-link {
    color: rgba(47, 53, 66, 0.75);
    font-size: 18px;
    font-weight: 600;
  }

  .navigation-mob {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .navigation-column.mobile-explore.other-resources {
    padding-top: 20px;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
  }

  .navigation-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-nav-dropdown {
    font-size: 18px;
  }

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

  .mobile-nav {
    overflow: auto;
    height: 80vh;
  }

  .nav-title {
    font-weight: 600;
  }

  .nav-title._4th-column.mobile {
    font-weight: 600;
  }

  .navigation-mob-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .subject-link-3 {
    color: rgba(47, 53, 66, 0.75);
    font-size: 18px;
    font-weight: 600;
  }

  .mobile-toggle-3 {
    width: 96%;
  }
}

@media screen and (max-width: 479px) {
  .hero-image {
    width: 100%;
  }

  .hero-image.main {
    display: block;
  }

  .hero-image.pattern {
    left: -98px;
    top: -27.5px;
    display: block;
  }

  .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: 42px;
    line-height: 45px;
  }

  .hero-copy {
    text-align: left;
  }

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

  .hero-wrapper {
    padding-top: 0px;
    padding-bottom: 50px;
  }

  .hero-wrapper.top-articles {
    margin-top: 0px;
  }

  .section-wrapper {
    padding-top: 10px;
  }

  .section-wrapper.connect {
    margin-top: 0px;
  }

  .heading-2 {
    max-width: none;
    text-align: center;
  }

  .heading-2.deeper {
    text-align: left;
  }

  .heading-2.connect {
    max-width: 11ch;
  }

  .grid-4 {
    overflow: visible;
    width: auto;
  }

  .grid-5 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .helpdesk-link-text.youtube-follow {
    line-height: 18px;
  }

  .cta-copy {
    padding-right: 35px;
    padding-left: 35px;
    font-size: 24px;
    line-height: 28px;
  }

  .footer-bottom-left-wrap {
    padding-top: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .navbar-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-button {
    padding: 5px;
    border-radius: 5px;
  }

  .image-3 {
    width: 65px;
    min-width: 65px;
  }

  .social-icons-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-wrap-bottom-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-bottom-right-links-2 {
    padding-bottom: 5px;
  }

  .image-4.cc {
    padding-left: 0px;
  }

  .connect-image {
    width: 80%;
  }

  .heading-3 {
    line-height: 44px;
  }

  .mobile-nav-header-bg {
    display: none;
  }

  .grid-6 {
    padding-right: 10px;
    padding-left: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navigation-mob {
    padding-right: 10px;
    padding-left: 10px;
  }

  .mobile-toggle.w--open {
    background-color: #e8edf5;
  }

  .mobile-toggle.explore.w--open {
    background-color: #e8edf5;
  }

  .navigation-column.mobile-explore {
    padding-right: 0px;
  }

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

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

  .mobile-nav-link.dashboard {
    display: block;
  }

  .navigation-link-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile-toggle-2.w--open {
    background-color: #e8edf5;
  }

  .mobile-toggle-2.explore.w--open {
    background-color: #e8edf5;
  }

  .marketing-banner-copy-right-mobile-wrap {
    text-align: center;
  }

  .navigation-mob-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hiking-2 {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .marketing-banner-wrap-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .marketing-banner-wrap-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mobile-toggle-3 {
    width: 94%;
  }

  .mobile-toggle-3.w--open {
    background-color: #e8edf5;
  }

  .mobile-toggle-3.explore.w--open {
    background-color: #e8edf5;
  }
}

#w-node-e8e47734-c689-85aa-eec2-b546ce1a8e7f-3528e7ed {
  -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-e8e47734-c689-85aa-eec2-b546ce1a8e88-3528e7ed {
  -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-e8e47734-c689-85aa-eec2-b546ce1a8e91-3528e7ed {
  -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-e8e47734-c689-85aa-eec2-b546ce1a8e9a-3528e7ed {
  -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-e8e47734-c689-85aa-eec2-b546ce1a8ea3-3528e7ed {
  -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-e8e47734-c689-85aa-eec2-b546ce1a8eae-3528e7ed {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-e8e47734-c689-85aa-eec2-b546ce1a8ec0-3528e7ed {
  -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-e8e47734-c689-85aa-eec2-b546ce1a8edd-3528e7ed {
  -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-e8e47734-c689-85aa-eec2-b546ce1a8ee6-3528e7ed {
  -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-e8e47734-c689-85aa-eec2-b546ce1a8eef-3528e7ed {
  -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-e8e47734-c689-85aa-eec2-b546ce1a8ef8-3528e7ed {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 3;
  grid-row-end: 5;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-bc8c9369-bc89-c693-ccdd-ec7d8d1bd5d2-3528e7ed {
  -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-a4379ae1-c36a-c126-f543-2c61d7202271-3528e7ed {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_6a82901f-3e65-c91c-fa49-7540e04b6c91-3528e7ed {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-_47a83c82-65b3-3bce-9cdd-7a66260912d6-3528e7ed {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-b6f04e14-9d03-b859-ba9f-029e01858eec-3528e7ed {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-e8419009-8033-cf5a-0f8c-7252442933f6-3528e7ed {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-f4d4e5e7-f020-6e63-5653-95940d2ce827-3528e7ed {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

#w-node-ce691ef7-2c56-bebd-869d-8f92f089d994-3528e7ed {
  -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-_6c337030-2fd2-3fe7-d21b-222ac8ad6979-3528e7ed {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_6955eb99-46e2-8346-f110-307f06152f9d-3528e7ed {
  -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-_6955eb99-46e2-8346-f110-307f06152fa6-3528e7ed {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_4cb48f00-0014-ad51-7db6-c7a04a901554-3528e7ed {
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-column: span 0.99609375;
  grid-column-start: span 0.99609375;
  -ms-grid-row: span 0.99609375;
  grid-row-start: span 0.99609375;
  -ms-grid-column-span: 0.99609375;
  grid-column-end: span 0.99609375;
  -ms-grid-row-span: 0.99609375;
  grid-row-end: span 0.99609375;
}

#w-node-_5b057cc4-bf63-9a0a-c2df-e2c4a2174979-3528e7ed {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 0.99609375;
  grid-column-start: span 0.99609375;
  -ms-grid-row: span 0.99609375;
  grid-row-start: span 0.99609375;
  -ms-grid-column-span: 0.99609375;
  grid-column-end: span 0.99609375;
  -ms-grid-row-span: 0.99609375;
  grid-row-end: span 0.99609375;
}

@media screen and (max-width: 991px) {
  #w-node-e8e47734-c689-85aa-eec2-b546ce1a9025-3528e7ed {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-e8e47734-c689-85aa-eec2-b546ce1a9026-3528e7ed {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-a4379ae1-c36a-c126-f543-2c61d7202271-3528e7ed {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6a82901f-3e65-c91c-fa49-7540e04b6c91-3528e7ed {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }

  #w-node-f4d4e5e7-f020-6e63-5653-95940d2ce827-3528e7ed {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }

  #w-node-_6c337030-2fd2-3fe7-d21b-222ac8ad6979-3528e7ed {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6955eb99-46e2-8346-f110-307f06152f9d-3528e7ed {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6955eb99-46e2-8346-f110-307f06152fa6-3528e7ed {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_4cb48f00-0014-ad51-7db6-c7a04a901554-3528e7ed {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 0.99609375;
    grid-column-start: span 0.99609375;
    -ms-grid-row: span 0.99609375;
    grid-row-start: span 0.99609375;
    -ms-grid-column-span: 0.99609375;
    grid-column-end: span 0.99609375;
    -ms-grid-row-span: 0.99609375;
    grid-row-end: span 0.99609375;
  }

  #w-node-_5b057cc4-bf63-9a0a-c2df-e2c4a2174979-3528e7ed {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 0.99609375;
    grid-column-start: span 0.99609375;
    -ms-grid-row: span 0.99609375;
    grid-row-start: span 0.99609375;
    -ms-grid-column-span: 0.99609375;
    grid-column-end: span 0.99609375;
    -ms-grid-row-span: 0.99609375;
    grid-row-end: span 0.99609375;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc8c9369-bc89-c693-ccdd-ec7d8d1bd5d2-3528e7ed {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a4379ae1-c36a-c126-f543-2c61d7202271-3528e7ed {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6a82901f-3e65-c91c-fa49-7540e04b6c91-3528e7ed {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }

  #w-node-f4d4e5e7-f020-6e63-5653-95940d2ce827-3528e7ed {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }

  #w-node-_6c337030-2fd2-3fe7-d21b-222ac8ad6979-3528e7ed {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_6955eb99-46e2-8346-f110-307f06152f9d-3528e7ed {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6955eb99-46e2-8346-f110-307f06152fa6-3528e7ed {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4cb48f00-0014-ad51-7db6-c7a04a901554-3528e7ed {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_5b057cc4-bf63-9a0a-c2df-e2c4a2174979-3528e7ed {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: 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-3528e7ed {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_6955eb99-46e2-8346-f110-307f06152f9d-3528e7ed {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_4086f23d-7416-ef33-5709-ab88daa5b6e8-daa5b6ae {
    -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;
}