@font-face {
  font-family: Flaticon Realeye Icons;
  src: url('../fonts/flaticon_realeye-icons.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

:root {
  --coral: #fc7753;
  --untitled-ui-gray700: #344054;
  --untitled-ui-white: white;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray900: #101828;
  --untitled-ui-gray500: #667085;
  --main-black: #1c1c1c;
  --black: #181818;
  --gainsboro: #e8e8e8;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-gray600: #475467;
  --dark-grey: #adaba8;
  --untitled-ui-gray400: #98a2b3;
  --gainsboro-2: #f7f7f7;
  --untitled-ui-primary300: #d6bbfb;
  --untitled-ui-primary50: #f9f5ff;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--primary25: #fcfaff;
  --untitled-ui-success50: #ecfdf3;
  --untitled-ui-success700: #027a48;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-warning300: #fec84b;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
}

p {
  margin-bottom: 25px;
}

a {
  color: #1c1c1c;
  text-decoration: underline;
}

a:hover {
  color: var(--coral);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 22px;
}

li {
  padding-top: 10px;
  line-height: 30px;
}

strong {
  font-weight: 600;
  line-height: 30px;
}

.re-button {
  grid-column-gap: .5rem;
  border: 1px none var(--coral);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  background-color: #fc7753;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.re-button:hover {
  border-style: none;
  border-color: var(--coral);
  background-color: #fc7753;
}

.re-button:active {
  border-style: none;
  border-color: var(--coral);
}

.re-button:focus {
  background-color: var(--coral);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  border-style: none;
}

.re-button:focus-visible, .re-button[data-wf-focus-visible] {
  border-color: var(--coral);
}

.re-button.fill-height {
  align-self: stretch;
  padding: 10px;
}

.re-button.fill-height:hover {
  color: var(--untitled-ui-white);
  background-color: #eb5b34;
}

.re-button.re-button-search {
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: block;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray.show-tablet, .show-tablet {
  display: none;
}

.uui-icon-1x1-xsmall {
  -webkit-text-stroke-color: var(--untitled-ui-gray900);
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.uui-dropdown-icon {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 20px;
  margin-right: 0;
  font-size: 12px;
  display: flex;
  position: relative;
  inset: auto 0% auto auto;
}

.uui-logo_logotype {
  flex: none;
  width: auto;
  height: 100%;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-logo_component.footer-logo {
  height: 45px;
  margin-bottom: 25px;
}

.inline-link {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.inline-link.right-aligned {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  text-align: left;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.simple-link {
  color: #555;
  text-decoration: none;
}

.simple-link._w-u {
  color: #1c1c1c;
  font-size: 16px;
  text-decoration: underline;
}

.simple-link.underlined {
  margin-left: 8px;
  margin-right: 8px;
  text-decoration: underline;
}

.simple-link.underlined:hover {
  color: var(--coral);
}

.top-panel {
  z-index: 999;
  background-color: #f7f7f7;
  justify-content: center;
  padding: 6px 15px;
  display: flex;
  position: relative;
}

.uui-navbar08_menu-button {
  padding: 0;
}

.uui-navbar08_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar08_button-wrapper.fill-height {
  align-self: stretch;
}

.uui-navbar08_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar08_menu-right.fill-height {
  align-self: stretch;
  align-items: stretch;
}

.uui-navbar08_link {
  float: none;
  color: var(--main-black);
  align-items: center;
  padding: 13px 23px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.uui-navbar08_link:hover {
  color: var(--coral);
}

.uui-navbar08_link.w--current {
  color: #000;
}

.uui-navbar08_link.w--current:hover {
  color: var(--coral);
}

.uui-navbar08_item-heading {
  color: var(--main-black);
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.uui-navbar08_item-right {
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  line-height: 23px;
  display: flex;
}

.uui-navbar08_item-right:hover {
  color: var(--black);
}

.re-navbar08_icon-wrapper {
  flex: none;
}

.re-navbar08_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-bottom: 1px solid #dcdcdc;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 12px 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.re-navbar08_dropdown-link:hover {
  background-color: #0000;
}

.re-navbar08_dropdown-link._w-border-b {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-bottom: 1px solid var(--gainsboro);
  border-radius: 0;
  align-self: stretch;
  align-items: flex-start;
  padding: 12px 24px;
  display: flex;
}

.re-navbar08_dropdown-link._w-border-b:hover {
  background-color: #0000;
}

.re-navbar08_dropdown-link._w-border-b.last {
  border-bottom-style: none;
}

.re-navbar08_dropdown-link._w-border-b._w-text-highligh-on-hover {
  transition-property: none;
}

.re-navbar08_dropdown-link.mega-menu-link {
  border-bottom-style: none;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.re-navbar08_dropdown-link.mega-menu-link:hover {
  color: var(--coral);
  background-color: #0000;
}

.uui-navbar08_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: max-content;
  grid-template-columns: 1.25fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.uui-navbar08_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.uui-navbar08_dropdown-content.mega-menu {
  padding: 20px;
  display: flex;
}

.uui-navbar08_dropdown-list {
  display: none;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar08_dropdown-list.w--open {
  border: 1px none var(--untitled-ui-gray200);
  background-color: var(--untitled-ui-white);
  border-radius: 0;
  width: 250px;
  padding: 0;
  left: 0%;
}

.uui-navbar08_dropdown-list.mega-menu {
  display: none;
}

.uui-navbar08_dropdown-list.mega-menu.w--open {
  width: 720px;
  display: block;
}

.uui-navbar08_dropdown-toggle {
  clear: none;
  color: var(--main-black);
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 12px 15px;
  font-family: Barlow, sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.uui-navbar08_dropdown-toggle:hover {
  color: var(--coral);
}

.uui-navbar08_menu-dropdown {
  color: var(--main-black);
  padding-left: 7px;
  padding-right: 7px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.uui-navbar08_menu-left.text-uppercase {
  text-transform: uppercase;
  align-self: center;
  display: block;
}

.uui-navbar08_menu {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  height: 64px;
  min-height: 64px;
  margin-left: 0;
  display: flex;
  position: static;
}

.uui-navbar08_logo-link {
  padding-left: 0;
}

.uui-navbar08_logo-link.w--current {
  padding-left: 0;
  padding-right: 0;
}

.uui-navbar08_logo-link.show-mobile, .uui-navbar08_logo-link.show-mobile.w--current {
  display: none;
}

.uui-navbar08_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.uui-navbar08_component {
  border-bottom: 1px solid var(--untitled-ui-gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-navbar08_component.no-min-height {
  z-index: 99;
  border-bottom-style: none;
  min-height: 0;
  padding-left: 15px;
  padding-right: 15px;
  position: sticky;
  top: 0;
  box-shadow: 0 0 10px #0000000d;
}

.body, .text-block {
  font-family: Barlow, sans-serif;
}

.header-cta-text {
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
}

.text-block-3 {
  color: var(--main-black);
  font-size: 15px;
  font-weight: 500;
}

.dropdown-toggle {
  padding: 0;
  display: flex;
  position: relative;
}

.icon {
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 7px;
  margin-right: 0;
  font-size: 13px;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.dropdown-link {
  border-bottom: 1px solid var(--untitled-ui-gray300);
  background-color: #fff;
}

.dropdown-link.w--current {
  color: var(--main-black);
}

.dropdown-link.no-border {
  border: 1px #000;
}

.re-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.re-button-icon.is-icon-large {
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
}

.re-button-icon.is-icon-large._w-margin-right {
  width: 20px;
  min-width: auto;
  height: 20px;
  min-height: auto;
  margin-right: 5px;
  font-size: 12px;
}

.re-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.re-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.re-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.re-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.re-button-secondary-gray.is-button-large.no-corner {
  border-radius: 0;
}

.re-button-secondary-gray.is-button-large.no-corner.bordered {
  border-width: 2px;
  border-color: var(--untitled-ui-gray900);
  padding: 10px 24px 12px;
}

.re-button-secondary-gray.is-button-large.no-corner.bordered:hover {
  border-color: var(--coral);
}

.re-button-secondary-gray.is-button-large.no-corner.bordered.smaller {
  color: #212529;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  padding: 8px 25px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.re-button-secondary-gray.is-button-large.no-corner.bordered.smaller.no-border {
  border-style: none;
  padding-left: 15px;
  padding-right: 15px;
}

.re-button-secondary-gray.is-button-large.no-corner.bordered.smaller._w-m-t.ml--5 {
  margin-left: 5px;
}

.re-button-secondary-gray.is-button-large.no-corner.bordered.text-normal {
  font-family: Barlow, sans-serif;
  font-weight: 300;
}

.re-button-secondary-gray.is-button-large.no-corner.bordered.text-normal.no-hover:hover {
  border-color: var(--black);
}

.re-button-secondary-gray.is-button-large.no-corner.no-border {
  border-style: none;
  padding: 8px 16px;
}

.re-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.re-button-row.is-reverse-mobile-landscape {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}

.re-button-row.is-reverse-mobile-landscape.justify-right {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-end;
}

.re-button-row.is-reverse-mobile-landscape.justify-right.margin-top {
  margin-top: 15px;
}

.re-button-row.is-reverse-mobile-landscape-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}

.re-button-row.is-reverse-mobile-landscape-2.justify-right {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-end;
}

.re-button-row.is-reverse-mobile-landscape-2.justify-right.margin-top {
  margin-top: 15px;
}

.re-text-size-xlarge {
  color: var(--untitled-ui-gray600);
  text-align: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.re-text-size-xlarge.hero-support-text {
  color: #adaba8;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 5px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.re-text-size-xlarge.xs-text-left {
  font-family: Barlow, sans-serif;
}

.re-max-width-small {
  align-items: center;
  width: 100%;
  max-width: 30rem;
  display: flex;
}

.re-max-width-small._w-space-b {
  margin-top: 5px;
  margin-bottom: 40px;
}

.re-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.re-heading-xlarge {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.re-heroheader02_content {
  text-align: left;
}

.re-heroheader02_component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.uui-padding-vertical-xhuge {
  padding-top: 40px;
  padding-bottom: 70px;
  display: block;
  position: relative;
}

.uui-padding-vertical-xhuge.text-first {
  display: block;
  position: relative;
}

.uui-padding-vertical-xhuge.text-first.p--18 {
  padding-top: 18px;
}

.uui-padding-vertical-xhuge.text-first.p--18.mb-70 {
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.uui-padding-vertical-xhuge.text-first.p--18.mb-70.step-1 {
  margin-top: 30px;
}

.uui-padding-vertical-xhuge.text-first.p--18.mb-0.pb-0 {
  position: relative;
}

.uui-padding-vertical-xhuge.text-first.p--18.mb-70-mobile {
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.uui-padding-vertical-xhuge.text-first.p--18.mb-70-mobile.step-1 {
  margin-top: 30px;
}

.uui-padding-vertical-xhuge.text-first.pt-0 {
  padding-top: 0;
}

.uui-padding-vertical-xhuge.text-first.pt-0.m---12 {
  margin-top: -16px;
}

.normal-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.bold-text {
  font-size: 24px;
  font-weight: 700;
}

.big-link {
  color: #1c1c1c;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.hero-image {
  max-width: 100%;
}

.hero-image-holder {
  width: 100%;
  max-width: 640px;
}

.container-realeye {
  color: #1c1c1c;
  text-align: left;
  justify-content: flex-end;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Barlow, sans-serif;
  display: block;
}

.container-realeye.right-aligned {
  max-width: 1140px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container-realeye.flex-centered {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-realeye.wider {
  max-width: 1140px;
}

.container-realeye.section-know-more {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-realeye.m-b-0 {
  margin-bottom: 0;
}

.container-realeye.edu-offer-container {
  background-color: #ffffffe6;
  padding: 40px 30px;
}

.section-realeye {
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Barlow, sans-serif;
  display: flex;
}

.uui-logos01_logo {
  height: 80px;
}

.uui-logos01_logo.lp-logotypes {
  height: 60px;
}

.uui-logos01_wrapper {
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.uui-logos01_component {
  border: 1px #000;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
}

.uui-logos01_component.border--0 {
  border-style: none;
  border-width: 0;
}

.uui-logos01_text {
  color: var(--dark-grey);
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-max-width-large.align-center, .align-center {
  margin-left: auto;
  margin-right: auto;
}

.uui-text-align-center {
  text-align: center;
  margin-bottom: 20px;
}

.uui-container-large-2 {
  border-bottom: 1px solid var(--gainsboro);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.uui-container-large-2.no-border {
  border-bottom-width: 0;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.re-section-logos.mt--24 {
  margin-top: 24px;
}

.re-section-logos._w-m-b {
  margin-bottom: 40px;
}

.re-text-size-large {
  color: var(--main-black);
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: block;
}

.uui-layout56_item {
  display: flex;
}

.uui-layout56_item.tab-menu {
  cursor: pointer;
}

.uui-layout56_item.tab-menu.step-1 {
  outline-offset: 0px;
  outline: 3px #333;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 15px;
}

.uui-layout56_item.tab-menu.step-2 {
  align-items: center;
  width: 100%;
}

.uui-layout56_item.tab-menu.step-3 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 10px;
}

.re-section_layout56 {
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.testimonial-profile {
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.testimonial-profile.content-right {
  justify-content: flex-start;
  font-size: 16px;
  line-height: 24px;
}

.italic-text {
  color: var(--main-black);
  font-size: 16px;
  font-weight: 300;
}

.image {
  flex: 0 auto;
}

.image.small-inline {
  height: 11px;
}

.re-text-size-medium {
  color: #1c1c1c;
  letter-spacing: normal;
  font-family: Barlow, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.re-text-size-medium.mb--16 {
  margin-bottom: 16px;
}

.re-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.re-career03_item {
  border-top: 1px solid var(--untitled-ui-gray200);
  padding: 30px 0 10px 30px;
}

.re-career03_list {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.faq-content-wrapper {
  border-bottom: 0 solid #000;
  overflow: hidden;
}

.faq-content-wrapper.first-item {
  height: auto;
}

.accordion-icon_vertical-line {
  background-color: var(--black);
  border-radius: 1px;
  width: 3px;
  height: 20px;
  position: absolute;
}

.accordion-icon_horizontal-line {
  background-color: var(--black);
  color: var(--black);
  border-radius: 1px;
  width: 20px;
  height: 3px;
  position: absolute;
}

.accordion-icon_component {
  border: 2px none var(--untitled-ui-gray400);
  color: var(--untitled-ui-gray400);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.accordion-icon_component:hover {
  border-color: var(--coral);
}

.uui-heading-xsmall {
  color: var(--main-black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26.4px;
}

.uui-heading-xsmall:hover {
  color: var(--coral);
  text-decoration: underline;
}

.faq-head-block {
  cursor: pointer;
  border: 0 #000;
  border-bottom: 1px solid #adaba8;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.faq-head-block:hover {
  color: var(--coral);
  text-decoration: underline;
}

.faq-block {
  border: 1px none var(--untitled-ui-gray200);
  border-radius: 1rem;
  padding-left: 0;
  padding-right: 0;
}

.re-faq-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.re-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-2 {
  color: var(--main-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
}

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

.re-padding-vertical-xhuge-2 {
  padding-top: 140px;
  padding-bottom: 32px;
}

.re-padding-vertical-xhuge-2.pb--5rem {
  padding-bottom: 5rem;
}

.re-container-small {
  width: 100%;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.re-container-small._w-padding-top {
  padding-top: 40px;
}

.faq-section-inner {
  border-bottom: 1px #adaba8;
  justify-content: center;
  display: flex;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-menu-llink {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-white);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-menu-llink:hover {
  color: #f7f7f7;
  text-decoration: underline;
}

.footer-menu-llink.relative {
  z-index: 1;
}

.footer-column-title {
  color: var(--untitled-ui-white);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}

.footer-column-title.realeye-footer-heading {
  color: #f7f7f7;
  margin-bottom: 24px;
  font-family: Barlow, sans-serif;
  font-size: 1.125rem;
}

.footer-column-title.realeye-footer-heading.footer-others {
  margin-top: 24px;
  margin-bottom: 0;
}

.footer-column {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start;
}

.footer-wrapper._5-collumn {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.re-page-padding-5 {
  padding-left: 0;
  padding-right: 0;
}

.re-page-padding-5.overflow-hidden {
  background-color: var(--main-black);
  position: relative;
  overflow: visible;
}

.semi-bold {
  font-weight: 600;
}

.copyright {
  margin-top: 40px;
}

.footer-spacing {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.callout {
  z-index: 9;
  border-radius: 5px;
  width: 100%;
  max-width: 1140px;
  display: block;
  position: relative;
  top: -50px;
}

.callout-heading {
  z-index: 9;
  color: var(--gainsboro-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 600;
  line-height: 84px;
  position: relative;
}

.callout-component {
  background-color: #fc7753;
  border-radius: 5px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3rem;
  display: flex;
}

.callout-component.text-center-mobile {
  padding: 20px 60px 30px;
  position: relative;
}

.uui-layout56_item-icon-wrapper-2 {
  flex: none;
  align-self: flex-start;
  margin-right: .75rem;
}

.uui-layout56_item-2 {
  display: flex;
}

.uui-layout56_item-2.spaced {
  margin-bottom: 10px;
}

.uui-layout56_item-2.spaced.ideal-for-offer-edu {
  margin-bottom: 0;
}

.uui-layout56_item-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  display: grid;
}

.uui-layout56_item-list-2._w-p-l {
  padding-left: 20px;
}

.uui-heading-medium-4 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.uui-layout56_content-2 {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.uui-layout56_image-2 {
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .5rem;
  width: 100%;
}

.uui-layout56_image-2.no-border {
  border-style: none;
}

.uui-layout56_image-2.no-border.max-h-420 {
  width: auto;
  max-height: 420px;
}

.uui-layout56_image-wrapper-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-layout56_component-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template: "Area-2 Area"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  display: grid;
}

.uui-layout56_component-2.support-and-cooperation {
  grid-template-columns: 1fr 1fr;
}

.uui-padding-vertical-xhuge-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-padding-vertical-xhuge-4.less-padding-top {
  margin-bottom: 140px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.uui-padding-vertical-xhuge-4.less-padding-top.section-support {
  padding-top: 10px;
  padding-bottom: 10px;
}

.uui-padding-vertical-xhuge-4.pt-0 {
  padding-top: 0;
}

.uui-container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.uui-page-padding-6 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-page-padding-6.pb--7rem {
  padding-bottom: 7rem;
}

.list-support-text {
  color: var(--main-black);
  font-family: Barlow, sans-serif;
  font-size: 14px;
}

.list-text {
  color: var(--main-black);
  font-size: 18px;
  line-height: 24px;
}

.white-black-btn {
  z-index: 9;
  color: #1c1c1c;
  background-color: #f7f7f7;
  border: 2px solid #f7f7f7;
  align-self: center;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  transition: background-color .2s;
  position: relative;
}

.white-black-btn:hover {
  color: #f7f7f7;
  background-color: #0000;
}

.white-black-btn.small {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
}

.div-centered {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-centered.flex-collumn {
  flex-direction: column;
  margin-bottom: 20px;
}

.div-centered.flex-collumn.feed-cta-top {
  margin-top: 30px;
}

.div-centered.website-testing-paragraph {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 100px 40px;
}

.orange-btn {
  background-color: #fc7753;
  border: 2px solid #fc7753;
  margin-top: 20px;
  padding: 12px 40px;
  font-size: 24px;
  font-weight: 600;
  transition: background-color .2s;
  display: inline-block;
}

.orange-btn:hover {
  color: #fff;
  background-color: #eb5b34;
  border-color: #eb5b34;
}

.orange-btn.big {
  padding-top: 20px;
  padding-bottom: 20px;
}

.orange-btn.big._w--auto.underlined {
  text-decoration: underline;
}

.orange-btn.md {
  line-height: 36px;
}

.orange-btn.md.text--20--mobile {
  float: none;
  clear: none;
  text-align: left;
  object-fit: fill;
  margin-top: 0;
  padding-top: 10px;
  position: static;
}

.orange-btn.md._w-fit {
  border-radius: 0;
}

.button-subtitle {
  color: var(--dark-grey);
  margin-top: 10px;
  font-weight: 600;
  line-height: 21px;
}

.webinar {
  background-color: #202e3b;
  background-image: url('../images/webinar-bg.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 152px;
  margin-top: 60px;
  display: block;
  position: relative;
  overflow: visible;
}

.webinar-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 95px;
  display: flex;
  position: relative;
}

.webinar-content {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.webinar-content.with-border {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.webinar-content._w-144 {
  width: 170px;
  position: relative;
}

.heading-2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
}

.webinar-img {
  height: 170px;
  margin-bottom: 5px;
  margin-left: 45px;
  position: absolute;
  inset: auto auto -14% -31%;
}

.heading-3a {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 19px;
}

.text-block-7 {
  text-align: center;
  font-size: 12.8px;
}

.copyright-bold {
  color: #f7f7f7;
  font-weight: 400;
}

.bold-text-4 {
  color: #f7f7f7;
}

.sponsors {
  margin-top: 30px;
}

.uui-testimonial06_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.uui-button-icon-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-testimonial06_arrow {
  border: 1px solid var(--untitled-ui-gray200);
  color: var(--untitled-ui-gray500);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .2s;
  display: flex;
}

.uui-testimonial06_arrow:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-testimonial06_arrow.hide-mobile-landscape {
  overflow: hidden;
}

.uui-heading-medium-5 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-medium-5.testimonial-qoute {
  color: var(--main-black);
  text-align: justify;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
}

.uui-heading-medium-5.testimonial-qoute.text--24 {
  text-align: justify;
  font-size: 24px;
}

.uui-heading-medium-5.testimonial-qoute.text--18 {
  font-size: 18px;
  line-height: 27px;
}

.re-testimonial06_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.re-testimonial06_slide.py-0 {
  padding-left: 0;
  padding-right: 0;
}

.re-testimonial06_component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 1rem;
}

.uui-testimonial11_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.uui-testimonial11_client.flex.justify-between {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.uui-testimonial11_client.flex.justify-between.mt--16 {
  margin-top: 16px;
}

.re-testimonial11_content-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.re-testimonial11_content-right._w--540 {
  width: 100%;
  max-width: 545px;
}

.re-testimonial11_content-right._w--450 {
  width: 100%;
  max-width: 450px;
  margin-left: 0;
  margin-right: auto;
}

.re-testimonial11_content-right._w--450.no-gap {
  grid-row-gap: 0rem;
}

.re-testimonial11_content-right._w--475 {
  width: 475px;
  padding-right: 15px;
}

.uui-testimonial11_client-image {
  object-fit: contain;
  width: auto;
  height: 350px;
}

.uui-testimonial11_client-image-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.re-testimonial11_content {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.re-testimonial11_content.larger-gap {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-column-gap: 4.5rem;
  grid-template-columns: .75fr 1fr;
}

.testimonial-name {
  color: var(--main-black);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.testimonial-name.smaller {
  font-size: 24px;
  line-height: 36px;
}

.testimonial-name.tetx--20 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.testimonial-subtitle {
  color: var(--main-black);
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 24px;
}

.testimonial-subtitle.smaller {
  font-size: 19px;
  line-height: 34px;
}

.testimonial-subtitle.text--20 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.testimonial-subtitle.text--20.mb--15 {
  margin-bottom: 15px;
}

.testimonial-subtitle.text-24 {
  font-size: 24px;
  line-height: 36px;
}

.testimonial-wrapper {
  background-color: #fcfcfc;
  border-top: 2px solid #f3f3f3;
  border-bottom: 2px solid #f3f3f3;
  padding-top: 40px;
  padding-bottom: 20px;
}

.uui-layout02_content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-layout02_content._w--445 {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: 0;
}

.uui-layout02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 0rem;
  grid-template: "Area-2 Area" 7rem
                 "Area-3 Area" 2.25fr
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.uui-padding-vertical-xhuge-6 {
  max-width: 1000px;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.uui-page-padding-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.re-section_layout02 {
  padding-left: 15px;
  padding-right: 15px;
}

.survey-heading {
  color: var(--main-black);
  align-self: auto;
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
}

.orange-outline-btn {
  color: #1c1c1c;
  text-align: left;
  background-color: #0000;
  border: 2px solid #1c1c1c;
  padding: 12px 40px;
  font-size: 20px;
  font-weight: 600;
  transition: border .2s;
}

.orange-outline-btn:hover {
  border-color: #eb5b34;
}

.orange-outline-btn.mobile-full {
  margin-top: 20px;
  display: inline-block;
}

.orange-outline-btn.mobile-full.btn-sm {
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.orange-outline-btn.mobile-full.float-right {
  text-align: left;
}

.orange-outline-btn.mobile-full.button-ads {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
}

.orange-outline-btn.md {
  line-height: 30px;
}

.orange-outline-btn.md:hover {
  color: #1c1c1c;
}

.orange-outline-btn.md.mt--24 {
  margin-top: 24px;
}

.orange-outline-btn.md.mt--24.mb--16 {
  margin-bottom: 16px;
}

.try-it {
  background-image: url('../images/try-it-photo-man-light.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 724px;
  display: flex;
}

.try-it-component {
  color: #1c1c1c;
  text-align: right;
  background-color: #fffc;
  width: 665px;
  margin-left: 41%;
  margin-right: auto;
  padding: 30px 20px;
}

.try-it-heading {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.try-it-subtitle {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 36px;
}

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

.eye-catchy {
  color: #f7f7f7;
  background-color: #fc7753;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 758px;
  display: flex;
  position: relative;
}

.eye-catchy-tiitle {
  z-index: 9;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 70px;
  font-weight: 400;
  line-height: 85px;
  position: relative;
}

._w--575 {
  text-align: center;
  width: 100%;
  max-width: 575px;
}

._w--575._w-orange-bg {
  z-index: 9;
  background-color: var(--coral);
  position: relative;
}

.uui-layout02_image-2 {
  width: 100%;
}

.uui-layout02_image-wrapper-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-left: 1px solid var(--gainsboro);
  border-radius: 0;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.uui-layout02_image-wrapper-2.more-m-b {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.uui-layout02_image-wrapper-2.more-m-b.wrapper-youtube {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.uui-text-size-large-6 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-text-size-large-6.quote-heading {
  color: #1c1c1c;
  border: 1px #000;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
}

.uui-layout02_component-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

.univ-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  padding-right: 15px;
  display: flex;
}

.italic-text-3 {
  font-family: Barlow, sans-serif;
  font-weight: 500;
}

.italic-text-4 {
  font-weight: 600;
  line-height: 24px;
}

.text-block-8 {
  color: #1c1c1c;
  margin-top: 15px;
  margin-bottom: 8px;
  margin-left: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.italic-text-5 {
  font-style: normal;
}

.universities {
  margin-top: 48px;
}

.universities.less-m-t {
  margin-top: 0;
}

.univ-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 500;
}

.edu-teaser {
  background-image: url('../images/woman-meditate.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 662px;
  margin-top: 48px;
  display: flex;
}

.edu-teaser-content {
  color: #fff;
  background-color: #000c;
  align-self: flex-start;
  width: 100%;
  max-width: 665px;
  padding: 20px;
}

.edu-teaser-title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 600;
  line-height: 40px;
}

.edu-teaser-title.edu-offer-title {
  margin-bottom: 20px;
}

.edu-teaser-subtitle {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 36px;
}

.white-outline-btn {
  color: #f7f7f7;
  background-color: #0000;
  border: 2px solid #f7f7f7;
  padding: 12px 40px;
  font-size: 20px;
  font-weight: 600;
  transition: color .2s, border-color .2s, background-color .2s;
}

.white-outline-btn:hover {
  color: #1c1c1c;
  background-color: #f7f7f7;
  border-color: #fff;
}

.check-icon {
  font-size: 23px;
  line-height: 21px;
}

.native-icon-left {
  transform-style: preserve-3d;
  order: -1;
  margin-left: -40px;
  margin-right: 10px;
  padding: 10px 0;
  font-size: 30px;
  line-height: 20px;
}

.native-icon-left:hover {
  color: var(--untitled-ui-gray900);
}

.text-wrapper {
  color: #1c1c1c;
  width: 100%;
  max-width: 730px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-wrapper.pb-0 {
  margin-bottom: 0;
}

.text-h4 {
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}

.text-h4.mb-24 {
  margin-bottom: 24px;
}

.text-h3 {
  font-family: Barlow, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
}

.text-list {
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text-p {
  font-family: Barlow, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.text-p.p-0 {
  margin-bottom: 0;
}

.text-p.pb-16 {
  margin-bottom: 16px;
}

.link {
  color: var(--black);
  text-decoration: none;
}

.info-box {
  color: #0c5460;
  background-color: #d1ecf1;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.faq-title-subscript {
  margin-left: 5px;
  font-size: 17px;
  line-height: 21px;
  display: inline-block;
}

.image-2 {
  position: static;
}

.univ-icon {
  float: left;
  clear: none;
  margin-right: 10px;
  display: inline-block;
}

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

.h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Barlow, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.h1.text--40 {
  font-size: 40px;
  line-height: 48px;
}

.h1.text--35 {
  margin-bottom: 60px;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
}

.text-subtitle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Barlow, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.content {
  text-indent: 50px;
  margin-bottom: 24px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 36px;
}

.content.no-m-b {
  margin-bottom: 0;
}

.content.no-indent {
  text-indent: 0;
  margin-bottom: 20px;
  line-height: 30px;
}

.subtitle {
  text-align: left;
  text-indent: 50px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
}

.subtitle.privacy {
  text-indent: 50px;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
}

.subtitle.no-indent {
  text-indent: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.black-link, .black-link:hover {
  color: #1c1c1c;
}

.error-text {
  color: #e23939;
}

.error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  font-weight: 600;
}

.success-message-2 {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-form_input-2 {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input-2:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input-2::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-form_input-2.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.uui-form_input-2.text-area.no-radius {
  min-height: 180px;
}

.uui-form_input-2.no-radius {
  box-shadow: none;
  border-color: #f0f0f0;
  border-radius: 0;
  height: 38px;
  min-height: auto;
  padding: 6px 12px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.uui-field-label {
  color: var(--main-black);
  flex: none;
  width: 70px;
  margin-top: 6px;
  margin-bottom: 0;
  margin-right: 40px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.uui-form-field-wrapper {
  display: flex;
  position: relative;
}

.uui-contact03_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact03_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.uui-heading-medium-8 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
}

.uui-contact03_component {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.43fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-8 {
  margin-bottom: 90px;
  padding-top: 0;
  padding-bottom: 0;
}

.uui-container-large-9 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.contact-section {
  margin-top: 60px;
}

.text-h2 {
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 42px;
}

.text-h2._w-m-b {
  margin-bottom: 60px;
}

.subsection-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.section-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  font-weight: 600;
}

.section-title._w-m-t {
  margin-top: 60px;
  margin-bottom: 20px;
}

.section-title.hide-on-tablet {
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-grid {
  grid-column-gap: 32px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.about-person {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.avatar-circle {
  border: 1px solid #f7f7f7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.circle {
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}

.about-text-group {
  flex-direction: column;
  display: flex;
}

.about-box-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.aboit-box-subtitle {
  font-family: Barlow, sans-serif;
  font-size: 20px;
}

.qoute {
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px;
}

.black-orange-link {
  color: #1c1c1c;
  font-size: 16px;
  line-height: 24px;
}

.black-orange-link:hover {
  color: #fc7753;
}

.black-orange-link.blog-title-h4.orange {
  color: coral;
}

.paragraph {
  text-align: left;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.paragraph._w-m-b {
  margin-bottom: 60px;
}

.paragraph._w-m-b.center-align {
  text-align: center;
}

.paragraph._w-m-b.center-align._w-m-t {
  text-align: center;
  width: 100%;
  max-width: 720px;
  margin-top: 40px;
}

.paragraph._w-px {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 27px;
}

.column-title {
  font-family: Barlow, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
}

.custom-list-block {
  align-self: stretch;
  margin-bottom: 0;
  padding-left: 15px;
}

.custom-list-block.mb--50 {
  margin-bottom: 50px;
}

.list-title {
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.image-3 {
  max-width: 100px;
  margin-top: 10px;
  margin-right: 50px;
}

.image-4 {
  max-width: 100px;
}

.max-w-760 {
  align-self: center;
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-760.hide-mobile {
  padding-left: 0;
  list-style-type: none;
}

.max-w-760.hide-pc {
  display: none;
}

.max-w-760.p--0 {
  padding-left: 0;
  list-style-type: none;
}

.quick-stack {
  padding-top: 10px;
}

.support-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 3fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 40px;
  display: grid;
}

.support-text-group {
  font-family: Barlow, sans-serif;
}

.support-heading {
  margin-top: 50px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.support-subtitle {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
}

.support-list {
  font-size: 18px;
  line-height: 27px;
}

.support-list.mt--20 {
  margin-top: 0;
}

.image-5 {
  max-width: 255px;
}

._w--760 {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.article {
  width: 100%;
  max-width: 730px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.article.no-p-b {
  margin-top: 40px;
  margin-bottom: 0;
}

.heading-1 {
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
}

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

.image-6 {
  width: auto;
  max-width: 180px;
  margin-bottom: 0;
}

.video {
  margin-top: 24px;
  margin-bottom: 16px;
}

.big-text {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-2 {
  text-align: justify;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 36px;
  display: block;
}

.paragraph-2.bigger {
  font-size: 24px;
  line-height: 28px;
}

.paragraph-2.bigger.centered {
  text-align: left;
  margin-bottom: 30px;
  padding-top: 0;
  line-height: 32px;
}

.paragraph-2.light {
  text-align: justify;
  padding-right: 0;
  font-weight: 300;
}

.paragraph-2.prawy, .paragraph-2.float-right {
  text-align: right;
}

.image-7 {
  margin-bottom: 10px;
  box-shadow: 0 2px 5px #0003;
}

.orange-link {
  color: var(--coral);
}

.tab {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.tab.mb-24 {
  margin-bottom: 24px;
}

.tab.center {
  justify-content: center;
}

.tab.center.mt--48 {
  margin-top: 48px;
}

.blog-text {
  margin-left: 16px;
  font-family: Barlow, sans-serif;
}

.case-study-header {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
}

.blog-avatar-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
}

.blog-avatar-subtitile {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.text-22 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 39.6px;
}

.text-22.mb-24 {
  margin-bottom: 24px;
}

.text-20 {
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}

.text-20.mb-24 {
  margin-bottom: 0;
}

.text-20._w--border-bottom {
  border-bottom: 1px solid #0000001a;
}

.text-20.semi-bold {
  font-weight: 600;
}

.text-20.semi-bold.pb--0 {
  padding-bottom: 0;
}

.text-20.semi-bold.pb--0.less-m-b {
  margin-bottom: 10px;
}

.text-20.no-m-b {
  margin-bottom: 0;
}

.mb-8 {
  margin-bottom: 8px;
  box-shadow: 0 2px 5px #0003;
}

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

.green {
  color: green;
}

.with-border {
  margin-bottom: 8px;
  box-shadow: 0 5px 10px #0003;
}

.source {
  color: #adaba8;
  text-align: center;
  line-height: 25.2px;
}

.blog-title-h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 38.4px;
}

.blog-title-h3 {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 42px;
}

.case-study-list {
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 30px;
}

.blog-title-h4 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.case-study-img {
  margin-bottom: 24px;
  box-shadow: 0 5px 10px #0003;
}

.case-study-img.mb--0 {
  margin-bottom: 0;
}

.case-study-img.less-m-b {
  margin-bottom: 10px;
}

.col-2 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-section {
  color: #0c5460;
  padding-left: 20px;
  padding-right: 20px;
}

.api-docs-wrapper {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
}

.api-doc-header-1 {
  margin-bottom: 8px;
  font-family: Barlow, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.api-doc-header-1._w-border-b {
  border-bottom: 1px solid #e8e8e8;
  margin-top: 40px;
  padding-bottom: 15px;
}

.api-content {
  margin-bottom: 16px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.api-doc-link {
  color: #1c1c1c;
  border: 1px #000;
  text-decoration: underline;
}

.api-doc-link:hover {
  color: var(--coral);
}

.code {
  color: #e83e8c;
  background-color: #eee;
  margin-right: 5px;
  font-family: Courier Prime, sans-serif;
  font-size: 14px;
}

.code.black {
  color: var(--untitled-ui-gray800);
}

.hr {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--gainsboro);
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.hr.my--50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.custom-list-item {
  padding-left: 10px;
}

.dot {
  float: left;
  clear: left;
  margin-right: 10px;
  font-size: 22px;
  display: inline-block;
}

.text-block-9 {
  clear: none;
}

.custom-list-sublist {
  padding-left: 15px;
}

.api-doc-header-2 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.pre {
  font-family: Courier Prime, sans-serif;
  font-size: 14px;
}

.vertically-spaced {
  line-height: 38px;
}

.blog-header {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.icon-group {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.blog-header-icon {
  height: 28px;
  font-size: 16px;
  transition: color .2s;
}

.blog-header-icon:hover {
  object-fit: fill;
}

.blog-header-icon.h--21 {
  height: 21px;
  margin-left: 5px;
}

.my--48 {
  margin-top: 40px;
  padding-bottom: 0;
}

.date-wrapper {
  align-items: center;
  display: flex;
}

.date {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 34.2px;
}

.h--18 {
  height: 18px;
  margin-right: 4px;
  font-weight: 300;
}

.blog-title-link {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 500;
  line-height: 33.6px;
}

.p--20 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.p--20.ti--20 {
  text-indent: 50px;
}

.max-w--730 {
  width: 100%;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.blog-list {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.blog-list.no-bullet {
  list-style-type: none;
}

.no-bullet {
  padding-left: 0;
  list-style: none;
}

.article-section {
  font-family: Barlow, sans-serif;
}

._2-column-article {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 4.3fr) 4.25fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  width: 100%;
  max-width: 760px;
  display: grid;
}

.html-embed {
  width: 500px;
  box-shadow: 0 2px 10px #0003;
}

.html-embed.no-box-shadow {
  box-shadow: none;
}

.rich-text-block {
  padding-right: 10px;
  font-size: 20px;
  line-height: 36px;
}

.article-content {
  -webkit-text-stroke-width: 0px;
  text-indent: -1px;
  word-break: normal;
  overflow-wrap: normal;
  padding-top: 0;
  font-size: 20px;
  line-height: 36px;
}

.table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 10px;
  box-shadow: 0 6px 8px 3px #00000024;
}

.centered-cell {
  align-items: center;
  padding: 20px;
}

.centered-cell._w-p.bordered-cell-t {
  border-style: solid none none;
  border-top-width: 1px;
  border-top-color: var(--gainsboro);
  border-right-width: 1px;
  border-right-color: var(--gainsboro);
}

.centered-cell._w-p.bordered-cell-tl {
  border-top: 1px solid var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
}

.max-width-21 {
  width: 100%;
  max-width: 21px;
}

.cell-text {
  font-size: 20px;
  line-height: 30px;
}

.bordered-cell-l {
  border-bottom: 1px none var(--gainsboro);
  border-left: 1px solid var(--gainsboro);
  align-items: center;
  padding: 20px;
}

.max-width-94 {
  width: 100%;
  max-width: 94px;
}

._w-p {
  padding: 20px;
}

._w-p.bordered-cell-tr {
  border-top: 1px solid var(--gainsboro);
  border-right: 1px solid var(--gainsboro);
  padding-left: 20px;
  padding-right: 20px;
}

.mb--20 {
  margin-bottom: 20px;
}

.t--16 {
  margin-left: 100px;
  font-size: 16px;
  line-height: 24px;
}

.features-title-block {
  margin-top: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.features-title-block.additional-text {
  background-color: #fcfcfc;
  background-image: url('../images/brain-background.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-top: 2px solid #ececec;
  padding-top: 30px;
}

.use-cases-header {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 35px;
}

.use-cases-header.white {
  margin-bottom: 30px;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 42px;
}

.use-cases-header.mb--8 {
  margin-bottom: 8px;
}

.use-cases-header.mobile-left {
  text-align: center;
}

.features-subtitile {
  text-align: center;
  margin-top: 30px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.features-subtitile._w--1110 {
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.features-subtitile.mobile-left._w--1110 {
  text-align: left;
}

.csv-export-section {
  margin-bottom: 100px;
  padding-top: 24px;
}

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

.text-block-11.semi-bold {
  font-weight: 600;
}

.image-8 {
  align-self: flex-end;
  width: 100%;
  max-width: none;
  position: relative;
  left: 0;
  box-shadow: 0 2px 5px #0003;
}

.quick-stack-3 {
  grid-column-gap: 63px;
  grid-row-gap: 63px;
  padding: 0;
}

.cta-section {
  background-color: #006c85;
  padding-top: 48px;
  padding-bottom: 48px;
}

.cta-section.pt-30 {
  padding-top: 30px;
}

.white {
  color: #fff;
  text-align: center;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.bold-header-white {
  font-weight: 600;
}

.cta-wrapper {
  flex-direction: column;
  align-self: center;
  align-items: center;
  max-width: 895px;
  display: flex;
}

._35x35 {
  color: #adaba8;
  align-self: center;
  width: 35px;
  display: flex;
}

._35x35.mr--10 {
  height: 35px;
  margin-right: 10px;
}

._35x35.mr--10.mt-negative {
  margin-top: -22px;
}

._35x35.mr--8 {
  margin-right: 6px;
}

.flat-icon-embed {
  color: var(--main-black);
  border: 1px #000;
  width: 35px;
  height: 35px;
  font-family: Flaticon Realeye Icons, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.custom-tab {
  grid-column-gap: 3.5rem;
  grid-row-gap: 16px;
  grid-template: "."
  / .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.custom-tab.content-left-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(412px, 412px);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  display: flex;
}

.custom-tab.content-right {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .5fr) minmax(200px, .75fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.custom-tab.content-right.align-top {
  align-items: start;
}

.custom-tab.content-right.align-top.demo-modal-tab {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: minmax(200px, .35fr) minmax(200px, .75fr);
}

.custom-tab.content-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.custom-tab.content-right-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: minmax(412px, 412px) 1fr;
  display: flex;
}

.custom-tab-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 0 38%;
  order: -1;
  grid-template-rows: .25fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.title-block {
  z-index: -1;
  background-color: #0000;
  padding: 0 0 35px;
  position: relative;
}

.title-block.w--current {
  cursor: s-resize;
  background-color: #0000;
}

.title-block.p-0 {
  z-index: -1;
  padding-bottom: 0;
}

.tab-menu {
  background-color: var(--untitled-ui-white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 47px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.tab-menu:hover {
  color: var(--black);
}

.tab-menu.w--current {
  background-color: #f7f7f7;
  border: 2px solid #f0f0f0;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  padding-right: 60px;
  overflow: hidden;
}

.tab-menu.reverse {
  width: 100%;
}

.box-shadow.left {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 5px 10px #0003;
}

.tab-content {
  min-height: 420px;
  padding-bottom: 0;
  padding-right: 0;
}

.bold-text-8 {
  font-family: Barlow, sans-serif;
  font-weight: 600;
}

.heading-6 {
  margin-top: 20px;
  margin-bottom: 0;
}

.modal {
  z-index: 999;
  background-color: #18181870;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.modal-container {
  background-color: var(--untitled-ui-white);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  margin-top: 30px;
  padding: 0;
  display: flex;
}

.modal-footer {
  border-top: 1px solid #dee2e6;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0;
  padding: 16px 12px 16px 16px;
  display: flex;
}

.video-wrapper-bigger {
  width: 100%;
  max-width: none;
  padding: 0;
  box-shadow: 0 5px 10px #0003;
}

.video-wrapper-bigger.p-0 {
  padding: 0;
}

.button-text {
  font-weight: 500;
}

.link-column {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-direction: column;
  display: flex;
}

.tab-content-wrapper {
  width: 100%;
  display: block;
  position: relative;
}

.tab-content-wrapper.left {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  min-height: 420px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  inset: 0% 0% auto auto;
}

.tab-content-wrapper.left._w--112 {
  top: -36px;
}

.tab-content-wrapper.right {
  min-height: 420px;
}

.custom-tab-content {
  flex: 1;
  overflow: visible;
}

.custom-tab-content.left {
  flex-direction: column;
  display: flex;
}

.description {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: white;
  background-color: #000c;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: 22.4px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.description.flex {
  align-items: center;
}

.description.right {
  flex-direction: column;
  align-items: flex-start;
}

.description.right.flex-row {
  flex-direction: row;
}

.info-block {
  background-image: url('../images/lp-features-spec-bg-full.png');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.info-block-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 35px;
}

.info-block-component {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.info-bock-wrapper.border-right {
  border-right: 1px solid #fff;
  padding-right: 40px;
}

.left {
  color: #fff;
  text-align: right;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 18px;
  line-height: 27px;
  list-style-type: none;
  display: flex;
}

.list-icon {
  color: var(--untitled-ui-white);
  max-width: 30px;
  height: 14px;
  padding-left: 15px;
  position: static;
}

.list-icon.right-icon {
  padding-left: 0;
  padding-right: 15px;
}

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

.info-block-text.text-white {
  color: var(--untitled-ui-white);
  font-size: 18px;
  line-height: 27px;
}

.info-block-text.text--15-75 {
  font-size: 15px;
  line-height: 23.625px;
}

.info-block-text.text-right {
  text-align: right;
}

.info-list {
  margin-bottom: 0;
}

.info-list-component {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.info-list-component.reverse {
  flex-direction: row-reverse;
}

.info-list-component.reverse.py--10, .info-list-component.py--10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-9 {
  margin-left: 6px;
}

.white-link {
  color: var(--untitled-ui-white);
  font-weight: 500;
  text-decoration: underline;
}

.white-link:hover {
  color: var(--untitled-ui-white);
}

.tab-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 500;
  line-height: 36px;
}

.nav-icon-right {
  margin-right: -50px;
  padding-left: 0;
  padding-right: 0;
  font-size: 30px;
  display: block;
  transform: rotate(180deg);
}

.nav-icon-right:hover {
  color: var(--black);
}

.tab-title-block-2 {
  text-align: left;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.tab-title-block-2.left-align {
  text-align: left;
}

.tab-title-block-2.flex {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.tab-title-block-2.flex.align-end {
  justify-content: flex-end;
}

.tab-title-block-2.flex._w-space-top {
  margin-top: 4px;
  padding-bottom: 0;
}

.tab-title-block-2.flex.align-left {
  justify-content: flex-start;
}

.tab-title-block-2.right {
  text-align: left;
  align-items: flex-end;
}

.text-right {
  color: #fff;
  text-align: left;
}

.info-text-wrapper {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 27px;
  display: flex;
}

.info-text-wrapper._w--895 {
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 895px;
  margin-left: auto;
  margin-right: auto;
}

.panelist-list-wrapper {
  grid-column-gap: 63px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(412px, 412px);
  margin-bottom: 120px;
  padding-top: 25px;
  display: flex;
}

.panelist-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.panelist-header {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
}

.panelist-header.text--24 {
  margin-top: 16px;
  font-size: 24px;
  line-height: 28.8px;
}

.pl--20 {
  margin-bottom: 0;
  padding-left: 20px;
}

.list-item-3 {
  padding-left: 0;
  font-size: 18px;
  line-height: 27px;
}

.pl--5 {
  padding-left: 5px;
}

.pl--5.pt--5, .pl--5.text--16 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.panelist-sublist.ml--40 {
  margin-left: 44px;
}

.education {
  background-image: url('../images/realeye-for-education-copy.jpg');
  background-position: 50% 30%;
  background-repeat: repeat;
  background-size: cover;
  height: 590px;
  position: relative;
}

.education.offer-classroom {
  background-image: linear-gradient(#0000002e, #0000002e), url('../images/positive-mood-group-young-people-casual-clothes-working-modern-office-org.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.education-content-wrapper {
  background-color: #0006;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.education-content {
  color: #f7f7f7;
  width: 100%;
  max-width: 730px;
  padding-top: 90px;
}

.edication-title {
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

.education-subtitle {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.education-button-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.white-orange-btn {
  color: #1c1c1c;
  background-color: #f7f7f7;
  border: 2px solid #f7f7f7;
  padding: 12px 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  transition: color .2s, border .2s, background-color .2s;
}

.white-orange-btn:hover {
  border-color: var(--coral);
  color: #f7f7f7;
  background-color: #0000;
}

.white-orange-btn.mb--15.text--20--mobile {
  padding-top: 10px;
}

.mb--48 {
  margin-bottom: 48px;
}

.recent-blog-partial {
  color: #fff;
  background-color: #1c1c1c;
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 380px);
  grid-auto-columns: 1fr;
  display: grid;
}

.partical-text-block {
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.partial-img-wrapper {
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.partial-title {
  margin-top: 10px;
  margin-bottom: 8px;
  line-height: 38.4px;
}

.partail-date-block {
  align-items: flex-start;
  display: flex;
}

.text--16 {
  font-size: 16px;
  line-height: 24px;
}

.text--16.mb--16 {
  margin-bottom: 16px;
  padding-right: 0;
}

.text--16.ml--5 {
  margin-left: 5px;
}

.text--16.weight-300 {
  font-weight: 300;
}

.text--16.weight-300.opacity--60 {
  opacity: .6;
}

.text--16.ml--8 {
  flex-wrap: nowrap;
  margin-left: 8px;
  display: block;
}

.partial-subtitile {
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 33.6px;
}

.heading-sm {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.pricing {
  margin-top: 60px;
  margin-bottom: 48px;
  padding-left: 15px;
  padding-right: 15px;
}

.pricing-titlle {
  text-align: center;
  margin-bottom: 50px;
  line-height: 38.4px;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-template: ". . Area"
  / 1fr 1fr 1fr;
}

.plan-box {
  position: relative;
}

.pricing-box {
  color: #f7f7f7;
  background-color: #eb5b34;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
  box-shadow: 0 5px 10px #0003;
}

.pricing-box.bg-dark {
  background-color: #1c1c1c;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.pricing-box.bg-coral {
  background-color: #eb5b34;
}

.pricing-box.bg-pale-coral {
  background-color: #fc7753;
}

.pricing-box-title {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  display: flex;
}

.pricing-box-subtitle {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
}

.package-usp-container {
  color: #1c1c1c;
  background-color: #fff;
  width: 100%;
}

.package-usp {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.package-usp-subtitle {
  margin-top: 10px;
  font-size: 15px;
  line-height: 22.5px;
}

.package-usp-subtitle.p-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.list-3 {
  padding-left: 0;
  list-style-type: none;
}

.pricing-icon {
  margin-right: 8px;
}

.pricing-list-item {
  border-top: 1px #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.pricing-list-item.firt-item {
  border-top-style: solid;
}

.pricing-text {
  margin-right: 5px;
  font-size: 15px;
  line-height: 30px;
}

.pricing-text-box {
  align-items: center;
  display: flex;
  position: relative;
}

._14x14 {
  width: 14px;
  height: 14px;
  margin-left: 5px;
}

._14x14.info-icon {
  height: 20px;
  margin-left: 0;
  position: relative;
}

.beta {
  color: #fff;
  background-color: #195d81;
  border-radius: 4px;
  padding: 2.75px 4.4px;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
}

.beta.mr--3 {
  margin-right: 3px;
}

.flex {
  display: flex;
}

.flex.justify-center {
  justify-content: center;
}

.flex.justify-center.pb--20 {
  margin-bottom: 20px;
  padding-top: 10px;
}

.flex.justify-center.flex-col {
  flex-direction: column;
  align-items: center;
}

.flex.justify-center.align-center {
  flex: 1;
  align-items: center;
}

.flex.items-end {
  align-items: flex-end;
}

.flex.items-end.monthly-price, .flex.items-end.monthly-price.default {
  display: flex;
}

.flex.relative {
  position: relative;
}

.flex.flex-col {
  flex-direction: column;
}

.flex.flex-col.jusify-center {
  align-items: center;
}

.flex.flex-col.jusify-center.annual-price, .flex.flex-col.jusify-center.annual-price.default {
  display: none;
}

.pricing-box-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 170px;
  display: flex;
  position: relative;
}

.price {
  flex-direction: row;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 50px;
  display: block;
}

.pricing-switch-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.pricing-switch {
  background-color: var(--untitled-ui-gray300);
  border-width: 0;
  border-radius: 34px;
  width: 60px;
  height: 34px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.pricing-switch.w--redirected-checked {
  background-color: var(--coral);
  background-image: none;
  border-width: 0;
}

.pricing-switch.price {
  background-color: var(--untitled-ui-gray300);
}

.slider {
  z-index: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 12%;
  bottom: 0%;
  left: 5%;
}

.slider.monthly {
  left: 5%;
  right: auto;
}

.popover-body {
  z-index: 2;
  opacity: 1;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -53% 0% auto;
}

.popover-icon {
  color: #efcb68;
  height: 16px;
  margin-right: -5px;
}

.popover {
  color: #212529;
  background-color: #efcb68;
  justify-content: center;
  align-items: center;
  width: 122.83px;
  height: 37px;
  display: flex;
}

.html-embed-3 {
  color: #1c1c1c;
  width: 12px;
  margin-top: -12px;
}

.tooltip {
  z-index: 999;
  flex-direction: column;
  align-items: center;
  display: none;
  position: absolute;
  inset: auto 50% 45% 0%;
}

.tooltip-content {
  color: #fff;
  background-color: #1c1c1c;
  border-radius: 4px;
  width: 200px;
  padding: 8px 4px;
  position: relative;
}

.relative {
  color: #ccc;
  position: relative;
}

.text-block-12 {
  text-align: center;
  line-height: 21px;
}

.ribbon {
  z-index: 4;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: -10px -10px auto auto;
  overflow: hidden;
}

.ribbon-content {
  color: #fff;
  text-transform: uppercase;
  background-color: #d40012;
  justify-content: center;
  align-items: center;
  width: 225px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  position: absolute;
  top: 30px;
  left: -25px;
  transform: rotate(45deg);
  box-shadow: 0 5px 10px #0000001a;
}

.shadow-ribbon {
  border: 5px solid #000;
  width: 5px;
  height: 5px;
}

.shadow-ribbon.absolute {
  position: absolute;
  inset: auto 0% 0% auto;
}

.popover-wrapper {
  align-items: center;
  display: flex;
}

.popover-icon-mobile {
  display: none;
}

.modal-video {
  z-index: 999999999;
  opacity: 0;
  background-color: #0006;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.modal-video-content {
  background-color: #fff;
  width: 100%;
  max-width: 800px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  transform: translate(0, -25%);
}

.modal-video-body {
  padding: 0;
}

.modal-video-footer {
  border-top: 1px solid #000;
  justify-content: flex-end;
  padding: 12px;
  display: flex;
}

.close-modal-button {
  color: #1c1c1c;
  background-color: #0000;
  border: 2px solid #1c1c1c;
  padding: 15px 25px;
  font-size: 20px;
  font-weight: 500;
}

.close-modal-button:hover {
  color: #1c1c1c;
}

.tab-menu-right {
  background-color: #0000;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.tab-menu-right.w--current {
  background-color: #f7f7f7;
  border: 1px solid #f0f0f0;
  justify-content: flex-start;
  height: 51px;
  padding-left: 50px;
}

.tab-menu-right.w--current:hover {
  color: var(--untitled-ui-gray900);
}

.tab-menu-right.left-align {
  justify-content: flex-start;
  width: 100%;
}

.tab-menu-right.left-align.w--current {
  border-width: 2px;
  justify-content: flex-start;
}

.tab-menu-right.justify-between {
  justify-content: space-between;
}

.tab-title-block-right {
  z-index: -1;
  text-align: right;
  background-color: #0000;
  flex-direction: row;
  padding: 0 0 24px;
  display: block;
}

.tab-title-block-right.p-0 {
  z-index: -1;
  padding-bottom: 0;
}

.tab-title-block-right.p-0.w--current {
  z-index: 0;
}

.tab-title-block-right._w-m-b {
  z-index: -1;
  padding-bottom: 22px;
}

.semibold-text-9 {
  color: var(--untitled-ui-white);
  font-weight: 600;
}

.link-2, .link-2:hover {
  color: var(--untitled-ui-white);
}

.rich-text-block-3, .left-aligned {
  text-align: left;
}

.tab-footer-link {
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.tab-footer-link:hover {
  color: #1c1c1c;
}

.underbar-caption {
  color: #fff;
  background-color: #056f87;
  justify-content: center;
  align-items: flex-end;
  padding: 15px;
  display: flex;
}

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

._18x18 {
  width: 18px;
  height: 18px;
}

._18x18.mr--3 {
  margin-right: 3px;
}

._18x18.mr--3.ml--3 {
  margin-left: 3px;
}

._24x24 {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  font-weight: 300;
}

.pricing-education-use {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/lp-features-spec-bg-trs.png');
  background-position: 50%;
  background-size: auto;
  background-clip: border-box;
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.pricing-ecuc-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.pricing-educ-component {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-educ-component.mb--20 {
  padding-bottom: 10px;
}

._32x32 {
  width: 32px;
  height: 32px;
}

._32x32.mr-5 {
  margin-right: 5px;
  display: flex;
}

.line-step-1 {
  z-index: -9;
  width: 450px;
  height: 378px;
  position: absolute;
  inset: auto 0% -20% 26%;
}

.line-step-2 {
  z-index: -9;
  width: 320px;
  height: 310px;
  position: absolute;
  inset: auto 0% -20% 32%;
}

.line-step-3 {
  z-index: -9;
  width: 270px;
  height: 250px;
  position: absolute;
  inset: auto 0% -18% 36%;
}

.line-step-4 {
  width: 100px;
  height: 180px;
  position: absolute;
  inset: auto 0% -34% 30%;
}

.line-step-4.line-step-4-lp-gvco {
  position: absolute;
  inset: 100% auto 0% 2%;
}

.line-step-tools {
  z-index: -9;
  width: 280px;
  height: 250px;
  position: absolute;
  inset: auto 0% 27% 22%;
}

.line-step-how-it-works {
  z-index: 0;
  background-color: #0000;
  width: 36px;
  height: 100%;
  position: absolute;
  inset: auto 0% -5% 49%;
}

.line-step-how-it-works.features-page {
  height: 101%;
}

.line-step-faq {
  width: 100px;
  height: 180px;
  position: absolute;
  inset: 1% auto auto 0%;
}

.line-step-faq.standalone {
  top: -40px;
}

.line-step-start-today {
  z-index: 0;
  width: 358px;
  height: 76px;
  position: absolute;
  inset: 10% 0% auto 42%;
}

.line-step-footer {
  z-index: 0;
  width: 380px;
  height: 380px;
  display: block;
  position: absolute;
  inset: auto -17% 27% auto;
}

.inner {
  background-color: var(--untitled-ui-gray900);
  margin-top: 60px;
}

.custom-tab-menu-right {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 0 39%;
  order: -1;
  grid-template-rows: .25fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.features-text-component {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.new-tag {
  color: #fff;
  background-color: #195d81;
  border-radius: 4px;
  padding: 5.742px 9.188px;
  font-size: 22.9688px;
  font-weight: 700;
  line-height: 22.9688px;
}

.new-tag.mr--10 {
  margin-right: 10px;
}

.text-block {
  font-size: 18px;
  line-height: 27px;
}

.mt--30 {
  margin-top: 30px;
  margin-bottom: 4px;
}

.mt--30.text-right {
  text-align: right;
}

.list-4 {
  padding-left: 17px;
  line-height: 30px;
}

.black-outline-btn {
  color: #1c1c1c;
  background-color: #fff;
  border: 2px solid #1c1c1c;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.black-outline-btn:hover {
  color: #1c1c1c;
}

.list-item-4 {
  list-style-type: none;
}

.list-5 {
  margin-bottom: 0;
  padding-left: 0;
}

.list-6 {
  margin-bottom: 0;
  padding-left: 20px;
}

.case-study-banner {
  margin-bottom: 50px;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.case-study-banner-text {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  line-height: 33px;
  display: flex;
}

.case-study-banner-text.nopadding {
  padding-top: 0;
  padding-bottom: 0;
}

.case-study-banner-heading {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Barlow, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 50.4px;
}

.case-study-text-block {
  color: #f8f9fa;
  padding-bottom: 50px;
  font-family: Barlow, sans-serif;
  display: flex;
}

._2x2 {
  grid-template-rows: auto;
}

.case-study-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
}

.case-study-title.mb--20 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.case-study-richtext {
  font-size: 18px;
  line-height: 27px;
}

.list-7 {
  margin-bottom: 0;
}

.list-8 {
  list-style-type: decimal;
}

.c-gray-dark {
  color: #555;
  font-size: 15.75px;
  line-height: 23.625px;
}

.c-gray-dark.mt--20 {
  margin-top: 20px;
}

.tab-content-image {
  width: 670px;
  box-shadow: 0 4px 10px #0003;
}

.tab-testimonial {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--untitled-ui-white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -30px;
  display: block;
}

.tab-testimonial.content-right {
  text-align: left;
  margin-top: 15px;
}

.tab-testimonial.step-1, .tab-testimonial.step-3 {
  color: var(--main-black);
  margin-top: 15px;
}

.tab-footer {
  z-index: 0;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1.75fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  display: grid;
  position: relative;
}

.tab-footer.right-content {
  grid-template-columns: 1fr 1.55fr;
}

.text-block-16 {
  font-size: 16px;
}

.text-block-16.align-right {
  font-size: 16px;
  line-height: 24px;
}

.image-10 {
  margin-left: 10px;
  margin-right: 10px;
}

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

.demo-modal {
  z-index: 999;
  background-color: #18181899;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.demo-modal.modal {
  display: none;
}

.demo-modal-dialog {
  background-color: var(--untitled-ui-white);
  width: 100%;
  max-width: 800px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.demo-modal-title {
  border-bottom: 1px solid var(--gainsboro);
  padding: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  display: block;
}

.demo-modal-body {
  padding: 16px;
}

.black-bg {
  background-color: var(--main-black);
  color: var(--untitled-ui-white);
  padding: 20px;
}

.demo-modal-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  display: block;
}

.demo-modal-content p {
  margin-bottom: 10px;
}

.qr-modal {
  z-index: 999;
  background-color: #18181899;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.qr-modal-dialog {
  background-color: var(--untitled-ui-white);
  width: 100%;
  max-width: 500px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.qr-modal-title {
  border-bottom: 1px solid var(--gainsboro);
  padding: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.secondary-button {
  grid-column-gap: .5rem;
  border: 2px solid var(--untitled-ui-gray900);
  background-color: var(--untitled-ui-white);
  color: var(--black);
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 10px 24px 12px;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.secondary-button:hover {
  border-color: var(--coral);
  background-color: var(--untitled-ui-white);
  color: var(--black);
  font-family: Barlow, sans-serif;
}

.secondary-button:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.secondary-button:focus-visible, .secondary-button[data-wf-focus-visible] {
  background-color: var(--untitled-ui-white);
}

.secondary-button.sm {
  padding: 8px 16px 10px;
  font-size: 20px;
  line-height: 30px;
}

.secondary-button.no-border {
  border-style: none;
}

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

.primary-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--coral);
  background-color: var(--coral);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 10px 40px 12px;
  font-family: Barlow, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.primary-button:hover {
  color: var(--untitled-ui-white);
  background-color: #eb5b34;
  border-color: #eb5b34;
}

.primary-button:focus {
  background-color: var(--coral);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.primary-button.sm {
  padding: 8px 16px 10px;
  font-size: 20px;
  line-height: 30px;
}

.normal-weight {
  font-weight: 400;
}

.left-aligned-rtb {
  text-align: left;
}

.dropdown {
  font-family: Barlow, sans-serif;
  font-size: 15px;
  line-height: 22px;
}

.support-title {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 42px;
  display: flex;
}

.support-title.fol-classess-title {
  font-weight: 600;
}

.hero-title-normal-text {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}

.img-w-description {
  justify-content: space-between;
  width: 100%;
  display: block;
  position: relative;
}

.image-11 {
  max-width: 99%;
  line-height: 20px;
}

.testimonial-text, .testimonial-text.align-right {
  font-size: 16px;
  line-height: 24px;
}

.calendly {
  padding-bottom: 60px;
}

.paragraph-3 {
  font-size: 18px;
  line-height: 27px;
}

.calendly-section-title {
  margin-top: 40px;
  margin-bottom: 10px;
}

.map-section {
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Barlow, sans-serif;
  display: flex;
}

.case-study-text {
  line-height: 30px;
}

.case-study-text.use-cases-text-revert {
  color: #fff;
}

.case-study-link {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.case-study-link.align-end {
  align-items: flex-end;
}

.container-core-feature-tab {
  color: #1c1c1c;
  text-align: left;
  justify-content: flex-end;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Barlow, sans-serif;
  display: block;
}

._w--18 {
  width: 18px;
  margin-right: 5px;
}

.list-9, .list-10 {
  list-style-type: none;
}

.list-10.p-0 {
  padding-left: 0;
}

.list-10.p-0.max-w--730 {
  margin-bottom: 0;
}

.disk-list-item {
  font-size: 20px;
  line-height: 40px;
}

.disk-list-item.p-30 {
  padding-left: 30px;
}

.text-normal {
  font-weight: 400;
}

.underline {
  font-weight: 400;
  text-decoration: underline;
}

.media {
  margin-top: 60px;
  margin-bottom: 24px;
  display: flex;
}

.media-text {
  font-size: 16px;
}

.weight-500 {
  font-weight: 500;
  line-height: 22px;
}

.custom-tab-6x6 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.tab-content-wrapper-bigger {
  width: 100%;
  display: block;
  position: relative;
}

.tab-content-wrapper-bigger.left {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-end;
  min-height: 396px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.tab-content-wrapper-bigger.right {
  margin-top: 5px;
  display: flex;
  box-shadow: 0 5px 10px #0000001a;
}

.eu-funds {
  z-index: 99;
  justify-content: flex-end;
  width: 100%;
  height: 0;
  display: flex;
  position: sticky;
  bottom: 0;
}

.eu-funds-wrapper {
  background-color: var(--untitled-ui-white);
  justify-content: flex-end;
  height: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
  box-shadow: 0 2px 10px #00000026;
}

.eu-fund-link {
  padding: 5px 10px;
  transition: all .5s;
}

.list-item-5 {
  line-height: 24px;
}

.param-list {
  line-height: 22px;
}

.form-submit-button {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.footer-column-title-text {
  font-family: Barlow, sans-serif;
  font-weight: 600;
}

.contact-details {
  color: var(--main-black);
  letter-spacing: normal;
  margin-bottom: 50px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.terms-secion {
  flex-direction: column;
  justify-content: center;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Barlow, sans-serif;
  display: flex;
}

.footer-section.footer-realeye {
  background-color: #0000;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.faq-section-standalone {
  flex-direction: column;
  justify-content: center;
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Barlow, sans-serif;
  display: flex;
}

.faq-question-text {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
}

.faq-question-text:hover {
  color: var(--coral);
  text-decoration: underline;
}

.terms-section {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 90px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Barlow, sans-serif;
  display: flex;
}

.author-profile {
  margin-right: 16px;
}

.author-name {
  font-weight: 500;
}

.heading-7 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.read-duration {
  font-size: 14px;
}

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

.faq-title {
  color: var(--main-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
}

.italic-text-6 {
  font-weight: 300;
}

.list-item-7 {
  line-height: 27px;
}

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

.image-13 {
  max-width: 825px;
  margin-top: 5px;
}

.case-study-section {
  flex-direction: column;
  justify-content: center;
  margin-top: 27px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Barlow, sans-serif;
  display: flex;
}

.heading-1-2 {
  margin-top: 16px;
  font-family: Barlow, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
}

.big-text-1 {
  text-align: justify;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
}

.faq-section-2 {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Barlow, sans-serif;
  display: flex;
}

.privacy-section {
  flex-direction: column;
  justify-content: center;
  margin-top: 8px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Barlow, sans-serif;
  display: flex;
}

.privacy-text-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}

.text-wrapper-privacy {
  color: #1c1c1c;
  width: 100%;
  max-width: 730px;
  margin-top: 40px;
  margin-bottom: 10px;
}

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

.about-section {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Barlow, sans-serif;
  display: flex;
}

.team-name {
  font-weight: 700;
  line-height: 30px;
}

.bold-text-2 {
  font-weight: 700;
}

.blog-section {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Barlow, sans-serif;
  display: flex;
}

.flag {
  width: 18px;
  height: 18px;
  margin-left: 1px;
  margin-right: 1px;
}

.flags {
  margin-left: 3px;
}

.attention-measurement-section {
  background-color: #1c1c1c;
  padding: 40px 15px;
}

.attention-measurement-section-inner {
  color: var(--untitled-ui-white);
}

.white-button {
  background-color: var(--untitled-ui-white);
  color: #1c1c1c;
  border: 2px solid #1c1c1c;
  margin-top: 0;
  padding: 8px 25px 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  top: 0;
  left: 10px;
}

.white-button:hover {
  border-color: var(--untitled-ui-white);
  background-color: var(--main-black);
  color: var(--untitled-ui-white);
}

.paragraph-4 {
  font-size: 20px;
  line-height: 30px;
}

.paragraph-5 {
  font-size: 16px;
  line-height: 24px;
}

.heading-8 {
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
}

.no-m-t {
  margin-top: 0;
}

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

.outline-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.outline-list.mb--10 {
  margin-bottom: 10px;
}

.outline-list-wrapper {
  margin-bottom: 0;
  padding-left: 20px;
}

.outline-list-wrapper.text--18 {
  font-size: 18px;
  line-height: 30px;
}

.outline-list-item.p--5 {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 27px;
}

.native-icon-left-customized {
  transform-style: preserve-3d;
  order: -1;
  margin-left: -40px;
  margin-right: 10px;
  padding: 10px 0;
  font-size: 30px;
  line-height: 20px;
}

.native-icon-left-customized:hover {
  color: var(--untitled-ui-gray900);
}

.text--18 {
  font-size: 18px;
  line-height: 30px;
}

.list-item-9 {
  font-size: 18px;
}

.panelist {
  padding-left: 15px;
  padding-right: 15px;
}

.weight--300 {
  font-weight: 300;
}

.tab-btn {
  border: 2px solid var(--main-black);
  padding: 8px 25px;
  font-style: normal;
  font-weight: 500;
}

.modal-tabs {
  display: block;
  position: static;
}

.modal-tabs-menu {
  display: block;
}

.open-modal-tab-pane {
  z-index: 9999;
  background-color: #1c1c1c66;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.tabs-content {
  position: static;
}

.tab-content-wrapper-custom {
  width: 100%;
  display: block;
  position: relative;
}

.tab-content-wrapper-custom.left {
  flex-direction: column;
  align-items: flex-end;
  min-height: 396px;
  padding-top: 0;
  padding-bottom: 0;
}

.tab-content-wrapper-custom.left.h-auto {
  align-items: flex-end;
  min-height: 0;
  display: flex;
}

.div-block-3 {
  margin-left: 13px;
}

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

.recurring-type {
  color: var(--main-black);
  margin: 0 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}

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

.bold {
  font-weight: 700;
  line-height: 22px;
}

.pricing-titlle-bigger {
  text-align: center;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.get-a-quote._w-m-t {
  margin-top: 18px;
}

.tab-subtitle {
  text-align: left;
  text-indent: 0;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.tab-content-image-features {
  width: 100%;
  max-width: none;
  box-shadow: 0 0 10px #0003;
}

.tab-content-image-features.left {
  width: 100%;
}

.features-subtitile-features {
  text-align: center;
  margin-top: 30px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.title-block-features {
  z-index: -1;
  background-color: #0000;
  padding: 0 0 12px;
  position: relative;
}

.title-block-features.w--current {
  cursor: s-resize;
  background-color: #0000;
}

.semi-bold-h-22 {
  font-weight: 600;
  line-height: 22px;
}

.title-block-features-right {
  z-index: -1;
  text-align: right;
  background-color: #0000;
  flex-direction: row;
  width: 100%;
  padding: 0 0 11px;
  display: block;
}

.tab-link {
  justify-content: flex-end;
  align-self: center;
  width: 100%;
  display: flex;
}

.tab-link.left-alight {
  justify-content: flex-start;
  width: auto;
}

.tab-link.left-alight:hover {
  color: var(--main-black);
}

.tab-link-text {
  align-self: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.tab-menu-void {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow: hidden;
}

.tab-menu-void:hover {
  color: var(--black);
}

.tab-menu-void.w--current {
  background-color: var(--untitled-ui-white);
  border: 2px #f0f0f0;
  width: 100%;
  height: auto;
  padding-left: 10px;
  padding-right: 60px;
  overflow: hidden;
}

.tab-menu-void.right {
  justify-content: flex-end;
}

.tab-modal {
  justify-content: flex-end;
  align-self: center;
  width: 100%;
  display: flex;
}

.tab-modal.right {
  width: auto;
}

.tab-content-modal {
  min-height: auto;
  padding-bottom: 0;
  padding-right: 0;
}

.section-title-features {
  font-family: Barlow, sans-serif;
  font-weight: 500;
}

.feature-image {
  width: 100%;
  max-width: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.schedule-a-call {
  margin-top: 10px;
}

.tab-title-block-left {
  z-index: -1;
  background-color: #0000;
  padding: 0 0 24px;
  position: relative;
}

.tab-title-block-left.w--current {
  cursor: s-resize;
  background-color: #0000;
}

.line-step-3-features {
  z-index: -9;
  width: 270px;
  height: 250px;
  position: absolute;
  inset: auto 0% -18% 36%;
}

.tab-content-column {
  flex: 1;
  width: 100%;
  display: block;
  position: relative;
}

.tab-content-column-left {
  flex: 0 0 56%;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.line-step-faq-features {
  width: 100px;
  height: 180px;
  padding-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tab-btn-launch-demo {
  border: 2px solid var(--main-black);
  margin-top: 10px;
  padding: 8px 25px;
  font-style: normal;
  font-weight: 500;
}

.features-section {
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-realeye-features {
  color: #1c1c1c;
  text-align: left;
  justify-content: flex-end;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Barlow, sans-serif;
  display: block;
}

.tab-content-image-features-no-shadow {
  object-fit: fill;
}

.tab-content-image-features-3 {
  width: 100%;
  max-width: none;
  box-shadow: 0 0 10px #0003;
}

.tab-content-image-features-3.image-features {
  clear: none;
  text-align: left;
  align-self: flex-start;
}

.tab-video {
  width: 100%;
}

.tab-content-image-features-bigger {
  width: 100%;
  max-width: none;
  box-shadow: 0 5px 10px #0003;
}

.description-bigger {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: white;
  background-color: #000c;
  align-self: flex-start;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  line-height: 22.4px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.line-step-1-features {
  z-index: -9;
  width: 402px;
  height: 378px;
  position: absolute;
  inset: auto 0% -12% 26%;
}

.featured-image-case-study {
  width: 100%;
  max-width: none;
}

.case-study-hero-content-text {
  margin-top: 20px;
  margin-bottom: 4px;
}

.html-embed-bigger {
  width: 100%;
}

.use-cases-feature-block {
  grid-template-rows: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.use-cases-feature-block.use-cases-block-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-column {
  flex: 1;
}

.content-image-wrapper.right {
  display: block;
}

.use-cases-feature-image-bigger {
  width: 100%;
  max-width: none;
}

.re-use-cases-section {
  justify-content: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.re-use-cases-section.use-cases-revert {
  -webkit-text-fill-color: inherit;
  background-color: #1c1c1c;
  background-image: url('../images/brain-background.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  background-clip: border-box;
  padding-top: 50px;
}

.re-use-cases-section.use-cases-revert.feed-steps-section, .re-use-cases-section.use-cases-revert.custom-bg-squares {
  background-image: none;
}

.re-use-cases-section.re-education-offer-section {
  margin-top: 50px;
}

.use-cases-section-item {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.line-step-5 {
  width: 100px;
  height: 180px;
  position: absolute;
  inset: auto 0% -17% 34%;
}

.line-use-cases-step-1 {
  z-index: -9;
  width: 450px;
  height: 378px;
  position: absolute;
  inset: auto 0% -10% 26%;
}

.line-use-cases-step-2 {
  z-index: -9;
  width: 320px;
  height: 310px;
  position: absolute;
  inset: auto 0% -10% 34%;
}

.line-use-case-step-3 {
  z-index: -9;
  width: 270px;
  height: 250px;
  position: absolute;
  inset: auto 0% -13% 36%;
}

.use-cases-subtitile {
  text-align: center;
  margin-top: 30px;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.use-cases-subtitile._w--1110 {
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.use-cases-subtitile.mobile-left._w--1110 {
  text-align: left;
  margin-bottom: 30px;
}

.black-link-use-cases {
  color: #000;
  font-size: 18px;
  line-height: 27px;
}

.black-link-use-cases:hover {
  color: #1c1c1c;
}

.black-link-use-cases.white-link-use-cases {
  color: #fff;
}

.use-cases-content-text {
  margin-top: 30px;
  margin-bottom: 4px;
  font-size: 18px;
  line-height: 30px;
}

.use-cases-content-text.text-right {
  color: #000;
  text-align: right;
}

.use-cases-content-text.text-right.text-black {
  color: #000;
}

.use-cases-content-text.text-right.use-cases-text-revert {
  color: #fff;
}

.tab-content-wrapper-bigger-2 {
  width: 100%;
  display: block;
  position: relative;
}

.tab-content-wrapper-bigger-2.left {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-end;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.tab-content-wrapper-bigger-2.right {
  margin-top: 5px;
  display: flex;
  box-shadow: 0 5px 10px #0000001a;
}

.custom-tab-content-start {
  overflow: visible;
}

.custom-tab-content-start.left {
  flex-direction: column;
  padding-top: 0;
  display: flex;
}

.tab-title-block-right-2 {
  z-index: -1;
  text-align: right;
  background-color: #0000;
  flex-direction: row;
  padding: 0 0 24px;
  display: block;
}

.tab-title-block-right-2.p-0 {
  padding-bottom: 0;
}

.tab-title-block-right-2._w-m-b {
  padding-bottom: 22px;
}

.list-item-10 {
  line-height: 22px;
}

.tab-button {
  float: right;
  border: 2px solid var(--main-black);
  padding: 8px 25px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.list-item-11 {
  line-height: 37px;
}

.tab-title-features {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 42px;
}

.live-hosted-session-section {
  padding-top: 40px;
  padding-bottom: 120px;
  display: block;
  position: relative;
}

.live-hosted-session-section.text-first {
  display: block;
  position: relative;
}

.live-hosted-session-section.text-first.p--18 {
  padding-top: 18px;
}

.live-hosted-session-section.text-first.p--18.mb-70 {
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.live-hosted-session-section.text-first.p--18.mb-70.step-1 {
  margin-top: 30px;
}

.live-hosted-session-section.text-first.p--18.mb-0.pb-0 {
  position: relative;
}

.live-hosted-session-section.text-first.pt-0 {
  padding-top: 0;
}

.live-hosted-session-section.text-first.pt-0.m---12 {
  margin-top: -16px;
}

.live-hosted-session-section.hide {
  display: none;
}

.line-step-1-features-2 {
  z-index: -9;
  width: 450px;
  height: 378px;
  position: absolute;
  inset: auto 0% -3% 23%;
}

.line-step-2-features-2 {
  z-index: -9;
  width: 320px;
  height: 310px;
  position: absolute;
  inset: auto 0% -20% 34%;
}

.webcam-facial-coding-section {
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.dropdown-text {
  font-size: 15px;
  font-weight: 500;
}

.dropdown-text:hover {
  color: var(--coral);
}

.line-step-1-home {
  z-index: -9;
  width: 450px;
  height: 378px;
  position: absolute;
  inset: auto 0% -13% 23%;
}

.line-step-2-home {
  z-index: -9;
  width: 320px;
  height: 310px;
  position: absolute;
  inset: auto 0% -13% 34%;
}

.video-modal {
  z-index: 999;
  background-color: #18181870;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-modal-container {
  background-color: var(--untitled-ui-white);
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  margin-top: 30px;
  padding: 0;
  display: flex;
}

.video-modal-footer {
  border-top: 1px solid #dee2e6;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 0;
  padding: 16px 12px 16px 16px;
  display: flex;
}

.modal-video-wrapper {
  width: 100%;
  max-width: none;
  padding: 0;
  box-shadow: 0 5px 10px #0003;
}

.modal-video-wrapper.p-0 {
  padding: 0;
}

.tab-title-home {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  line-height: 36px;
}

.tab-title-block-3 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tab-title-block-3.left-align {
  text-align: left;
}

.tab-title-block-3.flex {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.tab-title-block-3.flex.align-end {
  justify-content: flex-end;
}

.tab-title-block-3.flex._w-space-top {
  margin-top: 4px;
  padding-bottom: 0;
}

.tab-title-block-3.flex.align-left {
  justify-content: flex-start;
}

.tab-title-block-3.right {
  text-align: left;
  align-items: flex-end;
}

.image-14, .image-15 {
  cursor: pointer;
}

.underlined {
  text-decoration: underline;
}

.list-item-12 {
  line-height: 30px;
}

.image-wrapper {
  width: 635px;
  max-width: 100%;
}

.youtube {
  display: block;
}

.error-message {
  color: #d40012;
  width: 100%;
  display: none;
  position: static;
  inset: auto 0% 0% auto;
}

.input-wrapper {
  text-align: right;
  width: 100%;
}

.top-panel-link {
  color: #555;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

.top-panel-link._w-u {
  color: #1c1c1c;
  font-size: 16px;
  text-decoration: underline;
}

.top-panel-link.underlined {
  margin-left: 8px;
  margin-right: 8px;
  text-decoration: underline;
}

.top-panel-link.underlined:hover {
  color: var(--coral);
}

.custom-tab-menu-modal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  order: -1;
  grid-template-rows: .25fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 31%;
  margin-right: 30px;
  display: flex;
}

.custom-tab-content-modal {
  flex: 1;
  max-width: 100%;
  margin-bottom: 12px;
  overflow: visible;
}

.custom-tab-content-modal.left {
  flex-direction: column;
  display: flex;
}

.custom-tab-modal {
  grid-column-gap: 3.5rem;
  grid-row-gap: 16px;
  grid-template: "."
  / .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.custom-tab-modal.content-left-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(412px, 412px);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  display: flex;
}

.custom-tab-modal.content-right {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .5fr) minmax(200px, .75fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: flex;
}

.custom-tab-modal.content-right.align-top {
  align-items: start;
}

.custom-tab-modal.content-right.align-top.demo-modal-tab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-columns: minmax(200px, .35fr) minmax(200px, .75fr);
  justify-content: space-between;
  align-items: flex-start;
}

.custom-tab-modal.content-left {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.custom-tab-modal.content-right-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: minmax(412px, 412px) 1fr;
  display: flex;
}

.flaticon-airplane49, .text-block-17, .flaticon.flaticon-computer {
  font-family: Flaticon Realeye Icons, sans-serif;
}

.header-icon-holder {
  width: 35px;
  height: 35px;
  font-family: Flaticon Realeye Icons, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.website-testing-paragraph {
  font-size: 20px;
}

.div-block-4 {
  margin-top: auto;
}

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

.heading-9 {
  margin-top: auto;
}

.image-16 {
  float: right;
  text-align: right;
  object-fit: scale-down;
  position: static;
}

.image-17 {
  object-fit: scale-down;
}

.partner-website {
  background-color: var(--untitled-ui-gray400);
  color: #1c1c1c;
  padding: 40px 20px;
}

.image-18 {
  float: right;
  object-fit: fill;
  max-width: none;
  max-height: 300px;
  padding-left: 0;
}

.weight--700 {
  font-weight: 700;
  text-decoration: none;
}

.grad-cap-icon {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  font-weight: 300;
}

.blog-list-item {
  line-height: 30px;
}

.like-icon {
  color: #adaba8;
  align-self: center;
  width: 35px;
  display: flex;
}

.like-icon.mr--10 {
  height: 35px;
  margin-right: 10px;
}

.like-icon.mr--10.mt-negative {
  margin-top: -22px;
}

.like-icon.mr--8 {
  margin-right: 6px;
}

.like-title {
  display: flex;
}

.like-title.justify-center {
  justify-content: center;
}

.like-title.justify-center.pb--20 {
  margin-bottom: 20px;
  padding-top: 10px;
}

.like-title.justify-center.flex-col {
  flex-direction: column;
  align-items: center;
}

.like-title.justify-center.align-center {
  flex: 1;
  align-items: center;
}

.like-title.items-end {
  align-items: flex-end;
}

.like-title.items-end.monthly {
  display: none;
}

.like-title.items-end.monthly.default {
  display: flex;
}

.like-title.relative {
  position: relative;
}

.like-title.flex-col {
  flex-direction: column;
}

.like-title.flex-col.jusify-center {
  align-items: center;
}

.like-title.flex-col.jusify-center.annual {
  display: none;
}

.like-title.flex-col.jusify-center.annual.default {
  display: flex;
}

.realeye-logo {
  height: 50px;
  margin-top: 24px;
}

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

.faq-wrapper.pb--5rem {
  padding-bottom: 5rem;
}

.faq-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.privacy-subtitle {
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
  font-family: Barlow, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.cell-p {
  text-align: left;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.cell-p._w-m-b {
  margin-bottom: 60px;
}

.cell-p._w-m-b.center-align {
  text-align: center;
}

.cell-p._w-m-b.center-align._w-m-t {
  text-align: left;
  width: 100%;
  max-width: 720px;
  margin-top: 20px;
}

.cell-p._w-px {
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  line-height: 27px;
}

.job-wrapper {
  color: #1c1c1c;
  width: 100%;
  max-width: 730px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.job-wrapper.pb-0 {
  margin-top: 40px;
  margin-bottom: 11px;
}

.outline-bullet {
  padding-left: 5px;
  font-size: 20px;
}

.info-list-component-2 {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.info-list-component-2.reverse {
  flex-direction: row-reverse;
}

.info-list-component-2.reverse.py--10, .info-list-component-2.py--10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-realeye-faq {
  color: #1c1c1c;
  text-align: left;
  justify-content: flex-end;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Barlow, sans-serif;
  display: block;
}

.container-realeye-faq.right-aligned {
  max-width: 1140px;
  display: flex;
}

.container-realeye-faq.flex-centered {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-realeye-faq.wider {
  max-width: 1140px;
}

.re-features-section {
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-realeye-footer {
  color: #1c1c1c;
  text-align: left;
  justify-content: flex-end;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Barlow, sans-serif;
  display: block;
}

.container-realeye-footer.right-aligned {
  max-width: 1140px;
  display: flex;
}

.container-realeye-footer.flex-centered {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-realeye-footer.wider {
  max-width: 1140px;
}

.re-logo-header {
  flex: none;
  width: auto;
  height: 100%;
}

.container-realeye-case-study {
  color: #1c1c1c;
  text-align: left;
  justify-content: flex-end;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-family: Barlow, sans-serif;
  display: block;
  position: relative;
}

.container-realeye-case-study.right-aligned {
  max-width: 1140px;
  display: flex;
}

.container-realeye-case-study.flex-centered {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-realeye-case-study.wider {
  max-width: 1140px;
}

.re-navbar08_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: max-content;
  grid-template-columns: 1.25fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.dropdown-list, .dropdown-list-2, .dropdown-list-3 {
  display: none;
}

.dropdown-list-3.w--open {
  inset: 27px 0% auto auto;
}

.image-19 {
  clear: none;
  text-align: left;
  object-fit: fill;
  object-position: 50% 50%;
  max-width: 70%;
  max-height: none;
  position: static;
}

.list-item-13 {
  margin-left: 20px;
  padding-left: 0;
}

.thumbnailimage {
  object-fit: cover;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--untitled-ui-gray300);
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-7 {
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.collection-list-wrapper {
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  position: static;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--untitled-ui-gray300);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: inline-block;
}

.heading-10 {
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
}

.div-block-8 {
  margin-bottom: 20px;
  padding: 10px;
  font-family: Barlow, sans-serif;
}

.heading-11 {
  opacity: 1;
  color: var(--gainsboro-2);
  text-align: center;
  background-color: #000000bd;
  margin: 40px auto;
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 600;
  display: block;
  position: static;
}

.heading-11.blog-header-image {
  margin-top: 0;
  margin-bottom: 0;
  padding: 140px 40px;
  display: block;
}

.image-20 {
  opacity: .45;
  object-fit: cover;
  object-position: 50% 30%;
  min-width: 100%;
  height: auto;
  min-height: 300px;
  max-height: 300px;
  position: static;
}

.rich-text-block-4 {
  border-bottom: 1px solid var(--untitled-ui-gray300);
  outline-offset: 0px;
  text-align: justify;
  outline: 3px #333;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 24px;
}

.image-21 {
  object-fit: cover;
  min-width: 100%;
  max-height: 200px;
}

.collection-list-wrapper-2 {
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
}

.heading-12 {
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
}

.recent-blog-posts {
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.image-22 {
  object-fit: cover;
}

.div-block-9 {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  margin-left: 0;
  display: flex;
  position: static;
}

.heading-13 {
  padding-left: 10px;
}

.text-block-18 {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  display: block;
}

.text-block-19 {
  margin-top: 5px;
  display: block;
}

.container-2 {
  max-width: 1120px;
}

.heading-14 {
  cursor: pointer;
  margin-top: 5px;
  font-weight: 600;
  text-decoration: none;
}

.text-block-20 {
  text-decoration: none;
}

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

.image-23 {
  object-fit: cover;
}

.div-block-11 {
  display: flex;
}

.div-block-12 {
  margin-left: 10px;
}

.text-block-21 {
  font-size: 18px;
  font-weight: 600;
}

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

.link-block-3.w--current {
  cursor: pointer;
  display: block;
}

.heading-15 {
  margin-bottom: 10px;
}

.div-block-13 {
  justify-content: space-between;
  display: flex;
}

.div-block-14 {
  display: flex;
}

.text-block-22 {
  display: block;
}

.image-25 {
  border: 1px solid var(--untitled-ui-gray300);
  margin-bottom: 20px;
  padding: 10px;
}

.empty-state {
  background-color: #0000;
}

.div-block-15 {
  border: 0 #000;
}

.div-block-16 {
  clear: none;
  text-align: left;
  max-width: 940px;
  display: block;
}

.text-block-23 {
  color: var(--dark-grey);
  -webkit-text-stroke-color: var(--dark-grey);
  margin-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.text-block-24 {
  float: none;
  text-align: left;
  margin-top: 10px;
}

.link-block-4 {
  float: none;
  display: block;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.heading-16 {
  margin-top: 20px;
  margin-bottom: 5px;
}

.text-block-25 {
  margin-bottom: 20px;
  font-size: 18px;
}

.rich-text-block-5 {
  border-bottom: 1px solid silver;
  font-size: 16px;
}

.image-26 {
  padding-bottom: 4px;
  display: inline-block;
  position: static;
}

.re-sub-button-row {
  text-align: center;
}

.image-27 {
  object-fit: cover;
  object-position: 50% 20%;
  min-width: 100%;
  max-height: 300px;
}

.heading-17 {
  text-align: center;
  position: relative;
}

.div-block-17 {
  position: relative;
}

.link-block-5 {
  display: block;
}

.text-block-26 {
  font-size: 18px;
  line-height: 26px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search-input {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.search {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.search-2 {
  display: flex;
}

.search-input-2 {
  margin-bottom: 0;
}

.youtube-2 {
  height: 410.042px;
}

.link-4, .link-5, .text-block-27, .link-6 {
  color: #fff;
}

.list-11 {
  margin-bottom: 0;
}

.link-7, .link-8, .link-9 {
  color: #fff;
}

.grid-6 {
  border: 1px solid #000;
  grid-template-rows: auto auto auto auto auto;
  grid-template-areas: "Area Area-2"
                       "Area-4 Area-3"
                       ". ."
                       ". ."
                       ". .";
  grid-auto-flow: row;
  font-size: 18px;
}

.html-embed-4 {
  outline-offset: 0px;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #1c1c1c;
  font-size: 18px;
}

.table_cell {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.table_row {
  border-top: 1px solid #d1d1d1;
}

.table_header {
  padding: 5px 10px;
}

.table_component {
  float: none;
  clear: none;
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
}

.container-5 {
  clear: none;
  text-align: center;
  display: block;
}

.container-6 {
  text-align: center;
  margin-bottom: 20px;
}

.image-28 {
  text-align: center;
  min-width: 100%;
  margin-bottom: 20px;
}

.grid-7 {
  grid-column-gap: 16px;
  grid-row-gap: 39px;
  grid-template: "Area-graphic Area-text-1 Area-text-2"
                 "Area-text-3 Area-text4 ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.learn-more-heading {
  margin-top: 0;
  margin-bottom: 15px;
}

.learn-more-subheader {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 28px;
}

.paragraph-6 {
  margin-bottom: 15px;
}

.paragraph-6.know-more-subtext {
  font-size: 16px;
  line-height: 24px;
}

.image-29 {
  width: 100%;
  padding-left: 0;
  padding-right: 25px;
}

.paragraph-7 {
  margin-bottom: 15px;
}

.paragraph-7.know-more-subtext {
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.link-11 {
  text-decoration: none;
}

.breadcrumb {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.text-block-28 {
  color: #565656;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 24px;
  display: inline;
}

.link-12 {
  text-decoration: underline;
  display: inline;
}

.link-12.link-breadcrumb {
  color: #9a9a9a;
  font-size: 13px;
  line-height: 24px;
  text-decoration: none;
}

.section {
  z-index: 1;
  background-color: #f7f7f7;
  margin-left: 0;
  padding-left: 25px;
  padding-right: 25px;
  position: static;
  inset: auto 0;
}

.section.breadcrumb-dark {
  background-color: #000000a8;
  position: absolute;
}

.text-block-29 {
  color: #9a9a9a;
  display: inline;
}

.list-12 {
  font-size: 20px;
  line-height: 36px;
  list-style-type: decimal;
}

.list-item-14 {
  line-height: 36px;
}

.bold-text-15 {
  line-height: 38px;
}

.heading-18 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.big-text-2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
}

.image-30 {
  text-align: center;
  min-width: 100%;
  margin-bottom: 20px;
}

.container-7 {
  text-align: center;
  margin-bottom: 20px;
}

.orange-link-2 {
  color: #fc7753;
}

.container-8 {
  clear: none;
  text-align: center;
  display: block;
}

.heading-19 {
  font-family: Barlow, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 42px;
}

.paragraph-8 {
  flex-direction: row;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 36px;
  list-style: disc;
  display: block;
}

.paragraph-8.bigger {
  font-size: 24px;
  line-height: 28px;
}

.paragraph-8.bigger.centered {
  text-align: center;
  padding-top: 20px;
}

.html-embed-5 {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list-13 {
  font-size: 18px;
}

.title-overblock {
  color: #a3a3a3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.recent-blog {
  background-image: url('../images/lp-features-spec-bg-1.png');
  background-position: 50%;
  background-size: contain;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text-16 {
  font-weight: 600;
}

.link-13 {
  color: #fff;
}

.mb-0 {
  text-align: center;
  margin-bottom: 0;
}

.image-31 {
  width: 100%;
}

.bold-text-41 {
  font-size: 20px;
}

.text-field {
  color: #0f0f0f;
}

.text-field-2 {
  color: #070707;
}

.submit-button {
  text-align: left;
  object-fit: fill;
  position: static;
  right: auto;
}

.submit-button.button-primary {
  font-size: 16px;
}

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

.column-6 {
  font-family: Barlow, sans-serif;
}

.columns {
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
}

.form {
  text-align: left;
}

.container-9 {
  text-align: center;
  margin-top: 50px;
}

.paragraph-9 {
  margin-top: 35px;
  font-family: Barlow, sans-serif;
  font-size: 25px;
  line-height: 33px;
}

.div-block-19 {
  padding-top: 40px;
  padding-bottom: 0;
}

.list-item-15 {
  color: #1c1c1c;
  line-height: 33px;
}

.text-span-2 {
  text-decoration: underline;
}

.list-14 {
  font-size: 23px;
  line-height: 30px;
}

.list-item-16, .list-item-17 {
  line-height: 33px;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  font-size: 20px;
  line-height: 28px;
  display: block;
}

.form-block {
  width: 100%;
  display: block;
}

.field-label, .field-label-2 {
  font-weight: 400;
}

.rich-text-block-6 {
  line-height: 24px;
}

.rich-text-block-7 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 26px;
}

.youtube-3 {
  max-width: 100%;
}

.youtube-4 {
  min-width: 100%;
  display: inline-block;
  position: relative;
}

.div-block-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text-43 {
  line-height: 24px;
}

.list-15 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
  list-style-type: none;
}

.list-16 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
}

.list-16.list-right {
  text-align: left;
  margin-left: 0;
}

.bold-text-44, .bold-text-45 {
  line-height: 40px;
}

.youtube-5 {
  width: 127%;
  min-height: 390px;
  box-shadow: 15px 15px #5e5e5e;
}

.image-32 {
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
  position: static;
}

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

.text-block-31.re-text-size-large {
  display: none;
}

.edu-offer-description {
  font-size: 20px;
  line-height: 26px;
}

.uui-icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-banner01_close-button {
  color: var(--untitled-ui-white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: .5rem;
  transition: all .3s;
  display: flex;
}

.uui-banner01_close-button:hover {
  background-color: #fff3;
}

.error-message-3 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.success-message.banner-success-message {
  padding: .5rem 1rem;
}

.uui-button-secondary {
  grid-column-gap: .5rem;
  background-color: var(--untitled-ui-primary50);
  color: var(--untitled-ui-primary700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary:hover {
  background-color: var(--untitled-ui-primary100);
}

.uui-button-secondary:focus {
  background-color: var(--untitled-ui-primary50);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-secondary.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-banner01_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.uui-banner01_form-block {
  width: 100%;
  max-width: 25rem;
  margin-bottom: 0;
}

.uui-banner01_supporting-text {
  color: var(--untitled-ui-primary100);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-banner01_text {
  color: var(--untitled-ui-white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-banner01_text-wrapper {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  flex-direction: column;
  display: flex;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-square-large {
  background-color: var(--untitled-ui--primary500);
  color: var(--untitled-ui-white);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.uui-banner01_icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
}

.uui-banner01_content {
  flex: 1;
  align-items: center;
  margin-right: 2rem;
  display: flex;
}

.uui-banner01_wrapper {
  background-color: var(--untitled-ui--primary25);
  background-image: linear-gradient(45deg, var(--untitled-ui-primary700), var(--untitled-ui-primary600));
  border-radius: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem;
  display: flex;
  position: relative;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.paragraph-10.text-white {
  color: #fff;
  margin-bottom: 0;
}

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

.heading-20.edu-offer-title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.edu-offer-subtitle {
  margin-top: 20px;
  margin-bottom: 10px;
}

.edu-offer-subtitle.edu-offer-callout {
  color: #fff;
  margin-top: 0;
}

.edu-offer-list {
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  line-height: 28px;
}

.section-2 {
  background-image: url('../images/priscilla-du-preez-XkKCui44iM0-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.form-3 {
  font-size: 18px;
  font-weight: 400;
}

.edu-form-label {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.list-item-18 {
  line-height: 28px;
}

.edu-form-container {
  background-color: #fff;
  padding: 15px;
}

.div-block-21 {
  background-color: #056f87;
  padding: 10px 15px 15px;
}

.success-message-3 {
  color: #fff;
  background-color: #056f87;
  font-size: 20px;
  line-height: 28px;
}

.text-span-3 {
  text-decoration: underline;
}

.list-item-19 {
  display: none;
  overflow: visible;
}

.collection-list-wrapper-3 {
  margin-bottom: 5px;
  display: block;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.blog-category {
  color: #fff;
  background-color: #1c1c1c;
  flex-flow: row;
  align-items: center;
  padding: 5px 15px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.collection-item-2, .collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.collection-list-wrapper-4 {
  margin-top: 10px;
}

.image-33 {
  text-align: left;
  object-fit: fill;
  position: static;
  left: auto;
}

.link-14 {
  color: #fff;
}

.grid-8 {
  grid-template-columns: 0fr 1fr;
}

.collection-list-wrapper-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-item-3 {
  box-sizing: border-box;
  object-fit: contain;
  overflow: visible;
}

.container-10 {
  text-align: center;
  margin-bottom: 20px;
}

.image-34 {
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 2px 5px 7px 1px #000000a8;
}

.container-11 {
  float: right;
  aspect-ratio: auto;
  text-align: center;
  object-fit: fill;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 500px;
  max-width: 500px;
  min-height: 780px;
  margin-right: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.code-embed {
  height: 682px;
  padding-top: 0;
  display: none;
}

.video-2 {
  width: 300px;
}

.image-35 {
  box-sizing: border-box;
  aspect-ratio: auto;
  overflow: auto;
}

.container-12 {
  border-radius: 30px;
  width: 312px;
  max-width: 490px;
  max-height: 668px;
  margin-top: 48px;
  padding-left: 0;
  position: static;
  overflow: hidden;
}

.heading-21 {
  font-family: Barlow, sans-serif;
}

.slider-2 {
  min-height: 380px;
  display: block;
}

.image-36 {
  z-index: -1;
  box-sizing: border-box;
  object-fit: fill;
  max-width: 10000%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.column-7 {
  text-align: right;
}

.re-header-h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Barlow, sans-serif;
}

.re-list {
  font-family: Barlow, sans-serif;
  font-size: 18px;
}

.heading-22, .heading-23 {
  margin-top: 50px;
}

.grid-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  justify-content: stretch;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--coral);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 2px;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.hero-heading-right-2 {
  background-color: #03071200;
  border-bottom: 1px solid #e4ebf3;
  width: auto;
  height: 514.725px;
  padding: 40px 30px;
  position: relative;
}

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

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 46%;
  padding: 10px;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 18px;
}

.button-primary-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fc7753;
  align-self: stretch;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.heading-24 {
  text-align: center;
  margin-top: 20px;
}

.text-block-32 {
  opacity: 1;
  color: #fc7753;
  text-align: center;
  object-fit: contain;
  background-color: #1c1c1c;
  background-image: linear-gradient(335deg, #1c1c1c 54%, #898989);
  border: 1px solid #fff;
  border-radius: 25px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  max-width: 300px;
  margin: 20px auto 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all .35s;
  display: block;
}

.bold-text-46 {
  font-size: 16px;
}

.text-block-33 {
  color: #fff;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #fc7753;
  align-self: stretch;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  transition: all .2s;
}

.button:hover {
  color: #fff;
  background-color: #1f2937;
  font-weight: 500;
}

.bold-text-47 {
  font-size: 20px;
}

.text-block-34 {
  color: #9ca3af;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.5;
}

.heading-25 {
  color: #fff;
  margin-top: 0;
  padding-top: 0;
  font-family: Outfit, sans-serif;
  font-size: 45px;
  font-weight: 700;
  position: relative;
}

.gradient-bg-wrapper {
  z-index: -1;
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gradient-bg {
  background-image: radial-gradient(circle, #030712, #111827);
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-span-4 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.columns-3 {
  margin-bottom: 20px;
}

.div-block-23 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-24 {
  background-color: #1c1c1c;
}

.grid-10, .grid-11, .grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-box-subtitle-2 {
  text-align: center;
  padding: 5px 15px;
  font-size: 16px;
  line-height: 24px;
}

.flex-2 {
  display: flex;
}

.flex-2.justify-center {
  justify-content: center;
}

.flex-2.justify-center.pb--20 {
  margin-bottom: 20px;
  padding-top: 10px;
}

.flex-2.justify-center.flex-col {
  flex-direction: column;
  align-items: center;
}

.flex-2.justify-center.align-center {
  flex: 1;
  align-items: center;
}

.flex-2.items-end {
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 20px;
}

.flex-2.items-end.monthly-price, .flex-2.items-end.monthly-price.default {
  display: flex;
}

.flex-2.relative {
  position: relative;
}

.flex-2.flex-col {
  flex-direction: column;
}

.flex-2.flex-col.jusify-center {
  align-items: center;
}

.flex-2.flex-col.jusify-center.annual-price, .flex-2.flex-col.jusify-center.annual-price.default {
  display: none;
}

.pricing-box-title-2 {
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  display: flex;
}

.text-block-35 {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
}

.solutions_slider {
  width: 100%;
  height: auto;
}

.heading-26 {
  color: #1c1c1c;
  text-align: center;
  -webkit-text-stroke-color: #1c1c1c;
  object-fit: fill;
  width: auto;
  max-width: 1920px;
  margin-bottom: 20px;
}

.gradient-bg-copy {
  background-image: linear-gradient(145deg, #124559, #588291);
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-37 {
  display: block;
  position: relative;
}

.grid-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area"
  / .3fr 1fr;
  align-self: flex-start;
}

.paragraph-11 {
  font-family: Outfit, sans-serif;
}

.text-block-36 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.button-copy {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #1f2937;
  border-radius: 25px;
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
}

.button-copy:hover {
  color: #fff;
  background-color: #324054;
  font-weight: 500;
}

.code-embed-2 {
  border-radius: 20px;
  max-width: 600px;
}

.pulse-wrapper {
  vertical-align: super;
  width: auto;
  max-width: 1920px;
  display: block;
  position: static;
}

.heading-27 {
  color: #fff;
}

.text-block-37 {
  color: #9ca3af;
  padding-bottom: 10px;
  font-size: 18px;
}

.slide {
  background-image: linear-gradient(145deg, #124559, #588291);
}

@media screen and (min-width: 1280px) {
  .re-button.fill-height {
    color: var(--untitled-ui-white);
    align-self: stretch;
    align-items: center;
    height: auto;
  }

  .uui-button-secondary-gray.show-tablet {
    align-self: stretch;
  }

  .uui-dropdown-icon {
    margin-left: 3px;
  }

  .uui-logo_component {
    height: 42px;
  }

  .inline-link.right-aligned {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
  }

  .top-panel {
    z-index: 999;
    object-fit: fill;
    padding: 6px 20px;
    display: flex;
    position: relative;
  }

  .uui-navbar08_button-wrapper.fill-height {
    align-self: stretch;
    align-items: center;
  }

  .uui-navbar08_menu-right.fill-height {
    flex-direction: row;
    align-self: stretch;
    align-items: center;
    height: 100%;
  }

  .uui-navbar08_link {
    font-weight: 500;
  }

  .uui-navbar08_dropdown-toggle {
    display: flex;
  }

  .uui-navbar08_menu-dropdown {
    display: inline-block;
  }

  .uui-navbar08_menu-left.text-uppercase {
    margin-right: 12px;
  }

  .uui-navbar08_menu {
    height: 64px;
    min-height: 64px;
    margin-left: 0;
  }

  .uui-navbar08_container {
    max-width: 1120px;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar08_component.no-min-height {
    z-index: 99;
    min-height: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
    top: 0;
  }

  .body {
    padding-right: 0;
  }

  .header-cta-text {
    color: var(--untitled-ui-white);
    align-self: stretch;
    align-items: center;
    font-weight: 500;
    display: flex;
  }

  .text-block-3 {
    font-family: Barlow, sans-serif;
    font-weight: 500;
  }

  .slim-dropdown {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-toggle {
    padding: 0 12px 0 0;
  }

  .icon {
    margin-right: 0;
    font-size: 11px;
  }

  .dropdown-link {
    border-bottom: 1px solid var(--untitled-ui-gray200);
    background-color: #fff;
    font-weight: 500;
  }

  .dropdown-link.no-border {
    border: 1px #000;
  }

  .re-max-width-small._w-space-b {
    margin-bottom: 35px;
  }

  .re-heroheader02_component {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 2.5fr 3fr;
  }

  .uui-padding-vertical-xhuge.text-first.p--18.mb-70, .uui-padding-vertical-xhuge.text-first.p--18.mb-70-mobile {
    margin-bottom: 70px;
  }

  .hero-image {
    max-width: 123%;
    margin-left: -5%;
  }

  .container-realeye {
    width: 100%;
    max-width: 1110px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .section-realeye {
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    overflow: hidden;
  }

  .uui-container-large-2 {
    max-width: 1110px;
  }

  .uui-layout56_item.tab-menu.step-2, .uui-layout56_item.tab-menu.step-3 {
    align-items: center;
  }

  .footer-column-title.realeye-footer-heading {
    color: #f7f7f7;
    text-transform: uppercase;
    font-family: Barlow, sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
  }

  .footer-wrapper._5-collumn {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .re-page-padding-5 {
    overflow: visible;
  }

  .semi-bold {
    font-weight: 600;
  }

  .footer-spacing {
    padding-top: 10rem;
    padding-bottom: 3.57rem;
  }

  .callout {
    border-radius: 5px;
    width: 100%;
    max-width: 1140px;
    position: absolute;
    top: -50px;
  }

  .callout-heading {
    color: #f7f7f7;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 70px;
    font-weight: 600;
  }

  .callout-component {
    background-color: #fc7753;
    border-radius: 5px;
    padding: 2rem 3rem;
    display: flex;
  }

  .webinar-img {
    align-self: flex-end;
    margin-bottom: 6px;
  }

  .orange-outline-btn.mobile-full {
    text-align: left;
  }

  .orange-outline-btn.mobile-full.btn-sm {
    padding: 5px 20px;
    font-size: 16px;
  }

  .subtitle.no-indent {
    text-indent: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .image-8 {
    width: 110%;
  }

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

  .title-block {
    z-index: -1;
  }

  .box-shadow {
    box-shadow: 0 5px 10px #0003;
  }

  .box-shadow.left {
    width: 100%;
    max-width: none;
    height: auto;
    position: static;
    inset: 0% 0% auto auto;
  }

  .tab-content {
    width: 100%;
    height: 100%;
    min-height: 450px;
    padding: 0;
  }

  .video-wrapper-bigger {
    width: 110%;
    display: block;
  }

  .video-wrapper-bigger.p-0 {
    width: 100%;
  }

  .video-wrapper-bigger.right {
    width: 110%;
  }

  .tab-content-wrapper {
    align-items: flex-start;
  }

  .tab-content-wrapper.left {
    justify-content: flex-start;
    min-height: 460px;
  }

  .tab-content-wrapper.left._w--112 {
    width: 650px;
  }

  .tab-content-wrapper.right {
    align-items: flex-end;
    display: flex;
  }

  .custom-tab-content {
    align-items: center;
    width: 100%;
    max-height: none;
    display: flex;
  }

  .custom-tab-content.left {
    justify-content: flex-end;
  }

  .description {
    justify-content: flex-start;
    width: 110%;
    inset: auto 0% 0% auto;
  }

  .description.hide-mobile-landscape {
    width: 100%;
    inset: auto 0% 0% auto;
  }

  .description.hide-mobile-landscape.right {
    width: 110%;
  }

  .description.right {
    flex-direction: column;
    inset: auto auto 0% 0%;
  }

  .description._w-full {
    width: 100%;
  }

  .info-block {
    color: #fff;
    background-color: #006c85;
    padding-bottom: 48px;
  }

  .info-block-title {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .info-block-component {
    grid-row-gap: 0px;
  }

  .info-bock-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .info-bock-wrapper.border-right {
    border-right: 1px solid #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .left {
    width: 100%;
  }

  .list-icon {
    padding-left: 15px;
  }

  .list-icon.right-icon {
    padding-right: 15px;
  }

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

  .info-list {
    color: #fff;
    margin-top: 10px;
    list-style-type: none;
  }

  .info-list-component {
    width: 100%;
    padding-left: 0;
    line-height: 27px;
    display: flex;
  }

  .image-9 {
    margin-left: 10px;
  }

  .white-link, .white-link:hover {
    color: #fff;
  }

  .tab-title {
    text-align: left;
  }

  .tab-title-block-2 {
    display: flex;
  }

  .tab-title-block-2.flex.align-end {
    justify-content: flex-end;
  }

  .tab-title-block-2.right {
    align-items: flex-end;
  }

  .flex.justify-center.align-center {
    align-items: flex-start;
  }

  .popover-body {
    opacity: 1;
  }

  .popover-wrapper {
    align-items: center;
    display: flex;
  }

  .popover-icon-mobile {
    display: none;
  }

  .tab-menu-right.left-align {
    width: 100%;
  }

  .line-step-footer {
    right: -11%;
  }

  .custom-tab-menu-right {
    align-items: flex-start;
  }

  .features-text-component {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .tab-content-image {
    width: 100%;
  }

  .tab-footer.right-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-block-16.align-right {
    text-align: right;
  }

  .dropdown {
    font-size: 15px;
    line-height: 22px;
  }

  .testimonial-text.align-right {
    text-align: right;
  }

  .map-section {
    justify-content: center;
    display: flex;
    overflow: hidden;
  }

  .container-core-feature-tab {
    width: 100%;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }

  .custom-tab-6x6 {
    grid-template-columns: 1fr 1fr;
  }

  .tab-content-wrapper-bigger {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .tab-content-wrapper-bigger.left {
    clear: none;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .tab-content-wrapper-bigger.right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .terms-secion {
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    overflow: hidden;
  }

  .footer-section.footer-realeye {
    position: relative;
  }

  .faq-section-standalone, .terms-section, .case-study-section, .faq-section-2, .privacy-section, .about-section, .blog-section {
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    overflow: hidden;
  }

  .outline-list, .outline-list-wrapper {
    margin-bottom: 0;
  }

  .outline-list-item {
    line-height: 22.4px;
  }

  .outline-list-item.p--5 {
    line-height: 27px;
  }

  .tab-content-wrapper-custom {
    align-items: flex-start;
  }

  .tab-content-wrapper-custom.left {
    width: 100%;
    left: 0%;
  }

  .tab-subtitle {
    text-indent: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }

  .tab-content-image-features, .tab-content-image-features.left {
    width: 110%;
  }

  .title-block-features {
    z-index: -1;
  }

  .tab-content-inner-bigger {
    justify-content: flex-start;
    width: 112%;
    display: flex;
    position: relative;
  }

  .semi-bold-h-22 {
    font-weight: 600;
  }

  .tab-content-modal {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .feature-image {
    width: 110%;
    box-shadow: 0 5px 10px #0003;
  }

  .tab-title-block-left {
    z-index: -1;
  }

  .tab-content-column, .tab-content-column-left {
    align-items: flex-start;
  }

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

  .tab-content-image-features-no-shadow {
    width: 110%;
    max-width: none;
  }

  .tab-content-image-features-3 {
    width: 112%;
  }

  .tab-video {
    width: 110%;
    height: 406px;
  }

  .tab-content-image-features-bigger {
    width: 110%;
  }

  .description-bigger {
    width: 110%;
    inset: auto 0% 0% auto;
  }

  .description-bigger.right {
    inset: auto auto 0% 0%;
  }

  .html-embed-bigger {
    width: 110%;
  }

  .use-cases-feature-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid-column {
    width: 100%;
  }

  .content-image-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .content-image-wrapper.right {
    align-items: flex-start;
  }

  .use-cases-feature-image-bigger {
    width: 110%;
  }

  .tab-content-wrapper-bigger-2 {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .tab-content-wrapper-bigger-2.left {
    clear: none;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .tab-content-wrapper-bigger-2.right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .custom-tab-content-start {
    align-items: center;
    width: 100%;
    max-height: none;
    display: flex;
  }

  .custom-tab-content-start.left {
    justify-content: flex-end;
  }

  .tab-title-features {
    text-align: left;
  }

  .live-hosted-session-section.text-first.p--18.mb-70 {
    margin-bottom: 70px;
  }

  .dropdown-text {
    font-family: Barlow, sans-serif;
    font-weight: 500;
  }

  .modal-video-wrapper {
    width: 100%;
    display: block;
  }

  .modal-video-wrapper.p-0 {
    width: 100%;
  }

  .modal-video-wrapper.right {
    width: 110%;
  }

  .tab-title-home {
    text-align: left;
  }

  .tab-title-block-3 {
    display: flex;
  }

  .tab-title-block-3.flex.align-end {
    justify-content: flex-end;
  }

  .tab-title-block-3.right {
    align-items: flex-end;
  }

  .custom-tab-content-modal {
    align-items: center;
    width: 100%;
    max-height: none;
    display: flex;
  }

  .custom-tab-content-modal.left {
    justify-content: flex-end;
  }

  .custom-tab-modal {
    grid-template-columns: .5fr 1fr;
  }

  .info-list-component-2 {
    width: 100%;
    padding-left: 0;
    line-height: 27px;
    display: flex;
  }

  .container-realeye-faq, .container-realeye-footer, .container-realeye-case-study {
    width: 100%;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
  }

  .recent-blog-posts {
    max-width: 100%;
    display: block;
  }

  .container-4 {
    margin-top: 20px;
    font-family: Barlow, sans-serif;
    font-size: 16px;
  }

  .search-result-wrapper {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 28px;
  }

  .grid-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-6 {
    margin-bottom: 15px;
  }

  .link-10 {
    float: none;
  }

  .image-29 {
    margin-top: 10px;
  }

  .paragraph-7 {
    margin-bottom: 15px;
  }

  .flex-2.justify-center.align-center {
    align-items: flex-start;
  }
}

@media screen and (min-width: 1440px) {
  .re-button {
    display: inline-block;
  }

  .re-button.fill-height {
    display: flex;
  }

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

  .uui-navbar08_dropdown-content.mega-menu {
    display: flex;
  }

  .uui-navbar08_dropdown-list.mega-menu {
    display: none;
  }

  .re-button-secondary-gray.is-button-large.no-corner.bordered.smaller._w-m-t {
    margin-top: 5px;
  }

  .re-heroheader02_component {
    grid-template-columns: 2.25fr 3fr;
  }

  .section-realeye.home, .re-section_layout56 {
    margin-bottom: 60px;
  }

  .re-section_layout56.pb-0, .re-section_layout56.mb-0 {
    margin-bottom: 0;
  }

  .uui-layout56_item-list-2._w-p-l {
    font-family: Barlow, sans-serif;
  }

  .re-section_layout56-2.support-on-feed {
    margin-top: 50px;
  }

  .div-centered.flex-collumn.feed-cta-top {
    margin-top: 30px;
  }

  .my--48 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .features-title-block.additional-text {
    background-image: url('../images/brain-background.png');
    background-position: 50%;
    background-size: contain;
    background-attachment: fixed;
  }

  .image-8 {
    width: 123%;
    box-shadow: 0 2px 10px #0003;
  }

  .box-shadow.left {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .tab-content {
    clear: none;
    align-self: auto;
    min-height: 480px;
  }

  .video-wrapper-bigger.right {
    width: 127%;
  }

  .tab-content-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .tab-content-wrapper.left {
    min-height: 458px;
  }

  .tab-content-wrapper.left.left- {
    left: -20%;
  }

  .tab-content-wrapper.right {
    align-items: flex-start;
  }

  .custom-tab-content.left {
    justify-content: center;
  }

  .description {
    width: 126%;
  }

  .description.hide-mobile-landscape {
    inset: auto auto 0% 0%;
  }

  .description.hide-mobile-landscape.right {
    width: 126%;
  }

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

  .tab-title-block-2.flex, .tab-title-block-2.flex.align-right-mobile {
    justify-content: flex-end;
  }

  .education.offer-classroom {
    background-position: 50%;
  }

  .education-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .pricing-list-item {
    align-items: center;
  }

  .tab-title-block-right {
    width: 100%;
  }

  .tab-footer-link {
    font-size: 18px;
  }

  .line-step-3 {
    bottom: -24%;
  }

  .line-step-how-it-works.features-page {
    height: 104%;
  }

  .line-step-footer {
    z-index: 0;
    right: -5%;
  }

  .custom-tab-menu-right {
    flex: 0 0 38%;
  }

  .features-text-component {
    grid-column-gap: 30px;
  }

  .tab-content-image {
    display: block;
  }

  .tab-footer {
    grid-template-columns: 2.5fr 1.75fr;
  }

  .text-block-16.align-right {
    text-align: right;
  }

  .demo-modal.modal {
    display: none;
  }

  .demo-modal-title {
    margin-bottom: 0;
  }

  .demo-modal-content._2030 {
    font-size: 16px;
  }

  .dropdown {
    font-size: 15px;
    line-height: 22px;
  }

  .testimonial-text.align-right {
    text-align: right;
  }

  .case-study-text.use-cases-text-revert {
    color: #fff;
  }

  .custom-tab-6x6 {
    align-items: stretch;
  }

  .tab-content-wrapper-bigger {
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-content-wrapper-bigger.left {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }

  .tab-content-wrapper-bigger.left.left- {
    left: -20%;
  }

  .tab-content-wrapper-bigger.right {
    align-items: flex-start;
  }

  .tab-content-wrapper-custom {
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-content-wrapper-custom.left.left- {
    left: -20%;
  }

  .tab-content-wrapper-custom.left.h-auto {
    left: 0%;
  }

  .tab-content-image-features {
    width: 126%;
    display: block;
  }

  .title-block-features {
    padding-bottom: 10px;
  }

  .tab-content-inner-bigger {
    align-self: flex-end;
    width: 127%;
    display: block;
  }

  .title-block-features-right {
    width: 100%;
  }

  .tab-link-text {
    font-size: 18px;
  }

  .tab-content-modal {
    clear: none;
    align-self: auto;
  }

  .feature-image {
    width: 126%;
  }

  .line-step-3-features {
    bottom: -24%;
  }

  .tab-content-column, .tab-content-column-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .features-section {
    margin-bottom: 60px;
  }

  .features-section.pb-0 {
    margin-bottom: 0;
  }

  .tab-content-image-features-3 {
    width: 148%;
    display: block;
  }

  .tab-video {
    width: 126%;
    height: 450px;
  }

  .tab-content-image-features-bigger {
    width: 127%;
    display: block;
  }

  .description-bigger, .html-embed-bigger {
    width: 127%;
  }

  .content-image-wrapper {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .use-cases-feature-image-bigger {
    width: 127%;
  }

  .re-use-cases-section {
    margin-bottom: 60px;
  }

  .re-use-cases-section.use-cases-revert {
    color: #fff;
    background-color: #1c1c1c;
    background-repeat: repeat;
    margin-bottom: 0;
  }

  .line-use-case-step-3 {
    bottom: -10%;
  }

  .tab-content-wrapper-bigger-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-content-wrapper-bigger-2.left {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }

  .tab-content-wrapper-bigger-2.left.left- {
    left: -20%;
  }

  .tab-content-wrapper-bigger-2.right {
    align-items: flex-start;
  }

  .custom-tab-content-start.left {
    justify-content: center;
  }

  .tab-title-block-right-2 {
    width: 100%;
  }

  .tab-button {
    font-size: 20px;
    line-height: 30px;
  }

  .webcam-facial-coding-section {
    margin-bottom: 20px;
  }

  .webcam-facial-coding-section.pb-0, .webcam-facial-coding-section.mb-0 {
    margin-bottom: 0;
  }

  .modal-video-wrapper.right {
    width: 127%;
  }

  .tab-title-block-3.flex {
    justify-content: flex-start;
  }

  .tab-title-block-3.flex.align-right-mobile {
    justify-content: flex-end;
  }

  .custom-tab-content-modal.left {
    justify-content: center;
  }

  .re-features-section {
    margin-bottom: 60px;
  }

  .re-features-section.pb-0, .re-features-section.mb-0 {
    margin-bottom: 0;
  }

  .dropdown-list-3 {
    display: none;
  }

  .div-block-6 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .div-block-7 {
    margin-left: 20px;
  }

  .heading-10 {
    font-size: 22px;
    line-height: 30px;
  }

  .heading-11 {
    object-fit: cover;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
    display: block;
    position: relative;
  }

  .heading-11.blog-header-image {
    margin-top: 30px;
    display: block;
  }

  .recent-blog-posts {
    margin-top: 20px;
  }

  .container-2 {
    max-width: 940px;
  }

  .div-block-12 {
    margin-left: 15px;
  }

  .link-block-3 {
    cursor: pointer;
  }

  .image-24 {
    opacity: .42;
    -webkit-text-fill-color: inherit;
    object-fit: cover;
    object-position: 50% 30%;
    background-color: #000;
    background-clip: border-box;
    width: 100%;
    min-width: auto;
    max-width: none;
    max-height: 400px;
    position: absolute;
  }

  .heading-15 {
    margin-top: 0;
  }

  .div-block-13 {
    justify-content: space-between;
    display: flex;
  }

  .div-block-14 {
    display: flex;
  }

  .text-block-22 {
    margin-top: 10px;
    font-size: 18px;
  }

  .heading-16 {
    margin-top: 20px;
    margin-bottom: 5px;
  }

  .text-block-25, .rich-text-block-5 {
    font-size: 16px;
  }

  .image-27 {
    margin-top: 0;
    position: static;
  }

  .heading-17 {
    position: absolute;
  }

  .heading-17.blog-header-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-17 {
    text-align: center;
    margin-top: 30px;
    position: relative;
  }

  .div-block-18 {
    position: absolute;
  }

  .search-input {
    margin-bottom: 0;
    display: inline-block;
  }

  .container-5, .container-8 {
    margin-bottom: 20px;
  }

  .section-3 {
    margin-top: 20px;
  }

  .image-36 {
    height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .uui-navbar08_link {
    display: inline-block;
  }

  .uui-navbar08_dropdown-content.mega-menu, .uui-navbar08_dropdown-toggle {
    display: flex;
  }

  .slim-dropdown, .dropdown-toggle {
    flex-direction: row;
    display: flex;
  }

  .icon {
    align-items: center;
    display: flex;
  }

  .re-heroheader02_component {
    grid-template-columns: 2.25fr 3.25fr;
  }

  .uui-padding-vertical-xhuge.text-first.p--18.mb-0 {
    margin-bottom: 0;
  }

  .uui-padding-vertical-xhuge.text-first.p--18.mb-0.pb-0 {
    padding-bottom: 0;
  }

  .container-realeye {
    position: relative;
  }

  .re-section_layout56 {
    margin-bottom: 140px;
  }

  .re-section_layout56.pb--120 {
    margin-bottom: 120px;
  }

  .re-section_layout56.less-space-bottom {
    margin-bottom: 10px;
  }

  .re-section_layout56.pb-0, .re-section_layout56.mb-0 {
    margin-bottom: 0;
  }

  .callout-component.text-center-mobile {
    z-index: 0;
  }

  .uui-padding-vertical-xhuge-4.pt-0 {
    padding-top: 0;
  }

  .article {
    max-width: 730px;
  }

  .use-cases-header.mb--8 {
    margin-bottom: 8px;
  }

  .image-8 {
    width: 126%;
  }

  .custom-tab.content-left-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(412px, 412px);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .title-block {
    padding-bottom: 35px;
  }

  .box-shadow.left {
    width: 100%;
  }

  .tab-content {
    min-height: 495px;
  }

  .video-wrapper-bigger.right {
    width: 148%;
  }

  .tab-content-wrapper.left {
    background-color: var(--untitled-ui-white);
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 490px;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .tab-content-wrapper.left._w--112 {
    left: 0%;
  }

  .tab-content-wrapper.right {
    background-color: var(--untitled-ui-white);
    align-items: flex-start;
  }

  .description {
    justify-content: flex-start;
    align-self: auto;
    width: 127%;
    inset: auto 0% 0% auto;
  }

  .description.hide-mobile-landscape.right {
    width: 148%;
  }

  .description.right {
    flex-direction: column;
    inset: auto auto 0% 0%;
  }

  .info-block {
    background-size: auto;
  }

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

  .panelist-list-wrapper {
    grid-column-gap: 65px;
  }

  .pl--5.pt--5 {
    padding-top: 5px;
  }

  .tab-title-block-right {
    z-index: -1;
    padding-bottom: 10px;
  }

  .tab-footer-link {
    position: relative;
  }

  .line-step-3 {
    bottom: -19%;
  }

  .line-step-start-today {
    width: 370px;
    height: 100px;
  }

  .line-step-footer {
    z-index: 0;
    width: 380px;
    height: 380px;
    inset: auto -23% 34% auto;
  }

  .features-text-component {
    flex-direction: row;
    justify-content: flex-start;
    place-items: stretch start;
    display: flex;
  }

  .tab-content-image {
    max-width: 100%;
  }

  .tab-footer {
    grid-template-columns: 2.7fr 1.75fr;
  }

  .qr-modal {
    display: none;
  }

  .case-study-text {
    order: -1;
  }

  .case-study-text.right {
    order: 1;
  }

  .container-core-feature-tab {
    position: relative;
  }

  ._w--18 {
    width: 18px;
    margin-right: 5px;
  }

  .tab-content-wrapper-bigger.left {
    float: right;
    order: -1;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 200px;
    left: 0%;
  }

  .outline-list-item.p--5 {
    padding-left: 5px;
  }

  .panelist {
    padding-top: 20px;
  }

  .tab-content-wrapper-custom.left {
    justify-content: flex-start;
    width: 123%;
    min-height: 200px;
    left: -23%;
  }

  .tab-content-wrapper-custom.left.h-auto {
    width: 100%;
    display: flex;
  }

  .tab-content-image-features {
    width: 127%;
  }

  .tab-content-image-features.left {
    box-shadow: 0 5px 10px #0003;
  }

  .features-subtitile-features {
    margin-bottom: 28px;
  }

  .tab-content-inner-bigger {
    width: 148%;
  }

  .title-block-features-right {
    z-index: -1;
  }

  .feature-image {
    width: 148%;
  }

  .tab-title-block-left {
    padding-bottom: 35px;
  }

  .line-step-3-features {
    bottom: -16%;
  }

  .features-section {
    margin-bottom: 140px;
  }

  .features-section.pb-0 {
    margin-bottom: 0;
  }

  .container-realeye-features {
    position: relative;
  }

  .tab-content-image-features-no-shadow {
    width: 113%;
  }

  .tab-content-image-features-3 {
    width: 137%;
  }

  .tab-video {
    width: 127%;
    height: 460px;
  }

  .tab-content-image-features-bigger {
    width: 148%;
  }

  .description-bigger {
    justify-content: flex-start;
    align-self: auto;
    width: 148%;
    inset: auto 0% 0% auto;
  }

  .description-bigger.right {
    flex-direction: column;
    width: 148%;
    inset: auto auto 0% 0%;
  }

  .html-embed-bigger {
    width: 148%;
  }

  .use-cases-feature-block {
    grid-template-rows: auto;
  }

  .grid-column {
    justify-content: flex-end;
    display: flex;
  }

  .content-image-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .use-cases-feature-image-bigger {
    width: 173%;
  }

  .re-use-cases-section {
    margin-bottom: 60px;
  }

  .re-use-cases-section.use-cases-revert {
    background-position: 50%;
    background-size: contain;
  }

  .use-cases-section-item {
    position: relative;
  }

  .line-use-cases-step-1, .line-use-cases-step-2 {
    bottom: -8%;
  }

  .line-use-case-step-3 {
    bottom: -6%;
  }

  .tab-content-wrapper-bigger-2.left {
    float: right;
    order: -1;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 200px;
    left: 0%;
  }

  .tab-title-block-right-2 {
    z-index: -1;
  }

  .live-hosted-session-section.text-first.p--18.mb-0 {
    margin-bottom: 0;
  }

  .live-hosted-session-section.text-first.p--18.mb-0.pb-0 {
    padding-bottom: 0;
  }

  .webcam-facial-coding-section {
    margin-bottom: 140px;
  }

  .webcam-facial-coding-section.pb--120 {
    margin-bottom: 120px;
  }

  .webcam-facial-coding-section.less-space-bottom {
    margin-bottom: 10px;
  }

  .webcam-facial-coding-section.pb-0, .webcam-facial-coding-section.mb-0 {
    margin-bottom: 0;
  }

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

  .modal-video-wrapper.right {
    width: 148%;
  }

  .custom-tab-modal.content-left-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr minmax(412px, 412px);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
  }

  .image-18 {
    padding-right: 0;
  }

  .container-realeye-faq {
    position: relative;
  }

  .re-features-section {
    margin-bottom: 140px;
  }

  .re-features-section.pb--120 {
    margin-bottom: 120px;
  }

  .re-features-section.less-space-bottom {
    margin-bottom: 10px;
  }

  .re-features-section.pb-0, .re-features-section.mb-0 {
    margin-bottom: 0;
  }

  .container-realeye-footer, .container-realeye-case-study {
    position: relative;
  }

  .div-block-8 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .image-25 {
    border-color: var(--untitled-ui-gray300);
  }
}

@media screen and (max-width: 991px) {
  .menu-icon_line-bottom {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .re-button.fill-height {
    border-radius: .5rem;
  }

  .uui-button-secondary-gray.show-tablet, .show-tablet {
    display: block;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui-gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-logo_logotype {
    display: block;
  }

  .uui-logo_logotype.hide-mobile {
    width: 260px;
    height: auto;
    display: none;
  }

  .uui-logo_component.footer-logo {
    align-self: auto;
    height: auto;
  }

  .simple-link.hide-mobile {
    display: none;
  }

  .simple-link.underlined {
    color: var(--main-black);
  }

  .simple-link.underlined.ml--20 {
    margin-left: 20px;
  }

  .top-panel {
    z-index: 999;
  }

  .uui-navbar08_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar08_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar08_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar08_link {
    color: var(--untitled-ui-gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 15px;
    line-height: 23px;
  }

  .uui-navbar08_link:hover {
    color: var(--untitled-ui-gray900);
  }

  .re-navbar08_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .re-navbar08_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar08_dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .uui-navbar08_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar08_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-navbar08_dropdown-toggle {
    color: var(--untitled-ui-gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar08_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar08_menu-dropdown {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.125rem;
  }

  .uui-navbar08_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar08_menu {
    border-top: 1px solid var(--untitled-ui-gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar08_logo-link, .uui-navbar08_logo-link.show-mobile, .uui-navbar08_logo-link.show-mobile.w--current {
    display: block;
  }

  .uui-navbar08_container {
    justify-content: space-between;
  }

  .re-button-secondary-gray.is-button-large.no-corner.bordered {
    padding: 10px 40px;
  }

  .re-button-secondary-gray.is-button-large.no-corner.bordered.smaller {
    margin-top: 10px;
  }

  .re-button-row.is-reverse-mobile-landscape {
    flex-direction: column;
  }

  .re-button-row.is-reverse-mobile-landscape-2 {
    flex-direction: column-reverse;
  }

  .re-text-size-xlarge.hero-support-text {
    font-size: 14px;
    line-height: 21px;
  }

  .re-space-small {
    min-height: .85rem;
  }

  .re-heading-xlarge {
    font-size: 30px;
    line-height: 36px;
  }

  .re-heroheader02_content {
    width: 100%;
  }

  .re-heroheader02_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .uui-padding-vertical-xhuge.text-first {
    overflow: hidden;
  }

  .uui-padding-vertical-xhuge.text-first.p--18 {
    padding-top: 0;
  }

  .uui-padding-vertical-xhuge.text-first.p--18.mb-70.flex, .uui-padding-vertical-xhuge.text-first.p--18.mb-70-mobile.flex {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .normal-text {
    font-size: 24px;
  }

  .bold-text {
    font-size: 24px;
    line-height: 36px;
  }

  .container-realeye {
    max-width: 720px;
  }

  .container-realeye.flex-centered {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-realeye {
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
  }

  .section-realeye.px-t-9 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .section-realeye.px-t-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-logos01_text {
    display: none;
  }

  .re-section_layout56.less-space-bottom {
    overflow: visible;
  }

  .re-section_layout56.pb-0 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-profile {
    justify-content: flex-start;
    font-style: normal;
    font-weight: 400;
  }

  .uui-heading-medium-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .re-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .re-container-small._w-padding-top, .faq-section-inner {
    overflow: visible;
  }

  .footer-menu-llink {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    line-height: 18px;
  }

  .footer-column-title.realeye-footer-heading {
    font-size: 14px;
    line-height: 21px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-wrapper._5-collumn {
    grid-template-columns: 1fr 1fr;
  }

  .re-page-padding-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .re-page-padding-5.overflow-hidden {
    position: relative;
    overflow: visible;
  }

  .footer-spacing {
    padding-top: 20px;
  }

  .callout {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    max-width: none;
    display: flex;
    position: relative;
  }

  .callout-heading {
    width: auto;
    font-size: 35px;
    line-height: 42px;
  }

  .callout-component {
    flex-direction: column;
    flex: 1;
    align-self: stretch;
    align-items: center;
    width: 100%;
    padding: 20px 40px;
  }

  .callout-component.text-center-mobile {
    overflow: hidden;
  }

  .uui-layout56_item-list-2._w-p-l {
    grid-row-gap: 0rem;
  }

  .uui-heading-medium-4 {
    font-family: Barlow, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
  }

  .uui-layout56_image-2.no-border.max-h-420 {
    max-height: none;
  }

  .uui-layout56_image-wrapper-2 {
    justify-content: center;
  }

  .uui-layout56_component-2 {
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .re-section_layout56-2 {
    overflow: visible;
  }

  .list-text {
    font-size: 16px;
  }

  .white-black-btn {
    text-align: center;
    align-self: stretch;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .white-black-btn.small {
    width: 100%;
  }

  .div-centered.website-testing-paragraph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .orange-btn {
    text-align: center;
    width: 100%;
  }

  .orange-btn.big {
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 30px;
  }

  .orange-btn.big._w--auto {
    width: auto;
  }

  .orange-btn.big._w--auto.underlined {
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 20px;
    line-height: 30px;
  }

  .orange-btn.md._w-auto {
    width: auto;
  }

  .orange-btn.md.text--20--mobile {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .orange-btn.md._w-fit {
    width: auto;
    font-size: 20px;
    line-height: 30px;
  }

  .button-subtitle {
    font-size: 14px;
  }

  .webinar {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: visible;
  }

  .webinar-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    align-self: center;
    width: 100%;
    max-width: 660px;
    margin-left: 0;
  }

  .webinar-content {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .webinar-content.with-border {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .webinar-content._w-144 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .webinar-img {
    display: none;
  }

  .uui-heading-medium-5.testimonial-qoute {
    font-size: 20px;
    line-height: 30px;
  }

  .uui-heading-medium-5.testimonial-qoute.text--24 {
    font-size: 20px;
  }

  .re-testimonial06_component {
    margin-top: -65px;
  }

  .uui-testimonial11_logo-wrapper {
    order: -1;
  }

  .uui-testimonial11_client.flex.justify-between {
    text-align: center;
    flex-direction: column;
    order: -1;
    align-items: center;
  }

  .re-testimonial11_content-right._w--540 {
    justify-content: flex-start;
    align-items: center;
    max-width: 650px;
  }

  .re-testimonial11_content-right._w--450 {
    margin-left: auto;
  }

  .uui-testimonial11_client-image {
    max-width: 120px;
    height: auto;
  }

  .uui-testimonial11_client-image-wrapper {
    justify-content: center;
  }

  .re-testimonial11_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .re-testimonial11_content.larger-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .re-testimonial11_content.larger-gap._w-m-b-mobile {
    margin-bottom: 40px;
  }

  .testimonial-name {
    font-size: 16px;
    line-height: 20px;
  }

  .testimonial-subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .uui-layout02_content._w--445 {
    margin-left: 0;
  }

  .uui-layout02_component {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template: "." minmax(auto, 1fr)
    / 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    min-height: auto;
    display: flex;
  }

  .uui-padding-vertical-xhuge-6 {
    max-width: 700px;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .re-section_layout02 {
    overflow: visible;
  }

  .survey-heading {
    text-align: left;
    font-size: 30px;
    line-height: 36px;
  }

  .orange-outline-btn.mobile-full {
    text-align: center;
    width: 100%;
  }

  .try-it {
    height: auto;
    overflow: visible;
  }

  .try-it-component {
    margin-left: 3%;
  }

  .eye-catchy {
    padding-left: 40px;
    padding-right: 40px;
    overflow: visible;
  }

  .uui-layout02_image-wrapper-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-left: 0px solid var(--gainsboro);
    padding: 0;
  }

  .uui-layout02_image-wrapper-2.more-m-b {
    border-left-style: solid;
    border-left-width: 1px;
  }

  .uui-text-size-large-6.quote-heading {
    border-left-style: none;
    margin-bottom: 10px;
  }

  .uui-layout02_component-2 {
    grid-column-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .univ-text-wrapper {
    border-right-style: none;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .universities {
    overflow: visible;
  }

  .univ-title {
    display: none;
  }

  .edu-teaser {
    height: auto;
    overflow: visible;
  }

  .edu-teaser-content {
    align-self: center;
    max-width: 720px;
  }

  .edu-teaser-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .white-outline-btn {
    text-align: center;
    width: 100%;
  }

  .native-icon-left {
    margin-left: 0;
    margin-right: 0;
    padding-right: 15px;
    font-size: 20px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0)translate(12px);
  }

  .text-h3 {
    margin-bottom: 8px;
  }

  .univ-icon {
    float: left;
    color: var(--untitled-ui-white);
  }

  .h1.text--40 {
    margin-bottom: 8px;
    font-size: 26px;
    line-height: 31.2px;
  }

  .h1.text--35 {
    font-size: 30px;
    line-height: 36px;
  }

  .text-subtitle {
    margin-bottom: 46px;
    font-size: 18px;
    line-height: 21.6px;
  }

  .content {
    font-size: 16px;
    line-height: 28.8px;
  }

  .content.no-indent {
    margin-bottom: 14px;
    line-height: 24px;
  }

  .subtitle.privacy {
    line-height: 40px;
  }

  .subtitle.no-indent {
    font-size: 16px;
    line-height: 24px;
  }

  .uui-contact03_component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-top: 0;
    padding-bottom: 6rem;
  }

  .contact-section {
    margin-top: 0;
  }

  .text-h2._w-m-b {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 36px;
  }

  .subsection-wrapper {
    margin-top: 30px;
  }

  .section-title {
    margin-bottom: 70px;
    font-size: 30px;
    line-height: 36px;
  }

  .section-title._w-m-t, .section-title.hide-on-tablet {
    margin-bottom: 40px;
  }

  .about-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .about-person {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: auto;
    align-items: center;
    padding: 20px 15px;
    display: flex;
  }

  .circle {
    width: 100%;
    max-width: 200px;
    margin-left: 0;
    margin-right: 0;
  }

  .about-text-group {
    align-items: flex-start;
    padding-top: 20px;
  }

  .about-box-title {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .aboit-box-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .qoute {
    margin-top: 10px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph._w-m-b.center-align {
    display: none;
  }

  .paragraph._w-m-b.center-align._w-m-t {
    display: flex;
  }

  .column-title {
    margin-top: 40px;
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 33.6px;
  }

  .custom-list-block {
    padding-left: 5px;
  }

  .list-title {
    font-size: 18px;
    line-height: 21.6px;
  }

  .image-3 {
    max-width: 86px;
    margin: 20px 40px 20px 20px;
  }

  .image-4 {
    max-width: 86px;
  }

  .max-w-760.hide-mobile {
    display: none;
  }

  .max-w-760.hide-pc {
    display: block;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .support-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-5 {
    width: 100%;
  }

  ._w--760 {
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-header {
    font-size: 30px;
    line-height: 36px;
  }

  .text-20 {
    font-size: 18px;
    line-height: 32.4px;
  }

  .weight-600.h-24 {
    line-height: 24px;
  }

  .blog-title-h2 {
    font-size: 24px;
    line-height: 28.8px;
  }

  .blog-title-h3 {
    font-size: 22px;
    line-height: 24px;
  }

  .case-study-list {
    margin-top: 0;
  }

  .case-study-img.mobile-mb--0 {
    margin-bottom: 0;
  }

  .col-2 {
    flex-direction: column;
    display: flex;
  }

  .case-study-img-block.mb--65 {
    margin-bottom: 65px;
  }

  .faq-section {
    overflow: visible;
  }

  .blog-header {
    font-size: 26px;
    line-height: 31.2px;
  }

  .blog-title-link {
    font-size: 18px;
    line-height: 21.6px;
  }

  .p--20.ti--20 {
    font-size: 16px;
    line-height: 28.8px;
  }

  ._2-column-article {
    flex-direction: column;
    display: flex;
  }

  .html-embed {
    width: 100%;
  }

  .t--16 {
    margin-left: 0;
  }

  .features-title-block {
    margin-top: 25px;
  }

  .use-cases-header {
    font-size: 25px;
    line-height: 30px;
  }

  .use-cases-header.mobile-left {
    text-align: left;
  }

  .features-subtitile.mobile-left {
    text-align: left;
    font-size: 16px;
  }

  .csv-export-section {
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-11 {
    font-size: 16px;
    line-height: 24px;
  }

  .image-8 {
    align-self: center;
    width: 100%;
  }

  .custom-tab.content-left-2 {
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .custom-tab.content-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .custom-tab.content-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .custom-tab.content-right-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  .custom-tab-menu {
    order: 1;
    width: 100%;
  }

  .custom-tab-menu.first-child {
    margin-top: 30px;
  }

  .tab-menu {
    flex-direction: row-reverse;
    justify-content: flex-end;
    height: 32px;
    padding-left: 6px;
  }

  .tab-menu.w--current {
    background-color: #0000;
    border-style: none;
    flex-direction: row-reverse;
    justify-content: flex-end;
    height: 32px;
    padding-left: 6px;
    padding-right: 10px;
  }

  .tab-menu.reverse {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .tab-menu.reverse.w--current {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 10px;
    padding-right: 10px;
  }

  .box-shadow.left {
    order: 0;
    width: 100%;
  }

  .tab-content {
    min-height: 447px;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 36px;
  }

  .tab-content-wrapper.left {
    align-items: flex-start;
    min-height: auto;
  }

  .tab-content-wrapper.left._w--112 {
    top: 0;
  }

  .custom-tab-content {
    order: 0;
    width: 100%;
  }

  .description, .description.hide-mobile-landscape {
    display: none;
  }

  .info-block {
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .info-block-title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 33.6px;
  }

  .info-block-component {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }

  .info-bock-wrapper.border-right {
    border: 0 solid #000;
    padding-right: 0;
  }

  .list-icon {
    padding-left: 0;
    padding-right: 15px;
  }

  .info-block-text.text--15-75 {
    font-size: 20px;
    line-height: 29px;
  }

  .info-block-text.text-right {
    text-align: left;
  }

  .info-list {
    padding-left: 0;
  }

  .info-list-component.reverse {
    flex-direction: row;
  }

  .tab-title {
    font-size: 25px;
    line-height: 30px;
  }

  .nav-icon-right {
    margin-left: 0;
    margin-right: 15px;
    padding-right: 0;
    font-size: 20px;
  }

  .nav-icon-right.mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 0;
  }

  .tab-title-block-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-title-block-2.flex.align-end {
    justify-content: flex-start;
  }

  .tab-title-block-2.flex.align-right-mobile {
    justify-content: flex-end;
  }

  .panelist-list-wrapper {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .panelist-header {
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .pl--5 {
    font-size: 16px;
    line-height: 24px;
  }

  .pl--5.text--16 {
    font-size: 13px;
  }

  .education {
    background-size: cover;
    height: auto;
    margin-bottom: 52px;
  }

  .education-content {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 15px;
  }

  .edication-title {
    margin-top: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .education-subtitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .education-button-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: stretch;
  }

  .white-orange-btn {
    justify-content: center;
    display: flex;
  }

  .white-orange-btn.mb--15 {
    margin-bottom: 15px;
  }

  .white-orange-btn.mb--15.text--20--mobile {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .recent-blog-partial {
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-titlle {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
  }

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

  .plan-box {
    width: 100%;
    max-width: 674px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-box-title {
    font-size: 24px;
    line-height: 28.8px;
  }

  .pricing-box-subtitle {
    font-size: 14px;
    line-height: 21px;
  }

  .flex.justify-center.align-center {
    width: 100%;
  }

  .flex.relative {
    align-items: center;
  }

  .pricing-box-wrapper {
    height: auto;
    padding-bottom: 28px;
  }

  .price {
    font-size: 40px;
    line-height: 48px;
  }

  .modal-video {
    display: none;
  }

  .modal-video-content {
    max-width: 500px;
  }

  .tab-menu-right {
    height: 32px;
    padding-left: 5px;
  }

  .tab-menu-right.w--current {
    z-index: -1;
    background-color: #0000;
    border-style: none;
    height: 32px;
    padding-left: 5px;
  }

  .tab-menu-right.justify-between {
    flex-direction: row;
    justify-content: flex-start;
    padding-right: 0;
  }

  .tab-menu-right.justify-between.w--current {
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 50px;
  }

  .tab-title-block-right {
    display: block;
  }

  .text-block-14 {
    font-size: 14px;
    line-height: 21px;
  }

  .line-step-1 {
    inset: auto -33% 0% auto;
  }

  .line-step-2 {
    inset: auto -17% 0% auto;
  }

  .line-step-3 {
    inset: auto 0% 0% auto;
  }

  .line-step-4 {
    inset: auto auto -10% 0%;
  }

  .line-step-faq {
    top: -2%;
    left: -8%;
  }

  .line-step-start-today {
    inset: auto auto 20% -20%;
  }

  .line-step-footer {
    width: 380px;
    display: block;
    inset: auto -33% 14% auto;
  }

  .custom-tab-menu-right {
    order: 1;
  }

  .features-text-component {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .mt--30.text-right {
    text-align: left;
  }

  .grid-4 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .case-study-banner-text {
    padding: 30px 10px;
  }

  .case-study-banner-heading {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 43.2px;
  }

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

  .tab-content-image {
    width: 100%;
  }

  .tab-testimonial.step-1 {
    text-align: left;
  }

  .tab-footer {
    display: block;
  }

  .secondary-button {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

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

  .secondary-button.hide-desktop {
    display: flex;
  }

  .primary-button {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

  .support-title {
    font-family: Barlow, sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
  }

  .hero-title-normal-text {
    font-size: 24px;
  }

  .map-section {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .case-study-text.right {
    text-align: right;
    width: 100%;
  }

  .case-study-link.align-end {
    align-items: flex-end;
  }

  .container-core-feature-tab {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-tab-6x6 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    display: flex;
  }

  .tab-content-wrapper-bigger.left {
    align-items: flex-start;
  }

  .terms-secion {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .footer-section.footer-realeye {
    overflow: hidden;
  }

  .faq-section-standalone, .terms-section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .image-13 {
    width: 100%;
    margin-right: auto;
  }

  .case-study-section, .faq-section-2, .privacy-section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .privacy-text-bold {
    font-size: 16px;
    line-height: 28.8px;
  }

  .about-section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .team-name {
    line-height: 24px;
  }

  .blog-section {
    padding-left: 20px;
    padding-right: 20px;
    overflow: visible;
  }

  .white-button {
    margin-top: 20px;
    top: 0;
    left: 0;
  }

  .grid-5 {
    flex-direction: column;
    grid-template-rows: auto;
    align-items: flex-start;
    display: flex;
  }

  .native-icon-left-customized {
    margin-left: -50px;
    padding-right: 15px;
    transform: rotateX(0)rotateY(180deg)rotateZ(0)translate(12px);
  }

  .panelist {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-content-wrapper-custom.left {
    align-items: flex-start;
  }

  .pricing-titlle-bigger {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 36px;
  }

  .tab-subtitle.mt-0 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .features-subtitile-features {
    font-size: 16px;
    line-height: 24px;
  }

  .title-block-features {
    padding-top: 20px;
  }

  .title-block-features-right {
    padding-top: 20px;
    display: block;
  }

  .tab-menu-void {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }

  .tab-menu-void.w--current {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 50px;
    padding-right: 10px;
  }

  .feature-image {
    position: relative;
  }

  .line-step-3-features {
    inset: auto 0% 0% auto;
  }

  .line-step-faq-features {
    top: -2%;
    left: -8%;
  }

  .container-realeye-features {
    padding-left: 0;
    padding-right: 0;
  }

  .description-bigger {
    display: none;
  }

  .line-step-1-features {
    inset: auto -33% 0% auto;
  }

  .case-study-hero-content-text {
    font-size: 18px;
    line-height: 27px;
  }

  .use-cases-feature-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .grid-column {
    flex: 0 auto;
    order: 1;
    align-self: stretch;
    display: flex;
  }

  .grid-column.order-first-mobile {
    order: -1;
  }

  .line-step-5 {
    display: none;
    top: -2%;
    left: -8%;
  }

  .line-use-cases-step-1 {
    display: none;
    inset: auto -33% 0% auto;
  }

  .line-use-cases-step-2 {
    display: none;
    inset: auto -17% 0% auto;
  }

  .line-use-case-step-3 {
    display: none;
    inset: auto 0% 0% auto;
  }

  .use-cases-subtitile.mobile-left {
    text-align: left;
    font-size: 16px;
  }

  .use-cases-content-text.text-right {
    text-align: right;
  }

  .tab-content-wrapper-bigger-2.left {
    align-items: flex-start;
  }

  .custom-tab-content-start {
    order: 0;
    width: 100%;
  }

  .tab-title-block-right-2 {
    padding-top: 0;
    display: block;
  }

  .tab-title-features {
    font-size: 25px;
    line-height: 30px;
  }

  .live-hosted-session-section {
    margin-top: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .live-hosted-session-section.text-first {
    overflow: hidden;
  }

  .live-hosted-session-section.text-first.p--18 {
    padding-top: 0;
  }

  .live-hosted-session-section.text-first.p--18.mb-70.flex {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .line-step-1-features-2 {
    inset: auto -33% 0% auto;
  }

  .line-step-2-features-2 {
    inset: auto -17% 0% auto;
  }

  .webcam-facial-coding-section.less-space-bottom {
    overflow: visible;
  }

  .line-step-1-home {
    inset: auto -33% 0% auto;
  }

  .line-step-2-home {
    inset: auto -17% 0% auto;
  }

  .tab-title-home {
    font-size: 25px;
    line-height: 30px;
  }

  .tab-title-home.mt--20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .tab-title-block-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-title-block-3.flex.align-end {
    justify-content: flex-start;
  }

  .tab-title-block-3.flex.align-right-mobile {
    justify-content: flex-end;
  }

  .list-item-12 {
    font-size: 16px;
    line-height: 24px;
  }

  .image-wrapper {
    width: 99%;
  }

  .top-panel-link.hide-mobile {
    display: none;
  }

  .custom-tab-menu-modal {
    order: 1;
    width: 100%;
  }

  .custom-tab-menu-modal.first-child {
    margin-top: 30px;
  }

  .custom-tab-content-modal {
    order: 0;
    width: 100%;
  }

  .custom-tab-modal.content-left-2 {
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .custom-tab-modal.content-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    display: flex;
  }

  .custom-tab-modal.content-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .custom-tab-modal.content-right-2 {
    flex-direction: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  .weight--700 {
    font-weight: 700;
  }

  .blog-list-item {
    line-height: 30px;
  }

  .like-icon.mr--10 {
    width: 26px;
    height: auto;
    margin-right: 5px;
  }

  .like-title.relative {
    align-items: center;
  }

  .realeye-logo {
    margin-left: 10px;
  }

  .line-height-27 {
    line-height: 27px;
  }

  .line-height-23 {
    line-height: 23.625px;
  }

  .faq-wrapper {
    padding-top: 35px;
    padding-bottom: 0;
  }

  .privacy-subtitle {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 31.2px;
  }

  .line-height-24 {
    font-size: 16px;
    line-height: 24px;
  }

  .line-height-24.p--5 {
    padding: 5px;
  }

  .cell-p {
    font-size: 16px;
    line-height: 24px;
  }

  .cell-p._w-m-b.center-align {
    display: none;
  }

  .cell-p._w-m-b.center-align._w-m-t {
    display: flex;
  }

  .job-wrapper.pb-0 {
    margin-top: 32px;
  }

  .outline-bullet {
    font-size: 16px;
    line-height: 24px;
  }

  .case-study-area-title {
    font-size: 22px;
    line-height: 33px;
  }

  .info-list-component-2 {
    margin-bottom: 10px;
  }

  .info-list-component-2.reverse {
    flex-direction: row;
    margin-bottom: 10px;
  }

  .container-realeye-faq {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-realeye-faq.flex-centered {
    padding-left: 20px;
    padding-right: 20px;
  }

  .re-features-section.less-space-bottom {
    overflow: visible;
  }

  .re-features-section.pb-0 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-realeye-footer {
    max-width: 720px;
  }

  .container-realeye-footer.flex-centered {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .re-logo-header {
    display: block;
  }

  .re-logo-header.hide-mobile {
    width: 260px;
    height: auto;
    display: none;
  }

  .container-realeye-case-study {
    max-width: 720px;
  }

  .container-realeye-case-study.flex-centered {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-list-3.w--open {
    z-index: 99;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .thumbnailimage {
    object-fit: cover;
    position: static;
  }

  .div-block-6 {
    border: 1px solid var(--untitled-ui-gray300);
    align-items: center;
    margin: 20px 0;
    display: flex;
  }

  .div-block-7 {
    margin-left: 10px;
  }

  .container-3 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .uui-banner01_form-block {
    flex: 1;
  }

  .uui-banner01_icon-wrapper {
    display: none;
  }

  .uui-banner01_wrapper {
    align-items: flex-start;
    padding-left: 1.25rem;
  }

  .container-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .pricing-box-subtitle-2 {
    font-size: 14px;
    line-height: 21px;
  }

  .flex-2.justify-center.align-center {
    width: 100%;
  }

  .flex-2.relative {
    align-items: center;
  }

  .pricing-box-title-2 {
    font-size: 24px;
    line-height: 28.8px;
  }
}

@media screen and (max-width: 767px) {
  .re-button {
    font-size: 1rem;
  }

  .re-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-logo_logotype {
    width: 104px;
  }

  .uui-logo_logotype.hide-mobile {
    display: block;
  }

  .uui-logo_component {
    height: auto;
  }

  .top-panel {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 7px;
  }

  .uui-navbar08_link {
    font-size: 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-navbar08_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar08_dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar08_dropdown-content.mega-menu {
    flex-flow: wrap;
    align-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar08_dropdown-list.mega-menu.w--open {
    width: 100%;
  }

  .uui-navbar08_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar08_menu {
    flex-direction: row;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar08_container {
    padding: 2px 15px;
  }

  .uui-navbar08_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar08_component.no-min-height {
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-navbar08_component.no-min-height.pl-0 {
    padding-left: 0;
  }

  .icon {
    width: auto;
    font-size: 12px;
  }

  .re-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .re-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .re-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .re-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .re-button-row {
    align-self: stretch;
  }

  .re-button-row.is-reverse-mobile-landscape, .re-button-row.is-reverse-mobile-landscape-2 {
    flex-direction: column-reverse;
  }

  .re-text-size-xlarge {
    font-size: 1.125rem;
  }

  .re-text-size-xlarge.xs-text-left {
    font-family: Barlow, sans-serif;
  }

  .re-max-width-small._w-space-b {
    align-items: center;
    margin-top: 4px;
    margin-bottom: 28px;
  }

  .re-space-small {
    min-height: .85rem;
  }

  .re-heading-xlarge {
    font-size: 30px;
    line-height: 36px;
  }

  .re-heroheader02_component {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .uui-padding-vertical-xhuge, .uui-padding-vertical-xhuge.text-first {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .uui-padding-vertical-xhuge.text-first.p--18.mb-70, .uui-padding-vertical-xhuge.text-first.p--18.mb-70.flex, .uui-padding-vertical-xhuge.text-first.p--18.mb-70.step-1 {
    margin-bottom: 40px;
  }

  .uui-padding-vertical-xhuge.text-first.p--18.mb-70.pt-mobile-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge.text-first.p--18.mb-70.mb-mobile--0 {
    margin-bottom: 0;
  }

  .uui-padding-vertical-xhuge.text-first.p--18.mb-70.mb-mobile--0.pb-mobile0 {
    margin-top: 5px;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge.text-first.p--18.mb-70-mobile {
    margin-bottom: 30px;
  }

  .uui-padding-vertical-xhuge.text-first.p--18.mb-70-mobile.flex {
    margin-bottom: 40px;
  }

  .uui-padding-vertical-xhuge.text-first.p--18.mb-70-mobile.pt-mobile-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xhuge.text-first.p--18.mb-70-mobile.mb-mobile--0 {
    margin-bottom: 0;
  }

  .uui-padding-vertical-xhuge.text-first.p--18.mb-70-mobile.mb-mobile--0.pb-mobile0 {
    padding-bottom: 0;
  }

  .bold-text {
    font-size: 24px;
  }

  .container-realeye, .container-realeye.flex-centered {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-realeye.flex-centered.no-p-mobile, .container-realeye.no-px-mobile, .container-realeye.no-p-mobile, .section-realeye.px-t-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-logos01_logo {
    height: 43px;
  }

  .uui-logos01_wrapper {
    padding: 0;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .re-text-size-large {
    font-size: 1rem;
  }

  .re-section_layout56.less-space-bottom {
    margin-top: 10px;
  }

  .re-section_layout56.pb-0 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .faq-head-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq-block {
    padding-left: 0;
    padding-right: 0;
  }

  .re-faq-component {
    margin-top: 3rem;
  }

  .re-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-2 {
    font-size: 30px;
    line-height: 36px;
  }

  .re-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .re-page-padding-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-llink:hover {
    color: var(--untitled-ui-gray500);
  }

  .footer-wrapper {
    grid-row-gap: 3rem;
  }

  .footer-wrapper._5-collumn {
    grid-auto-flow: row;
    align-content: stretch;
    padding-left: 15px;
    padding-right: 15px;
  }

  .re-page-padding-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .re-page-padding-5.overflow-hidden, .copyright {
    padding-left: 15px;
    padding-right: 15px;
  }

  .uui-layout56_item-list-2 {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout56_image-2.no-border.max-h-420 {
    max-height: 100%;
  }

  .uui-layout56_component-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-padding-vertical-xhuge-4.less-padding-top {
    padding-top: 0;
  }

  .uui-page-padding-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-centered.website-testing-paragraph {
    padding-left: 15px;
    padding-right: 15px;
  }

  .orange-btn.md._w-auto {
    width: auto;
  }

  .button-subtitle {
    font-size: 14px;
  }

  .sponsors {
    padding-left: 15px;
    padding-right: 15px;
  }

  .uui-testimonial06_arrow:hover {
    background-color: var(--untitled-ui-white);
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-heading-medium-5.testimonial-qoute, .uui-heading-medium-5.testimonial-qoute.mobile-sm {
    font-size: 16px;
    line-height: 24px;
  }

  .re-testimonial06_slide {
    padding-left: 0;
    padding-right: 0;
  }

  .re-testimonial06_component {
    padding-bottom: 3rem;
  }

  .uui-testimonial08_logo {
    max-height: none;
  }

  .uui-testimonial11_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .re-testimonial11_content-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .re-testimonial11_content-right._w--475 {
    width: 100%;
    padding-right: 0;
  }

  .uui-testimonial11_client-image {
    height: auto;
  }

  .re-testimonial11_content, .uui-layout02_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-8 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .orange-outline-btn {
    text-align: center;
    width: 100%;
  }

  .try-it-component {
    text-align: left;
    width: auto;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .try-it-heading {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
  }

  .try-it-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .eye-catchy {
    height: 664px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .eye-catchy-tiitle {
    font-size: 35px;
    line-height: 30px;
  }

  ._w--575 {
    width: 100%;
    max-width: 320px;
  }

  .uui-text-size-large-6 {
    font-size: 1rem;
  }

  .uui-text-size-large-6.quote-heading {
    font-style: italic;
  }

  .uui-layout02_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .univ-text-wrapper.more-p-b {
    padding-left: 0;
    padding-right: 0;
  }

  .italic-text-4 {
    line-height: 24px;
  }

  .edu-teaser-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .edu-teaser-title {
    font-size: 30px;
  }

  .h1.text--40 {
    margin-bottom: 7px;
  }

  .content.no-indent {
    margin-bottom: 16px;
  }

  .uui-form-field-wrapper {
    display: block;
  }

  .uui-heading-medium-8 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact03_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-8 {
    margin-bottom: 100px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .custom-list-block, .quick-stack, ._w--760 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-20 {
    font-size: 18px;
  }

  .blog-title-h3 {
    font-size: 22px;
    line-height: 24px;
  }

  .faq-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .blog-header {
    font-size: 26px;
  }

  .blog-title-link {
    font-size: 18px;
    line-height: 21.6px;
  }

  .p--20.ti--20 {
    font-size: 16px;
    line-height: 28.8px;
  }

  .features-title-block {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .use-cases-header.mb--8 {
    text-align: center;
  }

  .features-subtitile {
    font-size: 16px;
    line-height: 24px;
  }

  .csv-export-section {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  ._35x35.mr--10, ._35x35.mr--8 {
    width: 25px;
  }

  .tab-content {
    min-height: 310px;
  }

  .video-wrapper-bigger.p-0 {
    padding-bottom: 0;
  }

  .info-block {
    padding-left: 15px;
  }

  .nav-icon-right {
    display: flex;
  }

  .education-content {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .edication-title {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 36px;
  }

  .education-subtitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .partical-text-block, .partial-img-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .plan-box {
    max-width: 520px;
  }

  .flex.justify-center.flex-col {
    align-items: center;
  }

  .modal-video {
    opacity: 0;
    display: none;
  }

  .tab-menu-right.justify-between.w--current {
    flex-direction: row;
    justify-content: flex-start;
  }

  .underbar-caption {
    align-items: center;
    padding: 5px 10px;
    line-height: 21px;
  }

  .text-block-14 {
    font-size: 14px;
    line-height: 21px;
  }

  .pricing-ecuc-title {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .pricing-educ-component.mb--20 {
    display: block;
  }

  ._32x32.mr-5 {
    float: left;
    clear: both;
    display: block;
    position: static;
  }

  .line-step-faq, .line-step-start-today {
    display: none;
  }

  .case-study-banner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .case-study-banner-text {
    padding-left: 0;
    padding-right: 0;
  }

  .case-study-text-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-16.align-right {
    text-align: left;
  }

  .secondary-button, .primary-button {
    font-size: 20px;
    line-height: 30px;
  }

  .primary-button:hover {
    background-color: #eb5b34;
    border-color: #eb5b34;
  }

  .support-title {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .calendly {
    padding-left: 15px;
    padding-right: 15px;
  }

  .map-section, .container-core-feature-tab {
    padding-left: 0;
    padding-right: 0;
  }

  .media {
    margin-top: 40px;
  }

  .custom-tab-6x6 {
    grid-column-gap: 0px;
  }

  .tab-content-wrapper-bigger.left {
    min-height: 370px;
  }

  .contact-details {
    font-size: 16px;
    line-height: 20px;
  }

  .terms-secion, .faq-section-standalone {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-question-text {
    font-size: 18px;
    line-height: 21.6px;
  }

  .terms-section {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-title {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .case-study-section, .faq-section-2, .privacy-section {
    padding-left: 0;
    padding-right: 0;
  }

  .text-wrapper-privacy {
    margin-top: 45px;
  }

  .about-section, .blog-section {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-content-wrapper-custom.left {
    min-height: 370px;
  }

  .features-subtitile-features, .use-cases-subtitile {
    font-size: 16px;
    line-height: 24px;
  }

  .tab-content-wrapper-bigger-2.left {
    min-height: 370px;
  }

  .live-hosted-session-section, .live-hosted-session-section.text-first {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .live-hosted-session-section.text-first.p--18.mb-70.flex {
    margin-bottom: 40px;
  }

  .live-hosted-session-section.text-first.p--18.mb-70.pt-mobile-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .live-hosted-session-section.text-first.p--18.mb-70.mb-mobile--0 {
    margin-bottom: 0;
  }

  .live-hosted-session-section.text-first.p--18.mb-70.mb-mobile--0.pb-mobile0, .modal-video-wrapper.p-0 {
    padding-bottom: 0;
  }

  .tab-title-home.mt--20 {
    margin-top: 20px;
  }

  .top-panel-link.dark {
    color: #1c1c1c;
  }

  .weight--700 {
    font-weight: 700;
    line-height: 24px;
  }

  .text-span {
    font-weight: 700;
  }

  .grad-cap-icon {
    align-items: center;
    width: 14px;
    height: auto;
    margin-right: 2px;
    display: flex;
  }

  .like-icon.mr--10, .like-icon.mr--8 {
    width: 25px;
  }

  .like-title.justify-center.flex-col {
    align-items: center;
  }

  .realeye-logo {
    margin-left: 0;
  }

  .faq-wrapper {
    padding-top: 30px;
  }

  .faq-component {
    margin-top: 3rem;
  }

  .privacy-subtitle {
    margin-bottom: 42px;
  }

  .job-wrapper.pb-0 {
    margin-top: 30px;
  }

  .container-realeye-faq {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-realeye-faq.flex-centered {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-realeye-faq.flex-centered.no-p-mobile, .container-realeye-faq.no-px-mobile, .container-realeye-faq.no-p-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .re-features-section.less-space-bottom {
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .re-features-section.pb-0 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-realeye-footer {
    padding-left: 0;
    padding-right: 0;
  }

  .container-realeye-footer.flex-centered {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-realeye-footer.flex-centered.no-p-mobile, .container-realeye-footer.no-px-mobile, .container-realeye-footer.no-p-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .re-logo-header {
    width: 104px;
  }

  .re-logo-header.hide-mobile {
    display: none;
  }

  .container-realeye-case-study, .container-realeye-case-study.flex-centered {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-realeye-case-study.flex-centered.no-p-mobile, .container-realeye-case-study.no-px-mobile, .container-realeye-case-study.no-p-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .re-navbar08_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .dropdown-list-3.w--open {
    top: 27px;
  }

  .hero-heading-right, .hero-heading-center {
    padding: 60px 15px;
  }

  .grid-7 {
    display: block;
  }

  .image-29 {
    padding-right: 0;
  }

  .uui-banner01_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .uui-button-secondary {
    font-size: 1rem;
  }

  .uui-button-secondary:hover {
    background-color: var(--untitled-ui-primary50);
  }

  .uui-banner01_content {
    align-items: flex-start;
    margin-bottom: 1rem;
    margin-right: 2rem;
  }

  .uui-banner01_wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .flex-2.justify-center.flex-col {
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .uui-logo_logotype.hide-mobile, .uui-logo_component {
    display: block;
  }

  .re-navbar08_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar08_dropdown-link-list {
    width: 100%;
    max-width: 160px;
  }

  .uui-navbar08_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar08_dropdown-content.mega-menu {
    flex-wrap: wrap;
  }

  .uui-navbar08_logo-link.w--current {
    display: block;
  }

  .uui-navbar08_container {
    padding-left: 0;
    padding-right: 0;
  }

  .re-button-icon.is-icon-large._w-margin-right {
    margin-top: 5px;
  }

  .re-text-size-xlarge {
    text-align: center;
  }

  .re-text-size-xlarge.hero-support-text {
    display: inline;
    overflow: visible;
  }

  .re-text-size-xlarge.hero-support-text.hide-mobile-landscape {
    display: inline;
  }

  .re-text-size-xlarge.xs-text-left {
    text-align: left;
    font-size: 24px;
    line-height: 1;
  }

  .re-max-width-small._w-space-b {
    align-items: flex-start;
  }

  .re-heroheader02_component {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge.text-first.p--18.mb-70.flex, .uui-padding-vertical-xhuge.text-first.p--18.mb-70-mobile.flex {
    margin-bottom: 20px;
  }

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

  .container-realeye.no-px-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .container-realeye.m-b-0 {
    margin-bottom: 0;
  }

  .section-realeye {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-logos01_logo {
    height: 43px;
  }

  .uui-logos01_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .uui-logos01_component {
    justify-content: center;
  }

  .re-text-size-large {
    width: 100%;
    height: auto;
  }

  .uui-layout56_item.tab-menu.step-1 {
    width: 100%;
  }

  .uui-layout56_item.tab-menu.step-2 {
    width: 100%;
    height: 30px;
  }

  .re-section_layout56.less-space-bottom, .re-section_layout56.pb-0, .re-section_layout56.mb-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-profile {
    font-size: 16px;
  }

  .re-text-size-medium {
    width: auto;
    display: block;
  }

  .re-max-width-large-2 {
    object-fit: scale-down;
    flex-direction: column;
    align-items: stretch;
    width: auto;
    min-width: 0;
    max-width: none;
    display: block;
  }

  .re-career03_item {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: static;
  }

  .accordion-icon_vertical-line {
    height: 16px;
  }

  .accordion-icon_horizontal-line {
    width: 16px;
  }

  .accordion-icon_component {
    width: 16px;
    height: 16px;
  }

  .faq-block {
    flex-direction: column;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .re-faq-component {
    width: auto;
    display: flex;
  }

  .re-container-small {
    max-width: none;
  }

  .faq-section-inner {
    justify-content: space-between;
    display: block;
  }

  .footer-column {
    order: 3;
  }

  .footer-wrapper {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .footer-wrapper._5-collumn {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    object-fit: fill;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch;
    display: grid;
  }

  .re-page-padding-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .copyright {
    font-size: 12px;
    line-height: 18px;
  }

  .callout-component.text-center-mobile {
    text-align: center;
  }

  .uui-layout56_component-2 {
    flex-flow: column;
    grid-template: "Area Area"
                   ". ."
                   / 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .uui-layout56_component-2.support-and-cooperation {
    flex-flow: column;
    display: flex;
  }

  .white-black-btn {
    width: 100%;
  }

  .white-black-btn.small {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
  }

  .div-centered.website-testing-paragraph {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .orange-btn.md.text--20--mobile {
    font-size: 20px;
    line-height: 30px;
  }

  .copyright-bold {
    line-height: 18px;
  }

  .uui-testimonial11_client-image {
    height: auto;
  }

  .re-testimonial11_content {
    grid-template-columns: 1fr;
  }

  .testimonial-name {
    font-size: 16px;
  }

  .uui-padding-vertical-xhuge-6 {
    overflow: visible;
  }

  .re-section_layout02 {
    overflow: hidden;
  }

  .orange-outline-btn {
    line-height: 30px;
  }

  .orange-outline-btn.mobile-full {
    font-size: 16px;
    line-height: 24px;
  }

  .try-it {
    overflow: visible;
  }

  .uui-layout02_image-wrapper-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .uui-layout02_image-wrapper-2.more-m-b {
    border-left-style: none;
  }

  .univ-text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .univ-icon {
    margin-top: 5px;
  }

  .content.no-indent {
    margin-bottom: 16px;
  }

  .list-2 {
    display: block;
  }

  .uui-contact03_component {
    grid-template-columns: 1fr;
  }

  .text-h2._w-m-b {
    font-size: 30px;
    line-height: 40px;
  }

  .about-component.mb-m--80 {
    margin-bottom: 80px;
  }

  .weight-600 {
    line-height: 26px;
  }

  .case-study-img-block.mb--65 {
    margin-bottom: 70px;
  }

  .my--48 {
    border-bottom: 1px #000;
    padding-bottom: 0;
  }

  .p--20.ti--20 {
    font-size: 16px;
    line-height: 28.8px;
  }

  .centered-cell._w-p.bordered-cell-t, .centered-cell._w-p.bordered-cell-tl {
    padding: 10px;
  }

  .cell-text {
    font-size: 14px;
    line-height: 21px;
  }

  .max-width-94 {
    min-width: 40px;
  }

  ._w-p.bordered-cell-tr {
    padding: 10px;
  }

  .text-block-10 {
    font-size: 14px;
  }

  .features-title-block {
    padding-left: 0;
    padding-right: 0;
  }

  .use-cases-header.white {
    font-size: 25px;
    line-height: 30px;
  }

  .use-cases-header.mb--8 {
    text-align: left;
  }

  .cell-3 {
    align-items: flex-start;
  }

  .custom-tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .box-shadow.left {
    order: -1;
  }

  .tab-content {
    min-height: 160px;
  }

  .tab-content-wrapper {
    flex-direction: column;
    display: flex;
  }

  .tab-content-wrapper.right {
    min-height: 0;
  }

  .description {
    position: relative;
  }

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

  .nav-icon-right {
    margin-left: 0;
  }

  .panelist-list-wrapper {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .education {
    background-position: 60%;
    background-size: cover;
  }

  .education-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .education-content {
    padding: 60px 0;
  }

  .education-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 5px;
  }

  .white-orange-btn.mb--15.text--20--mobile {
    font-size: 20px;
    line-height: 30px;
  }

  .recent-blog-partial, .partical-text-block, .partial-img-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .partial-title {
    overflow: auto;
  }

  .pricing, .grid-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .plan-box {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .popover-body {
    opacity: 1;
    top: 55px;
    bottom: 0%;
    right: -14%;
  }

  .popover-icon {
    display: flex;
  }

  .popover-icon.hide-mobile {
    display: none;
  }

  .ribbon {
    right: -10px;
  }

  .popover-wrapper {
    align-items: center;
    display: flex;
    position: relative;
  }

  .popover-icon-mobile {
    color: #efcb68;
    height: 18px;
    display: flex;
    position: absolute;
    inset: -26% 0% auto;
    transform: rotate(90deg);
  }

  .modal-video {
    opacity: 0;
    padding-left: 15px;
    padding-right: 15px;
    display: none;
  }

  .modal-video-content {
    max-width: none;
  }

  .close-modal-button {
    font-size: 16px;
    line-height: 16px;
  }

  .tab-menu-right.justify-between {
    flex-wrap: nowrap;
    align-self: flex-start;
    padding-left: 10px;
    display: flex;
  }

  .underbar-caption {
    align-items: flex-start;
    display: flex;
  }

  .text-block-14 {
    text-align: center;
    flex: 0 auto;
    display: inline;
  }

  .pricing-ecuc-title {
    width: 270px;
  }

  .pricing-educ-component.mb--20 {
    display: block;
  }

  ._32x32.mr-5 {
    float: left;
    clear: both;
  }

  .line-step-how-it-works {
    left: 46%;
  }

  .line-step-faq {
    top: -90px;
    left: -15%;
  }

  .line-step-start-today {
    bottom: 40%;
    left: -80%;
  }

  .line-step-footer {
    display: block;
    overflow: visible;
  }

  .custom-tab-menu-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .black-outline-btn {
    text-align: center;
    font-size: 16px;
  }

  .grid-4 {
    flex-direction: column-reverse;
  }

  .case-study-banner-heading {
    text-align: left;
    font-size: 26px;
    line-height: 32px;
  }

  .secondary-button {
    font-size: 20px;
    line-height: 30px;
  }

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

  .primary-button {
    font-size: 20px;
    line-height: 30px;
  }

  .primary-button:hover {
    background-color: #eb5b34;
    border-color: #eb5b34;
  }

  .map-section {
    justify-content: center;
    display: flex;
  }

  .tab-content-wrapper-bigger {
    flex-direction: column;
    display: flex;
  }

  .tab-content-wrapper-bigger.left {
    min-height: 210px;
  }

  .terms-secion, .faq-section-standalone, .terms-section, .case-study-section, .faq-section-2, .privacy-section, .about-section, .blog-section {
    justify-content: center;
    display: flex;
  }

  .tab-content-wrapper-custom {
    flex-direction: column;
    display: flex;
  }

  .tab-content-wrapper-custom.left {
    min-height: 210px;
  }

  .title-block-features-right {
    padding-top: 0;
  }

  .tab-content-column {
    flex-direction: column;
    flex: 0 auto;
    display: flex;
  }

  .tab-content-column-left {
    flex-direction: column;
    flex: 0 auto;
    height: auto;
    display: flex;
  }

  .line-step-faq-features {
    top: -90px;
    left: -15%;
  }

  .description-bigger {
    position: relative;
  }

  .use-cases-feature-block, .use-cases-feature-block.use-cases-block-margin {
    margin-bottom: 0;
  }

  .content-image-wrapper.right {
    width: 100%;
  }

  .line-step-5 {
    top: -90px;
    left: -15%;
  }

  .use-cases-subtitile.mobile-left._w--1110 {
    line-height: 26px;
  }

  .use-cases-subtitile.mobile-left._w--1110.use-cases-content-text {
    flex: 0 auto;
    align-self: auto;
    line-height: 26px;
  }

  .use-cases-content-text {
    font-size: 16px;
    line-height: 26px;
  }

  .tab-content-wrapper-bigger-2 {
    flex-direction: column;
    display: flex;
  }

  .tab-content-wrapper-bigger-2.left {
    min-height: 210px;
  }

  .custom-tab-content-start.left {
    padding-bottom: 0;
  }

  .tab-button {
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }

  .live-hosted-session-section.text-first.p--18.mb-70.flex {
    margin-bottom: 20px;
  }

  .line-step-1-features-2 {
    bottom: 12%;
    right: -146%;
  }

  .line-step-1-home {
    right: -103%;
  }

  .tab-title-home.mt--20 {
    margin-top: 20px;
  }

  .custom-tab-menu-modal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .grad-cap-icon {
    flex: 0 auto;
    margin-top: 6px;
    display: inline-block;
  }

  .like-icon.mr--10 {
    float: left;
    clear: both;
    display: block;
  }

  .like-title {
    display: block;
  }

  .faq-component {
    width: auto;
    display: flex;
  }

  .italic-text-8 {
    font-size: 16px;
  }

  .container-realeye-faq, .container-realeye-faq.no-px-mobile, .re-features-section.less-space-bottom {
    padding-left: 0;
    padding-right: 0;
  }

  .re-features-section.pb-0 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .first-mobile {
    order: -1;
    padding-left: 0;
    padding-right: 0;
  }

  .column, .column-2, .column-3, .column-4, .column-5, .container-realeye-footer.no-px-mobile, .container-realeye-case-study.no-px-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .re-navbar08_dropdown-link-list {
    justify-content: flex-start;
    width: 100%;
    max-width: none;
  }

  .thumbnailimage {
    object-fit: cover;
    min-width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-style: none none solid;
    border-bottom-color: var(--untitled-ui-gray300);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-7 {
    margin-left: 0;
  }

  .link-block {
    border-bottom: 1px solid var(--untitled-ui-gray300);
    flex-direction: row;
    margin-right: 0;
    padding-left: 0;
  }

  .heading-10 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-11.blog-header-image {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 26px;
    line-height: 32px;
  }

  .rich-text-block-4, .recent-blog-posts {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-13, .div-block-14 {
    display: block;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .re-sub-button-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .heading-17.blog-header-title {
    font-size: 28px;
    line-height: 36px;
  }

  .grid-7 {
    grid-auto-flow: row;
    display: block;
  }

  .section {
    padding-left: 5px;
    padding-right: 5px;
  }

  .list-13 {
    font-size: 16px;
  }

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

  .bold-text-17 {
    line-height: 24px;
  }

  .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24, .bold-text-25, .bold-text-26, .bold-text-27, .bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33, .bold-text-34, .bold-text-35, .bold-text-36, .bold-text-37, .bold-text-38, .bold-text-39, .bold-text-40 {
    line-height: 26px;
  }

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

  .paragraph-9 {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-19 {
    padding-top: 0;
  }

  .list-item-15 {
    line-height: 24px;
  }

  .list-14 {
    padding-left: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .list-item-16, .list-item-17 {
    line-height: 24px;
  }

  .form-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-42 {
    line-height: 24px;
  }

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

  .youtube-5 {
    width: 100%;
    min-height: 140px;
    display: block;
  }

  .uui-banner01_form-wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .slider-2 {
    min-height: 250px;
  }

  .re-header-h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .re-list {
    font-size: 20px;
  }

  .list-17 {
    font-size: 16px;
    line-height: 22px;
  }

  .list-item-20 {
    line-height: 24px;
  }

  .container {
    max-width: none;
  }
}

#w-node-ebfe7f00-098d-425a-910a-d0ff9f761209-7f5b761c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_03962401-4b5e-0789-8e00-46924184006b-7f5b761c, #w-node-_5868e31e-08a7-3d71-383c-650ef7caf50b-7f5b761c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_408320c5-d46d-a9aa-e94d-aec775af748e-7f5b761c {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_408320c5-d46d-a9aa-e94d-aec775af74c1-7f5b761c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f3e-7f5b761c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f6c-7f5b761c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c6b-7f5b761c {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c96-7f5b761c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a90c-7f5b761c, #w-node-_8adfe994-8b3d-aa0e-d134-90c6baafa74a-7f5b761c, #w-node-_37e45ec8-9cdf-7605-21f4-2d69c6cef979-7f5b761c, #w-node-_72ba2b86-cb0f-2f2e-2404-da5eb1afe435-7f5b761c, #w-node-_9a95f864-b2ec-737b-7f74-fea6951ed6c6-7f5b761c {
  align-self: start;
}

#w-node-_761a595c-903c-c8f7-d9a5-9a1c23772be0-7f5b761c, #w-node-f2741f76-5c64-fbd8-237d-42ca9a3699cf-7f5b761c, #w-node-_519a9587-0f0d-3b82-3fb3-f15ccbcc192a-7f5b761c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b761c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b761c {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-aadb5a27-3555-20a4-a276-865aa479e7cd-a479e7c5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f65574e4-f2cc-2aa1-7d84-72fb90a78d15-8081417a, #w-node-e144f946-6774-04cc-67cb-c901f4238e37-8081417a, #w-node-_93649b7f-139f-a3c6-c291-d5841dcc63ad-8081417a, #w-node-_41606999-8b43-d7fb-b593-77e22bac727d-8081417a, #w-node-_96c0baf8-3f5f-d12c-bcac-ef5fe4101cbf-8081417a, #w-node-db16950b-8582-5010-8f97-35bc7c867827-8081417a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dfe-7f5b769e {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b769e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4d90-7f5b769e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dbe-7f5b769e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b769e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b769e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b769e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_061b72f4-296f-2176-03e3-bf77ff435878-ff435870 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_061b72f4-296f-2176-03e3-bf77ff435888-ff435870 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-b267ae6b-14ed-80fb-fd92-010e8613dbb1-8613dba4, #w-node-b267ae6b-14ed-80fb-fd92-010e8613dbcd-8613dba4, #w-node-b267ae6b-14ed-80fb-fd92-010e8613dbe7-8613dba4, #w-node-b267ae6b-14ed-80fb-fd92-010e8613dc05-8613dba4, #w-node-b267ae6b-14ed-80fb-fd92-010e8613dc19-8613dba4, #w-node-b267ae6b-14ed-80fb-fd92-010e8613dc2d-8613dba4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc14bba0-7d07-ee93-8fc6-201d82017441-7f5b769f {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-fc14bba0-7d07-ee93-8fc6-201d8201746a-7f5b769f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb56-7f5b769f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb84-7f5b769f {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_0aa907d9-f714-2310-ccdd-6df08547d20f-7f5b769f {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_0aa907d9-f714-2310-ccdd-6df08547d23d-7f5b769f {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_08de2138-a102-7eb6-002e-8347dd1350e6-7f5b769f, #w-node-_08de2138-a102-7eb6-002e-8347dd1350ef-7f5b769f, #w-node-_08de2138-a102-7eb6-002e-8347dd1350f8-7f5b769f, #w-node-_08de2138-a102-7eb6-002e-8347dd135101-7f5b769f, #w-node-_08de2138-a102-7eb6-002e-8347dd13510c-7f5b769f {
  align-self: start;
}

#w-node-fedb012a-d9a3-320d-53b8-52d3436e14be-7f5b769f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b769f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b769f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#video-modal-trigger.w-node-f77f5d77-5d15-c71c-0272-763a71237897-71237894, #w-node-f77f5d77-5d15-c71c-0272-763a71237898-71237894, #w-node-f77f5d77-5d15-c71c-0272-763a71237899-71237894 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dfe-7f5b76a0 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b76a0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4d90-7f5b76a0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dbe-7f5b76a0 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b76a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b76a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b76a0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1c5748f5-b4f0-adfa-b7fa-0e5f99e8d2f7-99e8d2ef {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1c5748f5-b4f0-adfa-b7fa-0e5f99e8d307-99e8d2ef {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_3010f0c7-a8d6-3ba3-54ba-cc4fffba9c33-ffba9c26, #w-node-_3010f0c7-a8d6-3ba3-54ba-cc4fffba9c4f-ffba9c26, #w-node-_3010f0c7-a8d6-3ba3-54ba-cc4fffba9c69-ffba9c26, #w-node-_3010f0c7-a8d6-3ba3-54ba-cc4fffba9c87-ffba9c26, #w-node-_3010f0c7-a8d6-3ba3-54ba-cc4fffba9c9b-ffba9c26, #w-node-_3010f0c7-a8d6-3ba3-54ba-cc4fffba9caf-ffba9c26 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc14bba0-7d07-ee93-8fc6-201d82017441-7f5b76a1 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-fc14bba0-7d07-ee93-8fc6-201d8201746a-7f5b76a1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb56-7f5b76a1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb84-7f5b76a1 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_0aa907d9-f714-2310-ccdd-6df08547d20f-7f5b76a1 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_0aa907d9-f714-2310-ccdd-6df08547d23d-7f5b76a1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_08de2138-a102-7eb6-002e-8347dd1350e6-7f5b76a1, #w-node-_08de2138-a102-7eb6-002e-8347dd1350ef-7f5b76a1, #w-node-_08de2138-a102-7eb6-002e-8347dd1350f8-7f5b76a1, #w-node-_08de2138-a102-7eb6-002e-8347dd135101-7f5b76a1, #w-node-_08de2138-a102-7eb6-002e-8347dd13510c-7f5b76a1 {
  align-self: start;
}

#w-node-fedb012a-d9a3-320d-53b8-52d3436e14be-7f5b76a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b76a1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b76a1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_619c6621-b2fa-70a7-c9e9-9ace1e7cf49f-1e7cf49c, #w-node-_619c6621-b2fa-70a7-c9e9-9ace1e7cf4a0-1e7cf49c, #w-node-_619c6621-b2fa-70a7-c9e9-9ace1e7cf4a8-1e7cf49c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc14bba0-7d07-ee93-8fc6-201d82017441-7f5b76a2 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-fc14bba0-7d07-ee93-8fc6-201d8201746a-7f5b76a2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb56-7f5b76a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb84-7f5b76a2 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_0aa907d9-f714-2310-ccdd-6df08547d20f-7f5b76a2 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_0aa907d9-f714-2310-ccdd-6df08547d23d-7f5b76a2 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_08de2138-a102-7eb6-002e-8347dd1350e6-7f5b76a2, #w-node-_08de2138-a102-7eb6-002e-8347dd1350ef-7f5b76a2, #w-node-_08de2138-a102-7eb6-002e-8347dd1350f8-7f5b76a2, #w-node-_08de2138-a102-7eb6-002e-8347dd135101-7f5b76a2, #w-node-_08de2138-a102-7eb6-002e-8347dd13510c-7f5b76a2 {
  align-self: start;
}

#w-node-fedb012a-d9a3-320d-53b8-52d3436e14be-7f5b76a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b76a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b76a2 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#video-modal-trigger.w-node-eaa12f00-c516-b2a6-3d60-fbf5babbea87-7f5b76a2, #w-node-eaa12f00-c516-b2a6-3d60-fbf5babbea88-7f5b76a2, #w-node-eaa12f00-c516-b2a6-3d60-fbf5babbea90-7f5b76a2, #w-node-_524fa7bd-1745-d053-5a45-16fab7c01be7-b7c01bda, #w-node-_524fa7bd-1745-d053-5a45-16fab7c01c03-b7c01bda, #w-node-_524fa7bd-1745-d053-5a45-16fab7c01c1d-b7c01bda, #w-node-_524fa7bd-1745-d053-5a45-16fab7c01c3b-b7c01bda, #w-node-_524fa7bd-1745-d053-5a45-16fab7c01c4f-b7c01bda, #w-node-_524fa7bd-1745-d053-5a45-16fab7c01c63-b7c01bda {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dfe-7f5b76a3 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b76a3 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4d90-7f5b76a3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dbe-7f5b76a3 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b76a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b76a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b76a3 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f0c29202-4bbe-aaa0-01d9-fdf924d1633f-24d16337 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f0c29202-4bbe-aaa0-01d9-fdf924d1634f-24d16337 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee08-7f5b76a4 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee31-7f5b76a4 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b76a4, #w-node-df208fb8-61ee-ddd3-e935-4903a91abee7-7f5b76a5, #w-node-_9574d3bf-29c5-8002-9f95-f3942026c339-2026c32c, #w-node-_9574d3bf-29c5-8002-9f95-f3942026c355-2026c32c, #w-node-_9574d3bf-29c5-8002-9f95-f3942026c36f-2026c32c, #w-node-_9574d3bf-29c5-8002-9f95-f3942026c386-2026c32c, #w-node-_9574d3bf-29c5-8002-9f95-f3942026c3a0-2026c32c, #w-node-_9574d3bf-29c5-8002-9f95-f3942026c3b4-2026c32c, #w-node-cae4fbaf-41e5-9e41-787d-7ae6e6a7545e-7f5b76a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5feb2d3d-e1d9-106e-3d8a-739eaa8aa081-7f5b76a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cae4fbaf-41e5-9e41-787d-7ae6e6a7545e-7f5b76bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5feb2d3d-e1d9-106e-3d8a-739eaa8aa081-7f5b76bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ff7431bd-d807-1b90-964e-4fd39e89718e-9e897186 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dfe-7f5b76be {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b76be {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4d90-7f5b76be {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dbe-7f5b76be {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b76be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b76be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b76be {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b3961cb4-d091-63af-35b5-0249037bfac4-7f5b76bf {
  justify-self: end;
}

#w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b76bf {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f8975556-d81c-722e-4359-21a844d6b5cb-7f5b76bf, #w-node-_96caf856-a119-123e-f0a4-8a40489b919c-7f5b76bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_736b8a6d-f912-086d-6a8d-e5ba40114ef9-7f5b76bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df3d1458-340b-c14a-7987-ca653ccc4903-7f5b76bf, #w-node-bb4f5975-8c1c-86cf-bc8e-0fbca2886392-7f5b76bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb17e125-c2f6-8e62-6391-3650f0a4a64f-7f5b76bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e25fc46a-a901-700c-bb0f-1465ac95823b-7f5b76bf, #w-node-_216ad2b9-4df1-1ec6-d77a-9d19548baa5b-7f5b76bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f99b5519-f044-4456-9d57-8e7975283941-7f5b76bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_433b5bce-fe54-f4c9-38cb-babc147ac288-7f5b76bf, #w-node-_37fe5b8f-f01c-ee33-df97-d1d12fcad02d-7f5b76bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c218023-6d10-7560-4be9-3554b83dca58-7f5b76bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_955dbaf5-9677-ad51-65eb-41eddc7746af-7f5b76bf, #w-node-_2d992b1a-6f8a-2246-154b-b3477e5aed69-7f5b76bf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba4870cc-e260-93cb-acdc-674ad8cbce8c-7f5b76bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee9f93e9-55e1-ca52-f71e-24cde91f26ba-7f5b76bf, #w-node-_364e6385-47d0-3ffd-e0b8-f719333ed8ae-7f5b76bf, #w-node-_4a7b1604-8e42-3d14-d25b-c1c0e18eefd0-7f5b76bf, #w-node-_4a7b1604-8e42-3d14-d25b-c1c0e18eefd1-7f5b76bf, #w-node-_4a7b1604-8e42-3d14-d25b-c1c0e18eefd9-7f5b76bf, #w-node-cb490e87-4ba8-0f67-a4e6-70688e2a080a-7f5b76f3, #w-node-_3fb8ab27-6706-1c52-9584-01644315409f-7f5b76f3, #w-node-_1cb4f1e2-3ec7-2f25-1b00-79bd9101922d-7f5b76f3, #w-node-ae4b5fe0-27b5-866a-5803-0843a1648bce-7f5b76f3, #w-node-_70b881f3-c5b9-2f5e-e67e-f8a3e94a1e65-7f5b76f3, #w-node-_233000e2-0845-8bf9-1975-ef3b9888fb71-7f5b76f3, #w-node-d219841d-2f62-796e-9964-2f6886319e39-7f5b76f3, #w-node-df208fb8-61ee-ddd3-e935-4903a91abee7-7f5b76f5, #w-node-df208fb8-61ee-ddd3-e935-4903a91abee7-7f5b76f6, #w-node-_1553136f-929d-b854-ed46-f799e873db23-7f5b76f7, #w-node-_6b615b10-aff4-5b30-65b7-1638dd15c505-7f5b76f7, #w-node-b85d2256-d582-ddbd-ca5d-8ab2b58cc74e-7f5b76f7, #video-modal-trigger.w-node-_6c2f7a5d-d54f-7d3f-e30d-1ce1d0842066-7f5b76f7, #w-node-_5bfa26b6-ca79-6276-f771-26ea1705b341-7f5b76f7, #w-node-e8f690ab-3480-4265-ff8e-ebca741b8d42-7f5b76f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7fc1aa3-5c2a-3a74-2a98-ba7a8a2a3a78-8a2a3a5f, #w-node-a8fb8414-3abf-3c4e-c531-1e449636d79a-9636d775, #w-node-_8073558a-07ee-6b0e-73a1-598c6d1df1d6-6d1df1b1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1f7ca835-7115-da1a-bd10-a9d687419088-7f5b76ff {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
}

#w-node-_1f7ca835-7115-da1a-bd10-a9d687419089-7f5b76ff, #w-node-_1f7ca835-7115-da1a-bd10-a9d68741908a-7f5b76ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f7ca835-7115-da1a-bd10-a9d687419088-7f5b7702 {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
}

#w-node-_1f7ca835-7115-da1a-bd10-a9d687419089-7f5b7702, #w-node-_1f7ca835-7115-da1a-bd10-a9d68741908a-7f5b7702 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebfe7f00-098d-425a-910a-d0ff9f761209-7f5b7716 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_03962401-4b5e-0789-8e00-46924184006b-7f5b7716, #w-node-_4c56957c-96ae-e84c-07b0-14951dceb843-7f5b7716 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_408320c5-d46d-a9aa-e94d-aec775af748e-7f5b7716 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_408320c5-d46d-a9aa-e94d-aec775af74c1-7f5b7716 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f3e-7f5b7716 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f6c-7f5b7716 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c6b-7f5b7716 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c96-7f5b7716 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a90c-7f5b7716, #w-node-_8adfe994-8b3d-aa0e-d134-90c6baafa74a-7f5b7716, #w-node-_37e45ec8-9cdf-7605-21f4-2d69c6cef979-7f5b7716, #w-node-_72ba2b86-cb0f-2f2e-2404-da5eb1afe435-7f5b7716, #w-node-_9a95f864-b2ec-737b-7f74-fea6951ed6c6-7f5b7716 {
  align-self: start;
}

#w-node-_761a595c-903c-c8f7-d9a5-9a1c23772be0-7f5b7716, #w-node-f2741f76-5c64-fbd8-237d-42ca9a3699cf-7f5b7716, #w-node-_519a9587-0f0d-3b82-3fb3-f15ccbcc192a-7f5b7716 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b7716 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b7716 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#video-modal-trigger.w-node-_6c2f7a5d-d54f-7d3f-e30d-1ce1d0842066-7f5b7742, #w-node-_5bfa26b6-ca79-6276-f771-26ea1705b341-7f5b7742, #w-node-e8f690ab-3480-4265-ff8e-ebca741b8d42-7f5b7742, #w-node-_1553136f-929d-b854-ed46-f799e873db23-7f5b7742, #w-node-_6b615b10-aff4-5b30-65b7-1638dd15c505-7f5b7742, #w-node-b85d2256-d582-ddbd-ca5d-8ab2b58cc74e-7f5b7742 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f7ca835-7115-da1a-bd10-a9d687419088-7f5b7757 {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
}

#w-node-_1f7ca835-7115-da1a-bd10-a9d687419089-7f5b7757, #w-node-_1f7ca835-7115-da1a-bd10-a9d68741908a-7f5b7757 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3961cb4-d091-63af-35b5-0249037bfac4-7f5b7758 {
  justify-self: end;
}

#w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b7758 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f8975556-d81c-722e-4359-21a844d6b5cb-7f5b7758, #w-node-_96caf856-a119-123e-f0a4-8a40489b919c-7f5b7758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_736b8a6d-f912-086d-6a8d-e5ba40114ef9-7f5b7758 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df3d1458-340b-c14a-7987-ca653ccc4903-7f5b7758, #w-node-bb4f5975-8c1c-86cf-bc8e-0fbca2886392-7f5b7758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb17e125-c2f6-8e62-6391-3650f0a4a64f-7f5b7758 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e25fc46a-a901-700c-bb0f-1465ac95823b-7f5b7758, #w-node-_216ad2b9-4df1-1ec6-d77a-9d19548baa5b-7f5b7758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f99b5519-f044-4456-9d57-8e7975283941-7f5b7758 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_433b5bce-fe54-f4c9-38cb-babc147ac288-7f5b7758, #w-node-_37fe5b8f-f01c-ee33-df97-d1d12fcad02d-7f5b7758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c218023-6d10-7560-4be9-3554b83dca58-7f5b7758 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_955dbaf5-9677-ad51-65eb-41eddc7746af-7f5b7758, #w-node-_2d992b1a-6f8a-2246-154b-b3477e5aed69-7f5b7758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba4870cc-e260-93cb-acdc-674ad8cbce8c-7f5b7758 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee9f93e9-55e1-ca52-f71e-24cde91f26ba-7f5b7758, #w-node-_364e6385-47d0-3ffd-e0b8-f719333ed8ae-7f5b7758 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee08-7f5b7759 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee31-7f5b7759 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b7759 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebfe7f00-098d-425a-910a-d0ff9f761209-7f5b775b, #w-node-d26aa003-3f8c-9e4d-0422-cad7b4b6f813-7f5b775b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_03962401-4b5e-0789-8e00-46924184006b-7f5b775b, #w-node-cfbe0e11-946c-9acc-11dd-8f55639926c2-7f5b775b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_408320c5-d46d-a9aa-e94d-aec775af748e-7f5b775b {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_408320c5-d46d-a9aa-e94d-aec775af74c1-7f5b775b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f3e-7f5b775b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f6c-7f5b775b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c6b-7f5b775b {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c96-7f5b775b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a90c-7f5b775b, #w-node-_8adfe994-8b3d-aa0e-d134-90c6baafa74a-7f5b775b, #w-node-_37e45ec8-9cdf-7605-21f4-2d69c6cef979-7f5b775b, #w-node-_72ba2b86-cb0f-2f2e-2404-da5eb1afe435-7f5b775b, #w-node-_9a95f864-b2ec-737b-7f74-fea6951ed6c6-7f5b775b {
  align-self: start;
}

#w-node-_761a595c-903c-c8f7-d9a5-9a1c23772be0-7f5b775b, #w-node-f2741f76-5c64-fbd8-237d-42ca9a3699cf-7f5b775b, #w-node-_519a9587-0f0d-3b82-3fb3-f15ccbcc192a-7f5b775b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b775b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b775b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b3961cb4-d091-63af-35b5-0249037bfac4-7f5b775f {
  justify-self: end;
}

#w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b775f {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f8975556-d81c-722e-4359-21a844d6b5cb-7f5b775f, #w-node-_96caf856-a119-123e-f0a4-8a40489b919c-7f5b775f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_736b8a6d-f912-086d-6a8d-e5ba40114ef9-7f5b775f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df3d1458-340b-c14a-7987-ca653ccc4903-7f5b775f, #w-node-bb4f5975-8c1c-86cf-bc8e-0fbca2886392-7f5b775f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb17e125-c2f6-8e62-6391-3650f0a4a64f-7f5b775f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e25fc46a-a901-700c-bb0f-1465ac95823b-7f5b775f, #w-node-_216ad2b9-4df1-1ec6-d77a-9d19548baa5b-7f5b775f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f99b5519-f044-4456-9d57-8e7975283941-7f5b775f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_433b5bce-fe54-f4c9-38cb-babc147ac288-7f5b775f, #w-node-_37fe5b8f-f01c-ee33-df97-d1d12fcad02d-7f5b775f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c218023-6d10-7560-4be9-3554b83dca58-7f5b775f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_955dbaf5-9677-ad51-65eb-41eddc7746af-7f5b775f, #w-node-_2d992b1a-6f8a-2246-154b-b3477e5aed69-7f5b775f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba4870cc-e260-93cb-acdc-674ad8cbce8c-7f5b775f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee9f93e9-55e1-ca52-f71e-24cde91f26ba-7f5b775f, #w-node-_364e6385-47d0-3ffd-e0b8-f719333ed8ae-7f5b775f, #w-node-cae4fbaf-41e5-9e41-787d-7ae6e6a7545e-7f5b7774 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5feb2d3d-e1d9-106e-3d8a-739eaa8aa081-7f5b7774 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cae4fbaf-41e5-9e41-787d-7ae6e6a7545e-7f5b7775 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5feb2d3d-e1d9-106e-3d8a-739eaa8aa081-7f5b7775 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1f7ca835-7115-da1a-bd10-a9d687419088-7f5b7776 {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
}

#w-node-_1f7ca835-7115-da1a-bd10-a9d687419089-7f5b7776, #w-node-_1f7ca835-7115-da1a-bd10-a9d68741908a-7f5b7776 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f7ca835-7115-da1a-bd10-a9d687419088-7f5b7777 {
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) 1fr;
}

#w-node-_1f7ca835-7115-da1a-bd10-a9d687419089-7f5b7777, #w-node-_1f7ca835-7115-da1a-bd10-a9d68741908a-7f5b7777 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3961cb4-d091-63af-35b5-0249037bfac4-7f5b777a, #w-node-cb069865-811d-e76d-3259-99404d529593-7f5b777a {
  justify-self: end;
}

#w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b777a {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr .75fr .75fr;
}

#w-node-f8975556-d81c-722e-4359-21a844d6b5cb-7f5b777a, #w-node-_8ae48b51-fbcc-2948-8d01-3df092cbc1d9-7f5b777a, #w-node-_96caf856-a119-123e-f0a4-8a40489b919c-7f5b777a, #w-node-_736b8a6d-f912-086d-6a8d-e5ba40114ef9-7f5b777a, #w-node-_93b3df1d-1d24-2f33-816a-7ee9bf07876a-7f5b777a, #w-node-_8c04fdbc-88cf-09a6-ce36-2e8b67dd69cd-7f5b777a, #w-node-df3d1458-340b-c14a-7987-ca653ccc4903-7f5b777a, #w-node-ab711359-5ba6-e291-91f3-ed84a0dc45ae-7f5b777a, #w-node-bb4f5975-8c1c-86cf-bc8e-0fbca2886392-7f5b777a, #w-node-fb17e125-c2f6-8e62-6391-3650f0a4a64f-7f5b777a, #w-node-_7f4fddd7-d937-7652-0bfb-f84afaae2d62-7f5b777a, #w-node-db612913-23ca-5705-e3b7-d8eadc38b00e-7f5b777a, #w-node-e25fc46a-a901-700c-bb0f-1465ac95823b-7f5b777a, #w-node-a478935a-86ba-ee6c-c052-239ac54d111a-7f5b777a, #w-node-_216ad2b9-4df1-1ec6-d77a-9d19548baa5b-7f5b777a, #w-node-f99b5519-f044-4456-9d57-8e7975283941-7f5b777a, #w-node-d8eeab66-9c7b-e8fd-fab6-cb74668ebd0e-7f5b777a, #w-node-b82e465d-e8fe-7750-3ed7-e36076784461-7f5b777a, #w-node-_433b5bce-fe54-f4c9-38cb-babc147ac288-7f5b777a, #w-node-_089f04ba-8c59-2aed-e7da-de9fd54e15e4-7f5b777a, #w-node-_37fe5b8f-f01c-ee33-df97-d1d12fcad02d-7f5b777a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3961cb4-d091-63af-35b5-0249037bfac4-7f5b778e {
  justify-self: end;
}

#w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b778e {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f8975556-d81c-722e-4359-21a844d6b5cb-7f5b778e, #w-node-_96caf856-a119-123e-f0a4-8a40489b919c-7f5b778e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_736b8a6d-f912-086d-6a8d-e5ba40114ef9-7f5b778e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df3d1458-340b-c14a-7987-ca653ccc4903-7f5b778e, #w-node-bb4f5975-8c1c-86cf-bc8e-0fbca2886392-7f5b778e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb17e125-c2f6-8e62-6391-3650f0a4a64f-7f5b778e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e25fc46a-a901-700c-bb0f-1465ac95823b-7f5b778e, #w-node-_216ad2b9-4df1-1ec6-d77a-9d19548baa5b-7f5b778e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f99b5519-f044-4456-9d57-8e7975283941-7f5b778e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_433b5bce-fe54-f4c9-38cb-babc147ac288-7f5b778e, #w-node-_37fe5b8f-f01c-ee33-df97-d1d12fcad02d-7f5b778e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c218023-6d10-7560-4be9-3554b83dca58-7f5b778e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_955dbaf5-9677-ad51-65eb-41eddc7746af-7f5b778e, #w-node-_2d992b1a-6f8a-2246-154b-b3477e5aed69-7f5b778e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba4870cc-e260-93cb-acdc-674ad8cbce8c-7f5b778e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee9f93e9-55e1-ca52-f71e-24cde91f26ba-7f5b778e, #w-node-_364e6385-47d0-3ffd-e0b8-f719333ed8ae-7f5b778e, #w-node-_4a7b1604-8e42-3d14-d25b-c1c0e18eefd0-7f5b778e, #w-node-_4a7b1604-8e42-3d14-d25b-c1c0e18eefd1-7f5b778e, #w-node-_4a7b1604-8e42-3d14-d25b-c1c0e18eefd9-7f5b778e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed3e9ff0-4d50-3314-b3b3-d34952f4d601-52f4d5dc, #w-node-_355d0cd9-0d04-cafc-8139-6f18b0bee2df-b0bee2ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e3d0a241-7525-5c00-369e-1c73da041070-7f5b77ab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e3d0a241-7525-5c00-369e-1c73da04109e-7f5b77ab {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_5ded7e23-bc1c-fbc1-2b3d-8186a85722e6-7f5b77ab {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_5ded7e23-bc1c-fbc1-2b3d-8186a8572314-7f5b77ab {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-d5a7761a-a5bc-012e-e9d6-5772eb07d619-7f5b77ab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d5a7761a-a5bc-012e-e9d6-5772eb07d5f7-7f5b77ab {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a90c-7f5b77ab, #w-node-_8adfe994-8b3d-aa0e-d134-90c6baafa74a-7f5b77ab, #w-node-_37e45ec8-9cdf-7605-21f4-2d69c6cef979-7f5b77ab, #w-node-_72ba2b86-cb0f-2f2e-2404-da5eb1afe435-7f5b77ab, #w-node-_9a95f864-b2ec-737b-7f74-fea6951ed6c6-7f5b77ab {
  align-self: start;
}

#w-node-f9a71fd4-0c94-61f3-3593-9f37375d4790-7f5b77ab {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f9a71fd4-0c94-61f3-3593-9f37375d47a0-7f5b77ab {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#video-modal-trigger.w-node-_6c2f7a5d-d54f-7d3f-e30d-1ce1d0842066-7f5b77af, #w-node-_5bfa26b6-ca79-6276-f771-26ea1705b341-7f5b77af, #w-node-e8f690ab-3480-4265-ff8e-ebca741b8d42-7f5b77af, #w-node-_1553136f-929d-b854-ed46-f799e873db23-7f5b77af, #w-node-_6b615b10-aff4-5b30-65b7-1638dd15c505-7f5b77af, #w-node-b85d2256-d582-ddbd-ca5d-8ab2b58cc74e-7f5b77af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e3d0a241-7525-5c00-369e-1c73da041070-7f5b77c6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e3d0a241-7525-5c00-369e-1c73da04109e-7f5b77c6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_5ded7e23-bc1c-fbc1-2b3d-8186a85722e6-7f5b77c6 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_5ded7e23-bc1c-fbc1-2b3d-8186a8572314-7f5b77c6 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-d5a7761a-a5bc-012e-e9d6-5772eb07d619-7f5b77c6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d5a7761a-a5bc-012e-e9d6-5772eb07d5f7-7f5b77c6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a90c-7f5b77c6, #w-node-_8adfe994-8b3d-aa0e-d134-90c6baafa74a-7f5b77c6, #w-node-_37e45ec8-9cdf-7605-21f4-2d69c6cef979-7f5b77c6, #w-node-_72ba2b86-cb0f-2f2e-2404-da5eb1afe435-7f5b77c6, #w-node-_9a95f864-b2ec-737b-7f74-fea6951ed6c6-7f5b77c6 {
  align-self: start;
}

#video-modal-trigger.w-node-_6c2f7a5d-d54f-7d3f-e30d-1ce1d0842066-7f5b77c8, #w-node-_5bfa26b6-ca79-6276-f771-26ea1705b341-7f5b77c8, #w-node-e8f690ab-3480-4265-ff8e-ebca741b8d42-7f5b77c8, #w-node-_1553136f-929d-b854-ed46-f799e873db23-7f5b77c8, #w-node-_6b615b10-aff4-5b30-65b7-1638dd15c505-7f5b77c8, #w-node-b85d2256-d582-ddbd-ca5d-8ab2b58cc74e-7f5b77c8, #w-node-cb490e87-4ba8-0f67-a4e6-70688e2a080a-7f5b77ca, #w-node-_3fb8ab27-6706-1c52-9584-01644315409f-7f5b77ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f4d-7f5b77d1 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f7b-7f5b77d1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b77d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b77d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b77d1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bd6691fd-0a91-4bf3-27d7-50042426a41c-7f5b77d2, #w-node-_92a0d86a-6662-6063-9e7e-b6c00625630d-7f5b77d2, #w-node-_80a5de6b-dc47-134d-abc8-d0614150d6b5-7f5b77d2, #w-node-_34ca4d92-dea4-07aa-8662-612120c9be4d-7f5b77d2, #w-node-_34ca4d92-dea4-07aa-8662-612120c9be4f-7f5b77d2, #w-node-_34ca4d92-dea4-07aa-8662-612120c9be51-7f5b77d2, #w-node-e0c10d63-bf5c-c8bd-e6e1-fc80fcaff22f-7f5b77d2, #w-node-e0c10d63-bf5c-c8bd-e6e1-fc80fcaff231-7f5b77d2, #w-node-e0c10d63-bf5c-c8bd-e6e1-fc80fcaff233-7f5b77d2, #w-node-_708204cf-93d5-6afa-4a31-daeaa7a2401f-7f5b77d2, #w-node-_708204cf-93d5-6afa-4a31-daeaa7a24021-7f5b77d2, #w-node-_708204cf-93d5-6afa-4a31-daeaa7a24023-7f5b77d2, #w-node-e4879585-7fe5-c0f0-975c-49c6753bb0e2-7f5b77d2, #w-node-e4879585-7fe5-c0f0-975c-49c6753bb0e4-7f5b77d2, #w-node-e4879585-7fe5-c0f0-975c-49c6753bb0e6-7f5b77d2, #w-node-_4a4c867d-33b9-49db-be4b-e57122429efa-7f5b77d2, #w-node-_4a4c867d-33b9-49db-be4b-e57122429efc-7f5b77d2, #w-node-_4a4c867d-33b9-49db-be4b-e57122429efe-7f5b77d2, #w-node-_99771ab9-6241-770b-8da6-5bf73e8da545-7f5b77d2, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f0d-7f5b77d2, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f0f-7f5b77d2, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f11-7f5b77d2, #w-node-f52e57ee-02c6-a9b0-3887-321d079ace41-7f5b77d2, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f55-7f5b77d2, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f57-7f5b77d2, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f59-7f5b77d2, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f64-7f5b77d2, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f66-7f5b77d2, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f68-7f5b77d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9a40840-b2ef-787d-0d76-ff057ec22a3a-7f5b77d2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-bd6691fd-0a91-4bf3-27d7-50042426a41c-7f5b77d3, #w-node-_92a0d86a-6662-6063-9e7e-b6c00625630d-7f5b77d3, #w-node-_80a5de6b-dc47-134d-abc8-d0614150d6b5-7f5b77d3, #w-node-_34ca4d92-dea4-07aa-8662-612120c9be4d-7f5b77d3, #w-node-_34ca4d92-dea4-07aa-8662-612120c9be4f-7f5b77d3, #w-node-_34ca4d92-dea4-07aa-8662-612120c9be51-7f5b77d3, #w-node-e0c10d63-bf5c-c8bd-e6e1-fc80fcaff22f-7f5b77d3, #w-node-e0c10d63-bf5c-c8bd-e6e1-fc80fcaff231-7f5b77d3, #w-node-e0c10d63-bf5c-c8bd-e6e1-fc80fcaff233-7f5b77d3, #w-node-_708204cf-93d5-6afa-4a31-daeaa7a2401f-7f5b77d3, #w-node-_708204cf-93d5-6afa-4a31-daeaa7a24021-7f5b77d3, #w-node-_708204cf-93d5-6afa-4a31-daeaa7a24023-7f5b77d3, #w-node-_5db27db7-1ac1-7355-59f8-127709ad6968-7f5b77d3, #w-node-_5db27db7-1ac1-7355-59f8-127709ad696a-7f5b77d3, #w-node-_5db27db7-1ac1-7355-59f8-127709ad696c-7f5b77d3, #w-node-_4a4c867d-33b9-49db-be4b-e57122429efa-7f5b77d3, #w-node-_4a4c867d-33b9-49db-be4b-e57122429efc-7f5b77d3, #w-node-_4a4c867d-33b9-49db-be4b-e57122429efe-7f5b77d3, #w-node-_99771ab9-6241-770b-8da6-5bf73e8da545-7f5b77d3, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f0d-7f5b77d3, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f0f-7f5b77d3, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f11-7f5b77d3, #w-node-f52e57ee-02c6-a9b0-3887-321d079ace41-7f5b77d3, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f55-7f5b77d3, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f57-7f5b77d3, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f59-7f5b77d3, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f64-7f5b77d3, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f66-7f5b77d3, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f68-7f5b77d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9a40840-b2ef-787d-0d76-ff057ec22a3a-7f5b77d3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-bd6691fd-0a91-4bf3-27d7-50042426a41c-7f5b77d5, #w-node-_92a0d86a-6662-6063-9e7e-b6c00625630d-7f5b77d5, #w-node-_80a5de6b-dc47-134d-abc8-d0614150d6b5-7f5b77d5, #w-node-_34ca4d92-dea4-07aa-8662-612120c9be4d-7f5b77d5, #w-node-_34ca4d92-dea4-07aa-8662-612120c9be4f-7f5b77d5, #w-node-_34ca4d92-dea4-07aa-8662-612120c9be51-7f5b77d5, #w-node-e0c10d63-bf5c-c8bd-e6e1-fc80fcaff22f-7f5b77d5, #w-node-e0c10d63-bf5c-c8bd-e6e1-fc80fcaff231-7f5b77d5, #w-node-e0c10d63-bf5c-c8bd-e6e1-fc80fcaff233-7f5b77d5, #w-node-df29bc06-0aae-e926-6adc-9c218d01fc35-7f5b77d5, #w-node-df29bc06-0aae-e926-6adc-9c218d01fc37-7f5b77d5, #w-node-df29bc06-0aae-e926-6adc-9c218d01fc39-7f5b77d5, #w-node-dce06fc5-8300-59d7-bd25-29ad1d2a65a5-7f5b77d5, #w-node-dce06fc5-8300-59d7-bd25-29ad1d2a65a7-7f5b77d5, #w-node-dce06fc5-8300-59d7-bd25-29ad1d2a65a9-7f5b77d5, #w-node-_4a4c867d-33b9-49db-be4b-e57122429efa-7f5b77d5, #w-node-_4a4c867d-33b9-49db-be4b-e57122429efc-7f5b77d5, #w-node-_4a4c867d-33b9-49db-be4b-e57122429efe-7f5b77d5, #w-node-_99771ab9-6241-770b-8da6-5bf73e8da545-7f5b77d5, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f0d-7f5b77d5, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f0f-7f5b77d5, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f11-7f5b77d5, #w-node-f52e57ee-02c6-a9b0-3887-321d079ace41-7f5b77d5, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f55-7f5b77d5, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f57-7f5b77d5, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f59-7f5b77d5, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f64-7f5b77d5, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f66-7f5b77d5, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f68-7f5b77d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9a40840-b2ef-787d-0d76-ff057ec22a3a-7f5b77d5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_47d2b3ce-5ae8-2a14-d733-f272ef2209a0-7f5b77d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b53a7b8f-d09b-62a8-7aaf-223f9805b5fb-7f5b77d6 {
  grid-area: Area-2;
}

#w-node-f57019c0-5b2b-ea33-b533-6ee50b311ceb-7f5b77d6 {
  grid-area: Area;
}

#w-node-f57019c0-5b2b-ea33-b533-6ee50b311cf0-7f5b77d6, #w-node-f57019c0-5b2b-ea33-b533-6ee50b311cf9-7f5b77d6, #w-node-f57019c0-5b2b-ea33-b533-6ee50b311d02-7f5b77d6 {
  align-self: start;
}

#video-modal-trigger.w-node-_6c2f7a5d-d54f-7d3f-e30d-1ce1d0842066-7f5b77d6, #w-node-e8f690ab-3480-4265-ff8e-ebca741b8d42-7f5b77d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3961cb4-d091-63af-35b5-0249037bfac4-7f5b77d7 {
  justify-self: end;
}

#w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b77d7 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f8975556-d81c-722e-4359-21a844d6b5cb-7f5b77d7, #w-node-_96caf856-a119-123e-f0a4-8a40489b919c-7f5b77d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_736b8a6d-f912-086d-6a8d-e5ba40114ef9-7f5b77d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-df3d1458-340b-c14a-7987-ca653ccc4903-7f5b77d7, #w-node-bb4f5975-8c1c-86cf-bc8e-0fbca2886392-7f5b77d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb17e125-c2f6-8e62-6391-3650f0a4a64f-7f5b77d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e25fc46a-a901-700c-bb0f-1465ac95823b-7f5b77d7, #w-node-_216ad2b9-4df1-1ec6-d77a-9d19548baa5b-7f5b77d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f99b5519-f044-4456-9d57-8e7975283941-7f5b77d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_433b5bce-fe54-f4c9-38cb-babc147ac288-7f5b77d7, #w-node-_37fe5b8f-f01c-ee33-df97-d1d12fcad02d-7f5b77d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2c218023-6d10-7560-4be9-3554b83dca58-7f5b77d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_955dbaf5-9677-ad51-65eb-41eddc7746af-7f5b77d7, #w-node-_2d992b1a-6f8a-2246-154b-b3477e5aed69-7f5b77d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba4870cc-e260-93cb-acdc-674ad8cbce8c-7f5b77d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee9f93e9-55e1-ca52-f71e-24cde91f26ba-7f5b77d7, #w-node-_364e6385-47d0-3ffd-e0b8-f719333ed8ae-7f5b77d7, #w-node-_4a7b1604-8e42-3d14-d25b-c1c0e18eefd0-7f5b77d7, #w-node-_4a7b1604-8e42-3d14-d25b-c1c0e18eefd1-7f5b77d7, #w-node-_4a7b1604-8e42-3d14-d25b-c1c0e18eefd9-7f5b77d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc14bba0-7d07-ee93-8fc6-201d82017441-7f5b77eb {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-fc14bba0-7d07-ee93-8fc6-201d8201746a-7f5b77eb {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb56-7f5b77eb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb84-7f5b77eb {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_0aa907d9-f714-2310-ccdd-6df08547d20f-7f5b77eb {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_0aa907d9-f714-2310-ccdd-6df08547d23d-7f5b77eb {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_08de2138-a102-7eb6-002e-8347dd1350e6-7f5b77eb, #w-node-_08de2138-a102-7eb6-002e-8347dd1350ef-7f5b77eb, #w-node-_08de2138-a102-7eb6-002e-8347dd1350f8-7f5b77eb, #w-node-_08de2138-a102-7eb6-002e-8347dd135101-7f5b77eb, #w-node-_08de2138-a102-7eb6-002e-8347dd13510c-7f5b77eb {
  align-self: start;
}

#w-node-fedb012a-d9a3-320d-53b8-52d3436e14be-7f5b77eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b77eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b77eb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#video-modal-trigger.w-node-eaa12f00-c516-b2a6-3d60-fbf5babbea87-7f5b77eb, #w-node-eaa12f00-c516-b2a6-3d60-fbf5babbea88-7f5b77eb, #w-node-eaa12f00-c516-b2a6-3d60-fbf5babbea90-7f5b77eb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f4d-7f5b77fe {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f7b-7f5b77fe {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b77fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b77fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b77fe {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee08-7f5b7800 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee31-7f5b7800 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b7800 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ae71e94-afa6-995e-75e8-e9c75755f494-7f5b7800 {
  grid-area: Area-graphic;
}

#w-node-_7ae71e94-afa6-995e-75e8-e9c75755f497-7f5b7800 {
  grid-area: Area-2;
}

#w-node-_7ae71e94-afa6-995e-75e8-e9c75755f498-7f5b7800 {
  grid-area: Area-text-1;
}

#w-node-_7ae71e94-afa6-995e-75e8-e9c75755f499-7f5b7800 {
  grid-area: Area;
}

#w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee08-7f5b7801 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee31-7f5b7801 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b7801 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dfe-7f5b7803 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b7803 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822ac-7f5b7803 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b7803 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_46dc9076-3eb8-3dff-77fe-d5574625d191-7f5b7803 {
  align-self: start;
}

#w-node-fb8a59dc-05a8-4b71-6bb5-73668b827475-7f5b7803, #w-node-_3e39a752-00f1-a185-329a-7f51c69eb133-7f5b7803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e39a752-00f1-a185-329a-7f51c69eb131-7f5b7803 {
  align-self: start;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b7803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac9e8dfe-96a5-8b05-92c6-4769f830e0ec-7f5b7803 {
  grid-area: Area-graphic;
}

#w-node-ac9e8dfe-96a5-8b05-92c6-4769f830e0ef-7f5b7803 {
  grid-area: Area-2;
}

#w-node-ac9e8dfe-96a5-8b05-92c6-4769f830e0f0-7f5b7803 {
  grid-area: Area-text-1;
}

#w-node-ac9e8dfe-96a5-8b05-92c6-4769f830e0f1-7f5b7803 {
  grid-area: Area;
}

#w-node-ac9e8dfe-96a5-8b05-92c6-4769f830e0f7-7f5b7803 {
  grid-area: Area-text-2;
}

#w-node-dfe25f5f-e559-0dee-04f2-133c6be5cb07-7f5b7803 {
  grid-area: Area-text-3;
}

#w-node-_7cb1aedb-47d7-8fc6-814e-15c3b13af4be-7f5b7803 {
  grid-area: Area-text4;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b7803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b7803 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#video-modal-trigger.w-node-_0e4bd020-0966-1209-995d-cb42ab4128a8-7f5b7803, #w-node-_0e4bd020-0966-1209-995d-cb42ab4128a9-7f5b7803, #w-node-_0e4bd020-0966-1209-995d-cb42ab4128b1-7f5b7803 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dfe-7f5b7804 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b7804 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822ac-7f5b7804 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b7804 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_46dc9076-3eb8-3dff-77fe-d5574625d191-7f5b7804 {
  align-self: start;
}

#w-node-fb8a59dc-05a8-4b71-6bb5-73668b827475-7f5b7804, #w-node-_3e39a752-00f1-a185-329a-7f51c69eb133-7f5b7804 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e39a752-00f1-a185-329a-7f51c69eb131-7f5b7804 {
  align-self: start;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b7804 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b7804 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b7804 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#video-modal-trigger.w-node-_0e4bd020-0966-1209-995d-cb42ab4128a8-7f5b7804, #w-node-_0e4bd020-0966-1209-995d-cb42ab4128a9-7f5b7804, #w-node-_0e4bd020-0966-1209-995d-cb42ab4128b1-7f5b7804 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dfe-7f5b7819 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b7819 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4d90-7f5b7819 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dbe-7f5b7819 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-b3464415-fae9-5743-af35-a701463c559b-7f5b7819 {
  grid-area: Area-graphic;
}

#w-node-a936b799-e9d9-6d75-d1ad-3aebda40f755-7f5b7819 {
  grid-area: Area-2;
}

#w-node-b42c1076-c0cc-48ea-61db-581c7658256a-7f5b7819 {
  grid-area: Area-text-1;
}

#w-node-_19d76ee5-c655-87cb-e18f-25fb59ef3e9f-7f5b7819 {
  grid-area: Area;
}

#w-node-_55df868c-f83d-bf07-95aa-3eb9df559261-7f5b7819 {
  grid-area: Area-text-2;
}

#w-node-_72fa02ad-47b1-988d-bf5e-4b349c105d69-7f5b7819 {
  grid-area: Area-2;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b7819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b7819 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b7819 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b3961cb4-d091-63af-35b5-0249037bfac4-7f5b781a, #w-node-cb069865-811d-e76d-3259-99404d529593-7f5b781a {
  justify-self: end;
}

#w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b781a {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr .75fr .75fr;
}

#w-node-f8975556-d81c-722e-4359-21a844d6b5cb-7f5b781a, #w-node-_8ae48b51-fbcc-2948-8d01-3df092cbc1d9-7f5b781a, #w-node-_96caf856-a119-123e-f0a4-8a40489b919c-7f5b781a, #w-node-_736b8a6d-f912-086d-6a8d-e5ba40114ef9-7f5b781a, #w-node-_93b3df1d-1d24-2f33-816a-7ee9bf07876a-7f5b781a, #w-node-_8c04fdbc-88cf-09a6-ce36-2e8b67dd69cd-7f5b781a, #w-node-df3d1458-340b-c14a-7987-ca653ccc4903-7f5b781a, #w-node-ab711359-5ba6-e291-91f3-ed84a0dc45ae-7f5b781a, #w-node-bb4f5975-8c1c-86cf-bc8e-0fbca2886392-7f5b781a, #w-node-fb17e125-c2f6-8e62-6391-3650f0a4a64f-7f5b781a, #w-node-_7f4fddd7-d937-7652-0bfb-f84afaae2d62-7f5b781a, #w-node-db612913-23ca-5705-e3b7-d8eadc38b00e-7f5b781a, #w-node-e25fc46a-a901-700c-bb0f-1465ac95823b-7f5b781a, #w-node-a478935a-86ba-ee6c-c052-239ac54d111a-7f5b781a, #w-node-_216ad2b9-4df1-1ec6-d77a-9d19548baa5b-7f5b781a, #w-node-f99b5519-f044-4456-9d57-8e7975283941-7f5b781a, #w-node-d8eeab66-9c7b-e8fd-fab6-cb74668ebd0e-7f5b781a, #w-node-b82e465d-e8fe-7750-3ed7-e36076784461-7f5b781a, #w-node-_433b5bce-fe54-f4c9-38cb-babc147ac288-7f5b781a, #w-node-_089f04ba-8c59-2aed-e7da-de9fd54e15e4-7f5b781a, #w-node-_37fe5b8f-f01c-ee33-df97-d1d12fcad02d-7f5b781a, #w-node-f6309e48-2e1f-fba8-fb60-9c35f4c14d95-7f5b781b, #w-node-f6309e48-2e1f-fba8-fb60-9c35f4c14d95-7f5b781c, #w-node-f6309e48-2e1f-fba8-fb60-9c35f4c14d95-7f5b781d, #w-node-_1553136f-929d-b854-ed46-f799e873db23-7f5b781e, #w-node-_6b615b10-aff4-5b30-65b7-1638dd15c505-7f5b781e, #w-node-b85d2256-d582-ddbd-ca5d-8ab2b58cc74e-7f5b781e, #w-node-_1553136f-929d-b854-ed46-f799e873db23-7f5b781f, #w-node-_6b615b10-aff4-5b30-65b7-1638dd15c505-7f5b781f, #w-node-b85d2256-d582-ddbd-ca5d-8ab2b58cc74e-7f5b781f, #w-node-cb490e87-4ba8-0f67-a4e6-70688e2a080a-7f5b7821, #w-node-_3fb8ab27-6706-1c52-9584-01644315409f-7f5b7821, #w-node-_1cb4f1e2-3ec7-2f25-1b00-79bd9101922d-7f5b7821 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee08-7f5b7836 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee31-7f5b7836 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b7836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebfe7f00-098d-425a-910a-d0ff9f761209-7f5b7838, #w-node-d26aa003-3f8c-9e4d-0422-cad7b4b6f813-7f5b7838 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_03962401-4b5e-0789-8e00-46924184006b-7f5b7838, #w-node-be94f750-47b8-c64b-7dc4-11422b7780a6-7f5b7838 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_408320c5-d46d-a9aa-e94d-aec775af748e-7f5b7838 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_408320c5-d46d-a9aa-e94d-aec775af74c1-7f5b7838 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f3e-7f5b7838 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f6c-7f5b7838 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c6b-7f5b7838 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c96-7f5b7838 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a90c-7f5b7838, #w-node-_8adfe994-8b3d-aa0e-d134-90c6baafa74a-7f5b7838, #w-node-_37e45ec8-9cdf-7605-21f4-2d69c6cef979-7f5b7838, #w-node-_72ba2b86-cb0f-2f2e-2404-da5eb1afe435-7f5b7838, #w-node-_9a95f864-b2ec-737b-7f74-fea6951ed6c6-7f5b7838 {
  align-self: start;
}

#w-node-_761a595c-903c-c8f7-d9a5-9a1c23772be0-7f5b7838, #w-node-f2741f76-5c64-fbd8-237d-42ca9a3699cf-7f5b7838, #w-node-_519a9587-0f0d-3b82-3fb3-f15ccbcc192a-7f5b7838 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b7838 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b7838 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7891d58a-7334-6177-e8ee-b2e43215de6a-7f5b783b, #w-node-_7891d58a-7334-6177-e8ee-b2e43215df42-7f5b783b, #w-node-_7891d58a-7334-6177-e8ee-b2e43215e002-7f5b783b, #w-node-_1553136f-929d-b854-ed46-f799e873db23-7f5b784f, #w-node-_6b615b10-aff4-5b30-65b7-1638dd15c505-7f5b784f, #w-node-b85d2256-d582-ddbd-ca5d-8ab2b58cc74e-7f5b784f, #w-node-_1553136f-929d-b854-ed46-f799e873db23-7f5b7850, #w-node-_6b615b10-aff4-5b30-65b7-1638dd15c505-7f5b7850, #w-node-b85d2256-d582-ddbd-ca5d-8ab2b58cc74e-7f5b7850, #video-modal-trigger.w-node-_6c2f7a5d-d54f-7d3f-e30d-1ce1d0842066-7f5b7850, #w-node-_5bfa26b6-ca79-6276-f771-26ea1705b341-7f5b7850, #w-node-e8f690ab-3480-4265-ff8e-ebca741b8d42-7f5b7850, #w-node-_1553136f-929d-b854-ed46-f799e873db23-7f5b7851, #w-node-_6b615b10-aff4-5b30-65b7-1638dd15c505-7f5b7851, #w-node-b85d2256-d582-ddbd-ca5d-8ab2b58cc74e-7f5b7851, #video-modal-trigger.w-node-_6c2f7a5d-d54f-7d3f-e30d-1ce1d0842066-7f5b7851, #w-node-_5bfa26b6-ca79-6276-f771-26ea1705b341-7f5b7851, #w-node-e8f690ab-3480-4265-ff8e-ebca741b8d42-7f5b7851, #w-node-df208fb8-61ee-ddd3-e935-4903a91abee7-7f5b7856 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebfe7f00-098d-425a-910a-d0ff9f761209-7f5b7858, #w-node-d26aa003-3f8c-9e4d-0422-cad7b4b6f813-7f5b7858 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_03962401-4b5e-0789-8e00-46924184006b-7f5b7858, #w-node-b1f9ad83-ef85-e155-17ba-f71c743a9b31-7f5b7858 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_408320c5-d46d-a9aa-e94d-aec775af748e-7f5b7858 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_408320c5-d46d-a9aa-e94d-aec775af74c1-7f5b7858 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f3e-7f5b7858 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f6c-7f5b7858 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c6b-7f5b7858 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c96-7f5b7858 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a90c-7f5b7858, #w-node-_8adfe994-8b3d-aa0e-d134-90c6baafa74a-7f5b7858, #w-node-_37e45ec8-9cdf-7605-21f4-2d69c6cef979-7f5b7858, #w-node-_72ba2b86-cb0f-2f2e-2404-da5eb1afe435-7f5b7858, #w-node-_9a95f864-b2ec-737b-7f74-fea6951ed6c6-7f5b7858 {
  align-self: start;
}

#w-node-_761a595c-903c-c8f7-d9a5-9a1c23772be0-7f5b7858, #w-node-f2741f76-5c64-fbd8-237d-42ca9a3699cf-7f5b7858, #w-node-_519a9587-0f0d-3b82-3fb3-f15ccbcc192a-7f5b7858 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b7858 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b7858 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b3961cb4-d091-63af-35b5-0249037bfac4-7f5b786d, #w-node-cb069865-811d-e76d-3259-99404d529593-7f5b786d {
  justify-self: end;
}

#w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b786d {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr .75fr .75fr;
}

#w-node-f8975556-d81c-722e-4359-21a844d6b5cb-7f5b786d, #w-node-_8ae48b51-fbcc-2948-8d01-3df092cbc1d9-7f5b786d, #w-node-_96caf856-a119-123e-f0a4-8a40489b919c-7f5b786d, #w-node-_736b8a6d-f912-086d-6a8d-e5ba40114ef9-7f5b786d, #w-node-_93b3df1d-1d24-2f33-816a-7ee9bf07876a-7f5b786d, #w-node-_8c04fdbc-88cf-09a6-ce36-2e8b67dd69cd-7f5b786d, #w-node-df3d1458-340b-c14a-7987-ca653ccc4903-7f5b786d, #w-node-ab711359-5ba6-e291-91f3-ed84a0dc45ae-7f5b786d, #w-node-bb4f5975-8c1c-86cf-bc8e-0fbca2886392-7f5b786d, #w-node-fb17e125-c2f6-8e62-6391-3650f0a4a64f-7f5b786d, #w-node-_7f4fddd7-d937-7652-0bfb-f84afaae2d62-7f5b786d, #w-node-db612913-23ca-5705-e3b7-d8eadc38b00e-7f5b786d, #w-node-e25fc46a-a901-700c-bb0f-1465ac95823b-7f5b786d, #w-node-a478935a-86ba-ee6c-c052-239ac54d111a-7f5b786d, #w-node-_216ad2b9-4df1-1ec6-d77a-9d19548baa5b-7f5b786d, #w-node-f99b5519-f044-4456-9d57-8e7975283941-7f5b786d, #w-node-d8eeab66-9c7b-e8fd-fab6-cb74668ebd0e-7f5b786d, #w-node-b82e465d-e8fe-7750-3ed7-e36076784461-7f5b786d, #w-node-_433b5bce-fe54-f4c9-38cb-babc147ac288-7f5b786d, #w-node-_089f04ba-8c59-2aed-e7da-de9fd54e15e4-7f5b786d, #w-node-_37fe5b8f-f01c-ee33-df97-d1d12fcad02d-7f5b786d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dfe-7f5b786e {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b786e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822ac-7f5b786e {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b786e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_46dc9076-3eb8-3dff-77fe-d5574625d191-7f5b786e {
  align-self: start;
}

#w-node-fb8a59dc-05a8-4b71-6bb5-73668b827475-7f5b786e, #w-node-_3e39a752-00f1-a185-329a-7f51c69eb133-7f5b786e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e39a752-00f1-a185-329a-7f51c69eb131-7f5b786e {
  align-self: start;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b786e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b786e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b786e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f6309e48-2e1f-fba8-fb60-9c35f4c14d95-7f5b7870, #w-node-f6309e48-2e1f-fba8-fb60-9c35f4c14d95-7f5b7885, #w-node-cae4fbaf-41e5-9e41-787d-7ae6e6a7545e-7f5b7898 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5feb2d3d-e1d9-106e-3d8a-739eaa8aa081-7f5b7898 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dfe-7f5b789d {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b789d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822ac-7f5b789d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b789d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_46dc9076-3eb8-3dff-77fe-d5574625d191-7f5b789d {
  align-self: start;
}

#w-node-fb8a59dc-05a8-4b71-6bb5-73668b827475-7f5b789d, #w-node-_3e39a752-00f1-a185-329a-7f51c69eb133-7f5b789d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e39a752-00f1-a185-329a-7f51c69eb131-7f5b789d {
  align-self: start;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b789d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b789d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b789d {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-df208fb8-61ee-ddd3-e935-4903a91abee7-7f5b789e, #w-node-_06f63874-f6f1-182c-f90e-b38e74022672-7f5b789e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5292b913-9be3-9691-19ce-5491a63b01a8-7f5b789e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_5292b913-9be3-9691-19ce-5491a63b01ab-7f5b789e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d0544bd5-57c4-fbe0-de7e-bcaf9f9bedac-7f5b789e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dfe-7f5b78a0 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b78a0 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822ac-7f5b78a0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b78a0 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_46dc9076-3eb8-3dff-77fe-d5574625d191-7f5b78a0 {
  align-self: start;
}

#w-node-fb8a59dc-05a8-4b71-6bb5-73668b827475-7f5b78a0, #w-node-_3e39a752-00f1-a185-329a-7f51c69eb133-7f5b78a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e39a752-00f1-a185-329a-7f51c69eb131-7f5b78a0 {
  align-self: start;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b78a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b78a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b78a0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#video-modal-trigger.w-node-_0e4bd020-0966-1209-995d-cb42ab4128a8-7f5b78a0, #w-node-_0e4bd020-0966-1209-995d-cb42ab4128a9-7f5b78a0, #w-node-_0e4bd020-0966-1209-995d-cb42ab4128b1-7f5b78a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3961cb4-d091-63af-35b5-0249037bfac4-7f5b78b5, #w-node-cb069865-811d-e76d-3259-99404d529593-7f5b78b5 {
  justify-self: end;
}

#w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b78b5 {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr .75fr .75fr;
}

#w-node-f8975556-d81c-722e-4359-21a844d6b5cb-7f5b78b5, #w-node-_8ae48b51-fbcc-2948-8d01-3df092cbc1d9-7f5b78b5, #w-node-_96caf856-a119-123e-f0a4-8a40489b919c-7f5b78b5, #w-node-_736b8a6d-f912-086d-6a8d-e5ba40114ef9-7f5b78b5, #w-node-_93b3df1d-1d24-2f33-816a-7ee9bf07876a-7f5b78b5, #w-node-_8c04fdbc-88cf-09a6-ce36-2e8b67dd69cd-7f5b78b5, #w-node-df3d1458-340b-c14a-7987-ca653ccc4903-7f5b78b5, #w-node-ab711359-5ba6-e291-91f3-ed84a0dc45ae-7f5b78b5, #w-node-bb4f5975-8c1c-86cf-bc8e-0fbca2886392-7f5b78b5, #w-node-fb17e125-c2f6-8e62-6391-3650f0a4a64f-7f5b78b5, #w-node-_7f4fddd7-d937-7652-0bfb-f84afaae2d62-7f5b78b5, #w-node-db612913-23ca-5705-e3b7-d8eadc38b00e-7f5b78b5, #w-node-e25fc46a-a901-700c-bb0f-1465ac95823b-7f5b78b5, #w-node-a478935a-86ba-ee6c-c052-239ac54d111a-7f5b78b5, #w-node-_216ad2b9-4df1-1ec6-d77a-9d19548baa5b-7f5b78b5, #w-node-f99b5519-f044-4456-9d57-8e7975283941-7f5b78b5, #w-node-d8eeab66-9c7b-e8fd-fab6-cb74668ebd0e-7f5b78b5, #w-node-b82e465d-e8fe-7750-3ed7-e36076784461-7f5b78b5, #w-node-_433b5bce-fe54-f4c9-38cb-babc147ac288-7f5b78b5, #w-node-_089f04ba-8c59-2aed-e7da-de9fd54e15e4-7f5b78b5, #w-node-_37fe5b8f-f01c-ee33-df97-d1d12fcad02d-7f5b78b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc14bba0-7d07-ee93-8fc6-201d82017441-7f5b78b6 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-fc14bba0-7d07-ee93-8fc6-201d8201746a-7f5b78b6 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb56-7f5b78b6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb84-7f5b78b6 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_0aa907d9-f714-2310-ccdd-6df08547d20f-7f5b78b6 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_0aa907d9-f714-2310-ccdd-6df08547d23d-7f5b78b6 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_08de2138-a102-7eb6-002e-8347dd1350e6-7f5b78b6, #w-node-_08de2138-a102-7eb6-002e-8347dd1350ef-7f5b78b6, #w-node-_08de2138-a102-7eb6-002e-8347dd1350f8-7f5b78b6, #w-node-_08de2138-a102-7eb6-002e-8347dd135101-7f5b78b6, #w-node-_08de2138-a102-7eb6-002e-8347dd13510c-7f5b78b6 {
  align-self: start;
}

#w-node-fedb012a-d9a3-320d-53b8-52d3436e14be-7f5b78b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b78b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b78b6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#video-modal-trigger.w-node-eaa12f00-c516-b2a6-3d60-fbf5babbea87-7f5b78b6, #w-node-eaa12f00-c516-b2a6-3d60-fbf5babbea88-7f5b78b6, #w-node-eaa12f00-c516-b2a6-3d60-fbf5babbea90-7f5b78b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f4d-7f5b78b8 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f7b-7f5b78b8 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b78b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b78b8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b78b8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f4d-7f5b78bc {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f7b-7f5b78bc {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b78bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b78bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b78bc {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b78c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b78c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b78c6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#video-modal-trigger.w-node-_0e4bd020-0966-1209-995d-cb42ab4128a8-7f5b78c6, #w-node-_0e4bd020-0966-1209-995d-cb42ab4128a9-7f5b78c6, #w-node-_0e4bd020-0966-1209-995d-cb42ab4128b1-7f5b78c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f4d-7f5b78c7 {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f7b-7f5b78c7 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d61ef18d-fea6-0d47-babe-a1eababa5d79-7f5b78c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8b2d951-5d84-22cc-43ea-1cfab307cda5-7f5b78c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b78c7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bd6691fd-0a91-4bf3-27d7-50042426a41c-7f5b78cd, #w-node-_92a0d86a-6662-6063-9e7e-b6c00625630d-7f5b78cd, #w-node-_80a5de6b-dc47-134d-abc8-d0614150d6b5-7f5b78cd, #w-node-_34ca4d92-dea4-07aa-8662-612120c9be4d-7f5b78cd, #w-node-_34ca4d92-dea4-07aa-8662-612120c9be4f-7f5b78cd, #w-node-_34ca4d92-dea4-07aa-8662-612120c9be51-7f5b78cd, #w-node-e0c10d63-bf5c-c8bd-e6e1-fc80fcaff22f-7f5b78cd, #w-node-e0c10d63-bf5c-c8bd-e6e1-fc80fcaff231-7f5b78cd, #w-node-e0c10d63-bf5c-c8bd-e6e1-fc80fcaff233-7f5b78cd, #w-node-_3512210e-3096-5521-5786-d48b215bd391-7f5b78cd, #w-node-_3512210e-3096-5521-5786-d48b215bd393-7f5b78cd, #w-node-_3512210e-3096-5521-5786-d48b215bd395-7f5b78cd, #w-node-_0c046cb5-7fa3-f4eb-9445-8bd4ebe0db41-7f5b78cd, #w-node-_0c046cb5-7fa3-f4eb-9445-8bd4ebe0db43-7f5b78cd, #w-node-_0c046cb5-7fa3-f4eb-9445-8bd4ebe0db45-7f5b78cd, #w-node-_4a4c867d-33b9-49db-be4b-e57122429efa-7f5b78cd, #w-node-_4a4c867d-33b9-49db-be4b-e57122429efc-7f5b78cd, #w-node-_4a4c867d-33b9-49db-be4b-e57122429efe-7f5b78cd, #w-node-_99771ab9-6241-770b-8da6-5bf73e8da545-7f5b78cd, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f0d-7f5b78cd, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f0f-7f5b78cd, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f11-7f5b78cd, #w-node-f52e57ee-02c6-a9b0-3887-321d079ace41-7f5b78cd, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f55-7f5b78cd, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f57-7f5b78cd, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f59-7f5b78cd, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f64-7f5b78cd, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f66-7f5b78cd, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f68-7f5b78cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9a40840-b2ef-787d-0d76-ff057ec22a3a-7f5b78cd {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-bd6691fd-0a91-4bf3-27d7-50042426a41c-7f5b78ce, #w-node-_92a0d86a-6662-6063-9e7e-b6c00625630d-7f5b78ce, #w-node-_80a5de6b-dc47-134d-abc8-d0614150d6b5-7f5b78ce, #w-node-_34ca4d92-dea4-07aa-8662-612120c9be4d-7f5b78ce, #w-node-_34ca4d92-dea4-07aa-8662-612120c9be4f-7f5b78ce, #w-node-_34ca4d92-dea4-07aa-8662-612120c9be51-7f5b78ce, #w-node-e0c10d63-bf5c-c8bd-e6e1-fc80fcaff22f-7f5b78ce, #w-node-e0c10d63-bf5c-c8bd-e6e1-fc80fcaff231-7f5b78ce, #w-node-e0c10d63-bf5c-c8bd-e6e1-fc80fcaff233-7f5b78ce, #w-node-_33702586-ddce-c3ec-d29f-4f8db4b2edbf-7f5b78ce, #w-node-_33702586-ddce-c3ec-d29f-4f8db4b2edc1-7f5b78ce, #w-node-_33702586-ddce-c3ec-d29f-4f8db4b2edc3-7f5b78ce, #w-node-_176179be-32a5-1daf-d7b9-517eb725e36b-7f5b78ce, #w-node-_176179be-32a5-1daf-d7b9-517eb725e36d-7f5b78ce, #w-node-_176179be-32a5-1daf-d7b9-517eb725e36f-7f5b78ce, #w-node-_4a4c867d-33b9-49db-be4b-e57122429efa-7f5b78ce, #w-node-_4a4c867d-33b9-49db-be4b-e57122429efc-7f5b78ce, #w-node-_4a4c867d-33b9-49db-be4b-e57122429efe-7f5b78ce, #w-node-_99771ab9-6241-770b-8da6-5bf73e8da545-7f5b78ce, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f0d-7f5b78ce, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f0f-7f5b78ce, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f11-7f5b78ce, #w-node-f52e57ee-02c6-a9b0-3887-321d079ace41-7f5b78ce, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f55-7f5b78ce, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f57-7f5b78ce, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f59-7f5b78ce, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f64-7f5b78ce, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f66-7f5b78ce, #w-node-_4a4c867d-33b9-49db-be4b-e57122429f68-7f5b78ce, #w-node-df208fb8-61ee-ddd3-e935-4903a91abee7-7f5b78d1, #w-node-df208fb8-61ee-ddd3-e935-4903a91abee7-7f5b78d6, #w-node-_94724554-1576-34c7-ea27-2d939e609b00-7f5b78d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5292b913-9be3-9691-19ce-5491a63b01a8-7f5b78d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_5292b913-9be3-9691-19ce-5491a63b01ab-7f5b78d6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d0544bd5-57c4-fbe0-de7e-bcaf9f9bedac-7f5b78d6, #w-node-df208fb8-61ee-ddd3-e935-4903a91abee7-7f5b78d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5292b913-9be3-9691-19ce-5491a63b01a8-7f5b78d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_5292b913-9be3-9691-19ce-5491a63b01ab-7f5b78d7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d0544bd5-57c4-fbe0-de7e-bcaf9f9bedac-7f5b78d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3961cb4-d091-63af-35b5-0249037bfac4-7f5b78df, #w-node-cb069865-811d-e76d-3259-99404d529593-7f5b78df {
  justify-self: end;
}

#w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b78df {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr .75fr .75fr;
}

#w-node-f8975556-d81c-722e-4359-21a844d6b5cb-7f5b78df, #w-node-_8ae48b51-fbcc-2948-8d01-3df092cbc1d9-7f5b78df, #w-node-_96caf856-a119-123e-f0a4-8a40489b919c-7f5b78df, #w-node-_736b8a6d-f912-086d-6a8d-e5ba40114ef9-7f5b78df, #w-node-_93b3df1d-1d24-2f33-816a-7ee9bf07876a-7f5b78df, #w-node-_8c04fdbc-88cf-09a6-ce36-2e8b67dd69cd-7f5b78df, #w-node-df3d1458-340b-c14a-7987-ca653ccc4903-7f5b78df, #w-node-ab711359-5ba6-e291-91f3-ed84a0dc45ae-7f5b78df, #w-node-bb4f5975-8c1c-86cf-bc8e-0fbca2886392-7f5b78df, #w-node-fb17e125-c2f6-8e62-6391-3650f0a4a64f-7f5b78df, #w-node-_7f4fddd7-d937-7652-0bfb-f84afaae2d62-7f5b78df, #w-node-db612913-23ca-5705-e3b7-d8eadc38b00e-7f5b78df, #w-node-e25fc46a-a901-700c-bb0f-1465ac95823b-7f5b78df, #w-node-a478935a-86ba-ee6c-c052-239ac54d111a-7f5b78df, #w-node-_216ad2b9-4df1-1ec6-d77a-9d19548baa5b-7f5b78df, #w-node-f99b5519-f044-4456-9d57-8e7975283941-7f5b78df, #w-node-d8eeab66-9c7b-e8fd-fab6-cb74668ebd0e-7f5b78df, #w-node-b82e465d-e8fe-7750-3ed7-e36076784461-7f5b78df, #w-node-_433b5bce-fe54-f4c9-38cb-babc147ac288-7f5b78df, #w-node-_089f04ba-8c59-2aed-e7da-de9fd54e15e4-7f5b78df, #w-node-_37fe5b8f-f01c-ee33-df97-d1d12fcad02d-7f5b78df, #w-node-cae4fbaf-41e5-9e41-787d-7ae6e6a7545e-7f5b78e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5feb2d3d-e1d9-106e-3d8a-739eaa8aa081-7f5b78e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cb490e87-4ba8-0f67-a4e6-70688e2a080a-e66849fb, #w-node-_3fb8ab27-6706-1c52-9584-01644315409f-e66849fb, #w-node-_41deeef3-5fe2-336a-5d34-849fd58e8d8a-0fe9c456, #w-node-_28c4a428-aa10-fb8e-5f37-a8e992ff13e8-0fe9c456, #video-modal-trigger.w-node-dfddcd68-fd20-5d41-179e-7332d027186e-0fe9c456, #w-node-dfddcd68-fd20-5d41-179e-7332d0271870-0fe9c456, #video-modal-trigger.w-node-_6c2f7a5d-d54f-7d3f-e30d-1ce1d0842066-7a0821b4, #w-node-_5bfa26b6-ca79-6276-f771-26ea1705b341-7a0821b4, #w-node-e8f690ab-3480-4265-ff8e-ebca741b8d42-7a0821b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b769e, #w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b76a0, #w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b76a3 {
    grid-area: Area;
  }

  #w-node-df208fb8-61ee-ddd3-e935-4903a91abee7-7f5b76a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b76be {
    grid-area: Area;
  }

  #w-node-df208fb8-61ee-ddd3-e935-4903a91abee7-7f5b76f5, #w-node-df208fb8-61ee-ddd3-e935-4903a91abee7-7f5b76f6, #w-node-_47d2b3ce-5ae8-2a14-d733-f272ef2209a0-7f5b77d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dfe-7f5b7803 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b7803 {
    align-self: start;
  }

  #w-node-_46dc9076-3eb8-3dff-77fe-d5574625d191-7f5b7803, #w-node-_3e39a752-00f1-a185-329a-7f51c69eb131-7f5b7803 {
    justify-self: end;
  }

  #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dfe-7f5b7804 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b7804 {
    align-self: start;
  }

  #w-node-_46dc9076-3eb8-3dff-77fe-d5574625d191-7f5b7804, #w-node-_3e39a752-00f1-a185-329a-7f51c69eb131-7f5b7804 {
    justify-self: end;
  }

  #w-node-_4b08c5a4-30e9-e514-c073-1d317ce3f447-7f5b7819 {
    grid-area: Area;
  }

  #w-node-df208fb8-61ee-ddd3-e935-4903a91abee7-7f5b7856 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dfe-7f5b786e {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b786e {
    align-self: start;
  }

  #w-node-_46dc9076-3eb8-3dff-77fe-d5574625d191-7f5b786e, #w-node-_3e39a752-00f1-a185-329a-7f51c69eb131-7f5b786e {
    justify-self: end;
  }

  #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dfe-7f5b789d {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b789d {
    align-self: start;
  }

  #w-node-_46dc9076-3eb8-3dff-77fe-d5574625d191-7f5b789d, #w-node-_3e39a752-00f1-a185-329a-7f51c69eb131-7f5b789d {
    justify-self: end;
  }

  #w-node-df208fb8-61ee-ddd3-e935-4903a91abee7-7f5b789e, #w-node-_06f63874-f6f1-182c-f90e-b38e74022672-7f5b789e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dfe-7f5b78a0 {
    grid-area: 1 / 2 / 2 / 2;
  }

  #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b78a0 {
    align-self: start;
  }

  #w-node-_46dc9076-3eb8-3dff-77fe-d5574625d191-7f5b78a0, #w-node-_3e39a752-00f1-a185-329a-7f51c69eb131-7f5b78a0 {
    justify-self: end;
  }

  #w-node-df208fb8-61ee-ddd3-e935-4903a91abee7-7f5b78d1, #w-node-df208fb8-61ee-ddd3-e935-4903a91abee7-7f5b78d6, #w-node-_94724554-1576-34c7-ea27-2d939e609b00-7f5b78d6, #w-node-df208fb8-61ee-ddd3-e935-4903a91abee7-7f5b78d7, #w-node-_41deeef3-5fe2-336a-5d34-849fd58e8d8a-0fe9c456, #w-node-_28c4a428-aa10-fb8e-5f37-a8e992ff13e8-0fe9c456 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_408320c5-d46d-a9aa-e94d-aec775af74c1-7f5b761c, #w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f6c-7f5b761c, #w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c96-7f5b761c, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b769e, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dbe-7f5b769e, #w-node-_061b72f4-296f-2176-03e3-bf77ff435888-ff435870, #w-node-fc14bba0-7d07-ee93-8fc6-201d8201746a-7f5b769f, #w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb84-7f5b769f, #w-node-_0aa907d9-f714-2310-ccdd-6df08547d23d-7f5b769f, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b76a0, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dbe-7f5b76a0, #w-node-_1c5748f5-b4f0-adfa-b7fa-0e5f99e8d307-99e8d2ef, #w-node-fc14bba0-7d07-ee93-8fc6-201d8201746a-7f5b76a1, #w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb84-7f5b76a1, #w-node-_0aa907d9-f714-2310-ccdd-6df08547d23d-7f5b76a1, #w-node-fc14bba0-7d07-ee93-8fc6-201d8201746a-7f5b76a2, #w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb84-7f5b76a2, #w-node-_0aa907d9-f714-2310-ccdd-6df08547d23d-7f5b76a2, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b76a3, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dbe-7f5b76a3, #w-node-f0c29202-4bbe-aaa0-01d9-fdf924d1634f-24d16337 {
    justify-self: end;
  }

  #w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee08-7f5b76a4 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee31-7f5b76a4, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b76be, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dbe-7f5b76be {
    justify-self: end;
  }

  #w-node-_1f7ca835-7115-da1a-bd10-a9d687419088-7f5b76ff, #w-node-_1f7ca835-7115-da1a-bd10-a9d687419088-7f5b7702 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1.06fr) 1fr;
  }

  #w-node-_408320c5-d46d-a9aa-e94d-aec775af74c1-7f5b7716, #w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f6c-7f5b7716, #w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c96-7f5b7716 {
    justify-self: end;
  }

  #w-node-_1f7ca835-7115-da1a-bd10-a9d687419088-7f5b7757 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1.06fr) 1fr;
  }

  #w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee08-7f5b7759 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee31-7f5b7759, #w-node-_408320c5-d46d-a9aa-e94d-aec775af74c1-7f5b775b, #w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f6c-7f5b775b, #w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c96-7f5b775b {
    justify-self: end;
  }

  #w-node-_1f7ca835-7115-da1a-bd10-a9d687419088-7f5b7776, #w-node-_1f7ca835-7115-da1a-bd10-a9d687419088-7f5b7777 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1.06fr) 1fr;
  }

  #w-node-e3d0a241-7525-5c00-369e-1c73da041070-7f5b77ab {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e3d0a241-7525-5c00-369e-1c73da04109e-7f5b77ab, #w-node-_5ded7e23-bc1c-fbc1-2b3d-8186a8572314-7f5b77ab {
    justify-self: end;
  }

  #w-node-d5a7761a-a5bc-012e-e9d6-5772eb07d619-7f5b77ab {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d5a7761a-a5bc-012e-e9d6-5772eb07d5f7-7f5b77ab, #w-node-f9a71fd4-0c94-61f3-3593-9f37375d47a0-7f5b77ab {
    justify-self: end;
  }

  #w-node-e3d0a241-7525-5c00-369e-1c73da041070-7f5b77c6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e3d0a241-7525-5c00-369e-1c73da04109e-7f5b77c6, #w-node-_5ded7e23-bc1c-fbc1-2b3d-8186a8572314-7f5b77c6 {
    justify-self: end;
  }

  #w-node-d5a7761a-a5bc-012e-e9d6-5772eb07d619-7f5b77c6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d5a7761a-a5bc-012e-e9d6-5772eb07d5f7-7f5b77c6, #w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f7b-7f5b77d1, #w-node-fc14bba0-7d07-ee93-8fc6-201d8201746a-7f5b77eb, #w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb84-7f5b77eb, #w-node-_0aa907d9-f714-2310-ccdd-6df08547d23d-7f5b77eb, #w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f7b-7f5b77fe {
    justify-self: end;
  }

  #w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee08-7f5b7800 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee31-7f5b7800 {
    justify-self: end;
  }

  #w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee08-7f5b7801 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee31-7f5b7801, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b7803, #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b7803, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b7804, #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b7804, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b7819, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dbe-7f5b7819 {
    justify-self: end;
  }

  #w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee08-7f5b7836 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee31-7f5b7836, #w-node-_408320c5-d46d-a9aa-e94d-aec775af74c1-7f5b7838, #w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f6c-7f5b7838, #w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c96-7f5b7838, #w-node-_408320c5-d46d-a9aa-e94d-aec775af74c1-7f5b7858, #w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f6c-7f5b7858, #w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c96-7f5b7858, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b786e, #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b786e, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b789d, #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b789d, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b78a0, #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b78a0, #w-node-fc14bba0-7d07-ee93-8fc6-201d8201746a-7f5b78b6, #w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb84-7f5b78b6, #w-node-_0aa907d9-f714-2310-ccdd-6df08547d23d-7f5b78b6, #w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f7b-7f5b78b8, #w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f7b-7f5b78bc, #w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f7b-7f5b78c7 {
    justify-self: end;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_408320c5-d46d-a9aa-e94d-aec775af74c1-7f5b761c, #w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f6c-7f5b761c, #w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c96-7f5b761c {
    align-self: center;
  }

  #w-node-_8f9d7ca2-aa3a-b21b-3ad3-652c80814224-8081417a, #w-node-_8f9d7ca2-aa3a-b21b-3ad3-652c80814225-8081417a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b769e, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dbe-7f5b769e {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b769e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_061b72f4-296f-2176-03e3-bf77ff435888-ff435870 {
    align-self: center;
  }

  #w-node-b267ae6b-14ed-80fb-fd92-010e8613dc33-8613dba4, #w-node-b267ae6b-14ed-80fb-fd92-010e8613dc34-8613dba4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fc14bba0-7d07-ee93-8fc6-201d8201746a-7f5b769f, #w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb84-7f5b769f, #w-node-_0aa907d9-f714-2310-ccdd-6df08547d23d-7f5b769f {
    align-self: center;
  }

  #w-node-fedb012a-d9a3-320d-53b8-52d3436e14db-7f5b769f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b76a0, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dbe-7f5b76a0 {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b76a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1c5748f5-b4f0-adfa-b7fa-0e5f99e8d307-99e8d2ef {
    align-self: center;
  }

  #w-node-_3010f0c7-a8d6-3ba3-54ba-cc4fffba9cb5-ffba9c26, #w-node-_3010f0c7-a8d6-3ba3-54ba-cc4fffba9cb6-ffba9c26 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fc14bba0-7d07-ee93-8fc6-201d8201746a-7f5b76a1, #w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb84-7f5b76a1, #w-node-_0aa907d9-f714-2310-ccdd-6df08547d23d-7f5b76a1 {
    align-self: center;
  }

  #w-node-fedb012a-d9a3-320d-53b8-52d3436e14db-7f5b76a1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fc14bba0-7d07-ee93-8fc6-201d8201746a-7f5b76a2, #w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb84-7f5b76a2, #w-node-_0aa907d9-f714-2310-ccdd-6df08547d23d-7f5b76a2 {
    align-self: center;
  }

  #w-node-fedb012a-d9a3-320d-53b8-52d3436e14db-7f5b76a2, #w-node-_524fa7bd-1745-d053-5a45-16fab7c01c69-b7c01bda, #w-node-_524fa7bd-1745-d053-5a45-16fab7c01c6a-b7c01bda {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b76a3, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dbe-7f5b76a3 {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b76a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0c29202-4bbe-aaa0-01d9-fdf924d1634f-24d16337, #w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee31-7f5b76a4 {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b76a4, #w-node-_9574d3bf-29c5-8002-9f95-f3942026c3ba-2026c32c, #w-node-_9574d3bf-29c5-8002-9f95-f3942026c3bb-2026c32c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b76be, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dbe-7f5b76be {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b76be, #w-node-d219841d-2f62-796e-9964-2f6886319e4d-7f5b76f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_408320c5-d46d-a9aa-e94d-aec775af74c1-7f5b7716, #w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f6c-7f5b7716, #w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c96-7f5b7716, #w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee31-7f5b7759 {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b7759 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_408320c5-d46d-a9aa-e94d-aec775af74c1-7f5b775b, #w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f6c-7f5b775b, #w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c96-7f5b775b, #w-node-e3d0a241-7525-5c00-369e-1c73da04109e-7f5b77ab {
    align-self: center;
  }

  #w-node-_5ded7e23-bc1c-fbc1-2b3d-8186a8572314-7f5b77ab {
    place-self: start end;
  }

  #w-node-d5a7761a-a5bc-012e-e9d6-5772eb07d5f7-7f5b77ab, #w-node-f9a71fd4-0c94-61f3-3593-9f37375d47a0-7f5b77ab, #w-node-e3d0a241-7525-5c00-369e-1c73da04109e-7f5b77c6 {
    align-self: center;
  }

  #w-node-_5ded7e23-bc1c-fbc1-2b3d-8186a8572314-7f5b77c6 {
    place-self: start end;
  }

  #w-node-d5a7761a-a5bc-012e-e9d6-5772eb07d5f7-7f5b77c6, #w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f7b-7f5b77d1 {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b77d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fc14bba0-7d07-ee93-8fc6-201d8201746a-7f5b77eb, #w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb84-7f5b77eb, #w-node-_0aa907d9-f714-2310-ccdd-6df08547d23d-7f5b77eb {
    align-self: center;
  }

  #w-node-fedb012a-d9a3-320d-53b8-52d3436e14db-7f5b77eb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f7b-7f5b77fe {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b77fe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee31-7f5b7800 {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b7800 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7ae71e94-afa6-995e-75e8-e9c75755f497-7f5b7800 {
    grid-area: Area-2;
  }

  #w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee31-7f5b7801 {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b7801 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b7803, #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b7803 {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b7803 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac9e8dfe-96a5-8b05-92c6-4769f830e0ef-7f5b7803 {
    grid-area: Area-2;
  }

  #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b7804, #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b7804 {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b7804 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b7819, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4dbe-7f5b7819 {
    align-self: center;
  }

  #w-node-a936b799-e9d9-6d75-d1ad-3aebda40f755-7f5b7819 {
    grid-area: Area-2;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b7819 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d49459d6-770b-8ca1-cd0d-9d50da49ee31-7f5b7836 {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b7836 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_408320c5-d46d-a9aa-e94d-aec775af74c1-7f5b7838, #w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f6c-7f5b7838, #w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c96-7f5b7838, #w-node-_408320c5-d46d-a9aa-e94d-aec775af74c1-7f5b7858, #w-node-_53a9721d-4427-62a0-0f7f-30eb6aef6f6c-7f5b7858, #w-node-ee72b9a9-e1e2-d409-e180-7befdfe95c96-7f5b7858, #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b786e, #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b786e {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b786e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b789d, #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b789d {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b789d, #w-node-d0544bd5-57c4-fbe0-de7e-bcaf9f9bedc9-7f5b789e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3819e593-7a3a-30f0-4a0f-83af2c1f4e31-7f5b78a0, #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822da-7f5b78a0 {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b78a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fc14bba0-7d07-ee93-8fc6-201d8201746a-7f5b78b6, #w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb84-7f5b78b6, #w-node-_0aa907d9-f714-2310-ccdd-6df08547d23d-7f5b78b6 {
    align-self: center;
  }

  #w-node-fedb012a-d9a3-320d-53b8-52d3436e14db-7f5b78b6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f7b-7f5b78b8 {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b78b8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f7b-7f5b78bc {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b78bc, #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b78c6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_063b0a6e-d139-2471-3ea1-56b0d5cc6f7b-7f5b78c7 {
    align-self: center;
  }

  #w-node-_78d8bba2-9866-d1e8-7abe-102aa477aba7-7f5b78c7, #w-node-d0544bd5-57c4-fbe0-de7e-bcaf9f9bedc9-7f5b78d6, #w-node-d0544bd5-57c4-fbe0-de7e-bcaf9f9bedc9-7f5b78d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ebfe7f00-098d-425a-910a-d0ff9f761209-7f5b761c {
    justify-self: stretch;
  }

  #w-node-_4a2a774c-248f-7a45-b4b2-ce1a3a47ee96-7f5b769e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb56-7f5b769f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4a2a774c-248f-7a45-b4b2-ce1a3a47ee96-7f5b76a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb56-7f5b76a1, #w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb56-7f5b76a2 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4a2a774c-248f-7a45-b4b2-ce1a3a47ee96-7f5b76a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5feb2d3d-e1d9-106e-3d8a-739eaa8aa081-7f5b76a7, #w-node-_5feb2d3d-e1d9-106e-3d8a-739eaa8aa081-7f5b76bb {
    justify-self: center;
  }

  #w-node-_4a2a774c-248f-7a45-b4b2-ce1a3a47ee96-7f5b76be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f7ca835-7115-da1a-bd10-a9d687419088-7f5b76ff {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-_1f7ca835-7115-da1a-bd10-a9d687419089-7f5b76ff, #w-node-_1f7ca835-7115-da1a-bd10-a9d68741908a-7f5b76ff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f7ca835-7115-da1a-bd10-a9d687419088-7f5b7702 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-_1f7ca835-7115-da1a-bd10-a9d687419089-7f5b7702, #w-node-_1f7ca835-7115-da1a-bd10-a9d68741908a-7f5b7702 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ebfe7f00-098d-425a-910a-d0ff9f761209-7f5b7716 {
    justify-self: stretch;
  }

  #w-node-_1f7ca835-7115-da1a-bd10-a9d687419088-7f5b7757 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-_1f7ca835-7115-da1a-bd10-a9d687419089-7f5b7757, #w-node-_1f7ca835-7115-da1a-bd10-a9d68741908a-7f5b7757 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ebfe7f00-098d-425a-910a-d0ff9f761209-7f5b775b {
    justify-self: stretch;
  }

  #w-node-d26aa003-3f8c-9e4d-0422-cad7b4b6f813-7f5b775b {
    order: -9999;
  }

  #w-node-_5feb2d3d-e1d9-106e-3d8a-739eaa8aa081-7f5b7774, #w-node-_5feb2d3d-e1d9-106e-3d8a-739eaa8aa081-7f5b7775 {
    justify-self: center;
  }

  #w-node-_1f7ca835-7115-da1a-bd10-a9d687419088-7f5b7776 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-_1f7ca835-7115-da1a-bd10-a9d687419089-7f5b7776, #w-node-_1f7ca835-7115-da1a-bd10-a9d68741908a-7f5b7776 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1f7ca835-7115-da1a-bd10-a9d687419088-7f5b7777 {
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  #w-node-_1f7ca835-7115-da1a-bd10-a9d687419089-7f5b7777, #w-node-_1f7ca835-7115-da1a-bd10-a9d68741908a-7f5b7777 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb56-7f5b77eb, #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822ac-7f5b7803, #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822ac-7f5b7804 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_87a6ee32-19db-3dfd-8cd8-40bb6a25a6a7-6a25a69e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ebfe7f00-098d-425a-910a-d0ff9f761209-7f5b7838 {
    justify-self: stretch;
  }

  #w-node-d26aa003-3f8c-9e4d-0422-cad7b4b6f813-7f5b7838 {
    order: -9999;
  }

  #w-node-ebfe7f00-098d-425a-910a-d0ff9f761209-7f5b7858 {
    justify-self: stretch;
  }

  #w-node-d26aa003-3f8c-9e4d-0422-cad7b4b6f813-7f5b7858 {
    order: -9999;
  }

  #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822ac-7f5b786e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5feb2d3d-e1d9-106e-3d8a-739eaa8aa081-7f5b7898 {
    justify-self: center;
  }

  #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822ac-7f5b789d, #w-node-a7c2c47b-bb4c-34f5-0901-9d97b51822ac-7f5b78a0, #w-node-a6066d1c-b203-e8f2-569b-ef5f604cbb56-7f5b78b6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5feb2d3d-e1d9-106e-3d8a-739eaa8aa081-7f5b78e3 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a900-7f5b761c, #w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a902-7f5b761c, #w-node-_643b5bec-ee7d-6f3a-fdf1-341bf79b4c28-f79b4c21, #w-node-_643b5bec-ee7d-6f3a-fdf1-341bf79b4c2a-f79b4c21, #w-node-_643b5bec-ee7d-6f3a-fdf1-341bf79b4c37-f79b4c21, #w-node-_643b5bec-ee7d-6f3a-fdf1-341bf79b4c39-f79b4c21, #w-node-_9ca84420-bd2e-c937-ef82-47ea929526e2-f79b4c21, #w-node-_9ca84420-bd2e-c937-ef82-47ea929526e4-f79b4c21, #w-node-_454c4437-2a26-4738-08e8-ef6a3f58a653-3f58a64c, #w-node-_454c4437-2a26-4738-08e8-ef6a3f58a655-3f58a64c, #w-node-_454c4437-2a26-4738-08e8-ef6a3f58a662-3f58a64c, #w-node-_454c4437-2a26-4738-08e8-ef6a3f58a664-3f58a64c, #w-node-_08de2138-a102-7eb6-002e-8347dd1350e1-7f5b769f, #w-node-_3b215676-7cac-3bc7-72d1-ba91f0d680cb-f0d680c4, #w-node-_3b215676-7cac-3bc7-72d1-ba91f0d680cd-f0d680c4, #w-node-_3b215676-7cac-3bc7-72d1-ba91f0d680da-f0d680c4, #w-node-_3b215676-7cac-3bc7-72d1-ba91f0d680dc-f0d680c4, #w-node-_08de2138-a102-7eb6-002e-8347dd1350e1-7f5b76a1, #w-node-_08de2138-a102-7eb6-002e-8347dd1350e1-7f5b76a2, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592e9-7f5b76a3, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592eb-7f5b76a3, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592f8-7f5b76a3, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592fa-7f5b76a3, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adead6-7f5b76a5, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adead8-7f5b76a5, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeae5-7f5b76a5, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeae7-7f5b76a5, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeaf4-7f5b76a5, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeaf6-7f5b76a5, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeb03-7f5b76a5, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeb05-7f5b76a5, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeb12-7f5b76a5, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeb14-7f5b76a5, #w-node-_0783bcac-d618-2027-1a84-354c57241cf6-57241cef, #w-node-_0783bcac-d618-2027-1a84-354c57241cf8-57241cef, #w-node-_0783bcac-d618-2027-1a84-354c57241d06-57241cef, #w-node-_0783bcac-d618-2027-1a84-354c57241d08-57241cef, #w-node-_0783bcac-d618-2027-1a84-354c57241d15-57241cef, #w-node-_0783bcac-d618-2027-1a84-354c57241d17-57241cef, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592e9-7f5b76be, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592eb-7f5b76be, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592f8-7f5b76be, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592fa-7f5b76be, #w-node-e586597f-0165-52e3-a408-099476085980-7f5b76f3, #w-node-e586597f-0165-52e3-a408-099476085982-7f5b76f3, #w-node-e586597f-0165-52e3-a408-09947608598f-7f5b76f3, #w-node-e586597f-0165-52e3-a408-099476085991-7f5b76f3, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adead6-7f5b76f6, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adead8-7f5b76f6, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeae5-7f5b76f6, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeae7-7f5b76f6, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeaf4-7f5b76f6, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeaf6-7f5b76f6, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeb03-7f5b76f6, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeb05-7f5b76f6, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeb12-7f5b76f6, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeb14-7f5b76f6, #w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a900-7f5b7716, #w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a902-7f5b7716, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cb3-7f5b7742, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cb5-7f5b7742, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cc2-7f5b7742, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cc4-7f5b7742, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cd1-7f5b7742, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cd3-7f5b7742, #w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a900-7f5b775b, #w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a902-7f5b775b, #w-node-_7f684e17-c680-2379-122f-f9944b43eb5d-7f5b7791, #w-node-_7f684e17-c680-2379-122f-f9944b43eb5f-7f5b7791, #w-node-_7f684e17-c680-2379-122f-f9944b43eb6c-7f5b7791, #w-node-_7f684e17-c680-2379-122f-f9944b43eb6e-7f5b7791, #w-node-a116dd25-343b-abf0-290f-d44b067e3ecf-7f5b7791, #w-node-a116dd25-343b-abf0-290f-d44b067e3ed1-7f5b7791 {
    order: -9999;
  }

  #w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a902-7f5b77ab {
    order: 9999;
  }

  #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592e9-7f5b77ab, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592eb-7f5b77ab, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592f8-7f5b77ab, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592fa-7f5b77ab, #w-node-c74445c3-591a-da29-a155-750853920d93-7f5b77ab, #w-node-c74445c3-591a-da29-a155-750853920d95-7f5b77ab, #w-node-_2fc632bb-6e14-6049-13bb-80ea19b0e43d-7f5b77ab, #w-node-_2fc632bb-6e14-6049-13bb-80ea19b0e43f-7f5b77ab, #w-node-_4d7012ff-b693-6444-de78-e8002b17fdcd-7f5b77ab, #w-node-_4d7012ff-b693-6444-de78-e8002b17fdcf-7f5b77ab, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cb3-7f5b77af, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cb5-7f5b77af, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cc2-7f5b77af, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cc4-7f5b77af, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cd1-7f5b77af, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cd3-7f5b77af {
    order: -9999;
  }

  #w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a902-7f5b77c6 {
    order: 9999;
  }

  #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592e9-7f5b77c6, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592eb-7f5b77c6, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592f8-7f5b77c6, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592fa-7f5b77c6, #w-node-c74445c3-591a-da29-a155-750853920d93-7f5b77c6, #w-node-c74445c3-591a-da29-a155-750853920d95-7f5b77c6, #w-node-_2fc632bb-6e14-6049-13bb-80ea19b0e43d-7f5b77c6, #w-node-_2fc632bb-6e14-6049-13bb-80ea19b0e43f-7f5b77c6, #w-node-_4d7012ff-b693-6444-de78-e8002b17fdcd-7f5b77c6, #w-node-_4d7012ff-b693-6444-de78-e8002b17fdcf-7f5b77c6, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cb3-7f5b77c8, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cb5-7f5b77c8, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cc2-7f5b77c8, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cc4-7f5b77c8, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cd1-7f5b77c8, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cd3-7f5b77c8, #w-node-f23549f6-81c0-f136-dbd2-e580fd0377da-fd0377d3, #w-node-f23549f6-81c0-f136-dbd2-e580fd0377dc-fd0377d3, #w-node-f23549f6-81c0-f136-dbd2-e580fd0377e9-fd0377d3, #w-node-f23549f6-81c0-f136-dbd2-e580fd0377eb-fd0377d3, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592e9-7f5b77d1, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592eb-7f5b77d1, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592f8-7f5b77d1, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592fa-7f5b77d1 {
    order: -9999;
  }

  #w-node-d9a40840-b2ef-787d-0d76-ff057ec22a3a-7f5b77d2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d9a40840-b2ef-787d-0d76-ff057ec22a3b-7f5b77d2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d9a40840-b2ef-787d-0d76-ff057ec22a3a-7f5b77d3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d9a40840-b2ef-787d-0d76-ff057ec22a3b-7f5b77d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d9a40840-b2ef-787d-0d76-ff057ec22a3a-7f5b77d5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d9a40840-b2ef-787d-0d76-ff057ec22a3b-7f5b77d5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f57019c0-5b2b-ea33-b533-6ee50b311ceb-7f5b77d6, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cb3-7f5b77d6, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cb5-7f5b77d6, #w-node-c1a23dac-3d80-3c50-a0a5-5e22839e5c20-7f5b77d6, #w-node-c1a23dac-3d80-3c50-a0a5-5e22839e5c22-7f5b77d6, #w-node-_67e57f9d-5c0e-35d8-936c-638982e524ba-7f5b77d6, #w-node-_67e57f9d-5c0e-35d8-936c-638982e524bc-7f5b77d6, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cc2-7f5b77d6, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cc4-7f5b77d6, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cd1-7f5b77d6, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cd3-7f5b77d6, #w-node-_08de2138-a102-7eb6-002e-8347dd1350e1-7f5b77eb, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592e9-7f5b77fe, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592eb-7f5b77fe, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592f8-7f5b77fe, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592fa-7f5b77fe, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592e9-7f5b7819, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592eb-7f5b7819, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592f8-7f5b7819, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592fa-7f5b7819, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cb3-7f5b781e, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cb5-7f5b781e, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cc2-7f5b781e, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cc4-7f5b781e, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cd1-7f5b781e, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cd3-7f5b781e, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cb3-7f5b781f, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cb5-7f5b781f, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cc2-7f5b781f, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cc4-7f5b781f, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cd1-7f5b781f, #w-node-_5fce449f-8872-347d-66ef-21c7215a5cd3-7f5b781f, #w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a900-7f5b7838, #w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a902-7f5b7838, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adead6-7f5b7856, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adead8-7f5b7856, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeae5-7f5b7856, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeae7-7f5b7856, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeaf4-7f5b7856, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeaf6-7f5b7856, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeb03-7f5b7856, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeb05-7f5b7856, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeb12-7f5b7856, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeb14-7f5b7856, #w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a900-7f5b7858, #w-node-e89a6c4f-1e6d-7874-5fa7-7dba8598a902-7f5b7858, #w-node-_08de2138-a102-7eb6-002e-8347dd1350e1-7f5b78b6, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592e9-7f5b78bc, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592eb-7f5b78bc, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592f8-7f5b78bc, #w-node-_06c9aa1d-fd74-4f75-91dd-e27da44592fa-7f5b78bc, #w-node-_7f684e17-c680-2379-122f-f9944b43eb5d-7f5b78c9, #w-node-_7f684e17-c680-2379-122f-f9944b43eb5f-7f5b78c9, #w-node-_7f684e17-c680-2379-122f-f9944b43eb6c-7f5b78c9, #w-node-_7f684e17-c680-2379-122f-f9944b43eb6e-7f5b78c9, #w-node-a116dd25-343b-abf0-290f-d44b067e3ecf-7f5b78c9, #w-node-a116dd25-343b-abf0-290f-d44b067e3ed1-7f5b78c9, #w-node-_7f684e17-c680-2379-122f-f9944b43eb5d-7f5b78ca, #w-node-_7f684e17-c680-2379-122f-f9944b43eb5f-7f5b78ca, #w-node-_7f684e17-c680-2379-122f-f9944b43eb6c-7f5b78ca, #w-node-_7f684e17-c680-2379-122f-f9944b43eb6e-7f5b78ca, #w-node-a116dd25-343b-abf0-290f-d44b067e3ecf-7f5b78ca, #w-node-a116dd25-343b-abf0-290f-d44b067e3ed1-7f5b78ca, #w-node-_7f684e17-c680-2379-122f-f9944b43eb5d-7f5b78cb, #w-node-_7f684e17-c680-2379-122f-f9944b43eb5f-7f5b78cb, #w-node-_7f684e17-c680-2379-122f-f9944b43eb6c-7f5b78cb, #w-node-_7f684e17-c680-2379-122f-f9944b43eb6e-7f5b78cb, #w-node-a116dd25-343b-abf0-290f-d44b067e3ecf-7f5b78cb, #w-node-a116dd25-343b-abf0-290f-d44b067e3ed1-7f5b78cb, #w-node-_7f684e17-c680-2379-122f-f9944b43eb5d-7f5b78cc, #w-node-_7f684e17-c680-2379-122f-f9944b43eb5f-7f5b78cc, #w-node-_7f684e17-c680-2379-122f-f9944b43eb6c-7f5b78cc, #w-node-_7f684e17-c680-2379-122f-f9944b43eb6e-7f5b78cc, #w-node-a116dd25-343b-abf0-290f-d44b067e3ecf-7f5b78cc, #w-node-a116dd25-343b-abf0-290f-d44b067e3ed1-7f5b78cc {
    order: -9999;
  }

  #w-node-d9a40840-b2ef-787d-0d76-ff057ec22a3a-7f5b78cd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d9a40840-b2ef-787d-0d76-ff057ec22a3b-7f5b78cd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adead6-7f5b78d1, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adead8-7f5b78d1, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeae5-7f5b78d1, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeae7-7f5b78d1, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeaf4-7f5b78d1, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeaf6-7f5b78d1, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeb03-7f5b78d1, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeb05-7f5b78d1, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeb12-7f5b78d1, #w-node-_16900c1e-fe85-8a11-1f8b-b0fe55adeb14-7f5b78d1, #w-node-fc974d06-a63a-f380-daf7-2e3b2e840fbd-7f5b78da, #w-node-fc974d06-a63a-f380-daf7-2e3b2e840fbf-7f5b78da, #w-node-fc974d06-a63a-f380-daf7-2e3b2e840fcc-7f5b78da, #w-node-fc974d06-a63a-f380-daf7-2e3b2e840fce-7f5b78da, #w-node-fc974d06-a63a-f380-daf7-2e3b2e840fbd-7f5b78de, #w-node-fc974d06-a63a-f380-daf7-2e3b2e840fbf-7f5b78de, #w-node-fc974d06-a63a-f380-daf7-2e3b2e840fcc-7f5b78de, #w-node-fc974d06-a63a-f380-daf7-2e3b2e840fce-7f5b78de {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8f9d7ca2-aa3a-b21b-3ad3-652c80814184-8081417a {
    order: 1;
  }

  #w-node-_8f9d7ca2-aa3a-b21b-3ad3-652c808141a7-8081417a {
    order: 6;
  }

  #w-node-_8f9d7ca2-aa3a-b21b-3ad3-652c808141c7-8081417a {
    order: 2;
  }

  #w-node-_8f9d7ca2-aa3a-b21b-3ad3-652c808141ef-8081417a {
    order: 6;
  }

  #w-node-_8f9d7ca2-aa3a-b21b-3ad3-652c80814207-8081417a {
    order: 5;
  }

  #w-node-b267ae6b-14ed-80fb-fd92-010e8613dbb2-8613dba4 {
    order: 1;
  }

  #w-node-b267ae6b-14ed-80fb-fd92-010e8613dbce-8613dba4 {
    order: 6;
  }

  #w-node-b267ae6b-14ed-80fb-fd92-010e8613dbe8-8613dba4 {
    order: 2;
  }

  #w-node-b267ae6b-14ed-80fb-fd92-010e8613dc06-8613dba4 {
    order: 6;
  }

  #w-node-b267ae6b-14ed-80fb-fd92-010e8613dc1a-8613dba4 {
    order: 5;
  }

  #w-node-_3010f0c7-a8d6-3ba3-54ba-cc4fffba9c34-ffba9c26 {
    order: 1;
  }

  #w-node-_3010f0c7-a8d6-3ba3-54ba-cc4fffba9c50-ffba9c26 {
    order: 6;
  }

  #w-node-_3010f0c7-a8d6-3ba3-54ba-cc4fffba9c6a-ffba9c26 {
    order: 2;
  }

  #w-node-_3010f0c7-a8d6-3ba3-54ba-cc4fffba9c88-ffba9c26 {
    order: 6;
  }

  #w-node-_3010f0c7-a8d6-3ba3-54ba-cc4fffba9c9c-ffba9c26 {
    order: 5;
  }

  #w-node-_524fa7bd-1745-d053-5a45-16fab7c01be8-b7c01bda {
    order: 1;
  }

  #w-node-_524fa7bd-1745-d053-5a45-16fab7c01c04-b7c01bda {
    order: 6;
  }

  #w-node-_524fa7bd-1745-d053-5a45-16fab7c01c1e-b7c01bda {
    order: 2;
  }

  #w-node-_524fa7bd-1745-d053-5a45-16fab7c01c3c-b7c01bda {
    order: 6;
  }

  #w-node-_524fa7bd-1745-d053-5a45-16fab7c01c50-b7c01bda {
    order: 5;
  }

  #w-node-_9574d3bf-29c5-8002-9f95-f3942026c33a-2026c32c {
    order: 1;
  }

  #w-node-_9574d3bf-29c5-8002-9f95-f3942026c356-2026c32c {
    order: 6;
  }

  #w-node-_9574d3bf-29c5-8002-9f95-f3942026c370-2026c32c {
    order: 2;
  }

  #w-node-_9574d3bf-29c5-8002-9f95-f3942026c387-2026c32c {
    order: 6;
  }

  #w-node-_9574d3bf-29c5-8002-9f95-f3942026c3a1-2026c32c {
    order: 5;
  }

  #w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b76bf {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr .75fr .75fr;
  }

  #w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b7758 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-_736b8a6d-f912-086d-6a8d-e5ba40114ef9-7f5b7758, #w-node-fb17e125-c2f6-8e62-6391-3650f0a4a64f-7f5b7758, #w-node-f99b5519-f044-4456-9d57-8e7975283941-7f5b7758, #w-node-_2c218023-6d10-7560-4be9-3554b83dca58-7f5b7758, #w-node-ba4870cc-e260-93cb-acdc-674ad8cbce8c-7f5b7758 {
    grid-column: span 2 / span 2;
  }

  #w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b775f {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-_736b8a6d-f912-086d-6a8d-e5ba40114ef9-7f5b775f, #w-node-fb17e125-c2f6-8e62-6391-3650f0a4a64f-7f5b775f, #w-node-f99b5519-f044-4456-9d57-8e7975283941-7f5b775f, #w-node-_2c218023-6d10-7560-4be9-3554b83dca58-7f5b775f, #w-node-ba4870cc-e260-93cb-acdc-674ad8cbce8c-7f5b775f {
    grid-column: span 2 / span 2;
  }

  #w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b777a {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr .75fr .75fr;
  }

  #w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b778e {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-_736b8a6d-f912-086d-6a8d-e5ba40114ef9-7f5b778e, #w-node-fb17e125-c2f6-8e62-6391-3650f0a4a64f-7f5b778e, #w-node-f99b5519-f044-4456-9d57-8e7975283941-7f5b778e, #w-node-_2c218023-6d10-7560-4be9-3554b83dca58-7f5b778e, #w-node-ba4870cc-e260-93cb-acdc-674ad8cbce8c-7f5b778e {
    grid-column: span 2 / span 2;
  }

  #w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b77d7 {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: .75fr .75fr;
  }

  #w-node-_736b8a6d-f912-086d-6a8d-e5ba40114ef9-7f5b77d7, #w-node-fb17e125-c2f6-8e62-6391-3650f0a4a64f-7f5b77d7, #w-node-f99b5519-f044-4456-9d57-8e7975283941-7f5b77d7, #w-node-_2c218023-6d10-7560-4be9-3554b83dca58-7f5b77d7, #w-node-ba4870cc-e260-93cb-acdc-674ad8cbce8c-7f5b77d7 {
    grid-column: span 2 / span 2;
  }

  #w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b781a, #w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b786d, #w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b78b5, #w-node-a8a36010-32a5-55fc-c4ca-4442e00a5ebd-7f5b78df {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr .75fr .75fr;
  }
}


@font-face {
  font-family: 'Flaticon Realeye Icons';
  src: url('../fonts/flaticon_realeye-icons.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}