:root {
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --cfd9e1: #cfd9e1;
  --untitled-ui-primary100: #f4ebff00;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-success50: #ecfdf3;
  --untitled-ui-success700: var(--untitled-ui-white);
  --untitled-ui-gray500: #667085;
  --bordo: #480405;
  --untitled-ui--gray200: #eaecf0;
  --333: #333;
  --peru: #ad1212;
  --untitled-ui--primary500: #9e77ed;
  --untitled-ui--primary50-2: #f9f5ff;
  --untitled-ui--primary300: #d6bbfb;
  --1: #cfd9e1;
  --7392a9: #7392a9;
  --firebrick: #c12424;
  --untitled-ui--gray25: #fcfcfd;
  --untitled-ui--warning300: #fec84b;
  --untitled-ui--gray400: #98a2b3;
  --fafafa: #fafafa;
  --dark-slate-gray: #4d565d;
  --dark-slate-gray-2: #243039;
  --dark-gray: #999;
  --medium-turquoise: #4aaec2;
  --goldenrod: #e5b909;
  --royal-blue: #0451a1;
  --goldenrod-2: #c7a109;
  --ad1212: var(--untitled-ui-success700);
  --untitled-ui--primary25: #fcfaff;
}

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

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

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

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

.uui-heroheader01_pattern-image {
  width: 18.625rem;
  position: absolute;
  top: -6%;
  right: -21%;
}

.uui-heroheader01_fileupload-image2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
}

.uui-heroheader01_fileupload-image1 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
  margin-bottom: .75rem;
}

.uui-heroheader01_fileupload-image-wrapper {
  width: 23rem;
  position: absolute;
  inset: auto auto 5% -16%;
}

.uui-heroheader01_image {
  object-fit: cover;
  border-top-left-radius: 10rem;
  width: 100%;
  height: 40rem;
}

.uui-heroheader01_image-wrapper {
  position: relative;
}

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

.uui-button:hover {
  border-color: var(--cfd9e1);
  background-color: var(--cfd9e1);
}

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

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

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

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

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

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

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

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

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

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

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

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

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

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

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

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

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

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

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

.uui-section_heroheader01 {
  overflow: hidden;
}

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

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

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

.show-tablet {
  display: none;
}

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

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

