:root {
  --gray-900: #101828;
  --gray-600: #475467;
  --primary-700: #1d4ed8;
  --white: white;
  --gray-300: #d0d5dd;
  --gray-500: #667085;
  --gray-100: #f2f4f7;
  --primary-500: #3b82f6;
  --primary-600: #2563eb;
  --primary-300: #93c5fd;
  --gray-200: #eaecf0;
  --gray-50: #f9fafb;
  --gray-400: #98a2b3;
  --gray-700: #344054;
  --gray-800: #1d2939;
  --black: black;
  --error-50: #fef2f2;
  --error-300: #fca5a5;
  --error-500: #ef4444;
  --error-700: #b91c1c;
  --error-900: #7f1d1d;
  --warning-900: #78350f;
  --warning-700: #b45309;
  --warning-500: #f59e0b;
  --warning-300: #fcd34d;
  --warning-50: #fffbeb;
  --success-50: #f0fdf4;
  --success-100: #dcfce7;
  --success-300: #86efac;
  --success-500: #22c55e;
  --success-700: #15803d;
  --success-900: #14532d;
  --warning-100: #fef3c7;
  --error-100: #ffe4e6;
  --secondary-50: #fefce8;
  --secondary-100: #fef9c3;
  --secondary-300: #fde047;
  --secondary-500: #eab308;
  --secondary-700: #a16207;
  --secondary-900: #713f12;
  --primary-50: #eff6ff;
  --primary-100: #dbeafe;
  --primary-900: #1e3a8a;
  --primary-200: #bfdbfe;
  --primary-400: #60a5fa;
  --primary-800: #1e40af;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

@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(--gray-900);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: var(--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  color: var(--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

h3 {
  color: var(--gray-900);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

h4 {
  color: var(--gray-900);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h5 {
  color: var(--gray-900);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

h6 {
  color: var(--gray-900);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

p {
  color: var(--gray-600);
  margin-bottom: 10px;
  line-height: 24px;
}

a {
  color: var(--primary-700);
  line-height: 24px;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 0;
  list-style-type: none;
}

li {
  color: var(--gray-600);
  background-image: url('../images/list-bullet-blue.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 16px;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 24px;
  display: block;
}

strong {
  font-weight: 700;
  line-height: 24px;
}

em {
  font-style: italic;
  line-height: 24px;
}

blockquote {
  color: var(--gray-600);
  border-left: 5px solid #2d99ff;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
}

.utility-page-wrap {
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-bottom: 96px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

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

.ds-nav {
  background-color: var(--white);
  border: 0 #000;
  border-right-color: #0000;
  width: 100%;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.ds-menu-brand {
  color: #fff;
  margin-top: 14px;
  margin-bottom: 14px;
  text-decoration: none;
}

.ds-menu {
  background-color: var(--white);
  max-height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  overflow: auto;
}

.ds-menu-link {
  color: var(--gray-500);
  text-align: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 27px;
  font-size: 16px;
  text-decoration: none;
}

.ds-menu-link:hover {
  background-color: #f7f7f7;
}

.ds-menu-link.w--current {
  background-color: var(--gray-100);
  color: var(--gray-900);
  font-weight: 400;
}

.ds-section {
  padding: 60px 0 48px;
  font-weight: 400;
}

.ds-section.header {
  background-color: var(--primary-500);
  color: #fff;
  margin-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.body {
  color: var(--gray-900);
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.ds-section-header {
  margin-bottom: 50px;
}

.ds-title {
  color: var(--primary-600);
}

.sg-label {
  color: #808c91;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.rich-text {
  text-align: left;
}

.rich-text img {
  border-radius: 8px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.rich-text h4, .rich-text h2, .rich-text h1, .rich-text h5 {
  font-weight: 500;
}

.text-md {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--gray-600);
  white-space: normal;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
}

.text-md.semibold {
  font-weight: 600;
}

.text-md.semibold.primary-700 {
  color: var(--primary-700);
}

.text-md.semibold._10px-margin-bottom {
  margin-bottom: 10px;
}

.text-md.text-align-center.text-blue-gray {
  color: var(--gray-600);
}

.text-md.withe {
  color: var(--white);
}

.text-md.medium {
  font-weight: 500;
}

.text-md.medium.primary-700 {
  color: #1e7562;
}

.text-md.bold {
  font-weight: 700;
}

.text-md.text-blue-gray {
  color: var(--gray-600);
}

.block-quote {
  border-left-color: var(--primary-300);
  font-size: 16px;
  line-height: 22px;
}

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

._12-columns {
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

._12-columns.align-left {
  justify-content: flex-start;
}

.column {
  flex-flow: column;
  flex: 0 auto;
  align-items: stretch;
  min-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column._9-column {
  width: 75%;
}

.column._4-column {
  width: 33.33%;
}

.ds-colour-block {
  width: 12.5%;
  padding-right: 16px;
  display: inline-block;
}

.ds-colour-grid {
  flex-wrap: wrap;
  margin-top: 24px;
  display: flex;
}

.color-block {
  background-color: #f9fafb;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

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

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

.color-block.neutral-50 {
  background-color: var(--gray-50);
}

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

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

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

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

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

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

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

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

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

.color-block.error-50 {
  background-color: var(--error-50);
}

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

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

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

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

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

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

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

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

.color-block.warning-50 {
  background-color: var(--warning-50);
}

.color-block.success-50 {
  background-color: var(--success-50);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-block.primary-50 {
  background-color: var(--primary-50);
}

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

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

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

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

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

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

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

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

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

.button {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #1e7562;
  background-color: #1e7562;
  border-radius: 4px;
  flex: none;
  order: 1;
  align-self: auto;
  margin-bottom: 0;
  padding: 8px 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .2s, color .2s, box-shadow .2s, background-color .2s;
  position: static;
  box-shadow: inset 0 2px 8px #00000008;
}

.button:hover {
  background-color: #00a782;
  box-shadow: 0 7px 20px -10px #0003;
}

.button:active {
  background-color: #1e7562;
}

.button.outline {
  color: #1e7562;
  background-color: #0000;
  box-shadow: inset 0 0 0 1.5px #1e7562;
}

.button.outline:hover {
  background-color: var(--success-50);
  color: #1e7562;
  box-shadow: inset 0 0 0 2px #1e7562;
}

.button.outline:active {
  background-color: var(--success-50);
  box-shadow: inset 0 0 0 2px #0f42c3;
}

.button.outline._100-width {
  width: 100%;
}

.column-styleguide {
  background-color: #2d99ff;
  border-radius: 6px;
  width: 100%;
  height: 40px;
}

.ds-module {
  background-color: #2d99ff;
  border-radius: 5px;
  flex-direction: column;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  position: relative;
}

._2-1-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._1-2-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.visible-spacer {
  background-color: #2d99ff;
  border-radius: 5px;
  display: inline-block;
}

.nav-menu-link {
  color: var(--gray-500);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.nav-menu-link:hover {
  background-color: var(--gray-50);
  border-radius: 4px;
}

.nav-menu-link.w--current {
  color: var(--gray-900);
  font-weight: 400;
}

.icon-button {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  -webkit-text-stroke-color: var(--black);
  background-color: #0000;
  border: 1px solid #1e7562;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.icon-button:hover {
  background-color: var(--success-50);
}

.icon-button:active {
  background-color: #1e7562;
}

.icon-button.outline {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  border: 1.5px solid #1d4ed880;
  flex: 0 auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  left: -53px;
  overflow: hidden;
}

.icon-button.outline:hover {
  border-color: #1d4ed8;
}

.icon-button.primary {
  background-color: var(--primary-500);
  color: var(--white);
}

.icon-button.primary:hover {
  background-color: #3171ff;
}

.icon-button.primary:active {
  background-color: var(--primary-600);
}

.container {
  max-width: 1280px;
  padding-left: 32px;
  padding-right: 32px;
  position: static;
}

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

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

._4-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
}

._3-column-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
}

._2-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  justify-content: center;
}

.spacer-16px {
  width: 16px;
  height: 16px;
}

.spacer-24px {
  width: 24px;
  height: 24px;
}

.spacer-32px {
  width: 32px;
  height: 32px;
}

.spacer-48px {
  width: 48px;
  height: 48px;
}

.spacer-64px {
  width: 64px;
  height: 64px;
}

.spacer-80px {
  width: 80px;
  height: 80px;
}

.spacer-96px {
  width: 96px;
  height: 96px;
}

.spacer-128px {
  width: 128px;
  height: 128px;
}

.heading-h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}

.heading-h1.bold {
  width: auto;
  font-size: 42px;
  font-weight: 700;
}

.heading-h1.medium {
  font-weight: 500;
}

.heading-h1.semibold {
  font-weight: 600;
}

.heading-h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

.heading-h2.medium {
  font-weight: 500;
}

.heading-h2.semibold {
  font-weight: 600;
}

.heading-h2.bold {
  font-weight: 700;
}

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

.heading-h3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 38px;
}

.heading-h3.semibold {
  float: none;
  clear: none;
  font-weight: 600;
  position: static;
}

.heading-h3.medium {
  font-weight: 500;
}

.heading-h3.bold {
  font-weight: 700;
}

.heading-h4 {
  color: var(--gray-900);
  text-align: center;
  letter-spacing: 0;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.heading-h4.semibold {
  font-weight: 600;
}

.heading-h4.semibold.margin-bottom-10px {
  color: #101828;
}

.heading-h4.medium {
  text-align: center;
  align-self: auto;
  font-weight: 500;
}

.heading-h4.bold {
  font-weight: 700;
}

.heading-h5 {
  color: var(--gray-900);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.heading-h5.semibold {
  font-weight: 600;
}

.heading-h5.medium {
  font-weight: 500;
}

.heading-h5.bold {
  font-weight: 700;
}

.heading-h6 {
  color: var(--gray-900);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.heading-h6.medium {
  font-weight: 500;
}

.heading-h6.semibold {
  font-weight: 600;
}

.heading-h6.bold {
  font-weight: 700;
}

.column-1 {
  flex-direction: column;
  width: 8.33%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-2 {
  flex-direction: column;
  width: 16.66%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-3 {
  flex-direction: column;
  width: 25%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.row {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
}

.column-5 {
  flex-direction: column;
  width: 41.66%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-4 {
  flex-direction: column;
  width: 33.33%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-6 {
  flex-direction: column;
  width: 50%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-7 {
  flex-direction: column;
  width: 58.3333%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-8 {
  flex-direction: column;
  width: 66.6667%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-9 {
  flex-direction: column;
  width: 75%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-10 {
  flex-direction: column;
  width: 83.33%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-11 {
  flex-direction: column;
  width: 91.66%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.column-12 {
  flex-direction: column;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.footer {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #1e7562;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 168px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.footer-main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 42px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
}

.footer-bottom-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  place-items: center stretch;
  margin-top: 60px;
  margin-bottom: 30px;
}

.grid-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 60px;
  padding-right: 0;
  display: block;
  position: relative;
  right: -50px;
}

.main-nav-menu {
  grid-column-gap: 190px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-logo {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  width: 220px;
  height: 100px;
  padding-top: 0;
  display: block;
}

.nav-logo.mobile {
  display: none;
}

.brand {
  margin-top: 0;
}

.main-navigation {
  background-color: #0000;
  padding-top: 25px;
  padding-bottom: 25px;
}

.unordered-list {
  background-color: #0000;
  margin-bottom: 8px;
  padding-left: 0;
  list-style-type: disc;
}

.list-item {
  text-align: left;
  background-color: #0000;
  background-image: none;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-size: 18px;
  list-style-type: disc;
}

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

.social-media-icons-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.social-media-icons-container {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.social-media-icon-link {
  background-color: var(--success-50);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: background-color .2s;
  display: flex;
}

.social-media-icon-link:hover {
  background-color: var(--primary-200);
}

.social-media-icon-link:active {
  background-color: var(--primary-300);
}

.whatsapp-icon {
  position: relative;
  top: 1px;
  left: 1px;
}

.body-flex {
  flex-direction: column;
  display: flex;
}

.text-lg {
  color: var(--gray-600);
  white-space: normal;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-lg.medium {
  font-weight: 500;
}

.text-lg.medium.gray-900 {
  color: var(--gray-900);
  white-space: normal;
}

.text-lg.medium.gray-900.margin-bottom-10px {
  float: none;
  clear: none;
  aspect-ratio: auto;
  margin-right: 0;
  position: relative;
}

.text-lg.gray-900 {
  color: var(--gray-900);
}

.text-lg.semibold {
  font-weight: 600;
}

.text-lg.bold {
  font-weight: 700;
}

.text-sm {
  color: var(--gray-600);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-sm.primary-700 {
  color: #1e7562;
}

.text-sm.medium {
  font-weight: 500;
}

.text-sm.semibold {
  font-weight: 600;
}

.text-sm.bold {
  font-weight: 700;
}

.main {
  flex: 1;
}

.menu-button-2.w--open {
  background-color: var(--primary-500);
}

.facebook-icon {
  position: relative;
  right: 1px;
}

.linkedin-icon {
  background-color: #0000;
}

.contact-us-container {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: fill;
  border-radius: 0;
  flex-flow: row;
  align-items: flex-start;
  margin-bottom: 10px;
  margin-left: auto;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
}

.container-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1232px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.text-box-850px {
  max-width: 850px;
}

.text-box-850px.text-lg {
  text-align: left;
}

.staff-grid {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blue-circle-small {
  z-index: -1;
  background-color: var(--primary-400);
  border-radius: 150px;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 0;
}

.blue-circle-small.shadow-01 {
  background-color: #1e7562;
}

.staff-image-container {
  color: var(--black);
  text-shadow: 0 1px 1px #0003;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.staff-text-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.spacer-8px {
  width: 8px;
  height: 8px;
}

.grid-text-block {
  grid-column-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.grid-column-space-between {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.blog-post-container {
  display: flex;
}

.blog-post-image {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: 350px;
}

.collection-grid {
  grid-column-gap: 30px;
  grid-row-gap: 29px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-description {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.blog-post-link {
  color: #030303;
  text-decoration: none;
}

.blog-post-image-link {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 50%;
  max-width: 280px;
  height: auto;
}

.blog-article-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 450px;
}

.container-blog {
  max-width: 900px;
  padding-left: 24px;
  padding-right: 24px;
}

.pexel-image {
  width: 240px;
}

.pexels-images-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

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

.changelog-box {
  background-color: var(--gray-100);
  color: var(--primary-100);
  border-radius: 8px;
  max-width: 850px;
  padding: 20px;
}

.changelog-box.shadow-01 {
  background-color: var(--white);
  margin-bottom: 96px;
}

.contact-us-flex-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: flex-start stretch;
  margin-left: auto;
  margin-right: auto;
  padding-top: 46px;
  padding-bottom: 0;
  display: flex;
}

.text-field {
  border: 1.5px solid #1d4ed880;
  border-radius: 4px;
  height: 50px;
}

.text-field:focus {
  border-color: var(--primary-700);
}

.form-field-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-area {
  border: 1.5px solid #1d4ed880;
  border-radius: 4px;
  height: auto;
  min-height: 100px;
  margin-bottom: 20px;
}

.text-area:focus {
  border-color: #1d4ed8;
}

.success-message {
  background-color: var(--primary-500);
  color: var(--white);
  border-radius: 4px;
}

.error-message {
  background-color: var(--error-500);
  color: #fff;
  border-radius: 4px;
  margin-top: 20px;
}

.services-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-us-link-big {
  color: var(--gray-600);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.contact-us-link-big:hover {
  color: var(--primary-700);
}

.contact-us-container-center {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  display: grid;
}

.footer-logo {
  object-fit: contain;
  margin-bottom: -12px;
  padding-bottom: 0;
}

.section-title-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.more-button-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pathologies-list-grid {
  grid-column-gap: 47px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.services-section-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
}

._404-text {
  color: #0074e2;
  font-size: 100px;
  line-height: 100px;
}

.paragraph-white {
  color: #fff;
}

.field-label {
  display: block;
}

.section {
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.section.no-top-padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  flex: 0 auto;
  order: 0;
  padding-top: 0;
  padding-bottom: 100px;
  position: static;
  right: 0;
}

.section.gray-50 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8fff7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.ds-border {
  border: 1px solid var(--gray-900);
  height: 100%;
}

.ds-box {
  width: 100%;
  height: 60px;
}

.shadow-01 {
  box-shadow: 0 1px 2px #0d0e1940, 0 1px 3px 1px #0d0e191a;
}

.shadow-02 {
  box-shadow: 0 8px 11.5px -2px #0d0e191a, 0 4px 7.68px -3.84px #0d0e191f;
}

.overline {
  color: var(--gray-600);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.overline.color-primary-600 {
  color: #1e7562;
}

.overline-small {
  color: var(--gray-600);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.hero-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.hero-left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.nav-menu-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.hero-right {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.hero-image-container {
  position: relative;
}

.hero-image-decoration-bottom {
  z-index: -1;
  position: absolute;
  inset: auto auto -28px -28px;
}

.hero-imagen-decoration-top {
  z-index: -1;
  position: absolute;
  inset: -28px -28px auto auto;
}

.hero-image {
  object-fit: cover;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 500px;
}

.text-span {
  background-image: url('../images/figura-2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-button-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.hero-text-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.badge {
  background-color: var(--success-50);
  color: var(--gray-900);
  border-radius: 16px;
  padding: 2px 10px;
  display: inline-block;
}

.featured-icon {
  background-color: var(--success-100);
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 13px;
  display: flex;
}

.cta-container {
  background-color: var(--success-50);
  text-align: center;
  justify-content: space-between;
  align-items: center;
  min-height: 200px;
  padding: 20px 150px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-decoration {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-decoration-right {
  z-index: -1;
  background-image: url('../images/figure-cta.svg');
  background-position: 50% 100%;
  background-size: auto;
  height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cta-content {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.check-circle-item {
  color: #1e7562;
  -webkit-text-stroke-color: #1e7562;
  background-color: #0000;
  background-image: url('../images/check-mark.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 0;
  margin-bottom: 15px;
  padding-left: 35px;
  font-size: 16px;
}

.service-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.method-icon {
  color: var(--secondary-300);
  -webkit-text-stroke-color: var(--success-500);
}

.servi-os {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

.nav-menu-phone {
  color: var(--gray-900);
  text-align: right;
  width: 140px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 24px;
  transition: color .2s;
}

.nav-menu-phone:hover {
  color: var(--primary-700);
}

.footer-book-appointment-container {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.footer-contact-us-icon {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 15px;
  text-decoration: none;
  display: inline-flex;
  position: static;
  overflow: clip;
}

.form-label-and-field-container {
  width: 100%;
}

.contact-form {
  width: 100%;
  margin-bottom: 0;
}

.cta-background {
  z-index: -2;
  background-color: var(--primary-50);
  color: var(--primary-50);
  background-image: url('../images/figure-cta-2.svg');
  background-position: 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.contact-form-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.form-image {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  display: none;
  overflow: visible;
}

.form-image-container {
  height: 382px;
}

.form-image-container.shadow-01 {
  background-image: url('../images/bc4f4413-a3a7-4b19-80d5-f8377a6332f1.jpg');
  background-position: 0%;
  background-size: cover;
  border-radius: 20px;
  height: 320px;
  overflow: hidden;
}

.nav-bar-logo-container {
  flex: 1;
  align-self: auto;
  width: 250px;
  font-size: 16px;
  overflow: visible;
}

.link {
  color: var(--gray-900);
  font-weight: 500;
  transition: color .2s;
}

.link:hover {
  color: var(--primary-700);
}

.accordion-content {
  background-color: #0000;
  display: block;
  position: relative;
}

.accordion-content.w--open {
  background-color: #0000;
}

.accordion-inner {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
  padding: 32px 24px;
  display: flex;
}

.accordion {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--gray-300);
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.accordion-icon {
  border-bottom: 1px solid var(--gray-900);
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-bottom: -1px;
  display: flex;
}

.accordion-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion-title-text {
  padding-top: 16px;
  padding-bottom: 16px;
}

.ds-page {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-post-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mobile-menu-close-button {
  cursor: pointer;
  margin-top: 12px;
  margin-right: 12px;
  padding: 12px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.mobile-menu {
  z-index: 1001;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--primary-500);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.mobile-menu-background-two {
  z-index: -1;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.div-block {
  background-color: var(--primary-500);
  display: none;
}

.mobile-menu-line-container {
  flex: 1;
  justify-content: center;
  display: flex;
}

.mobile-menu-links-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.mobile-menu-link {
  color: var(--gray-900);
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  display: block;
}

.mobile-menu-link.w--current {
  color: var(--primary-700);
}

.mobile-menu-social-icons-container {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.mobile-menu-line {
  background-color: #475467;
  width: 2px;
  height: 100%;
}

.mobile-menu-container {
  z-index: 1001;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-menu-mobile {
  cursor: pointer;
  display: none;
}

.navigation-bar-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: static;
}

.mobile-menu-social-media-icons-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.hire-me-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: .3em;
  padding: .1em 1em;
  transition: background-color .2s;
  display: flex;
  position: fixed;
  inset: auto auto 1em 1em;
}

.hire-me-button:hover {
  background-color: #f8f8f8;
}

.logo-tovmach-2 {
  width: 1.2em;
}

.text-md-black {
  color: #000;
  white-space: normal;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
}

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

.container-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.slide-1 {
  background-color: var(--gray-300);
  overflow-wrap: normal;
  vertical-align: baseline;
}

.section-2 {
  display: block;
}

.section-3 {
  width: 100%;
  height: 1300px;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 600px;
  min-height: 300px;
  display: flex;
  position: relative;
}

.container-3 {
  width: 300px;
  height: 250px;
}

.container-4 {
  width: 1200px;
  max-width: 1500px;
  height: 1300px;
}

.div-block-3 {
  flex-flow: row;
  width: 1200px;
  height: 600px;
  display: flex;
}

.equipe-slider_component {
  height: 300px;
  max-height: 300px;
}

.slide-2 {
  height: 600px;
}

.team-slider {
  background-color: var(--white);
  -webkit-text-stroke-color: #101828;
  border-bottom: 1px solid #e4ebf3;
  height: 1300px;
  padding: 80px 140px;
  position: relative;
}

.container-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 940px;
  height: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.centered-heading {
  color: #101828;
  text-align: center;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 500px;
  margin-top: 20px;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.team-slide-wrapper {
  background-color: #fff;
  width: 100%;
  margin-right: 5%;
}

.team-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding-bottom: 24px;
  display: flex;
}

.team-member-image-two {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 20px;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-bottom: -700px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  transition: opacity .2s;
  display: block;
  box-shadow: inset 0 2px 5px #0003;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 600;
  display: block;
}

.team-member-text {
  text-align: left;
  margin-bottom: 20px;
  text-decoration: none;
  position: relative;
  left: 0;
}

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

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

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-circles {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  padding: 0;
  display: block;
  position: relative;
}

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

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

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

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

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

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

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

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.section-4 {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
  position: relative;
}

.team-slider-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 80px 30px;
  display: block;
  position: relative;
}

.centered-heading-5 {
  text-align: center;
  border-radius: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.team-member-image-two-3 {
  margin-bottom: 18px;
}

.slider {
  height: 600px;
}

.slide-3 {
  box-sizing: border-box;
  background-color: var(--white);
  object-fit: fill;
  width: auto;
  height: auto;
  overflow: visible;
}

.image {
  float: left;
  clear: none;
  background-color: var(--white);
  vertical-align: baseline;
  border-radius: 0;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: relative;
  left: 450px;
  right: 0;
}

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

.slide-5 {
  background-color: #fff;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  left: auto;
}

.slider-2 {
  float: none;
  clear: none;
  width: 100vw;
  height: 1080px;
  position: static;
}

.section-5 {
  height: 250px;
}

.slide-6 {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  float: left;
  clear: both;
  position: relative;
  left: 200px;
  right: -200px;
}

.image-3 {
  max-height: none;
  position: relative;
  left: 0;
  right: 0;
  overflow: visible;
}

.slide-7 {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  position: relative;
  left: 200px;
  right: 0;
}

.image-5 {
  position: relative;
  right: -200px;
}

.slide-8 {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.image-6 {
  position: relative;
  right: -200px;
}

.slide-9 {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  background-color: #fff;
  position: relative;
  right: -200px;
}

.slide-10 {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.image-8 {
  position: relative;
  right: -200px;
}

.slide-11 {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

.slide-12 {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.image-9 {
  position: relative;
  right: -200px;
}

.slide-13 {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

.image-10, .image-11 {
  position: relative;
  right: -200px;
}

.slide-1-2 {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.image-12 {
  position: relative;
  right: -200px;
}

.slide-1-3 {
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

.heading {
  float: none;
  clear: none;
  text-align: center;
  display: block;
  position: relative;
}

.mask {
  background-color: var(--white);
  position: static;
}

.slide-nav {
  left: 0;
}

.background-video {
  display: none;
}

.background-video-4 {
  z-index: 10;
  float: none;
  object-fit: cover;
  width: 680px;
  height: 500px;
}

.right-arrow {
  background-color: var(--white);
  color: #fff;
}

.icon {
  color: var(--gray-400);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

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

.icon-2 {
  color: var(--gray-400);
}

.div-block-4 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: auto;
  max-width: 1500px;
  margin-left: 300px;
  padding-left: 0;
  display: flex;
}

.gallery-slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-left: 0;
  padding: 80px 30px;
  display: block;
  position: relative;
}

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

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

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  width: 100%;
  max-width: none;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
  max-width: none;
  display: block;
  overflow: clip;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.gallery-wrapper-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: flex;
  position: static;
  box-shadow: 0 0 #0003;
}

.section-6 {
  height: 550px;
  margin-top: 0;
  padding-top: 0;
}

.link-2 {
  box-sizing: border-box;
  position: relative;
}

.text-block {
  z-index: auto;
  clear: none;
  color: var(--white);
  text-align: center;
  background-color: #1e7562;
  border-radius: 20px;
  align-self: center;
  width: 295px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  line-height: 36px;
  position: static;
  bottom: auto;
  right: 0;
  box-shadow: inset 1px 2px 10px 5px #0000001a;
}

.text-block:hover {
  color: var(--white);
  background-color: #229e83;
}

.video-wrapper {
  z-index: 10;
  background-color: var(--gray-900);
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  overflow: visible;
}

.corner-dot {
  z-index: 2;
  opacity: .94;
  mix-blend-mode: normal;
  object-fit: fill;
  border-radius: 0;
  width: 190px;
  height: 190px;
  position: absolute;
  inset: 53% -8% 0 auto;
  overflow: clip;
}

.background-video-5 {
  width: 650px;
  height: 300px;
}

.image-13 {
  position: absolute;
  inset: 10% 0 auto -8%;
}

.hero-without-image {
  background-color: var(--success-50);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.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 {
  align-self: center;
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1e7562;
  border-radius: 12px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #00a782;
}

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

.heading-2 {
  align-self: center;
  font-size: 34px;
}

.text-block-2 {
  color: #101828;
}

.image-14 {
  flex: 0 auto;
  margin-right: 0;
  padding-right: 0;
}

.image-15 {
  display: inline-flex;
}

.section-12 {
  height: 1300px;
  display: block;
}

.icon-4 {
  display: block;
}

.section-13 {
  height: 800px;
}

.section-14 {
  height: 1000px;
}

.container-8 {
  height: 300px;
}

.section-15 {
  height: 400px;
}

.div-block-5 {
  height: 300px;
}

.slider-3 {
  height: 950px;
}

.section-16 {
  height: 1000px;
}

.section-17 {
  height: 650px;
}

.slider-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-9, .section-18, .div-block-6 {
  height: 650px;
}

.slider-5 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: -175px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: flex;
}

.slide-14 {
  height: 500px;
}

.mask-4 {
  flex: none;
  order: 0;
  align-self: auto;
  height: 400px;
}

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

.team-slider-4 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-6 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-4 {
  border-radius: 20px;
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  text-align: center;
  align-self: center;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.team-member-text-2 {
  text-align: center;
  align-self: center;
  margin-bottom: 5px;
  font-weight: 400;
}

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

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

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.form-message {
  margin-top: -250px;
  margin-right: 0;
  padding-left: 160px;
  display: none;
}

.popup-container {
  z-index: 9999;
  text-align: center;
  background-color: #0009;
  border: 1px #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

@media screen and (min-width: 1440px) {
  .text-box-850px.text-lg {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
  }

  .hero-right {
    width: 100%;
    height: 500px;
  }

  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }

  .image-2 {
    left: 400px;
    right: 0;
  }

  .image-3 {
    float: none;
    margin-right: 0;
    padding-right: 0;
    position: static;
    left: 200px;
    right: 0;
  }

  .image-4 {
    position: relative;
    left: 400px;
  }

  .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12 {
    left: 400px;
  }

  .slide-nav {
    float: none;
    clear: none;
    object-fit: fill;
    position: relative;
    left: 0;
    right: 0;
  }

  .background-video-2 {
    width: 750px;
    height: 500px;
  }

  .container-6 {
    height: 500px;
  }

  .background-video-3 {
    width: 660px;
    height: 550px;
  }

  .background-video-4 {
    width: 690px;
    height: 500px;
  }
}

@media screen and (max-width: 991px) {
  .ds-nav {
    width: 100%;
    height: 63px;
  }

  .ds-menu-brand {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .ds-menu {
    box-shadow: 1px 1px 3px 0 var(--gray-300);
    color: #fff;
    background-color: #fff;
    width: 100%;
    padding-bottom: 20px;
    position: absolute;
  }

  .ds-menu-link {
    border-bottom: 1px #e6e6e6;
    width: 100vw;
    padding: 12px 20px;
    transition: background-color .2s;
  }

  .ds-menu-link:hover {
    background-color: #adadad12;
  }

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

  ._12-columns {
    flex-flow: wrap;
  }

  .column {
    width: 50%;
  }

  .button {
    position: relative;
  }

  ._2-1-column-grid, ._1-2-column-grid {
    margin-left: 0;
  }

  .nav-menu-link {
    border-bottom: 1px #e2e2e2;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-link.last {
    border-bottom-width: 0;
  }

  .icon-button {
    margin-top: 10px;
    margin-left: 0;
  }

  ._4-column-grid {
    grid-template-columns: 1fr 1fr;
  }

  ._3-column-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .spacer-48px {
    display: block;
  }

  .footer-main-grid {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    grid-template: "."
                   "."
                   "."
                   / 1fr 1fr;
  }

  .main-nav-menu {
    background-color: #fff;
    border: 0 solid #000;
    border-bottom-color: #b3b3b3;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 1px 1px 3px #8b8b8b;
  }

  .nav-logo.mobile {
    display: block;
  }

  .brand {
    top: 15px;
  }

  .brand.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    display: block;
  }

  .main-navigation {
    padding-top: 0;
    padding-bottom: 0;
  }

  .whatsapp-icon {
    color: #0000;
  }

  .menu-button-2.w--open {
    background-color: var(--primary-500);
  }

  .staff-grid {
    grid-template-columns: .75fr 1fr;
  }

  .grid-text-block {
    grid-column-gap: 51px;
  }

  .blog-post-image {
    width: 100%;
    max-width: none;
  }

  .collection-grid {
    grid-template-columns: 1fr;
  }

  .blog-post-image-link {
    width: 50%;
    max-width: none;
  }

  .blog-article-image {
    height: 350px;
  }

  .contact-us-flex-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-us-link-big {
    max-width: 200px;
  }

  .contact-us-container-center {
    grid-column-gap: 15px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .pathologies-list-grid {
    grid-column-gap: 49px;
    grid-row-gap: 33px;
    grid-template-columns: 1fr 1fr;
  }

  .services-section-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .section {
    width: 100%;
    min-width: auto;
    min-height: auto;
  }

  .section.no-top-padding {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .section.gray-50 {
    width: 100%;
    min-width: auto;
    min-height: auto;
  }

  .hero-container {
    grid-row-gap: 65px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .hero-right {
    justify-content: center;
  }

  .hero-image-container, .hero-image {
    width: 100%;
  }

  .cta-content {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav-menu-phone {
    text-align: left;
    width: 100%;
    padding: 10px;
    display: none;
  }

  .form-image {
    object-position: 50% 50%;
  }

  .form-image-container.shadow-01 {
    background-position: 0%;
    background-size: cover;
  }

  .nav-bar-logo-container {
    display: none;
  }

  .nav-menu-mobile {
    margin-right: -18px;
    padding: 18px;
    display: block;
  }

  .navigation-bar-container {
    justify-content: space-between;
    display: flex;
  }

  .hire-me-button {
    padding: .2em 1.5em;
  }

  .logo-tovmach-2 {
    width: 1.2em;
  }

  .text-md-black {
    font-size: 16px;
    line-height: 32px;
  }

  .section-3 {
    height: auto;
  }

  .container-5 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .container-7 {
    max-width: 728px;
  }

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

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .container-10 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 36px;
  }

  h5 {
    line-height: 28px;
  }

  h6 {
    line-height: 24px;
  }

  ._12-columns {
    flex-wrap: wrap;
  }

  .column._4-column {
    width: 100%;
  }

  .ds-colour-block {
    width: 25%;
  }

  ._2-1-column-grid, ._1-2-column-grid {
    grid-template-columns: 2fr;
    margin-left: 0;
  }

  ._3-column-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .heading-h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .heading-h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .heading-h3 {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-h5 {
    line-height: 28px;
  }

  .heading-h6 {
    line-height: 24px;
  }

  .footer-main-grid {
    grid-template: "Area Area"
                   ". ."
                   ". ."
                   / 1fr 1fr;
    grid-auto-flow: row;
  }

  .menu-button-2 {
    background-color: #0000;
  }

  .menu-button-2.w--open {
    background-color: #2d99ff;
  }

  .staff-grid {
    grid-column-gap: 32px;
  }

  .grid-text-block {
    grid-template-columns: 1fr;
  }

  .blog-post-image, .blog-post-description {
    width: 100%;
  }

  .blog-post-image-link {
    width: 50%;
    max-width: none;
  }

  .blog-article-image {
    height: 300px;
  }

  .contact-us-flex-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .form-field-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .contact-us-link-big {
    max-width: none;
  }

  .contact-us-container-center {
    grid-column-gap: 15px;
    grid-template-columns: 56px 1fr;
    width: 100%;
  }

  .services-section-grid {
    grid-template-columns: 1fr;
  }

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

  .hero-image {
    height: 400px;
  }

  .cta-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .accordion-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-menu-close-button {
    cursor: pointer;
  }

  .mobile-menu {
    flex-direction: column;
    justify-content: space-between;
  }

  .nav-menu-mobile {
    cursor: pointer;
    display: block;
  }

  .team-slider, .team-circles {
    padding: 60px 15px;
  }

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

  .team-slider-2, .team-slider-3 {
    padding: 60px 15px;
  }

  .image-3 {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-wrapper-2 {
    overflow: clip;
  }

  .hero-without-image, .team-slider-4 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .ds-nav {
    display: block;
  }

  .ds-section {
    padding-left: 0;
    padding-right: 0;
  }

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

  .text-md.text-align-right.text-align-left-on-mobile {
    text-align: left;
  }

  .text-md.text-align-center.text-blue-gray {
    text-align: center;
    margin-left: -8px;
    margin-right: -8px;
  }

  .text-md.text-blue-gray {
    float: none;
    clear: none;
    text-align: center;
    object-fit: scale-down;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -5px;
    margin-right: 47px;
    text-decoration: none;
    display: flex;
    position: static;
  }

  .column {
    margin-bottom: 0;
  }

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

  .button {
    width: 100%;
    font-size: 16px;
  }

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

  .nav-menu-link.w--current {
    background-color: var(--gray-100);
  }

  .icon-button.outline {
    margin-right: -2px;
    padding-right: 20px;
  }

  .container {
    flex: 0 auto;
    align-self: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 200px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    overflow: visible;
  }

  ._4-column-grid {
    grid-template-columns: 1fr;
  }

  ._3-column-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .heading-h1.margin-bottom-10px {
    text-align: center;
    font-size: 28px;
    line-height: 40px;
  }

  .heading-h4 {
    text-align: center;
    line-height: 24px;
  }

  .heading-h4.medium {
    text-align: center;
    text-overflow: clip;
    overflow-wrap: normal;
    align-self: center;
    width: auto;
    max-width: none;
    height: 32px;
    margin: 0 -8px;
    font-size: 18px;
    line-height: 16px;
    text-decoration: none;
    display: block;
  }

  .footer {
    width: 100%;
    max-width: 100%;
  }

  .footer-main-grid {
    grid-template: "Area"
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .footer-bottom-grid {
    grid-template-columns: 1fr;
  }

  .grid-column {
    margin-left: -47px;
    padding-left: 0;
  }

  .main-nav-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-logo.mobile {
    object-fit: contain;
  }

  .brand {
    padding-left: 0;
  }

  .main-navigation {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 100vw;
    display: block;
  }

  .social-media-icons-container {
    margin-bottom: 10px;
  }

  .container-center {
    max-width: 100%;
  }

  .text-box-850px.text-lg {
    text-align: center;
  }

  .staff-grid {
    grid-row-gap: 23px;
    grid-template-columns: 1fr;
  }

  .grid-text-block {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    bottom: -40px;
  }

  .blog-post-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .blog-post-image {
    width: 100%;
    max-width: none;
  }

  .blog-post-description {
    width: 100%;
    margin-left: auto;
  }

  .blog-post-image-link {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-article-image {
    height: 250px;
  }

  .container-blog {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pexels-images-grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-grid {
    grid-row-gap: 24px;
    margin-bottom: 0;
  }

  .footer-logo {
    object-fit: contain;
  }

  .section-title-container {
    margin-top: -180px;
  }

  .pathologies-list-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .75fr 1fr;
  }

  .services-section-grid {
    grid-template-columns: 1fr;
  }

  ._404-text {
    font-size: 60px;
  }

  .section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: end stretch;
    width: 100%;
    max-width: 100vw;
    margin-top: 220px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .section.no-top-padding {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .section.gray-50 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow-wrap: normal;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    height: 500px;
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .section.no-padding {
    margin-top: 200px;
    margin-bottom: 0;
  }

  .overline.color-primary-600 {
    align-self: center;
  }

  .hero-container {
    width: 100%;
    max-width: 100vw;
    overflow: visible;
  }

  .nav-menu-links {
    width: 100px;
  }

  .hero-right {
    width: 100%;
    max-width: 100vw;
    display: none;
    overflow: hidden;
  }

  .hero-image-decoration-bottom, .hero-imagen-decoration-top {
    max-width: 120px;
    display: none;
  }

  .hero-button-container {
    flex-direction: column;
  }

  .hero-text-container {
    align-self: center;
  }

  .cta-container {
    max-width: 100vw;
  }

  .cta-decoration-right {
    display: none;
  }

  .check-circle-item {
    background-position: 0 0;
  }

  .service-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 0;
  }

  .form-image {
    object-fit: contain;
    max-width: 100vw;
  }

  .form-image-container.shadow-01 {
    border-radius: 20px;
  }

  .mobile-menu-background-two {
    color: var(--success-300);
  }

  .mobile-menu-line {
    background-color: #1e7562;
  }

  .nav-menu-mobile {
    margin-top: 30px;
    margin-right: -16px;
    display: block;
  }

  .nav-menu-mobile.resultados-hide {
    margin-top: 30px;
    padding-bottom: 18px;
    display: block;
  }

  .navigation-bar-container {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3 {
    flex-flow: row;
    width: 100%;
    max-width: 100%;
    height: 600px;
    margin-top: 0;
    display: flex;
  }

  .team-slider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100vw;
    height: auto;
    padding-top: 50px;
    display: flex;
  }

  .container-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    height: auto;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

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

  .centered-subheading {
    max-width: 100%;
  }

  .team-slider-wrapper {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100vw;
    margin-left: 18px;
    display: flex;
    overflow: hidden;
  }

  .team-slide-wrapper {
    width: 100%;
    max-width: 100vw;
    height: 400px;
    margin-left: 0;
    margin-right: 0%;
  }

  .team-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .team-member-image-two {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 100%;
    max-width: 100vw;
    height: auto;
    margin-bottom: -111px;
    margin-left: 0;
    overflow: visible;
  }

  .team-block-info {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: space-between;
    align-self: auto;
    place-items: flex-start center;
    max-width: 100vw;
    margin-left: 0;
    padding-left: 24px;
    display: block;
    position: static;
    bottom: 0;
  }

  .team-member-name-two {
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin: 0;
    padding-right: 0;
    display: block;
  }

  .team-member-text {
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
  }

  .team-slider-arrow {
    margin-right: -40px;
    display: none;
  }

  .team-slider-nav {
    margin-top: -12px;
    display: block;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .centered-heading-3, .centered-heading-4 {
    margin-bottom: 24px;
  }

  .section-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: 100vw;
    margin-bottom: 1000px;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .section-5 {
    width: 100%;
    max-width: 100%;
    height: 5px;
    margin-bottom: 600px;
  }

  .container-6 {
    max-width: 100vw;
    overflow: hidden;
  }

  .background-video-4 {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    height: auto;
    display: block;
  }

  .gallery-slider {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 100vw;
    height: 600px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
    position: static;
  }

  .container-7 {
    width: 100%;
    max-width: 100vw;
    margin-bottom: 0;
    margin-left: 0;
  }

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

  .gallery-block, .gallery-slide {
    width: 100%;
    max-width: 100vw;
  }

  .gallery-slide-wrapper {
    max-width: 100vw;
    margin-right: 0%;
  }

  .gallery-slide-image {
    width: 100%;
    max-width: 100vw;
  }

  .gallery-image {
    width: 100%;
    max-width: 100vw;
    height: auto;
    overflow: hidden;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .gallery-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0;
  }

  .section-6 {
    width: 100%;
    max-width: 100%;
    height: 1200px;
    margin-bottom: 0;
  }

  .video-wrapper {
    max-width: 100vw;
    overflow: hidden;
  }

  .corner-dot {
    width: 28%;
    overflow: hidden;
  }

  .image-13 {
    overflow: hidden;
  }

  .hero-without-image {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 400px;
    display: flex;
  }

  .navbar {
    width: 1179px;
  }

  .section-7 {
    width: 100%;
    height: 200px;
  }

  .section-8, .section-9 {
    width: 100%;
    max-width: 100%;
  }

  .navbar-2 {
    width: 500px;
  }

  .section-10, .section-11 {
    width: 100%;
    max-width: 100%;
  }

  .mask-2 {
    flex: 0 auto;
    order: 0;
    align-self: auto;
    width: 100%;
    max-width: 100vw;
    height: auto;
    margin-left: 16px;
  }

  .mask-3 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .bold-text {
    color: var(--gray-500);
    font-weight: 600;
  }

  .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
    font-weight: 600;
  }

  .section-12 {
    height: 780px;
    margin-top: -105px;
    display: flex;
  }

  .icon-3 {
    width: 100%;
    max-width: 100vw;
    margin-top: 140px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .icon-4 {
    margin: 140px 0 0;
  }

  .slider-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-flow: wrap;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

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

  .team-slider-4 {
    margin-top: -162px;
  }

  .container-10 {
    max-width: none;
  }

  .centered-heading-6 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .section-19 {
    width: 100%;
    max-width: 100vw;
    margin-top: 200px;
    margin-bottom: 0;
  }

  .section-20 {
    width: 100%;
    max-width: 100vw;
    margin-bottom: 0;
  }

  .section-21 {
    margin-bottom: 0;
  }

  .section-22 {
    margin-top: -130px;
  }

  .image-17 {
    margin-right: 0;
  }
}

#w-node-d34aa059-32ab-72e6-065e-7fb653e04e81-5bb3c700, #w-node-d34aa059-32ab-72e6-065e-7fb653e04e88-5bb3c700, #w-node-d34aa059-32ab-72e6-065e-7fb653e04e8f-5bb3c700, #w-node-d30a604c-0a59-c1e7-6ff6-3e840d7836dd-5bb3c700, #w-node-d30a604c-0a59-c1e7-6ff6-3e840d7836e4-5bb3c700, #w-node-d30a604c-0a59-c1e7-6ff6-3e840d7836eb-5bb3c700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4e365414-d5d6-3d0b-b928-19c39799570a-97995707 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4e365414-d5d6-3d0b-b928-19c397995737-97995707 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: auto;
}

#w-node-_4e365414-d5d6-3d0b-b928-19c397995738-97995707 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4e365414-d5d6-3d0b-b928-19c39799573a-97995707 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4e365414-d5d6-3d0b-b928-19c397995721-97995707 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: auto;
}

#w-node-_4e365414-d5d6-3d0b-b928-19c397995722-97995707, #w-node-_4e365414-d5d6-3d0b-b928-19c39799574d-97995707, #w-node-_4e365414-d5d6-3d0b-b928-19c39799574e-97995707 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4e365414-d5d6-3d0b-b928-19c39799575e-97995707 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_16c5a966-3e50-ad63-012f-bf3b24077a5f-5bb3c703 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16c5a966-3e50-ad63-012f-bf3b24077a64-5bb3c703 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_16c5a966-3e50-ad63-012f-bf3b24077a68-5bb3c703, #w-node-_7324869f-0e7f-6180-62f8-9a57a036ad7e-5bb3c703, #w-node-_208b28dd-0b34-5dc1-111c-edcc3c1ee9f6-5bb3c703, #w-node-_2241afd6-ead1-f3fe-c15f-ee0c15c7a447-5bb3c703, #w-node-e9f171f4-5449-9448-ff4d-21e1d1a40a49-5bb3c703, #w-node-_24a8db95-2a35-4e7d-9b45-916453953e6e-5bb3c703, #w-node-fd634453-8d2c-2a14-2ccf-c619fcdb891f-5bb3c703, #w-node-a0043720-8567-621c-283e-88a1d29cd496-5bb3c703, #w-node-a10d462d-f126-9053-3284-6db1efc06b5c-5bb3c703, #w-node-_0cba28d3-a919-8c88-97b8-e0e5d29d1116-5bb3c703, #w-node-_0f54d86d-97a4-8c0a-a396-1b25ae3ce636-5bb3c703, #w-node-_8a429a3b-c343-9804-52bf-0e5d471366df-5bb3c703, #w-node-_16c5a966-3e50-ad63-012f-bf3b24077a72-5bb3c703, #w-node-_8d8c7739-857c-1e69-18fd-36b8d1c72e29-5bb3c703, #w-node-_6c7f9116-dcd4-0beb-d8a7-a1b3036f52bc-5bb3c703, #w-node-_0c17be40-ce87-ce34-4b89-95e54ec65bff-5bb3c703, #w-node-_16c5a966-3e50-ad63-012f-bf3b24077a77-5bb3c703, #w-node-a0a41d7f-7fff-c483-9408-6674b4e8dbee-5bb3c703, #w-node-aa3828a6-9dca-0f10-174e-0c00824644cd-5bb3c703, #w-node-ce2eb1dd-4a70-7ec9-4443-228131df7423-5bb3c703, #w-node-_0af03a7f-a41f-78ed-93ab-bbd1f604fba5-5bb3c703, #w-node-bcbfc737-20b0-d855-cc38-b372361a8a10-5bb3c703, #w-node-d3d4c025-5bfd-1e78-fc50-154efef2d43a-5bb3c703, #w-node-_6fcdbdad-bbd7-f922-4ce3-c94b791f533f-5bb3c703 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd1872b5-4ec9-92d2-b179-9090f5f7bb9c-5bb3c707 {
  align-self: center;
}

#w-node-_1eda840f-fa63-1811-dfb1-117e070fbab8-5bb3c707 {
  justify-self: start;
}

#w-node-_235537c1-20db-b064-105e-31d08992e772-5bb3c707 {
  justify-self: center;
}

#w-node-_5acba12a-34c0-0519-7241-4789c14bda23-5bb3c707 {
  align-self: auto;
}

#w-node-_9bda359a-533f-31c7-9765-0257531c51f4-5bb3c707 {
  justify-self: end;
}

#w-node-_8d31bfda-8408-c031-857e-02d4fb9b0a29-5bb3c70b, #w-node-_019d0cb2-358d-7bdb-6cfa-5badf8e1eaf3-5bb3c70b, #w-node-_09cc415c-ab20-4f41-5018-1f4b8d665632-5bb3c70b, #w-node-cc2932eb-a664-92ac-088b-39536aa0671d-5bb3c70b, #w-node-e50358fd-e303-92d1-2f92-7b6292904077-5bb3c70b, #w-node-_0ece6556-677e-52a4-175e-75d553c0de5f-5bb3c70b, #w-node-ce04b582-565e-9d03-241e-aa2cb9372da9-5bb3c70b, #w-node-_703f0657-81bb-1c3d-eb58-e15a8533b1a6-5bb3c70b, #w-node-aae7c68b-7d66-f7f9-f6dd-8b0ac0a58536-5bb3c70b, #w-node-_3157c76c-1a08-d0a7-21de-896bedec92e2-5bb3c70b, #w-node-d4a3b95d-ccdb-6171-3437-86929a6c71ae-5bb3c70b, #w-node-_166a538a-b224-ff69-6508-2101626124b9-5bb3c70b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_435fdfb6-8f70-f6cd-cd57-0a760f26ca27-5bb3c700 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_435fdfb6-8f70-f6cd-cd57-0a760f26ca2c-5bb3c700 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_435fdfb6-8f70-f6cd-cd57-0a760f26ca35-5bb3c700 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4e365414-d5d6-3d0b-b928-19c397995737-97995707 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4e365414-d5d6-3d0b-b928-19c397995721-97995707 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4e365414-d5d6-3d0b-b928-19c39799574d-97995707 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_16c5a966-3e50-ad63-012f-bf3b24077a5f-5bb3c703 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-dd1872b5-4ec9-92d2-b179-9090f5f7bb9c-5bb3c707 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_235537c1-20db-b064-105e-31d08992e772-5bb3c707, #w-node-_9bda359a-533f-31c7-9765-0257531c51f4-5bb3c707 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_435fdfb6-8f70-f6cd-cd57-0a760f26ca27-5bb3c700 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_435fdfb6-8f70-f6cd-cd57-0a760f26ca2c-5bb3c700 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_435fdfb6-8f70-f6cd-cd57-0a760f26ca35-5bb3c700 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_4e365414-d5d6-3d0b-b928-19c397995737-97995707 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4e365414-d5d6-3d0b-b928-19c397995721-97995707 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4e365414-d5d6-3d0b-b928-19c39799575e-97995707 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_16c5a966-3e50-ad63-012f-bf3b24077a5f-5bb3c703, #w-node-_16c5a966-3e50-ad63-012f-bf3b24077a64-5bb3c703 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


