:root {
  --neutral--900: #0d1423;
  --neutral--600: #3e404c;
  --dark-teal: #193c40;
  --violet--background: #f3f3fc;
  --violet--darker: #00422e;
  --light-green: #2f8468;
  --digital-green: #22aa84;
  --soft-green: ;
  --millieu: var(--red--background);
  --neutral--200: #ebebef;
  --neutral--400: #84889a;
  --neutral--500: #606476;
  --neutral--100: #f9f9fb;
  --neutral--300: #d6d7e0;
  --neutral--700: #24262d;
  --enda-green: var(--light-green);
  --green--background: #f1f8f4;
  --red--light: #f19e9d;
  --violet--lighter: #d3d2f4;
  --orange--light: #f9c99f;
  --orange--lighter: #fce5d4;
  --red--lighter: #f8d4d3;
  --red--darker: #872522;
  --violet--light: #9d9aea;
  --orange--darker: #8c612b;
  --neutral--800: #111418;
  --neutral--white: white;
  --orange--dark: #c98b40;
  --mind-green: #2f8468;
  --off-white: var(--neutral--100);
  --red--dark: #bc362f;
  --violet--dark: #3935b6;
  --orange--base: #f6a94c;
  --red--base: #e9423a;
  --red--background: #fdf2f2;
  --orange--background: #fef7f1;
  --green--lighter: #d2e9dc00;
}

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

.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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

