:root {
  --neutral-700: #3a4a5c;
  --primary-900: #154999;
  --white: white;
  --primary-200: #93cbf4;
  --primary-600: #2d8add;
  --primary-700: #2578ca;
  --neutral-100: #c8d2dd;
  --neutral-900: #1a2430;
  --neutral-50-501: #e8ecf5;
  --neutral-200: #a8b3c2;
  --primary-100: #bcdef8;
  --success-700: #00942f;
  --error-700: #db222a;
  --primary-50-501: #e4f2fc;
  --secondary-50: #e3f6fb;
  --primary-800: #1f67b8;
  --primary-500: #3298ea;
  --primary-400: #4ca6ed;
  --primary-300: #6ab6f0;
  --secondary-400: #5cc3da;
  --secondary-300: #6ccde2;
  --secondary-200: #8fdcec;
  --secondary-100: #b9eaf4;
  --neutral-800: #2c3847;
  --neutral-600: #4a5c72;
  --neutral-500: #576a82;
  --neutral-400: #6f7f95;
  --neutral-300: #8795a8;
  --success-200: #9adaa3;
  --error-200: #f49898;
}

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

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  width: 1px;
  height: 22px;
  background-color: #e4ebf3;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

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

.main-wrapper {
  color: var(--neutral-700);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.section-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.section-home-header {
  position: relative;
}

.section-home-header.background-color-primary900 {
  background-color: var(--primary-900);
}

.section-home-header.background-color-primary900.z-index-2 {
  z-index: 2;
}

.padding-global {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 5%;
  padding-right: 5%;
}

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

.padding-section-medium {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.home-header-component {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
}

.home-header-component.z-index-2 {
  z-index: 2;
  text-align: center;
  border-radius: 24px;
  position: relative;
}

.home-header-heading {
  width: 100%;
  height: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  font-family: Inter, sans-serif;
}

.home-header-image-wrapper {
  max-height: 100%;
  object-fit: fill;
  border-radius: 24px;
  display: none;
  overflow: hidden;
}

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

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

.max-width-large.align-center.is-relative {
  position: relative;
}

.padding-bottom {
  padding: 0;
}

.padding-bottom.padding-xxlarge {
  padding-bottom: 5rem;
}

.padding-bottom.padding-small {
  padding-bottom: 1.5rem;
}

.padding-bottom.padding-large {
  padding-bottom: 3rem;
}

.padding-bottom.padding-xsmall {
  padding-bottom: 1rem;
}

.padding-bottom.padding-xxsmall {
  padding-bottom: .5rem;
}

.padding-bottom.padding-xlarge {
  padding-bottom: 4rem;
}

.padding-bottom.padding-xhuge {
  padding-bottom: 8rem;
}

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

.heading-style-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.5rem;
  line-height: 1.1;
}

.heading-style-h1.text-color-white {
  color: var(--white);
}

.text-size-medium {
  color: var(--primary-200);
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5;
}

.text-size-medium.text-color-white {
  color: var(--white);
}

.text-size-medium.text-color-white.text-weight-semibold {
  font-weight: 700;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 1px solid var(--primary-600);
  background-color: var(--primary-600);
  color: var(--white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 600;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.button:hover {
  border-color: var(--primary-700);
  background-color: var(--primary-700);
  transform: translate(0, -.25rem);
}

.button.is-inverted {
  border-color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2), 0 1px 2px rgba(16, 24, 40, .05);
}

.button.is-secondary {
  background-color: rgba(0, 0, 0, 0);
}

.button.is-secondary.is-inverted:hover {
  background-color: rgba(255, 255, 255, .1);
}

.button.is-secondary.is-white {
  border-color: var(--neutral-100);
  color: var(--neutral-900);
}

.button.is-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

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

.home-header-graphic {
  opacity: .14;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 5%;
  left: 0%;
  right: 0%;
}

.nav-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  display: flex;
}

.brand-link {
  position: relative;
}

.section-features.background-color-neutral50 {
  background-color: var(--neutral-50-501);
}

.padding-section-large {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.features-component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.features-item-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.features-title-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.tagline {
  color: var(--primary-700);
  text-align: left;
  font-weight: 600;
}

.tagline.is-light {
  color: var(--white);
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h3 {
  color: var(--neutral-900);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 1.2;
}

.heading-style-h3.text-align-left {
  text-align: left;
}

.heading-style-h3.text-align-left.text-color-white {
  color: var(--white);
}

.text-size-regular {
  text-align: left;
  margin-bottom: 0;
}

.text-size-regular.is-text-left {
  color: var(--neutral-700);
  text-align: left;
}

.text-size-regular.is-centered-text {
  text-align: center;
  display: block;
}

.text-size-regular.text-color-primary-900 {
  color: var(--primary-900);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-size-regular.text-color-white {
  color: var(--white);
  padding-top: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

.text-size-regular.text-weight-semibold {
  font-weight: 600;
}

.features-item {
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  padding: 2rem 1.5rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .2), 0 2px 4px -2px rgba(0, 0, 0, .2);
}

.double-icon-wrapper {
  z-index: 3;
  width: 3rem;
  height: auto;
  color: var(--primary-700);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.icon-1x1-large {
  z-index: 3;
  width: 3rem;
  height: 3rem;
  max-width: none;
  display: block;
  position: relative;
}

.double-icon-shape {
  z-index: 1;
  width: 2rem;
  height: 2rem;
  background-color: var(--primary-200);
  border-radius: 100px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.text-size-large {
  color: var(--neutral-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-size-large.text-weight-semibold {
  font-weight: 600;
}

.div-block, .benefits-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.heading-style-h4 {
  color: var(--neutral-900);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  line-height: 1.4;
  display: none;
}

.text-color-primary-200 {
  color: var(--primary-200);
}

.benefits-image-wrapper {
  height: 45rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--neutral-50-501);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  display: none;
  position: relative;
}

.benefits-image01 {
  padding-right: 0;
  display: none;
}

.benefits-image01.test-image-2 {
  padding-right: 0;
}

.benefits-image02 {
  padding-left: 0;
  display: none;
}

.benefits-image02.test-image {
  padding-left: 0;
}

.benefits-image02.thornbills {
  width: 60%;
  display: none;
}

.benefits-list-wrapper {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.check-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.check-icon {
  width: 2rem;
  height: 2rem;
  background-color: var(--primary-100);
  border-radius: 64px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1x1-small {
  width: 1.5rem;
  height: 1.5rem;
  flex: none;
  overflow: visible;
}

.benefits-item-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.benefits-item {
  border: 1px solid var(--neutral-100);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2), 0 1px 3px rgba(0, 0, 0, .2);
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.thorn-span {
  color: #18929b;
}

.bills-span {
  color: #8dc642;
}

.blog-section-title-content {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-nav {
  background-color: var(--white);
  position: relative;
}

.nav-button-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-nav-menu {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: center;
  display: flex;
  position: static;
}

.nav-linkage {
  color: var(--neutral-900);
  border-radius: 6px;
  padding: .375rem .75rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.nav-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer-component {
  background-color: var(--primary-900);
}

.padding-section-small {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.footer-top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.footer-left-wrapper {
  flex-direction: column;
  display: flex;
}

.footer-logo-link {
  padding-left: 0;
  position: relative;
}

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

.footer-link-list {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.margin-bottom {
  margin: 0;
}

.margin-bottom.margin-xsmall {
  margin-bottom: 1rem;
}

.footer-link, .footer-link.w--current {
  color: var(--white);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
  text-decoration: none;
}

.address-wrapper {
  display: flex;
}

.contact-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.contact-link-wrapper {
  flex-direction: column;
  display: flex;
}

.section-workflow.background-color-neutral50 {
  background-color: var(--neutral-50-501);
}

.workflow-title-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.workflow-content-left, .workflow-content-right {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.workflow-item-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.workflow-item {
  border: 1px solid var(--neutral-200);
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  padding: 2.5rem;
  display: flex;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, .2), 0 1px 3px rgba(0, 0, 0, .2);
}

.featured-icon {
  width: 2rem;
  height: 2rem;
  background-color: var(--primary-100);
  color: var(--primary-900);
  border-radius: 64px;
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.modal-wrapper {
  z-index: 2000;
  width: auto;
  transform-style: preserve-3d;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate3d(2px, 1px, 5px)translate3d(2px, -1px, 3px);
}

.modal-bg {
  z-index: 2100;
  background-color: rgba(0, 0, 0, .35);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.section-contact.background-color-primary900 {
  background-color: var(--primary-900);
}

.contact-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-radius: 1.5rem;
  grid-template-rows: auto;
}

.contact-content {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

.contact-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.heading-style-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  line-height: 1.2;
}

.heading-style-h2.text-color-white {
  color: var(--white);
}

.contact-form-block {
  color: var(--white);
  margin-bottom: 0;
}

.form-input {
  border: 1px solid var(--neutral-200);
  border-radius: 6px;
  margin-bottom: 0;
  padding: .75rem 1rem;
  transition: box-shadow .2s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.form-input.is-text-area {
  min-height: 8rem;
  margin-left: 0;
  margin-right: 0;
  overflow: auto;
}

.form-button-wrapper {
  flex-direction: column;
  display: flex;
}

.success-text {
  color: var(--success-700);
  font-weight: 600;
}

.error-text {
  color: var(--error-700);
  font-weight: 600;
}

.image {
  display: inline-block;
}

.about-us-component {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.team-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
  justify-items: start;
}

.team-list {
  width: 100%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr;
}

.team-item {
  border: 1px solid var(--neutral-100);
  border-radius: 12px;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .2), 0 2px 4px -2px rgba(0, 0, 0, .2);
}

.team-member-info-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.team-image {
  width: 3rem;
  height: 3rem;
  min-height: 3rem;
  min-width: 3rem;
  object-fit: cover;
  border-radius: 100%;
}

.text-size-small {
  font-size: .875rem;
}

.section-longform-header {
  background-color: var(--primary-900);
}

.breadcrumb-component {
  width: 100%;
  color: var(--primary-50-501);
  align-items: center;
  display: flex;
}

.breadcrumb-link {
  font-size: .875rem;
  text-decoration: none;
}

.text-block {
  color: var(--secondary-50);
}

.longform-header-component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border-radius: 1.5rem;
  display: flex;
}

.longform-header-heading-content {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.longform-header-image-wrapper {
  width: 100%;
  height: 43rem;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
}

.longform-header-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.longform-header-image.connectez {
  object-fit: contain;
  display: none;
}

.longform-content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.jitnem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.image-2 {
  display: block;
}

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

.background-video {
  z-index: 999;
  width: 100%;
  height: 100%;
  object-fit: fill;
  padding-bottom: 56.25%;
  display: none;
  position: relative;
  overflow: visible;
}

.background-video.is-dekstop {
  display: none;
}

.section-mri-scene {
  display: block;
}

.articles-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.lottie-animation {
  max-width: 100%;
  flex: 0 auto;
  padding-right: 8rem;
  display: none;
}

.youtube {
  display: none;
}

.html-embed {
  display: block;
}

.video-overlay {
  width: 100%;
  height: 100%;
  mix-blend-mode: normal;
}

.heading-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.video-2 {
  display: none;
}

.html-embed-2 {
  width: auto;
  height: auto;
  max-width: 90vh;
  margin-bottom: 0;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  justify-content: center;
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-header-heading {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .home-header-image-wrapper {
    max-height: 40%;
  }

  .padding-bottom.padding-xxlarge {
    padding-bottom: 4rem;
  }

  .padding-bottom.padding-small {
    padding-bottom: 1.25rem;
  }

  .padding-bottom.padding-large {
    padding-bottom: 2.5rem;
  }

  .padding-bottom.padding-xlarge {
    padding-bottom: 3rem;
  }

  .padding-bottom.padding-xhuge {
    padding-bottom: 6rem;
  }

  .home-header-graphic {
    top: 20%;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .features-item-wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .features-item {
    padding: 1.5rem 1.25rem;
  }

  .benefits-component {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .max-width-medium {
    max-width: none;
  }

  .benefits-image-wrapper {
    height: 42.5rem;
  }

  .benefits-image01 {
    padding-right: 8rem;
  }

  .benefits-image02 {
    padding-left: 8rem;
  }

  .benefits-image02.thornbills {
    width: 75%;
  }

  .blog-section-title-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .nav-nav-menu {
    width: 100%;
    background-color: #fff;
    padding: 2rem 2.5rem;
  }

  .nav-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: center;
    display: flex;
  }

  .nav-button {
    padding: 0;
  }

  .nav-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .footer-top-wrapper, .workflow-title-wrapper {
    grid-template-columns: 1fr;
  }

  .workflow-item-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .workflow-item {
    padding: 1.5rem 1rem;
  }

  .contact-content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .team-component {
    grid-template-columns: 1fr;
  }

  .longform-header-heading-content {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .longform-header-image-wrapper {
    height: auto;
  }

  .longform-header-image.connectez {
    display: none;
  }

  .background-video {
    display: block;
  }

  .background-video.is-dekstop {
    display: none;
  }

  .articles-component {
    grid-template-columns: 1fr 1fr;
  }

  .html-embed-2 {
    justify-content: center;
    align-items: center;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    height: 1px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-header-component.z-index-2 {
    border-radius: 16px;
  }

  .home-header-heading {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-bottom.padding-xxlarge {
    padding-bottom: 3rem;
  }

  .padding-bottom.padding-small {
    padding-bottom: 1.125rem;
  }

  .padding-bottom.padding-large {
    padding-bottom: 1.5rem;
  }

  .padding-bottom.padding-xlarge {
    padding-bottom: 2rem;
  }

  .padding-bottom.padding-xhuge {
    padding-bottom: 4rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .button-group.is-center {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .home-header-graphic {
    display: none;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .benefits-image01 {
    padding-right: 5rem;
  }

  .benefits-image02 {
    padding-left: 5rem;
  }

  .benefits-image02.thornbills {
    width: auto;
  }

  .benefits-item-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .benefits-item, .nav-nav-menu {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-menu-wrapper, .workflow-item-wrapper, .contact-component {
    grid-template-columns: 1fr;
  }

  .contact-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .team-item {
    padding: 1.25rem;
  }

  .longform-header-heading-content {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .articles-component {
    grid-template-columns: 1fr;
  }

  .lottie-animation {
    padding-right: 5rem;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .home-header-heading {
    padding-left: 0;
    padding-right: 0;
  }

  .button.is-small.hide-mobile-portrait {
    display: none;
  }

  .features-item {
    width: auto;
    min-width: 0;
  }

  .benefits-image-wrapper {
    height: 32rem;
  }

  .benefits-image01 {
    width: auto;
    padding-right: 0;
  }

  .benefits-image02 {
    width: auto;
    padding-left: 0;
  }

  .nav-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-menu-wrapper, .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .longform-header-image-wrapper, .longform-header-image {
    display: none;
  }

  .articles-component {
    grid-template-columns: 1fr;
  }

  .lottie-animation {
    padding-right: 0;
  }
}

#w-node-_15dc05a7-93a4-7627-6a1b-e66d3a0c2b08-d22f5b4d, #w-node-ebe11e27-a188-0d61-0d07-923cc1cb52ef-d22f5b4d, #w-node-_14fbfbf6-934e-50f9-b553-b7034d4417b5-d22f5b4d, #w-node-_3bde19dc-7955-9cad-43a3-be2ed461ab22-d22f5b4d, #w-node-f8978f60-f95e-8097-78d7-dca3a7a652f8-d22f5b4d, #w-node-f8978f60-f95e-8097-78d7-dca3a7a652f9-d22f5b4d, #w-node-f8978f60-f95e-8097-78d7-dca3a7a652da-d22f5b4d, #w-node-e775c071-ce38-da79-c0a4-d4455903f809-d22f5b4d, #w-node-_41cf4a83-31a3-74fd-38c6-a070888d7155-d22f5b4d, #w-node-eeccbdd4-3dc0-828d-cdd2-be3d6dc86fc2-d22f5b4d, #w-node-_2b51149c-449d-8af3-8429-ec11701ef856-d22f5b4d, #w-node-f8978f60-f95e-8097-78d7-dca3a7a652f4-d22f5b4d, #w-node-_9dc79514-ae2b-8e18-a872-e14a9814443c-d22f5b4d, #w-node-_9dc79514-ae2b-8e18-a872-e14a98144446-d22f5b4d, #w-node-_9dc79514-ae2b-8e18-a872-e14a98144450-d22f5b4d, #w-node-c6c7a0f6-2256-cfed-dca8-ac42a59c73c1-d22f5b4d, #w-node-ffb3844a-3aae-13ef-c51c-bbea126bc701-d22f5b4d, #w-node-_44f224b2-1534-5163-f2d9-583a70b3eedb-d22f5b4d, #w-node-fd6308c3-1f0c-d476-1237-bbb82a7b2959-d22f5b4d, #w-node-b56a6e49-bfdb-85b3-87fc-4c1d1f5dc292-d22f5b4d, #w-node-c9cfeb01-df0e-5868-e6a8-730b335fe00c-d22f5b4d, #w-node-_9681db95-ac9c-3f29-7548-fa9e7d0e4a6d-d22f5b4d, #w-node-e6a5a5b8-b4b5-1ff5-d71c-919de5615dc4-d22f5b4d, #w-node-e6a5a5b8-b4b5-1ff5-d71c-919de5615dc7-d22f5b4d, #w-node-_793f6186-5f4d-d4e7-b49c-cf7122bb1e25-d22f5b4d, #w-node-_793f6186-5f4d-d4e7-b49c-cf7122bb1e28-d22f5b4d, #w-node-_5592879d-b462-1098-1eb1-e6e00eba441e-d22f5b4d, #w-node-cdb72fee-5ff3-e4f7-1c79-9e12971afaca-d22f5b4d, #w-node-f4d27402-5da7-e84b-8616-cf7000ccbabb-00ccbab6, #w-node-f4d27402-5da7-e84b-8616-cf7000ccbac4-00ccbab6, #w-node-f4d27402-5da7-e84b-8616-cf7000ccbac5-00ccbab6, #w-node-f4d27402-5da7-e84b-8616-cf7000ccbad5-00ccbab6, #w-node-_5f2987e9-b119-2ca8-7fbe-ee4d2b089570-db5b8537, #w-node-_6e7c777b-f644-b031-e893-25d606bd6263-db5b8537, #w-node-_339689fd-ce65-eda6-535f-efeef6cef25e-db5b8537, #w-node-_51044c5d-3e4b-bfe5-5e2e-2005f03b0b95-db5b8537 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_187cd727-826b-1bef-e5bc-c2119ee148c4-0d80858b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}