.uui-navbar01_link {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar01_link:hover {
  color: var(--untitled-ui-gray700);
}

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

.uui-navbar01_dropdown-right-overlay-absolute {
  background-color: var(--untitled-ui-gray50);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--cfd9e1);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-link.is-button-xsmall {
  font-size: .875rem;
}

.uui-navbar01_dropdown-content-button-wrapper {
  letter-spacing: normal;
  margin-top: 1rem;
  margin-left: .75rem;
  font-size: .875rem;
}

.uui-navbar01_item-button-wrapper {
  margin-top: .75rem;
}

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

.uui-navbar01_item-heading {
  color: var(--untitled-ui-gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar01_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar01_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-navbar01_blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-navbar01_blog-image-wrapper {
  border-radius: .375rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 11rem;
  height: 6.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-navbar01_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar01_blog-item:hover {
  background-color: var(--untitled-ui-white);
}

.uui-navbar01_dropdown-blog-list {
  grid-column-gap: 0rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.uui-navbar01_dropdown-content-heading {
  color: var(--untitled-ui-primary600);
  letter-spacing: normal;
  margin-left: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar01_dropdown-content-wrapper {
  z-index: 1;
  grid-row-gap: .75rem;
  grid-template-rows: min-content;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-navbar01_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 1.25rem;
  display: flex;
  position: relative;
}

.uui-navbar01_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar01_icon-wrapper {
  color: var(--untitled-ui-primary600);
  flex: none;
}

.uui-navbar01_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

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

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui-success50);
  color: var(--untitled-ui-success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar01_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar01_heading {
  color: var(--untitled-ui-primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar01_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.uui-navbar01_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar01_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.uui-navbar01_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar01_dropdown-toggle {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar01_dropdown-toggle:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar01_menu-dropdown {
  position: static;
}

.uui-navbar01_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

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

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

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

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

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

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

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

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

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

.uui-button-2:hover {
  border-color: var(--cfd9e1);
  background-color: var(--cfd9e1);
}

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

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

.uui-button-tertiary-gray-2:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray700);
}

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

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

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

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

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

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

.uui-navbar05_link {
  color: var(--untitled-ui-gray800);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  transition: all .3s;
}

.uui-navbar05_link:hover {
  color: var(--bordo);
}

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

.hide-mobile-portrait {
  font-family: Open Sans, sans-serif;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--cfd9e1);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui-primary800);
}

.uui-navbar05_bottom-bar-content {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.uui-navbar05_bottom-bar-background {
  background-color: var(--untitled-ui-gray50);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.uui-navbar05_bottom-bar-background:hover {
  background-color: var(--untitled-ui-gray100);
}

.uui-navbar05_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar05_item-heading {
  color: var(--untitled-ui-gray900);
  margin-bottom: .25rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.uui-navbar05_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

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

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
  display: none;
}

.icon-featured-large {
  background-color: var(--untitled-ui-primary100);
  width: 2.5rem;
  height: 2.5rem;
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-navbar05_icon-holder {
  flex: none;
}

.uui-navbar05_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

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

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

.uui-badge-small-success-2 {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui-success50);
  color: var(--untitled-ui-success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar05_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.uui-navbar05_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.uui-navbar05_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar05_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.uui-navbar05_dropdown-list.w--open {
  border-top: 1px solid var(--untitled-ui-gray300);
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  position: absolute;
  inset: 4.5rem 0 auto 0%;
  overflow: hidden;
}

.uui-dropdown-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--untitled-ui-gray800);
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-dropdown-icon-2:hover {
  color: var(--untitled-ui-gray800);
}

.uui-navbar05_dropdown-toggle {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar05_dropdown-toggle:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar05_menu-dropdown {
  position: static;
}

.uui-navbar05_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

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

.uui-logo_logomark-dot-2 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-2 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

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

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

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

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

.web-navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.web-navbar_logo-link {
  padding-left: 0;
}

.web-navbar_logo-link:hover {
  opacity: .4;
}

.web-logo_component-2 {
  flex-wrap: nowrap;
  align-items: center;
  width: auto;
  height: 2rem;
  display: flex;
}

.web-logo_logomark-2 {
  width: 2rem;
  height: 2rem;
  box-shadow: none;
  border: .1px #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.web-styleguide_logomark-bg-2 {
  border-radius: 0;
  width: 2rem;
  max-width: none;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.web-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  display: none;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.web-logo_logomark-dot-2 {
  z-index: 1;
  background-image: none;
  border: 1px solid #0000;
  border-radius: 0%;
  width: 50%;
  height: 50%;
  display: none;
  position: relative;
}

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

.web-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  font-size: 20px;
  line-height: 1;
  display: none;
}

.web-navbar_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.web-navbar_link {
  color: var(--untitled-ui-gray800);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  transition: all .3s;
}

.web-navbar_link:hover, .web-navbar_link.w--current {
  color: var(--untitled-ui-gray900);
}

.web-navbar_link.w--current:hover {
  color: var(--bordo);
}

.uui-navbar05_link-copy {
  color: var(--untitled-ui-gray500);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar05_link-copy:hover {
  color: var(--untitled-ui-gray700);
}

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

.uui-navbar05_link_2 {
  color: var(--untitled-ui-gray500);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar05_link_2:hover {
  color: var(--untitled-ui-gray700);
}

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

.web-navbar05_link_2 {
  color: var(--untitled-ui-gray800);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  transition: all .3s;
}

.web-navbar05_link_2:hover {
  color: var(--bordo);
}

.web-navbar05_link_2.w--current {
  color: #000;
}

.web-navbar_menu-dropdown {
  position: static;
}

.uui-navbar05_dropdown-toggle-copy {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar05_dropdown-toggle-copy:hover {
  color: var(--untitled-ui-gray300);
}

.text-block {
  color: var(--untitled-ui-gray800);
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.text-block:hover {
  color: var(--bordo);
}

.text-block-2 {
  color: var(--333);
  padding-left: 10px;
  font-size: 1.25rem;
}

.text-span {
  color: var(--peru);
}

.uui-navbar05_dropdown-link-list_1 {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.text-block-3 {
  color: var(--cfd9e1);
  font-family: Montserrat, sans-serif;
}

.uui-heroheader03_arrow-image {
  position: absolute;
  bottom: 5rem;
  left: -12rem;
}

.uui-heroheader03_arrow-image.hide-tablet {
  display: none;
}

.uui-heroheader03_image {
  object-fit: cover;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  width: 100%;
  height: 40rem;
  display: none;
}

.uui-heroheader03_image-wrapper {
  position: relative;
}

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

.uui-button-3:hover {
  border-color: var(--cfd9e1);
  background-color: var(--cfd9e1);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

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

.uui-button-3.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

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

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

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

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

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

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

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

.uui-button-row-2.is-reverse-mobile-landscape {
  display: none;
}

.uui-space-large-2 {
  width: 100%;
  min-height: 3rem;
}

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

.uui-max-width-medium-2 {
  width: 100%;
  max-width: 35rem;
  display: none;
}

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

.uui-heading-xlarge-2 {
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.uui-heroheader03_content {
  z-index: 1;
  margin-right: -2.6rem;
  position: relative;
}

.uui-heroheader03_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.uui-container-large-2 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-page-padding-2 {
  align-items: flex-end;
  padding-top: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.uui-section_heroheader03 {
  opacity: 1;
  overflow: hidden;
}

.uui-icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-banner06_close-button {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--untitled-ui--primary500);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  transition: all .3s;
  display: none;
}

.uui-banner06_close-button:hover {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--untitled-ui-primary600);
}

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

.uui-banner06_text {
  color: var(--cfd9e1);
  margin-right: 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-banner06_text-wrapper {
  grid-row-gap: .125rem;
  flex-wrap: wrap;
  display: flex;
}

.uui-icon-1x1-xsmall-3 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large-2 {
  background-color: var(--untitled-ui-primary100);
  width: 3rem;
  height: 3rem;
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-banner06_icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
  display: none;
}

.uui-banner06_content {
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
  position: relative;
  top: 0;
}

.uui-banner06_wrapper {
  border: 1px none var(--untitled-ui--primary300);
  background-color: var(--untitled-ui-success700);
  box-shadow: none;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem .75rem 1rem 0;
  display: flex;
  position: relative;
}

.uui-banner06_component {
  display: none;
}

.link {
  color: var(--333);
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  opacity: .5;
}

.text-span-2 {
  color: var(--1);
  margin-right: 5px;
}

.text-span-3 {
  color: var(--7392a9);
  font-size: 4rem;
  font-weight: 500;
}

.text-block-3_1 {
  color: var(--untitled-ui-gray800);
  font-family: Montserrat, sans-serif;
}

.text-block-3_1:hover {
  color: var(--untitled-ui-gray500);
}

.text-block-4 {
  border-bottom: 1px solid #7392a966;
  justify-content: flex-end;
  align-items: center;
  width: 47%;
  padding-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
  display: flex;
}

.icon-featured-large-2_1 {
  background-color: var(--untitled-ui-primary100);
  width: 3rem;
  height: 3rem;
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}

.text-span-4 {
  color: var(--untitled-ui-gray800);
  margin-right: 5px;
  padding-left: 8px;
  font-size: 1.5rem;
}

.heading {
  color: #7392a9;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}

.heading-h1 {
  color: #7392a9;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
  transition: opacity .3s;
}

.uui-heading-xlarge-2-2 {
  color: var(--untitled-ui-gray800);
  margin-top: .5rem;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.gradient-bg_1 {
  grid-row-gap: 5rem;
  background-image: url('../images/noise.png'), radial-gradient(circle at 0 0, #c6d1d2, #022d3c 33%, #9e9181 66%, #a9a599);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  align-items: center;
  margin-top: 5rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.gradient-bg_1.title {
  grid-row-gap: 0rem;
  opacity: .1;
  color: #333;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/noise.png'), repeating-linear-gradient(135deg, #c6d1d2, #145f78 33%, #ad1212 66%, #a9a599);
  -webkit-background-clip: text;
  background-clip: text;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: column;
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 10vw;
  line-height: 1;
  display: none;
  position: absolute;
  inset: 40% 0% 0%;
}

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

.uui-navbar06_styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

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

.uui-button-4:hover {
  border-color: var(--cfd9e1);
  background-color: var(--cfd9e1);
}

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

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

.uui-button-tertiary-gray-3:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray700);
}

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

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

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

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

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

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

.uui-navbar06_link {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar06_link:hover {
  color: var(--untitled-ui-gray700);
}

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

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

.uui-navbar06_item-heading {
  color: var(--untitled-ui-gray900);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-navbar06_blog-item-content {
  flex-direction: column;
  font-weight: 400;
  display: flex;
}

.uui-navbar06_blog-item-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-navbar06_blog-item-image-wrapper {
  border-radius: .375rem;
  width: 100%;
  min-width: 9rem;
  padding-top: 66.6667%;
  position: relative;
  overflow: hidden;
}

.uui-navbar06_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

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

.uui-navbar06_blog-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: max-content;
  align-items: start;
  width: 100%;
  display: grid;
}

.uui-navbar06_dropdown-content-right {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.uui-navbar06_dropdown-link {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

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

.uui-navbar06_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .25rem;
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar06_heading {
  color: var(--untitled-ui-primary600);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-navbar06_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 15rem;
  padding: 2rem 2rem 2rem 0;
}

.uui-navbar06_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar06_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.uui-navbar06_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-dropdown-icon-3 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar06_dropdown-toggle {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar06_dropdown-toggle:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar06_menu-dropdown {
  position: static;
}

.uui-navbar06_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image-3 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

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

.uui-logo_logomark-dot-3 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-3 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-3 {
  border-radius: 0;
  width: 5rem;
  height: 2.5rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-3 {
  width: 5rem;
  height: 2.5rem;
  box-shadow: none;
  border: .1px #dae0e8;
  border-radius: .5rem;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

.uui-navbar03_link {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar03_link:hover {
  color: var(--firebrick);
}

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

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

.uui-button-link-3 {
  grid-column-gap: .5rem;
  color: var(--cfd9e1);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-3:hover {
  color: var(--untitled-ui-primary800);
}

.uui-navbar03_bottom-bar-right {
  grid-column-gap: 1.5rem;
  display: flex;
  position: relative;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  line-height: 1.5;
}

.uui-navbar03_bottom-bar-left {
  grid-column-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content minmax(max-content, 1fr);
  grid-auto-columns: 1fr;
  font-weight: 500;
  display: flex;
  position: relative;
}

.uui-navbar03_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar03_bottom-bar-background {
  background-color: var(--untitled-ui-gray50);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.uui-navbar03_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.uui-navbar03_item-heading {
  color: var(--untitled-ui-gray900);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.uui-navbar03_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar03_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
}

.uui-icon-1x1-xsmall-4 {
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.icon-featured-large-3 {
  background-color: var(--untitled-ui-primary100);
  width: 1.25rem;
  height: 1.25rem;
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-navbar03_icon-wrapper {
  flex: none;
  align-items: center;
  margin-right: 1rem;
  display: block;
}

.uui-navbar03_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  flex-direction: row;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .25rem 0;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.uui-badge-small-success-3 {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui-success50);
  color: var(--untitled-ui-success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar03_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.uui-navbar03_heading {
  color: var(--untitled-ui-primary600);
  letter-spacing: normal;
  -webkit-text-stroke-color: var(--untitled-ui-primary600);
  margin-top: 0;
  margin-bottom: .25rem;
  padding-left: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  display: none;
}

.uui-navbar03_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content max-content max-content max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar03_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 0;
  display: grid;
}

.uui-navbar03_dropdown-content {
  width: 100%;
  display: flex;
}

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

.uui-navbar03_dropdown-list.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-navbar03_dropdown-toggle {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar03_dropdown-toggle:hover {
  color: var(--firebrick);
}

.uui-navbar03_menu-dropdown {
  position: static;
}

.uui-navbar03_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

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

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

.uui-icon-1x1-xxsmall-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-banner23_close-button {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--untitled-ui-gray500);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin-left: .5rem;
  transition: all .3s;
  display: none;
}

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

.uui-text-style-link {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-banner23_text {
  color: var(--untitled-ui-gray700);
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-banner23_text-wrapper {
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: column wrap;
  justify-content: center;
  display: flex;
}

.uui-banner23_content {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.uui-banner23_content-wrapper {
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.uui-page-padding-3 {
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 2rem;
}

.uui-banner23_component {
  border-bottom: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui--gray25);
  position: relative;
}

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

.link-2 {
  color: var(--untitled-ui-gray700);
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.link-2:hover {
  color: var(--firebrick);
}

.h3 {
  color: var(--untitled-ui-gray700);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.text_1 {
  color: var(--untitled-ui-gray700);
  margin-left: 10px;
  font-size: .7rem;
  line-height: 1;
}

.uui-navbar03_dropdown-toggle_2 {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar03_dropdown-toggle_2:hover {
  color: var(--firebrick);
}

.uui-navbar03_dropdown-list_2 {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar03_dropdown-list_2.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.div-block {
  flex-direction: row;
  display: flex;
}

.link-3 {
  color: var(--untitled-ui-gray700);
  -webkit-text-stroke-color: var(--untitled-ui-gray700);
  text-decoration: none;
}

.link-3:hover {
  color: var(--firebrick);
}

.uui-contact14_map {
  width: 100%;
  height: 100%;
}

.uui-contact14_map-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.uui-contact14_tab-pane {
  height: 100%;
}

.uui-contact14_map-placeholder {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.uui-button-link-4 {
  grid-column-gap: .5rem;
  color: var(--cfd9e1);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-4:hover {
  color: var(--untitled-ui-primary800);
}

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

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

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

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

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

.uui-contact14_tabs-link {
  border-left: 4px solid var(--untitled-ui-gray100);
  background-color: #0000;
  padding: 1.5rem 0 1.5rem 2rem;
  display: block;
}

.uui-contact14_tabs-link.w--current {
  border-left-color: var(--untitled-ui-primary600);
  opacity: 1;
  background-color: #0000;
}

.uui-contact14_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-contact14_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 4rem;
  display: grid;
}

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

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

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

.uui-heading-subheading {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

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

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

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

.uui-layout31_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 32.25rem;
}

.uui-lightbox_play-icon {
  z-index: 2;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: #ffffff1a;
  border-radius: 100%;
  width: 8rem;
  height: 8rem;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  background-color: #1d29391a;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.uui-layout31_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

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

.uui-button-5:hover {
  border-color: var(--cfd9e1);
  background-color: var(--cfd9e1);
}

.uui-button-5:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

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

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

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

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

.uui-button-row-4.button-row-center {
  justify-content: center;
}

.uui-layout31_number-text {
  color: var(--untitled-ui-gray900);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

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

.uui-layout31_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

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

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

.uui-heading-medium-2.text-weight-medium {
  font-weight: 500;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout31_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

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

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

.uui-layout41_lightbox-image-02 {
  width: 19rem;
  min-width: 19rem;
  position: absolute;
  top: 22%;
  left: 4%;
}

.uui-layout41_lightbox-image-01 {
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .75rem;
  width: 84%;
  position: absolute;
  top: 8%;
  left: 12%;
}

.uui-layout41_lightbox {
  background-color: var(--untitled-ui-gray100);
  width: 100%;
  height: 40rem;
  margin-top: 4rem;
  position: relative;
  overflow: hidden;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

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

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

.uui-layout41_component {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.uui-testimonial09_logo {
  max-height: 3rem;
}

.uui-testimonial09_divider {
  background-color: var(--untitled-ui--gray200);
  align-self: stretch;
  width: 1px;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

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

.uui-testimonial09_rating-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--untitled-ui--warning300);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

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

.uui-testimonial09_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-testimonial09_lightbox-image {
  object-fit: cover;
  width: 100%;
  height: 35rem;
}

.uui-testimonial09_lightbox {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.uui-contact07_map {
  height: 100%;
  overflow: hidden;
}

.uui-contact07_map-placeholder {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-contact07_map-wrapper {
  width: 100%;
  height: 35rem;
  margin-top: 4rem;
  position: relative;
}

.uui-text-style-link-02 {
  color: var(--cfd9e1);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

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

.uui-icon-1x1-xsmall-5 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large-4 {
  background-color: var(--untitled-ui-primary100);
  width: 3rem;
  height: 3rem;
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-contact07_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-contact07_item {
  display: flex;
}

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

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

.uui-space-xsmall-3 {
  width: 100%;
  min-height: 1rem;
}

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

.uui-heading-subheading-3 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-contact07_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

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

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

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

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

.uui-text-size-small-4.text-color-gray500 {
  color: var(--untitled-ui-gray500);
}

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

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

.uui-footer04_top-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.uui-footer04_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  text-align: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-footer04_social-link {
  color: var(--untitled-ui--gray400);
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer04_social-link:hover {
  color: var(--untitled-ui-gray500);
}

.uui-footer04_legal-link {
  color: var(--untitled-ui-gray500);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  text-decoration: none;
  transition: all .3s;
}

.uui-footer04_legal-link:hover {
  color: var(--untitled-ui-gray600);
}

.uui-footer04_social-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.uui-footer04_link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

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

.uui-logo_logomark-4 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-styleguide_logomark-bg-4 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-blur-4 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-logo_logomark-dot-4 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

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

.uui-footer04_bottom-wrapper {
  grid-column-gap: 1.5rem;
  border-top: 1px solid var(--untitled-ui--gray200);
  justify-content: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: flex;
}

.uui-footer04_legal-list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.uui-footer04_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.uui-logo_image-4 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

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

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

.uui-button-6:hover {
  border-color: var(--cfd9e1);
  background-color: var(--cfd9e1);
}

.uui-button-6:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

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

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

.uui-section_heroheader01-2 {
  overflow: hidden;
}

.uui-heroheader01_image-wrapper-2 {
  position: relative;
}

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

.uui-button-row-5.button-row-center {
  justify-content: center;
}

.uui-heroheader01_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

.uui-heroheader01_image-2 {
  object-fit: cover;
  border-top-left-radius: 10rem;
  width: 100%;
  height: 40rem;
}

.uui-heroheader01_fileupload-image-wrapper-2 {
  width: 23rem;
  position: absolute;
  inset: auto auto 5% -16%;
}

.uui-heroheader01_pattern-image-2 {
  width: 18.625rem;
  position: absolute;
  top: -6%;
  right: -21%;
}

.uui-heroheader01_fileupload-image1-2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
  margin-bottom: .75rem;
}

.uui-heroheader01_fileupload-image2-2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: .5rem;
  width: 23rem;
  min-width: 23rem;
}

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

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

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

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

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

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

.uui-space-large-3 {
  width: 100%;
  min-height: 3rem;
}

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

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

.uui-max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

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

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

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

.uui-section_heroheader13 {
  background-color: var(--untitled-ui-gray50);
  overflow: hidden;
}

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

.uui-heroheader13_image-wrapper {
  margin-top: 4rem;
}

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

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

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

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

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

.uui-icon-1x1-xsmall-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-pricing11_component {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  display: flex;
}

.uui-pricing11_plans {
  width: 100%;
}

.uui-pricing11_tabs-content {
  width: 100%;
  overflow: visible;
}

.uui-pricing11_top-row-content {
  border-left: 1px solid var(--untitled-ui--gray200);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem 1.5rem;
  display: flex;
}

.uui-pricing11_heading-row {
  border-bottom: 1px solid var(--untitled-ui--gray200);
  margin-top: .5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.uui-pricing11_top-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--untitled-ui--gray200);
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  position: sticky;
  top: 0;
}

.uui-pricing11_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--untitled-ui--gray200);
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  align-items: stretch;
}

.uui-pricing11_feature {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1.5rem;
}

.uui-pricing11_row-content {
  border-left: 1px solid var(--untitled-ui--gray200);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.uui-badge {
  grid-column-gap: .375rem;
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.uui-badge.is-primary {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--cfd9e1);
}

.uui-pricing11_tabs-menu {
  grid-column-gap: .5rem;
  grid-row-gap: 16px;
  border: 1px solid var(--untitled-ui-gray100);
  background-color: var(--untitled-ui-gray50);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-bottom: 5rem;
  padding: .375rem;
  display: grid;
}

.uui-space-xsmall-4 {
  width: 100%;
  min-height: 1rem;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
}

.uui-pricing11_tab-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--untitled-ui-gray500);
  background-color: #0000;
  border-radius: .375rem;
  align-items: center;
  padding: .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  display: flex;
}

.uui-pricing11_tab-link.w--current {
  color: var(--untitled-ui-gray700);
  background-color: #fff;
  box-shadow: 0 1px 3px #1018281a, 0 1px 2px #1018280f;
}

.uui-pricing11_plan-name-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.uui-heading-subheading-4 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-pricing11_price-text {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  margin-left: .25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-pricing11_heading-row-text {
  color: var(--cfd9e1);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
}

.uui-pricing11_row-lead-text {
  color: var(--untitled-ui-gray900);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

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

.uui-text-style-link-2 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-2:hover {
  color: var(--untitled-ui-gray700);
}

.align-center-2 {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.uui-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

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

.uui-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.uui-form-checkbox-label {
  color: var(--untitled-ui-gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.uui-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.uui-form-radio-icon {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  cursor: pointer;
  border-radius: 100px;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-radio-icon:hover {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui--primary50-2);
}

.uui-form-radio-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui--primary50-2);
  background-image: url('../images/check-circle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.uui-form-radio-icon.w--redirected-focus {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui--primary50-2);
  box-shadow: 0 0 0 4px var(--untitled-ui-primary100);
  margin-top: 0;
}

.uui-form-radio-icon.tick-icon.w--redirected-checked {
  background-color: var(--untitled-ui-primary600);
  background-image: url('../images/check-tick.svg');
}

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

.uui-field-label {
  color: var(--untitled-ui-gray700);
  margin-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

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

.uui-button-7:hover {
  border-color: var(--cfd9e1);
  background-color: var(--cfd9e1);
}

.uui-button-7:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

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

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

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

.uui-form_input.select {
  color: var(--untitled-ui-gray900);
  background-color: #fff;
}

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

.uui-form-checkbox-icon {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  cursor: pointer;
  border-radius: .375rem;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .75rem;
  transition: all .3s;
}

.uui-form-checkbox-icon:hover {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui--primary50-2);
}

.uui-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui--primary50-2);
  box-shadow: none;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .875rem .875rem;
  background-attachment: scroll;
  border-radius: .25rem;
}

.uui-form-checkbox-icon.w--redirected-focus {
  border-color: var(--untitled-ui-primary600);
  background-color: var(--untitled-ui--primary50-2);
  box-shadow: 0 0 0 4px var(--untitled-ui-primary100);
  border-radius: .25rem;
}

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

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

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

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

.error-text {
  color: #e23939;
}

.uui-contact02_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-radio-2col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  display: grid;
}

.uui-form-radio-label {
  color: var(--untitled-ui-gray700);
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.uui-contact02_component {
  flex-direction: column;
  align-items: stretch;
  max-width: 35rem;
  margin: 4rem auto 0;
}

.uui-space-xsmall-5 {
  width: 100%;
  min-height: 1rem;
}

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

.uui-heading-subheading-5 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-form-button-wrapper {
  flex-direction: column;
  margin-top: .5rem;
  display: flex;
}

.uui-text-size-medium-5 {
  color: var(--untitled-ui-gray800);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-align-center-3 {
  text-align: left;
  display: block;
}

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

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

.align-center-3 {
  margin-left: auto;
  margin-right: auto;
}

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

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

.uui-max-width-large-6.align-center-3 {
  margin-left: 0;
  margin-right: 0;
}

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

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

.uui-heading-xsmall {
  color: var(--untitled-ui-gray800);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.1;
}

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

.uui-section_blog05 {
  padding-top: 4rem;
  padding-bottom: 0;
}

.uui-blog05_component {
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 4rem;
  display: flex;
}

.uui-blog05_category-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.uui-blog05_category-menu.no-scrollbar {
  box-shadow: inset 0 -1px 0 0 var(--untitled-ui--gray200);
  display: none;
}

.uui-text-divider {
  color: var(--untitled-ui-gray600);
  margin-left: .25rem;
  margin-right: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-size-small {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

.uui-blog05_menu-link {
  color: var(--untitled-ui-gray500);
  white-space: nowrap;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-left: .5rem;
  margin-right: .5rem;
  padding: .5rem .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
}

.uui-blog05_menu-link:hover, .uui-blog05_menu-link.w--current {
  border-bottom-color: var(--cfd9e1);
  color: var(--cfd9e1);
}

.uui-blog05_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.uui-blog05_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blog05_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blog05_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blog05_category-link {
  color: var(--cfd9e1);
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
  display: none;
}

.uui-blog05_category-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-blog05_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blog05_title-link {
  color: var(--untitled-ui-gray900);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blog05_title-link:hover {
  opacity: .5;
}

.uui-blog05_icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-blog05_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-blog05_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blog05_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
}

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

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

.uui-padding-vertical-xhuge-8 {
  padding-top: 2rem;
  padding-bottom: 8rem;
}

.uui-heading-subheading-6 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-blog05_author-heading {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.top-header-right-col-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-icon-left-3-3 {
  opacity: .7;
  width: 16px;
  margin-right: 6px;
  line-height: 16px;
}

.link-wrapper-8 {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: none;
}

.link-wrapper-8:hover {
  color: #4a3aff;
}

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

.logo-5 {
  opacity: 1;
  vertical-align: baseline;
  width: auto;
  max-width: 85%;
  margin-top: 0;
  display: inline-block;
  overflow: clip;
}

.link-text-3-3 {
  color: var(--untitled-ui-gray800);
  flex: 0 auto;
  font-weight: 500;
  transition: color .3s;
  display: inline-block;
}

.nav-menu-item {
  color: var(--untitled-ui-gray800);
  padding: 0;
  font-weight: 500;
  line-height: 1.33em;
  text-decoration: none;
  transition: color .3s;
}

.nav-menu-item:hover {
  color: #584efe;
}

.nav-menu-item.w--current {
  color: #584efe;
  text-decoration: none;
}

.brand-16 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  padding-left: 0;
  display: flex;
}

.brand-16:hover {
  opacity: .7;
}

.brand-16.w--current {
  z-index: 1;
}

.nav-3-name_1-2 {
  color: var(--untitled-ui-gray800);
  letter-spacing: .5px;
  text-transform: none;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: stretch;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
  position: static;
}

.brix---link-text-3 {
  flex: 0 auto;
  font-weight: 500;
  transition: color .3s;
  display: inline-block;
}

.navbar-area {
  background-color: #ddd0;
  flex-direction: column;
  justify-content: space-between;
}

.brix---social-icon-square-30px-3 {
  background-color: #f2f1ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.brix---social-icon-square-30px-3:hover {
  transform: scale(.92);
}

.brix---link-icon-left-3, .brix---link-icon-left-3-2 {
  opacity: .7;
  width: 16px;
  margin-right: 6px;
  line-height: 16px;
}

.header-section_1 {
  z-index: 19;
  background-color: #fff0;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 0 0 auto;
}

.nav-menu-items_2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.top-header-left-col-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---link-wrapper-8 {
  color: #211f54;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.brix---link-wrapper-8:hover {
  opacity: .6;
  color: #00103f;
}

.button-primary-2 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #584efe;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px 28px;
  font-weight: 700;
  line-height: 1.33em;
  transition: background-color .3s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.button-primary-2:hover, .button-primary-2.black {
  background-color: #1e1e1e;
}

.button-primary-2.black:hover {
  background-color: #584efe;
}

.grid-header-top-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.brix---social-media-grid-right---mbl-center-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: end;
  align-self: auto;
  place-items: center end;
  display: flex;
}

.brand-logo_1 {
  display: none;
}

.logo-wrap {
  display: block;
}

.top-header-left-col-3 {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.div-block-name-2-2-4 {
  z-index: auto;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  margin-left: 7px;
  display: flex;
  position: relative;
  top: 0;
}

.mg-left-_2 {
  margin-left: 0;
}

.link-wrapper-10 {
  color: #211f54;
  justify-content: flex-end;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: none;
}

.link-wrapper-10:hover {
  color: #4a3aff;
}

.header-container_2-10 {
  border-bottom: 1px solid var(--untitled-ui-gray300);
  opacity: 1;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 2rem;
  display: none;
}

.navbar-button-wrapper_1 {
  display: none;
}

.wrapper-9-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-10064 {
  z-index: 1;
  width: 45px;
  max-width: none;
  height: auto;
  margin-right: 0;
  position: relative;
}

.nav-name_2-2-2 {
  width: auto;
  color: var(--untitled-ui-gray800);
  text-transform: uppercase;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 2px;
  font-family: Montserrat, sans-serif;
  font-size: .35rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.link-text_1-2 {
  color: var(--untitled-ui-gray800);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: color .3s;
  display: inline-block;
}

.header-container {
  background-color: #fff0;
  border-radius: 0;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  display: none;
}

.body-3 {
  font-family: Montserrat, sans-serif;
}

.sub-heading_1 {
  color: #4f4f4f;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  line-height: 120%;
}

.sub-heading_1.white-text {
  color: #e6e6e6;
  line-height: 130%;
  position: relative;
  top: 12px;
}

.large-paragraph {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.large-paragraph.home-hero-paragraph {
  color: #fff;
  max-width: 600px;
  margin-top: 10px;
  line-height: 130%;
}

.large-paragraph.footer-text-link {
  color: var(--fafafa);
  letter-spacing: normal;
  text-transform: none;
  word-break: normal;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.large-paragraph.footer-text-link:hover {
  opacity: .66;
}

.container-34_1 {
  width: 100%;
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
}

.home-hero-detail-div_1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  mix-blend-mode: difference;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.h1-heading_1 {
  color: #262626;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
}

.h1-heading_1.home-hero-heading {
  opacity: 1;
  color: #fff;
  -webkit-text-stroke-width: 0px;
  text-overflow: clip;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  max-width: 960px;
  font-size: 80px;
  font-weight: 700;
  line-height: 110%;
}

.hero-section_1 {
  background-image: url('../images/orig.webp');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 90vh;
  margin-top: 120px;
  padding-bottom: 140px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
}

.h2-heading_2 {
  color: #262626;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 100%;
}

.h2-heading_2.home-hero-heading {
  color: #fff;
  max-width: 960px;
  font-size: 80px;
  font-weight: 700;
  line-height: 110%;
}

.uui-container-large-8 {
  width: 100%;
  max-width: 1400px;
  margin-left: 0;
  margin-right: 0;
}

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

.uui-max-width-small {
  width: 100%;
  max-width: 30rem;
}

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

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

.uui-heroheader06_image-wrapper {
  height: 100%;
  min-height: 36rem;
  position: relative;
}

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

.uui-heroheader06_image-01 {
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .625rem;
  width: 48rem;
  min-width: 48rem;
  position: absolute;
  inset: 0% auto 0% 12%;
}

.uui-heroheader06_image-01.shadow-xxlarge.hide-mobile-landscape-3 {
  border-style: none;
  border-radius: 0;
  left: -6%;
}

.uui-heroheader06_image-02 {
  z-index: 1;
  width: 15.25rem;
  min-width: 15.25rem;
  position: absolute;
  inset: auto 0% 0%;
}

.uui-section_heroheader06 {
  background-color: var(--untitled-ui-gray50);
  overflow: hidden;
}

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

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

.uui-space-large-4 {
  width: 100%;
  min-height: 3rem;
}

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

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

.uui-text-style-link-3 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-3:hover {
  color: var(--untitled-ui-gray700);
}

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

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

.uui-button-8:hover {
  border-color: var(--cfd9e1);
  background-color: var(--cfd9e1);
}

.uui-button-8:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

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

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

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

.uui-section_heroheader08 {
  background-color: var(--untitled-ui-gray50);
  margin-top: 8.7rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-signup-form_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

.uui-heroheader08_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.uui-ratings_component {
  align-items: center;
  display: flex;
}

.ratings_wrapper {
  margin-left: 1rem;
}

.ratings_stars-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .125rem;
  display: flex;
}

.uui-ratings_stars {
  width: 100%;
  height: 1.25rem;
  margin-right: .5rem;
}

.uui-heroheader08_image {
  object-fit: cover;
  width: 100%;
  height: 40rem;
}

.uui-avatar-group_component {
  grid-column-gap: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.uui-avatar-group_item {
  border: 2px solid var(--untitled-ui-white);
  background-color: var(--untitled-ui-white);
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  margin-right: -1rem;
}

.uui-ratings_number {
  color: var(--untitled-ui-gray700);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.nav-menu-item-dropdown {
  position: static;
}

.nav-menu-item-dropdown_2 {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: 0 2.5rem 0 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.nav-menu-item-dropdown_2:hover {
  color: var(--untitled-ui-gray900);
}

.text-block-nav-menu-item-dropdown {
  color: var(--untitled-ui-gray800);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.33em;
}

.text-block-nav-menu-item-dropdown:hover {
  color: var(--untitled-ui-gray900);
}

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

.heading-h2 {
  color: #7392a9;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
  transition: opacity .3s;
  display: flex;
}

.text-span-5 {
  color: var(--bordo);
  margin-right: 0;
  font-size: 6rem;
  font-weight: 600;
}

.heading-h2_2 {
  color: #7392a9;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
  transition: opacity .3s;
  display: flex;
}

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

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

.uui-max-width-small-2 {
  width: 100%;
  max-width: 30rem;
}

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

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

.uui-heroheader06_image-wrapper-2 {
  height: 100%;
  min-height: 36rem;
  position: relative;
}

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

.uui-heroheader06_image-01-2 {
  border: .25rem solid var(--untitled-ui-gray900);
  border-radius: .625rem;
  width: 48rem;
  min-width: 48rem;
  position: absolute;
  inset: 0% auto 0% 12%;
}

.uui-heroheader06_image-02-2 {
  z-index: 1;
  width: 15.25rem;
  min-width: 15.25rem;
  position: absolute;
  inset: auto 0% 0%;
}

.uui-section_heroheader06-2 {
  background-color: var(--untitled-ui-gray50);
  overflow: hidden;
}

.uui-heroheader06_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.uui-space-large-5 {
  width: 100%;
  min-height: 3rem;
}

.uui-padding-vertical-xhuge-10 {
  padding-top: 5rem;
  padding-bottom: 0;
}

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

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

.uui-button-9:hover {
  border-color: var(--cfd9e1);
  background-color: var(--cfd9e1);
}

.uui-button-9:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

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

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

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

.uui-heroheader04_image-wrapper {
  height: 100%;
  min-height: 44.375rem;
  position: relative;
}

.uui-heroheader04_image {
  box-sizing: border-box;
  object-position: 50% 50%;
  width: 50rem;
  min-width: 50rem;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.uui-badge-group {
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group.is-primary {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--cfd9e1);
  white-space: nowrap;
  text-decoration: none;
}

.badge-group_text-wrapper {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge.is-primary {
  background-color: var(--untitled-ui-white);
  color: var(--cfd9e1);
}

.uui-badge-group_icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon.text-color-primary500 {
  color: var(--untitled-ui--primary500);
  margin-right: -.25rem;
}

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

.uui-section_heroheader04 {
  overflow: hidden;
}

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

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

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

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

.our-ecosystem-count-div_2-1 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  display: flex;
}

.our-ecosystem-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.container_2-1 {
  width: 100%;
  max-width: 90rem;
  padding-left: 0;
  padding-right: 0;
}

.h3-heading_1 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_1.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 1.3rem;
  line-height: 1.3;
}

.our-ecosystem-icon_2-1 {
  width: 60px;
  max-width: none;
  box-shadow: none;
  border-radius: 12px;
}

.our-ecosystem-div_001 {
  display: none;
}

.our-ecosystem-detail-div_2-1 {
  width: 100%;
  max-width: none;
}

.our-ecosystem-wrapper_2-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  display: flex;
}

.our-ecosystem-grid_2-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  place-items: center stretch;
  width: auto;
  max-width: none;
  margin-top: 30px;
}

.text-link {
  color: #1c26e6;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: none;
}

.our-ecosystem-count-div {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.large-text {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.large-text.our-ecosystem-count-text {
  max-width: 230px;
}

.paragraph-408 {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph-408.our-ecosystem-paragraph {
  max-width: none;
  color: var(--untitled-ui-gray800);
}

.paragraph-408.white-800-color.social-media-link {
  color: var(--untitled-ui-white);
  font-size: 15px;
  text-decoration: none;
}

.paragraph-408.white-800-color.social-media-link:hover {
  opacity: .65;
}

.paragraph-408.white-800-color.template-text-link {
  text-transform: uppercase;
  text-decoration: none;
}

.section_2 {
  border-radius: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12rem 2rem 8rem;
}

.h2-heading_2-01 {
  color: #262626;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
}

.h2-heading_2-01.semibold-text_2-01 {
  color: var(--untitled-ui-gray800);
  font-size: 21px;
  font-weight: 600;
}

.our-ecosystem-card_2-1 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.h2-heading {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

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

.h2-heading.normal-text {
  font-weight: 400;
}

.our-ecosystem-icon {
  border-radius: 12px;
  box-shadow: 0 3px 4px -1px #2a2a2a24, 0 1px 1px #2a2a2a14;
}

.gray-200-line {
  background-color: #d1d1d1;
  width: 100%;
  height: 1px;
}

.our-ecosystem-div_2-1 {
  margin: 0;
}

.gray-200-line_2-1 {
  opacity: .46;
  background-color: #d1d1d1;
  width: 100%;
  height: 1px;
  display: none;
}

.our-ecosystem-icon-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.our-ecosystem-icon-div_2-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  line-height: 1;
  display: flex;
}

.large-text_01 {
  color: #262626;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.large-text_01.our-ecosystem-count-text {
  max-width: 230px;
  display: none;
}

.our-ecosystem-icon_2-10 {
  width: 50px;
  max-width: none;
  box-shadow: none;
  border-radius: 12px;
}

.our-ecosystem-count-div_2-10 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  line-height: 1;
  display: flex;
}

.our-ecosystem-icon_2-11 {
  width: 50px;
  max-width: none;
  box-shadow: none;
  border-radius: 12px;
}

.our-ecosystem-count-div_2-11 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  line-height: 1;
  display: flex;
}

.h3-heading_1-2 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_1-2.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.3;
}

.text-block-5 {
  display: none;
}

.uui-text-size-medium-7 {
  color: var(--untitled-ui-gray800);
  letter-spacing: normal;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

.uui-heading-xsmall-2 {
  color: var(--untitled-ui-gray800);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}

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

.uui-icon-1x1-xsmall-7 {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-section_layout19 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.uui-layout19_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-top: 4rem;
  display: grid;
}

.uui-layout19_item-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.uui-layout19_image-wrapper {
  background-color: var(--untitled-ui-gray50);
  width: 100%;
  height: 100%;
}

.uui-layout19_item-text-wrapper {
  padding-top: .5rem;
}

.uui-layout19_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
  display: block;
}

.uui-layout19_item {
  display: flex;
}

.uui-button-link-5 {
  grid-column-gap: .5rem;
  color: var(--cfd9e1);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-5:hover {
  color: var(--untitled-ui-primary800);
}

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

.uui-icon-featured-outline-large {
  border: .5rem solid var(--untitled-ui--primary50-2);
  background-color: var(--untitled-ui-primary100);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout19_image {
  object-fit: cover;
  width: 100%;
}

.uui-space-xsmall-6 {
  width: 100%;
  min-height: 1rem;
}

.uui-space-xxsmall-3 {
  width: 100%;
  min-height: .5rem;
}

.uui-padding-vertical-xhuge-11 {
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.h2-heading_4 {
  color: #262626;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
}

.h2-heading_4.white-text {
  color: #fff;
  font-size: 30px;
}

.team-wrapper_4 {
  opacity: .9;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0006;
  border-radius: 12px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 20px 100px;
}

.paragraph_4 {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph_4.white_4.paragraph_4-1 {
  color: #e6e6e6;
  max-width: 600px;
  font-size: 18px;
}

.section_4 {
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section_4.team-section_4 {
  background-image: linear-gradient(#1c26e63d, #1c26e63d), url('../images/106.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 0;
  margin-bottom: 60px;
  padding: 30px 2rem;
}

.common-button_4-1 {
  color: #fff;
  background-color: #1c26e6;
  background-image: url('../images/button-arrow.svg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  padding: 14px 50px 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  transition: all .3s;
  box-shadow: 0 9px 9px #00000021, 0 2px 5px #00000026;
}

.common-button_4-1:hover {
  background-position: 92%;
}

.common-button_4-1.white-button_4 {
  background-color: var(--untitled-ui--gray400);
  width: 260px;
  color: var(--untitled-ui-gray900);
  text-align: center;
  background-image: url('../images/call_FILL0_2.3.svg');
  background-position: 10%;
  background-size: 44px;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.common-button_4-1.white-button_4:hover {
  background-color: #fff;
}

.team-detail-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.button-div_4-2 {
  display: none;
}

.team-grid_4 {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
  display: none;
}

.common-button_4-12 {
  color: #fff;
  background-color: #1c26e6;
  background-image: url('../images/button-arrow.svg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  padding: 14px 50px 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  transition: all .3s;
  box-shadow: 0 9px 9px #00000021, 0 2px 5px #00000026;
}

.common-button_4-12:hover {
  background-position: 92%;
}

.common-button_4-12.white-button_4 {
  background-color: var(--cfd9e1);
  opacity: 1;
  color: #555;
  text-align: center;
  background-image: url('../images/call_FILL0_wght400_GRAD0_opsz48-4-1.svg');
  background-size: 36px;
  border-radius: 0;
  width: 260px;
  padding-left: 0;
  padding-right: 0;
}

.common-button_4-12.white-button_4:hover {
  background-color: var(--untitled-ui-gray300);
}

.common-button_4-10 {
  color: #fff;
  background-color: #1c26e6;
  background-image: url('../images/button-arrow.svg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  padding: 14px 50px 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  transition: all .3s;
  box-shadow: 0 9px 9px #00000021, 0 2px 5px #00000026;
}

.common-button_4-10:hover {
  background-position: 92%;
}

.common-button_4-10.white-button_4 {
  background-color: var(--untitled-ui--gray400);
  color: #555;
  text-align: center;
  background-image: url('../images/Логотип_MAX.svg');
  background-position: 88%;
  background-size: 36px;
  border-radius: 0;
  width: 260px;
  padding-left: 0;
  padding-right: 0;
}

.common-button_4-10.white-button_4:hover {
  background-color: #fff;
}

.button-div_4 {
  background-color: #fff0;
  border-radius: 0;
}

.team-line {
  background-color: #fff3;
  width: 100%;
  height: 1px;
}

.team-card_4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.team-grid_4-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 852px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container_4 {
  width: 100%;
  max-width: 1320px;
  padding-left: 20px;
  padding-right: 20px;
}

.common-button_4-2 {
  color: #fff;
  background-color: #1c26e6;
  background-image: url('../images/button-arrow.svg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  padding: 14px 50px 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  transition: all .3s;
  box-shadow: 0 9px 9px #00000021, 0 2px 5px #00000026;
}

.common-button_4-2:hover {
  background-position: 92%;
}

.common-button_4-2.white-button_4-2 {
  color: #1c26e6;
  background-color: #fff;
  background-image: url('../images/white-button-arrow.svg');
}

.h4-heading {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.h4-heading.white-text {
  color: #fff;
}

.h4-heading.white-text.team-heading {
  font-weight: 500;
}

.h2-heading-2 {
  color: #262626;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
}

.h2-heading-2.light-text {
  font-weight: 200;
}

.h2-heading-2.white-text {
  color: #fff;
}

.team-card_4-2, .team-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.common-heading-div_4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.uui-text-style-link-4 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-4:hover {
  color: var(--untitled-ui-gray700);
}

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

.uui-text-size-small-7.text-align-left {
  text-align: left;
}

.uui-max-width-xlarge-2 {
  width: 100%;
  max-width: 64rem;
}

.align-center-4 {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.uui-button-10:hover {
  border-color: var(--cfd9e1);
  background-color: var(--cfd9e1);
}

.uui-button-10:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

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

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

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

.uui-heading-xlarge-6 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.uui-section_heroheader12 {
  background-color: var(--untitled-ui-gray50);
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.uui-signup-form_wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

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

.uui-heroheader12_form {
  max-width: 30rem;
  margin: 2.5rem auto 0;
}

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

.h2-heading_3 {
  color: var(--untitled-ui-gray800);
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.h2-heading_3.semibold-text {
  font-weight: 600;
}

.h2-heading_3.normal-text {
  font-weight: 400;
}

.h3-heading_3 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_3.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin: 1.5rem auto 0;
  font-size: 1.3rem;
  line-height: 1.3;
}

.common-button_4-13 {
  color: #fff;
  background-color: #1c26e6;
  background-image: url('../images/button-arrow.svg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  padding: 14px 50px 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  transition: all .3s;
  box-shadow: 0 9px 9px #00000021, 0 2px 5px #00000026;
}

.common-button_4-13:hover {
  background-position: 92%;
}

.common-button_4-13.white-button_4 {
  background-color: var(--cfd9e1);
  opacity: 1;
  color: #555;
  text-align: center;
  background-image: url('../images/Telegram_2.svg');
  background-size: 36px;
  border-radius: 0;
  width: 260px;
  padding-left: 0;
  padding-right: 0;
}

.common-button_4-13.white-button_4:hover {
  background-color: var(--untitled-ui-gray300);
}

.common-button_4-14 {
  color: #fff;
  background-color: #1c26e6;
  background-image: url('../images/button-arrow.svg');
  background-position: 88%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  padding: 14px 50px 14px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  transition: all .3s;
  box-shadow: 0 9px 9px #00000021, 0 2px 5px #00000026;
}

.common-button_4-14:hover {
  background-position: 92%;
}

.common-button_4-14.white-button_4 {
  background-color: var(--cfd9e1);
  opacity: 1;
  color: #555;
  text-align: center;
  background-image: url('../images/Логотип_MAX.svg');
  background-size: 36px;
  border-radius: 0;
  width: 260px;
  padding-left: 0;
  padding-right: 0;
}

.common-button_4-14.white-button_4:hover {
  background-color: var(--untitled-ui-gray300);
}

.footer-wrapper_9-02 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: .5px solid var(--untitled-ui-gray300);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  padding-top: 20px;
  display: flex;
}

.paragraph_9-022 {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph_9-022.white-800-color {
  color: var(--untitled-ui-white);
  flex: none;
  font-size: 13px;
}

.footer-logo {
  width: 240px;
}

.link-128 {
  color: var(--untitled-ui-white);
  font-size: 15px;
  text-decoration: none;
}

.link-128:hover {
  opacity: .64;
}

.image_10_9 {
  z-index: 1;
  width: 27px;
  max-width: none;
  height: auto;
  margin-right: 0;
  position: relative;
}

.template-link-div_9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.social-media-link-div_9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-footer-div_9-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.copyright-div_9-022 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image_9-023 {
  flex: 0 auto;
  width: 18px;
}

.copyright-div_9 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  margin-top: 0;
  display: flex;
}

.paragraph_9 {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph_9.white-800-color {
  color: var(--untitled-ui-white);
  flex: none;
  padding-top: 0;
  font-size: 13px;
}

.container_9 {
  width: 100%;
  max-width: 90rem;
  padding-left: 20px;
  padding-right: 20px;
}

.brand-link_9 {
  padding-left: 0;
  display: none;
}

.footer-wrapper_9-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.image_9-022 {
  flex: 0 auto;
  width: 16px;
  padding-left: 0;
}

.bottom-footer-div_9-01 {
  border-top: 1px none var(--untitled-ui--gray400);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2rem;
  display: flex;
}

.social-media-div_9-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-detail-div {
  border-bottom: 1px solid var(--untitled-ui-gray500);
  opacity: 1;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.brand-16_9 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 20.6842%;
  padding-left: 0;
  display: flex;
}

.brand-16_9:hover {
  opacity: .7;
}

.brand-16_9.w--current {
  z-index: 1;
}

.image_9-02 {
  flex: 0 auto;
  width: 20px;
}

.paragraph_9-33 {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph_9-33.white-800-color {
  color: var(--cfd9e1);
  flex: none;
  font-size: 13px;
}

.section_9 {
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section_9.footer {
  background-image: linear-gradient(180deg, var(--untitled-ui-gray800), var(--untitled-ui-gray500));
  opacity: 1;
  background-position: 0 0;
  border-top-style: none;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.bottom-footer-div_9-1 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-name_9 {
  z-index: auto;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  margin-left: 10px;
  display: flex;
  position: relative;
  top: 0;
}

.bottom-footer-div_9-03 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.nav-name_9 {
  color: #e6e6e6;
  text-transform: uppercase;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 2px;
  font-family: Montserrat, sans-serif;
  font-size: .3rem;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.nav-3-name_9 {
  color: #e6e6e6;
  letter-spacing: .5px;
  text-transform: none;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: stretch;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: static;
}

.copyright-div_9-02 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footer-link-div_9 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph_9-023 {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph_9-023.white-800-color {
  flex: none;
  font-size: 13px;
}

.our-ecosystem-grid_footer, .our-ecosystem-grid_footer_2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-content: stretch;
  place-items: center stretch;
  width: auto;
  max-width: none;
  margin-top: 0;
}

.image-10065, .image-10066, .image-10067 {
  display: none;
}

.uui-blog06_image {
  object-fit: cover;
  object-position: 50% 40%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.body-4 {
  font-family: Montserrat, sans-serif;
}

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

.uui-max-width-xlarge-3 {
  width: 100%;
  max-width: 64rem;
}

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

.align-center-5 {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.uui-button-11:hover {
  border-color: var(--cfd9e1);
  background-color: var(--cfd9e1);
}

.uui-button-11:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

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

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

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

.uui-button-row-9.button-row-center {
  justify-content: center;
}

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

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

.uui-badge-group-2 {
  background-color: var(--untitled-ui-gray100);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group-2.is-primary {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--cfd9e1);
  white-space: nowrap;
  text-decoration: none;
}

.badge-group_text-wrapper-2 {
  align-items: center;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.uui-badge-group_badge-2 {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  white-space: nowrap;
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.uui-badge-group_badge-2.is-primary {
  background-color: var(--untitled-ui-white);
  color: var(--cfd9e1);
}

.uui-badge-group_icon-2 {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: .25rem;
  display: flex;
}

.uui-badge-group_icon-2.text-color-primary500 {
  color: var(--untitled-ui--primary500);
  margin-right: -.25rem;
}

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

.uui-heroheader17_image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
}

.uui-heroheader17_card-image-01 {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(45deg, #42307d, #7f56d9);
  border: 1px solid #ffffff80;
  border-radius: 2.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(-20%, 45%)rotate(0);
  box-shadow: 1px 1px 25px 12px #0000000d;
}

.uui-heroheader17_card-image {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 2.25rem;
  width: 35rem;
  position: absolute;
  transform: translate(30%, 35%)rotate(30deg);
  box-shadow: 1px 1px 28px 12px #0000000d;
}

.uui-section_heroheader17 {
  overflow: hidden;
}

.uui-heroheader17_image-background {
  background-color: var(--untitled-ui--gray200);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

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

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

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

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

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

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

.uui-space-large-6 {
  width: 100%;
  min-height: 3rem;
}

.uui-space-xhuge {
  width: 100%;
  min-height: 7rem;
}

.uui-text-style-link-5 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-5:hover {
  color: var(--untitled-ui-gray700);
}

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

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

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

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

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

.uui-signup-form_wrapper-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .375rem;
  display: grid;
}

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

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

.uui-heroheader23_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: end;
  display: grid;
}

.uui-heroheader23_item-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.uui-heroheader23_item {
  align-items: center;
  display: flex;
}

.uui-heroheader23_form {
  max-width: 30rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
}

.uui-heroheader23_image-wrapper {
  background-color: var(--untitled-ui-gray500);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32.25rem;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-heroheader23_card-image {
  background-image: linear-gradient(112deg, #ffffff80, #fff0);
  border: 1px solid #ffffff80;
  border-radius: 1.25rem;
  width: 24rem;
  box-shadow: 0 1px 24px 12px #0000000d;
}

.uui-heroheader23_card-image.is-hovering {
  z-index: 1;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  position: relative;
  transform: translate(3rem, -4rem);
  box-shadow: -68px 68px 32px #10182840;
}

.uui-heroheader23_image-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  transform-style: preserve-3d;
  grid-template-rows: auto auto;
  grid-template-columns: max-content max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  display: grid;
  transform: rotateX(-51deg)rotateY(0)rotateZ(-30deg);
}

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

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

.uui-layout30_item-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}

.uui-layout30_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-layout30_image-wrapper {
  object-position: 50% 100%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.uui-layout30_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 32.25rem;
}

.uui-heading-subheading-7 {
  color: var(--untitled-ui-primary600);
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.uui-layout30_number-text {
  color: var(--untitled-ui-gray900);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 500;
}

.uui-section_layout_page2 {
  padding-top: 5rem;
  padding-bottom: 0;
}

.uui-layout_page2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-height: 700px;
}

.uui-heading_page2 {
  color: var(--untitled-ui-gray800);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}

.bold-text {
  font-size: 2rem;
  line-height: 1.1;
}

.uui-heading_page2-2 {
  color: var(--untitled-ui-gray800);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}

.bold-text-2 {
  font-size: 2rem;
  line-height: 1.1;
}

.uui-heading_page2-3 {
  color: var(--untitled-ui-gray800);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: .5;
}

.bold-text-3 {
  font-size: 2rem;
  line-height: 1;
}

.uui-layout19_item-text-wrapper_page2 {
  padding-top: 0;
}

.uui-layout19_item_page2, .uui-layout19_item_page2-2, .uui-layout19_item_page2-3 {
  display: flex;
}

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

.uui-max-width-large-6-copy.align-center-3 {
  margin-left: 0;
  margin-right: 0;
}

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

.uui-max-width-large_page2.align-center-3 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.uui-section_connection {
  background-color: var(--untitled-ui-gray100);
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.uui-layout19_image-wrapper_page2 {
  background-color: var(--untitled-ui-primary100);
  width: 100%;
  height: 100%;
}

.uui-section_services {
  padding-top: 4rem;
  padding-bottom: 0;
}

.h3-heading_page2 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_page2.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.h3-heading_page2-1 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_page2-1.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.paragraph_page2-1 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page2-1.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.text_1-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.uui-layout_item_page2-2 {
  margin-top: 1.5rem;
  display: flex;
}

.h3-heading_page3 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_page3.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph_page3-1 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page3-1.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: .5rem;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.bold-text_page3-10, .bold-text_page3-11, .bold-text_page3-12, .bold-text_page3-13 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.bold-text-4-copy {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.bold-text_page3-14 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.bold-text-4-2 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph_page4-1 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page4-1.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph_page5-1 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page5-1.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.uui-layout_item_page5-2 {
  margin-top: 0;
  display: flex;
}

.paragraph_page5-1-copy {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page5-1-copy.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph_page6-1 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page6-1.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.uui-layout_item_page6-2 {
  margin-top: 1.5rem;
  display: flex;
}

.bold-text-8 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-layout_item_page8-2 {
  margin-top: .5rem;
  display: flex;
}

.paragraph_page8-2 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page8-2.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

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

.h2-heading_company {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.h2-heading_company.semibold-text {
  font-weight: 600;
}

.h2-heading_company.normal-text {
  font-weight: 400;
}

.h2-heading_company-2 {
  color: var(--untitled-ui-gray800);
  margin-top: .25rem;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.h2-heading_company-2.semibold-text {
  font-weight: 600;
}

.h2-heading_company-2.normal-text {
  font-weight: 400;
}

.h1-heading_company {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.h1-heading_company.semibold-text {
  font-weight: 600;
}

.h1-heading_company.normal-text {
  font-weight: 400;
}

.text-span-6 {
  font-weight: 700;
}

.bold-text-4-10 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-layout19_item_page10 {
  margin-top: 1rem;
  display: flex;
}

.h3-heading_page10 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_page10.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.h5-heading_page10 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h5-heading_page10.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.bold-text-9 {
  font-weight: 500;
  line-height: 1.2;
}

.bold-text_page3-10-1, .bold-text_page3-11-1, .bold-text_page3-12-1, .bold-text_page3-13-1 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

.uui-layout_item_page10-2 {
  margin-top: 1.5rem;
  display: flex;
}

.uui-layout19_company {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 4rem;
  display: grid;
}

.bold-text-7-1, .bold-text-7-2, .bold-text-7-3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.bold-text-10, .bold-text-17 {
  line-height: 1.2;
}

.bold-text-19, .bold-text-20, .bold-text-21 {
  font-weight: 600;
}

.uui-layout19_image-wrapper_page2-11 {
  background-color: var(--untitled-ui-primary100);
  width: 100%;
  height: 100%;
}

.bold-text-25 {
  line-height: 1.2;
}

.bold-text-8-1, .bold-text-8-2, .bold-text-8-3 {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.bold-text-27 {
  line-height: 1.2;
}

.text-span-7, .text-span-8 {
  font-weight: 700;
}

.h5-heading_page10-2 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h5-heading_page10-2.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.bold-text-10-2 {
  font-weight: 500;
  line-height: 1.2;
}

.uui-layout19_image-wrapper_page12 {
  background-color: var(--untitled-ui-primary100);
  width: 100%;
  height: 100%;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  color: #6d6d6d;
  background-color: #fff;
  width: 100%;
  padding: 80px 15px;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-new-slide-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-demo-two-accordion-container {
  max-width: 100%;
}

.rt-slider-image-tag {
  color: #fff;
  background-color: #116df8;
  border: 1px solid #fff;
  padding: 2px 20px;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  inset: 3% 3% auto auto;
}

.rt-new-slide-text {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 45px;
  display: flex;
  overflow: hidden;
}

.rt-top-heading-text {
  color: #c99b8f;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.rt-top-heading-text.rt-text-blue {
  color: #116df8;
}

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

.rt-demo-two-accordion-left-arrow {
  z-index: 10;
  color: #cfcfcf;
  inset: 0% auto 25% 0%;
}

.rt-demo-two-accordion-main {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-icon-3 {
  color: #cfcfcf;
}

.rt-new-slide-mask {
  position: relative;
}

.rt-new-slider {
  background-color: #0000;
  height: auto;
}

.rt-new-slide-info {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}

.rt-body-font {
  color: #6d6d6d;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.rt-category-cards-text {
  color: #150438;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-new-slide-image {
  justify-content: center;
  align-items: flex-end;
  max-width: 800px;
  display: flex;
  position: relative;
}

.rt-autofit-3 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-demo-two-accordion-right-arrow {
  z-index: 5;
  top: 0;
  bottom: 25%;
  left: auto;
}

.large-testimonial-5-maps {
  color: #444;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}

.large-testimonial-5-maps.white {
  color: #fff;
  text-align: left;
}

.large-testimonial-5-maps.white.left_6-2 {
  opacity: .89;
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.link-1-maps-brembo-2 {
  color: #fff;
  text-decoration: none;
}

.link-1-maps-brembo-2:hover {
  color: #ff0004;
}

.section-maps_krest {
  margin-top: 60px;
  margin-bottom: 160px;
  padding: 0;
}

.div-block-maps {
  background-image: none;
  background-size: cover;
  width: 50%;
  height: 70vh;
}

.div-block-maps.maps_2 {
  background-color: #232323;
  background-image: none;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  height: 600px;
  padding: 45px;
  display: flex;
}

.large-testimonial-2-maps {
  color: #444;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}

.large-testimonial-2-maps.white {
  color: #fff;
  text-align: left;
}

.large-testimonial-2-maps.white.left_2 {
  opacity: .89;
  color: #fff;
  text-align: left;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.testimonial-block-2-maps {
  z-index: 2;
  float: none;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 350px;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  right: 0;
}

.testimonial-block-2-maps.maps_3 {
  align-items: flex-start;
  max-width: 550px;
  margin-top: 0;
  display: block;
}

.div-block-5-3 {
  border-bottom: 1px #505050;
  padding-top: 10px;
  padding-bottom: 0;
}

.wrapper-maps {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-maps.left {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
}

.testimonial-block-1-maps {
  z-index: 2;
  float: none;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 350px;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  right: 0;
}

.testimonial-block-1-maps.maps_4 {
  color: #fff;
  align-items: flex-start;
  max-width: none;
  margin-top: 20px;
  display: block;
}

.testimonial-block-3-maps {
  z-index: 2;
  float: none;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 350px;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  right: 0;
}

.testimonial-block-3-maps.maps_4 {
  align-items: flex-start;
  max-width: 550px;
  margin-top: 20px;
  display: block;
}

.heading-contact-maps {
  color: #222;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4em;
}

.heading-contact-maps.maps_3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

.div-block-h2-maps {
  background-color: #0000;
  width: 520px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 15px;
}

.testimonial-block-5-maps {
  z-index: 2;
  float: none;
  background-color: #0000;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 350px;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
  right: 0;
}

.testimonial-block-5-maps.maps_5 {
  align-items: flex-start;
  max-width: 550px;
  margin-top: 10px;
  display: block;
}

.image-wrap-2-maps {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  display: flex;
  position: relative;
}

.large-testimonial-3-4-maps {
  color: #444;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}

.large-testimonial-3-4-maps.white {
  color: #fff;
  text-align: left;
}

.large-testimonial-3-4-maps.white.left_6 {
  opacity: .89;
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.large-testimonial-3-3-maps {
  color: #444;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}

.large-testimonial-3-3-maps.white {
  color: #fff;
  text-align: left;
}

.large-testimonial-3-3-maps.white.left_5 {
  opacity: .89;
  color: #ffffff80;
  text-align: left;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}

.large-testimonial-3-1-maps {
  color: #444;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}

.large-testimonial-3-1-maps.white {
  color: #fff;
  text-align: left;
}

.large-testimonial-3-1-maps.white.left_5 {
  opacity: .89;
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}

.html-embed-landing {
  width: 100%;
  height: 600px;
  margin-top: 0;
  margin-bottom: 0;
}

.content__wrapper-maps {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 5%;
  display: flex;
}

.content__wrapper-maps.maps {
  flex-direction: row;
  justify-content: space-between;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0%;
}

.div-block-3-maps {
  width: 50%;
  height: 600px;
}

.link-5-maps-2 {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.link-5-maps-2:hover {
  color: #ff0004;
}

.large-testimonial-3-maps {
  color: #444;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}

.large-testimonial-3-maps.white {
  color: #fff;
  text-align: left;
}

.large-testimonial-3-maps.white.left_4 {
  opacity: .89;
  color: #ffffff80;
  text-align: left;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}

.large-testimonial-1-maps-brembo {
  color: #444;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}

.large-testimonial-1-maps-brembo.white {
  color: #fff;
  text-align: left;
}

.large-testimonial-1-maps-brembo.white.left {
  opacity: .89;
  color: #ffffff80;
  text-align: left;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  display: block;
}

.text-span-9 {
  font-weight: 700;
}

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

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

.uui-padding-vertical_page14 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-layout30_component-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-layout30_component_page14 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-layout30_image-wrapper_page14 {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.paragraph_page5-11 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page5-11.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.uui-layout_item_page2-21, .uui-layout_item_page2-22 {
  margin-top: 1.5rem;
  display: flex;
}

.uui-layout19_item-text-wrapper_page2-31 {
  margin-bottom: 1rem;
  padding-top: 0;
}

.uui-layout_item_page2-2-copy {
  margin-top: 0;
  display: flex;
}

.h3-heading_page2-41 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_page2-41.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.h3-heading_page2-44 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_page2-44.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.uui-padding-vertical-xhuge-11-1 {
  padding-top: 5rem;
  padding-bottom: 6rem;
}

.uui-padding-vertical-8 {
  padding-top: 2rem;
  padding-bottom: 8rem;
}

.uui-section_layout19-1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.h3-heading_page3-0 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_page3-0.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.uui-layout19_image-wrapper_page2-8 {
  background-color: var(--untitled-ui-primary100);
  width: 100%;
  height: 100%;
}

.h3-heading_page2-19 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_page2-19.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.uui-section_layout_page2-9 {
  padding-top: 0;
  padding-bottom: 0;
}

.uui-padding-vertical-page2-9 {
  padding-top: 3rem;
  padding-bottom: 6rem;
}

.uui-text-align-center-3-7 {
  text-align: left;
  display: block;
}

.paragraph_page2-17 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page2-17.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.uui-text-align-center-3-72 {
  text-align: left;
  display: block;
}

.paragraph_page2-18 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page2-18.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: .5rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph_page2-19 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page2-19.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.bold-text-4-19 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-text-align-center-3-73 {
  text-align: left;
  display: block;
}

.uui-layout-wrapper_phone {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.div__phone {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.uui-layout-wrapper_maps {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.paragraph__phone {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph__phone.white-800-color {
  flex: none;
  font-size: 13px;
}

.link__phone {
  color: var(--untitled-ui-gray800);
  font-size: 16px;
  text-decoration: none;
}

.link__phone:hover {
  opacity: .64;
}

.paragraph_telegram {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph_telegram.our-ecosystem-paragraph {
  max-width: none;
  color: var(--untitled-ui-gray800);
}

.paragraph_telegram.white-800-color.social-media-link {
  color: var(--untitled-ui-gray800);
  font-size: 16px;
  text-decoration: none;
}

.paragraph_telegram.white-800-color.social-media-link:hover {
  opacity: .65;
}

.paragraph_telegram.white-800-color.template-text-link {
  text-transform: uppercase;
  text-decoration: none;
}

.portfolio-row {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

.portfolio-col {
  padding-left: 0;
  padding-right: 0%;
}

.potfolio-photo-block {
  margin-top: 20px;
  margin-left: -1px;
  display: inline-block;
}

.lightbox-link {
  background-color: #833777;
  border-bottom-style: none;
  width: 100%;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
  display: block;
  overflow: hidden;
}

.lightbox-link:hover {
  transform: scale(.95);
}

.lightbox-thumb {
  transition: transform .5s;
}

.lightbox-thumb:hover {
  transform: scale(1.2);
}

.portfolio-col_1 {
  padding-left: 0;
  padding-right: 2%;
}

.section {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.section.no-padding-bottom {
  background-color: var(--untitled-ui-primary100);
  padding-bottom: 140px;
}

.container {
  max-width: 1360px;
  padding-left: 0;
  padding-right: 0;
}

.slider-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-height: 640px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 0% -20px auto;
}

.slider {
  background-color: #fff0;
  height: 100%;
  overflow: visible;
}

.slider-load-track {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 40px -20px auto;
}

.slider-load-progress {
  background-color: var(--untitled-ui-gray800);
  width: 0%;
  height: 1px;
}

.slider-foot {
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  height: 60px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 20px;
  display: flex;
  position: relative;
}

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

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

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

.uui-layout_portfolio {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-layout30_image-wrapper_portfolio {
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  display: flex;
}

.h3-heading_portfolio {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_portfolio.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.3;
}

.section_portfolio {
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.section_portfolio.no-padding-bottom {
  background-color: var(--untitled-ui-primary100);
  padding-top: 0;
  padding-bottom: 2rem;
}

.container_portfolio {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.text-block-6 {
  font-size: 18px;
  line-height: 1;
  display: none;
}

.uui-navbar05-1_link {
  color: var(--untitled-ui-gray800);
  align-items: center;
  padding: 1.75rem 0 1.75rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  transition: all .3s;
}

.uui-navbar05-1_link:hover {
  color: var(--bordo);
}

.uui-navbar05-1_link.w--current {
  color: #000;
}

.text-block-7, .text-block-8 {
  display: none;
}

.uui-section_blog05-1 {
  padding-top: 4rem;
  padding-bottom: 0;
}

.link-129 {
  color: var(--untitled-ui-gray800);
  text-decoration: none;
}

.top-header-left-col-4-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---social-media-grid-right-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  align-self: auto;
  place-items: center end;
  display: flex;
}

.link-icon-left-3-32 {
  opacity: .7;
  width: 16px;
  margin-right: 6px;
  padding-top: 2px;
  line-height: 16px;
}

.header-container_2-11 {
  border-bottom: 1px solid var(--untitled-ui-gray300);
  opacity: 1;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 2rem;
}

.grid-header-top_2-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.top-header-right-col_2-11 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-header-left-col_2-11, .top-header-left-col_2-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-header-right-col_2-13 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brix---social-media-grid_2-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: center;
  align-self: auto;
  place-items: center end;
  display: flex;
}

.bottom-footer-div_9-05 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 10px;
  display: flex;
}

.bottom-footer-div_9-05-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.social-media-div_9-05 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.social-media-link-div_9-05 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div__email {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.paragraph_email {
  color: #4f4f4f;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.paragraph_email.our-ecosystem-paragraph {
  max-width: none;
  color: var(--untitled-ui-gray800);
}

.paragraph_email.white-800-color.social-media-link {
  color: var(--untitled-ui-gray800);
  font-size: 16px;
  text-decoration: none;
}

.paragraph_email.white-800-color.social-media-link:hover {
  opacity: .65;
}

.paragraph_email.white-800-color.template-text-link {
  text-transform: uppercase;
  text-decoration: none;
}

.social-media-link-div_9-22 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-28 {
  color: var(--untitled-ui-white);
  font-size: 16px;
  font-weight: 700;
}

.bottom-footer-div_9-04, .bottom-footer-div_9-04-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 5px;
  display: flex;
}

.bottom-footer-div_9-044 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 5px;
  display: none;
}

.bottom-footer-div_9-045 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.team-div_4-20 {
  display: none;
}

.div__phone_2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  display: none;
}

.div-block-2 {
  display: none;
}

.body-5 {
  font-family: Montserrat, sans-serif;
}

.section_1 {
  margin-bottom: 5rem;
}

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

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

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

.uui-layout_component-13-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.h2-heading-13-2 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

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

.h2-heading-13-2.normal-text {
  font-weight: 400;
}

.uui-layout30_image-wrapper-13-2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.uui-layout_image-13-2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 45rem;
}

.uui-layout_item_page2-20 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.h1-heading {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

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

.h1-heading.normal-text {
  font-weight: 400;
}

.h1-heading_2 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.h1-heading_2.semibold-text {
  font-weight: 600;
}

.h1-heading_2.normal-text {
  font-weight: 400;
}

.h1-heading_3 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading_3.semibold-text {
  font-weight: 600;
}

.h1-heading_3.normal-text {
  font-weight: 400;
}

.h1-heading_4 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading_4.semibold-text {
  font-weight: 600;
}

.h1-heading_4.normal-text {
  font-weight: 400;
}

.h1-heading_5 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading_5.semibold-text {
  font-weight: 600;
}

.h1-heading_5.normal-text {
  font-weight: 400;
}

.bold-text_page3-10-copy {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}

.bold-text_page3-2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.h1-heading_6 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading_6.semibold-text {
  font-weight: 600;
}

.h1-heading_6.normal-text {
  font-weight: 400;
}

.uui-layout_item_page2-3 {
  margin-top: 1rem;
  display: flex;
}

.h1-heading_7 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading_7.semibold-text {
  font-weight: 600;
}

.h1-heading_7.normal-text {
  font-weight: 400;
}

.h1-heading_8 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading_8.semibold-text {
  font-weight: 600;
}

.h1-heading_8.normal-text {
  font-weight: 400;
}

.h1-heading_9 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading_9.semibold-text {
  font-weight: 600;
}

.h1-heading_9.normal-text {
  font-weight: 400;
}

.h1-heading_10 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading_10.semibold-text {
  font-weight: 600;
}

.h1-heading_10.normal-text {
  font-weight: 400;
}

.h1-heading_11 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading_11.semibold-text {
  font-weight: 600;
}

.h1-heading_11.normal-text {
  font-weight: 400;
}

.h1-heading_12 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1-heading_12.semibold-text {
  font-weight: 600;
}

.h1-heading_12.normal-text {
  font-weight: 400;
}

.uui-layout_item_page2-29 {
  margin-top: 1rem;
  display: flex;
}

.paragraph_page2-29 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page2-29.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.uui-heading-xlarge-2-8, .h1-2-8 {
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

.uui-layout_item_page2-27 {
  margin-top: 0;
  display: flex;
}

.our-ecosystem-detail-div_2-12 {
  width: 100%;
  max-width: none;
}

.uui-layout_component_2-12 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical_2-12 {
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.h3-heading_2-12 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_2-12.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_2-13 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_2-13.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h2-heading-copy {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

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

.h2-heading-copy.normal-text {
  font-weight: 400;
}

.h3-heading_2-14 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

.h3-heading_2-14.semibold-text {
  font-weight: 600;
}

.h3-heading_2-14.normal-text {
  font-weight: 400;
}

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

.uui-max-width-large_page_2-14.align-center-3 {
  max-width: 55rem;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
}

.our-ecosystem-detail-div_2-15 {
  width: 100%;
  max-width: none;
  margin-bottom: 2rem;
}

.uui-layout30_image-wrapper_2-16 {
  object-position: 50% 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.h3-heading_2-16 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_2-16.our-ecosystem-heading-text_1, .h3-heading_2-16.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.our-ecosystem-detail-div_2-16 {
  width: 100%;
  max-width: none;
  margin-bottom: 2rem;
}

.text-span-10, .text-span-11 {
  font-weight: 600;
}

.uui-padding-vertical-xhuge-11-2 {
  padding-top: 0;
  padding-bottom: 4rem;
}

.uui-layout_item_page2-28 {
  margin-top: 1rem;
  display: flex;
}

.our-ecosystem-detail-div_2-19 {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.h3-heading_2-19 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_2-19.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_2-19.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.our-ecosystem-detail-div_2-20 {
  width: 100%;
  max-width: none;
  margin-top: 1rem;
  margin-bottom: 0;
}

.h3-heading_2-20 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_2-20.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_2-20.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.text-span-12 {
  font-weight: 700;
}

.uui-section_layout_page2-1 {
  padding-top: 2rem;
  padding-bottom: 0;
}

.uui-section_layout_page2-2 {
  padding-top: 5rem;
  padding-bottom: 0;
  display: none;
}

.uui-layout_component_2-1 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-top: 1rem;
  display: block;
}

.uui-layout_image-wrapper_page2-1 {
  background-color: var(--untitled-ui-primary100);
  width: 100%;
  height: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.text-span-13, .text-span-14 {
  font-weight: 600;
}

.uui-layout_item_page3-2 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  display: flex;
}

.paragraph_page3-2 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page3-2.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.bold-text-4-3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.bold-text-4-31 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.bold-text-44 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.bold-text-4-4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.h4-heading_3-2 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.h4-heading_3-2.semibold-text {
  font-weight: 600;
}

.h4-heading_3-2.normal-text {
  font-weight: 400;
}

.h3-heading_page3-3 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_page3-3.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

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

.uui-max-width-large_page3-4.align-center-3 {
  max-width: none;
  margin-bottom: 1.5rem;
  margin-left: 0;
  margin-right: 0;
}

.h3-heading_3-5 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_3-5.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_3-5.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.uui-layout_component_3-6 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.h4-heading_3-6 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.h4-heading_3-6.semibold-text {
  font-weight: 600;
}

.h4-heading_3-6.normal-text {
  font-weight: 400;
}

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

.uui-text-style-link-6 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-6:hover {
  color: var(--untitled-ui-gray700);
}

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

.uui-text-rich-text {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.uui-text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.uui-text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text h5, .uui-text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text p {
  margin-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-style: italic;
}

.uui-text-rich-text a {
  text-decoration: underline;
}

.uui-text-rich-text figcaption {
  color: var(--untitled-ui-gray500);
  text-align: left;
  margin-top: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
}

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

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

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

.uui-heading-large-2 {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.uui-button-12:hover {
  border-color: var(--cfd9e1);
  background-color: var(--cfd9e1);
}

.uui-button-12:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-12.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

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

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

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

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

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

.uui-icon-1x1-xsmall-8 {
  width: 1.5rem;
  height: 1.5rem;
}

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

.uui-blogpost04_image-wrapper {
  width: 100%;
  margin: 4rem auto 2rem;
  padding-top: 40%;
  position: relative;
  overflow: hidden;
}

.uui-blogpost04_content-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

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

.uui-blogpost04_content {
  margin-bottom: 4rem;
}

.uui-blogpost04_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-blogpost04_newsletter {
  background-color: var(--untitled-ui-gray50);
  border-radius: 1rem;
  padding: 2rem 2rem 2.5rem;
  position: sticky;
  top: 5rem;
}

.uui-blogpost04_form {
  margin-bottom: 0;
}

.uui-blogpost04_form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  display: grid;
}

.uui-blogpost04_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogpost04_share {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: start;
  display: grid;
}

.uui-blogpost04_title-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-button-link-6 {
  grid-column-gap: .5rem;
  color: var(--cfd9e1);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-6:hover {
  color: var(--untitled-ui-primary800);
}

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

.uui-button-icon-9.text-color-gray400 {
  color: var(--untitled-ui--gray400);
}

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

.uui-blogpost04_read-time {
  align-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.uui-blogpost04_category-link {
  background-color: var(--untitled-ui-white);
  color: var(--cfd9e1);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.uui-blogpost04_category-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-blogpost04_meta-wrapper {
  background-color: var(--untitled-ui--primary50-2);
  color: var(--cfd9e1);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

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

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

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

.uui-button-secondary-gray-9.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.uui-button-secondary-gray-9.is-button-small.icon-only {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
}

.uui-button-secondary-gray-9.icon-only {
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  display: flex;
}

.icon-featured-large-5 {
  background-color: var(--untitled-ui-primary100);
  width: 3rem;
  height: 3rem;
  color: var(--untitled-ui-primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.uui-space-medium-3 {
  width: 100%;
  min-height: 2rem;
}

.uui-space-xxsmall-4 {
  width: 100%;
  min-height: .5rem;
}

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

.uui-blogpost04_author-subheading {
  color: var(--untitled-ui-primary600);
  letter-spacing: normal;
  margin-bottom: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogpost04_author-content {
  margin-right: 4rem;
}

.uui-blogpost04_author-text {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.uui-max-width-large_3-7 {
  width: 100%;
  max-width: none;
  margin-top: 2rem;
}

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

.uui-blogpost04_title-wrapper_3-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.uui-heading-large_3-7 {
  color: var(--untitled-ui-gray900);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heading-large_3-71 {
  color: var(--untitled-ui-gray900);
  text-align: center;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.h3-heading_3-8 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_3-8.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_3-8.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.h3-heading_3-9 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_3-9.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_3-9.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-blogpost04_title-wrapper_3-82 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 1rem;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.h3-heading_3-82 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_3-82.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_3-82.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.mg-bottom_4-22 {
  margin-bottom: 0;
}

.paragraph-default_4-45 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.card-left-text-wrapper_4-45 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: block;
}

.grid-2-columns-text_7-22 {
  grid-column-gap: 3rem;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 90rem;
  margin: 2rem auto .5rem 0;
  display: grid;
}

.paragraph_4-45 {
  color: #18181d;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.color-neutral_4-45 {
  color: #6e7191;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.icon-left---content-right_4-45 {
  background-color: var(--untitled-ui-gray100);
  width: 100%;
  height: auto;
  box-shadow: none;
  color: #18181d;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 1.5rem;
  display: flex;
}

.grid-1-column-gap-row_4-45 {
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.paragraph_4-46 {
  color: #18181d;
  text-align: center;
  margin-top: .5rem;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.icon-left---content-right_4-22 {
  background-color: #f4f8ff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 1.5rem 0 2rem;
  display: flex;
  box-shadow: 0 2px 15px #0000001a;
}

.xsquare-icon_4-22 {
  border-radius: 0;
  align-self: auto;
  width: 16px;
  height: auto;
}

.card-left-text-wrapper_4-22 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.paragraph-default_4-22 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
  display: block;
}

.color-neutral_4-22 {
  color: #6e7191;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.paragraph_4-28 {
  color: #18181d;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}

.icon-left---content-right_4-30 {
  background-color: var(--untitled-ui-primary100);
  width: 100%;
  height: auto;
  box-shadow: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0 0;
  display: flex;
}

.xsquare-icon_4-22-2 {
  border-radius: 0;
  align-self: auto;
  width: 40px;
  height: auto;
}

.grid-1-column-gap-row_4-22 {
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: grid;
}

.card-left-text-wrapper_4-22-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-left: 24px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.icon-left---content-right_4-31 {
  background-color: var(--untitled-ui-primary100);
  width: 100%;
  height: auto;
  box-shadow: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin: 1rem 0 0;
  padding: 0 0;
  display: flex;
}

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

.uui-max-width-large_page2-7.align-center-3 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.paragraph_4-50 {
  color: #18181d;
  text-align: left;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.h3-heading_2-22 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_2-22.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_2-22.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.our-ecosystem-detail-div_2-22 {
  width: 100%;
  max-width: none;
  margin-top: 2rem;
  margin-bottom: 0;
}

.text-span-15 {
  font-size: 22px;
  font-weight: 600;
}

.uui-text-align-center-3-3 {
  text-align: left;
  margin-bottom: 2rem;
  display: block;
}

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

.uui-max-width-large_page2-0.align-center-3 {
  max-width: none;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
}

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

.uui-max-width-large_page2-1.align-center-3 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.text-span-16, .text-span-17 {
  font-weight: 700;
}

.uui-section_layout_page2-3 {
  padding-top: 1rem;
  padding-bottom: 0;
}

.uui-section_layout_page2-1-copy, .uui-section_layout_page3-21 {
  padding-top: 5rem;
  padding-bottom: 0;
}

.bold-text-4-1, .old-text-4-2, .bold-text-4-5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.bold-text-4-6, .bold-text-4-01 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.h3-heading_3-89 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_3-89.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_3-89.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.uui-text-style-link-7 {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link-7:hover {
  color: var(--untitled-ui-gray700);
}

.uui-text-style-link-7.uui-text-color-primary100 {
  color: var(--untitled-ui-primary100);
}

.uui-page-padding-15 {
  padding-left: 0;
  padding-right: 0;
}

.uui-icon-1x1-xxsmall-3 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.uui-text-color-primary100 {
  color: var(--untitled-ui-primary100);
}

.uui-banner22_close-button {
  color: #fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: .5rem;
  transition: all .3s;
  display: flex;
}

.uui-banner22_close-button:hover {
  background-color: #fff3;
}

.uui-banner22_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.uui-banner22_content {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.uui-banner22_component {
  background-image: linear-gradient(to bottom, var(--untitled-ui-gray100), var(--untitled-ui-gray100));
  position: relative;
}

.uui-banner22_text-wrapper {
  grid-row-gap: .125rem;
  text-align: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-banner22_text {
  color: var(--untitled-ui-white);
  margin-right: .375rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.grid-2-columns-text_7-23 {
  grid-column-gap: 3rem;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 90rem;
  margin: 3rem auto 3rem -20px;
  display: grid;
}

.uui-banner_content-wrapper_1 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.paragraph_4-51 {
  color: #18181d;
  text-align: center;
  flex: 0 auto;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.h4-heading_5 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.h4-heading_5.semibold-text {
  font-weight: 600;
}

.h4-heading_5.normal-text {
  font-weight: 400;
}

.h4-heading_6 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.h4-heading_6.semibold-text {
  font-weight: 600;
}

.h4-heading_6.normal-text {
  font-weight: 400;
}

.paragraph_page2-11 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page2-11.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.uui-layout_item_page2-33 {
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
}

.paragraph_page2-33 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page2-33.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.uui-layout19_item-text-wrapper_page2-33 {
  padding-top: 0;
}

.uui-layout19_item_page2-33 {
  display: flex;
}

.uui-layout19_item_page2-34 {
  margin-top: 1rem;
  display: flex;
}

.uui-layout19_item-text-wrapper_page2-34 {
  margin-top: 1rem;
  padding-top: 0;
}

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

.uui-max-width-large_page2-72.align-center-3 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.uui-layout_item-list2-33 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.uui-max-width-large_page2-73.align-center-3 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.uui-layout_item_page2-35 {
  margin-top: 0;
  margin-bottom: 2rem;
  display: none;
}

.uui-layout_item_page2-30 {
  margin-top: 0;
  display: flex;
}

.uui-layout19_item-text-wrapper_page2-36 {
  margin-top: 2rem;
  padding-top: 0;
}

.uui-layout19_item-text-wrapper_page2-37 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-top: 0;
}

.uui-layout19_item-text-wrapper_page2-38 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-top: 0;
}

.uui-layout19_item-text-wrapper_page2-40 {
  margin-top: 1rem;
  padding-top: 0;
}

.text_1-21 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.text-span-19 {
  font-weight: 600;
}

.paragraph_page2-40 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page2-40.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.text_1-22 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.uui-layout_item_page2-41 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.uui-layout_item_page2-42 {
  margin-top: 0;
  margin-bottom: 1rem;
  display: flex;
}

.uui-layout19_item-text-wrapper_page2-42 {
  padding-top: 0;
}

.h3-heading_page2-42 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_page2-42.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
}

.paragraph_page2-42 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page2-42.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.uui-layout_item_page2-333, .uui-layout_item_page2-335, .uui-layout_item_page2-336 {
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
}

.uui-blogpost04_title-wrapper_3-820 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.uui-layout30_image-wrapper_2-162 {
  object-position: 50% 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

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

.uui-max-width-large_page_3-6.align-center-3 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.paragraph_page_3-6 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page_3-6.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 4rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph_page_3-61 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page_3-61.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.text_1-3, .text_1-31 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.h3-heading_3-61 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_3-61.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 18px;
  line-height: 1.3;
}

.h3-heading_3-61.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.uui-layout_component_3-61 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 1rem;
  display: grid;
}

.h3-heading_3-63 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_3-63.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_3-63.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.our-ecosystem-detail-div_3-61 {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.h3-heading_3-64 {
  color: var(--untitled-ui-gray800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.h3-heading_3-64.semibold-text {
  font-weight: 600;
}

.h3-heading_3-64.normal-text {
  font-weight: 400;
}

.h3-heading_3-640 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_3-640.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.text-span_3-64 {
  font-weight: 600;
}

.h3-heading_3-632 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_3-632.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.3;
}

.h3-heading_3-632.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_3-642 {
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.3;
}

.h3-heading_3-642.semibold-text {
  font-weight: 600;
}

.h3-heading_3-642.normal-text {
  font-weight: 400;
}

.text-span-20, .text-span-21, .text-span-22, .text-span-23 {
  font-weight: 600;
}

.uui-layout_image_3-61 {
  object-fit: cover;
  object-position: 50% 60%;
  width: 100%;
  height: 32.25rem;
  margin-top: 1rem;
}

.h3-heading_3-633 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_3-633.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}

.h3-heading_3-633.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_3-634 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_3-634.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 18px;
  line-height: 1.3;
}

.h3-heading_3-634.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_3-647 {
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.h3-heading_3-647.semibold-text {
  font-weight: 600;
}

.h3-heading_3-647.normal-text {
  font-weight: 400;
}

.h3-heading_3-648 {
  color: var(--untitled-ui-gray800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.h3-heading_3-648.semibold-text {
  font-weight: 600;
}

.h3-heading_3-648.normal-text {
  font-weight: 400;
}

.h3-heading_3-649 {
  color: var(--untitled-ui-gray800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.h3-heading_3-649.semibold-text {
  font-weight: 600;
}

.h3-heading_3-649.normal-text {
  font-weight: 400;
}

.h3-heading_3-6332 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_3-6332.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}

.h3-heading_3-6332.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

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

.uui-max-width-large_page_3-66.align-center-3 {
  max-width: none;
  margin-top: 3rem;
  margin-left: 0;
  margin-right: 0;
}

.paragraph_page_3-66 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page_3-66.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph_page_3-662 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page_3-662.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.text-page_3-662 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.grid-2-columns-text_7-61 {
  grid-column-gap: 3rem;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 90rem;
  margin: 0 auto .5rem;
  display: grid;
}

.uui-padding-vertical_3-61 {
  padding-top: 7rem;
  padding-bottom: 2rem;
}

.h3-heading_3-611 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_3-611.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.h3-heading_3-611.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.paragraph_page_3-612 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page_3-612.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.text_3-612 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.text_3-613 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}

.div-block_line {
  background-color: var(--untitled-ui-gray100);
  width: 200px;
  height: 6px;
  margin-top: .5rem;
}

.h3-heading_3-6481 {
  color: var(--untitled-ui-gray800);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
}

.h3-heading_3-6481.semibold-text {
  font-weight: 600;
}

.h3-heading_3-6481.normal-text {
  font-weight: 400;
}

.h3-heading_3-6471 {
  color: var(--untitled-ui-gray800);
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.h3-heading_3-6471.semibold-text {
  font-weight: 600;
}

.h3-heading_3-6471.normal-text {
  font-weight: 400;
}

.h3-heading_3-6331 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_3-6331.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}

.h3-heading_3-6331.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.paragraph_page_5-1 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page_5-1.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph_page2-67 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page2-67.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.text_2-67 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph_page2-671 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page2-671.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.our-ecosystem-detail-div_2-161 {
  width: 100%;
  max-width: none;
  margin-bottom: 1.5rem;
}

.div-block_4-223 {
  margin-top: 1rem;
}

.h3-heading_4-22-2 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_4-22-2.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_4-22-2.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.h3-heading_3-80 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_3-80.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_3-80.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph_page_5-2 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page_5-2.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph_page_5-13 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page_5-13.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.h3-heading_5-13 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_5-13.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_5-13.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.div-block_line_2-27 {
  margin-top: 0;
}

.h3-heading_2-27 {
  color: var(--untitled-ui-gray800);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.h3-heading_2-27.semibold-text {
  font-weight: 600;
}

.h3-heading_2-27.normal-text {
  font-weight: 400;
}

.div-block_line-_2-27, .div-block_line-_2-27-copy, .div-block_line_2-2 {
  background-color: var(--untitled-ui-gray100);
  width: 200px;
  height: 6px;
  margin-top: .5rem;
}

.div-block_2-271 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.uui-layout_item-text-wrapper_page2-27 {
  background-color: var(--untitled-ui-gray100);
  margin-bottom: 2rem;
  padding: 2rem;
}

.h3-heading_5-133 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_5-133.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_5-133.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.text_2-27, .text_2-271, .text_2-272 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

.text-span-24 {
  font-weight: 600;
}

.h3-heading_2-272 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_2-272.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3;
}

.h3-heading_2-272.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.h3-heading_2-273 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.h3-heading_2-273.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
}

.h3-heading_2-273.our-ecosystem-heading-text_1-copy {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 10px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.text_2-674 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.paragraph_page2-675 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page2-675.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.paragraph_page2-679 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page2-679.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.uui-padding-vertical_2-129 {
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.our-ecosystem-detail-div_2-192 {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.uui-layout_component_2-122 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-top: 1rem;
  display: block;
}

.div-block_2-277, .div-block_2-278 {
  margin-bottom: 1rem;
}

.paragraph_page_5-12 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page_5-12.our-ecosystem-heading-text_1 {
  max-width: none;
  color: var(--untitled-ui-gray800);
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

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

.uui-max-width-large_page_2-142.align-center-3 {
  max-width: 55rem;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
}

.uui-layout_item_page2-271 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.div-block_2-2781, .div-block_2-2782, .div-block_2-2783 {
  margin-bottom: 1rem;
}

.h4-heading_5-10 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.h4-heading_5-10.semibold-text {
  font-weight: 600;
}

.h4-heading_5-10.normal-text {
  font-weight: 400;
}

.text_2-335, .text_2-336, .text_2-337, .text_2-338 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.text_2-340, .text_2-341, .text_2-342, .text_2-343 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.uui-layout_item-text-wrapper_page2-331 {
  margin-bottom: 2rem;
  padding-top: 0;
}

.div-block_2-279 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.text_2-333, .text_2-672 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.h4-heading_5-11 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.h4-heading_5-11.semibold-text {
  font-weight: 600;
}

.h4-heading_5-11.normal-text {
  font-weight: 400;
}

.h4-heading_5-23 {
  color: var(--untitled-ui-gray800);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}

.h4-heading_5-23.semibold-text {
  font-weight: 600;
}

.h4-heading_5-23.normal-text {
  font-weight: 400;
}

.paragraph_page2-174 {
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph_page2-174.our-ecosystem-heading-text_1 {
  max-width: 880px;
  color: var(--untitled-ui-gray800);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.text_2-174 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (min-width: 1280px) {
  .uui-section_blog05 {
    padding-bottom: 0;
  }

  .logo-5 {
    max-width: 100%;
  }

  .link-text-3-3, .brix---link-text-3 {
    font-weight: 500;
  }

  .link-text_1-2 {
    font-family: Montserrat, sans-serif;
  }

  .uui-section_services {
    padding-bottom: 0;
  }

  .uui-layout30_component_page14 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 2.5fr 1fr;
  }

  .uui-section_blog05-1 {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1440px) {
  .uui-navbar05_dropdown-list.w--open {
    border-top: 1px solid var(--untitled-ui--gray200);
    top: 4.7rem;
  }

  .brand-16, .div-block-name-2-2-4 {
    z-index: 1;
  }

  .image-10064 {
    z-index: 1;
    width: 36px;
  }

  .uui-page-padding-12 {
    object-position: 50% 100%;
  }

  .team-wrapper_4 {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .image_10_9 {
    z-index: 1;
    width: 36px;
  }

  .brand-16_9, .div-block-name_9 {
    z-index: 1;
  }

  .uui-layout30_image {
    object-position: 50% 40%;
  }

  .large-testimonial-5-maps, .large-testimonial-5-maps.white {
    font-weight: 300;
  }

  .section-maps_krest {
    margin-top: 80px;
    margin-bottom: 160px;
    padding-bottom: 0;
  }

  .div-block-maps {
    background-position: 0%;
  }

  .div-block-maps.maps_2 {
    background-color: #232323;
  }

  .large-testimonial-2-maps, .large-testimonial-2-maps.white {
    font-weight: 300;
  }

  .wrapper-maps.left {
    width: 90%;
    margin-left: 0;
    margin-right: auto;
  }

  .large-testimonial-3-4-maps, .large-testimonial-3-4-maps.white, .large-testimonial-3-3-maps, .large-testimonial-3-3-maps.white, .large-testimonial-3-1-maps, .large-testimonial-3-1-maps.white, .large-testimonial-3-maps, .large-testimonial-3-maps.white, .large-testimonial-1-maps-brembo, .large-testimonial-1-maps-brembo.white {
    font-weight: 300;
  }

  .container_portfolio {
    max-width: none;
  }
}

@media screen and (min-width: 1920px) {
  .web-navbar_component {
    padding-left: 0;
    padding-right: 0;
  }

  .web-navbar_container {
    max-width: 90rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .uui-banner06_content {
    top: 0;
  }

  .uui-banner06_wrapper {
    padding-top: 3rem;
  }

  .gradient-bg_1.title {
    opacity: .1;
    inset: 38% 0% 0%;
  }

  .uui-navbar01_component_1 {
    display: none;
  }

  .brand-16 {
    max-width: 100%;
  }

  .header-section_1 {
    background-color: #fff0;
    background-image: none;
  }

  .div-block-name-2-2-4 {
    width: 100%;
  }

  .image-10064 {
    width: 36px;
  }

  .nav-name_2-2-2 {
    width: auto;
  }

  .header-container {
    background-color: #fff0;
  }

  .hero-section_1 {
    background-image: url('../images/orig.webp');
    background-position: 0%;
    display: none;
  }

  .uui-container-large-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .uui-page-padding-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .uui-section_heroheader08 {
    margin-top: 8.7rem;
    margin-left: auto;
    margin-right: auto;
  }

  .team-wrapper_4 {
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .image_10_9 {
    width: 36px;
  }

  .brand-16_9 {
    max-width: 100%;
  }

  .div-block-name_9 {
    width: 100%;
  }

  .nav-name_9 {
    width: auto;
  }

  .web-navbar_menu_1 {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-demo-two-accordion-main {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .section-maps_krest {
    margin-top: 100px;
    margin-bottom: 180px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-maps.maps_2 {
    height: 600px;
  }
}

@media screen and (max-width: 991px) {
  .uui-heroheader01_fileupload-image-wrapper {
    left: -2.5%;
  }

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

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar01_menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .uui-navbar01_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar01_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar01_link {
    width: 100%;
    color: var(--untitled-ui-gray900);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar01_link:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar01_dropdown-right-overlay-absolute {
    border-radius: .5rem;
    min-width: 100%;
  }

  .uui-navbar01_dropdown-content-button-wrapper {
    margin-bottom: 0;
    margin-left: 0;
  }

  .uui-navbar01_large-item-content {
    width: 100%;
  }

  .uui-navbar01_blog-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_blog-item:hover {
    background-color: #0000;
  }

  .uui-navbar01_dropdown-blog-list {
    width: 100%;
  }

  .uui-navbar01_dropdown-content-heading {
    margin-bottom: 0;
    margin-left: 0;
  }

  .uui-navbar01_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .uui-navbar01_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar01_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar01_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar01_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar01_dropdown-list.w--open {
    min-width: auto;
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui-gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar01_dropdown-toggle {
    color: var(--untitled-ui-gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar01_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar01_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar01_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar01_menu {
    border-top: 1px solid var(--untitled-ui-gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .menu-icon_line-bottom-2 {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner-2 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-2 {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top-2 {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar05_menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet-2 {
    display: none;
  }

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

  .uui-navbar05_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar05_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar05_link {
    width: 100%;
    color: var(--untitled-ui-gray900);
    padding: .6rem 0;
    font-size: .9rem;
    line-height: 1rem;
  }

  .uui-navbar05_link:hover {
    color: var(--untitled-ui-gray300);
  }

  .uui-navbar05_bottom-bar {
    border-radius: .5rem;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    overflow: hidden;
  }

  .icon-featured-large {
    width: 1.5rem;
    height: 1.5rem;
  }

  .uui-navbar05_dropdown-link {
    margin: 0;
    padding: .7rem;
  }

  .uui-navbar05_dropdown-link:hover {
    background-color: #f9fafb;
  }

  .uui-navbar05_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar05_container {
    max-width: none;
  }

  .uui-navbar05_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-list.w--open {
    min-width: auto;
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon-2 {
    width: 1.15rem;
    color: var(--untitled-ui-gray800);
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    font-weight: 500;
    display: flex;
    position: relative;
    inset: 0% auto 0% 9%;
  }

  .uui-navbar05_dropdown-toggle {
    color: var(--untitled-ui-gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar05_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar05_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar05_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar05_menu {
    border-top: 1px solid var(--untitled-ui-gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .web-navbar_container {
    max-width: none;
  }

  .web-navbar_menu {
    border-top: 1px solid var(--untitled-ui-gray300);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: .5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .web-navbar_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .3rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .web-navbar_link {
    width: 100%;
    color: var(--untitled-ui-gray900);
    padding: .8rem 0;
    font-size: .9rem;
    line-height: 1rem;
  }

  .web-navbar_link:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar05_link-copy {
    width: 100%;
    color: var(--untitled-ui-gray900);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar05_link-copy:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar05_link_2 {
    width: 100%;
    color: var(--untitled-ui-gray900);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar05_link_2:hover {
    color: var(--untitled-ui-gray900);
  }

  .web-navbar05_link_2 {
    width: 100%;
    color: var(--untitled-ui-gray900);
    padding: .8rem 0;
    font-size: .9rem;
    line-height: 1rem;
  }

  .web-navbar05_link_2:hover {
    color: var(--untitled-ui-gray300);
  }

  .web-navbar_menu-dropdown {
    align-self: auto;
    width: 100%;
    display: block;
    position: relative;
  }

  .uui-navbar05_dropdown-toggle-copy {
    color: var(--untitled-ui-gray900);
    justify-content: flex-start;
    align-items: center;
    padding: .8rem 0;
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
    line-height: 1rem;
    display: flex;
    position: static;
  }

  .uui-navbar05_dropdown-toggle-copy:hover {
    color: var(--untitled-ui-gray900);
  }

  .text-block {
    color: var(--untitled-ui-gray800);
    flex-flow: row;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    font-size: .9rem;
    line-height: 1rem;
    display: flex;
    position: absolute;
  }

  .hide-tablet-3 {
    display: none;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-2 {
    margin-top: .75rem;
    font-size: 2.3rem;
    line-height: 1.1;
  }

  .uui-heroheader03_content {
    margin-right: 0;
  }

  .uui-heroheader03_component {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .uui-container-large-2 {
    max-width: none;
  }

  .uui-banner06_text-wrapper {
    flex-wrap: wrap;
  }

  .uui-banner06_icon-wrapper {
    display: none;
  }

  .uui-banner06_content {
    margin-right: 0;
  }

  .uui-banner06_wrapper {
    align-items: center;
    padding-left: 1.25rem;
    padding-right: 0;
  }

  .text-block-4 {
    width: 80%;
    font-size: 1rem;
  }

  .text-span-4 {
    font-size: 1.2rem;
  }

  .heading-h1 {
    font-size: 3rem;
  }

  .uui-heading-xlarge-2-2 {
    font-size: 2.3rem;
    line-height: 1.1;
  }

  .gradient-bg_1.title {
    top: -210px;
  }

  .menu-icon_line-bottom-3 {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner-3 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-3 {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top-3 {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar06_menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet-4 {
    display: none;
  }

  .uui-button-secondary-gray-4.show-tablet, .show-tablet-3 {
    display: block;
  }

  .uui-navbar06_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar06_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar06_link {
    width: 100%;
    color: var(--untitled-ui-gray900);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar06_link:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar06_blog-item-content, .uui-navbar06_blog-item-image {
    width: 100%;
  }

  .uui-navbar06_blog-item-image-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .uui-navbar06_blog-item {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar06_blog-item:hover {
    background-color: #0000;
  }

  .uui-navbar06_blog-list {
    grid-row-gap: 1rem;
    width: 100%;
  }

  .uui-navbar06_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .uui-navbar06_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar06_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar06_dropdown-content-left {
    align-content: start;
    align-items: start;
    max-width: none;
    padding: 1rem 0 0;
  }

  .uui-navbar06_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar06_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar06_dropdown-list.w--open {
    min-width: auto;
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon-3 {
    color: var(--untitled-ui-gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar06_dropdown-toggle {
    color: var(--untitled-ui-gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar06_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar06_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar06_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar06_menu {
    border-top: 1px solid var(--untitled-ui-gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar3_menu-button.w--open {
    background-color: #0000;
  }

  .uui-navbar03_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar03_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar03_link {
    width: 100%;
    color: var(--untitled-ui-gray900);
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar03_link:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-text-size-medium {
    font-size: .7rem;
    line-height: 1.3;
  }

  .uui-navbar03_bottom-bar-left {
    margin-bottom: 2rem;
  }

  .uui-navbar03_bottom-bar-background {
    border-radius: .5rem;
    width: 100%;
    inset: 0%;
    overflow: hidden;
  }

  .uui-navbar03_bottom-bar {
    border-radius: .5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .uui-navbar03_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar03_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar03_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar03_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar03_dropdown-list.w--open {
    min-width: auto;
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar03_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar03_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar03_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar03_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar03_menu {
    border-top: 1px solid var(--untitled-ui-gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-banner23_text {
    margin-bottom: 5px;
    margin-right: 0;
    line-height: 1.2;
  }

  .uui-banner23_text-wrapper {
    grid-row-gap: 0rem;
    flex: 0 auto;
    line-height: 1.5px;
  }

  .uui-banner23_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
  }

  .uui-banner23_content-wrapper {
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
  }

  .uui-page-padding-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: .25rem;
    padding-right: .125rem;
  }

  .uui-banner23_component {
    margin-left: auto;
    margin-right: auto;
  }

  .link-2 {
    font-size: .9rem;
  }

  .uui-navbar03_dropdown-toggle_2 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar03_dropdown-toggle_2:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar03_dropdown-list_2 {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar03_dropdown-list_2.w--open {
    min-width: auto;
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-contact14_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-layout31_number {
    font-size: 3.25rem;
  }

  .uui-layout31_component {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .uui-layout41_lightbox-image-02 {
    width: 28%;
    min-width: auto;
  }

  .uui-layout41_lightbox {
    height: 27rem;
  }

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

  .uui-testimonial09_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .uui-contact07_map-wrapper {
    height: 30rem;
  }

  .uui-contact07_component {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-footer04_top-wrapper {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .uui-heading-xlarge-3 {
    font-size: 3.25rem;
  }

  .uui-heroheader01_component-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heroheader01_fileupload-image-wrapper-2 {
    left: -2.5%;
  }

  .uui-space-large-3 {
    min-height: 2.5rem;
  }

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

  .hide-tablet-5 {
    display: none;
  }

  .uui-section_pricing11.hide-tablet-5 {
    display: block;
  }

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

  .uui-heading-large {
    font-size: 2.75rem;
  }

  .uui-blog05_list {
    grid-template-columns: 1fr 1fr;
  }

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

  .link-wrapper-8 {
    display: none;
  }

  .top-line {
    background-color: var(--untitled-ui-gray800);
    width: 70%;
    height: 2px;
    padding: 0;
  }

  .nav-bar-wrapper {
    justify-content: space-between;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .logo-5 {
    max-width: 100%;
  }

  .nav-menu-item {
    color: #e6e6e6;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-item.w--current {
    color: #000;
  }

  .brand-16 {
    background-color: #fff0;
    height: 37px;
    padding-right: 20px;
  }

  .nav-3-name_1-2 {
    letter-spacing: .08rem;
    flex: 1;
    align-self: auto;
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1;
  }

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

  .nav-menu-items_2 {
    width: 100%;
    box-shadow: none;
    text-align: center;
    background-color: #18181d;
    border-radius: 0;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    margin-top: .5px;
    padding: 20px 0;
    display: flex;
    left: 0;
    right: 0;
  }

  .bottom {
    background-color: var(--untitled-ui-gray800);
    width: 70%;
    height: 2px;
    padding: 0;
  }

  .header-button {
    display: none;
  }

  .bottom-line {
    background-color: var(--untitled-ui-gray800);
    width: 60%;
    height: 2px;
    padding: 0;
  }

  .button-primary-2 {
    border-radius: 6px;
  }

  .grid-header-top-2 {
    grid-template-columns: .5fr .75fr 1fr;
  }

  .brix---social-media-grid-right---mbl-center-2 {
    grid-column-gap: 10px;
    flex: none;
    display: flex;
  }

  .div-block-name-2-2-4 {
    z-index: 1;
    top: 0;
  }

  .header-container_2-10 {
    max-width: none;
    margin-left: 0;
    padding-top: 24px;
    padding-bottom: 20px;
    padding-left: 1rem;
  }

  .navbar-button-wrapper_1 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .wrapper-9-1 {
    flex: 0 auto;
  }

  .image-10064 {
    width: 32px;
    height: auto;
  }

  .nav-name_2-2-2 {
    font-size: .3rem;
  }

  .nenu-icon-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: var(--untitled-ui-primary100);
    width: 40px;
    height: 40px;
    color: var(--untitled-ui-gray800);
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .nenu-icon-wrap:hover {
    background-color: var(--untitled-ui-primary100);
  }

  .link-text_1-2 {
    font-size: 14px;
  }

  .menu-button_1 {
    text-align: center;
    background-color: #fff0;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
  }

  .menu-button_1.w--open {
    background-color: var(--untitled-ui-primary100);
  }

  .header-container {
    max-width: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .large-paragraph.footer-text-link {
    font-size: 11px;
  }

  .container-34_1 {
    max-width: none;
  }

  .home-hero-detail-div_1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h1-heading_1 {
    font-size: 50px;
  }

  .h1-heading_1.home-hero-heading {
    max-width: none;
    font-size: 62px;
  }

  .hero-section_1 {
    background-image: url('../images/orig.webp');
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
    margin-top: 105px;
    padding-bottom: 100px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .h2-heading_2 {
    font-size: 50px;
  }

  .h2-heading_2.home-hero-heading {
    max-width: none;
    font-size: 62px;
  }

  .uui-container-large-8 {
    max-width: none;
  }

  .uui-heading-xlarge-4 {
    font-size: 3.25rem;
  }

  .uui-heroheader06_image-01 {
    max-width: 32rem;
  }

  .uui-heroheader06_image-01.shadow-xxlarge.hide-mobile-landscape-3 {
    margin-left: 0;
    margin-right: 0;
    inset: 0%;
  }

  .uui-heroheader06_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-space-large-4 {
    min-height: 2.5rem;
  }

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

  .uui-heroheader08_component {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .nav-menu-item-dropdown {
    align-self: auto;
    width: 100%;
    display: block;
    position: relative;
  }

  .nav-menu-item-dropdown_2 {
    color: var(--untitled-ui-gray900);
    justify-content: flex-start;
    align-items: center;
    padding: .6rem 0;
    font-family: Montserrat, sans-serif;
    font-size: .9rem;
    line-height: 1rem;
    display: flex;
    position: static;
  }

  .nav-menu-item-dropdown_2:hover {
    color: var(--untitled-ui-gray900);
  }

  .text-block-nav-menu-item-dropdown {
    color: var(--untitled-ui-gray800);
    flex-flow: row;
    flex: 1;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    font-size: .9rem;
    line-height: 1rem;
    display: flex;
    position: absolute;
  }

  .heading-h2 {
    font-size: 3rem;
  }

  .text-span-5 {
    font-size: 5rem;
  }

  .heading-h2_2 {
    font-size: 3rem;
  }

  .uui-heading-xlarge-5 {
    font-size: 3.25rem;
  }

  .uui-heroheader06_image-01-2 {
    max-width: 32rem;
  }

  .uui-heroheader06_component-2 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-space-large-5 {
    min-height: 2.5rem;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .uui-heroheader04_image-wrapper {
    height: auto;
    min-height: auto;
  }

  .uui-heroheader04_image {
    width: 100%;
    min-width: auto;
    position: static;
  }

  .uui-heroheader04_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .uui-heroheader04_content {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 4rem;
    display: flex;
  }

  .our-ecosystem-count-div_2-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }

  .our-ecosystem-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container_2-1 {
    max-width: none;
  }

  .h3-heading_1 {
    font-size: 28px;
  }

  .h3-heading_1.our-ecosystem-heading-text_1 {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .our-ecosystem-icon_2-1 {
    width: 45px;
  }

  .our-ecosystem-wrapper_2-1 {
    max-width: none;
  }

  .our-ecosystem-grid_2-1 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    margin-top: 0;
  }

  .our-ecosystem-count-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .paragraph-408.our-ecosystem-paragraph {
    font-size: 14px;
  }

  .section_2 {
    padding: 6rem 2rem 0;
  }

  .h2-heading_2-01 {
    font-size: 36px;
  }

  .h2-heading_2-01.semibold-text_2-01 {
    font-size: 18px;
  }

  .our-ecosystem-card_2-1 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .h2-heading {
    font-size: 36px;
    line-height: 1.1;
  }

  .our-ecosystem-icon_2-10 {
    width: 45px;
  }

  .our-ecosystem-count-div_2-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .our-ecosystem-icon_2-11 {
    width: 45px;
  }

  .our-ecosystem-count-div_2-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h3-heading_1-2 {
    font-size: 28px;
  }

  .h3-heading_1-2.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .uui-heading-xsmall-2 {
    font-size: 2.5rem;
  }

  .uui-layout19_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    min-height: auto;
    margin-top: 2rem;
  }

  .uui-layout19_item-list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

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

  .h2-heading_4 {
    font-size: 36px;
  }

  .h2-heading_4.white-text {
    margin-top: 10px;
    font-size: 24px;
  }

  .team-wrapper_4 {
    max-width: none;
    padding: 40px 20px 60px;
  }

  .section_4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_4.team-section_4 {
    padding: 20px 1.5rem;
  }

  .common-button_4-1.white-button_4 {
    background-position: 50%;
    background-size: 40px;
    width: 300px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .team-grid_4 {
    margin-top: 60px;
  }

  .common-button_4-12.white-button_4 {
    background-image: url('../images/call_FILL0_wght400_GRAD0_opsz48-4-1.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    width: 300px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .common-button_4-10.white-button_4 {
    background-position: 50%;
    background-size: 30px;
    width: 300px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .team-card_4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-grid_4-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 40px;
  }

  .h2-heading-2 {
    font-size: 36px;
  }

  .team-card_4-2, .team-card, .common-heading-div_4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .uui-heading-xlarge-6 {
    font-size: 3.25rem;
  }

  .uui-section_heroheader12 {
    margin-bottom: 0;
  }

  .h2-heading_3 {
    font-size: 36px;
    line-height: 1.1;
  }

  .h3-heading_3 {
    font-size: 28px;
  }

  .h3-heading_3.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .common-button_4-13.white-button_4 {
    background-image: url('../images/Telegram_2.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    width: 300px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .common-button_4-14.white-button_4 {
    background-image: url('../images/Логотип_MAX.svg');
    background-repeat: no-repeat;
    background-size: 30px;
    width: 300px;
    padding-left: 100px;
    padding-right: 100px;
  }

  .footer-wrapper_9-02 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    border-top-style: solid;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    padding-top: 10px;
  }

  .paragraph_9-022.white-800-color {
    font-size: 12px;
  }

  .footer-logo {
    width: 200px;
  }

  .image_10_9 {
    width: 32px;
    height: auto;
  }

  .bottom-footer-div_9-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .copyright-div_9-022 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .paragraph_9.white-800-color {
    border-top: 1px #4f4f4f99;
    padding-top: 0;
    font-size: 12px;
  }

  .container_9 {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-wrapper_9-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image_9-022 {
    width: 16px;
  }

  .bottom-footer-div_9-01 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .social-media-div_9-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-detail-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .brand-16_9 {
    background-color: #fff0;
    height: 37px;
    padding-right: 20px;
  }

  .paragraph_9-33.white-800-color {
    border-top: 1px #4f4f4f99;
    padding-top: 10px;
    font-size: 12px;
  }

  .section_9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_9.footer {
    padding-bottom: 20px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .bottom-footer-div_9-1 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-name_9 {
    z-index: 1;
    top: 0;
  }

  .bottom-footer-div_9-03 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .nav-name_9 {
    font-size: .4rem;
  }

  .nav-3-name_9 {
    letter-spacing: .08rem;
    flex: 1;
    align-self: auto;
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1;
  }

  .copyright-div_9-02 {
    justify-content: flex-start;
    align-items: center;
  }

  .our-ecosystem-grid_footer {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    width: 100%;
    margin-top: 0;
  }

  .our-ecosystem-grid_footer_2 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-items: center start;
    width: 100%;
    margin-top: 0;
  }

  .uui-container-large-11 {
    max-width: none;
  }

  .uui-heading-xlarge-7 {
    font-size: 3.25rem;
  }

  .uui-heroheader17_card-image-01 {
    width: 32rem;
    left: 14%;
  }

  .uui-heroheader17_card-image {
    width: 32rem;
  }

  .uui-heroheader17_image-background {
    width: 100vw;
  }

  .uui-space-large-6 {
    min-height: 2.5rem;
  }

  .uui-space-xhuge {
    min-height: 6rem;
  }

  .uui-heroheader23_content {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .uui-heroheader23_image-wrapper {
    border-radius: 0;
    width: 100vw;
    margin-left: -2rem;
  }

  .uui-heroheader23_card-image {
    border-radius: 1.125rem;
  }

  .uui-heroheader23_image-grid {
    transform: scale(.9)rotateX(-51deg)rotateY(0)rotateZ(-30deg);
  }

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

  .uui-layout30_component {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .uui-layout30_number {
    font-size: 3.25rem;
  }

  .uui-section_layout_page2 {
    padding-top: 2rem;
  }

  .uui-layout_page2 {
    object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 500px;
  }

  .uui-heading_page2, .uui-heading_page2-2, .uui-heading_page2-3 {
    font-size: 2.5rem;
  }

  .uui-section_connection {
    margin-bottom: 0;
  }

  .uui-section_services {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .h3-heading_page2 {
    font-size: 28px;
  }

  .h3-heading_page2.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .h3-heading_page2-1 {
    font-size: 28px;
  }

  .h3-heading_page2-1.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .paragraph_page2-1 {
    font-size: 28px;
  }

  .paragraph_page2-1.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 18px;
  }

  .text_1-2 {
    font-size: 18px;
  }

  .uui-layout_item_page2-2 {
    margin-top: 1.2rem;
  }

  .h3-heading_page3 {
    font-size: 28px;
  }

  .h3-heading_page3.our-ecosystem-heading-text_1 {
    font-size: 1rem;
  }

  .paragraph_page3-1 {
    font-size: 28px;
  }

  .paragraph_page3-1.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .paragraph_page4-1 {
    font-size: 28px;
  }

  .paragraph_page4-1.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .paragraph_page5-1 {
    font-size: 28px;
  }

  .paragraph_page5-1.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .paragraph_page5-1-copy {
    font-size: 28px;
  }

  .paragraph_page5-1-copy.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .paragraph_page6-1 {
    font-size: 28px;
  }

  .paragraph_page6-1.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .paragraph_page8-2 {
    font-size: 28px;
  }

  .paragraph_page8-2.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .h2-heading_company {
    font-size: 36px;
    line-height: 1.1;
  }

  .h2-heading_company-2 {
    margin-top: .125rem;
    font-size: 36px;
    line-height: 1.1;
  }

  .h1-heading_company {
    font-size: 36px;
    line-height: 1.1;
  }

  .h3-heading_page10 {
    font-size: 28px;
  }

  .h3-heading_page10.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .h5-heading_page10 {
    font-size: 28px;
  }

  .h5-heading_page10.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .uui-layout_item_page10-2 {
    margin-top: 2rem;
  }

  .uui-layout19_company {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    min-height: auto;
    margin-top: 2rem;
  }

  .bold-text-19, .bold-text-20 {
    font-size: 20px;
  }

  .bold-text-21 {
    font-size: 20px;
    line-height: 1.2;
  }

  .h5-heading_page10-2 {
    font-size: 28px;
  }

  .h5-heading_page10-2.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .rt-demo-two-accordion-left-arrow {
    left: 0%;
  }

  .rt-demo-two-accordion-right-arrow {
    right: 0%;
  }

  .large-testimonial-5-maps {
    font-size: 20px;
  }

  .large-testimonial-5-maps.white.left_6-2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .section-maps_krest {
    flex-direction: row;
    margin-top: 40px;
    margin-bottom: 100px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    font-weight: 300;
    display: block;
  }

  .div-block-maps {
    background-position: 20%;
    flex: 1;
  }

  .div-block-maps.maps_2 {
    flex-direction: column;
    width: auto;
    height: auto;
    padding: 60px 30px;
  }

  .large-testimonial-2-maps {
    font-size: 20px;
  }

  .large-testimonial-2-maps.white.left_2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .testimonial-block-2-maps {
    background-color: #0000;
    flex: 1;
    width: auto;
    max-width: 350px;
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    position: static;
    left: auto;
  }

  .testimonial-block-2-maps.maps_3 {
    max-width: none;
    margin-top: 10px;
    padding: 0 20px 0 0;
  }

  .wrapper-maps.left {
    flex: 0 auto;
    width: auto;
    max-width: none;
    margin-right: 0;
  }

  .testimonial-block-1-maps {
    background-color: #0000;
    flex: 1;
    width: auto;
    max-width: 350px;
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    position: static;
    left: auto;
  }

  .testimonial-block-1-maps.maps_4 {
    max-width: none;
    margin-top: 20px;
    padding: 0 20px 0 0;
  }

  .testimonial-block-3-maps {
    background-color: #0000;
    flex: 1;
    width: auto;
    max-width: 350px;
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    position: static;
    left: auto;
  }

  .testimonial-block-3-maps.maps_4 {
    max-width: none;
    margin-top: 10px;
    padding: 0 20px 0 0;
  }

  .heading-contact-maps {
    font-size: 35px;
  }

  .heading-contact-maps.maps_3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .div-block-h2-maps {
    width: 330px;
    margin-bottom: 20px;
    margin-left: 0;
    padding-top: 7px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .testimonial-block-5-maps {
    background-color: #0000;
    flex: 1;
    width: auto;
    max-width: 350px;
    height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    position: static;
    left: auto;
  }

  .testimonial-block-5-maps.maps_5 {
    max-width: none;
    margin-top: 10px;
    padding: 0 20px 0 0;
  }

  .image-wrap-2-maps {
    margin-top: 0;
  }

  .large-testimonial-3-4-maps {
    font-size: 20px;
  }

  .large-testimonial-3-4-maps.white.left_6 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
  }

  .large-testimonial-3-3-maps {
    font-size: 20px;
  }

  .large-testimonial-3-3-maps.white.left_5 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .large-testimonial-3-1-maps {
    font-size: 20px;
  }

  .large-testimonial-3-1-maps.white.left_5 {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
  }

  .html-embed-landing {
    height: auto;
    margin-top: 0;
  }

  .content__wrapper-maps.maps {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    max-width: none;
    display: grid;
  }

  .div-block-3-maps {
    width: auto;
    height: auto;
  }

  .link-5-maps-2 {
    font-size: 14px;
  }

  .large-testimonial-3-maps {
    font-size: 20px;
  }

  .large-testimonial-3-maps.white.left_4 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .large-testimonial-1-maps-brembo {
    font-size: 20px;
  }

  .large-testimonial-1-maps-brembo.white.left {
    margin-bottom: 0;
    font-size: 14px;
  }

  .uui-padding-vertical_page14 {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .uui-layout30_component-copy, .uui-layout30_component_page14 {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .paragraph_page5-11 {
    font-size: 28px;
  }

  .paragraph_page5-11.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .uui-layout_item_page2-21, .uui-layout_item_page2-22 {
    margin-top: 1rem;
  }

  .h3-heading_page2-41 {
    font-size: 28px;
  }

  .h3-heading_page2-41.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .h3-heading_page2-44 {
    font-size: 28px;
  }

  .h3-heading_page2-44.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .uui-padding-vertical-xhuge-11-1 {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .uui-padding-vertical-8, .uui-section_layout19-1 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .h3-heading_page3-0 {
    font-size: 28px;
  }

  .h3-heading_page3-0.our-ecosystem-heading-text_1 {
    font-size: 1rem;
  }

  .h3-heading_page2-19 {
    font-size: 28px;
  }

  .h3-heading_page2-19.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .uui-padding-vertical-page2-9 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .paragraph_page2-17 {
    font-size: 28px;
  }

  .paragraph_page2-17.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .paragraph_page2-18 {
    font-size: 28px;
  }

  .paragraph_page2-18.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .paragraph_page2-19 {
    font-size: 28px;
  }

  .paragraph_page2-19.our-ecosystem-heading-text_1 {
    font-size: 18px;
  }

  .div__phone {
    justify-content: flex-start;
    align-items: center;
    margin-top: .5rem;
  }

  .uui-layout-wrapper_maps {
    margin-top: 2rem;
  }

  .link__phone {
    font-size: 16px;
  }

  .paragraph_telegram.our-ecosystem-paragraph {
    font-size: 14px;
  }

  .paragraph_telegram.white-800-color.social-media-link {
    font-size: 16px;
  }

  .portfolio-row {
    max-width: none;
  }

  .potfolio-photo-block {
    margin-top: 20px;
    margin-left: 0;
  }

  .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .slider-foot {
    width: 85%;
    height: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .uui-padding-vertical_portfolio {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .uui-layout_portfolio {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .uui-layout30_image-wrapper_portfolio {
    margin-top: 3rem;
  }

  .h3-heading_portfolio {
    font-size: 28px;
  }

  .h3-heading_portfolio.our-ecosystem-heading-text_1 {
    margin-bottom: 0;
    font-size: 1rem;
  }

  .section_portfolio {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .container_portfolio {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

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

  .uui-navbar05-1_link {
    width: 100%;
    color: var(--untitled-ui-gray900);
    padding: .8rem 0;
    font-size: .9rem;
    line-height: 1rem;
  }

  .uui-navbar05-1_link:hover {
    color: var(--untitled-ui-gray300);
  }

  .top-header-left-col-4-2 {
    justify-content: center;
    align-items: center;
  }

  .brix---social-media-grid-right-2 {
    grid-column-gap: 10px;
    flex: none;
    display: flex;
  }

  .header-container_2-11 {
    max-width: none;
    margin-left: 0;
    padding-top: 24px;
    padding-bottom: 20px;
    padding-left: 2rem;
  }

  .grid-header-top_2-11 {
    grid-template-columns: .5fr 1fr .5fr;
  }

  .top-header-left-col_2-11 {
    justify-content: center;
    align-items: center;
  }

  .brix---social-media-grid_2-12 {
    grid-column-gap: 10px;
    flex: none;
    display: flex;
  }

  .bottom-footer-div_9-05 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .bottom-footer-div_9-05-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .social-media-div_9-05 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div__email {
    justify-content: flex-start;
    align-items: center;
    margin-top: .5rem;
  }

  .paragraph_email.our-ecosystem-paragraph {
    font-size: 14px;
  }

  .paragraph_email.white-800-color.social-media-link {
    font-size: 16px;
  }

  .bottom-footer-div_9-04, .bottom-footer-div_9-04-copy {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .bottom-footer-div_9-044 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .bottom-footer-div_9-045 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div__phone_2 {
    justify-content: flex-start;
    align-items: center;
    margin-top: .5rem;
  }

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

  .uui-layout_component-13-2 {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .h2-heading-13-2 {
    font-size: 36px;
    line-height: 1.1;
  }

  .uui-layout_item_page2-20 {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
  }

  .h1-heading, .h1-heading_2, .h1-heading_3, .h1-heading_4, .h1-heading_5, .h1-heading_6 {
    font-size: 36px;
    line-height: 1.1;
  }

  .uui-layout_item_page2-3 {
    margin-top: 1.5rem;
  }

  .h1-heading_7, .h2-heading-copy, .h1-heading_8, .h1-heading_9, .h1-heading_10, .h1-heading_11 {
    font-size: 36px;
    line-height: 1.1;
  }

  .h1-heading_12 {
    font-size: 36px;
    line-height: 1.3;
  }

  .uui-layout_item_page2-29 {
    margin-top: 1.2rem;
  }

  .paragraph_page2-29 {
    font-size: 28px;
  }

  .paragraph_page2-29.our-ecosystem-heading-text_1 {
    margin-top: .5rem;
    font-size: 18px;
  }

  .uui-heading-xlarge-2-8 {
    margin-top: .75rem;
    font-size: 2.3rem;
    line-height: 1.1;
  }

  .h1-2-8 {
    text-align: left;
    margin-top: .75rem;
    font-size: 2.3rem;
    line-height: 1.1;
  }

  .uui-layout_item_page2-27 {
    margin-top: 0;
  }

  .uui-layout_component_2-12 {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical_2-12 {
    padding-top: 4rem;
    padding-bottom: 2rem;
  }

  .h3-heading_2-12 {
    font-size: 28px;
  }

  .h3-heading_2-12.our-ecosystem-heading-text_1 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .h3-heading_2-13 {
    font-size: 28px;
  }

  .h3-heading_2-13.our-ecosystem-heading-text_1 {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .h2-heading-copy {
    font-size: 36px;
    line-height: 1.1;
  }

  .h3-heading_2-14 {
    font-size: 18px;
    line-height: 1.3;
  }

  .uui-max-width-large_page_2-14.align-center-3 {
    margin-bottom: 0;
  }

  .our-ecosystem-detail-div_2-15 {
    margin-bottom: 1rem;
  }

  .h3-heading_2-16 {
    font-size: 28px;
  }

  .h3-heading_2-16.our-ecosystem-heading-text_1 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
  }

  .h3-heading_2-16.our-ecosystem-heading-text_1-copy {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .uui-padding-vertical-xhuge-11-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .uui-layout_item_page2-28 {
    margin-top: 1.2rem;
  }

  .our-ecosystem-detail-div_2-19 {
    margin-top: 2rem;
  }

  .h3-heading_2-19 {
    font-size: 28px;
  }

  .h3-heading_2-19.our-ecosystem-heading-text_1 {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .h3-heading_2-19.our-ecosystem-heading-text_1-copy {
    margin-bottom: 0;
    font-size: 18px;
  }

  .h3-heading_2-20 {
    font-size: 28px;
  }

  .h3-heading_2-20.our-ecosystem-heading-text_1 {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .h3-heading_2-20.our-ecosystem-heading-text_1-copy {
    margin-bottom: 0;
    font-size: 20px;
  }

  .uui-section_layout_page2-1 {
    padding-top: 0;
  }

  .uui-section_layout_page2-2 {
    padding-top: 2rem;
  }

  .uui-layout_component_2-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    min-height: auto;
    margin-top: 2rem;
  }

  .uui-layout_image-wrapper_page2-1 {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .uui-layout_item_page3-2 {
    margin-top: 1rem;
    margin-bottom: .5rem;
  }

  .paragraph_page3-2 {
    font-size: 28px;
  }

  .paragraph_page3-2.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 18px;
  }

  .bold-text-4-3, .bold-text-4-31, .bold-text-44, .bold-text-4-4 {
    font-size: 18px;
  }

  .h4-heading_3-2 {
    font-size: 36px;
    line-height: 1.1;
  }

  .h3-heading_page3-3 {
    font-size: 28px;
  }

  .h3-heading_page3-3.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 18px;
  }

  .h3-heading_3-5 {
    font-size: 28px;
  }

  .h3-heading_3-5.our-ecosystem-heading-text_1 {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .h3-heading_3-5.our-ecosystem-heading-text_1-copy {
    margin-bottom: 0;
    font-size: 18px;
  }

  .uui-layout_component_3-6 {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .h4-heading_3-6 {
    font-size: 36px;
    line-height: 1.1;
  }

  .uui-heading-large-2 {
    font-size: 2.75rem;
  }

  .uui-blogpost04_image-wrapper {
    margin-bottom: 3rem;
    padding-top: 56.25%;
  }

  .uui-blogpost04_content {
    margin-bottom: 3rem;
  }

  .uui-blogpost04_content-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogpost04_newsletter {
    position: static;
  }

  .uui-padding-vertical-xhuge-13 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-heading-large_3-7, .uui-heading-large_3-71 {
    font-size: 2.75rem;
  }

  .h3-heading_3-8 {
    font-size: 28px;
  }

  .h3-heading_3-8.our-ecosystem-heading-text_1 {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .h3-heading_3-8.our-ecosystem-heading-text_1-copy {
    margin-bottom: 0;
    font-size: 18px;
  }

  .h3-heading_3-9 {
    font-size: 28px;
  }

  .h3-heading_3-9.our-ecosystem-heading-text_1 {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .h3-heading_3-9.our-ecosystem-heading-text_1-copy {
    margin-bottom: 0;
    font-size: 18px;
  }

  .uui-blogpost04_title-wrapper_3-82 {
    margin-top: 2rem;
  }

  .h3-heading_3-82 {
    font-size: 28px;
  }

  .h3-heading_3-82.our-ecosystem-heading-text_1 {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .h3-heading_3-82.our-ecosystem-heading-text_1-copy {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 20px;
  }

  .mg-bottom_4-22 {
    margin-bottom: 0;
  }

  .div-block_4-22-2 {
    width: 100%;
  }

  .card-left-text-wrapper_4-45 {
    align-self: center;
    margin-top: 0;
    margin-left: 0;
  }

  .grid-2-columns-text_7-22 {
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: auto;
    max-width: none;
    margin-top: 2rem;
    margin-bottom: 0;
    display: flex;
  }

  .paragraph_4-45 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .icon-left---content-right_4-45 {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
  }

  .paragraph_4-46 {
    margin-bottom: 0;
    font-size: 22px;
  }

  .icon-left---content-right_4-22 {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
  }

  .xsquare-icon_4-22 {
    align-self: center;
    width: 14px;
    margin-top: 0;
    margin-right: 14px;
  }

  .card-left-text-wrapper_4-22 {
    align-self: center;
    margin-top: 0;
    margin-left: 0;
  }

  .paragraph_4-28 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .icon-left---content-right_4-30 {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 0 0 0 1rem;
  }

  .xsquare-icon_4-22-2 {
    align-self: center;
    width: 32px;
    margin-top: 0;
    margin-right: 20px;
  }

  .card-left-text-wrapper_4-22-2 {
    align-self: center;
    margin-top: 0;
    margin-left: 0;
  }

  .icon-left---content-right_4-31 {
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 0 0 0 1rem;
  }

  .paragraph_4-50 {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 1.2;
  }

  .h3-heading_2-22 {
    font-size: 28px;
  }

  .h3-heading_2-22.our-ecosystem-heading-text_1 {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .h3-heading_2-22.our-ecosystem-heading-text_1-copy {
    margin-bottom: 0;
    font-size: 18px;
  }

  .text-span-15 {
    font-size: 22px;
    font-weight: 600;
  }

  .uui-section_layout_page2-3, .uui-section_layout_page2-1-copy {
    padding-top: 2rem;
  }

  .uui-section_layout_page3-21 {
    padding-top: 0;
  }

  .bold-text-4-1, .old-text-4-2, .bold-text-4-5, .bold-text-4-6, .bold-text-4-01 {
    font-size: 18px;
  }

  .h3-heading_3-89 {
    font-size: 28px;
  }

  .h3-heading_3-89.our-ecosystem-heading-text_1 {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .h3-heading_3-89.our-ecosystem-heading-text_1-copy {
    margin-bottom: 0;
    font-size: 18px;
  }

  .grid-2-columns-text_7-23 {
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: auto;
    max-width: none;
    margin-top: 2rem;
    margin-bottom: 0;
    margin-left: -17px;
    display: flex;
  }

  .uui-banner_content-wrapper_1 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 20px;
  }

  .paragraph_4-51 {
    margin-bottom: 0;
    font-size: 20px;
  }

  .h4-heading_5 {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.1;
  }

  .h4-heading_6 {
    font-size: 27px;
    line-height: 1.1;
  }

  .paragraph_page2-11 {
    font-size: 28px;
  }

  .paragraph_page2-11.our-ecosystem-heading-text_1 {
    margin-top: .5rem;
    font-size: 18px;
  }

  .uui-layout_item_page2-33 {
    margin-top: 1.2rem;
    margin-bottom: 1rem;
  }

  .paragraph_page2-33 {
    font-size: 28px;
  }

  .paragraph_page2-33.our-ecosystem-heading-text_1 {
    margin-top: .5rem;
    font-size: 18px;
  }

  .uui-layout_item-list2-33 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .uui-layout_item_page2-35, .uui-layout_item_page2-30 {
    margin-top: 1.2rem;
  }

  .text_1-21 {
    font-size: 18px;
  }

  .paragraph_page2-40 {
    font-size: 28px;
  }

  .paragraph_page2-40.our-ecosystem-heading-text_1 {
    margin-top: .5rem;
    font-size: 18px;
  }

  .text_1-22 {
    font-size: 18px;
  }

  .uui-layout_item_page2-41, .uui-layout_item_page2-42 {
    margin-top: 1.2rem;
  }

  .h3-heading_page2-42 {
    font-size: 28px;
  }

  .h3-heading_page2-42.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 18px;
  }

  .paragraph_page2-42 {
    font-size: 28px;
  }

  .paragraph_page2-42.our-ecosystem-heading-text_1 {
    margin-top: .5rem;
    font-size: 18px;
  }

  .uui-layout_item_page2-333 {
    margin-top: 1.2rem;
  }

  .uui-layout_item_page2-335 {
    margin-top: 1.2rem;
    margin-bottom: 1rem;
  }

  .uui-layout_item_page2-336 {
    margin-top: 1.2rem;
  }

  .uui-blogpost04_title-wrapper_3-820 {
    margin-top: 0;
  }

  .uui-layout30_image-wrapper_2-162 {
    margin-top: 1rem;
  }

  .paragraph_page_3-6 {
    font-size: 28px;
  }

  .paragraph_page_3-6.our-ecosystem-heading-text_1 {
    margin-top: 2rem;
    font-size: 18px;
  }

  .paragraph_page_3-61 {
    font-size: 28px;
  }

  .paragraph_page_3-61.our-ecosystem-heading-text_1 {
    margin-top: .5rem;
    font-size: 18px;
  }

  .text_1-3, .text_1-31 {
    font-size: 18px;
  }

  .h3-heading_3-61 {
    font-size: 28px;
  }

  .h3-heading_3-61.our-ecosystem-heading-text_1 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
  }

  .h3-heading_3-61.our-ecosystem-heading-text_1-copy {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .uui-layout_component_3-61 {
    grid-column-gap: 2rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .h3-heading_3-63 {
    font-size: 28px;
  }

  .h3-heading_3-63.our-ecosystem-heading-text_1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .h3-heading_3-63.our-ecosystem-heading-text_1-copy {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .our-ecosystem-detail-div_3-61 {
    margin-bottom: 1rem;
  }

  .h3-heading_3-64 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.3;
  }

  .h3-heading_3-640 {
    font-size: 28px;
  }

  .h3-heading_3-640.our-ecosystem-heading-text_1 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .h3-heading_3-632 {
    font-size: 28px;
  }

  .h3-heading_3-632.our-ecosystem-heading-text_1 {
    margin-top: .5rem;
    margin-bottom: 0;
    font-size: 18px;
  }

  .h3-heading_3-632.our-ecosystem-heading-text_1-copy {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .h3-heading_3-642 {
    font-size: 18px;
    line-height: 1.3;
  }

  .uui-layout_image_3-61 {
    margin-bottom: 2rem;
  }

  .h3-heading_3-633 {
    font-size: 28px;
  }

  .h3-heading_3-633.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 18px;
  }

  .h3-heading_3-633.our-ecosystem-heading-text_1-copy {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .h3-heading_3-634 {
    font-size: 28px;
  }

  .h3-heading_3-634.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 18px;
  }

  .h3-heading_3-634.our-ecosystem-heading-text_1-copy {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .h3-heading_3-647 {
    margin-top: 1rem;
    font-size: 18px;
    line-height: 1.3;
  }

  .h3-heading_3-648, .h3-heading_3-649 {
    margin-top: .5rem;
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.3;
  }

  .h3-heading_3-6332 {
    font-size: 28px;
  }

  .h3-heading_3-6332.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 18px;
  }

  .h3-heading_3-6332.our-ecosystem-heading-text_1-copy {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .uui-max-width-large_page_3-66.align-center-3 {
    margin-top: 2rem;
  }

  .paragraph_page_3-66 {
    font-size: 28px;
  }

  .paragraph_page_3-66.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 18px;
  }

  .paragraph_page_3-662 {
    font-size: 28px;
  }

  .paragraph_page_3-662.our-ecosystem-heading-text_1 {
    margin-top: .5rem;
    font-size: 18px;
  }

  .text-page_3-662 {
    font-size: 18px;
  }

  .grid-2-columns-text_7-61 {
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    width: auto;
    max-width: none;
    margin-top: 2rem;
    margin-bottom: 0;
    display: flex;
  }

  .uui-padding-vertical_3-61 {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .h3-heading_3-611 {
    font-size: 28px;
  }

  .h3-heading_3-611.our-ecosystem-heading-text_1 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
  }

  .h3-heading_3-611.our-ecosystem-heading-text_1-copy {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .paragraph_page_3-612 {
    font-size: 28px;
  }

  .paragraph_page_3-612.our-ecosystem-heading-text_1 {
    margin-top: .5rem;
    font-size: 18px;
  }

  .text_3-612, .text_3-613 {
    font-size: 18px;
  }

  .div-block_line {
    width: 170px;
  }

  .h3-heading_3-6481 {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 18px;
    line-height: 1.3;
  }

  .h3-heading_3-6471 {
    margin-top: 1rem;
    font-size: 18px;
    line-height: 1.3;
  }

  .h3-heading_3-6331 {
    font-size: 28px;
  }

  .h3-heading_3-6331.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 18px;
  }

  .h3-heading_3-6331.our-ecosystem-heading-text_1-copy {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .paragraph_page_5-1 {
    font-size: 28px;
  }

  .paragraph_page_5-1.our-ecosystem-heading-text_1 {
    margin-top: 1.5rem;
    font-size: 18px;
  }

  .paragraph_page2-67 {
    font-size: 28px;
  }

  .paragraph_page2-67.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 18px;
  }

  .text_2-67 {
    font-size: 18px;
  }

  .paragraph_page2-671 {
    font-size: 28px;
  }

  .paragraph_page2-671.our-ecosystem-heading-text_1 {
    margin-top: .5rem;
    font-size: 18px;
  }

  .div-block_4-223 {
    width: 100%;
  }

  .h3-heading_4-22-2 {
    font-size: 28px;
  }

  .h3-heading_4-22-2.our-ecosystem-heading-text_1 {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .h3-heading_4-22-2.our-ecosystem-heading-text_1-copy {
    margin-bottom: 0;
    font-size: 18px;
  }

  .h3-heading_3-80 {
    font-size: 28px;
  }

  .h3-heading_3-80.our-ecosystem-heading-text_1 {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .h3-heading_3-80.our-ecosystem-heading-text_1-copy {
    margin-bottom: 0;
    font-size: 18px;
  }

  .paragraph_page_5-2 {
    font-size: 28px;
  }

  .paragraph_page_5-2.our-ecosystem-heading-text_1 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
  }

  .paragraph_page_5-13 {
    font-size: 28px;
  }

  .paragraph_page_5-13.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 18px;
  }

  .h3-heading_5-13 {
    font-size: 28px;
  }

  .h3-heading_5-13.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 18px;
  }

  .h3-heading_5-13.our-ecosystem-heading-text_1-copy {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .h3-heading_2-27 {
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: 20px;
    line-height: 1.3;
  }

  .div-block_line-_2-27, .div-block_line-_2-27-copy, .div-block_line_2-2 {
    width: 170px;
  }

  .uui-layout_item-text-wrapper_page2-27 {
    margin: 1rem 0 2rem;
    padding: 1.5rem;
  }

  .h3-heading_5-133 {
    font-size: 28px;
  }

  .h3-heading_5-133.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 18px;
  }

  .h3-heading_5-133.our-ecosystem-heading-text_1-copy {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .text_2-27, .text_2-271, .text_2-272 {
    font-size: 18px;
  }

  .h3-heading_2-272 {
    font-size: 28px;
  }

  .h3-heading_2-272.our-ecosystem-heading-text_1 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px;
  }

  .h3-heading_2-272.our-ecosystem-heading-text_1-copy {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .h3-heading_2-273 {
    font-size: 28px;
  }

  .h3-heading_2-273.our-ecosystem-heading-text_1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 18px;
  }

  .h3-heading_2-273.our-ecosystem-heading-text_1-copy {
    margin-bottom: 2rem;
    font-size: 1rem;
  }

  .text_2-674 {
    font-size: 18px;
  }

  .paragraph_page2-675 {
    font-size: 28px;
  }

  .paragraph_page2-675.our-ecosystem-heading-text_1 {
    margin-top: .5rem;
    font-size: 18px;
  }

  .paragraph_page2-679 {
    font-size: 28px;
  }

  .paragraph_page2-679.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 18px;
  }

  .uui-padding-vertical_2-129 {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .our-ecosystem-detail-div_2-192 {
    margin-top: 0;
  }

  .uui-layout_component_2-122 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    min-height: auto;
    margin-top: 2rem;
  }

  .paragraph_page_5-12 {
    font-size: 28px;
  }

  .paragraph_page_5-12.our-ecosystem-heading-text_1 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 18px;
  }

  .uui-max-width-large_page_2-142.align-center-3 {
    margin-bottom: 0;
  }

  .uui-layout_item_page2-271 {
    margin-top: 1rem;
  }

  .h4-heading_5-10 {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.1;
  }

  .text_2-335, .text_2-336, .text_2-337, .text_2-338, .text, .text_2-340, .text_2-341, .text_2-342, .text_2-343, .text_2-333, .text_2-672 {
    font-size: 18px;
  }

  .h4-heading_5-11, .h4-heading_5-23 {
    font-size: 27px;
    font-weight: 500;
    line-height: 1.1;
  }

  .paragraph_page2-174 {
    font-size: 28px;
  }

  .paragraph_page2-174.our-ecosystem-heading-text_1, .text_2-174 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .uui-heroheader01_pattern-image {
    width: 14.9rem;
    top: auto;
    bottom: -15%;
    right: -10%;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 6rem;
    height: 22rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

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

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

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

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

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui-gray600);
    background-color: #0000;
  }

  .uui-navbar01_link, .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--cfd9e1);
  }

  .uui-text-size-small.hide-mobile-landscape {
    display: none;
  }

  .uui-navbar01_blog-item {
    grid-column-gap: 1rem;
    grid-template-columns: .6fr 1fr;
  }

  .uui-navbar01_dropdown-content-right {
    padding: 1.5rem 1rem;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-navbar01_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar01_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .uui-navbar01_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar01_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar01_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-tertiary-gray-2:hover {
    color: var(--untitled-ui-gray600);
    background-color: #0000;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-navbar05_link {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1rem;
  }

  .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--cfd9e1);
  }

  .uui-navbar05_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-badge-small-success-2 {
    padding: .125rem .5rem;
  }

  .uui-navbar05_dropdown-content-left {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .uui-dropdown-icon-2 {
    width: 1rem;
    left: 11%;
  }

  .uui-navbar05_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar05_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar05_component, .web-navbar_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .web-navbar_container {
    padding-left: 0;
    padding-right: 0;
  }

  .web-navbar_menu {
    padding-top: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .web-navbar_menu-left {
    grid-row-gap: .2rem;
  }

  .web-navbar_link {
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1rem;
  }

  .uui-navbar05_link-copy, .uui-navbar05_link_2 {
    font-size: 1rem;
  }

  .web-navbar05_link_2 {
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1rem;
  }

  .web-navbar05_link_2.w--current {
    padding-top: .7rem;
    padding-bottom: .7rem;
  }

  .uui-navbar05_dropdown-toggle-copy {
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-family: Montserrat, sans-serif;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1rem;
  }

  .text-block {
    font-size: .8rem;
    font-weight: 500;
  }

  .text-block-2 {
    font-size: 1.1rem;
  }

  .uui-navbar05_dropdown-link-list_1 {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .text-block-3 {
    font-size: .9rem;
  }

  .uui-heroheader03_image {
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
    height: 22rem;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-3.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-2 {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon-2.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-3 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-3:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray-3.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large-2 {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 2rem;
    padding-bottom: 0;
  }

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

  .uui-banner06_close-button {
    margin-left: 0;
    position: absolute;
    inset: .5rem .5rem auto auto;
  }

  .uui-banner06_close-button:hover {
    color: var(--untitled-ui--primary500);
    background-color: #0000;
  }

  .uui-banner06_text-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-banner06_content {
    align-items: flex-start;
    margin-bottom: 0;
    margin-right: 0;
    top: 25px;
  }

  .uui-banner06_wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 0 0 1rem 1rem;
  }

  .text-block-3_1 {
    font-size: .9rem;
  }

  .text-block-4 {
    font-size: .8rem;
  }

  .text-span-4 {
    font-size: .95rem;
  }

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

  .uui-heading-xlarge-2-2 {
    margin-top: .125rem;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .gradient-bg_1.title {
    top: -140px;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-tertiary-gray-3:hover {
    color: var(--untitled-ui-gray600);
    background-color: #0000;
  }

  .uui-button-secondary-gray-4 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-4:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-navbar06_link {
    font-size: 1rem;
  }

  .uui-navbar06_blog-item-image {
    margin-bottom: 0;
  }

  .uui-navbar06_blog-item-image-wrapper {
    max-width: 100%;
  }

  .uui-navbar06_blog-item {
    grid-row-gap: 1rem;
  }

  .uui-navbar06_blog-list {
    grid-row-gap: .5rem;
  }

  .uui-navbar06_dropdown-link-list {
    max-width: none;
  }

  .uui-navbar06_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar06_dropdown-list.w--open {
    margin-bottom: 0;
  }

  .uui-navbar06_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar06_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg-3 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar06_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar03_link, .uui-button-link-3 {
    font-size: 1rem;
  }

  .uui-button-link-3:hover {
    color: var(--cfd9e1);
  }

  .uui-text-size-medium {
    line-height: 1.2;
  }

  .uui-badge-small-success-3 {
    padding: .125rem .5rem;
  }

  .uui-navbar03_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar03_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar03_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar03_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar03_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-banner23_close-button:hover {
    color: var(--untitled-ui-gray500);
    background-color: #0000;
  }

  .uui-banner23_text {
    margin-bottom: 5px;
    line-height: 1;
  }

  .uui-banner23_content {
    margin-left: .5rem;
    margin-right: .5rem;
    padding-right: 0;
  }

  .uui-banner23_content-wrapper {
    align-items: center;
  }

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

  .uui-navbar01_component_1, .uui-navbar06_component_2 {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .link-2 {
    font-size: .8rem;
    line-height: 1;
  }

  .uui-navbar03_dropdown-toggle_2 {
    font-size: 1rem;
  }

  .uui-contact14_map {
    height: 20rem;
  }

  .uui-button-link-4 {
    font-size: 1rem;
  }

  .uui-button-link-4:hover {
    color: var(--cfd9e1);
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-space-small-3 {
    min-height: 1.25rem;
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-contact14_tabs-link {
    padding-left: 1.5rem;
  }

  .uui-contact14_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

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

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

  .uui-layout31_lightbox-image {
    width: 100vw;
    min-width: 100vw;
    max-width: none;
    height: 22rem;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout31_lightbox {
    margin-top: 3rem;
  }

  .uui-button-5 {
    font-size: 1rem;
  }

  .uui-button-5:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-wrapper-3.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape-3 {
    width: 100%;
    max-width: none;
  }

  .uui-button-secondary-gray-5 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-5:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-row-4 {
    align-self: stretch;
  }

  .uui-button-row-4.is-reverse-mobile-landscape, .uui-button-row-4.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-layout31_number {
    font-size: 2.25rem;
  }

  .uui-layout31_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout31_component {
    grid-row-gap: 1rem;
  }

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

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

  .uui-layout41_lightbox-image-02 {
    width: 35%;
    max-width: none;
    left: 1rem;
  }

  .uui-layout41_lightbox-image-01 {
    border-radius: .5rem;
    width: 100%;
  }

  .uui-layout41_lightbox {
    justify-content: flex-start;
    height: 24rem;
    margin-top: 3rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-testimonial09_logo {
    max-height: 2.5rem;
  }

  .uui-testimonial09_logo-wrapper {
    margin-top: 1rem;
  }

  .uui-testimonial09_divider {
    display: none;
  }

  .uui-testimonial09_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .uui-testimonial09_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .uui-testimonial09_lightbox-image {
    height: 22rem;
  }

  .uui-testimonial09_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-contact07_map-wrapper {
    height: 25rem;
    margin-top: 3rem;
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-contact07_contact-list {
    grid-row-gap: 2.5rem;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-space-xsmall-3 {
    min-height: .75rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-contact07_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .uui-page-padding-6, .uui-page-padding-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer04_link:hover {
    color: var(--untitled-ui-gray500);
  }

  .uui-footer04_social-link:hover, .uui-footer04_legal-link:hover {
    color: var(--untitled-ui--gray400);
  }

  .uui-footer04_link-list {
    grid-column-gap: 1rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-items: center;
  }

  .uui-styleguide_logomark-bg-4 {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer04_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 3rem;
  }

  .uui-footer04_legal-list {
    margin-bottom: 1rem;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .hide-mobile-landscape-2 {
    display: none;
  }

  .max-width-full-mobile-landscape-4 {
    width: 100%;
    max-width: none;
  }

  .uui-button-6 {
    font-size: 1rem;
  }

  .uui-button-6:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-6.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-xlarge-3 {
    font-size: 2.25rem;
  }

  .uui-button-row-5 {
    align-self: stretch;
  }

  .uui-button-row-5.is-reverse-mobile-landscape, .uui-button-row-5.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-4.max-width-full-mobile-landscape-4 {
    width: 100%;
  }

  .uui-button-icon-5.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-heroheader01_image-2 {
    border-top-left-radius: 6rem;
    height: 22rem;
  }

  .uui-heroheader01_pattern-image-2 {
    width: 14.9rem;
    top: auto;
    bottom: -15%;
    right: -10%;
  }

  .uui-text-size-xlarge-3 {
    font-size: 1.125rem;
  }

  .uui-button-secondary-gray-6 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-6:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray-6.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-small-4 {
    min-height: 1.25rem;
  }

  .uui-space-large-3 {
    min-height: 2rem;
  }

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

  .uui-text-size-large-4 {
    font-size: 1rem;
  }

  .uui-heading-xxsmall-3 {
    font-size: 1.125rem;
  }

  .uui-heading-medium-4 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-pricing11_component {
    margin-top: 2rem;
  }

  .uui-badge {
    padding: .125rem .5rem;
  }

  .uui-space-xsmall-4 {
    min-height: .75rem;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-pricing11_price {
    font-size: 2.25rem;
  }

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

  .uui-text-size-large-5 {
    font-size: 1rem;
  }

  .uui-heading-medium-5 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-button-7 {
    font-size: 1rem;
  }

  .uui-button-7:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-contact02_component {
    margin-top: 3rem;
  }

  .uui-space-xsmall-5 {
    min-height: .75rem;
  }

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

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

  .uui-text-size-large-6 {
    font-size: 1rem;
  }

  .uui-heading-large {
    font-size: 2.25rem;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-blog05_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-section_blog05 {
    padding-top: 2rem;
  }

  .uui-blog05_component {
    margin-top: 3rem;
  }

  .uui-blog05_category-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .uui-blog05_category-menu.no-scrollbar {
    justify-content: flex-start;
    margin-bottom: 3rem;
  }

  .uui-blog05_menu-link:hover {
    color: var(--untitled-ui-gray500);
    border-bottom-style: none;
  }

  .uui-blog05_menu-link.last-link {
    margin-right: 2rem;
  }

  .uui-blog05_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blog05_image-link:hover {
    box-shadow: none;
  }

  .uui-space-small-5 {
    min-height: 1.25rem;
  }

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

  .top-header-right-col-2 {
    justify-content: flex-end;
    align-items: center;
  }

  .link-icon-left-3-3 {
    margin-right: 4px;
    font-size: 12px;
    line-height: 14px;
  }

  .nav-bar-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .link-text-3-3 {
    font-size: 12px;
    font-weight: 500;
  }

  .nav-menu-item {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .brand-16 {
    z-index: 1;
    padding-right: 0;
  }

  .brand-16.w--current {
    z-index: 11;
  }

  .nav-3-name_1-2 {
    letter-spacing: .07rem;
    margin-top: 1px;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .brix---link-text-3 {
    font-size: 12px;
    font-weight: 500;
  }

  .brix---link-icon-left-3, .brix---link-icon-left-3-2 {
    margin-right: 4px;
    font-size: 12px;
    line-height: 14px;
  }

  .header-section_1 {
    padding-left: 1rem;
    padding-right: 1rem;
    top: 0;
  }

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

  .top-header-left-col-4 {
    justify-content: flex-start;
    align-items: center;
  }

  .header-button {
    display: none;
  }

  .button-primary-2 {
    border-radius: 4px;
  }

  .grid-header-top-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .brix---social-media-grid-right---mbl-center-2 {
    flex: none;
    justify-content: flex-end;
    place-items: center;
  }

  .top-header-left-col-3 {
    justify-content: center;
  }

  .div-block-name-2-2-4 {
    z-index: 1;
    margin-left: 5px;
    top: 0;
  }

  .header-container_2-10 {
    padding-top: 24px;
  }

  .wrapper-9-1 {
    font-size: 12px;
    line-height: 14px;
  }

  .image-10064 {
    z-index: 1;
    width: 27px;
    height: auto;
  }

  .nav-name_2-2-2 {
    font-size: .27rem;
    font-weight: 700;
  }

  .nenu-icon-wrap {
    width: 40px;
    height: 40px;
  }

  .link-text_1-2 {
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
  }

  .menu-button_1 {
    width: 40px;
    height: 40px;
  }

  .header-container {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .sub-heading_1.white-text {
    font-size: 12px;
  }

  .large-paragraph.home-hero-paragraph {
    max-width: 600px;
  }

  .container-34_1 {
    flex: 0 auto;
    margin-top: 0;
    padding-top: 0;
  }

  .home-hero-detail-div_1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    width: auto;
  }

  .h1-heading_1 {
    font-size: 40px;
  }

  .h1-heading_1.home-hero-heading {
    width: auto;
    font-size: 36px;
  }

  .hero-section_1 {
    background-image: url('../images/orig.webp');
    background-size: cover;
    height: 91vh;
    margin-top: 97px;
    padding: 0 1rem 100px;
  }

  .h2-heading_2 {
    font-size: 40px;
  }

  .h2-heading_2.home-hero-heading {
    font-size: 36px;
  }

  .hide-mobile-landscape-3 {
    display: none;
  }

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

  .uui-heading-xlarge-4 {
    font-size: 2.25rem;
  }

  .uui-button-row-6 {
    align-self: stretch;
  }

  .uui-heroheader06_image-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 22rem;
    min-height: auto;
    display: flex;
  }

  .uui-text-size-xlarge-4 {
    font-size: 1.125rem;
  }

  .uui-heroheader06_image-02 {
    width: 100%;
    min-width: auto;
    max-width: 15.25rem;
    position: static;
    inset: 0% 0% auto;
  }

  .uui-space-small-6 {
    min-height: 1.25rem;
  }

  .uui-space-large-4 {
    min-height: 2rem;
  }

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

  .uui-button-8 {
    font-size: 1rem;
  }

  .uui-button-8:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-section_heroheader08 {
    margin-top: 7.3rem;
  }

  .uui-heroheader08_form {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-heroheader08_image {
    height: 22rem;
  }

  .nav-menu-item-dropdown_2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-family: Montserrat, sans-serif;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1rem;
  }

  .text-block-nav-menu-item-dropdown {
    font-size: .8rem;
    font-weight: 500;
  }

  .web-navbar_component-2 {
    min-height: 4.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h2 {
    font-size: 2.5rem;
  }

  .text-span-5 {
    font-size: 4rem;
  }

  .heading-h2_2 {
    font-size: 2.5rem;
  }

  .hide-mobile-landscape-4 {
    display: none;
  }

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

  .uui-heading-xlarge-5 {
    font-size: 2.25rem;
  }

  .uui-button-row-7 {
    align-self: stretch;
  }

  .uui-button-row-7.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-row-7.button-row-center-mobile-landscape {
    justify-content: center;
  }

  .uui-button-wrapper-6.max-width-full-mobile-landscape-5 {
    width: 100%;
  }

  .uui-heroheader06_image-wrapper-2 {
    justify-content: center;
    align-items: flex-start;
    height: 22rem;
    min-height: auto;
    display: flex;
  }

  .uui-text-size-xlarge-5 {
    font-size: 1.125rem;
  }

  .uui-heroheader06_image-01-2.shadow-xxlarge.hide-mobile-landscape-4 {
    display: block;
  }

  .uui-heroheader06_image-02-2 {
    width: 100%;
    min-width: auto;
    max-width: 15.25rem;
    position: static;
    inset: 0% 0% auto;
  }

  .uui-space-small-7 {
    min-height: 1.25rem;
  }

  .uui-space-large-5 {
    min-height: 2rem;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .max-width-full-mobile-landscape-5 {
    width: 100%;
    max-width: none;
  }

  .uui-button-9 {
    font-size: 1rem;
  }

  .uui-button-9:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-9.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-icon-6.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-badge-group {
    font-size: .75rem;
  }

  .uui-badge-group_badge {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-heroheader04_content {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 3rem;
  }

  .uui-button-secondary-gray-7 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-7:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray-7.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .our-ecosystem-count-div_2-1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .our-ecosystem-card {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .h3-heading_1 {
    font-size: 24px;
  }

  .h3-heading_1.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 16px;
  }

  .our-ecosystem-icon_2-1 {
    width: 50px;
  }

  .our-ecosystem-grid_2-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .our-ecosystem-count-div {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

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

  .paragraph-408.our-ecosystem-paragraph {
    font-size: 16px;
  }

  .paragraph-408.white-800-color.social-media-link {
    font-size: 12px;
    line-height: 1;
  }

  .section_2 {
    padding: 6rem 1rem 2rem;
  }

  .h2-heading_2-01 {
    font-size: 32px;
  }

  .h2-heading_2-01.semibold-text_2-01 {
    font-size: 20px;
  }

  .our-ecosystem-card_2-1 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .h2-heading {
    font-size: 30px;
    line-height: 1.2;
  }

  .large-text_01 {
    margin-bottom: 0;
  }

  .our-ecosystem-icon_2-10 {
    width: 50px;
  }

  .our-ecosystem-count-div_2-10 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .our-ecosystem-icon_2-11 {
    width: 50px;
  }

  .our-ecosystem-count-div_2-11 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .h3-heading_1-2 {
    font-size: 24px;
  }

  .h3-heading_1-2.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

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

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

  .uui-heading-xsmall-2 {
    font-size: 2rem;
  }

  .uui-button-row-8 {
    align-self: stretch;
  }

  .uui-layout19_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 1rem;
    display: block;
  }

  .uui-layout19_item-list {
    grid-row-gap: 0rem;
  }

  .uui-layout19_image-wrapper {
    margin-top: 2rem;
  }

  .uui-button-link-5 {
    font-size: 1rem;
  }

  .uui-button-link-5:hover {
    color: var(--cfd9e1);
  }

  .uui-space-xsmall-6 {
    min-height: .75rem;
  }

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

  .h2-heading_4 {
    font-size: 32px;
  }

  .h2-heading_4.white-text {
    margin-top: 7px;
    font-size: 20px;
  }

  .team-wrapper_4 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .paragraph_4.white_4.paragraph_4-1 {
    font-size: 16px;
  }

  .section_4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section_4.team-section_4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .common-button_4-1.white-button_4 {
    background-size: 38px;
  }

  .team-grid_4 {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

  .common-button_4-12.white-button_4 {
    background-size: 27px;
  }

  .team-card_4 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .team-grid_4-2 {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .h4-heading {
    font-size: 22px;
  }

  .h2-heading-2 {
    font-size: 32px;
  }

  .team-card_4-2, .team-card, .common-heading-div_4 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .uui-button-10 {
    font-size: 1rem;
  }

  .uui-button-10:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-heading-xlarge-6 {
    font-size: 2.25rem;
  }

  .uui-section_heroheader12 {
    margin-bottom: 2rem;
  }

  .uui-text-size-xlarge-6 {
    font-size: 1.125rem;
  }

  .uui-heroheader12_form {
    margin-top: 2rem;
  }

  .uui-space-small-8 {
    min-height: 1.25rem;
  }

  .h2-heading_3 {
    font-size: 30px;
  }

  .h3-heading_3 {
    font-size: 24px;
  }

  .h3-heading_3.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .common-button_4-13.white-button_4, .common-button_4-14.white-button_4 {
    background-size: 27px;
  }

  .footer-wrapper_9-02 {
    border-top-color: var(--untitled-ui-gray300);
    margin-top: 20px;
  }

  .link-128 {
    font-size: 13px;
  }

  .image_10_9 {
    z-index: 1;
    width: 24px;
    height: auto;
  }

  .social-media-link-div_9 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: wrap;
  }

  .image_9-023 {
    width: 14px;
  }

  .footer-wrapper_9-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image_9-022 {
    width: 13px;
  }

  .bottom-footer-div_9-01 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .footer-detail-div {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .brand-16_9 {
    z-index: 1;
    padding-right: 0;
  }

  .brand-16_9.w--current {
    z-index: 11;
  }

  .image_9-02 {
    width: 16px;
  }

  .paragraph_9-33.white-800-color {
    border-top-color: var(--untitled-ui-gray300);
  }

  .section_9 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section_9.footer {
    padding-bottom: 10px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-name_9 {
    z-index: 1;
    margin-left: 10px;
    top: 0;
  }

  .nav-name_9 {
    font-size: .34rem;
    font-weight: 700;
  }

  .nav-3-name_9 {
    letter-spacing: .07rem;
    margin-top: 1px;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .footer-link-div_9 {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .our-ecosystem-grid_footer {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .our-ecosystem-grid_footer_2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

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

  .max-width-full-mobile-landscape-6 {
    width: 100%;
    max-width: none;
  }

  .uui-button-11 {
    font-size: 1rem;
  }

  .uui-button-11:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-11.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-heading-xlarge-7 {
    font-size: 2.25rem;
  }

  .uui-button-row-9 {
    align-self: stretch;
  }

  .uui-button-row-9.button-row-center.is-reverse-mobile-landscape, .uui-button-row-9.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-button-wrapper-7.max-width-full-mobile-landscape-6 {
    width: 100%;
  }

  .uui-button-icon-8.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-badge-group-2 {
    font-size: .75rem;
  }

  .uui-badge-group_badge-2 {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-text-size-xlarge-7 {
    font-size: 1.125rem;
  }

  .uui-heroheader17_image-wrapper {
    height: 24rem;
    margin-bottom: 4rem;
  }

  .uui-heroheader17_card-image-01 {
    border-radius: 1.5rem;
    width: 22rem;
    transform: translate(-20%, 10%)rotate(0);
  }

  .uui-heroheader17_card-image {
    border-radius: 1.5rem;
    width: 22rem;
    transform: translate(30%, 5%)rotate(30deg);
  }

  .uui-button-secondary-gray-8 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-8:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray-8.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-space-small-9 {
    min-height: 1.25rem;
  }

  .uui-space-large-6 {
    min-height: 2rem;
  }

  .uui-space-xhuge {
    min-height: 4rem;
  }

  .uui-text-size-large-7 {
    font-size: 1rem;
  }

  .uui-heroheader23_form {
    margin-top: 2rem;
  }

  .uui-heroheader23_image-wrapper {
    height: 17rem;
    margin-left: -1rem;
  }

  .uui-heroheader23_image-grid {
    transform: scale(.7)rotateX(-51deg)rotateY(0)rotateZ(-30deg);
  }

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

  .uui-heading-medium-6 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout30_item-list {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .uui-layout30_component {
    grid-row-gap: 1rem;
  }

  .uui-layout30_image-wrapper {
    margin-top: 1rem;
    display: flex;
  }

  .uui-layout30_image {
    width: 100vw;
    min-width: 100vw;
    max-width: none;
    height: 22rem;
  }

  .uui-layout30_number {
    font-size: 2.25rem;
  }

  .uui-section_layout_page2 {
    padding-top: 0;
  }

  .uui-layout_page2 {
    max-height: 400px;
  }

  .uui-heading_page2, .uui-heading_page2-2, .uui-heading_page2-3 {
    font-size: 2rem;
  }

  .uui-section_connection {
    margin-bottom: 2rem;
  }

  .uui-layout19_image-wrapper_page2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-section_services {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .h3-heading_page2 {
    font-size: 24px;
  }

  .h3-heading_page2.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .h3-heading_page2-1 {
    font-size: 24px;
  }

  .h3-heading_page2-1.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .paragraph_page2-1 {
    font-size: 24px;
  }

  .paragraph_page2-1.our-ecosystem-heading-text_1 {
    margin-top: .5rem;
    font-size: 16px;
  }

  .text_1-2 {
    font-size: 16px;
    font-weight: 500;
  }

  .uui-layout_item_page2-2 {
    margin-top: .5rem;
  }

  .h3-heading_page3 {
    font-size: 24px;
  }

  .h3-heading_page3.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .paragraph_page3-1 {
    font-size: 24px;
  }

  .paragraph_page3-1.our-ecosystem-heading-text_1 {
    margin-top: .5rem;
    font-size: 16px;
  }

  .paragraph_page4-1 {
    font-size: 24px;
  }

  .paragraph_page4-1.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .paragraph_page5-1 {
    font-size: 24px;
  }

  .paragraph_page5-1.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 16px;
  }

  .paragraph_page5-1-copy {
    font-size: 24px;
  }

  .paragraph_page5-1-copy.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .paragraph_page6-1 {
    font-size: 24px;
  }

  .paragraph_page6-1.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .paragraph_page8-2 {
    font-size: 24px;
  }

  .paragraph_page8-2.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .web-navbar_menu_1 {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h2-heading_company, .h2-heading_company-2, .h1-heading_company {
    font-size: 30px;
  }

  .h3-heading_page10 {
    font-size: 24px;
  }

  .h3-heading_page10.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .h5-heading_page10 {
    font-size: 24px;
  }

  .h5-heading_page10.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .uui-layout19_company {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .bold-text-19, .bold-text-20, .bold-text-21 {
    font-size: 18px;
  }

  .h5-heading_page10-2 {
    font-size: 24px;
  }

  .h5-heading_page10-2.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .large-testimonial-5-maps {
    font-size: 17px;
  }

  .large-testimonial-5-maps.white.left_6-2 {
    flex: 0 auto;
    font-size: 14px;
    display: block;
  }

  .section-maps_krest {
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 0;
  }

  .div-block-maps {
    flex: 0 auto;
    width: 100%;
  }

  .div-block-maps.maps_2 {
    height: auto;
    padding: 60px 20px;
  }

  .large-testimonial-2-maps {
    font-size: 17px;
  }

  .large-testimonial-2-maps.white.left_2 {
    flex: 0 auto;
    font-size: 14px;
    display: block;
  }

  .testimonial-block-2-maps {
    flex: 1;
    justify-content: space-between;
    align-self: flex-end;
    margin-top: 0;
    position: static;
    top: 22px;
    left: -447px;
  }

  .testimonial-block-2-maps.maps_3 {
    flex-direction: column;
    padding-top: 0;
    padding-right: 0;
  }

  .wrapper-maps.left {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .testimonial-block-1-maps {
    flex: 1;
    justify-content: space-between;
    align-self: flex-end;
    margin-top: 0;
    position: static;
    top: 22px;
    left: -447px;
  }

  .testimonial-block-1-maps.maps_4 {
    flex-direction: column;
    padding-top: 0;
    padding-right: 0;
  }

  .testimonial-block-3-maps {
    flex: 1;
    justify-content: space-between;
    align-self: flex-end;
    margin-top: 0;
    position: static;
    top: 22px;
    left: -447px;
  }

  .testimonial-block-3-maps.maps_4 {
    flex-direction: column;
    padding-top: 0;
    padding-right: 0;
  }

  .heading-contact-maps {
    font-size: 27px;
  }

  .heading-contact-maps.maps_3 {
    font-size: 24px;
  }

  .div-block-h2-maps {
    width: 400px;
    margin-left: 0;
    padding-left: 0;
  }

  .testimonial-block-5-maps {
    flex: 1;
    justify-content: space-between;
    align-self: flex-end;
    margin-top: 0;
    position: static;
    top: 22px;
    left: -447px;
  }

  .testimonial-block-5-maps.maps_5 {
    flex-direction: column;
    padding-top: 0;
    padding-right: 0;
  }

  .image-wrap-2-maps {
    margin-top: 0;
  }

  .large-testimonial-3-4-maps {
    font-size: 17px;
  }

  .large-testimonial-3-4-maps.white.left_6 {
    flex: 0 auto;
    font-size: 14px;
    display: block;
  }

  .large-testimonial-3-3-maps {
    font-size: 17px;
  }

  .large-testimonial-3-3-maps.white.left_5 {
    flex: 0 auto;
    font-size: 14px;
    display: block;
  }

  .large-testimonial-3-1-maps {
    font-size: 17px;
  }

  .large-testimonial-3-1-maps.white.left_5 {
    flex: 0 auto;
    margin-bottom: 3px;
    font-size: 14px;
    display: block;
  }

  .content__wrapper-maps.maps {
    flex-direction: column;
    display: block;
  }

  .large-testimonial-3-maps {
    font-size: 17px;
  }

  .large-testimonial-3-maps.white.left_4 {
    flex: 0 auto;
    font-size: 14px;
    display: block;
  }

  .large-testimonial-1-maps-brembo {
    font-size: 17px;
  }

  .large-testimonial-1-maps-brembo.white.left {
    flex: 0 auto;
    font-size: 14px;
    display: block;
  }

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

  .uui-padding-vertical_page14 {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .uui-layout30_component-copy, .uui-layout30_component_page14 {
    grid-row-gap: 1rem;
  }

  .uui-layout30_image-wrapper_page14 {
    margin-top: 1rem;
    display: flex;
  }

  .paragraph_page5-11 {
    font-size: 24px;
  }

  .paragraph_page5-11.our-ecosystem-heading-text_1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .uui-layout_item_page2-21, .uui-layout_item_page2-22 {
    margin-top: 0;
  }

  .h3-heading_page2-41 {
    font-size: 24px;
  }

  .h3-heading_page2-41.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .h3-heading_page2-44 {
    font-size: 24px;
  }

  .h3-heading_page2-44.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .uui-padding-vertical-xhuge-11-1 {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .uui-padding-vertical-8 {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .h3-heading_page3-0 {
    font-size: 24px;
  }

  .h3-heading_page3-0.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .h3-heading_page2-19 {
    font-size: 24px;
  }

  .h3-heading_page2-19.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .uui-section_layout_page2-9 {
    padding-top: 0;
  }

  .uui-padding-vertical-page2-9 {
    padding-top: 1rem;
    padding-bottom: 4rem;
  }

  .paragraph_page2-17 {
    font-size: 24px;
  }

  .paragraph_page2-17.our-ecosystem-heading-text_1 {
    margin-top: 2rem;
    font-size: 16px;
  }

  .paragraph_page2-18 {
    font-size: 24px;
  }

  .paragraph_page2-18.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .paragraph_page2-19 {
    font-size: 24px;
  }

  .paragraph_page2-19.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .uui-layout-wrapper_phone {
    margin-top: 1rem;
    display: flex;
  }

  .uui-layout-wrapper_maps {
    margin-top: 2rem;
    display: flex;
  }

  .paragraph_telegram.our-ecosystem-paragraph {
    font-size: 16px;
  }

  .paragraph_telegram.white-800-color.social-media-link {
    font-size: 16px;
    line-height: 1;
  }

  .portfolio-row {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .portfolio-col, .portfolio-col_1 {
    padding-right: 0%;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .slider-foot {
    width: 82%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .uui-padding-vertical_portfolio {
    padding-top: 2rem;
    padding-bottom: 0;
  }

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

  .uui-layout_portfolio {
    grid-row-gap: 1rem;
  }

  .uui-layout30_image-wrapper_portfolio {
    margin-top: 3rem;
    display: flex;
  }

  .h3-heading_portfolio {
    font-size: 24px;
  }

  .h3-heading_portfolio.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 16px;
  }

  .section_portfolio {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section_portfolio.no-padding-bottom {
    padding-bottom: 2rem;
  }

  .container_portfolio {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05-1_link {
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-size: .8rem;
    font-weight: 500;
    line-height: 1rem;
  }

  .uui-section_blog05-1 {
    padding-top: 2rem;
  }

  .top-header-left-col-4-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .brix---social-media-grid-right-2 {
    flex: none;
    justify-content: flex-end;
    place-items: center;
  }

  .link-icon-left-3-32 {
    margin-right: 4px;
    font-size: 12px;
    line-height: 14px;
  }

  .header-container_2-11 {
    padding-top: 24px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .grid-header-top_2-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .top-header-right-col_2-11 {
    justify-content: flex-end;
    align-items: center;
  }

  .top-header-left-col_2-11, .top-header-left-col_2-12 {
    justify-content: flex-start;
    align-items: center;
  }

  .top-header-right-col_2-13 {
    justify-content: flex-end;
    align-items: center;
  }

  .brix---social-media-grid_2-12 {
    flex: none;
    justify-content: center;
    place-items: center;
  }

  .social-media-link-div_9-05 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: wrap;
  }

  .paragraph_email.our-ecosystem-paragraph {
    font-size: 16px;
  }

  .paragraph_email.white-800-color.social-media-link {
    font-size: 16px;
    line-height: 1;
  }

  .social-media-link-div_9-22 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: wrap;
  }

  .bold-text-28 {
    font-size: 14px;
  }

  .section_1 {
    margin-bottom: 0;
  }

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

  .uui-padding-vertical-xhuge-13-2 {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }

  .uui-layout_component-13-2 {
    grid-row-gap: 1rem;
  }

  .h2-heading-13-2 {
    font-size: 30px;
  }

  .uui-layout30_image-wrapper-13-2 {
    margin-top: 1rem;
    display: flex;
  }

  .uui-layout_image-13-2 {
    width: 100vw;
    min-width: 100vw;
    max-width: none;
    height: 22rem;
  }

  .uui-layout_item_page2-20 {
    margin-top: .5rem;
    margin-bottom: 0;
  }

  .h1-heading, .h1-heading_2, .h1-heading_3, .h1-heading_4, .h1-heading_5, .h1-heading_6 {
    font-size: 30px;
  }

  .uui-layout_item_page2-3 {
    margin-top: .5rem;
  }

  .h1-heading_7, .h2-heading-copy, .h1-heading_8, .h1-heading_9, .h1-heading_10, .h1-heading_11, .h1-heading_12 {
    font-size: 30px;
  }

  .uui-layout_item_page2-29 {
    margin-top: .5rem;
  }

  .paragraph_page2-29 {
    font-size: 24px;
  }

  .paragraph_page2-29.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .uui-heading-xlarge-2-8, .h1-2-8 {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .uui-layout_item_page2-27 {
    margin-top: .5rem;
  }

  .uui-layout_component_2-12 {
    grid-row-gap: 1rem;
  }

  .uui-padding-vertical_2-12 {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .h3-heading_2-12 {
    font-size: 24px;
  }

  .h3-heading_2-12.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 16px;
  }

  .h3-heading_2-13 {
    font-size: 24px;
  }

  .h3-heading_2-13.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 16px;
  }

  .h2-heading-copy {
    font-size: 30px;
  }

  .h3-heading_2-14 {
    font-size: 16px;
  }

  .uui-max-width-large_page_2-14.align-center-3 {
    margin-bottom: 1rem;
  }

  .uui-layout30_image-wrapper_2-16 {
    margin-top: 0;
    display: flex;
  }

  .h3-heading_2-16 {
    font-size: 24px;
  }

  .h3-heading_2-16.our-ecosystem-heading-text_1, .h3-heading_2-16.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .uui-padding-vertical-xhuge-11-2 {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .uui-layout_item_page2-28 {
    margin-top: .5rem;
  }

  .h3-heading_2-19 {
    font-size: 24px;
  }

  .h3-heading_2-19.our-ecosystem-heading-text_1, .h3-heading_2-19.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .our-ecosystem-detail-div_2-20 {
    margin-top: 1rem;
  }

  .h3-heading_2-20 {
    font-size: 24px;
  }

  .h3-heading_2-20.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 16px;
  }

  .h3-heading_2-20.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 18px;
  }

  .uui-section_layout_page2-1, .uui-section_layout_page2-2 {
    padding-top: 0;
  }

  .uui-layout_component_2-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: .5rem;
    display: block;
  }

  .uui-layout_image-wrapper_page2-1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .uui-layout_item_page3-2 {
    margin-top: .5rem;
    margin-bottom: 0;
  }

  .paragraph_page3-2 {
    font-size: 24px;
  }

  .paragraph_page3-2.our-ecosystem-heading-text_1 {
    margin-top: .5rem;
    font-size: 16px;
  }

  .bold-text-4-3, .bold-text-4-31, .bold-text-44, .bold-text-4-4 {
    font-size: 16px;
  }

  .h4-heading_3-2 {
    font-size: 30px;
  }

  .h3-heading_page3-3 {
    font-size: 24px;
  }

  .h3-heading_page3-3.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .h3-heading_3-5 {
    font-size: 24px;
  }

  .h3-heading_3-5.our-ecosystem-heading-text_1, .h3-heading_3-5.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .uui-layout_component_3-6 {
    grid-row-gap: 1rem;
  }

  .h4-heading_3-6 {
    font-size: 30px;
  }

  .uui-text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .uui-text-rich-text figcaption {
    margin-top: .75rem;
  }

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

  .uui-heading-large-2 {
    font-size: 2.25rem;
  }

  .uui-button-12 {
    font-size: 1rem;
  }

  .uui-button-12:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-heading-xsmall-3 {
    font-size: 1.25rem;
  }

  .uui-button-row-10 {
    align-self: stretch;
  }

  .uui-blogpost04_image-wrapper {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    margin-bottom: 3rem;
  }

  .uui-blogpost04_author-wrapper, .uui-blogpost04_content {
    margin-bottom: 2rem;
  }

  .uui-blogpost04_newsletter {
    padding: 1.5rem 1.5rem 2rem;
  }

  .uui-button-link-6 {
    font-size: 1rem;
  }

  .uui-button-link-6:hover {
    color: var(--cfd9e1);
  }

  .uui-text-size-xlarge-8 {
    font-size: 1.125rem;
  }

  .uui-blogpost04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogpost04_meta-wrapper {
    margin-top: 2rem;
    font-size: .75rem;
  }

  .uui-button-secondary-gray-9 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-9:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-space-small-10 {
    min-height: 1.25rem;
  }

  .uui-space-medium-3 {
    min-height: 1.5rem;
  }

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

  .uui-heading-large_3-7, .uui-heading-large_3-71 {
    font-size: 2.25rem;
  }

  .h3-heading_3-8 {
    font-size: 24px;
  }

  .h3-heading_3-8.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 16px;
  }

  .h3-heading_3-8.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 18px;
  }

  .h3-heading_3-9 {
    font-size: 24px;
  }

  .h3-heading_3-9.our-ecosystem-heading-text_1, .h3-heading_3-9.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .uui-blogpost04_title-wrapper_3-82 {
    margin-top: 2rem;
  }

  .h3-heading_3-82 {
    font-size: 24px;
  }

  .h3-heading_3-82.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 16px;
  }

  .h3-heading_3-82.our-ecosystem-heading-text_1-copy {
    margin-top: 1rem;
    font-size: 18px;
  }

  .mg-bottom_4-22 {
    margin-bottom: 0;
  }

  .card-left-text-wrapper_4-45 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .grid-2-columns-text_7-22 {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
  }

  .paragraph_4-45 {
    font-size: 18px;
  }

  .paragraph_4-46 {
    font-size: 20px;
  }

  .xsquare-icon_4-22 {
    border-radius: 0;
    width: 12px;
    max-width: none;
  }

  .paragraph_4-28 {
    font-size: 18px;
  }

  .xsquare-icon_4-22-2 {
    border-radius: 0;
    width: 30px;
    max-width: 56px;
  }

  .uui-max-width-large_page2-7.align-center-3 {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .paragraph_4-50, .h3-heading_2-22 {
    font-size: 24px;
  }

  .h3-heading_2-22.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 16px;
  }

  .h3-heading_2-22.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 18px;
  }

  .our-ecosystem-detail-div_2-22 {
    margin-top: 1.5rem;
  }

  .text-span-15 {
    font-size: 22px;
  }

  .uui-text-align-center-3-3 {
    margin-bottom: .5rem;
  }

  .uui-section_layout_page2-3, .uui-section_layout_page2-1-copy, .uui-section_layout_page3-21 {
    padding-top: 0;
  }

  .bold-text-4-1, .old-text-4-2, .bold-text-4-5, .bold-text-4-6, .bold-text-4-01 {
    font-size: 16px;
  }

  .h3-heading_3-89 {
    font-size: 24px;
  }

  .h3-heading_3-89.our-ecosystem-heading-text_1, .h3-heading_3-89.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 16px;
  }

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

  .uui-banner22_close-button {
    background-color: #0000;
  }

  .uui-banner22_content-wrapper {
    align-items: flex-start;
  }

  .uui-banner22_content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .grid-2-columns-text_7-23 {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
  }

  .uui-banner_content-wrapper_1 {
    align-items: flex-start;
  }

  .paragraph_4-51 {
    font-size: 18px;
  }

  .h4-heading_5, .h4-heading_6 {
    font-size: 24px;
    line-height: 1.2;
  }

  .paragraph_page2-11 {
    font-size: 24px;
  }

  .paragraph_page2-11.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .uui-layout_item_page2-33 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph_page2-33 {
    font-size: 24px;
  }

  .paragraph_page2-33.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 16px;
  }

  .uui-max-width-large_page2-72.align-center-3 {
    margin-top: 2rem;
    margin-bottom: .5rem;
  }

  .uui-layout_item-list2-33 {
    grid-row-gap: 0rem;
    margin-top: 1rem;
  }

  .uui-max-width-large_page2-73.align-center-3 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .uui-layout_item_page2-35 {
    margin-top: .5rem;
    margin-bottom: 0;
  }

  .uui-layout_item_page2-30 {
    margin-top: .5rem;
  }

  .uui-layout19_item-text-wrapper_page2-38 {
    margin-bottom: 1rem;
  }

  .text_1-21 {
    font-size: 16px;
  }

  .paragraph_page2-40 {
    font-size: 24px;
  }

  .paragraph_page2-40.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 16px;
  }

  .text_1-22 {
    font-size: 16px;
  }

  .uui-layout_item_page2-41 {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .uui-layout_item_page2-42 {
    margin-top: .5rem;
  }

  .h3-heading_page2-42 {
    font-size: 24px;
  }

  .h3-heading_page2-42.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .paragraph_page2-42 {
    font-size: 24px;
  }

  .paragraph_page2-42.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .uui-layout_item_page2-333, .uui-layout_item_page2-335, .uui-layout_item_page2-336 {
    margin-top: 0;
    margin-bottom: 1rem;
  }

  .uui-blogpost04_title-wrapper_3-820 {
    margin-top: 0;
  }

  .uui-layout30_image-wrapper_2-162 {
    margin-top: 1rem;
    display: flex;
  }

  .paragraph_page_3-6 {
    font-size: 24px;
  }

  .paragraph_page_3-6.our-ecosystem-heading-text_1 {
    margin-top: 2rem;
    font-size: 16px;
  }

  .paragraph_page_3-61 {
    font-size: 24px;
  }

  .paragraph_page_3-61.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .text_1-3, .text_1-31 {
    font-size: 16px;
  }

  .h3-heading_3-61 {
    font-size: 24px;
  }

  .h3-heading_3-61.our-ecosystem-heading-text_1, .h3-heading_3-61.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .uui-layout_component_3-61 {
    grid-row-gap: 1rem;
  }

  .h3-heading_3-63 {
    font-size: 24px;
  }

  .h3-heading_3-63.our-ecosystem-heading-text_1, .h3-heading_3-63.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .h3-heading_3-64 {
    font-size: 16px;
  }

  .h3-heading_3-640 {
    font-size: 24px;
  }

  .h3-heading_3-640.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 16px;
  }

  .h3-heading_3-632 {
    font-size: 24px;
  }

  .h3-heading_3-632.our-ecosystem-heading-text_1 {
    margin-top: .5rem;
    font-size: 16px;
  }

  .h3-heading_3-632.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .h3-heading_3-642 {
    font-size: 16px;
  }

  .uui-layout_image_3-61 {
    width: 100vw;
    min-width: 100vw;
    max-width: none;
    height: 22rem;
  }

  .h3-heading_3-633 {
    font-size: 24px;
  }

  .h3-heading_3-633.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .h3-heading_3-633.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .h3-heading_3-634 {
    font-size: 24px;
  }

  .h3-heading_3-634.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .h3-heading_3-634.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .h3-heading_3-647, .h3-heading_3-648 {
    font-size: 16px;
  }

  .h3-heading_3-649 {
    margin-top: 0;
    font-size: 16px;
  }

  .h3-heading_3-6332 {
    font-size: 24px;
  }

  .h3-heading_3-6332.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .h3-heading_3-6332.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .paragraph_page_3-66 {
    font-size: 24px;
  }

  .paragraph_page_3-66.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
    font-weight: 500;
  }

  .paragraph_page_3-662 {
    font-size: 24px;
  }

  .paragraph_page_3-662.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .text-page_3-662 {
    font-size: 16px;
  }

  .grid-2-columns-text_7-61 {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
  }

  .uui-padding-vertical_3-61 {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .h3-heading_3-611 {
    font-size: 24px;
  }

  .h3-heading_3-611.our-ecosystem-heading-text_1, .h3-heading_3-611.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .paragraph_page_3-612 {
    font-size: 24px;
  }

  .paragraph_page_3-612.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .text_3-612 {
    font-size: 16px;
    font-weight: 500;
  }

  .text_3-613 {
    font-size: 16px;
    font-weight: 600;
  }

  .div-block_line {
    width: 150px;
  }

  .h3-heading_3-6481, .h3-heading_3-6471 {
    font-size: 16px;
  }

  .h3-heading_3-6331 {
    font-size: 24px;
  }

  .h3-heading_3-6331.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .h3-heading_3-6331.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .paragraph_page_5-1 {
    font-size: 24px;
  }

  .paragraph_page_5-1.our-ecosystem-heading-text_1 {
    margin-top: 1.5rem;
    font-size: 16px;
  }

  .paragraph_page2-67 {
    font-size: 24px;
  }

  .paragraph_page2-67.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .text_2-67 {
    font-size: 16px;
    font-weight: 500;
  }

  .paragraph_page2-671 {
    font-size: 24px;
  }

  .paragraph_page2-671.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .div-block_4-223 {
    margin-top: .5rem;
  }

  .h3-heading_4-22-2 {
    font-size: 24px;
  }

  .h3-heading_4-22-2.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 16px;
  }

  .h3-heading_4-22-2.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 18px;
  }

  .h3-heading_3-80 {
    font-size: 24px;
  }

  .h3-heading_3-80.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 16px;
  }

  .h3-heading_3-80.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 18px;
  }

  .paragraph_page_5-2 {
    font-size: 24px;
  }

  .paragraph_page_5-2.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .paragraph_page_5-13 {
    font-size: 24px;
  }

  .paragraph_page_5-13.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .h3-heading_5-13 {
    font-size: 24px;
  }

  .h3-heading_5-13.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
  }

  .h3-heading_5-13.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .h3-heading_2-27 {
    font-size: 18px;
  }

  .div-block_line-_2-27, .div-block_line-_2-27-copy, .div-block_line_2-2 {
    width: 150px;
  }

  .h3-heading_5-133 {
    font-size: 24px;
  }

  .h3-heading_5-133.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
    font-weight: 600;
  }

  .h3-heading_5-133.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .text_2-27, .text_2-271, .text_2-272 {
    font-size: 16px;
    font-weight: 500;
  }

  .h3-heading_2-272 {
    font-size: 24px;
  }

  .h3-heading_2-272.our-ecosystem-heading-text_1, .h3-heading_2-272.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .h3-heading_2-273 {
    font-size: 24px;
  }

  .h3-heading_2-273.our-ecosystem-heading-text_1, .h3-heading_2-273.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    font-size: 16px;
  }

  .text_2-674 {
    font-size: 16px;
    font-weight: 500;
  }

  .paragraph_page2-675 {
    font-size: 24px;
  }

  .paragraph_page2-675.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .paragraph_page2-679 {
    font-size: 24px;
  }

  .paragraph_page2-679.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    font-size: 16px;
  }

  .uui-padding-vertical_2-129 {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .uui-layout_component_2-122 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 2rem;
    display: block;
  }

  .div-block_2-278 {
    margin-top: 1rem;
  }

  .paragraph_page_5-12 {
    font-size: 24px;
  }

  .paragraph_page_5-12.our-ecosystem-heading-text_1 {
    margin-top: 1.5rem;
    font-size: 16px;
  }

  .uui-max-width-large_page_2-142.align-center-3 {
    margin-bottom: 1rem;
  }

  .uui-layout_item_page2-271 {
    margin-top: .5rem;
  }

  .div-block_2-2781, .div-block_2-2782, .div-block_2-2783 {
    margin-top: 1rem;
  }

  .h4-heading_5-10 {
    font-size: 24px;
    line-height: 1.2;
  }

  .text_2-335, .text_2-336, .text_2-337, .text_2-338, .text, .text_2-340, .text_2-341, .text_2-342, .text_2-343 {
    font-size: 16px;
    font-weight: 500;
  }

  .div-block_2-279 {
    margin-top: 1rem;
  }

  .text_2-333, .text_2-672 {
    font-size: 16px;
    font-weight: 500;
  }

  .h4-heading_5-11, .h4-heading_5-23 {
    font-size: 24px;
    line-height: 1.2;
  }

  .paragraph_page2-174 {
    font-size: 24px;
  }

  .paragraph_page2-174.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 16px;
  }

  .text_2-174 {
    font-size: 18px;
    font-weight: 500;
  }
}

@media screen and (max-width: 479px) {
  .uui-heroheader01_pattern-image {
    width: 12.125rem;
    bottom: -25%;
    right: -20%;
  }

  .uui-heroheader01_image {
    border-top-left-radius: 4rem;
    height: 15rem;
  }

  .uui-heroheader01_component {
    grid-template-columns: 1fr;
  }

  .uui-navbar01_large-item-content {
    margin-top: 1rem;
  }

  .uui-navbar01_blog-item {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar01_dropdown-blog-list {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .uui-navbar01_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar05_link {
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .7rem;
    line-height: 1rem;
  }

  .hide-mobile-portrait {
    display: block;
  }

  .uui-navbar05_bottom-bar-content {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar05_bottom-bar {
    align-items: center;
  }

  .uui-text-size-small-2 {
    font-size: .7rem;
    line-height: 1rem;
  }

  .uui-navbar05_item-heading {
    font-size: .8rem;
    line-height: 1rem;
  }

  .uui-navbar05_dropdown-link-list {
    grid-row-gap: .4rem;
  }

  .uui-navbar05_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-dropdown-icon-2 {
    width: .9rem;
    left: 18%;
  }

  .web-navbar_container {
    margin-left: 0;
    margin-right: 0;
  }

  .web-logo_logomark-2, .web-styleguide_logomark-bg-2 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .web-navbar_menu {
    padding-top: .25rem;
  }

  .web-navbar_link {
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: .7rem;
    line-height: 1rem;
  }

  .web-navbar_link.w--current {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .web-navbar05_link_2 {
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: .7rem;
    line-height: 1rem;
  }

  .web-navbar05_link_2.w--current {
    padding-top: .6rem;
    padding-bottom: .6rem;
  }

  .uui-navbar05_dropdown-toggle-copy {
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: .7rem;
    line-height: 1rem;
  }

  .text-block {
    font-size: .7rem;
  }

  .text-block-2 {
    font-size: 1rem;
    line-height: 1rem;
  }

  .uui-heroheader03_image {
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    height: 15rem;
  }

  .uui-heading-xlarge-2 {
    margin-top: .5rem;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .uui-heroheader03_component {
    grid-template-columns: 1fr;
  }

  .uui-banner06_content {
    top: 10px;
  }

  .uui-banner06_wrapper {
    padding-left: 0;
  }

  .text-block-4 {
    width: 100%;
    padding-right: 1rem;
    font-size: .7rem;
  }

  .text-span-4 {
    text-align: left;
    padding-left: 5px;
    font-size: .72rem;
  }

  .heading-h1 {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .uui-heading-xlarge-2-2 {
    margin-top: .125rem;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .gradient-bg_1.title {
    text-align: left;
    padding-left: 1rem;
    top: -140px;
  }

  .uui-navbar06_blog-item {
    flex-direction: column;
  }

  .uui-navbar06_blog-list, .uui-navbar06_dropdown-content-left {
    grid-template-columns: 1fr;
  }

  .uui-navbar03_bottom-bar-right {
    flex-direction: column;
    width: 100%;
  }

  .uui-text-size-medium {
    flex: 0 auto;
    font-size: .8rem;
  }

  .uui-navbar03_bottom-bar-left {
    grid-template-rows: auto auto;
    grid-template-columns: max-content;
  }

  .uui-navbar03_bottom-bar {
    align-items: flex-start;
  }

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

  .uui-navbar03_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-banner23_text-wrapper {
    flex-direction: column;
    flex: 0 auto;
    align-content: stretch;
    align-items: stretch;
  }

  .uui-banner23_content {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border: 1px solid #00000026;
    border-radius: 15px;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    width: 280px;
    height: 60px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding: .5rem 0;
  }

  .uui-banner23_content:hover {
    background-color: var(--untitled-ui-gray100);
    border-style: none;
    border-color: #00000040;
    box-shadow: 0 2px 7px 2px #0000001a;
  }

  .uui-banner23_content-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .uui-page-padding-3 {
    justify-content: space-around;
    display: block;
  }

  .link-2 {
    font-size: .9rem;
  }

  .uui-contact14_component {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .uui-layout31_lightbox-image {
    height: 15rem;
  }

  .uui-layout31_item-list {
    grid-template-columns: 1fr;
  }

  .uui-layout41_lightbox-image-02 {
    width: 50%;
    min-width: 10rem;
  }

  .uui-layout41_lightbox-image-01 {
    min-width: 34rem;
    left: 20%;
  }

  .uui-testimonial09_divider {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .uui-testimonial09_lightbox-image {
    height: 15rem;
  }

  .uui-testimonial09_component, .uui-contact07_component {
    grid-template-columns: 1fr;
  }

  .uui-footer04_link-list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-heroheader01_component-2 {
    grid-template-columns: 1fr;
  }

  .uui-heroheader01_image-2 {
    border-top-left-radius: 4rem;
    height: 15rem;
  }

  .uui-heroheader01_pattern-image-2 {
    width: 12.125rem;
    bottom: -25%;
    right: -20%;
  }

  .form-field-2col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .form-radio-2col {
    grid-template-columns: 1fr;
  }

  .uui-text-size-medium-5 {
    font-size: 14px;
  }

  .uui-heading-xsmall {
    font-size: 1rem;
  }

  .uui-padding-vertical-xhuge-8 {
    padding-bottom: 3rem;
  }

  .top-header-right-col-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-bar-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 10px;
  }

  .logo-5 {
    width: 100%;
  }

  .nav-menu-item {
    flex: 0 auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .brand-16 {
    padding-right: 0;
  }

  .brand-16.w--current {
    height: auto;
  }

  .nav-3-name_1-2 {
    letter-spacing: -.04rem;
    margin-top: 1px;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
  }

  .navbar-area {
    width: 100%;
  }

  .brix---social-icon-square-30px-3 {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .header-section_1 {
    top: 0;
  }

  .brand {
    width: 100%;
    padding-left: 0;
  }

  .nav-menu-items_2 {
    width: 100%;
    box-shadow: none;
    flex: 0 auto;
    margin-top: .8px;
    padding-top: 16px;
    padding-bottom: 16px;
    display: flex;
  }

  .top-header-left-col-4 {
    justify-content: center;
    align-items: center;
  }

  .grid-header-top-2 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .brix---social-media-grid-right---mbl-center-2 {
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .div-block-name-2-2-4 {
    margin-left: 3px;
    line-height: 1;
  }

  .mg-left-_2 {
    margin-top: 0;
    margin-left: 0;
  }

  .link-wrapper-10 {
    flex-flow: row;
    display: none;
  }

  .header-container_2-10 {
    padding-top: 24px;
    padding-bottom: 20px;
    padding-right: 1rem;
  }

  .wrapper-9-1 {
    flex: none;
  }

  .image-10064 {
    align-self: center;
    width: 27px;
  }

  .nav-name_2-2-2 {
    font-size: .2rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .nenu-icon-wrap {
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
  }

  .menu-button_1 {
    width: 32px;
    height: 32px;
  }

  .header-container {
    padding-top: 0;
    padding-bottom: 0;
    display: none;
  }

  .sub-heading_1 {
    font-size: 12px;
  }

  .sub-heading_1.white-text {
    font-size: 8px;
  }

  .large-paragraph {
    font-size: 16px;
  }

  .large-paragraph.home-hero-paragraph {
    font-size: 14px;
  }

  .large-paragraph.footer-text-link {
    font-size: 11px;
  }

  .container-34_1 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-detail-div_1 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: auto;
  }

  .h1-heading_1 {
    font-size: 30px;
  }

  .h1-heading_1.home-hero-heading {
    flex: 0 auto;
    width: auto;
    font-size: 24px;
  }

  .hero-section_1 {
    background-image: url('../images/orig.webp');
    background-position: 55%;
    background-size: cover;
    margin-top: 140px;
    padding-bottom: 80px;
  }

  .h2-heading_2 {
    font-size: 30px;
  }

  .h2-heading_2.home-hero-heading {
    font-size: 24px;
  }

  .uui-heroheader06_image-wrapper {
    height: 16rem;
  }

  .uui-heroheader06_component {
    grid-template-columns: 1fr;
  }

  .uui-section_heroheader08 {
    margin-top: 8.7rem;
    overflow: hidden;
  }

  .uui-signup-form_wrapper {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-heroheader08_component {
    grid-template-columns: 1fr;
  }

  .ratings_wrapper {
    flex: none;
    margin-left: .75rem;
  }

  .uui-heroheader08_image {
    height: 17.5rem;
  }

  .nav-menu-item-dropdown_2 {
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-size: .7rem;
    line-height: 1rem;
  }

  .text-block-nav-menu-item-dropdown {
    font-size: .7rem;
  }

  .web-navbar_component-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h2 {
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .text-span-5 {
    font-size: 3rem;
  }

  .heading-h2_2 {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 1.1;
  }

  .uui-heroheader06_image-wrapper-2 {
    height: 16rem;
  }

  .uui-heroheader06_component-2 {
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-10 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-heroheader04_component {
    grid-template-columns: 1fr;
  }

  .uui-heroheader04_content {
    margin-bottom: 2rem;
  }

  .our-ecosystem-count-div_2-1 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .our-ecosystem-card {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .container_2-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .h3-heading_1 {
    font-size: 22px;
  }

  .h3-heading_1.our-ecosystem-heading-text_1 {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .our-ecosystem-grid_2-1 {
    margin-top: 30px;
  }

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

  .our-ecosystem-count-div {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .large-text {
    font-size: 18px;
  }

  .paragraph-408, .paragraph-408.our-ecosystem-paragraph {
    font-size: 14px;
  }

  .paragraph-408.white-800-color.social-media-link {
    font-size: 11px;
  }

  .section_2 {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .h2-heading_2-01 {
    font-size: 28px;
    line-height: 110%;
  }

  .h2-heading_2-01.semibold-text_2-01 {
    font-size: 18px;
  }

  .our-ecosystem-card_2-1 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .h2-heading {
    font-size: 24px;
    line-height: 1.2;
  }

  .large-text_01 {
    font-size: 18px;
  }

  .our-ecosystem-count-div_2-10, .our-ecosystem-count-div_2-11 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h3-heading_1-2 {
    font-size: 22px;
  }

  .h3-heading_1-2.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .uui-text-size-medium-7 {
    font-size: .9rem;
  }

  .uui-heading-xsmall-2 {
    font-size: 1.8rem;
  }

  .uui-layout19_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .uui-padding-vertical-xhuge-11 {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .h2-heading_4 {
    font-size: 28px;
    line-height: 110%;
  }

  .h2-heading_4.white-text {
    font-size: 16px;
  }

  .team-wrapper_4 {
    padding: 20px 0 40px;
  }

  .paragraph_4 {
    font-size: 14px;
  }

  .paragraph_4.white_4.paragraph_4-1 {
    font-size: 13px;
  }

  .section_4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section_4.team-section_4 {
    background-image: linear-gradient(#1c26e63d, #1c26e63d), url('../images/106.jpg');
    background-position: 0 0, 40% 0;
    padding: 15px 1rem;
  }

  .common-button_4-1 {
    padding: 12px 46px 12px 20px;
    font-size: 14px;
  }

  .common-button_4-1.white-button_4 {
    background-position: 50%;
    background-size: 36px;
    width: 260px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .team-grid_4 {
    margin-top: 40px;
  }

  .common-button_4-12 {
    padding: 12px 46px 12px 20px;
    font-size: 14px;
  }

  .common-button_4-12.white-button_4 {
    background-image: url('../images/call_FILL0_wght400_GRAD0_opsz48-4-1.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    width: 260px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .common-button_4-10 {
    padding: 12px 46px 12px 20px;
    font-size: 14px;
  }

  .common-button_4-10.white-button_4 {
    background-position: 50%;
    width: 260px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .team-card_4 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .team-grid_4-2 {
    margin-top: 30px;
  }

  .container_4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .common-button_4-2 {
    padding: 12px 46px 12px 20px;
    font-size: 14px;
  }

  .h4-heading {
    font-size: 20px;
  }

  .h2-heading-2 {
    font-size: 28px;
    line-height: 110%;
  }

  .team-card_4-2, .team-card {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .common-heading-div_4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .uui-signup-form_wrapper-2 {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .h2-heading_3 {
    font-size: 24px;
    line-height: 1.1;
  }

  .h3-heading_3 {
    font-size: 22px;
  }

  .h3-heading_3.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .common-button_4-13 {
    padding: 12px 46px 12px 20px;
    font-size: 14px;
  }

  .common-button_4-13.white-button_4 {
    background-image: url('../images/Telegram_2.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    width: 260px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .common-button_4-14 {
    padding: 12px 46px 12px 20px;
    font-size: 14px;
  }

  .common-button_4-14.white-button_4 {
    background-image: url('../images/Логотип_MAX.svg');
    background-repeat: no-repeat;
    background-size: 24px;
    width: 260px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .footer-wrapper_9-02 {
    margin-top: 20px;
    padding-top: 0;
  }

  .paragraph_9-022 {
    font-size: 14px;
  }

  .paragraph_9-022.white-800-color {
    font-size: 11px;
  }

  .footer-logo {
    width: 150px;
  }

  .link-128 {
    font-size: 12px;
  }

  .image_10_9 {
    align-self: center;
    width: 20px;
  }

  .template-link-div_9 {
    grid-row-gap: 15px;
    flex-flow: wrap;
    display: none;
  }

  .social-media-link-div_9 {
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .copyright-div_9-022 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image_9-023 {
    width: 13px;
  }

  .paragraph_9 {
    font-size: 14px;
  }

  .paragraph_9.white-800-color {
    flex: 0 auto;
    font-size: 10px;
  }

  .container_9 {
    padding-left: 0;
    padding-right: 0;
  }

  .image_9-022 {
    width: 12px;
  }

  .bottom-footer-div_9-01 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .brand-16_9 {
    padding-right: 0;
  }

  .brand-16_9.w--current {
    height: auto;
  }

  .paragraph_9-33 {
    font-size: 14px;
  }

  .paragraph_9-33.white-800-color {
    flex: 0 auto;
    font-size: 10px;
  }

  .section_9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section_9.footer {
    padding-bottom: 10px;
  }

  .div-block-name_9 {
    margin-left: 7px;
    line-height: 1;
  }

  .nav-name_9 {
    font-size: .22rem;
    font-weight: 700;
    line-height: 1.2;
  }

  .nav-3-name_9 {
    letter-spacing: -.04rem;
    margin-top: 1px;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1;
  }

  .copyright-div_9-02 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .footer-link-div_9 {
    grid-row-gap: 15px;
  }

  .paragraph_9-023 {
    font-size: 14px;
  }

  .our-ecosystem-grid_footer {
    margin-top: 0;
  }

  .our-ecosystem-grid_footer_2 {
    margin-top: 10px;
  }

  .uui-heroheader17_image-wrapper {
    height: 17rem;
  }

  .uui-heroheader17_card-image-01 {
    border-radius: 1rem;
    width: 15.56rem;
  }

  .uui-heroheader17_card-image {
    border-radius: 1rem;
    width: 15.5625rem;
  }

  .uui-signup-form_wrapper-3 {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .uui-heroheader23_image-wrapper {
    width: 100vw;
  }

  .uui-heroheader23_card-image {
    border-radius: 1rem;
    width: 18rem;
  }

  .uui-padding-vertical-xhuge-12 {
    padding-bottom: 1rem;
  }

  .uui-layout30_item-list {
    grid-template-columns: 1fr;
  }

  .uui-layout30_image {
    height: 15rem;
  }

  .uui-layout_page2 {
    height: 350px;
    max-height: 350px;
    display: block;
  }

  .uui-heading_page2, .uui-heading_page2-2, .uui-heading_page2-3 {
    font-size: 1.8rem;
  }

  .uui-layout19_image-wrapper_page2 {
    margin-top: 1rem;
    display: block;
  }

  .h3-heading_page2 {
    font-size: 22px;
  }

  .h3-heading_page2.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .h3-heading_page2-1 {
    font-size: 22px;
  }

  .h3-heading_page2-1.our-ecosystem-heading-text_1 {
    font-size: 14px;
    line-height: 1.3;
  }

  .paragraph_page2-1 {
    font-size: 22px;
  }

  .paragraph_page2-1.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .text_1-2 {
    font-size: 14px;
    display: block;
  }

  .h3-heading_page3 {
    font-size: 22px;
  }

  .h3-heading_page3.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .paragraph_page3-1 {
    font-size: 22px;
  }

  .paragraph_page3-1.our-ecosystem-heading-text_1, .bold-text_page3-10, .bold-text_page3-11, .bold-text_page3-12, .bold-text_page3-13 {
    font-size: 14px;
  }

  .bold-text_page3-14 {
    font-size: 16px;
  }

  .bold-text-4-2 {
    font-size: 14px;
  }

  .paragraph_page4-1 {
    font-size: 22px;
  }

  .paragraph_page4-1.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .paragraph_page5-1 {
    font-size: 22px;
  }

  .paragraph_page5-1.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 14px;
  }

  .uui-layout_item_page5-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph_page5-1-copy {
    font-size: 22px;
  }

  .paragraph_page5-1-copy.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .paragraph_page6-1 {
    font-size: 22px;
  }

  .paragraph_page6-1.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .bold-text-8 {
    font-size: 16px;
  }

  .paragraph_page8-2 {
    font-size: 22px;
  }

  .paragraph_page8-2.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .h2-heading_company, .h2-heading_company-2, .h1-heading_company {
    font-size: 24px;
    line-height: 1.1;
  }

  .h3-heading_page10 {
    font-size: 22px;
  }

  .h3-heading_page10.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .h5-heading_page10 {
    font-size: 22px;
  }

  .h5-heading_page10.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .uui-layout19_company {
    margin-top: .5rem;
  }

  .bold-text-7-1, .bold-text-7-2, .bold-text-7-3 {
    margin-top: .5rem;
    font-size: 14px;
    display: block;
  }

  .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15, .bold-text-16, .bold-text-17, .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23, .bold-text-24 {
    font-size: 16px;
  }

  .uui-layout19_image-wrapper_page2-11 {
    margin-top: 1rem;
    display: block;
  }

  .bold-text-25 {
    font-size: 16px;
  }

  .bold-text-8-1, .bold-text-8-2, .bold-text-8-3 {
    margin-top: .5rem;
    font-size: 14px;
    display: block;
  }

  .bold-text-26, .bold-text-27 {
    font-size: 16px;
  }

  .h5-heading_page10-2 {
    font-size: 22px;
  }

  .h5-heading_page10-2.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .bold-text-10-2 {
    font-size: 16px;
    font-weight: 700;
  }

  .uui-layout19_image-wrapper_page12 {
    margin-top: 0;
    display: block;
  }

  .rt-demo-two-accordion-left-arrow, .rt-demo-two-accordion-right-arrow {
    bottom: 50%;
  }

  .large-testimonial-5-maps {
    text-align: center;
    font-size: 16px;
  }

  .large-testimonial-5-maps.white {
    font-size: 18px;
  }

  .large-testimonial-5-maps.white.left_6-2 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
  }

  .section-maps_krest {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 0 20px;
  }

  .div-block-maps {
    background-position: 20%;
    width: 100%;
  }

  .div-block-maps.maps_2 {
    height: auto;
    padding: 50px 20px;
  }

  .large-testimonial-2-maps {
    text-align: center;
    font-size: 16px;
  }

  .large-testimonial-2-maps.white {
    font-size: 18px;
  }

  .large-testimonial-2-maps.white.left_2 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
  }

  .testimonial-block-2-maps {
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px 15px;
    position: relative;
    top: auto;
    left: auto;
  }

  .testimonial-block-2-maps.maps_3 {
    padding-bottom: 0;
  }

  .wrapper-maps.left {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
  }

  .testimonial-block-1-maps {
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px 15px;
    position: relative;
    top: auto;
    left: auto;
  }

  .testimonial-block-1-maps.maps_4 {
    margin-top: 10px;
    padding-bottom: 0;
  }

  .testimonial-block-3-maps {
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px 15px;
    position: relative;
    top: auto;
    left: auto;
  }

  .testimonial-block-3-maps.maps_4 {
    padding-bottom: 0;
  }

  .heading-contact-maps.maps_3 {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
  }

  .div-block-h2-maps {
    width: 280px;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 0;
  }

  .testimonial-block-5-maps {
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px 15px;
    position: relative;
    top: auto;
    left: auto;
  }

  .testimonial-block-5-maps.maps_5 {
    padding-bottom: 0;
  }

  .image-wrap-2-maps {
    margin-top: 0;
  }

  .large-testimonial-3-4-maps {
    text-align: center;
    font-size: 16px;
  }

  .large-testimonial-3-4-maps.white {
    font-size: 18px;
  }

  .large-testimonial-3-4-maps.white.left_6 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
  }

  .large-testimonial-3-3-maps {
    text-align: center;
    font-size: 16px;
  }

  .large-testimonial-3-3-maps.white {
    font-size: 18px;
  }

  .large-testimonial-3-3-maps.white.left_5 {
    font-size: 13px;
    line-height: 1.3;
  }

  .large-testimonial-3-1-maps {
    text-align: center;
    font-size: 16px;
  }

  .large-testimonial-3-1-maps.white {
    font-size: 18px;
  }

  .large-testimonial-3-1-maps.white.left_5 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
  }

  .html-embed-landing {
    margin-top: 0;
  }

  .content__wrapper-maps.maps {
    flex-direction: column;
    padding-top: 0;
  }

  .link-5-maps-2 {
    font-size: 13px;
  }

  .large-testimonial-3-maps {
    text-align: center;
    font-size: 16px;
  }

  .large-testimonial-3-maps.white {
    font-size: 18px;
  }

  .large-testimonial-3-maps.white.left_4 {
    font-size: 13px;
    line-height: 1.3;
  }

  .large-testimonial-1-maps-brembo {
    text-align: center;
    font-size: 16px;
  }

  .large-testimonial-1-maps-brembo.white {
    font-size: 18px;
  }

  .large-testimonial-1-maps-brembo.white.left {
    font-size: 13px;
    line-height: 1.3;
  }

  .uui-padding-vertical_page14 {
    padding-bottom: 0;
  }

  .paragraph_page5-11 {
    font-size: 22px;
  }

  .paragraph_page5-11.our-ecosystem-heading-text_1 {
    margin-top: 0;
    font-size: 14px;
  }

  .h3-heading_page2-41 {
    font-size: 22px;
  }

  .h3-heading_page2-41.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .h3-heading_page2-44 {
    font-size: 22px;
  }

  .h3-heading_page2-44.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .uui-padding-vertical-xhuge-11-1 {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .uui-padding-vertical-8 {
    padding-bottom: 1rem;
  }

  .uui-section_layout19-1 {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .h3-heading_page3-0 {
    font-size: 22px;
  }

  .h3-heading_page3-0.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .uui-layout19_image-wrapper_page2-8 {
    margin-top: 1rem;
    display: block;
  }

  .h3-heading_page2-19 {
    font-size: 22px;
  }

  .h3-heading_page2-19.our-ecosystem-heading-text_1 {
    font-size: 14px;
    line-height: 1.3;
  }

  .uui-padding-vertical-page2-9 {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .paragraph_page2-17 {
    font-size: 22px;
  }

  .paragraph_page2-17.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .paragraph_page2-18 {
    font-size: 22px;
  }

  .paragraph_page2-18.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .paragraph_page2-19 {
    font-size: 22px;
  }

  .paragraph_page2-19.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .bold-text-4-19 {
    font-size: 14px;
    display: block;
  }

  .div__phone {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .uui-layout-wrapper_maps {
    margin-top: 2rem;
  }

  .paragraph__phone, .link__phone, .paragraph_telegram, .paragraph_telegram.our-ecosystem-paragraph, .paragraph_telegram.white-800-color.social-media-link {
    font-size: 14px;
  }

  .potfolio-photo-block {
    margin-top: 0;
  }

  .lightbox-link {
    margin-top: 20px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-arrow {
    width: 32px;
    height: 32px;
    bottom: -13px;
  }

  .left-arrow {
    width: 24px;
    height: 32px;
    bottom: -13px;
  }

  .slider-foot {
    width: 75%;
    padding-top: 24px;
    font-size: 16px;
  }

  .uui-padding-vertical_portfolio {
    padding-bottom: 0;
  }

  .uui-layout30_image-wrapper_portfolio {
    margin-top: 2rem;
  }

  .h3-heading_portfolio {
    font-size: 22px;
  }

  .h3-heading_portfolio.our-ecosystem-heading-text_1 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .section_portfolio {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section_portfolio.no-padding-bottom {
    padding-bottom: 1rem;
  }

  .container_portfolio {
    padding-left: 0;
    padding-right: 0;
  }

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

  .uui-navbar05-1_link {
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: .7rem;
    line-height: 1rem;
  }

  .uui-section_blog05-1 {
    padding-top: 0;
  }

  .top-header-left-col-4-2 {
    justify-content: center;
    align-items: center;
  }

  .brix---social-media-grid-right-2 {
    grid-template-columns: repeat(auto-fit, 30px);
    align-self: stretch;
  }

  .header-container_2-11 {
    padding: 24px 1rem 20px;
  }

  .grid-header-top_2-11 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: center;
  }

  .top-header-right-col_2-11 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .top-header-left-col_2-11, .top-header-left-col_2-12 {
    justify-content: center;
    align-items: center;
  }

  .top-header-right-col_2-13 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .brix---social-media-grid_2-12 {
    flex: none;
    grid-template-columns: repeat(auto-fit, 30px);
    justify-content: center;
    align-self: stretch;
    align-items: center;
  }

  .social-media-link-div_9-05 {
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .div__email {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .paragraph_email, .paragraph_email.our-ecosystem-paragraph, .paragraph_email.white-800-color.social-media-link {
    font-size: 14px;
  }

  .social-media-link-div_9-22 {
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .bold-text-28 {
    font-size: 12px;
  }

  .div__phone_2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .uui-padding-vertical-xhuge-13-2 {
    padding-bottom: 3rem;
  }

  .h2-heading-13-2 {
    font-size: 24px;
    line-height: 1.1;
  }

  .uui-layout_image-13-2 {
    height: 15rem;
  }

  .h1-heading, .h1-heading_2 {
    font-size: 24px;
    line-height: 1.1;
  }

  .h1-heading_3 {
    font-size: 24px;
    line-height: 1.2;
  }

  .h1-heading_4, .h1-heading_5 {
    font-size: 24px;
    line-height: 1.1;
  }

  .bold-text_page3-10-copy, .bold-text_page3-2 {
    font-size: 14px;
  }

  .h1-heading_6, .h1-heading_7, .h2-heading-copy, .h1-heading_8, .h1-heading_9, .h1-heading_10, .h1-heading_11 {
    font-size: 24px;
    line-height: 1.1;
  }

  .h1-heading_12 {
    font-size: 24px;
    line-height: 1.3;
  }

  .paragraph_page2-29 {
    font-size: 22px;
  }

  .paragraph_page2-29.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .uui-heading-xlarge-2-8, .h1-2-8 {
    margin-top: .5rem;
    font-size: 1.2rem;
    line-height: 1.3;
  }

  .uui-padding-vertical_2-12 {
    padding-bottom: 1rem;
  }

  .h3-heading_2-12 {
    font-size: 22px;
  }

  .h3-heading_2-12.our-ecosystem-heading-text_1 {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h3-heading_2-13 {
    font-size: 22px;
  }

  .h3-heading_2-13.our-ecosystem-heading-text_1 {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h2-heading-copy {
    font-size: 24px;
    line-height: 1.1;
  }

  .h3-heading_2-14 {
    font-size: 14px;
    line-height: 1.3;
  }

  .uui-max-width-large_page_2-14.align-center-3 {
    margin-bottom: 1rem;
  }

  .h3-heading_2-16 {
    font-size: 22px;
  }

  .h3-heading_2-16.our-ecosystem-heading-text_1, .h3-heading_2-16.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .our-ecosystem-detail-div_2-16 {
    margin-bottom: 1rem;
  }

  .uui-padding-vertical-xhuge-11-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .h3-heading_2-19 {
    font-size: 22px;
  }

  .h3-heading_2-19.our-ecosystem-heading-text_1, .h3-heading_2-19.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h3-heading_2-20 {
    font-size: 22px;
  }

  .h3-heading_2-20.our-ecosystem-heading-text_1 {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h3-heading_2-20.our-ecosystem-heading-text_1-copy {
    margin-bottom: 0;
    font-size: 16px;
  }

  .uui-layout_component_2-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .uui-layout_image-wrapper_page2-1 {
    margin-top: 2rem;
    display: block;
  }

  .paragraph_page3-2 {
    font-size: 22px;
  }

  .paragraph_page3-2.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .bold-text-4-3, .bold-text-4-31, .bold-text-44, .bold-text-4-4 {
    font-size: 14px;
    display: block;
  }

  .h4-heading_3-2 {
    font-size: 24px;
    line-height: 1.1;
  }

  .h3-heading_page3-3 {
    font-size: 22px;
  }

  .h3-heading_page3-3.our-ecosystem-heading-text_1 {
    font-size: 14px;
    line-height: 1.3;
  }

  .h3-heading_3-5 {
    font-size: 22px;
  }

  .h3-heading_3-5.our-ecosystem-heading-text_1, .h3-heading_3-5.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h4-heading_3-6 {
    font-size: 24px;
    line-height: 1.1;
  }

  .uui-blogpost04_content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-blogpost04_author-wrapper {
    margin-bottom: 1rem;
  }

  .uui-blogpost04_form-wrapper {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .h3-heading_3-8 {
    font-size: 22px;
  }

  .h3-heading_3-8.our-ecosystem-heading-text_1, .h3-heading_3-8.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h3-heading_3-9 {
    font-size: 22px;
  }

  .h3-heading_3-9.our-ecosystem-heading-text_1, .h3-heading_3-9.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h3-heading_3-82 {
    font-size: 22px;
  }

  .h3-heading_3-82.our-ecosystem-heading-text_1 {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h3-heading_3-82.our-ecosystem-heading-text_1-copy {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .mg-bottom_4-22 {
    margin-bottom: 0;
  }

  .paragraph-default_4-45 {
    font-size: 17px;
    line-height: 28px;
  }

  .card-left-text-wrapper_4-45 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .paragraph_4-45 {
    font-size: 14px;
  }

  .icon-left---content-right_4-45 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph_4-46 {
    font-size: 16px;
  }

  .icon-left---content-right_4-22 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xsquare-icon_4-22 {
    border-radius: 0;
    flex: 0 2 auto;
    order: 0;
    align-self: center;
    width: 12px;
    max-width: none;
    margin-right: 10px;
    display: none;
    overflow: hidden;
  }

  .paragraph-default_4-22 {
    font-size: 17px;
    line-height: 28px;
  }

  .paragraph_4-28 {
    font-size: 14px;
  }

  .icon-left---content-right_4-30 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xsquare-icon_4-22-2 {
    border-radius: 0;
    flex: 0 2 auto;
    order: 0;
    align-self: center;
    width: 27px;
    max-width: none;
    margin-right: 0;
    overflow: hidden;
  }

  .icon-left---content-right_4-31 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-max-width-large_page2-7.align-center-3 {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .paragraph_4-50 {
    font-size: 18px;
  }

  .h3-heading_2-22 {
    font-size: 22px;
  }

  .h3-heading_2-22.our-ecosystem-heading-text_1 {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h3-heading_2-22.our-ecosystem-heading-text_1-copy {
    margin-bottom: 0;
    font-size: 16px;
  }

  .text-span-15 {
    font-size: 16px;
  }

  .uui-text-align-center-3-3 {
    margin-bottom: 0;
  }

  .bold-text-4-1, .old-text-4-2, .bold-text-4-5 {
    font-size: 14px;
    display: block;
  }

  .text-span-18 {
    vertical-align: baseline;
    display: inline;
  }

  .bold-text-4-6, .bold-text-4-01 {
    font-size: 14px;
    display: block;
  }

  .h3-heading_3-89 {
    font-size: 22px;
  }

  .h3-heading_3-89.our-ecosystem-heading-text_1 {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h3-heading_3-89.our-ecosystem-heading-text_1-copy {
    margin-bottom: 0;
    font-size: 14px;
  }

  .uui-banner_content-wrapper_1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .paragraph_4-51 {
    font-size: 15px;
  }

  .h4-heading_5, .h4-heading_6 {
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraph_page2-11 {
    font-size: 22px;
  }

  .paragraph_page2-11.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .paragraph_page2-33 {
    font-size: 22px;
  }

  .paragraph_page2-33.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .uui-max-width-large_page2-72.align-center-3 {
    margin-top: 1rem;
  }

  .uui-layout_item-list2-33 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .uui-max-width-large_page2-73.align-center-3 {
    margin-bottom: 0;
  }

  .text_1-21 {
    font-size: 14px;
    display: block;
  }

  .paragraph_page2-40 {
    font-size: 22px;
  }

  .paragraph_page2-40.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .text_1-22 {
    font-size: 14px;
    display: block;
  }

  .uui-layout_item_page2-41 {
    margin-top: 2rem;
  }

  .h3-heading_page2-42 {
    font-size: 22px;
  }

  .h3-heading_page2-42.our-ecosystem-heading-text_1 {
    margin-top: .5rem;
    font-size: 14px;
    line-height: 1.3;
  }

  .paragraph_page2-42 {
    font-size: 22px;
  }

  .paragraph_page2-42.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: .5rem;
    font-size: 14px;
    display: block;
  }

  .uui-blogpost04_title-wrapper_3-820, .uui-layout30_image-wrapper_2-162 {
    margin-top: 0;
  }

  .paragraph_page_3-6 {
    font-size: 22px;
  }

  .paragraph_page_3-6.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .paragraph_page_3-61 {
    font-size: 22px;
  }

  .paragraph_page_3-61.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .text_1-3, .text_1-31 {
    font-size: 14px;
    display: block;
  }

  .h3-heading_3-61 {
    font-size: 22px;
  }

  .h3-heading_3-61.our-ecosystem-heading-text_1, .h3-heading_3-61.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .uui-layout_component_3-61 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .h3-heading_3-63 {
    font-size: 22px;
  }

  .h3-heading_3-63.our-ecosystem-heading-text_1 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .h3-heading_3-63.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h3-heading_3-64 {
    margin-bottom: .5rem;
    font-size: 14px;
    line-height: 1.3;
  }

  .h3-heading_3-640 {
    font-size: 22px;
  }

  .h3-heading_3-640.our-ecosystem-heading-text_1 {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h3-heading_3-632 {
    font-size: 22px;
  }

  .h3-heading_3-632.our-ecosystem-heading-text_1 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .h3-heading_3-632.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h3-heading_3-642 {
    font-size: 14px;
    line-height: 1.3;
  }

  .uui-layout_image_3-61 {
    height: 15rem;
  }

  .h3-heading_3-633 {
    font-size: 22px;
  }

  .h3-heading_3-633.our-ecosystem-heading-text_1 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .h3-heading_3-633.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h3-heading_3-634 {
    font-size: 22px;
  }

  .h3-heading_3-634.our-ecosystem-heading-text_1 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .h3-heading_3-634.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h3-heading_3-647 {
    font-size: 14px;
    line-height: 1.3;
  }

  .h3-heading_3-648, .h3-heading_3-649 {
    margin-bottom: .5rem;
    font-size: 14px;
    line-height: 1.3;
  }

  .h3-heading_3-6332 {
    font-size: 22px;
  }

  .h3-heading_3-6332.our-ecosystem-heading-text_1 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .h3-heading_3-6332.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .paragraph_page_3-66 {
    font-size: 22px;
  }

  .paragraph_page_3-66.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .paragraph_page_3-662 {
    font-size: 22px;
  }

  .paragraph_page_3-662.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .text-page_3-662 {
    font-size: 14px;
    font-weight: 600;
    display: block;
  }

  .uui-padding-vertical_3-61 {
    padding-bottom: 0;
  }

  .h3-heading_3-611 {
    font-size: 22px;
  }

  .h3-heading_3-611.our-ecosystem-heading-text_1, .h3-heading_3-611.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .paragraph_page_3-612 {
    font-size: 22px;
  }

  .paragraph_page_3-612.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .text_3-612 {
    font-size: 14px;
    font-weight: 600;
    display: block;
  }

  .text_3-613 {
    font-size: 14px;
    display: block;
  }

  .div-block_line {
    width: 130px;
  }

  .h3-heading_3-6481 {
    margin-bottom: .5rem;
    font-size: 14px;
    line-height: 1.3;
  }

  .h3-heading_3-6471 {
    font-size: 14px;
    line-height: 1.3;
  }

  .h3-heading_3-6331 {
    font-size: 22px;
  }

  .h3-heading_3-6331.our-ecosystem-heading-text_1 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .h3-heading_3-6331.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .paragraph_page_5-1 {
    font-size: 22px;
  }

  .paragraph_page_5-1.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .paragraph_page2-67 {
    font-size: 22px;
  }

  .paragraph_page2-67.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .text_2-67 {
    font-size: 14px;
    display: block;
  }

  .paragraph_page2-671 {
    font-size: 22px;
  }

  .paragraph_page2-671.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .our-ecosystem-detail-div_2-161 {
    margin-bottom: 1rem;
  }

  .div-block_4-223 {
    margin-top: .5rem;
  }

  .h3-heading_4-22-2 {
    font-size: 22px;
  }

  .h3-heading_4-22-2.our-ecosystem-heading-text_1 {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h3-heading_4-22-2.our-ecosystem-heading-text_1-copy {
    margin-bottom: .5rem;
    font-size: 14px;
  }

  .h3-heading_3-80 {
    font-size: 22px;
  }

  .h3-heading_3-80.our-ecosystem-heading-text_1, .h3-heading_3-80.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .paragraph_page_5-2 {
    font-size: 22px;
  }

  .paragraph_page_5-2.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .paragraph_page_5-13 {
    font-size: 22px;
  }

  .paragraph_page_5-13.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .h3-heading_5-13 {
    font-size: 22px;
  }

  .h3-heading_5-13.our-ecosystem-heading-text_1 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h3-heading_5-13.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .div-block_line_2-27 {
    margin-top: 1rem;
  }

  .h3-heading_2-27 {
    margin-bottom: .5rem;
    font-size: 16px;
    line-height: 1.3;
  }

  .div-block_line-_2-27, .div-block_line-_2-27-copy, .div-block_line_2-2 {
    width: 130px;
  }

  .h3-heading_5-133 {
    font-size: 22px;
  }

  .h3-heading_5-133.our-ecosystem-heading-text_1 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 14px;
  }

  .h3-heading_5-133.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .text_2-27, .text_2-271, .text_2-272 {
    font-size: 14px;
    display: block;
  }

  .h3-heading_2-272 {
    font-size: 22px;
  }

  .h3-heading_2-272.our-ecosystem-heading-text_1 {
    margin-bottom: 0;
    font-size: 14px;
  }

  .h3-heading_2-272.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .h3-heading_2-273 {
    font-size: 22px;
  }

  .h3-heading_2-273.our-ecosystem-heading-text_1 {
    margin-bottom: .5rem;
    font-size: 14px;
  }

  .h3-heading_2-273.our-ecosystem-heading-text_1-copy {
    margin-bottom: 1rem;
    font-size: 14px;
  }

  .text_2-674 {
    font-size: 14px;
    display: block;
  }

  .paragraph_page2-675 {
    font-size: 22px;
  }

  .paragraph_page2-675.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .paragraph_page2-679 {
    font-size: 22px;
  }

  .paragraph_page2-679.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    font-size: 14px;
    display: block;
  }

  .uui-padding-vertical_2-129 {
    padding-bottom: 1rem;
  }

  .uui-layout_component_2-122 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .paragraph_page_5-12 {
    font-size: 22px;
  }

  .paragraph_page_5-12.our-ecosystem-heading-text_1 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 14px;
    display: block;
  }

  .uui-max-width-large_page_2-142.align-center-3 {
    margin-bottom: 1rem;
  }

  .uui-layout_item_page2-271 {
    margin-bottom: 0;
  }

  .div-block_2-2781 {
    margin-top: .5rem;
  }

  .div-block_2-2782, .div-block_2-2783 {
    margin-top: 0;
  }

  .h4-heading_5-10 {
    font-size: 20px;
    line-height: 1.2;
  }

  .text_2-335, .text_2-336, .text_2-337, .text_2-338, .text, .text_2-340, .text_2-341, .text_2-342, .text_2-343, .text_2-333, .text_2-672 {
    font-size: 14px;
    display: block;
  }

  .h4-heading_5-11, .h4-heading_5-23 {
    font-size: 20px;
    line-height: 1.2;
  }

  .paragraph_page2-174 {
    font-size: 22px;
  }

  .paragraph_page2-174.our-ecosystem-heading-text_1 {
    font-size: 14px;
  }

  .text_2-174 {
    font-size: 16px;
    display: block;
  }
}

#w-node-_72cab5b5-ee41-3f84-d446-8fba94334fad-8074759f, #w-node-_5d19860d-43f2-ded7-e575-5bdb3e8a5827-8074759f {
  justify-self: auto;
}

#w-node-_9595b270-fdf9-d691-fcb5-57170bb8cb49-8074759f {
  align-self: auto;
}

#w-node-_34083711-ff2b-840f-0662-38ab50188afd-8074759f, #w-node-_34083711-ff2b-840f-0662-38ab50188b1c-8074759f, #w-node-_34083711-ff2b-840f-0662-38ab50188b2a-8074759f, #w-node-_34083711-ff2b-840f-0662-38ab50188b38-8074759f, #w-node-b27340e7-0e13-4d1d-9996-52dcbf9b6c92-8074759f, #w-node-b27340e7-0e13-4d1d-9996-52dcbf9b6ca2-8074759f, #w-node-b27340e7-0e13-4d1d-9996-52dcbf9b6cb2-8074759f, #w-node-_84da0a31-3a9e-2b90-9b71-d6ab8abfe9f3-8abfe9e5, #w-node-_84da0a31-3a9e-2b90-9b71-d6ab8abfe9fd-8abfe9e5, #w-node-_84da0a31-3a9e-2b90-9b71-d6ab8abfea12-8abfe9e5, #w-node-_84da0a31-3a9e-2b90-9b71-d6ab8abfea21-8abfe9e5 {
  align-self: start;
}

#w-node-bf5e5993-0b1d-395f-79a3-4fa8bbd77aac-bbd77aa2, #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a41-d85cefd1 {
  justify-self: auto;
}

#w-node-_7c1a4d8e-74ba-dd81-0316-02627c51d726-d85cefd1 {
  place-self: auto;
}

#w-node-_6527f2bc-52f1-03a4-7367-535207a75cb6-d85cefd1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ed92a57f-49d4-7c04-a19d-0333742bf438-d85cefd1 {
  place-self: auto;
}

#w-node-ed92a57f-49d4-7c04-a19d-0333742bf43b-d85cefd1 {
  place-self: stretch start;
}

#w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a41-15e3a1c6 {
  justify-self: auto;
}

#w-node-_9cb0e875-0f93-7898-f825-69b272a9965e-15e3a1c6 {
  place-self: auto;
}

#w-node-_9cb0e875-0f93-7898-f825-69b272a99669-15e3a1c6, #w-node-_11260821-34c1-3cb3-48e8-9aa33c45c934-15e3a1c6, #w-node-_28526bb5-0b54-2886-35b2-9b9198ffa04b-15e3a1c6, #w-node-_8c73c233-2161-f4aa-e16e-e420ac6b5b04-15e3a1c6 {
  align-self: start;
}

#w-node-_9cb0e875-0f93-7898-f825-69b272a9968b-15e3a1c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9cb0e875-0f93-7898-f825-69b272a99691-15e3a1c6 {
  place-self: auto;
}

#w-node-_9cb0e875-0f93-7898-f825-69b272a99694-15e3a1c6 {
  place-self: stretch start;
}

#w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a41-c6ddbdd7 {
  justify-self: auto;
}

#w-node-fa7661b5-1f3b-3e5f-5cea-e0a6996e14bd-c6ddbdd7 {
  place-self: auto;
}

#w-node-fa7661b5-1f3b-3e5f-5cea-e0a6996e14d8-c6ddbdd7 {
  align-self: start;
}

#w-node-fa7661b5-1f3b-3e5f-5cea-e0a6996e1511-c6ddbdd7 {
  place-self: auto;
}

#w-node-fa7661b5-1f3b-3e5f-5cea-e0a6996e1514-c6ddbdd7 {
  place-self: stretch start;
}

#w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a41-b7f1adde {
  justify-self: auto;
}

#w-node-e6ca7421-a7c1-9bd0-1d3d-031f15c8fa41-b7f1adde {
  place-self: auto;
}

#w-node-_1b44ceb9-d370-f183-c215-f166bf1a80c1-b7f1adde, #w-node-_1b44ceb9-d370-f183-c215-f166bf1a80c9-b7f1adde, #w-node-_1b44ceb9-d370-f183-c215-f166bf1a80d1-b7f1adde {
  align-self: start;
}

#w-node-_1b44ceb9-d370-f183-c215-f166bf1a80e3-b7f1adde {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ebce42d3-73cc-176f-b047-6e949225f93c-b7f1adde {
  place-self: auto;
}

#w-node-ebce42d3-73cc-176f-b047-6e949225f93f-b7f1adde {
  place-self: stretch start;
}

#w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a41-54fadfd9 {
  justify-self: auto;
}

#w-node-_57f09291-3890-b669-edff-08e24e342f6e-54fadfd9 {
  place-self: auto;
}

#w-node-_57f09291-3890-b669-edff-08e24e342f7e-54fadfd9 {
  align-self: start;
}

#w-node-_57f09291-3890-b669-edff-08e24e342f94-54fadfd9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57f09291-3890-b669-edff-08e24e342fab-54fadfd9 {
  place-self: auto;
}

#w-node-_57f09291-3890-b669-edff-08e24e342fae-54fadfd9 {
  place-self: stretch start;
}

#w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a41-3bd6fe2a {
  justify-self: auto;
}

#w-node-_6fe6d7e4-d6f8-684c-83d4-3c6bed2afae6-3bd6fe2a {
  place-self: auto;
}

#w-node-_6fe6d7e4-d6f8-684c-83d4-3c6bed2afaf1-3bd6fe2a {
  align-self: start;
}

#w-node-_6fe6d7e4-d6f8-684c-83d4-3c6bed2afb2d-3bd6fe2a {
  place-self: auto;
}

#w-node-_6fe6d7e4-d6f8-684c-83d4-3c6bed2afb30-3bd6fe2a {
  place-self: stretch start;
}

#w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a41-e2698971 {
  justify-self: auto;
}

#w-node-_607c82b9-9056-ca03-6ed3-21b83d2b73dc-e2698971 {
  place-self: auto;
}

#w-node-_00a82413-dc5a-f6b9-b410-9f400fd05cb4-e2698971 {
  align-self: start;
}

#w-node-_00a82413-dc5a-f6b9-b410-9f400fd05cfd-e2698971 {
  place-self: auto;
}

#w-node-_00a82413-dc5a-f6b9-b410-9f400fd05d00-e2698971 {
  place-self: stretch start;
}

#w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a41-9e8136c0 {
  justify-self: auto;
}

#w-node-ce7258bf-1fde-28b8-c220-530cfa80589d-9e8136c0 {
  place-self: auto;
}

#w-node-ce7258bf-1fde-28b8-c220-530cfa8058b4-9e8136c0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ce7258bf-1fde-28b8-c220-530cfa8058db-9e8136c0 {
  place-self: auto;
}

#w-node-ce7258bf-1fde-28b8-c220-530cfa8058de-9e8136c0 {
  place-self: stretch start;
}

#w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a41-7ab541e1 {
  justify-self: auto;
}

#w-node-_97ecd9f7-aafa-d461-8c12-1aa5f0cbd15d-7ab541e1, #w-node-_97ecd9f7-aafa-d461-8c12-1aa5f0cbd1e5-7ab541e1 {
  place-self: auto;
}

#w-node-_97ecd9f7-aafa-d461-8c12-1aa5f0cbd1e8-7ab541e1 {
  place-self: stretch start;
}

#w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a41-2b7664c5 {
  justify-self: auto;
}

#w-node-cdc42ee4-57ea-e2c3-1d7c-97cb53d73daf-2b7664c5 {
  align-self: auto;
}

#w-node-_9b110422-9caa-5349-9e02-38326fa98e03-2b7664c5 {
  place-self: auto;
}

#w-node-_9b110422-9caa-5349-9e02-38326fa98e06-2b7664c5 {
  place-self: stretch start;
}

#w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a41-f0aeaa28 {
  justify-self: auto;
}

#w-node-e4405c3a-0dca-ceb5-8c6c-19fbc6c28223-f0aeaa28 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a41-3e779cf6 {
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-ed92a57f-49d4-7c04-a19d-0333742bf43b-d85cefd1, #w-node-_9cb0e875-0f93-7898-f825-69b272a99694-15e3a1c6, #w-node-fa7661b5-1f3b-3e5f-5cea-e0a6996e1514-c6ddbdd7, #w-node-ebce42d3-73cc-176f-b047-6e949225f93f-b7f1adde, #w-node-_57f09291-3890-b669-edff-08e24e342fae-54fadfd9, #w-node-_6fe6d7e4-d6f8-684c-83d4-3c6bed2afb30-3bd6fe2a, #w-node-_00a82413-dc5a-f6b9-b410-9f400fd05d00-e2698971, #w-node-ce7258bf-1fde-28b8-c220-530cfa8058de-9e8136c0, #w-node-_97ecd9f7-aafa-d461-8c12-1aa5f0cbd1e8-7ab541e1, #w-node-_9b110422-9caa-5349-9e02-38326fa98e06-2b7664c5 {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_72cab5b5-ee41-3f84-d446-8fba94334fab-8074759f, #w-node-_5d19860d-43f2-ded7-e575-5bdb3e8a5825-8074759f {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_9595b270-fdf9-d691-fcb5-57170bb8cb2d-8074759f, #w-node-_9595b270-fdf9-d691-fcb5-57170bb8cb49-8074759f {
    align-self: auto;
  }

  #w-node-bf5e5993-0b1d-395f-79a3-4fa8bbd77aaa-bbd77aa2 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a33-d85cefd1 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-d85cefd1 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a33-15e3a1c6 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-15e3a1c6 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a33-c6ddbdd7 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-c6ddbdd7 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a33-b7f1adde {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-b7f1adde {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a33-54fadfd9 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-54fadfd9 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a33-3bd6fe2a {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-3bd6fe2a {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a33-e2698971 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-e2698971 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a33-9e8136c0 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-9e8136c0 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a33-7ab541e1 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-7ab541e1 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a33-2b7664c5 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-2b7664c5 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a33-f0aeaa28 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-f0aeaa28 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a33-3e779cf6 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-3e779cf6 {
    order: -9999;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_72cab5b5-ee41-3f84-d446-8fba94334fab-8074759f, #w-node-_5d19860d-43f2-ded7-e575-5bdb3e8a5825-8074759f, #w-node-bf5e5993-0b1d-395f-79a3-4fa8bbd77aaa-bbd77aa2, #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-d85cefd1, #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-15e3a1c6, #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-c6ddbdd7, #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-b7f1adde, #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-54fadfd9, #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-3bd6fe2a, #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-e2698971, #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-9e8136c0, #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-7ab541e1, #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-2b7664c5, #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-f0aeaa28, #w-node-_56c9da73-81a4-e88c-2b9c-67a64d587a3f-3e779cf6 {
    place-self: auto;
  }
}