body {
  color: var(--neutral--900);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

p {
  color: var(--neutral--600);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
}

a {
  color: var(--dark-teal);
  text-decoration: none;
}

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

li {
  list-style-type: disc;
}

img {
  max-width: none;
  max-height: 64%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 600;
  display: block;
}

blockquote {
  background-color: var(--violet--background);
  color: var(--violet--darker);
  border: 1px #000;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 32px;
}

.section-regular {
  padding: 100px 5%;
  position: relative;
}

.section-regular.grey {
  background-color: #f7f7fa;
}

.container-regular {
  z-index: 1;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar {
  z-index: 100;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 25px;
  width: auto;
  min-width: 95%;
  height: auto;
  margin-bottom: 0;
  padding: 10px 3%;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-middle {
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: block;
}

.navigation-left {
  justify-content: center;
  align-items: center;
  width: 25%;
  min-height: 100px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  grid-column-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  font-family:
    Open Sans,
    sans-serif;
  display: flex;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  min-width: 0;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.logo {
  max-width: none;
  max-height: 60px;
  padding-left: 0;
}

.container-navigation {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-link {
  color: var(--millieu);
  letter-spacing: -0.02em;
  white-space: nowrap;
  align-items: center;
  padding: 10px 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
  transition: font-size 0.2s;
}

.nav-link:hover {
  color: var(--dark-teal);
  font-weight: 500;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--millieu);
  font-weight: 500;
  text-decoration: none;
}

.nav-link.w--current:hover {
  color: var(--dark-teal);
  text-decoration: underline;
}

.header-title-grid {
  grid-column-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  margin-bottom: 100px;
}

.header-bottom-wrap {
  position: relative;
}

.search {
  z-index: 1;
  grid-column-gap: 8px;
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 720px;
  margin-bottom: 0;
  padding: 12px;
  display: flex;
  position: relative;
}

.header-image-wrap {
  height: 500px;
  margin-top: 0;
  position: relative;
}

.partnership-text-wrap {
  color: var(--neutral--600);
  background-image: url("../images/Partnership-Rectangle.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  padding: 16px 48px;
  font-size: 14px;
}

.logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.logo-wrap {
  justify-content: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.navigation-button-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.collection-list-jobs {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-wrap-regular {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.job-company-wrap {
  grid-column-gap: 14px;
  align-items: center;
  margin-bottom: 24px;
  padding-right: 10px;
  display: flex;
}

.company-card {
  border: 1px solid var(--neutral--200);
  width: 100%;
  color: var(--neutral--600);
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.company-card-header-wrap {
  grid-column-gap: 14px;
  color: var(--neutral--900);
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.regular-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.browse-dropdown-small {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
}

.jobs-dropdown-toggle {
  grid-column-gap: 8px;
  color: var(--neutral--400);
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.job-card-details-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 12px;
  color: var(--neutral--500);
  letter-spacing: -0.03em;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.feature-image-wrap {
  justify-content: center;
  align-items: center;
  height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-list {
  grid-row-gap: 14px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  margin-top: 44px;
}

.feature-content-block {
  grid-column-gap: 16px;
  background-color: var(--neutral--100);
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.title-wrap-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 470px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrap-center.max-width-450 {
  max-width: 450px;
}

.title-wrap-center.max-with-630 {
  max-width: 630px;
}

.testimonial-image-wrap {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
}

.testimonial-grid {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.75fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.testimonial-slider {
  background-color: #0000;
  height: 100%;
}

.testimonial-slider-right-button {
  border: 1px solid var(--neutral--200);
  width: 48px;
  height: 48px;
  color: var(--neutral--900);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  display: flex;
  inset: auto auto 0% 60px;
}

.testimonial-slider-right-button:hover {
  background-color: var(--neutral--200);
}

.testimonial-slider-right-button:active {
  background-color: var(--neutral--300);
}

.testimonial-slider-left-button {
  border: 1px solid var(--neutral--200);
  width: 48px;
  height: 48px;
  color: var(--neutral--300);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: auto auto 0% 0%;
}

.testimonial-logo-wrap {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  margin-bottom: 64px;
  margin-right: 16px;
  display: flex;
}

.testimonial-content-wrap {
  max-width: 450px;
}

.blog-card {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  flex-direction: column;
  align-items: flex-start;
  padding: 8px;
  text-decoration: none;
}

.rich-text {
  z-index: 4;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
}

.rich-text h2 {
  margin-top: 24px;
  margin-bottom: 16px;
}

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

.rich-text h4 {
  margin-top: 24px;
  margin-bottom: 12px;
}

.rich-text h1 {
  margin-bottom: 32px;
}

.rich-text h3,
.rich-text h5 {
  margin-top: 24px;
  margin-bottom: 12px;
}

.rich-text h6 {
  margin-bottom: 8px;
}

.rich-text img {
  margin-bottom: 40px;
}

.rich-text blockquote {
  border-left-color: var(--dark-teal);
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.8;
}

.rich-text li {
  color: var(--neutral--700);
  margin-bottom: 14px;
  font-size: 16px;
}

.cta-block {
  background-color: var(--neutral--100);
  flex-direction: column;
  align-items: center;
  padding-bottom: 43px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.browse-grid {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.5fr;
  margin-top: 72px;
}

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

.filters-title-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.browse-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.browse-divider {
  background-color: #e9ecf0;
  height: 1px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.filters-drop-down-wrap {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.browse-menu {
  position: sticky;
  top: 20px;
}

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

.utility-page-content {
  border: 1px solid var(--neutral--200);
  text-align: center;
  flex-direction: column;
  padding: 56px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 260px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-header {
  grid-column-gap: 64px;
  color: var(--enda-green);
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.75fr;
  margin-bottom: 56px;
}

.section-about-header {
  padding: 88px 5% 140px;
  position: relative;
}

.about-video-lightbox {
  background-color: #ffffff87;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.about-content-grid {
  grid-column-gap: 64px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
}

.about-content-image-top-right {
  width: 100%;
  margin-top: 32px;
}

.about-content-image-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 0.85fr;
}

.about-team-image-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 32px;
}

.about-team-image-grid-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.faq-content {
  overflow: hidden;
}

.faq-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-family: Archivo, sans-serif;
  font-weight: 600;
  display: flex;
}

.faq-block {
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  padding: 24px;
  display: flex;
}

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

.contact-us-grid {
  grid-column-gap: 104px;
  grid-template-rows: auto;
}

.form-field {
  border: 1px solid var(--neutral--200);
  height: 48px;
  margin-bottom: 24px;
  padding: 12px;
}

.form-field:focus {
  border-color: var(--dark-teal);
}

.large-form-field {
  border: 1px solid var(--neutral--200);
  min-height: 180px;
  margin-bottom: 32px;
  padding: 12px;
}

.large-form-field:focus {
  border-color: var(--dark-teal);
}

.job-post-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.5fr;
}

.detail-item {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.job-detail-wrap {
  grid-column-gap: 24px;
  white-space: nowrap;
  margin-top: 16px;
  display: flex;
}

.company-card-employees {
  grid-column-gap: 4px;
  background-color: var(--green--background);
  color: var(--enda-green);
  align-items: center;
  margin-top: 24px;
  padding: 10px 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

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

.cta-text-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 490px;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
}

.job-post-side-menu-card {
  border: 1px solid var(--neutral--100);
  flex-direction: column;
  padding: 26px;
  display: flex;
  position: sticky;
  top: 32px;
}

.job-post-content {
  border: 1px solid var(--neutral--100);
  padding: 40px 5%;
}

.job-post-divider {
  background-color: var(--neutral--100);
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.application-form-title-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
}

.content-wrapper {
  margin-bottom: 40px;
}

.job-post-header-wrap {
  grid-column-gap: 24px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.job-details-wrap {
  grid-column-gap: 4px;
  align-items: center;
  display: flex;
}

.title-wrap-left {
  max-width: 570px;
}

.about-content-background-color {
  background-color: #f7f7fa;
  width: 60%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.template-header {
  background-color: var(--dark-teal);
  color: #fff;
  background-image: url("../images/Auth-Background-Pattern-Left.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  align-items: center;
  padding: 64px 3%;
  display: flex;
}

.change-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.change-badge {
  background-color: var(--violet--background);
  color: var(--dark-teal);
  letter-spacing: -0.03em;
  margin-bottom: 8px;
  padding: 4px 16px;
  font-weight: 500;
}

.title-wrap-small-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-paragraph {
  color: var(--neutral--600);
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.header-title-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.blog-card-thumbnail {
  height: 220px;
}

.feature-grid-large {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-list-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 44px;
}

.about-header-video-wrapper {
  background-image: url("../images/adam-rhodes-ep5lX958f7E-unsplash_1adam-rhodes-ep5lX958f7E-unsplash.webp");
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 520px;
  display: flex;
}

.job-post-title-wrap {
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.business-name {
  color: var(--dark-teal);
}

.success-message {
  color: #fff;
  background-color: #4640de;
  padding-top: 32px;
  padding-bottom: 32px;
}

.google-map {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-image-wrapper {
  height: 440px;
}

.blog-section {
  padding: 72px 5%;
  position: relative;
  overflow: hidden;
}

.color-base {
  z-index: -1;
  height: 120px;
  position: relative;
}

.paragraph-style-wrap {
  max-width: 560px;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.red-light {
  background-color: var(--red--light);
}

.detail {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.detail.text-color-primary {
  color: var(--dark-teal);
}

.detail.text-color-gray-400 {
  color: var(--neutral--400);
  font-family: Montserrat, sans-serif;
}

.detail.text-color-green {
  color: var(--light-green);
}

.neutral-900 {
  background-color: var(--neutral--900);
}

.violet-lighter {
  background-color: var(--violet--lighter);
}

.subheading-small {
  letter-spacing: -0.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.fb-container-wrapper {
  border: 2px dashed #e2e2df;
  justify-content: center;
  align-items: stretch;
  height: 140px;
  display: flex;
  position: relative;
}

.fb-container-wrapper.example-840px {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.fb-container-wrapper.example-960px {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.fb-container-wrapper.example-1140px {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.orange-light {
  background-color: var(--orange--light);
}

.document-table-wrapper {
  width: 100%;
}

.subheading-regular {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.fb-table-row {
  border-bottom: 1px solid #e9ecf0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  width: auto;
  min-width: 640px;
  padding: 10px 24px;
}

.fb-table-row.table-end-row {
  border-bottom-style: none;
}

.orange-lighter {
  background-color: var(--orange--lighter);
}

.section-x-small {
  padding: 48px 5%;
  position: relative;
}

.margin-bottom-32 {
  margin-bottom: 32px;
}

.red-lighter {
  background-color: var(--red--lighter);
}

.section-regular-del-me {
  padding: 92px 5%;
  position: relative;
}

.h4-heading {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

.fb-style-heading {
  font-size: 16px;
  font-weight: 600;
}

.margin-bottom-44 {
  margin-bottom: 44px;
}

.fb-section-wrapper {
  border: 2px dashed #e2e2df;
}

.blue-darker {
  background-color: var(--red--darker);
}

.fb-table-cell {
  justify-content: flex-start;
  display: flex;
}

.fb-color-hex-dark {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.neutral-100 {
  background-color: var(--neutral--100);
}

.violet-light {
  background-color: var(--violet--light);
}

.rich-darker {
  background-color: var(--orange--darker);
}

.margin-bottom-28 {
  margin-bottom: 28px;
}

.neutral-800 {
  background-color: var(--neutral--800);
}

.section-small {
  padding: 64px 5%;
  position: relative;
}

.fb-container-grid {
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
}

.margin-bottom-88 {
  margin-bottom: 88px;
}

.fb-color-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.fb-icon-block {
  background-color: #f3f5fb;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin: 10px;
  display: flex;
}

.fb-class-svg {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fb-typography-block {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.neutral-500 {
  background-color: var(--neutral--500);
}

.fb-table {
  margin-top: 32px;
  overflow: auto;
}

.fb-style-link {
  color: #2c2826;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.fb-style-link:hover {
  color: #160042;
}

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

.fb-style-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.neutral-white {
  background-color: var(--neutral--white);
}

.h5-heading {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.orange-dark {
  background-color: var(--orange--dark);
}

.violet-darker {
  background-color: var(--violet--darker);
}

.fb-colour {
  align-items: center;
  width: 100%;
  max-width: 130px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 34px 34px 74px -12px #38327c14;
}

.fb-style-heading-small {
  font-size: 12px;
  font-weight: 600;
}

.icon-extra-large {
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top-style: none;
  border-top-width: 1px;
  border-top-color: var(--digital-green);
  border-right-style: none;
  border-right-width: 1px;
  border-right-color: var(--digital-green);
  border-bottom-style: none;
  border-bottom-width: 1px;
  border-bottom-color: var(--digital-green);
  border-left-style: none;
  border-left-width: 1px;
  border-left-color: var(--digital-green);
  background-color: #0000;
  background-image: linear-gradient(270deg, var(--digital-green), var(--mind-green));
  min-width: 150px;
  color: var(--neutral--white);
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
  display: flex;
}

.button-primary:hover {
  background-color: var(--neutral--white);
  background-image: linear-gradient(315deg, var(--mind-green), var(--digital-green));
  color: var(--off-white);
  border: 1px #145439;
  overflow: visible;
}

.button-primary:active {
  background-color: var(--off-white);
}

.fb-color-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.container-x-large {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-large {
  letter-spacing: -0.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large.text-color-white {
  color: #fff;
}

.margin-bottom-12 {
  margin-bottom: 12px;
}

.fb-color-hex {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph-small {
  letter-spacing: -0.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.6;
}

.paragraph-small.text-color-gray-500 {
  color: var(--neutral--500);
}

.red-dark {
  background-color: var(--red--dark);
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.fb-typography-detail {
  grid-row-gap: 8px;
  flex-direction: column;
  width: 100%;
  margin-bottom: 14px;
  display: flex;
}

.h3-heading {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.fb-style-wrapper {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  display: flex;
}

.neutral-600 {
  background-color: var(--neutral--600);
}

.violet-dark {
  background-color: var(--violet--dark);
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -0.02em;
  background-color: #fff;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 9px 19px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
}

.button-outline:hover {
  background-color: #f8f8f7;
  border-color: #f8f8f7;
}

.button-outline:active {
  background-color: #e2e2df;
  border-color: #e2e2df;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral--100);
  color: var(--neutral--900);
  text-align: center;
  letter-spacing: -0.02em;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
}

.button-secondary:hover {
  background-color: var(--neutral--200);
}

.button-secondary:active {
  background-color: var(--neutral--300);
}

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

.section-large {
  padding: 120px 5%;
  position: relative;
}

.fb-typography-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fb-class-base {
  background-color: #f3f5fb;
  align-items: center;
  width: 100%;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.h6-heading {
  font-size: 18px;
  font-weight: 700;
}

.h1-heading {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.2;
}

.section-x-large {
  padding: 144px 5%;
  position: relative;
}

.fb-link-wrapper {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.fb-detail {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.fb-header-block {
  background-color: var(--neutral--100);
  margin-bottom: 32px;
  padding: 32px;
  font-size: 16px;
  line-height: 32px;
}

.fb-style-menu {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  padding: 24px;
  position: sticky;
  top: 5%;
}

.margin-bottom-64 {
  margin-bottom: 64px;
}

.fb-line {
  background-color: var(--neutral--200);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-regular {
  min-width: auto;
  max-width: 90%;
  color: var(--enda-green);
  text-align: center;
  letter-spacing: -0.02em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.8;
  display: block;
}

.paragraph-regular.text-gray-600,
.paragraph-regular.text-color-gray-600 {
  color: var(--neutral--600);
}

.paragraph-regular.truncate {
  height: 90px;
  overflow: hidden;
}

.paragraph-regular.text-color-white {
  color: #fff;
}

.fb-icon-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.neutral-300 {
  background-color: var(--neutral--300);
}

.orange-base {
  background-color: var(--orange--base);
}

.margin-bottom-72 {
  margin-bottom: 72px;
}

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

.margin-bottom-04 {
  margin-bottom: 4px;
}

.fb-class {
  background-color: #393b6a;
  border-radius: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 4px;
  padding: 5px;
  display: flex;
}

.button-primary-right-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--dark-teal);
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 12px 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: flex;
}

.button-primary-right-icon:hover {
  background-color: var(--violet--dark);
}

.button-primary-right-icon:active {
  background-color: var(--violet--darker);
}

.neutral-700 {
  background-color: var(--neutral--700);
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  transition: color 0.2s;
  display: flex;
}

.document-table-header {
  background-color: #f3f5fb;
  border-radius: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  width: auto;
  min-width: 640px;
  padding: 14px 24px;
}

.margin-bottom-08 {
  margin-bottom: 8px;
}

.red-base {
  background-color: var(--red--base);
}

.fb-class-detail {
  color: #a35200;
  text-align: center;
  background-color: #ffd6ad;
  border-radius: 4px;
  margin-left: 4px;
  padding: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

.button-secondary-right-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--neutral--100);
  color: var(--neutral--700);
  text-align: center;
  letter-spacing: -0.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 12px 10px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: flex;
}

.button-secondary-right-icon:hover {
  background-color: var(--neutral--200);
}

.button-secondary-right-icon:active {
  background-color: var(--neutral--300);
}

.violet-base {
  background-color: var(--dark-teal);
}

.fb-style-block {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  padding: 32px;
}

.fb-style-guide {
  padding: 140px 5%;
}

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

.margin-bottom-40 {
  margin-bottom: 40px;
}

.neutral-200 {
  background-color: var(--neutral--200);
}

.margin-bottom-56 {
  margin-bottom: 56px;
}

.fb-class-icon {
  background-color: #6b7094;
  border-radius: 4px;
  margin-right: 4px;
  padding: 6px;
  display: inline-block;
}

.neutral-400 {
  background-color: var(--neutral--400);
}

.h2-heading {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.fb-class-badge {
  color: #fff;
  text-align: center;
  background-color: #0f6ef3;
  border-radius: 4px;
  padding: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  display: inline-block;
}

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

.violet-background {
  background-color: var(--violet--background);
}

.red-background {
  background-color: var(--red--background);
}

.orange-background {
  background-color: var(--orange--background);
}

.green-darker {
  background-color: var(--enda-green);
}

.green-dark {
  background-color: var(--soft-green);
}

.green-base {
  background-color: var(--light-green);
}

.green-light {
  background-color: var(--mind-green);
}

.green-lighter {
  background-color: var(--green--lighter);
}

.green-background {
  background-color: var(--green--background);
}

.footnote {
  color: var(--neutral--400);
  font-size: 12px;
  line-height: 16px;
}

.header-subheading-wrap {
  max-width: 540px;
  color: var(--neutral--600);
}

.partnership-wrap {
  justify-content: center;
  display: flex;
}

.header-company-span {
  color: var(--neutral--900);
  font-weight: 500;
}

.section-companies {
  background-color: #fff;
  padding: 138px 5%;
  position: relative;
  overflow: hidden;
}

.companies-title-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 12px;
  align-items: flex-end;
  margin-bottom: 58px;
  display: flex;
}

.title-wrap-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 58px;
  display: flex;
}

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

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-quote {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.blog-created-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.blog-dot {
  background-color: var(--neutral--500);
  border-radius: 100%;
  width: 4px;
  height: 4px;
}

.blog-card-created {
  color: var(--neutral--500);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.blog-title {
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.cta-icon-wrapper {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-bottom: 48px;
  display: flex;
}

.footer-left-column {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.footer-legal-links {
  grid-column-gap: 48px;
  text-align: center;
  align-items: center;
  display: flex;
}

.footer-form-block {
  margin-bottom: 0;
}

.footer-social-link {
  flex: none;
}

.error-message {
  background-color: #fcf2f2;
}

.footer-legal-text-wrapper {
  margin-top: 16px;
  margin-left: auto;
}

.footer-bottom {
  border-top: 1px solid var(--neutral--200);
  justify-content: space-between;
  align-items: center;
  padding-top: 42px;
  padding-bottom: 42px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.footer-column {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo-link {
  color: #1e1e48;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
}

.footer-section {
  border-top: 1px solid var(--neutral--200);
  background-color: #193c40;
  padding: 40px 3% 0;
}

.footer-social-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.form-text-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--neutral--200) #eaebf0 #eaebf0;
  background-color: #fff;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 18px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 15px;
  line-height: 24px;
  transition: border-color 0.2s;
}

.form-text-field:focus {
  border-color: #7e5ae2;
}

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  display: flex;
}

.foooter-right-column {
  width: 100%;
  max-width: 450px;
  color: var(--neutral--400);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-social {
  color: var(--neutral--400);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social:hover {
  color: var(--dark-teal);
}

.footer-logo {
  max-width: 25%;
}

.footer-link {
  color: var(--neutral--900);
  letter-spacing: -0.02em;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  transition: color 0.2s;
}

.footer-link:hover {
  color: var(--dark-teal);
}

.browse-section {
  background-color: var(--neutral--100);
  padding: 60px 3% 100px;
  position: relative;
}

.browse-header-section {
  z-index: 1;
  margin-bottom: -80px;
  padding: 48px 5%;
  position: relative;
}

.dropdown-text {
  color: var(--dark-teal);
  letter-spacing: -0.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.browse-wrap {
  padding-left: 1%;
  padding-right: 1%;
}

.search-field {
  border: 1px #000;
  height: 44px;
  margin-bottom: 0;
}

.search-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--dark-teal);
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
}

.search-button:hover {
  background-color: var(--violet--dark);
}

.search-button:active {
  background-color: var(--violet--darker);
}

.header-right-wrap {
  max-width: 50%;
  height: 100%;
}

.header-image-wrap-small {
  height: 520px;
  position: relative;
}

.header-flex-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.job-border {
  border: 1px solid var(--neutral--200);
  color: var(--neutral--900);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  text-decoration: none;
  transition: border-color 0.3s;
  display: block;
}

.job-border:hover {
  border-color: var(--neutral--300);
}

.companies-grid {
  grid-column-gap: 72px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.company-card-small {
  grid-column-gap: 24px;
  background-color: #fff;
  padding: 32px;
  display: flex;
}

.companies-collection-list-small {
  grid-row-gap: 56px;
  flex-direction: column;
  display: flex;
}

.company-positions-dark {
  grid-column-gap: 4px;
  background-color: var(--neutral--900);
  color: #fff;
  align-items: center;
  margin-top: -18px;
  margin-left: 32px;
  padding: 10px 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.companies-collection-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.companies-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.feature-grid-wrapper {
  max-width: 680px;
}

.feature-title-wrap {
  max-width: 480px;
}

.about-header-bg {
  background-color: var(--dark-teal);
  height: 600px;
  position: absolute;
  inset: 0% 0% auto;
}

.header-badge {
  grid-column-gap: 12px;
  background-color: var(--neutral--100);
  border-radius: 0;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 16px 8px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.header-badge-light {
  color: var(--dark-teal);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0;
  padding: 4px 8px;
  font-weight: 600;
}

.about-content-list-item {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.about-content-list-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.contact-image-wrap {
  justify-content: center;
  align-items: center;
  height: 560px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.account-page-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  height: 100%;
  min-height: 90vh;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.account-form-block {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  padding: 32px;
}

.account-right-block {
  background-image: linear-gradient(90deg, var(--enda-green), var(--soft-green));
  color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  margin-left: auto;
  padding: 64px 5%;
  display: flex;
}

.account-left-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 5%;
  padding-right: 3%;
  display: flex;
}

.account-form-title {
  text-align: left;
  border-style: none;
  margin-bottom: 48px;
}

.account-form-title.text-center {
  text-align: center;
}

.form-divider {
  background-color: var(--neutral--200);
  height: 1px;
  margin-top: 23px;
  margin-bottom: 23px;
}

.form-footer {
  grid-column-gap: 8px;
  justify-content: flex-start;
}

.account-heading-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.account-testimonial-wrap {
  grid-column-gap: 24px;
  align-items: flex-start;
  display: flex;
}

.account-author-wrap {
  grid-column-gap: 16px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.account-avatar {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.account-testimonial-wrap-inner {
  margin-top: 42px;
}

.account-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  height: 100%;
  max-height: 610px;
  display: flex;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  line-height: 1.4;
  display: flex;
}

.account-author-details {
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.account-quote-icon {
  width: 72px;
  height: 72px;
}

.account-section-regular {
  background-color: var(--neutral--100);
  background-image:
    url("../images/Auth-Background-Pattern-Left.svg"),
    url("../images/Auth-Background-Pattern-Right.svg");
  background-position:
    100% 0,
    0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 220px 5%;
}

.account-form-card {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 510px;
  padding-bottom: 64px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.reset-password-form {
  width: 100%;
}

.account-icon-wrap {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  margin-bottom: 32px;
  display: flex;
}

.account-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5% 64px;
  display: flex;
}

.account-content {
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
  max-width: 500px;
  margin-bottom: 0;
  padding: 0;
}

.user-account-form {
  flex-direction: column;
  display: flex;
}

.account-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--dark-teal);
  color: #fff;
  text-align: center;
  letter-spacing: -0.02em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
}

.account-button:hover {
  background-color: var(--violet--dark);
}

.account-button:active {
  background-color: var(--violet--darker);
}

.account-form-header {
  text-align: center;
  border-style: none;
  margin-bottom: 48px;
  padding: 0;
}

.account-section {
  background-color: var(--neutral--100);
  background-image:
    url("../images/Auth-Background-Pattern-Left.svg"),
    url("../images/Auth-Background-Pattern-Right.svg");
  background-position:
    100% 0,
    0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  flex: 1;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 124px 5%;
}

.blog-slide {
  margin-right: 24px;
}

.company-mask {
  width: 390px;
  overflow: visible;
}

.company-slider {
  background-color: #fff;
  height: auto;
}

.company-arrow-r {
  border: 1px solid var(--neutral--200);
  width: 48px;
  height: 48px;
  color: var(--neutral--900);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  display: flex;
  inset: -104px 0% auto auto;
}

.company-arrow-r:hover {
  background-color: var(--neutral--200);
}

.company-arrow-r:active {
  background-color: var(--neutral--300);
}

.company-arrow-l {
  border: 1px solid var(--neutral--200);
  width: 48px;
  height: 48px;
  color: var(--neutral--300);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: -104px 70px auto auto;
}

.slide-nav-hidden {
  display: none;
}

.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  margin-top: 64px;
}

.pricing-card {
  border: 1px solid var(--neutral--200);
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.pricing-card.violet {
  border-top-width: 2px;
  border-top-color: var(--dark-teal);
}

.pricing-card.green {
  border-top-width: 2px;
  border-top-color: var(--light-green);
}

.pricing-price-wrap {
  grid-column-gap: 8px;
  align-items: flex-end;
  display: flex;
}

.text-color-gray-500 {
  color: var(--neutral--500);
}

.pricing-date {
  color: var(--neutral--500);
  margin-bottom: 10px;
}

.job-submission-form-wrapper {
  grid-row-gap: 48px;
  background-color: var(--neutral--100);
  flex-direction: column;
  padding: 8% 5%;
}

.job-submission-form-number {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: sticky;
  top: 140px;
}

.job-submission-form-section {
  flex-direction: column;
  width: 100%;
  padding-top: 8px;
  display: flex;
}

.form-field-large {
  border: 1px solid var(--neutral--200);
  min-height: 130px;
  margin-bottom: 0;
  padding: 12px;
}

.form-field-large:focus {
  border-color: var(--dark-teal);
}

.job-submit-section {
  background-image:
    url("../images/Auth-Background-Pattern-Right.svg"),
    url("../images/Auth-Background-Pattern-Left.svg");
  background-position:
    0 0,
    100% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  padding: 60px 5% 120px;
  position: relative;
}

.section-header {
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: auto;
  margin-top: -1px;
  margin-bottom: 20px;
  padding: 200px 5% 0;
  display: flex;
  position: relative;
}

.navbar-mobile-button-wrapper {
  display: none;
}

.cta-search-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: -31px;
  display: flex;
}

.job-category {
  background-color: var(--violet--background);
  color: var(--dark-teal);
  padding: 6px 12px;
  display: inline-block;
}

.icon-wrap-large {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.feature-content-row {
  grid-column-gap: 16px;
  background-color: var(--neutral--100);
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.testimonial-grid-v2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 0.7fr 1fr;
}

.testimonial-slider-v2 {
  background-color: var(--neutral--100);
  width: 100%;
  max-width: 580px;
  height: 100%;
  padding: 24px;
  position: static;
}

.testimonial-card {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 10%;
  display: flex;
}

.testimonial-author-wrapper {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.testimonial-date-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.testimonial-avatar {
  flex: none;
  width: 56px;
  height: 56px;
}

.testimonial-v2-slider-left-button {
  border: 1px solid var(--neutral--200);
  width: 48px;
  height: 48px;
  color: var(--neutral--300);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  display: flex;
  inset: auto auto 0% 0%;
}

.testimonial-v2-slider-left-button:hover {
  color: var(--neutral--900);
}

.testimonial-v2-slider-right-button {
  border: 1px solid var(--neutral--200);
  width: 48px;
  height: 48px;
  color: var(--neutral--900);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  display: flex;
  inset: auto auto 0% 60px;
}

.testimonial-v2-slider-right-button:hover {
  background-color: var(--neutral--200);
}

.testimonial-v2-slider-right-button:active {
  background-color: var(--neutral--300);
}

.job-tags {
  grid-column-gap: 8px;
  margin-bottom: 24px;
  display: flex;
}

.job-hours {
  background-color: var(--orange--background);
  color: var(--orange--dark);
  padding: 6px 12px;
}

.blog-category {
  background-color: var(--violet--background);
  color: var(--dark-teal);
  margin-bottom: 16px;
  padding: 6px 12px;
  display: inline-block;
}

.company-name-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.icon-wrap-large-copy {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

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

.blog-text-wrapper {
  z-index: 4;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 32px 24px 24px;
}

.about-content-image-bottom-left {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 32px;
}

.collection-list-companies {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.filters-submit-button {
  display: none;
}

.browse-check-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.checkbox {
  border-color: var(--neutral--300);
  border-radius: 0;
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
}

.checkbox.w--redirected-checked {
  background-color: var(--dark-teal);
  background-image: url("../images/White-Check.svg");
  background-size: auto;
  border-style: none;
}

.checkbox.w--redirected-focus {
  border-color: var(--neutral--300);
  box-shadow: none;
  border-radius: 0;
}

.browse-checkbox {
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.jobs-dropdown-list {
  border: 1px solid var(--neutral--200);
  background-color: #fff;
  margin-top: 4px;
}

.jobs-dropdown-list.w--open {
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

.jobs-dropdown-link {
  width: 100%;
  padding: 8px 12px;
}

.jobs-dropdown-link:hover {
  background-color: var(--violet--background);
}

.search-input-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.application-form {
  flex-direction: column;
  display: flex;
}

.job-submission-form-section-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  display: flex;
}

.job-submission-form {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.checkbox-label {
  margin-bottom: 0;
}

.company-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.template-wrapper {
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1px solid #e4e8f1;
  flex-direction: column;
  padding: 24px;
  display: flex;
}

.template-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-title-wrap {
  margin-bottom: 56px;
}

.blog-slider {
  background-color: #fff;
  height: auto;
}

.blog-mask {
  width: 390px;
  overflow: visible;
}

.testiimonial-title-wrap {
  max-width: 480px;
}

.feature-image-wrap-large {
  height: 100%;
}

.blog-slider-right-button {
  border: 1px solid var(--neutral--200);
  width: 48px;
  height: 48px;
  color: var(--neutral--900);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  display: flex;
  inset: -104px 0% auto auto;
}

.blog-slider-right-button:hover {
  background-color: var(--neutral--200);
}

.blog-slider-right-button:active {
  background-color: var(--neutral--300);
}

.blog-slider-left-button {
  border: 1px solid var(--neutral--200);
  width: 48px;
  height: 48px;
  color: var(--neutral--300);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: -104px 70px auto auto;
}

.error-state {
  background-color: var(--red--background);
  color: var(--red--darker);
  margin: 24px 0;
  padding: 24px;
  position: relative;
}

.account-icon-wrapper {
  background-color: var(--violet--background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 24px;
  display: flex;
}

.form-header {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.redirect-block {
  margin-top: 24px;
}

.success-wrapper {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrap-center-large {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 610px;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-announcement {
  background-color: var(--neutral--900);
  color: #fff;
  text-align: center;
  background-image: url("../images/Auth-Background-Pattern-Left.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.banner-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.banner-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.banner-button {
  background-color: var(--dark-teal);
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  transition:
    color 0.3s,
    background-color 0.3s;
  display: flex;
}

.banner-button:hover {
  color: #5167f6;
  background-color: #fff;
}

.banner-button-small {
  background-color: var(--neutral--700);
  color: #b2b3bd;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  transition:
    color 0.2s,
    background-color 0.2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner-button-small:hover {
  color: #000;
  background-color: #fff;
}

.header-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 559px;
  display: flex;
}

.header-badge-white {
  grid-column-gap: 12px;
  background-color: #f9f9fb1a;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.blog-header-block {
  flex-direction: column;
  align-items: flex-start;
  max-width: 560px;
  margin-bottom: 60px;
  display: flex;
}

.header-badge-dark {
  background-color: var(--dark-teal);
  color: var(--neutral--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 4px 8px;
  font-weight: 600;
}

.search-card {
  border: 1px solid var(--neutral--200);
  padding: 24px;
}

.browse-dropdown {
  width: 100%;
}

.browse-dropdown-toggle {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  background-color: var(--neutral--100);
}

.browse-alert {
  background-color: var(--red--background);
  color: var(--red--darker);
  padding: 24px;
  line-height: 1.6;
}

.flowbase-banner {
  z-index: 9999;
  background-color: var(--neutral--800);
  background-image: url("../images/Banner-BG_1Banner BG.webp");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.flowbase-header {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffe8 60%, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
}

.flowbase-link {
  color: #fff;
  border-bottom: 4px solid #ffffff8f;
  text-decoration: underline;
}

.heading {
  color: var(--dark-teal);
  text-align: center;
  background-color: red;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
}

.heading-2 {
  color: var(--dark-teal);
  font-size: 35px;
}

.div-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.image {
  width: 200px;
}

.heading-3 {
  color: var(--dark-teal);
  padding-left: 20px;
  font-size: 40px;
}

.div-block-2 {
  justify-content: flex-end;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.div-block-3 {
  width: 66.6666%;
}

.heading-4 {
  color: var(--dark-teal);
  text-align: center;
  background-color: red;
  padding-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.button {
  box-sizing: border-box;
  float: none;
  border: 1px solid var(--dark-teal);
  background-color: var(--dark-teal);
  color: var(--neutral--white);
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: baseline;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 18px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: inline-block;
  position: static;
  inset: 0%;
}

.button:hover {
  background-color: var(--neutral--white);
  color: var(--dark-teal);
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-top: 40px;
  display: flex;
}

.features-list {
  background-color: red;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.pricing:lang(en-ca) {
  text-align: left;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  color: var(--neutral--600);
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  color: #277460;
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.features-metrics {
  z-index: 100;
  background-color: var(--violet--background);
  color: var(--neutral--white);
  background-image: linear-gradient(90deg, #145439, #42a88a);
  border-bottom: 1px solid #e4ebf3;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  color: var(--neutral--white);
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.features-title {
  color: var(--neutral--white);
  margin-bottom: 8px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.heading-5 {
  color: var(--dark-teal);
  font-family: Montserrat, sans-serif;
}

.text-block {
  color: var(--enda-green);
}

.pricing-comparison {
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.pricing-wrapper {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  min-width: auto;
  max-width: 60rem;
  margin-bottom: 0;
  padding-top: 4rem;
  padding-bottom: 60px;
  display: flex;
}

.pricing-card-2 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 19rem;
  padding: 32px 24px;
  font-family:
    Open Sans,
    sans-serif;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px 3px #0003;
}

.pricing-card-2:lang(en-ca) {
  min-width: 300px;
}

.pricing-card-2.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  color: var(--enda-green);
  margin-top: 10px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  min-height: 35px;
  color: var(--enda-green);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.paragraph-regular-2 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-2.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary-2 {
  background-color: var(--neutral--900);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.outline-button {
  border: 0px none var(--mind-green);
  background-color: #0000;
  background-image: linear-gradient(315deg, var(--mind-green), var(--digital-green));
  box-shadow: none;
  color: #fff;
  letter-spacing: normal;
  text-transform: none;
  border-radius: 25px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
  display: block;
}

.button-primary-2.outline-button:hover {
  background-color: var(--dark-teal);
  color: #fff;
}

.button-primary-2.outline-button:lang(en-ca) {
  font-weight: 700;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 10px -24px 25px;
}

.pricing-feature-list {
  align-self: stretch;
  padding-left: 40px;
  padding-right: 0;
  font-family: Inter, sans-serif;
}

.pricing-feature {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 10px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.heading-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  max-width: 100%;
  color: var(--enda-green);
  text-align: left;
  margin-bottom: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 24px;
  display: block;
}

.paragraph-2 {
  color: var(--neutral--900);
  font-family:
    Open Sans,
    sans-serif;
}

.paragraph-3 {
  color: var(--neutral--900);
  font-family: Montserrat, sans-serif;
}

.bold-text {
  color: var(--neutral--900);
}

.bold-text-2 {
  color: var(--violet--background);
  font-family:
    Open Sans,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-4 {
  font-family:
    Open Sans,
    sans-serif;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-6 {
  border: 2px none var(--neutral--900);
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  min-width: 300px;
  max-width: 400px;
  min-height: 300px;
  max-height: 350px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px 20px;
  display: block;
}

.paragraph-5 {
  min-width: auto;
  max-width: 500px;
  min-height: auto;
  color: var(--enda-green);
  text-align: left;
  padding-top: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph-5:lang(en-ca) {
  color: var(--violet--darker);
}

.heading-7 {
  min-height: 50px;
  color: var(--dark-teal);
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  display: flex;
}

.header-info {
  color: var(--enda-green);
  text-align: left;
  font-size: 25px;
  font-weight: 600;
  display: block;
}

.hero-stack {
  background-color: #ff0004;
  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-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: var(--neutral--900);
  margin-bottom: 24px;
  font-size: 18px;
}

.button-primary-3 {
  background-color: var(--enda-green);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading-8 {
  color: var(--enda-green);
}

.heading-9 {
  color: var(--dark-teal);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.heading-10 {
  color: var(--dark-teal);
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.heading-11 {
  color: var(--enda-green);
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
  display: flex;
}

.quick-stack {
  background-color: #fdfdfd00;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 60px;
  padding: 0;
}

.heading-12 {
  color: var(--enda-green);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
}

.heading-13 {
  color: var(--enda-green);
  text-align: center;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}

.heading-14 {
  color: var(--dark-teal);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.tab-link-tab-1 {
  display: block;
}

.tab-link-tab-1.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-block;
  position: relative;
}

.tabs-menu {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
  inset: auto;
}

.heading-15 {
  color: var(--dark-teal);
  font-family: Montserrat, sans-serif;
}

.heading-16 {
  color: var(--neutral--white);
  margin-top: 0;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.button-2 {
  background-color: var(--neutral--white);
  color: var(--violet--darker);
  border-radius: 6px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 9px;
  font-family:
    Open Sans,
    sans-serif;
  font-weight: 700;
}

.text-block-2 {
  font-family:
    Open Sans,
    sans-serif;
}

.text-block-3 {
  font-family:
    Open Sans,
    sans-serif;
  font-size: 14px;
}

.text-block-4,
.text-block-5 {
  font-family:
    Open Sans,
    sans-serif;
}

.section {
  background-color: #0d1423;
}

.paragraph-6 {
  color: var(--neutral--white);
}

.body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--green--background);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.tabs-menu-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px #000;
  border-radius: 0;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.tabs {
  justify-content: center;
  align-items: center;
  display: block;
}

.tab-link-tab-1-2,
.tab-link-tab-2 {
  border-radius: 5px;
}

.tab-link-tab-3 {
  border-radius: 0;
}

.tab-link-tab-3.w--current {
  border-radius: 5px;
}

.tab-pane-tab-3 {
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-2 {
  vertical-align: top;
  border-radius: 0;
  margin-left: 50vh;
  margin-right: 50vh;
  display: block;
}

.cell {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
}

.image-3 {
  border: 0 solid #145439;
  border-radius: 25px;
  max-width: 90%;
  max-height: 90%;
  padding-bottom: 0;
  display: inline-block;
}

.section-2 {
  outline-offset: 0px;
  outline: 3px #0d1423;
  margin-top: 20px;
  padding-bottom: 20px;
}

.div-block-7 {
  margin-left: auto;
  margin-right: auto;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.image-4 {
  vertical-align: baseline;
  align-self: auto;
  max-width: 75px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.div-block-9 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-3 {
  background-color: var(--enda-green);
  border-radius: 5px;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.solution-entreprise {
  margin-bottom: 40px;
}

.bold-text-3 {
  color: var(--dark-teal);
  font-size: 16px;
}

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

.heading-securit {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
}

.paragraph-sec {
  color: var(--neutral--white);
}

.header-sec {
  font-size: 22px;
}

.gallery-scroll {
  background-color: #f5f7fa00;
  border: 1px #000;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-bottom: 40px;
  display: grid;
}

.security-card-wrapper {
  border: 3px none var(--digital-green);
  background-color: var(--neutral--white);
  min-width: 100%;
  min-height: 20rem;
  color: var(--neutral--900);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.security-card-wrapper:lang(en-ca) {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: var(--dark-teal);
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  display: flex;
  position: static;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-image-text:lang(en-ca) {
  font-weight: 700;
}

.image-6 {
  max-width: 10%;
}

.div-block-11 {
  max-width: 33.33%;
}

.price-desc {
  min-height: 40px;
  color: var(--dark-teal);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 0;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 100%;
  color: var(--dark-teal);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 15px;
  grid-template-rows: auto minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  opacity: 1;
  object-fit: cover;
  border: 1px #000;
  border-radius: 0%;
  min-width: 30px;
  max-width: 30%;
  min-height: 30px;
  max-height: 30%;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.paragraph-7 {
  text-align: left;
  padding-top: 0;
}

.paragraph-8,
.paragraph-9 {
  text-align: left;
}

.div-block-12 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-7 {
  vertical-align: baseline;
  border-radius: 1px;
  width: 200px;
  max-width: 50%;
  margin-top: 0;
  display: inline-block;
  box-shadow: 0 2px 5px #0003;
}

.text-block-6 {
  max-width: 100%;
  color: var(--enda-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-6:lang(en-ca) {
  font-weight: 300;
}

.grid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 0.5fr;
  place-items: center;
}

.image-8 {
  border-radius: 0;
}

.cell-3,
.cell-4 {
  justify-content: center;
  align-items: center;
}

.paragraph-11 {
  color: var(--dark-teal);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.quick-stack-2 {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.heading-18 {
  color: var(--dark-teal);
  text-align: center;
  background-color: #fdfdfd;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.heading-19 {
  color: var(--enda-green);
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.paragraph-12 {
  color: var(--neutral--900);
  text-align: left;
  align-self: center;
  font-family:
    Open Sans,
    sans-serif;
  font-weight: 400;
}

.heading-20 {
  color: var(--enda-green);
  text-align: center;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 400;
}

.cell-5 {
  justify-content: center;
  align-items: center;
}

.section-features {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #89f3c945;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.section-pricing {
  z-index: 99;
  background-color: #fff;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}

.section-faq {
  background-color: var(--neutral--white);
  margin-top: 0;
  padding-top: 0;
}

.section-security {
  z-index: 98;
  background-color: var(--soft-green);
  background-image: linear-gradient(#e3fcf2, #fff);
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 4rem;
  position: relative;
}

.security-card-body {
  color: var(--enda-green);
  font-family: Montserrat, sans-serif;
}

.quick-stack-3 {
  max-width: 90%;
  margin: 20px auto 40px;
  padding: 0 20px;
}

.button-body-contrast {
  box-sizing: border-box;
  float: none;
  background-color: var(--neutral--white);
  color: var(--dark-teal);
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: baseline;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 12px 18px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 12px;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: inline-block;
  position: static;
  inset: 0%;
}

.button-body-contrast:hover {
  mix-blend-mode: normal;
  width: auto;
  transform: scale(1.025);
  box-shadow: 0 5px 5px #0003;
}

.paragraph-14 {
  max-width: 75%;
  color: var(--enda-green);
  text-align: center;
  font-family:
    Open Sans,
    sans-serif;
  font-weight: 700;
}

.div-block-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.heading-21 {
  color: var(--dark-teal);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
}

.quick-stack-4 {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: padding-box;
  border: 1px #000;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.quick-stack-5 {
  background-color: var(--neutral--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 25px;
  flex: 0 auto;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cell-7 {
  justify-content: center;
  align-items: center;
}

.cell-8 {
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-9 {
  justify-content: center;
  align-items: flex-start;
}

.pricing-image---bigger {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.cell-10 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.cell-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: center;
  align-items: center;
  display: flex;
}

.list-item {
  padding-left: 0;
}

.quick-stack-6 {
  background-color: #0000;
  border-radius: 25px;
  min-width: 100%;
  max-width: 1200px;
  padding: 40px;
}

.cell-12 {
  justify-content: center;
  align-items: center;
}

.link {
  color: var(--neutral--900);
}

.container-6 {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-9 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  max-width: 100%;
  padding: 0 30px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form-2 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.2s;
}

.footer-form-field:hover,
.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url("../images/");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all 0.2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-family: Inter, sans-serif;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.image-10 {
  width: auto;
  max-width: 75%;
  height: 100%;
}

.heading-22 {
  color: var(--dark-teal);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 500;
}

.image-11 {
  border-radius: 5px;
  max-width: 100%;
  max-height: 100%;
}

.form-block {
  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: center;
  align-items: center;
  width: 75%;
  display: block;
}

.form-block:lang(en-ca) {
  width: 755%;
}

.text-field,
.text-field-2 {
  border-radius: 5px;
  font-family:
    Open Sans,
    sans-serif;
}

.section-3 {
  background-color: var(--neutral--white);
  color: var(--neutral--white);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 160px;
  padding-bottom: 40px;
  display: flex;
}

.white-wrapper-card {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: 60rem;
  max-width: 60rem;
  margin: 20px auto 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.white-wrapper-card:lang(en-ca) {
  min-width: 60rem;
}

.form {
  flex-flow: column;
  margin-top: 0;
  padding: 20px 20px 0;
  display: flex;
}

.footer-light-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two-2 {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two-2:hover {
  color: #1a1b1fbf;
}

.footer-form-3 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field-2 {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all 0.2s;
}

.footer-form-field-2:hover,
.footer-form-field-2:focus {
  border-color: #76879d;
}

.footer-form-field-2::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit-2 {
  background-color: #1a1b1f;
  background-image: url("../images/");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all 0.2s;
}

.footer-form-submit-2:hover {
  background-color: #3a4554;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.footer-bottom-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-social-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-3 {
  margin-left: 12px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  max-width: 80rem;
  padding: 20px 30px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
  display: flex;
}

.footer-form-container-two {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-form-title {
  font-family:
    Open Sans,
    sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
  font-family:
    Open Sans,
    sans-serif;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.button-primary-4.footer-form-button {
  padding: 8px 18px;
  font-family:
    Open Sans,
    sans-serif;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  font-family:
    Open Sans,
    sans-serif;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.heading-23 {
  font-family:
    Open Sans,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cell-13 {
  justify-content: center;
  align-items: flex-end;
}

.cell-14 {
  justify-content: flex-end;
  align-items: flex-start;
}

.quick-stack-7 {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-8 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  pointer-events: auto;
  background-color: #fff;
  border-radius: 30px;
  max-width: 90%;
  margin: 0 auto 40px;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  box-shadow: 0 2px 5px #0003;
}

.email-footer-icon {
  transition: opacity 0.5s;
}

.email-footer-icon:hover {
  transform: scale(1.05);
}

.email-footer-icon-copy {
  transition: opacity 0.5s;
}

.email-footer-icon-copy:hover {
  transform: scale(1.05);
}

.heading-24 {
  color: var(--neutral--white);
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.text-block-7 {
  color: var(--neutral--white);
}

.heading-25 {
  max-width: 1358.89rem;
  color: var(--dark-teal);
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 500;
}

.heading-26,
.heading-27 {
  color: var(--dark-teal);
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.paragraph-15 {
  margin-top: 20px;
  margin-bottom: 2rem;
  font-family:
    Open Sans,
    sans-serif;
}

.paragraph-15:lang(en-ca) {
  font-weight: 400;
}

.bold-text-4,
.paragraph-16 {
  font-family:
    Open Sans,
    sans-serif;
}

.section-4 {
  margin-top: 0;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-28 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.title-reg {
  color: var(--enda-green);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.field-label-2,
.field-label-3 {
  color: var(--enda-green);
  font-family:
    Open Sans,
    sans-serif;
}

.button-body-contrast-subscribe {
  box-sizing: border-box;
  float: none;
  background-color: var(--neutral--white);
  color: var(--dark-teal);
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: baseline;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 12px 18px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 12px;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: inline-block;
  position: static;
  inset: 0%;
}

.button-body-contrast-subscribe:hover {
  mix-blend-mode: normal;
  width: auto;
  transform: scale(1.025);
  box-shadow: 0 5px 5px #0003;
}

.heading-29 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.field-label-4,
.field-label-5,
.field-label-6 {
  font-family:
    Open Sans,
    sans-serif;
}

.text-field-3 {
  padding-bottom: 20px;
  font-family:
    Open Sans,
    sans-serif;
}

.text-field-4 {
  border: 1px #000;
  border-radius: 5px;
  font-family: Inter, sans-serif;
  box-shadow: 0 2px 5px #0003;
}

.text {
  border: 1px none var(--neutral--400);
  min-width: 75%;
  color: var(--neutral--900);
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  box-shadow: 0 2px 5px #0003;
}

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

.image-12 {
  opacity: 1;
  min-width: 100%;
  max-width: 300px;
  min-height: 100%;
  max-height: 300px;
  margin-left: 0;
}

.image-13 {
  min-width: 100%;
  max-width: 300px;
  min-height: 100%;
  max-height: 500px;
  margin-right: 40px;
}

.image-14 {
  flex: 0 auto;
}

.cell-15 {
  justify-content: center;
  align-items: center;
}

.cell-16 {
  color: var(--enda-green);
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
}

.cell-16:lang(en-ca) {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-15 {
  max-width: 70%;
}

.bold-text-6 {
  color: var(--dark-teal);
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.cell-17 {
  justify-content: center;
  align-items: center;
}

.heading-30,
.heading-31 {
  font-size: 50px;
}

.paragraph-17 {
  color: var(--neutral--white);
  text-align: center;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.heading-32,
.heading-33,
.heading-34 {
  font-size: 20px;
}

.heading-35 {
  border: 1px solid var(--dark-teal);
  padding-bottom: 20px;
}

.bold-text-7 {
  border: 1px none var(--dark-teal);
}

.heading-36 {
  border: 1px none var(--dark-teal);
  color: var(--dark-teal);
  padding-bottom: 20px;
}

.text-field-6 {
  border: 1px none var(--neutral--400);
  color: var(--neutral--900);
  border-radius: 5px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 140px;
  box-shadow: 0 2px 5px #0003;
}

.form-block-2 {
  min-width: 90%;
}

.locale {
  background-color: var(--off-white);
  border: 2px #c9c9c9;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  min-width: 150px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  display: flex;
}

.locales-list {
  text-transform: uppercase;
  word-break: normal;
  overflow-wrap: normal;
  background-color: #0000;
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  max-width: none;
  padding: 10px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.dropdown-list-2.w--open {
  background-color: var(--off-white);
  border-radius: 15px;
  max-width: none;
}

.dropdown-toggle {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-toggle.w--open {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: none;
}

.image-16 {
  width: 30px;
  max-width: none;
  height: 30px;
  margin-left: 0;
  margin-right: -14px;
  padding-left: 0;
}

.locales-wrapper {
  margin-left: 0;
}

.quick-stack-10 {
  background-image: linear-gradient(90deg, #1f684c, #42a78a);
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-37 {
  color: var(--neutral--white);
  font-family: Montserrat, sans-serif;
}

.paragraph-18 {
  color: var(--neutral--white);
  font-family:
    Open Sans,
    sans-serif;
}

.image-17 {
  max-width: 300px;
}

.cell-18 {
  justify-content: center;
  align-items: center;
}

.image-18 {
  min-width: 200px;
  max-width: 100%;
  min-height: 5%;
  max-height: 100%;
  margin-right: 60px;
}

.cell-19 {
  justify-content: center;
  align-items: center;
}

.container-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-how-it-works {
  background-color: #fff;
  background-image: linear-gradient(#fff, #e3fcf2 38% 80%, #fff);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1439px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-38 {
  color: var(--enda-green);
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.how-blocs {
  background-color: #fcfcfc;
  border-radius: 20px;
  max-width: 450px;
  margin-left: 25px;
  margin-right: auto;
  padding: 20px 20px 0;
  box-shadow: 10px 12px 18px -8px #000000db;
}

.div-block-16 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-19 {
  border-radius: 0;
}

.image-20 {
  max-width: 450px;
  max-height: none;
}

.image-21 {
  max-width: 150%;
  max-height: 90%;
}

.image-22 {
  max-width: 500px;
}

.cell-20 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fdfdfd00;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cell-21,
.cell-22 {
  justify-content: center;
  align-items: center;
}

.paragraph-19 {
  color: var(--enda-green);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.paragraph-19:lang(en-ca) {
  text-align: left;
}

.image-23 {
  max-width: 100%;
  min-height: auto;
  max-height: none;
}

.paragraph-20 {
  color: var(--enda-green);
  text-align: center;
  align-self: center;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.quick-stack-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.how-to {
  outline-offset: 0px;
  background-color: #fdfdfd00;
  border-radius: 10px;
  outline: 0 solid #767676;
  justify-content: center;
  align-items: flex-end;
  min-width: 400px;
  max-width: 600px;
  min-height: 500px;
  max-height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.how-to:lang(en-ca) {
  min-height: 300px;
  box-shadow: none;
  background-color: #fdfdfd00;
  outline-width: 0;
}

.form-2 {
  width: 100%;
}

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

.footer-dark-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-brand-3 {
  margin-left: 0;
  margin-right: auto;
}

.footer-content-2 {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  margin-right: 0;
  display: grid;
}

.footer-block-2 {
  color: var(--neutral--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-3 {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-3:hover {
  color: #1a1b1fbf;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-4 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.image-24 {
  vertical-align: top;
  width: 90%;
  max-width: 250px;
  margin-left: auto;
}

.heading-39 {
  color: var(--dark-teal);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.grid-2 {
  grid-template:
    "Area"
    "."
    "."
    / 1fr 1fr 1fr;
}

.cell-23 {
  justify-content: center;
  align-items: center;
}

.quick-stack-12 {
  padding-bottom: 0;
}

.quick-stack-13 {
  max-width: 500px;
  padding-bottom: 0;
}

.cell-24 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.cell-25 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.cell-26,
.cell-27,
.cell-28,
.cell-28:lang(en-ca),
.cell-29,
.cell-29:lang(en-ca),
.cell-30,
.cell-30:lang(en-ca) {
  justify-content: center;
  align-items: center;
}

.cell-31 {
  background-color: #fff0;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
}

.cell-32 {
  background-color: #5a4c4c00;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
}

.cell-33,
.cell-34 {
  background-color: #fff;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 2px 5px #0003;
}

.cell-35 {
  padding-top: 0;
  padding-left: 0;
}

.form-block-3 {
  min-width: 65%;
}

.contact-us-blocl {
  border-radius: 5px;
}

.contact-us-text {
  color: var(--dark-teal);
}

.submit-button {
  background-color: #246b49;
  border-radius: 5px;
  width: 100%;
  font-weight: 700;
  box-shadow: 2px 2px 5px 0.2px #0003;
}

.bold-text-8 {
  font-weight: 700;
}

.bold-text-8:lang(en-ca) {
  color: var(--dark-teal);
  font-weight: 600;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.div-block-18:lang(en-ca) {
  min-width: 100%;
  max-width: 100%;
}

.connexion-button {
  aspect-ratio: auto;
  width: 100%;
  min-width: 28rem;
  max-width: 28rem;
  color: var(--dark-teal);
  object-fit: fill;
  background-color: #fff;
  border: 1px #000;
  border-radius: 5px;
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.heading-40 {
  color: var(--neutral--900);
  text-align: center;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
}

.heading-41 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 36px;
}

.div-block-19 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 0;
  display: flex;
}

.div-block-20 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 28rem;
  margin-top: 20px;
  margin-bottom: 1rem;
  display: flex;
}

.heading-42 {
  color: var(--dark-teal);
  text-align: center;
  padding-bottom: 0;
  font-size: 50px;
  font-weight: 500;
}

.paragraph-21 {
  width: 75%;
  max-width: 600px;
  color: var(--dark-teal);
  text-align: center;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.paragraph-22 {
  color: var(--dark-teal);
  text-align: left;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.heading-43 {
  font-size: 30px;
}

.heading-44 {
  padding-top: 40px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.image-25 {
  max-width: 400px;
  max-height: 75%;
  margin-right: 40px;
  padding-left: 20px;
}

.div-block-22 {
  background-color: var(--dark-teal);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  max-width: 50%;
  display: flex;
}

.pricing-card-2-copy {
  background-color: #fff;
  border: 1px #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  min-height: 450px;
  padding: 32px 24px;
  font-family:
    Open Sans,
    sans-serif;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px 3px #0003;
}

.pricing-card-2-copy:lang(en-ca) {
  min-width: 300px;
}

.pricing-card-2-copy.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.cell-36,
.cell-37,
.cell-38,
.cell-39,
.cell-40 {
  justify-content: center;
  align-items: center;
}

.heading-45 {
  color: var(--dark-teal);
  text-align: center;
  -webkit-text-stroke-color: var(--dark-teal);
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 500;
  display: block;
}

.heading-45:lang(en-ca) {
  font-size: 40px;
  font-weight: 500;
}

.cell-41 {
  color: var(--enda-green);
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
}

.paragraph-23,
.paragraph-24 {
  font-family: Montserrat, sans-serif;
}

.desc-expertise {
  color: var(--neutral--900);
  font-family: Montserrat, sans-serif;
}

.desc-expertise:lang(en-ca) {
  text-align: center;
}

.cell-42,
.cell-43 {
  justify-content: center;
  align-items: center;
}

.stack-types {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  min-width: 80%;
  max-width: 1200px;
  min-height: 400px;
  max-height: none;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.stack-types:lang(en-ca) {
  min-height: 300px;
}

.heading-13-copy {
  color: var(--neutral--white);
  text-align: center;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.5;
}

.cell-44 {
  justify-content: center;
  align-items: flex-start;
}

.image-26 {
  min-width: 50px;
  max-width: 150px;
  max-height: none;
}

.cell-17-copy {
  justify-content: center;
  align-items: center;
}

.cell-45 {
  background-color: #fff;
  border: 1px #000;
  border-radius: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  box-shadow: 0 2px 5px #0003;
}

.image-27 {
  max-width: 150px;
}

.container-11 {
  background-color: #fff;
  background-image: url("../images/Quest-ce-quune-clinique-virtuelle-privee-.jpg");
  background-position: 100% 100%;
  background-size: auto;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

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

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

.grid-5 {
  grid-template:
    ". Area"
    ". ."
    / 1fr;
  place-items: center start;
}

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

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

.image-29 {
  max-width: 75px;
  padding-right: 0;
}

.div-block-23 {
  display: flex;
}

.header-check {
  color: var(--dark-teal);
  text-align: left;
  padding-left: 10px;
  font-size: 25px;
  display: block;
}

.heading-7-copy {
  min-height: 50px;
  color: var(--dark-teal);
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: auto;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  display: flex;
}

.cell-46 {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.text-field-7 {
  border: 1px #000;
  border-radius: 5px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-24 {
  min-width: 500px;
}

.div-block-25 {
  background-color: #14553a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 50%;
  min-height: 700px;
  display: flex;
}

.image-30 {
  max-width: 75%;
  margin-top: 20px;
  padding-left: 20px;
}

.heading-46 {
  color: var(--neutral--white);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.heading-47 {
  color: var(--neutral--white);
  text-align: center;
  border-radius: 17px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-48 {
  color: var(--neutral--white);
  padding-bottom: 10px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.checkbox-label-2 {
  padding-top: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.checkbox-field-2 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.section-6 {
  background-image: linear-gradient(180deg, white 34%, var(--soft-green));
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  min-height: 400px;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-26 {
  min-height: 500px;
  display: flex;
}

.link-2 {
  padding: 10px 40px 10px 20px;
  display: flex;
}

.link-2.w--current {
  padding-left: 20px;
  padding-right: 40px;
}

.animated-gradient-bg {
  z-index: -1;
  outline-offset: 0px;
  border-radius: 25px;
  outline: 3px #0d1423;
  max-width: 95%;
  margin: 200px auto 278px;
  position: absolute;
  inset: 0%;
}

.section-testimonials {
  background-image: linear-gradient(90deg, #145439, #42a88a);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.bold-text-9 {
  color: var(--dark-teal);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-48-copy {
  color: var(--neutral--white);
  text-align: center;
  padding-bottom: 10px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.quick-stack-11-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 95%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-5-medical {
  background-color: var(--neutral--white);
  -webkit-text-fill-color: inherit;
  background-image: url("../images/pexels-tima-miroshnichenko-8376184.jpg");
  background-position: 100% 100%;
  background-size: 200% 200%;
  background-clip: border-box;
  border-radius: 25px;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  min-width: 300px;
  min-height: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
  box-shadow: 3px 2px 20px 9px #0003;
}

.header-solution {
  color: var(--dark-teal);
  text-align: center;
  font-size: 22px;
  display: block;
}

.heading-solution {
  min-height: 50px;
  color: var(--dark-teal);
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  display: flex;
}

.div-block-medical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url("../images/pexels-tima-miroshnichenko-8376184.jpg");
  background-position: 100% 100%;
  background-repeat: repeat;
  background-size: 225% 150%;
  background-attachment: scroll;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-dentist {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url("../images/atikah-akhtar-XJptUS8nbhs-unsplash-1.jpg");
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: 200% 150%;
  background-attachment: scroll;
  border-radius: 25px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
}

.div-block-28 {
  border-radius: 20px;
  width: 300px;
  height: 300px;
  box-shadow: 0 2px 16px 6px #0003;
}

.div-block-27-dental {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url("../images/atikah-akhtar-XJptUS8nbhs-unsplash-1.jpg");
  background-position: 50%;
  background-repeat: repeat;
  background-size: 200% 150%;
  background-attachment: scroll;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-physio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-image: url("../images/marc-zeman-uLWW09LLG04-unsplash-1.jpg");
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: 200% 150%;
  background-attachment: scroll;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.button-4 {
  color: var(--dark-teal);
  text-align: center;
  background-color: #f7f7f7;
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-29 {
  flex-flow: column;
  display: flex;
}

.quick-stack-14 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-6-copy {
  max-width: 100%;
  min-height: 300px;
  color: var(--dark-teal);
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-30 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.heading-49 {
  color: var(--enda-green);
  font-family: Montserrat, sans-serif;
}

.quick-stack-2-copy {
  padding-top: 20px;
  padding-bottom: 0;
}

.button-copy {
  box-sizing: border-box;
  float: none;
  border: 1px solid var(--dark-teal);
  background-color: var(--off-white);
  color: var(--enda-green);
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: baseline;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 18px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: inline-block;
  position: static;
  inset: 0%;
}

.button-copy:hover {
  background-color: var(--neutral--white);
  color: var(--dark-teal);
}

.quick-stack-2-copy {
  max-width: 1230.65px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-header-copy {
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  margin-top: 0;
  padding: 180px 5% 40px;
  display: flex;
  position: relative;
}

.heading-12-copy {
  color: var(--enda-green);
  text-align: center;
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-25 {
  color: var(--enda-green);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-solutions {
  color: var(--enda-green);
  text-align: left;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.heading-solutions:lang(en-ca) {
  font-size: 35px;
}

.header-check-copy {
  color: var(--dark-teal);
  text-align: left;
  padding-left: 10px;
  font-size: 25px;
  display: block;
}

.image-3-copy {
  border: 0 solid #145439;
  border-radius: 25px;
  max-width: 90%;
  max-height: 90%;
  padding-bottom: 0;
  display: inline-block;
  box-shadow: 0 2px 14px 4px #0003;
}

.header-check-copy {
  color: var(--dark-teal);
  text-align: left;
  padding-left: 10px;
  font-size: 25px;
  font-weight: 400;
  display: block;
}

.paragraph-26 {
  color: var(--dark-teal);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.quick-stack-9-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  pointer-events: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-12-copy-copy {
  color: var(--neutral--white);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
}

.button-demo {
  box-sizing: border-box;
  float: none;
  border: 1px solid var(--dark-teal);
  background-color: var(--green--background);
  color: var(--dark-teal);
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  flex-flow: row;
  justify-content: center;
  align-items: baseline;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 18px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: inline-block;
  position: static;
  inset: 0%;
}

.button-demo:hover {
  background-color: var(--neutral--white);
  color: var(--dark-teal);
}

.heading-22-copy {
  color: var(--dark-teal);
  text-align: center;
  padding: 20px 2rem 40px;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 600;
}

.code-embed {
  margin-bottom: 0;
}

.section-3-copy {
  background-color: var(--digital-green);
  background-color: var(--orange--background);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 40px;
  display: flex;
}

.button-primary-copy.w--current {
  font-weight: 600;
}

.button-primary-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 0px none var(--dark-teal);
  background-color: var(--off-white);
  min-width: 50%;
  color: var(--dark-teal);
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family:
    Open Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
}

.button-primary-copy:hover {
  background-color: var(--neutral--white);
  color: var(--enda-green);
  border: 1px solid #145439;
  overflow: visible;
}

.button-primary-copy:active {
  background-color: var(--off-white);
}

.button-primary-reg {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 0px none var(--dark-teal);
  background-color: var(--soft-green);
  background-image: linear-gradient(315deg, var(--enda-green), var(--soft-green));
  min-width: 150px;
  color: var(--off-white);
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: flex;
}

.button-primary-reg:hover {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--off-white);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--off-white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--off-white);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--off-white);
  outline-offset: 0px;
  color: var(--off-white);
  background-color: #0000;
  background-image: none;
  outline: 3px #246b49;
  overflow: visible;
}

.button-primary-reg:active {
  background-color: var(--enda-green);
}

.slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  min-width: 65%;
  max-width: 65%;
  display: flex;
}

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

.image-31 {
  text-align: left;
}

.slide {
  vertical-align: baseline;
}

.how-it-works {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 85%;
  display: flex;
}

.cell-47 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.work-title {
  color: var(--enda-green);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
}

.work-desc {
  max-width: 100%;
  color: var(--enda-green);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.cell-48,
.cell-49 {
  justify-content: center;
  align-items: flex-start;
}

.cell-50 {
  justify-content: center;
  align-items: center;
}

.image-32 {
  border-radius: 5px;
  min-width: 300px;
  max-width: 350px;
  max-height: 100%;
}

.image-32:lang(en-ca) {
  border: 3px #cacbca;
}

.cell-51,
.cell-52 {
  justify-content: center;
  align-items: center;
}

.heading-38-copy {
  color: var(--off-white);
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.cell-45-2 {
  background-color: #135439;
  background-image: url("../images/7e4c9c166697025.641c79573f069.webp");
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px #0003;
}

.image-33 {
  min-width: 200px;
  max-width: 55%;
  max-height: 100%;
}

.image-34 {
  min-width: auto;
  max-width: 300px;
  min-height: auto;
  max-height: 100%;
}

.button-specialty {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 0px none var(--dark-teal);
  background-color: var(--light-green);
  min-width: 50%;
  color: var(--off-white);
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: flex;
}

.button-specialty:hover {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--digital-green);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--digital-green);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--digital-green);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--digital-green);
  outline-offset: 0px;
  color: var(--digital-green);
  background-color: #0000;
  background-image: none;
  outline: 3px #246b49;
  overflow: visible;
}

.button-specialty:active {
  background-color: var(--off-white);
}

.button-specialty:lang(en-ca) {
  background-color: var(--mind-green);
  color: var(--green--background);
}

.paragraph-27 {
  color: var(--enda-green);
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
}

.cell-45-3 {
  background-color: #135439;
  background-image: url("../images/marc-zeman-uLWW09LLG04-unsplash-1.jpg");
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px #0003;
}

.image-35 {
  max-width: 60%;
  max-height: 70%;
  margin-top: 0;
  margin-left: 20px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-28,
.paragraph-29 {
  color: var(--off-white);
}

.news {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.button-question {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 0px none var(--dark-teal);
  background-color: var(--enda-green);
  background-image: linear-gradient(90deg, var(--enda-green), var(--light-green));
  min-width: 250px;
  color: var(--off-white);
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 0;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: flex;
}

.button-question:hover {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--digital-green);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--digital-green);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--digital-green);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--digital-green);
  outline-offset: 0px;
  color: var(--digital-green);
  background-color: #0000;
  background-image: none;
  outline: 3px #246b49;
  overflow: visible;
}

.button-question:active {
  background-color: var(--off-white);
}

.image-36 {
  max-width: 150px;
  max-height: 150px;
}

.cell-53 {
  justify-content: center;
  align-items: center;
}

.title-benefits {
  color: var(--enda-green);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.title-benefits:lang(en-ca) {
  font-size: 17px;
}

.desc-benefits {
  color: var(--enda-green);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.cell-54 {
  justify-content: center;
  align-items: center;
}

.cell-55,
.cell-56,
.cell-57 {
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-15 {
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.button-question-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 0px none var(--dark-teal);
  background-color: var(--light-green);
  min-width: 200px;
  max-width: 500px;
  min-height: 50px;
  color: var(--millieu);
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: flex;
}

.button-question-copy:hover {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--digital-green);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--digital-green);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--digital-green);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--digital-green);
  outline-offset: 0px;
  color: var(--digital-green);
  background-color: #0000;
  background-image: none;
  outline: 3px #246b49;
  overflow: visible;
}

.button-question-copy:active {
  background-color: var(--off-white);
}

.button-question-copy:lang(en-ca) {
  margin-left: auto;
}

.animated-gradient-bg-header {
  z-index: -1;
  border-radius: 25px;
  max-width: 80rem;
  margin: 10px auto;
  position: absolute;
  inset: 0%;
}

.cell-58 {
  justify-content: center;
  align-items: center;
}

.image-37 {
  border-radius: 25px;
  max-width: 100%;
}

.animated-gradient-bg-dental {
  z-index: -1;
  outline-offset: 0px;
  border-radius: 25px;
  outline: 3px #0d1423;
  max-width: 95%;
  min-height: 500px;
  margin: 193px auto 191px;
  position: absolute;
  inset: 0%;
}

.image-38 {
  border-radius: 25px;
  min-width: 50%;
  max-width: 100%;
  min-height: 8%;
  max-height: 100%;
}

.cell-59 {
  background-image: url("../images/pexels-tima-miroshnichenko-8376184.jpg");
  background-position: 0 0;
  background-size: cover;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
}

.quick-stack-dental {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  pointer-events: auto;
  max-width: 1200px;
  max-height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.image-39 {
  box-sizing: content-box;
  border-radius: 25px;
  max-width: 100%;
  max-height: 100%;
  overflow: clip;
}

.div-block-34 {
  background-color: var(--light-green);
  border-radius: 25px;
  min-width: 95%;
  max-width: 95%;
  min-height: 300px;
  display: block;
}

.container-security {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 60rem;
  min-height: 0;
  padding-top: 0;
  display: flex;
}

.security-cards {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding-bottom: 2rem;
  display: flex;
}

.cell-60 {
  justify-content: center;
  align-items: flex-start;
}

.cell-61 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.quick-stack-16 {
  margin-bottom: 20px;
}

.div-block-36 {
  min-width: 100%;
  max-width: 100%;
  display: block;
}

.button-field {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--dark-teal);
  min-width: 250px;
  max-width: 200px;
  min-height: 50px;
  color: var(--enda-green);
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  padding: 2px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: flex;
}

.button-field:hover {
  background-color: var(--neutral--white);
  background-image: linear-gradient(315deg, var(--mind-green), var(--digital-green));
  color: var(--enda-green);
  border: 1px solid #145439;
  overflow: visible;
}

.button-field:active {
  background-color: var(--off-white);
}

.div-block-37 {
  flex-flow: row;
  min-width: 100%;
  max-width: 100%;
  margin-left: -4px;
  padding-bottom: 20px;
  display: flex;
  overflow: visible;
}

.quick-stack-17 {
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 25px;
  padding: 40px;
}

.div-block-37-2 {
  flex-flow: row;
  min-width: 100%;
  max-width: 100%;
  margin-left: -217px;
  padding-bottom: 40px;
  display: flex;
  overflow: visible;
}

.quick-stack-18 {
  align-self: center;
  max-width: 60rem;
  margin-bottom: 40px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-2 {
  color: #0000;
  padding-left: 60px;
  padding-right: 20px;
  font-weight: 400;
}

.div-block-38 {
  background-color: var(--off-white);
  border-radius: 25px;
  min-width: 250px;
  max-width: 250px;
  margin-top: 37px;
  padding-left: 0;
  padding-right: 0;
}

.dropdown-list-3 {
  background-color: #dddddd30;
}

.dropdown-list-3.w--open {
  background-color: #ddd0;
}

.dropdown-link {
  color: var(--dark-teal);
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.image-40 {
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
}

.div-block-39 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.paragraph-13-2 {
  color: var(--enda-green);
  font-family:
    Open Sans,
    sans-serif;
}

.security---header {
  color: var(--dark-teal);
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 500;
  display: block;
}

.compliance {
  background-color: var(--green--background);
  background-image: linear-gradient(180deg, var(--dark-teal), var(--enda-green));
  min-width: 100%;
  min-height: 400px;
  color: var(--neutral--900);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 5px #0003;
}

.compliance-stack {
  min-width: 100%;
  max-width: none;
  margin-bottom: 2rem;
}

.div-block-40 {
  min-width: 75px;
  max-width: 75%;
}

.cell-62 {
  border: 3px none var(--digital-green);
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.security-framework-title {
  color: var(--enda-green);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.image-41 {
  max-width: 150px;
}

.image-41-copy {
  max-width: 140px;
  max-height: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.quick-stack-4-copy {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-teal);
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: padding-box;
  max-width: 520px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.button-cat {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 0px none var(--dark-teal);
  background-color: var(--light-green);
  min-width: 35%;
  max-width: 75%;
  color: var(--off-white);
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: flex;
}

.button-cat:hover {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--digital-green);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--digital-green);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--digital-green);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--digital-green);
  outline-offset: 0px;
  color: var(--digital-green);
  background-color: #0000;
  background-image: none;
  outline: 3px #246b49;
  overflow: visible;
}

.button-cat:active {
  background-color: var(--off-white);
}

.heading-dentaire {
  color: var(--enda-green);
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
}

.quick-stack-dental-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  pointer-events: auto;
  max-width: 1200px;
  max-height: 665.333px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.section-7 {
  padding-bottom: 60px;
}

.heading-dentaire-small {
  color: var(--enda-green);
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.heading-dentaire-small:lang(en-ca) {
  white-space: normal;
}

.div-block-41 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-dentaire {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 0px none var(--dark-teal);
  background-color: var(--mind-green);
  min-width: 250px;
  color: var(--off-white);
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 20px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: flex;
}

.button-dentaire:hover {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--digital-green);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--digital-green);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--digital-green);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--digital-green);
  outline-offset: 0px;
  color: var(--digital-green);
  background-color: #0000;
  background-image: none;
  outline: 3px #246b49;
  overflow: visible;
}

.button-dentaire:active {
  background-color: var(--off-white);
}

.button-dentaire-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: var(--mind-green);
  border-right-style: solid;
  border-right-width: 3px;
  border-right-color: var(--mind-green);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--mind-green);
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: var(--mind-green);
  min-width: 200px;
  color: var(--neutral--white);
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 20px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
  display: flex;
}

.button-dentaire-2:hover {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--digital-green);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--digital-green);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--digital-green);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--digital-green);
  outline-offset: 0px;
  color: var(--digital-green);
  background-color: #0000;
  background-image: none;
  outline: 3px #246b49;
  overflow: visible;
}

.button-dentaire-2:active {
  background-color: var(--off-white);
}

.heading-12-1 {
  color: var(--dark-teal);
  text-align: center;
  background-color: #193c4000;
  flex-flow: row;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 600;
  display: block;
}

.heading-12-1:lang(en-ca) {
  text-align: center;
}

.heading-13-1 {
  color: var(--enda-green);
  text-align: left;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.hero {
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.cell-63,
.cell-64,
.cell-65 {
  justify-content: center;
  align-items: center;
}

.cell-66,
.cell-67,
.cell-68 {
  justify-content: center;
  align-items: center;
}

.section-3-copy {
  background-color: var(--neutral--white);
  background-image: url("../images/Vector.png");
  background-position: 100% 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  display: flex;
}

.section-3-contact-us {
  background-color: var(--neutral--white);
  background-image: linear-gradient(#fff, #e3fcf2);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 40px;
  display: flex;
}

.heading-51 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.heading-22-small {
  width: 90%;
  max-width: 500px;
  color: var(--dark-teal);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.div-block-15-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-width: 50%;
  max-width: 90%;
  margin: 20px auto;
  padding-left: 0;
  display: flex;
}

.text-block-8 {
  color: var(--millieu);
}

.button-primary-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--neutral--white);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--neutral--white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--neutral--white);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--neutral--white);
  min-width: 150px;
  color: var(--neutral--white);
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border-radius: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
  display: flex;
}

.button-primary-copy:hover {
  border: 1px none var(--dark-teal);
  background-color: var(--neutral--white);
  color: var(--dark-teal);
  background-image: none;
  overflow: visible;
}

.button-primary-copy:active {
  background-color: var(--off-white);
  color: var(--dark-teal);
  background-image: none;
}

.section-3-connexion {
  background-color: var(--green--background);
  background-image: linear-gradient(#fff, #e3fcf2);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 40px;
  display: flex;
}

.image-42 {
  min-width: 50px;
  max-width: 50px;
  padding-right: 20px;
}

.heading-11-copy {
  color: var(--enda-green);
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  display: flex;
}

.div-block-42 {
  max-width: 900px;
}

.paragraph-30 {
  color: var(--enda-green);
  text-align: center;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.paragraph-30:lang(en-ca) {
  font-weight: 500;
}

.image-43 {
  background-color: var(--green--lighter);
  mix-blend-mode: normal;
  border-radius: 20px;
  min-width: 700px;
  max-width: 100%;
  max-height: 100%;
}

.cell-69 {
  justify-content: center;
  align-items: center;
}

.div-block-43 {
  background-color: var(--neutral--white);
  border-radius: 30px;
  max-width: 95%;
}

.image-44 {
  border-radius: 25px;
  max-width: 100%;
  max-height: 100%;
}

.div-block-44 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.section-pricing-copy {
  z-index: 99;
  background-color: #fff;
  background-image: linear-gradient(#fff0, #3d3d3d0f);
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}

.cell-59-copy {
  border-radius: 25px;
  justify-content: center;
  align-items: center;
}

.quick-stack-20 {
  max-width: 1200px;
}

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

.security-card-stack {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-22 {
  max-width: 1200px;
}

.cell-70 {
  justify-content: center;
  align-items: center;
}

.div-block-46 {
  height: 150px;
  position: relative;
}

.div-block-47 {
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-48,
.div-block-49 {
  display: flex;
}

.section-8 {
  width: 1025px;
}

.navbar-2 {
  font-weight: 300;
}

.heading-52 {
  color: var(--dark-teal);
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 500;
}

.image-45 {
  max-height: 60px;
}

.div-block-50 {
  background-color: #00000085;
  height: 100px;
  position: relative;
}

.div-block-51 {
  width: 100%;
  height: 100px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-52 {
  display: flex;
}

.section-9 {
  text-align: center;
  width: 100vw;
  height: 100px;
  text-decoration: none;
  display: block;
}

.heading-53 {
  aspect-ratio: auto;
  font-family: Lato, sans-serif;
}

.track {
  height: 10vw;
}

.camera {
  width: 100vw;
  height: 10vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.item {
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
}

.button-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--neutral--white);
  color: var(--digital-green);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1px solid #00d75c;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-right: 0%;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.heading-11-2 {
  color: var(--dark-teal);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 500;
  display: block;
}

.div-block-19-2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 40px;
  margin-right: 0;
  display: flex;
}

.button-reg {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 0px none var(--dark-teal);
  background-color: var(--mind-green);
  min-width: 150px;
  color: var(--enda-green);
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(315deg, #8fe621, #00d75c);
  background-clip: border-box;
  border-radius: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: flex;
}

.button-reg:hover {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--digital-green);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--digital-green);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--digital-green);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--digital-green);
  outline-offset: 0px;
  color: var(--digital-green);
  background-color: #0000;
  background-image: none;
  outline: 3px #246b49;
  overflow: visible;
}

.button-reg:active {
  background-color: var(--off-white);
}

.div-block-15-copy {
  box-sizing: border-box;
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  background-color: #fff;
  border-radius: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-width: 50%;
  max-width: 100%;
  margin: 0 auto 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-15-copy:lang(en-ca) {
  min-width: 500px;
}

.image-46 {
  width: 90%;
  max-width: 300px;
}

.div-block-15-copy-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-width: 50%;
  max-width: 90%;
  margin: 20px auto;
  padding-left: 0;
  display: flex;
}

.paragraph-21-copy {
  width: 75%;
  max-width: 600px;
  color: var(--dark-teal);
  text-align: center;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-21-copy-copy {
  width: 90%;
  max-width: none;
  color: var(--dark-teal);
  text-align: left;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.success-message-2 {
  background-color: #fff;
}

.text-block-9 {
  color: var(--dark-teal);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.bold-text-12,
.bold-text-13 {
  font-weight: 500;
}

.bold-text-14 {
  font-weight: 700;
}

.bold-text-14:lang(en-ca) {
  font-weight: 500;
}

.quick-stack-6-copy {
  text-align: left;
  background-color: #0000;
  border-radius: 25px;
  min-width: 100%;
  max-width: 1200px;
  margin-top: 0;
  padding: 40px;
}

.cell-45-2-copy {
  background-color: #135439;
  background-image: url("../images/Screenshot-2025-08-20-at-07.24.30.png");
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px #0003;
}

.quick-stack-23 {
  text-align: right;
  background-color: #7cae9a00;
  border-radius: 25px;
  align-self: flex-end;
  max-width: none;
  margin-bottom: 2rem;
  padding: 0;
}

.cell-71,
.cell-72 {
  justify-content: center;
  align-items: center;
}

.cell-73,
.cell-74 {
  justify-content: center;
  align-items: flex-start;
}

.heading-38-copy {
  color: var(--enda-green);
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.section-features-copy {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff45;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cell-45-3-copy {
  background-color: #135439;
  background-image: url("../images/Quest-ce-quune-clinique-virtuelle-privee-.jpg");
  background-position: 50%;
  background-size: cover;
  border: 1px #000;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px #0003;
}

.button-question-copy-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 0px none var(--dark-teal);
  background-color: var(--mind-green);
  min-width: 250px;
  max-width: none;
  min-height: 0;
  color: var(--enda-green);
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(315deg, #8fe621, #00d75c);
  background-clip: border-box;
  border-radius: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: auto;
  padding: 10px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: flex;
}

.button-question-copy-copy:hover {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--digital-green);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--digital-green);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--digital-green);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--digital-green);
  outline-offset: 0px;
  color: var(--digital-green);
  background-color: #0000;
  background-image: none;
  outline: 3px #246b49;
  overflow: visible;
}

.button-question-copy-copy:active {
  background-color: var(--off-white);
}

.image-36-copy {
  border-radius: 20px;
  min-width: 300px;
  max-width: 400px;
  max-height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 2px 6px #0000004a;
}

.image-36-copy:lang(en-ca) {
  min-width: 200px;
  max-width: 400px;
  max-height: 750px;
}

.heading-11-copy-copy {
  color: var(--enda-green);
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 400;
  display: flex;
}

.cell-75 {
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 2px 5px #0003;
}

.cell-76 {
  background-color: var(--neutral--white);
  border-radius: 25px;
  box-shadow: 0 2px 5px #0003;
}

.cell-77 {
  border-radius: 25px;
  box-shadow: 0 2px 5px #0003;
}

.select-field {
  background-color: var(--neutral--white);
  border: 0 #000;
  border-radius: 5px;
  box-shadow: 0 2px 5px #0003;
}

.bold-text-15 {
  font-weight: 400;
}

.text-block-6-2 {
  max-width: 100%;
  color: var(--enda-green);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-6-2:lang(en-ca) {
  font-weight: 300;
}

.bold-text-16 {
  font-weight: 700;
}

.bold-text-16:lang(en-ca) {
  font-weight: 500;
}

.image-47 {
  max-width: 100%;
  max-height: 100%;
}

.heading-11-21 {
  color: var(--enda-green);
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  display: flex;
}

.bold-text-17 {
  font-weight: 700;
}

.bold-text-17:lang(en-ca) {
  font-weight: 500;
}

.quick-stack-24 {
  max-width: 90%;
}

.logo-wrap {
  align-self: auto;
  max-width: 90rem;
  margin-bottom: 4rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.logo-container {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
  overflow: hidden;
}

.image-48 {
  max-width: 384px;
  height: 6rem;
  margin-right: 0;
  display: block;
}

.image-49 {
  max-width: 384px;
  height: 4rem;
  display: block;
}

.image-50 {
  max-width: 512px;
  height: 6rem;
  display: block;
}

.image-51 {
  max-width: 512px;
  height: 3rem;
  padding-right: 4rem;
  display: block;
}

.image-52 {
  max-width: 512px;
  height: 6rem;
  padding-right: 0;
  display: block;
}

.div-block-53 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-icon {
  transform: rotate(45deg);
}

.div-block-54 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-55 {
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}

.div-block-56 {
  border-bottom: 1px solid #000;
}

.faq-item {
  border-bottom: 1px solid #2f8368;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.faq-item:lang(en-ca) {
  border-bottom: 1px solid #2f8468;
}

.div-block-57 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-10 {
  font-size: 30px;
  font-weight: 600;
}

.image-53 {
  width: 2rem;
  max-height: 2rem;
  transform: rotate(-45deg);
}

.faq-item-body {
  overflow: hidden;
}

.faq-item-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-item-title-text {
  color: var(--enda-green);
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 500;
}

.faq-item-title-text:lang(en-ca) {
  font-weight: 500;
}

.faq-item-title-icon {
  max-width: 1.5rem;
  height: 1.5rem;
  transform: rotate(-45deg);
}

.faq-item-body-inner {
  padding-top: 2rem;
}

.bold-text-18 {
  justify-content: center;
  display: flex;
}

.cta-description {
  color: var(--dark-teal);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.demo-card-cta {
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-demo,
.container-faq {
  max-width: 60rem;
}

.section-templates {
  background-image: linear-gradient(#fff, #e3fcf2);
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 4rem;
  display: flex;
}

.container-12 {
  flex-flow: row;
  max-width: 60rem;
  display: flex;
}

.quick-stack-25 {
  object-fit: fill;
  width: 60rem;
  padding: 0;
}

.templates-image {
  border-radius: 2px;
  min-width: 20rem;
  max-width: 20rem;
  max-height: none;
  box-shadow: 0 2px 5px #0003;
}

.heading-templates {
  color: var(--dark-teal);
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 500;
}

.text-templates {
  color: var(--dark-teal);
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 16px;
}

.cell-78 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.cell-79 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-template {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 0px none var(--dark-teal);
  background-color: var(--light-green);
  min-width: 35%;
  max-width: 75%;
  color: var(--off-white);
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: block;
}

.button-template:hover {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--digital-green);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--digital-green);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--digital-green);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--digital-green);
  outline-offset: 0px;
  color: var(--digital-green);
  background-color: #0000;
  background-image: none;
  outline: 3px #246b49;
  overflow: visible;
}

.button-template:active {
  background-color: var(--off-white);
}

.section-10 {
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: linear-gradient(#fff, #e3fcf2);
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
}

.section-11 {
  background-image: linear-gradient(#fff, #e3fcf2);
  padding-bottom: 4rem;
}

.section-12 {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 10rem;
  padding-bottom: 5rem;
}

.use-cases {
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-width: 0;
  max-width: 60rem;
  margin-bottom: 4rem;
  display: flex;
}

.container-13 {
  max-width: 80rem;
}

.container-14,
.container-14:lang(en-ca) {
  max-width: 60rem;
}

.compliance-icons {
  min-width: 75px;
  max-width: 75%;
}

.compliance-pill {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 3px none var(--digital-green);
  background-color: var(--neutral--white);
  min-width: 8rem;
  max-width: none;
  min-height: 2.25rem;
  color: var(--neutral--900);
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 1rem;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.compliance-pill:lang(en-ca) {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-58 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  display: flex;
}

.usa-flag-hipaa-compliance,
.canada-flag-pipeda-compliance,
.quebec-flag-compliance,
.image-57 {
  border-radius: 2px;
  max-height: 1.5rem;
}

.security-card-header {
  color: var(--dark-teal);
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  display: flex;
  position: static;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.security-card-header:lang(en-ca) {
  font-weight: 700;
}

.security-questions {
  border: 3px none var(--digital-green);
  background-color: var(--neutral--white);
  min-width: 100%;
  min-height: 0;
  color: var(--neutral--900);
  border-radius: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.security-questions:lang(en-ca) {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quick-stack-26 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  min-width: 100%;
  margin-top: 0;
}

.cell-80 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-54 {
  font-size: 24px;
}

.heading-55 {
  color: var(--enda-green);
  flex-flow: row;
  font-size: 25px;
  font-weight: 500;
  display: flex;
}

.text-block-11,
.text-block-12 {
  color: var(--enda-green);
  font-size: 16px;
}

.button-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 0px none var(--dark-teal);
  background-color: var(--light-green);
  min-width: 35%;
  max-width: 75%;
  color: var(--off-white);
  text-align: center;
  letter-spacing: -0.02em;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-radius: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  transition: all 0.5s cubic-bezier(0.6, 0.6, 0, 1);
  display: flex;
}

.button-cta:hover {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--digital-green);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--digital-green);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--digital-green);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--digital-green);
  outline-offset: 0px;
  color: var(--digital-green);
  background-color: #0000;
  background-image: none;
  outline: 3px #246b49;
  overflow: visible;
}

.button-cta:active {
  background-color: var(--off-white);
}

.section-13 {
  background-image: linear-gradient(#fff, #e3fcf2cc);
  padding-top: 10rem;
}

.section-14 {
  justify-content: center;
  display: flex;
}

.heading-56 {
  color: var(--dark-teal);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 500;
}

.heading-56:lang(en-ca) {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.kpi-heading {
  color: var(--light-green);
  font-family: Montserrat, sans-serif;
  display: flex;
}

.heading-57,
.heading-58 {
  color: var(--dark-teal);
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  display: flex;
}

.cell-82 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.bold-text-19 {
  text-align: center;
  font-size: 39px;
}

.bold-text-20 {
  color: var(--dark-teal);
  text-align: center;
  font-size: 39px;
}

.heading-59 {
  color: var(--dark-teal);
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}

.cell-83 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.heading-60 {
  font-size: 16px;
}

.heading-61 {
  color: var(--dark-teal);
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}

.heading-62 {
  font-size: 24px;
}

.heading-63 {
  color: var(--dark-teal);
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}

.cell-84 {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.container-15 {
  margin-bottom: 4rem;
}

.outcome-wrapper {
  border: 3px none var(--digital-green);
  background-color: var(--neutral--white);
  min-width: 100%;
  min-height: 0;
  color: var(--neutral--900);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.outcome-wrapper:lang(en-ca) {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-27 {
  border-bottom: 1px solid var(--dark-teal);
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 40px;
}

.calculate-roi-cta {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  min-width: 100%;
  margin-top: 2rem;
}

.section-15 {
  background-image: linear-gradient(#e3fcf2, #fff);
  margin-bottom: 2rem;
}

.heading-64 {
  font-size: 24px;
}

.heading-65 {
  max-width: 60rem;
  color: var(--dark-teal);
  text-align: center;
  font-size: 25px;
  font-weight: 500;
}

.header-trust-banner {
  max-width: 60rem;
  color: var(--dark-teal);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 500;
  display: block;
}

.text-block-13 {
  text-align: center;
  margin-bottom: 1rem;
}

.heading-66 {
  color: var(--dark-teal);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.bold-text-21 {
  color: var(--enda-green);
}

.contact-form-header {
  color: var(--dark-teal);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 500;
}

.contact-form-subheader {
  color: var(--dark-teal);
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.contact-form-body {
  width: 90%;
  max-width: none;
  color: var(--dark-teal);
  text-align: left;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.cell-85 {
  justify-content: center;
  align-items: center;
}

.div-block-15-copy-copy {
  box-sizing: border-box;
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  background-color: #fff;
  border-radius: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-width: 50%;
  max-width: 100%;
  margin: 0 auto 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.div-block-15-copy-copy:lang(en-ca) {
  min-width: 500px;
}

.contact-page {
  box-sizing: border-box;
  grid-column-gap: 41px;
  grid-row-gap: 41px;
  background-color: #fff;
  background-image: linear-gradient(#fff, #e3fcf2);
  border-radius: 0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-width: 50%;
  max-width: 100%;
  margin: 0 auto 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: flex;
}

.contact-page:lang(en-ca) {
  min-width: 500px;
}

.hero-medical-stack {
  background-color: #0000;
  border-radius: 25px;
  min-width: 100%;
  max-width: 1200px;
  padding: 40px;
}

.hero-medical-wrapper {
  max-width: 1230.65px;
  padding-top: 0;
  padding-bottom: 0;
}

.stack-temp {
  color: var(--enda-green);
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
}

.stack-temp:lang(en-ca) {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
}

.section---cta---landing {
  -webkit-text-fill-color: inherit;
  background-color: #e3fcf2;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
  display: flex;
}

.heading-67 {
  font-family: Montserrat, sans-serif;
}

.div-block-59 {
  justify-content: center;
  display: flex;
}

.nav-logo {
  max-height: 60px;
}

.footer-logo-enda {
  width: 90%;
  max-width: 300px;
}

.cell-86 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-68 {
  color: var(--enda-green);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.italic-text {
  color: var(--enda-green);
}

.hero-image-workflow {
  background-color: var(--green--lighter);
  mix-blend-mode: normal;
  border-radius: 0;
  min-width: 25rem;
  max-width: 80%;
  max-height: 100%;
}

.hero-image-workflow:lang(en-ca) {
  min-width: auto;
}

.usecase-image {
  border-radius: 2px;
  align-self: flex-start;
  min-width: 300px;
  max-width: 350px;
  max-height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.usecase-image:lang(en-ca) {
  border: 3px #cacbca;
}

.heading-69 {
  color: var(--dark-teal);
  text-align: center;
  padding-bottom: 6rem;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.div-usecase-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  display: flex;
  position: static;
}

.div-usecase-left-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: none;
  display: flex;
  position: static;
}

.div-usecase-text-right {
  align-self: flex-end;
  max-width: 30rem;
  margin-bottom: 1rem;
  padding-right: 1rem;
}

.usecase-leftcopy {
  align-self: flex-end;
}

.div-usecase-text-left {
  align-self: flex-start;
  max-width: 32rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
  padding-left: 1rem;
}

.heading-70 {
  color: var(--dark-teal);
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.text-block-14 {
  color: var(--dark-teal);
  margin-top: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-71 {
  color: var(--dark-teal);
  text-align: left;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.text-block-15 {
  color: var(--dark-teal);
  text-align: left;
  margin-top: 0.5rem;
}

.heading-72 {
  color: var(--dark-teal);
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
  font-weight: 400;
}

.heading-73 {
  color: var(--dark-teal);
  text-align: center;
  margin-bottom: 4rem;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.text-block-16 {
  margin-top: 0.5rem;
}

.bold-text-22 {
  text-align: left;
  font-size: 16px;
}

.italic-text-2 {
  border-bottom: 1px none var(--dark-teal);
  color: var(--dark-teal);
  -webkit-text-stroke-color: var(--dark-teal);
  font-size: 39px;
  font-weight: 500;
}

.image-58 {
  max-height: 2rem;
}

.heading-74 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.container-16,
.container-17,
.container-18,
.container-19 {
  max-width: 60rem;
}

.bold-text-23 {
  color: var(--dark-teal);
  font-size: 16px;
}

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

.bold-text-25 {
  font-size: 25px;
}

.bold-text-26 {
  font-size: 16px;
}

.bold-text-27 {
  font-size: 20px;
}

.div-block-60,
.div-block-61,
.div-block-62 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-63 {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  justify-content: flex-start;
  display: flex;
}

.paragraph-22-copy {
  color: var(--dark-teal);
  text-align: center;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.section-cta {
  background-color: var(--neutral--white);
  background-image: linear-gradient(0deg, #fff, #e3fcf2);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .nav-link.w--current {
    font-style: normal;
    text-decoration: underline;
  }

  .button-primary {
    transition: all 0.4s cubic-bezier(0.6, 0.6, 0, 1);
  }

  .button {
    transition-duration: 0.4s;
  }

  .container {
    padding-bottom: 20px;
  }

  .pricing-wrapper {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  .pricing-card-2 {
    box-shadow: 0 2px 5px 3px #0003;
  }

  .button-primary-2.outline-button {
    background-color: var(--light-green);
    background-image: none;
    font-family:
      Open Sans,
      sans-serif;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.6, 0.6, 0, 1);
  }

  .button-primary-2.outline-button:hover {
    background-color: var(--off-white);
    color: var(--enda-green);
  }

  .div-block-5 {
    justify-content: center;
    align-items: flex-end;
  }

  .paragraph-5 {
    color: var(--violet--darker);
  }

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

  .quick-stack {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 0;
    margin-right: 60px;
    padding-left: 0;
    padding-right: 60px;
  }

  .heading-12 {
    color: var(--neutral--white);
    font-size: 54px;
    font-weight: 600;
  }

  .body {
    background-color: #fdfdfd;
    max-width: 2500px;
  }

  .cell {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
  }

  .image-3 {
    border: 2px #145439;
    padding-left: 0;
    transition-duration: 0.4s;
  }

  .gallery-scroll {
    padding-bottom: 40px;
  }

  .gallery-grid {
    padding-bottom: 0;
  }

  .security-card-wrapper {
    border-color: var(--light-green);
    background-color: #fdfdfd;
  }

  .gallery-image-text {
    padding-bottom: 20px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .heading-17 {
    color: var(--dark-teal);
    font-family: Montserrat, sans-serif;
  }

  .paragraph-10 {
    font-family:
      Open Sans,
      sans-serif;
  }

  .paragraph-11 {
    color: var(--dark-teal);
    text-align: center;
    padding-right: 60px;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
  }

  .quick-stack-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-13 {
    background-color: #fdfdfd;
  }

  .heading-18 {
    color: var(--dark-teal);
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
  }

  .heading-19 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .heading-20 {
    align-self: center;
  }

  .quick-stack-3 {
    min-width: 90%;
    max-width: 90%;
  }

  .button-body-contrast {
    transition-duration: 0.4s;
  }

  .cell-6 {
    justify-content: center;
    align-items: center;
  }

  .paragraph-14 {
    max-width: 75%;
    color: var(--enda-green);
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    font-family:
      Open Sans,
      sans-serif;
    font-weight: 700;
    display: flex;
  }

  .div-block-14 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-21 {
    color: var(--dark-teal);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
  }

  .cell-10 {
    text-align: left;
  }

  .cell-11 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-6 {
    align-self: auto;
    max-height: 744.792px;
    position: static;
    inset: 0% auto auto 0%;
  }

  .cell-12 {
    justify-content: center;
    align-items: center;
  }

  .container-6 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .footer-subscribe {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    display: block;
    position: relative;
  }

  .button-body-contrast-subscribe {
    transition-duration: 0.4s;
  }

  .image-12,
  .image-13 {
    min-width: 90%;
  }

  .cell-16 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-18 {
    min-width: 64%;
    max-height: 100%;
  }

  .section-how-it-works {
    background-image: linear-gradient(#fff, #c9ffe9 54%, #b4fde0 80%, #fff);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-bottom: 60px;
  }

  .pricing-card-2-copy {
    box-shadow: 0 5px 125px #96a3b51f;
  }

  .heading-45 {
    display: block;
  }

  .quick-stack-2-copy {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-copy {
    transition-duration: 0.4s;
  }

  .quick-stack-2-copy {
    max-height: 60017200px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-12-copy {
    color: var(--enda-green);
    font-size: 35px;
    font-weight: 400;
  }

  .image-3-copy {
    border: 2px #145439;
    padding-left: 0;
    transition-duration: 0.4s;
  }

  .heading-12-copy-copy {
    color: var(--neutral--white);
    font-size: 54px;
    font-weight: 600;
  }

  .button-demo {
    transition-duration: 0.4s;
  }

  .button-primary-copy,
  .button-primary-reg {
    transition: all 0.4s cubic-bezier(0.6, 0.6, 0, 1);
  }

  .how-it-works {
    margin-bottom: 60px;
  }

  .image-32:lang(en-ca) {
    border-style: none;
  }

  .button-specialty {
    background-color: var(--light-green);
    color: var(--millieu);
    transition: all 0.4s cubic-bezier(0.6, 0.6, 0, 1);
  }

  .button-specialty:hover {
    border-color: var(--enda-green);
    color: var(--enda-green);
  }

  .button-question {
    background-color: var(--enda-green);
    background-image: none;
    transition: all 0.4s cubic-bezier(0.6, 0.6, 0, 1);
  }

  .button-question:hover {
    border-color: var(--enda-green);
    color: var(--enda-green);
  }

  .button-question-copy {
    transition: all 0.4s cubic-bezier(0.6, 0.6, 0, 1);
  }

  .button-question-copy:hover {
    border-color: var(--enda-green);
    color: var(--enda-green);
  }

  .quick-stack-dental {
    margin-bottom: 60px;
  }

  .container-security {
    padding-bottom: 20px;
  }

  .button-field {
    transition: all 0.4s cubic-bezier(0.6, 0.6, 0, 1);
  }

  .security---header {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .compliance {
    background-color: #fdfdfd;
  }

  .cell-62 {
    border-color: var(--light-green);
  }

  .button-cat {
    background-color: var(--light-green);
    color: var(--millieu);
    background-image: none;
    margin-bottom: 0;
    margin-left: 0;
    transition: all 0.4s cubic-bezier(0.6, 0.6, 0, 1);
  }

  .button-cat:hover {
    border-color: var(--enda-green);
    color: var(--enda-green);
  }

  .heading-dentaire {
    color: var(--enda-green);
    font-size: 54px;
    font-weight: 600;
  }

  .heading-dentaire-small {
    color: var(--enda-green);
    font-size: 25px;
    font-weight: 300;
  }

  .button-dentaire {
    background-color: var(--light-green);
    background-image: none;
    transition: all 0.4s cubic-bezier(0.6, 0.6, 0, 1);
  }

  .button-dentaire:hover {
    border-color: var(--dark-teal);
    color: var(--enda-green);
  }

  .button-dentaire-2 {
    transition: all 0.4s cubic-bezier(0.6, 0.6, 0, 1);
  }

  .heading-12-1 {
    color: var(--enda-green);
    text-align: left;
    flex-flow: row;
    font-size: 40px;
    font-weight: 600;
    display: flex;
  }

  .heading-13-1 {
    color: var(--enda-green);
    justify-content: flex-start;
    align-items: center;
  }

  .heading-11-copy {
    margin-top: 0;
  }

  .button-primary-copy {
    transition: all 0.4s cubic-bezier(0.6, 0.6, 0, 1);
  }

  .heading-11-copy-copy,
  .heading-11-copy,
  .heading-11-copy,
  .heading-11-copy-copy {
    margin-top: 0;
  }

  .image-43 {
    min-width: 500px;
  }

  .div-block-43 {
    margin-bottom: 60px;
  }

  .heading-11-2 {
    margin-top: 60px;
  }

  .button-reg {
    transition: all 0.4s cubic-bezier(0.6, 0.6, 0, 1);
  }

  .quick-stack-6-copy {
    align-self: auto;
    max-height: 744.792px;
    position: static;
    inset: 0% auto auto 0%;
  }

  .button-question-copy-copy {
    transition: all 0.4s cubic-bezier(0.6, 0.6, 0, 1);
  }

  .image-36-copy {
    box-shadow: 0 2px 13px 1px #0003;
  }

  .heading-11-copy-copy {
    margin-top: 0;
    padding-top: 40px;
  }

  .heading-11-21 {
    margin-top: 60px;
  }

  .image-49 {
    height: 6rem;
  }

  .image-51 {
    height: 4rem;
  }

  .image-52 {
    height: 8rem;
    padding-right: 4rem;
  }

  .div-block-53 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .button-template {
    background-color: var(--light-green);
    color: var(--millieu);
    background-image: none;
    margin-bottom: 0;
    transition: all 0.4s cubic-bezier(0.6, 0.6, 0, 1);
  }

  .button-template:hover {
    border-color: var(--enda-green);
    color: var(--enda-green);
  }

  .section-12 {
    padding-bottom: 4rem;
  }

  .use-cases {
    margin-bottom: 60px;
  }

  .container-14 {
    max-width: 60rem;
  }

  .code-embed-2 {
    margin-top: 10px;
  }

  .compliance-pill {
    border-color: var(--light-green);
    background-color: #fdfdfd;
  }

  .security-card-header {
    padding-bottom: 20px;
  }

  .security-questions {
    border-color: var(--light-green);
    background-color: #fdfdfd;
  }

  .button-cta {
    background-color: var(--light-green);
    color: var(--millieu);
    background-image: none;
    margin-bottom: 0;
    transition: all 0.4s cubic-bezier(0.6, 0.6, 0, 1);
  }

  .button-cta:hover {
    border-color: var(--enda-green);
    color: var(--enda-green);
  }

  .cell-81 {
    justify-content: flex-start;
  }

  .outcome-wrapper {
    border-color: var(--light-green);
    background-color: #fdfdfd;
  }

  .header-trust-banner {
    margin-top: 60px;
  }

  .hero-medical-stack {
    align-self: auto;
    max-height: 744.792px;
    position: static;
    inset: 0% auto auto 0%;
  }

  .hero-medical-wrapper {
    max-height: 60017200px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .stack-temp {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-86 {
    flex-flow: column;
  }

  .hero-image-workflow {
    min-width: 500px;
  }

  .usecase-image:lang(en-ca) {
    border-style: none;
  }
}

@media screen and (max-width: 991px) {
  .section-regular {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .nav-menu {
    background-color: #fff0;
    margin-top: 0;
    padding-bottom: 10px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navigation-right {
    margin-right: 0;
  }

  .menu-button {
    border: 3px none var(--light-green);
    border-radius: 5px;
    margin-right: 20px;
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--dark-teal);
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-title-grid {
    grid-template-columns: 1.5fr;
    margin-bottom: 40px;
  }

  .search {
    top: -6%;
  }

  .partnership-text-wrap {
    display: flex;
  }

  .navigation-button-wrap {
    display: none;
  }

  .collection-list-jobs,
  .regular-collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .jobs-dropdown-toggle {
    align-items: center;
  }

  .testimonial-image-wrap {
    justify-content: center;
    height: 450px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-slider-right-button {
    inset: 0% 0% auto auto;
  }

  .testimonial-slider-left-button {
    inset: 0% 60px auto auto;
  }

  .rich-text {
    min-height: 160px;
  }

  .browse-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .search-result-list {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .browse-menu {
    min-width: 300px;
  }

  .about-header {
    grid-template-columns: 1fr;
  }

  .section-about-header {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .faq-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-us-grid {
    grid-column-gap: 32px;
  }

  .job-post-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid,
  .feature-grid-large {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .fb-style-grid {
    grid-template-columns: 3fr;
  }

  .button-primary {
    margin-right: 20px;
  }

  .fb-typography-detail {
    margin-bottom: 16px;
  }

  .button-outline,
  .button-secondary {
    display: flex;
  }

  .fb-typography-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .fb-header-block {
    margin-top: 0;
  }

  .button-primary-right-icon,
  .button-secondary-right-icon {
    display: flex;
  }

  .companies-title-wrap,
  .title-wrap-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-left-column {
    grid-template-columns: 1fr 1fr;
  }

  .footer-form-block {
    width: 100%;
  }

  .footer-legal-text-wrapper {
    margin-left: 0;
  }

  .footer-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .footer-section {
    box-sizing: border-box;
    object-fit: fill;
    justify-content: space-around;
    align-items: stretch;
    max-width: none;
    display: block;
  }

  .foooter-right-column {
    align-items: flex-start;
    max-width: 100%;
  }

  .search-button {
    display: flex;
  }

  .header-right-wrap {
    max-width: 100%;
    margin-top: 42px;
  }

  .header-flex-row {
    flex-direction: column;
  }

  .companies-grid {
    grid-template-columns: 1fr;
  }

  .account-page-wrapper {
    flex-direction: column-reverse;
    justify-content: space-between;
  }

  .account-form-block {
    margin-right: auto;
  }

  .account-right-block {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .account-left-block {
    flex: 1;
    width: 100%;
    height: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .account-testimonial-wrap-inner {
    margin-top: 24px;
  }

  .account-button {
    display: flex;
  }

  .navbar-mobile-button-wrapper {
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .testimonial-grid-v2 {
    grid-template-columns: 1fr;
  }

  .testimonial-slider-v2 {
    max-width: 100%;
    position: relative;
  }

  .testimonial-v2-slider-left-button {
    inset: -58px auto auto 0%;
  }

  .testimonial-v2-slider-right-button {
    inset: -58px auto auto 60px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-text-wrapper {
    min-height: 160px;
  }

  .collection-list-companies {
    grid-template-columns: 1fr 1fr;
  }

  .browse-check-wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .blog-title-wrap {
    margin-bottom: 82px;
  }

  .testiimonial-title-wrap {
    max-width: 100%;
    margin-bottom: 56px;
  }

  .blog-slider-right-button {
    inset: -62px auto auto 60px;
  }

  .blog-slider-left-button {
    inset: -62px auto auto 0%;
  }

  .banner-container {
    justify-content: flex-start;
  }

  .pricing {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-2 {
    width: 350px;
  }

  .container-3 {
    max-width: 728px;
  }

  .heading-11 {
    text-align: center;
    font-size: 35px;
  }

  .container-4 {
    max-width: 728px;
  }

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

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .cell-11 {
    flex-flow: column;
  }

  .container-7 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form-2 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .white-wrapper-card {
    min-width: auto;
    max-width: none;
    margin-bottom: 0;
  }

  .container-8 {
    max-width: 728px;
  }

  .footer-wrapper-two-2 {
    flex-wrap: wrap;
  }

  .footer-form-3 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-2 {
    max-width: 350px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .quick-stack-9 {
    max-width: 90%;
  }

  .image-12 {
    margin-left: 0;
  }

  .image-13 {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .image-15 {
    max-width: 40%;
  }

  .image-18 {
    min-width: 400px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .icon {
    color: var(--neutral--white);
  }

  .container-10 {
    max-width: 728px;
  }

  .footer-content-2 {
    grid-column-gap: 60px;
  }

  .cell-26,
  .cell-27 {
    justify-content: center;
    align-items: flex-start;
  }

  .cell-32 {
    box-shadow: none;
    background-color: #0000;
  }

  .image-25 {
    max-width: 300px;
    max-height: 60%;
  }

  .pricing-card-2-copy {
    width: 350px;
  }

  .heading-48:lang(en-ca) {
    text-align: center;
    font-size: 30px;
  }

  .heading-48-copy {
    text-align: center;
  }

  .heading-48-copy:lang(en-ca) {
    text-align: center;
    font-size: 30px;
  }

  .button-primary-copy,
  .button-primary-reg,
  .button-specialty,
  .button-question {
    margin-right: 20px;
  }

  .button-question-copy {
    margin-right: auto;
  }

  .button-field {
    margin-right: 20px;
  }

  .quick-stack-18 {
    max-width: 90%;
  }

  .div-block-38,
  .dropdown-list-3.w--open {
    margin-left: auto;
    margin-right: auto;
  }

  .button-cat,
  .button-dentaire,
  .button-dentaire-2,
  .button-primary-copy {
    margin-right: 20px;
  }

  .heading-11-copy {
    text-align: center;
  }

  .div-block-42 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .button-reg {
    margin-right: 20px;
  }

  .button-question-copy-copy {
    margin-right: auto;
  }

  .image-36-copy,
  .image-36-copy:lang(en-ca) {
    min-width: 300px;
  }

  .heading-11-21 {
    text-align: center;
  }

  .button-template,
  .button-cta {
    margin-right: 20px;
  }

  .header-trust-banner {
    text-align: center;
  }

  .contact-form-subheader {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-20 {
    max-width: 60rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  .nav-menu {
    background-color: #fff;
    background-image: none;
    margin-top: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .menu-button {
    border-width: 3px;
    border-color: var(--light-green);
    border-radius: 5px;
    margin-right: 20px;
    display: block;
    position: relative;
  }

  .menu-button.w--open {
    background-color: #4640de;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-image-wrap {
    height: 400px;
  }

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

  .navigation-button-wrap {
    display: none;
  }

  .collection-list-jobs,
  .regular-collection-list,
  .browse-grid,
  .search-result-list,
  .about-header {
    grid-template-columns: 1fr;
  }

  .section-about-header {
    padding-bottom: 60px;
  }

  .about-content-grid {
    grid-template-columns: 1fr;
  }

  .about-content-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about-team-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 16px;
  }

  .about-team-image-grid-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contact-us-grid {
    grid-template-columns: 1fr;
  }

  .title-wrap-left {
    margin-bottom: 32px;
  }

  .about-content-background-color {
    display: none;
  }

  .feature-list-grid {
    grid-template-columns: 1fr;
  }

  .about-header-video-wrapper {
    height: 380px;
  }

  .document-table-wrapper {
    white-space: nowrap;
  }

  .section-x-small,
  .section-regular-del-me {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h4-heading {
    font-size: 36px;
  }

  .fb-colour {
    margin-bottom: 25px;
  }

  .h3-heading {
    font-size: 40px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .fb-class-base {
    margin-bottom: 25px;
  }

  .h1-heading {
    font-size: 48px;
  }

  .section-x-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h2-heading {
    font-size: 44px;
  }

  .companies-title-wrap {
    margin-bottom: 100px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 20px;
  }

  .footer-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 60px;
  }

  .footer-logo-link {
    margin-bottom: 40px;
  }

  .footer-section {
    background-position:
      0 100%,
      70% 0;
  }

  .footer-social-links {
    margin-top: 20px;
    margin-bottom: 24px;
  }

  .browse-header-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .contact-image-wrap {
    height: 350px;
  }

  .account-form-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .company-mask {
    width: auto;
  }

  .company-arrow-r {
    inset: -72px auto auto 64px;
  }

  .company-arrow-l {
    inset: -72px auto auto 0%;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .job-submit-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .collection-list,
  .collection-list-companies,
  .jobs-collection-list {
    grid-template-columns: 1fr;
  }

  .job-submission-form-section-wrapper {
    flex-direction: column;
  }

  .blog-mask {
    width: auto;
  }

  .blog-slider-right-button {
    inset: -72px auto auto 64px;
  }

  .blog-slider-left-button {
    inset: -72px auto auto 0%;
  }

  .banner-announcement {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .banner-container {
    grid-column-gap: 24px;
  }

  .banner-button-small {
    position: static;
  }

  .features-list {
    padding: 60px 15px;
  }

  .pricing {
    max-width: 75%;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-flow: column;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
    display: block;
  }

  .pricing-card-2 {
    width: auto;
    margin-bottom: 40px;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .quick-stack {
    margin-left: auto;
    margin-right: auto;
  }

  .cell {
    justify-content: center;
    align-items: center;
  }

  .gallery-scroll,
  .team-circles {
    padding: 60px 15px;
  }

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

  .paragraph-11 {
    text-align: center;
    padding-left: 40px;
    padding-right: 60px;
  }

  .quick-stack-3 {
    margin-top: 40px;
  }

  .cell-9 {
    justify-content: center;
    align-items: center;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .white-wrapper-card {
    min-width: 30rem;
    padding-top: 10px;
  }

  .footer-light-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .footer-social-link-3 {
    margin-left: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .image-15 {
    max-width: 70%;
  }

  .icon {
    color: var(--neutral--white);
    border-radius: 25px;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content-2 {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-3:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-4 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .div-block-18 {
    flex-flow: column;
    min-width: 100%;
    max-width: 100%;
  }

  .image-25 {
    padding-left: 20px;
  }

  .div-block-22 {
    min-width: 100%;
    max-width: 100%;
    padding-top: 40px;
    overflow: visible;
  }

  .pricing-card-2-copy {
    width: auto;
    margin-bottom: 40px;
  }

  .div-block-24 {
    padding-bottom: 60px;
  }

  .div-block-25 {
    max-width: 100%;
  }

  .image-30 {
    padding-bottom: 40px;
  }

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

  .heading-48 {
    text-align: center;
    padding-top: 10px;
  }

  .heading-48:lang(en-ca) {
    font-size: 40px;
  }

  .checkbox-label-2 {
    padding-bottom: 20px;
  }

  .section-6 {
    flex-flow: column;
  }

  .div-block-26 {
    flex-flow: column;
    padding-top: 40px;
    display: flex;
  }

  .heading-48-copy {
    text-align: center;
    padding-top: 10px;
  }

  .heading-48-copy:lang(en-ca) {
    font-size: 40px;
  }

  .work-title {
    font-size: 34px;
    line-height: 42px;
  }

  .heading-11-2 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-15-copy,
  .div-block-15-copy-copy {
    padding-top: 10px;
  }

  .heading-11-21,
  .header-trust-banner {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-subheader {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-15-copy-copy,
  .contact-page {
    padding-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    height: 80px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .navigation-left {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 0;
  }

  .nav-menu {
    z-index: 5;
    background-image: none;
    border-radius: 25px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 20px;
    position: absolute;
  }

  .navigation-right {
    flex-flow: row;
    width: 30%;
    margin-right: 0;
    overflow: visible;
  }

  .navigation-right:lang(en-ca) {
    width: 40%;
  }

  .logo {
    max-height: 35px;
    padding-left: 0;
  }

  .container-navigation {
    border-radius: 25px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-right: 10px;
    position: relative;
  }

  .menu-button {
    border: 2px none var(--digital-green);
    background-color: var(--soft-green);
    background-image: none;
    border-radius: 5px;
    margin-right: 0;
  }

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

  .nav-link {
    min-width: 150px;
    min-height: 50px;
    color: var(--dark-teal);
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-bottom-wrap {
    margin-bottom: 36px;
  }

  .search {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .partnership-text-wrap {
    display: none;
  }

  .logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .company-card {
    padding: 32px;
  }

  .browse-grid {
    grid-template-columns: 1fr;
  }

  .header-title-wrap {
    text-align: center;
  }

  .about-header-video-wrapper {
    height: 280px;
  }

  .button-primary {
    text-align: center;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .button-outline,
  .button-secondary,
  .button-primary-right-icon,
  .document-table-header,
  .button-secondary-right-icon {
    width: 100%;
  }

  .section-companies {
    overflow: hidden;
  }

  .footer-left-column {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .footer-legal-links {
    grid-row-gap: 8px;
    flex-direction: column;
  }

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

  .form-text-field {
    line-height: 24px;
  }

  .footer-form {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .foooter-right-column {
    justify-content: space-between;
    align-items: flex-end;
  }

  .search-button {
    width: 100%;
  }

  .header-right-wrap {
    margin-bottom: 36px;
  }

  .account-right-block {
    display: none;
  }

  .account-button {
    width: 100%;
  }

  .job-tags {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .blog-slider-right-button,
  .blog-slider-left-button {
    top: -60px;
  }

  .banner-button {
    display: none;
  }

  .button {
    max-width: 90%;
    min-height: 60px;
    text-decoration: none;
  }

  .pricing {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .features-block {
    width: 90%;
  }

  .pricing-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .pricing-card-2 {
    min-width: auto;
    max-width: 90.9999%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-title,
  .pricing-title:lang(en-ca) {
    text-align: center;
    font-size: 25px;
  }

  .button-primary-2.outline-button {
    border-color: var(--millieu);
    background-color: var(--light-green);
    color: var(--millieu);
    background-image: none;
  }

  .paragraph-5 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .header-info {
    font-size: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .heading-11 {
    text-align: center;
    padding-top: 0;
    padding-bottom: 40px;
    font-size: 30px;
  }

  .quick-stack {
    max-width: 100%;
  }

  .heading-12 {
    max-width: none;
    padding-top: 60px;
    font-size: 35px;
  }

  .heading-13 {
    font-size: 18px;
  }

  .cell {
    outline-offset: 0px;
    outline: 3px #0d1423;
    justify-content: center;
    align-items: center;
  }

  .image-3 {
    border-style: none;
  }

  .container-4 {
    max-width: none;
  }

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

  .security-card-wrapper {
    min-height: auto;
    padding-bottom: 0;
  }

  .gallery-image-text {
    font-size: 25px;
  }

  .container-5 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

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

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

  .heading-20 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
  }

  .security-card-body {
    padding-bottom: 20px;
  }

  .quick-stack-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-5 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .cell-9 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-6 {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .white-wrapper-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-width: auto;
    max-width: 60rem;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .white-wrapper-card:lang(en-ca) {
    min-width: 300px;
  }

  .form {
    max-width: 90%;
  }

  .container-8 {
    max-width: none;
  }

  .footer-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two-2 {
    margin-top: 40px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-4.footer-form-button {
    position: relative;
    right: 0;
  }

  .quick-stack-9 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .heading-25 {
    font-size: 31px;
  }

  .stack-image {
    flex: 0 auto;
  }

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

  .image-13 {
    min-width: 100%;
    min-height: 100%;
  }

  .cell-16 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .cell-16:lang(en-ca) {
    justify-content: center;
    align-items: center;
  }

  .image-15 {
    max-width: 70%;
  }

  .form-block-2 {
    justify-content: center;
    align-items: center;
    min-width: 300px;
    display: flex;
  }

  .locale {
    background-color: #f8f8f800;
    border: 2px #dadada;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 40px;
  }

  .locales-list {
    background-color: #f8f8f8;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 2px 5px #0003;
  }

  .dropdown-list-2.w--open {
    background-color: #fff0;
    border-radius: 4px;
    justify-content: flex-start;
    align-items: center;
    margin-top: -22px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 10px 0;
    display: flex;
  }

  .dropdown-toggle {
    justify-content: center;
    align-items: center;
    min-width: auto;
    display: flex;
  }

  .locales-wrapper {
    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-start;
    align-items: flex-start;
    display: block;
  }

  .dropdown {
    padding-left: 0;
  }

  .image-18 {
    min-width: 100%;
    min-height: 100%;
  }

  .section-how-it-works {
    padding-top: 100px;
  }

  .heading-38 {
    padding-bottom: 40px;
    font-size: 30px;
  }

  .image-21 {
    min-width: auto;
    max-width: 100%;
    max-height: 400px;
  }

  .paragraph-19 {
    text-align: center;
    padding-bottom: 20px;
  }

  .how-to {
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: 767.217px;
  }

  .icon,
  .icon:lang(en-ca) {
    color: var(--neutral--white);
  }

  .container-10 {
    max-width: none;
  }

  .footer-wrapper-2:lang(en-ca) {
    margin-top: 20px;
  }

  .footer-brand-3:lang(en-ca) {
    margin-left: auto;
  }

  .cell-23 {
    justify-content: center;
    align-items: center;
  }

  .cell-24 {
    justify-content: center;
    align-items: flex-start;
  }

  .cell-25,
  .cell-26,
  .cell-27,
  .cell-28,
  .cell-29,
  .cell-30 {
    justify-content: center;
    align-items: center;
  }

  .div-block-18 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .connexion-button {
    text-align: left;
    flex-flow: column;
    min-width: 15rem;
    font-size: 20px;
    display: flex;
  }

  .div-block-19 {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .div-block-20 {
    margin-right: 0;
  }

  .div-block-21 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .heading-42 {
    max-width: 100%;
    font-size: 55px;
  }

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

  .image-25 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-22 {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .heading-45 {
    font-size: 31px;
  }

  .stack-types {
    margin-bottom: 0;
  }

  .heading-13-copy {
    font-size: 20px;
  }

  .container-11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 90%;
    display: flex;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
    max-width: 90%;
  }

  .grid-4 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-23 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .header-check {
    text-align: left;
    font-size: 22px;
  }

  .heading-7-copy {
    font-size: 20px;
  }

  .div-block-24 {
    min-width: 0;
  }

  .div-block-25 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: 350px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .image-30 {
    max-width: 75%;
    padding-bottom: 0;
  }

  .heading-47 {
    text-align: center;
    font-size: 25px;
  }

  .heading-48 {
    text-align: center;
    font-size: 30px;
  }

  .heading-48:lang(en-ca) {
    font-size: 30px;
  }

  .section-6 {
    flex-flow: column;
    align-items: stretch;
    margin-top: 0;
  }

  .heading-48-copy {
    text-align: center;
    font-size: 30px;
  }

  .heading-48-copy:lang(en-ca) {
    font-size: 30px;
  }

  .quick-stack-5-medical {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-2-copy {
    padding-top: 20px;
  }

  .button-copy {
    max-width: 90%;
    min-height: 40px;
    text-decoration: none;
  }

  .quick-stack-2-copy {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .section-header-copy {
    padding-top: 140px;
  }

  .heading-12-copy {
    text-align: center;
    max-width: none;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
  }

  .heading-solutions {
    padding-left: 0;
    font-size: 30px;
    font-weight: 600;
  }

  .image-3-copy {
    border-style: none;
  }

  .header-check-copy {
    text-align: left;
    font-size: 22px;
  }

  .quick-stack-9-copy {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .heading-12-copy-copy {
    max-width: none;
    padding-top: 60px;
    font-size: 35px;
  }

  .button-demo {
    max-width: 90%;
    min-height: 60px;
    text-decoration: none;
  }

  .heading-22-copy {
    padding-top: 4rem;
    padding-bottom: 2rem;
    font-size: 31px;
  }

  .button-primary-copy {
    text-align: center;
    text-align: center;
    width: 100%;
    min-width: 100%;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .button-primary-reg {
    text-align: center;
    width: 80%;
    min-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .work-title {
    text-align: left;
    font-size: 22px;
  }

  .work-title:lang(en-ca) {
    text-align: center;
    font-size: 25px;
  }

  .image-32 {
    max-width: 90%;
  }

  .button-specialty {
    text-align: center;
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .paragraph-27 {
    padding-left: 0;
  }

  .image-35 {
    max-width: 90%;
    max-height: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .button-question {
    text-align: center;
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .quick-stack-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-question-copy {
    text-align: center;
    width: 70%;
    min-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .animated-gradient-bg-header {
    border-radius: 0;
    margin: 0;
    padding-left: 100px;
    display: flex;
  }

  .image-38 {
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .quick-stack-dental {
    max-width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .container-security {
    margin-left: 20px;
    margin-right: 20px;
  }

  .cell-60,
  .cell-61 {
    justify-content: center;
    align-items: center;
  }

  .button-field {
    text-align: center;
    width: 100%;
    min-width: 20%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .div-block-37 {
    margin-left: -91px;
  }

  .div-block-37-2 {
    margin-left: -3px;
  }

  .icon-2 {
    color: #0000;
  }

  .div-block-38 {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .security---header {
    text-align: center;
    max-width: 90%;
    font-size: 31px;
  }

  .compliance-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-height: 50px;
    margin-left: 0;
  }

  .cell-62 {
    background-color: #0000;
    border-style: none;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    font-size: 12px;
  }

  .security-framework-title {
    font-size: 16px;
    display: block;
  }

  .quick-stack-4-copy {
    border: 0 solid #000;
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-cat {
    text-align: center;
    background-image: none;
    width: 100%;
    min-width: 60%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .button-cat:hover {
    border-color: var(--soft-green);
    color: var(--enda-green);
  }

  .heading-dentaire {
    text-align: center;
    max-width: none;
    padding-top: 0;
    font-size: 35px;
  }

  .quick-stack-dental-2 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .heading-dentaire-small {
    text-align: center;
    max-width: none;
    padding: 10px 10px 20px;
    font-size: 22px;
  }

  .div-block-41 {
    flex-flow: column;
  }

  .button-dentaire {
    text-align: center;
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .button-dentaire-2 {
    text-align: center;
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .heading-12-1 {
    max-width: none;
    padding-top: 0;
    font-size: 31px;
  }

  .heading-13-1 {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .hero {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-11-copy {
    text-align: center;
    margin-bottom: -20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
  }

  .heading-11-copy:lang(en-ca) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-3-copy {
    margin-top: 100px;
  }

  .section-3-contact-us {
    margin-top: 0;
  }

  .div-block-15-copy {
    min-width: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-8 {
    color: var(--dark-teal);
  }

  .button-primary-copy {
    text-align: center;
    width: 80%;
    min-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .section-3-connexion {
    margin-top: 60px;
    padding-top: 4rem;
  }

  .heading-11-copy {
    text-align: center;
    flex-flow: column;
    margin-top: 40px;
    padding-bottom: 40px;
    font-size: 30px;
  }

  .heading-11-copy-copy {
    text-align: center;
  }

  .div-block-42 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding-top: 0;
    display: flex;
  }

  .image-43 {
    min-width: 300px;
    max-width: 90%;
    max-height: 90%;
    margin-bottom: 20px;
    overflow: clip;
  }

  .cell-69 {
    justify-content: center;
    align-items: center;
  }

  .security-card-stack {
    margin-left: 0;
    margin-right: 0;
  }

  .navbar-2 {
    z-index: 2000;
    position: fixed;
  }

  .bold-text-11 {
    font-size: 20px;
  }

  .heading-52 {
    font-size: 31px;
  }

  .image-45 {
    max-height: 45px;
  }

  .heading-11-2 {
    text-align: center;
    margin-bottom: -20px;
    padding-top: 0;
    padding-bottom: 40px;
    font-size: 25px;
  }

  .heading-11-2:lang(en-ca) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-19-2 {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .button-reg {
    text-align: center;
    width: 80%;
    min-width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .div-block-15-copy {
    min-width: 50%;
    max-width: 100%;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-15-copy:lang(en-ca) {
    min-width: 300px;
  }

  .div-block-15-copy-copy {
    min-width: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .quick-stack-6-copy {
    text-align: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .quick-stack-23 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-38-copy {
    padding-bottom: 40px;
    font-size: 30px;
  }

  .button-question-copy-copy {
    text-align: center;
    width: 70%;
    min-width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .button-question-copy-copy:lang(en-ca) {
    margin-left: auto;
  }

  .image-36-copy {
    max-width: 100%;
    max-height: 100%;
  }

  .heading-11-21 {
    text-align: center;
    margin-bottom: -20px;
    padding-top: 0;
    padding-bottom: 40px;
    font-size: 30px;
  }

  .heading-11-21:lang(en-ca) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-item-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faq-item-title-text {
    font-size: 25px;
  }

  .demo-card-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .container-faq {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-templates {
    flex-flow: column;
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-12 {
    flex-flow: row;
    display: block;
  }

  .templates-image {
    min-width: auto;
    max-width: 16rem;
  }

  .button-template {
    text-align: center;
    background-image: none;
    width: 100%;
    min-width: 60%;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .button-template:hover {
    border-color: var(--soft-green);
    color: var(--enda-green);
  }

  .section-12 {
    padding-bottom: 0;
  }

  .use-cases {
    margin-left: 20px;
    margin-right: 20px;
  }

  .security-card-header {
    font-size: 25px;
  }

  .security-questions {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-26 {
    flex: 0 auto;
  }

  .cell-80 {
    justify-content: flex-start;
    align-items: center;
  }

  .button-cta {
    text-align: center;
    background-image: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 60%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .button-cta:hover {
    border-color: var(--soft-green);
    color: var(--enda-green);
  }

  .heading-56 {
    margin-left: 0;
    margin-right: 0;
    font-size: 31px;
  }

  .bold-text-19,
  .bold-text-20 {
    font-size: 31px;
  }

  .heading-59,
  .heading-61,
  .heading-63 {
    font-size: 20px;
  }

  .container-15 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header-trust-banner {
    text-align: center;
    margin-bottom: -20px;
    padding-top: 0;
    padding-bottom: 40px;
    font-size: 25px;
  }

  .header-trust-banner:lang(en-ca) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-form-header {
    font-size: 31px;
  }

  .contact-form-subheader {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .contact-form-body {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    display: block;
  }

  .div-block-15-copy-copy {
    min-width: 50%;
    max-width: 100%;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-15-copy-copy:lang(en-ca) {
    min-width: 300px;
  }

  .contact-page {
    min-width: 50%;
    max-width: 100%;
    margin-top: 60px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-page:lang(en-ca) {
    min-width: 300px;
  }

  .hero-medical-stack {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-medical-wrapper {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .stack-temp {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .stack-temp:lang(en-ca) {
    justify-content: center;
    align-items: center;
  }

  .nav-logo {
    max-height: 45px;
  }

  .cell-86 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .hero-image-workflow {
    min-width: 300px;
    max-width: 90%;
    max-height: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: clip;
  }

  .usecase-image {
    max-width: 90%;
  }

  .heading-69 {
    font-size: 20px;
  }

  .div-usecase-text-right {
    margin-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-usecase-text-left {
    margin-bottom: 2rem;
    padding-right: 1rem;
  }

  .heading-70,
  .heading-71,
  .heading-72 {
    font-size: 25px;
  }

  .italic-text-2 {
    font-size: 31px;
  }

  .heading-74 {
    font-size: 20px;
  }

  .container-20 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
    max-width: 60rem;
    display: flex;
  }

  .cell-87 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .bold-text-25 {
    font-size: 20px;
  }

  .div-block-63 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .paragraph-22-copy {
    text-align: center;
  }

  .section-cta {
    margin-top: 0;
  }
}

#w-node-ec020cfc-2efe-ce7d-a502-1ad971feb00e-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

#w-node-e6d7b82e-70d6-438f-28ee-877bc9f920c4-dc45a80c {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3cbd7ee1-351b-5589-a0a1-9e7da3790000-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3cbd7ee1-351b-5589-a0a1-9e7da3790002-dc45a80c,
#w-node-_3cbd7ee1-351b-5589-a0a1-9e7da379000e-dc45a80c,
#w-node-_3cbd7ee1-351b-5589-a0a1-9e7da3790018-dc45a80c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_3f62c342-faeb-f38b-b66d-815e571b9e2d-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_231af5ef-59ac-7e06-0838-108ec28815a9-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1.25fr;
  display: grid;
}

#w-node-_78367008-42a9-bf99-d193-8e87d33f9585-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  display: grid;
}

#w-node-_78367008-42a9-bf99-d193-8e87d33f9587-dc45a80c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_78d7dfb1-d33f-9770-f328-a73b93f7048d-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  display: grid;
}

#w-node-_5b9f868d-3021-a20b-0e13-75ec36dd0cf7-dc45a80c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-c4d5de42-ee11-9295-4cbb-1d31b17feaa7-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  display: grid;
}

#w-node-c4d5de42-ee11-9295-4cbb-1d31b17feaaa-dc45a80c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_21653e6f-0c9f-b2ab-3a78-18d9bdebeb83-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  display: grid;
}

#w-node-_21653e6f-0c9f-b2ab-3a78-18d9bdebeb85-dc45a80c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_2ca94e87-d0b8-b4b0-eb04-068c283d56ce-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9a5a597e-0531-babc-a37d-9b51a8127ea9-dc45a80c,
#w-node-a9a2e7b2-928f-6e38-30c8-da16acb22fed-dc45a80c,
#w-node-_808e3167-69ac-4b16-9af3-cc8d057a7df4-dc45a80c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_45bedd93-f3a1-7ac9-6247-0822bbc565e9-dc45a80c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_45bedd93-f3a1-7ac9-6247-0822bbc565eb-dc45a80c,
#w-node-bddc9df9-651d-0dc7-8a5f-3639a2e1387e-dc45a80c,
#w-node-_80915986-498b-4c9e-dc57-3c6a3f67085b-dc45a80c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_734bed5c-2ba0-115c-a44f-c17ce492ba26-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-be85b2ad-583f-8c3c-2598-adc161e12bb5-dc45a80c,
#w-node-_7847ec23-8373-a306-4dca-8fb89327a63e-dc45a80c,
#w-node-b6a65a6f-accc-351a-8bfe-3822d6b537eb-dc45a80c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_272dbfb7-19e7-1068-9a64-490c6e0c5f80-dc45a80c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_272dbfb7-19e7-1068-9a64-490c6e0c5fa9-dc45a80c,
#w-node-_272dbfb7-19e7-1068-9a64-490c6e0c5fcd-dc45a80c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e30b302-f355-8a3f-4021-00024987b5d7-dc45a80c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0da7c138-2a9a-28b9-ed52-bea2485c5dbd-dc45a80c,
#w-node-_0bd7c3b5-6d77-8df6-99af-c8631e2ed45f-dc45a80c,
#w-node-_72def6d8-5a2f-b913-b943-245b29f44bfc-dc45a80c,
#w-node-_9ebc25b9-e481-fc56-f76d-6d610de5f8b8-dc45a80c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_1399da37-4263-ad84-67ec-b4c9bfdec546-dc45a80c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c5bafdad-7145-11fb-efe1-7a5f231788a3-dc45a80c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_5c29e4b3-d704-c12e-c83a-d5932dd79f28-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
}

#w-node-_4a711351-48e4-cc00-cb6b-b960ec25eae2-dc45a80c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_4a711351-48e4-cc00-cb6b-b960ec25eae4-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
}

#w-node-a3ede0eb-ad1b-5a99-5884-139815483ec5-dc45a80c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-a3ede0eb-ad1b-5a99-5884-139815483ec7-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
}

#w-node-_21ec8675-840c-4e7a-66a9-79541e564c8d-dc45a80c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_21ec8675-840c-4e7a-66a9-79541e564c8f-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 4fr;
}

#w-node-_6b271618-0c65-0146-fea5-724c9b6ae4c9-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6b271618-0c65-0146-fea5-724c9b6ae4cb-dc45a80c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6b271618-0c65-0146-fea5-724c9b6ae4cd-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_6b271618-0c65-0146-fea5-724c9b6ae4d8-dc45a80c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6b271618-0c65-0146-fea5-724c9b6ae4da-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_6b271618-0c65-0146-fea5-724c9b6ae4e5-dc45a80c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

#w-node-_6b271618-0c65-0146-fea5-724c9b6ae4e7-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-eee51aec-c85e-3c1b-999a-2e243c091e69-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_152d71cd-3508-c3fb-56cd-756acba8b27d-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_62a0ad2b-96ec-335f-e895-f947403d95df-dc45a80c {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.25fr;
  display: grid;
}

#w-node-_4126b41e-250b-9335-173f-ff4c8d2b68c5-cf9aae39,
#w-node-_4126b41e-250b-9335-173f-ff4c8d2b68d9-cf9aae39,
#w-node-_6058231e8140675366f5c23f000000000014-dc45a82e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42bbcfbe-c91c-2fcd-a0af-c736b9253db5-da4e478c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_42bbcfbe-c91c-2fcd-a0af-c736b9253ddb-da4e478c,
#w-node-_42bbcfbe-c91c-2fcd-a0af-c736b9253df9-da4e478c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-e6d7b82e-70d6-438f-28ee-877bc9f920c5-dc45a80c,
  #w-node-_78367008-42a9-bf99-d193-8e87d33f9588-dc45a80c,
  #w-node-_5b9f868d-3021-a20b-0e13-75ec36dd0cf8-dc45a80c,
  #w-node-c4d5de42-ee11-9295-4cbb-1d31b17feaab-dc45a80c,
  #w-node-_21653e6f-0c9f-b2ab-3a78-18d9bdebeb86-dc45a80c {
    order: 0;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ec020cfc-2efe-ce7d-a502-1ad971feb00e-dc45a80c,
  #w-node-_7e30b302-f355-8a3f-4021-00024987b5d7-dc45a80c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1399da37-4263-ad84-67ec-b4c9bfdec546-dc45a80c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ec020cfc-2efe-ce7d-a502-1ad971feb00e-dc45a80c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_78367008-42a9-bf99-d193-8e87d33f9585-dc45a80c {
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
  }

  #w-node-_45bedd93-f3a1-7ac9-6247-0822bbc565e9-dc45a80c {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_734bed5c-2ba0-115c-a44f-c17ce492ba26-dc45a80c,
  #w-node-_7e30b302-f355-8a3f-4021-00024987b5d7-dc45a80c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1399da37-4263-ad84-67ec-b4c9bfdec546-dc45a80c,
  #w-node-_6b271618-0c65-0146-fea5-724c9b6ae4c9-dc45a80c {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ec020cfc-2efe-ce7d-a502-1ad971feb00e-dc45a80c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-ec020cfc-2efe-ce7d-a502-1ad971feb00f-dc45a80c {
    order: 0;
    grid-row: span 1 / span 1;
  }

  #w-node-_3cbd7ee1-351b-5589-a0a1-9e7da3790000-dc45a80c,
  #w-node-_3f62c342-faeb-f38b-b66d-815e571b9e2d-dc45a80c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_231af5ef-59ac-7e06-0838-108ec28815a9-dc45a80c {
    grid-template-rows: auto;
    grid-template-columns: 2.25fr;
  }

  #w-node-_78367008-42a9-bf99-d193-8e87d33f9585-dc45a80c,
  #w-node-_78d7dfb1-d33f-9770-f328-a73b93f7048d-dc45a80c,
  #w-node-c4d5de42-ee11-9295-4cbb-1d31b17feaa7-dc45a80c,
  #w-node-_21653e6f-0c9f-b2ab-3a78-18d9bdebeb83-dc45a80c,
  #w-node-_2ca94e87-d0b8-b4b0-eb04-068c283d56ce-dc45a80c,
  #w-node-_45bedd93-f3a1-7ac9-6247-0822bbc565e9-dc45a80c,
  #w-node-_734bed5c-2ba0-115c-a44f-c17ce492ba26-dc45a80c,
  #w-node-_7e30b302-f355-8a3f-4021-00024987b5d7-dc45a80c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_1399da37-4263-ad84-67ec-b4c9bfdec546-dc45a80c,
  #w-node-_6b271618-0c65-0146-fea5-724c9b6ae4c9-dc45a80c {
    display: grid;
  }

  #w-node-eee51aec-c85e-3c1b-999a-2e243c091e69-dc45a80c {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_152d71cd-3508-c3fb-56cd-756acba8b27d-dc45a80c {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_62a0ad2b-96ec-335f-e895-f947403d95df-dc45a80c {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr;
  }
}
