@font-face {
  font-family: Line Rounded Icon Font;
  src: url("../fonts/line-rounded-icon-font.c460ddec855b.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Applesdgothicneom;
  src: url("../fonts/AppleSDGothicNeoM.3a44ffb1539d.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--no-color: #344054;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--black: black;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary100: #f4ebff;
  --ac5f13: var(--untitled-ui--gray500);
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray900: #101828;
  --bg-secondary: #ebe9e5;
  --untitled-ui--gray500: #667085;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--success50: #ecfdf3;
  --untitled-ui--success700: #027a48;
  --untitled-ui--image-height-mobile: 0px;
  --untitled-ui--border-radius: 0px;
  --untitled-ui--section-padding: 0px;
}

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

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

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

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

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

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu {
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  height: 30vh;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 3%;
  font-family: Inter, sans-serif;
  font-size: 14px;
  display: none;
}

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

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

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

.nav-link.current {
  background-color: #000;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

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

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.menu-button {
  color: #000;
  text-align: left;
  -webkit-text-stroke-color: black;
  border: 0 #000;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.body {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #4f4e4e;
  justify-content: center;
  max-width: none;
  height: auto;
  font-family: Inter, sans-serif;
  font-size: 30px;
  display: block;
}

.top-nav {
  justify-content: space-between;
  max-width: 1200px;
  display: flex;
}

.logo-area {
  display: flex;
}

.image {
  width: 100px;
  height: 100px;
}

.logo-text {
  margin-top: 0;
  padding-top: 33px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

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

.container {
  background-color: #0000;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  position: static;
}

.container.top-margin-medium {
  margin-top: 1rem;
}

.container.nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.container.finance {
  max-width: none;
  padding: .75rem;
}

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

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

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

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

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

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

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

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

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

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

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

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

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

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

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

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--primary600);
  background-color: var(--untitled-ui--primary600);
  color: var(--untitled-ui--black);
  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(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.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-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--ac5f13);
  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(--color--no-color);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--black);
  color: var(--color--no-color);
  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--black);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

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

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

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

.uui-navbar07_link {
  color: var(--ac5f13);
  align-items: center;
  padding: .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-navbar07_link:hover {
  color: var(--color--no-color);
}

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

.uui-text-size-small {
  color: var(--ac5f13);
  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-navbar07_item-heading {
  color: var(--untitled-ui--gray900);
  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-weight: 600;
}

.uui-navbar07_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-navbar07_icon-wrapper {
  color: var(--untitled-ui--primary600);
  flex: none;
}

.uui-navbar07_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-navbar07_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-navbar07_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-navbar07_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar07_dropdown-list.w--open {
  border: 1px solid var(--bg-secondary);
  background-color: var(--untitled-ui--black);
  border-radius: .75rem;
  width: 20rem;
  padding: .75rem;
  right: -100%;
}

.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-navbar07_dropdown-toggle {
  color: var(--ac5f13);
  align-items: center;
  padding: .75rem 2.5rem .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-navbar07_dropdown-toggle:hover {
  color: var(--color--no-color);
}

.uui-navbar07_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-navbar07_logo-link {
  padding-left: 0;
}

.uui-navbar07_container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

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

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

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

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

.uui-navbar02_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--black);
  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(--untitled-ui--primary700);
  background-color: var(--untitled-ui--primary700);
}

.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(--ac5f13);
  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(--color--no-color);
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui--gray300);
  background-color: var(--untitled-ui--black);
  color: var(--color--no-color);
  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--black);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui--gray100);
}

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

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

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

.uui-navbar02_link {
  color: var(--ac5f13);
  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-navbar02_link:hover {
  color: var(--color--no-color);
}

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

.uui-navbar02_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(--untitled-ui--primary700);
  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-button-link-gray {
  grid-column-gap: .5rem;
  color: var(--ac5f13);
  white-space: nowrap;
  background-color: #0000;
  justify-content: flex-start;
  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-gray:hover {
  color: var(--color--no-color);
}

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

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

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

.uui-text-size-small-2 {
  color: var(--ac5f13);
  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-navbar02_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-navbar02_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

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

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

.uui-navbar02_blog-image-wrapper {
  border-radius: .375rem;
  width: 100%;
  margin-bottom: 1.5rem;
  padding-top: 55%;
  position: relative;
  overflow: hidden;
}

.uui-navbar02_blog-item {
  border-radius: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.uui-navbar02_dropdown-blog-item-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
}

.uui-navbar02_dropdown-content-wrapper {
  z-index: 1;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.uui-navbar02_dropdown-content-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: max-content auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 22rem;
  padding: 1.25rem;
  position: relative;
}

.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-navbar02_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

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

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

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

.uui-navbar02_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-navbar02_dropdown-link:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-navbar02_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-navbar02_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-navbar02_dropdown-content-left {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

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

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

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

.uui-navbar02_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-2 {
  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-navbar02_dropdown-toggle {
  color: var(--ac5f13);
  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-navbar02_dropdown-toggle:hover {
  color: var(--color--no-color);
}

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

.uui-navbar02_menu {
  flex: 1;
  justify-content: space-between;
  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-navbar02_logo-link {
  padding-left: 0;
}

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

.div-block {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.header {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  color: #000;
  text-align: left;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.header.top-margin-medium {
  margin-top: 0;
}

.header.margin-bottom {
  padding-bottom: 4rem;
}

.header.home {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.heading {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.navbar {
  color: #000;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  display: block;
}

.section {
  color: #000;
  text-align: left;
  position: relative;
}

.section.padding-section-large {
  padding-top: 2rem;
}

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

.section.padding-section-medium.background-color-black {
  color: #171616;
  background-color: #000;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: static;
}

.section.padding-section-medium.background-color-grey-light {
  background-color: #ebebeb;
}

.section.padding-section-medium.background-color-white {
  background-color: #fff;
  padding-top: 1.5rem;
}

.section.padding-section-xlarge, .section.pading-section-large {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.section.home {
  background-color: var(--bg-secondary);
  overflow: clip;
}

.heading-wrapper {
  margin-top: 0;
  margin-bottom: -20px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.heading-wrapper.side-margine-regular {
  padding-left: 10px;
}

.heading-l {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 120%;
}

.heading-l.text-color-white {
  color: #fff;
}

.sebheader-wrapper-vertical {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-bottom: 0;
  display: flex;
}

.sebheader-wrapper-vertical.h1 {
  background-color: #9e9e9e;
  height: 1px;
  margin-top: .5rem;
}

.contents-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .5fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch space-between;
  place-items: end stretch;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5rem;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.contents-wrapper.max-width-large {
  max-width: 48rem;
}

.content-wrapper {
  width: auto;
}

.paragraph-style-medium {
  color: #000;
  letter-spacing: 0;
  text-indent: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: block;
}

.paragraph-style-medium.hangul {
  font-family: Applesdgothicneom, sans-serif;
}

.paragraph-style-medium.hangul.black {
  color: #6f6f6f;
}

.paragraph-style-medium.hangul.darkgrey {
  color: var(--ac5f13);
}

.index-chart {
  display: flex;
}

.big-image-content-wraper {
  align-items: center;
  min-width: 0;
  min-height: 40svh;
  max-height: 50rem;
  display: flex;
}

.header-bg-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
}

.image-overlay {
  z-index: 1;
  background-color: #00000080;
  width: auto;
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.header-bg-image {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-style-h3 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}

.heading-style-h3.margine-large {
  margin-top: 3rem;
}

.heading-style-h3.margine-medium {
  margin-top: 1rem;
}

.heading-style-h3.text-color-white {
  color: #fff;
  padding-left: 13px;
  font-weight: 700;
}

.heading-style-h3.color-white {
  color: #fff;
}

.header-columns-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  margin-top: 0;
  margin-bottom: 2rem;
  display: grid;
}

.heading-style-h2 {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 110%;
}

.heading-copy-wraper {
  color: #000;
  flex-flow: column;
  margin-top: .25rem;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  line-height: 35px;
  text-decoration: none;
  display: flex;
}

.paragraph-style-regular {
  color: #000;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.paragraph-style-regular.left-align {
  text-align: left;
}

.paragraph-style-regular.hangul {
  font-size: 17px;
}

.paragraph-style-regular.text-align-medium {
  text-align: center;
}

.header-line-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 0;
  line-height: 0;
  display: block;
}

.logo {
  color: #fff;
  text-align: left;
  padding-top: 18px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.logo.current {
  color: #fff;
  text-align: left;
  padding-top: 18px;
  text-decoration: none;
}

.navbar-2 {
  background-color: #000;
}

.icon {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-size: 30px;
}

.styleguide-row-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  min-height: 5rem;
  padding: 1rem 1rem 1rem 0;
  line-height: 110%;
  display: flex;
}

.heading-style-h5 {
  color: #000;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.heading-style-h5.text-color-white {
  color: #fff;
  text-decoration: none;
}

.icon-navbar {
  color: #fff;
  text-align: left;
  font-size: 20px;
}

.nav-link-3 {
  color: #fff;
}

.nav-link-wrapper {
  background-color: #000;
  padding-top: 0;
  padding-bottom: 1.5rem;
  overflow: hidden;
}

.line {
  background-color: #9e9e9e;
  height: 1px;
}

.line.margin-medium {
  background-color: #5c5a5a;
  margin-top: 2rem;
}

.line.h1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 0;
}

.heading-style-h4 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 110%;
}

.heading-style-h4.hangul {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Applesdgothicneom, sans-serif;
  line-height: 35px;
  text-decoration: none;
}

.heading-style-h4.text-color-grey {
  color: #515050;
}

.heading-style-h4.text-color-grey.height-small {
  line-height: 30px;
}

.heading-style-h4.text-color-white.font-depth-medium {
  color: #fff;
  padding-left: 20px;
  font-size: 30px;
  font-weight: 300;
}

.heading-style-h4.color-white {
  color: #fff;
}

.heading-style-h4.color-white.font-type-light {
  font-weight: 300;
}

.heading-style-h4.color-white.font-type-light.font-size-medium {
  text-align: left;
  padding-left: 5px;
  font-size: 25px;
}

.contents-columns-wrapper {
  grid-column-gap: 1.3rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, .5fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.subheader-wrapper-horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: end stretch;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
  display: grid;
}

.paragraph {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 110%;
}

.chart-wrapper-horizontal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--ac5f13);
  border-radius: 1px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.chart-wrapper {
  margin: 10px;
}

.heading-style-h1-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 70px;
  line-height: 120%;
}

.heading-style-h1-5.text-color-white {
  color: #fff;
}

.heading-style-h1-5.text-color-white.hangul {
  font-family: Inter, sans-serif;
}

.indicator-content-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 0;
}

.indicator-content-wrapper.max-width-medium {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 35rem;
  position: static;
}

.sticky-left-column {
  max-width: 30%;
  position: sticky;
  top: 2rem;
}

.indicator-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #3d3d3d;
  border-radius: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 1rem;
  display: grid;
}

.sticky-right-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
  position: sticky;
  top: 0;
}

.indicator-item-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.sticky-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.link-block {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.indicator-meta-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.paragraph-style-small {
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 150%;
}

.paragraph-style-small.text-color-dark-grey {
  color: var(--color--no-color);
}

.button-text {
  color: #080808;
  text-transform: uppercase;
  padding-right: .5rem;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.icon-plus {
  color: #060606;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-left: 5px;
  text-decoration: none;
  display: flex;
}

.div-block-2 {
  text-decoration: none;
}

.forms-wrapper.margin-large {
  max-width: 50rem;
  margin-top: 5rem;
  margin-left: 5rem;
  margin-right: 5rem;
  padding-right: 0;
}

.forms-content {
  border: 1px solid var(--ac5f13);
  vertical-align: middle;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2rem 5rem;
  font-family: Inter, sans-serif;
  font-size: 20px;
  display: flex;
}

.form-block {
  flex: 1;
  max-width: none;
}

.submit-button {
  background-color: var(--untitled-ui--gray800);
  border-radius: 6px;
  margin-top: 1rem;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 17px;
}

.code-embed {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
}

.navbar-ver2 {
  color: #fff;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Inter, sans-serif;
  display: flex;
  position: fixed;
  top: 1px;
  left: 0%;
  right: 0%;
}

.container-2 {
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  padding-top: 10px;
  padding-left: 24px;
  padding-right: 10px;
  display: flex;
}

.brand.current {
  display: flex;
}

.heading-style-h6 {
  color: #000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 110%;
  display: block;
}

.heading-style-h6.text-color-white {
  color: #fff;
}

.heading-style-h6.text-color-darkgrey {
  color: #343232;
}

.heading-style-h6.font-depth-light {
  font-weight: 500;
}

.heading-style-h6.font-depth-light.font-color-blue {
  color: #556aa0;
}

.heading-style-h6.align-medium {
  text-align: center;
}

.input-form {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.input-form.side-by-side {
  border: 1px solid #6d6b6b;
  border-radius: 1px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tagline-wrapper {
  margin-bottom: .5rem;
}

.subheader {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.subheader.vertical {
  margin-top: 1.5rem;
}

.form-component {
  color: #4a4444;
  width: 100%;
  max-width: 35rem;
  font-size: 22px;
  font-weight: 300;
  line-height: 120%;
}

.form-component.right-margin {
  margin-right: 4rem;
}

.form-block-2 {
  padding: 10px;
}

.form {
  color: #2f2d2d;
  font-family: Inter, sans-serif;
  font-size: 22px;
}

.field-label, .field-label-2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

.body-2 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.div-block-3, .pate-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.page-data, .features {
  margin-bottom: 150px;
}

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

.container-3.chart {
  width: 100%;
  max-width: 1336px;
}

.features-wrapper, .flex-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: stretch;
}

.features-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.atutomation-features {
  grid-row-gap: 30px;
  flex-flow: column;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.success-features {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.ig-features {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 40px;
  display: flex;
  overflow: hidden;
}

.project-features {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  padding: 30px 40px;
  display: flex;
  overflow: hidden;
}

.robust-features {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 26px 30px;
  display: flex;
  overflow: hidden;
}

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

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

.dashboard_body {
  color: #fff;
  background-color: #fff;
  border: 1px solid #fff;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
}

.header-wrapper {
  color: #fff;
  background-color: #000;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  line-height: 100%;
}

.container-default {
  color: #fff;
  max-width: 1268px;
  padding-left: 24px;
  padding-right: 24px;
}

.header-content-wraper {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  align-items: center;
  line-height: 17px;
  display: flex;
}

.logo-link-wraper {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 10px;
}

.logo-link-wraper.current {
  padding-top: 18px;
  transition: transform .3s;
}

.logo_title.small {
  color: #fff;
  padding-top: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
}

.header-nev-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-nev-menu-list {
  grid-column-gap: 25px;
  grid-row-gap: 0px;
  color: #fff;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 14px;
  list-style-type: none;
  display: flex;
}

.header-nav-list-item {
  color: #fff;
}

.header-nav-link {
  color: #fff;
  letter-spacing: normal;
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.header-nav-link.w--current {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.header-nav-link.dropdown-header-link {
  grid-column-gap: 6px;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: 0;
  padding-right: 0;
  display: flex;
}

.header-nav-link.current {
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

.position-relative---z-index-2 {
  z-index: 0;
  font-size: 14px;
  line-height: 110%;
}

.body-4 {
  padding-left: 0;
}

.text-block {
  font-family: Line Rounded Icon Font, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.line-rounded-icon {
  font-family: Line Rounded Icon Font, Arial, sans-serif;
  font-size: 6px;
  font-weight: 400;
  line-height: 1rem;
}

.line-rounded-icon.header-drop-icon {
  color: #fff;
  text-align: left;
  align-self: auto;
  padding-top: 3px;
  font-weight: 400;
}

.card.header-dropdown-card {
  grid-column-gap: 48px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 7px #0003;
}

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

.grid-1-column.sidebar-links-grid.mg-bottom-48px {
  grid-column-gap: 0px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 10px;
  display: grid;
}

.dropdown-link-single {
  color: #000;
  width: 100%;
  padding: 0;
  font-size: 14px;
  line-height: 110%;
  transition: color .3s;
}

.dropdown-link-single.w--current {
  color: #000;
  font-size: 14px;
  line-height: 110%;
  text-decoration: none;
}

.dropdown-link-single.current {
  width: 100%;
  padding: 0;
}

.text-100 {
  color: #000;
  letter-spacing: .06em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.text-100.dropdown-column-title {
  color: #9e4416;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 16px;
  font-weight: 700;
}

.grid-2-columns {
  grid-column-gap: 19px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-2-columns.main-dashboard-grid {
  grid-column-gap: 26px;
  grid-template-columns: minmax(200px, .25fr) 1.5fr;
  align-items: start;
}

.grid-2-columns.title-grid {
  grid-column-gap: 13px;
  grid-template-columns: .25fr 1.5fr;
  align-items: start;
}

.body-5 {
  color: #fff;
  -webkit-text-stroke-color: white;
}

.dropdown-list {
  z-index: 1;
  color: #000;
  background-color: #0000;
  padding-top: 16px;
  position: absolute;
}

.dropdown-link {
  padding: 0;
}

.header-sidebar-wrapper, .hidden-on-desktop.show-on-tablet {
  display: none;
}

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

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

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

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

.links-footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.footer-logo-wrapper {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.navbar-logo-wrapper {
  text-decoration: none;
}

.divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 1rem;
}

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

.footer-credit-text {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  line-height: 120%;
}

.footer-social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  text-align: center;
  grid-template: "Area"
  / max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
}

.footer-social-link {
  color: #fff;
  align-items: center;
  display: flex;
}

.social-icon.icon-white {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.header-right-side-container, .hamburger-menu-wraper {
  color: #fff;
  background-color: #000;
}

.hamburger-menu-bar.top {
  background-image: linear-gradient(#000, #fff);
  border: 1px solid #2a2424;
  border-radius: 64px;
  width: 35px;
  height: 2px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.hamburger-menu-bar.bottom {
  width: 35px;
  height: 2px;
}

.sticky-top.hidden-on-top {
  position: sticky;
  top: auto;
}

.sticky-top.hidden-on-tablet {
  padding-top: 70px;
  display: block;
  position: sticky;
  top: 20px;
}

.sticky-top.hidden-on-tablet.stats {
  padding-top: 65px;
}

.sidebar-container {
  z-index: 1;
  position: sticky;
  top: 20px;
}

.text-50.medium.sidebar-title {
  color: #b4430a;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
}

.sidebar-link {
  grid-column-gap: 6px;
  border: 0px none var(--untitled-ui--black);
  mix-blend-mode: color-burn;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  padding: 8px 10px;
  text-decoration: none;
  display: flex;
}

.sidebar-link.current {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.text-block-2 {
  text-decoration: none;
}

.dashboard-main-content {
  width: 100%;
  max-width: none;
  padding-top: 0;
}

.chart-container {
  grid-column-gap: 31px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: minmax(200px, .5fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 10px 0;
  display: grid;
}

.chart-blank {
  min-width: 0;
  min-height: 0;
}

.chart-blank.left {
  width: auto;
  min-width: 200px;
  max-width: none;
  min-height: 300px;
  position: static;
}

.chart-blank.right {
  min-width: 750px;
  min-height: 300px;
}

.text-block-3 {
  line-height: 110%;
}

.text-block-4 {
  font-size: 16px;
  line-height: 110%;
}

.chart {
  align-items: center;
  margin: 10px;
  padding: 0;
  display: flex;
}

.heading-style-h7 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 25px;
  line-height: 110%;
}

.heading-style-h7.pading {
  padding-left: 5px;
}

.heading-style-h2-5 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 60px;
}

.heading-style-h3-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  line-height: 110%;
}

.heading-style-h7-5 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  line-height: 110%;
}

.heading-style-h7-5.text-color-white {
  color: #fff;
}

.heading-style-h7-5.sub-title {
  text-transform: uppercase;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  display: flex;
}

.heading-style-h7-5.sub-title.fontchange {
  font-family: Urbanist, sans-serif;
}

.heading-2 {
  color: #332e2e;
  font-family: Inter, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 110%;
}

.text-block-5 {
  color: #000;
  font-family: Applesdgothicneom, sans-serif;
  font-weight: 300;
  line-height: 110%;
}

.text-block-6 {
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-3 {
  color: #3f3c3c;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Applesdgothicneom, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
}

.chart-graph {
  position: static;
}

.text-block-7 {
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 120%;
}

.paragraph-4 {
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 120%;
}

.text-style-t3 {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-style-t3.undermargin {
  margin-bottom: 20px;
  font-size: 17px;
}

.text-style-t3.undermargin.pading {
  letter-spacing: .04rem;
  padding-top: 3px;
  padding-left: 5px;
}

.text-style-t3.undermargin.pading.font-size-small {
  letter-spacing: .06rem;
  margin-bottom: 5px;
  font-size: 13px;
}

.text-style-t3.undermargin.pading.font-size-small.color-blue {
  color: #000;
}

.text-style-t3.undermargin.font-size-up {
  font-size: 17px;
}

.paragraph-style-normal {
  color: #6c8135;
  letter-spacing: .2em;
  margin-bottom: 10px;
  padding-top: 0;
  font-family: Applesdgothicneom, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}

.title-left-wraper {
  position: sticky;
}

.title-wraper {
  border: 0 #000;
  align-items: center;
  padding-left: 18px;
  display: flex;
}

.heading-style-h8 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 110%;
}

.heading-style-h8.text-color-white {
  color: #fff;
}

.heading-style-h8.text-color-white.logo {
  letter-spacing: .05em;
  padding-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.sub-title-wraper {
  border-left: 5px solid #a4c797;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 5px;
  position: static;
}

.sub-title-wraper.bar-red {
  border-left-color: #eab672;
}

.sub-title-wraper.bar-yellow {
  border-left-color: #ebcc70;
}

.image-2 {
  aspect-ratio: auto;
  width: 75%;
  max-width: none;
  height: auto;
  max-height: none;
  text-decoration: none;
}

.heading-3, .heading-style-h5-5 {
  font-family: Inter, sans-serif;
  font-size: 35px;
  line-height: 110%;
}

.heading-style-h5-5.text-align-medium {
  text-align: center;
}

.chart-content-left-wraper {
  overflow: visible;
}

.chart-content-right-wraper {
  align-items: center;
  display: flex;
}

.tagline {
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-weight: 700;
}

.styleguide-header-wraper {
  margin-top: 2rem;
  position: sticky;
}

.styleguide-header-wraper.background-color-blue {
  background-color: #cfd9d9;
}

.styleguide-header-wraper.background-color-white {
  background-color: #fff;
}

.styleguide-subheading {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 1px;
  padding: 1.15rem .5rem 1.15rem 1.1rem;
  font-family: Inter, sans-serif;
  position: relative;
}

.styleguide-color-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

.styleguide-color {
  background-color: #0000;
  padding-bottom: 5rem;
}

.styleguide-color.black {
  background-color: #000;
  margin-bottom: 0;
  padding-bottom: 5rem;
}

.styleguide-color.white {
  background-color: #fff;
  padding-bottom: 5rem;
}

.styleguide-color.grey-light {
  background-color: #ebebeb;
}

.styleguide-color.grey-dark {
  background-color: #9e9e9e;
}

.styleguide-color.blue {
  background-color: #cfd9d9;
}

.styleguide-color.off-white {
  background-color: #fdfffc;
}

.styleguide-color.background-color-black {
  background-color: #000;
}

.styleguide-color.background-color-white {
  background-color: #fff;
}

.styleguide-color.background-color-grey-light {
  background-color: #ebebeb;
}

.styleguide-color.background-color-grey-dark {
  background-color: #9e9e9e;
}

.styleguide-color.background-color-blue {
  background-color: #cfd9d9;
}

.styleguide-color.background-color-off-white {
  background-color: #fdfffc;
}

.wraper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.text-block-8, .text-block-9 {
  font-family: Inter, sans-serif;
}

.text-block-10 {
  background-color: #fff;
}

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

.text-color-blue {
  color: #cfd9d9;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.text-color-dark-gray {
  color: #9e9e9e;
  font-size: 20px;
  line-height: 140%;
}

.text-color-grey-light {
  color: #ebebeb;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.text-color-white {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.paragraph-style-large {
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.text-size-xsmall {
  font-family: Inter, sans-serif;
  font-size: 10px;
  line-height: 150%;
}

.link {
  color: #000;
  font-family: Inter, sans-serif;
  line-height: 150%;
  text-decoration: none;
}

.block-quote {
  color: #fff;
  background-color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.list {
  font-family: Inter, sans-serif;
  line-height: 150%;
}

.text-style-t1 {
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
}

.text-style-t2 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.text-style-u1 {
  font-family: Urbanist, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 150%;
}

.text-style-u2 {
  font-family: Urbanist, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 150%;
}

.text-style-u3 {
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.text-style-u4 {
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  line-height: 150%;
}

.stats-table-container {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  display: grid;
}

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

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

.text-block-11 {
  text-align: center;
  font-family: Inter, sans-serif;
  line-height: 150%;
  text-decoration: none;
}

.hero-grid-wraper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 14px;
  padding-top: 1rem;
  padding-bottom: .1rem;
  display: grid;
}

.hero-left-content {
  align-items: center;
  margin-top: 1rem;
  padding-top: 7.5rem;
  padding-bottom: 3rem;
  display: flex;
}

.hero-header-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  max-width: 32rem;
  display: flex;
}

.hero-header {
  flex-flow: column;
  display: flex;
}

.hero-title {
  color: #6d803c;
  letter-spacing: normal;
  font-size: 2rem;
  font-weight: 300;
  line-height: 150%;
}

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

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

.layout-wraper {
  background-color: #fff;
  border-radius: .7rem;
}

.contents-wraper.home {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  display: flex;
}

.finance-title {
  text-align: center;
  max-width: 30rem;
}

.hero-medium-title {
  color: #858383;
  letter-spacing: .08em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Urbanist, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 150%;
}

.page-wraper {
  overflow: clip;
}

.stats-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: minmax(200px, .5fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
}

.image-3 {
  border-radius: 10px;
  max-width: 100%;
}

.logo-header {
  color: #fff;
  letter-spacing: .05em;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.tabs {
  color: #0e0e0e;
  font-family: Inter, sans-serif;
}

.tab_link {
  text-align: center;
  background-color: #0000;
  border-top: 2px #858585;
  border-bottom: 1px #858585;
  border-left: 1px #858585;
  border-right: 0 solid #858585;
  border-radius: 0;
  width: 7rem;
  min-width: 7rem;
  max-width: 10rem;
  padding: 10px 5px;
}

.tab_link.w--current {
  color: #121111;
  vertical-align: baseline;
  background-color: #0000;
  border-bottom: 3px solid #e59252;
  width: 7rem;
  min-width: 7rem;
  max-width: 10rem;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .35s;
}

.text-size-regular {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.tab-pane {
  margin-top: 3rem;
}

.button-wrapper {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.link-block-button {
  text-decoration: none;
}

.button {
  color: #ac5f13;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #c1a28b;
  border-radius: 24px;
  justify-content: space-around;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 10px;
  padding-right: 5px;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-alt-text.text-color-yellow {
  margin-top: 2px;
  margin-bottom: 2px;
  padding-left: 5px;
  padding-right: 2px;
  font-size: 10px;
  line-height: 150%;
}

.arrow-warpper {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 10px;
  line-height: 120%;
  position: relative;
}

.circle-button {
  z-index: auto;
  background-color: #fff;
  border-radius: 100px;
  font-size: 12px;
  line-height: 150%;
  position: absolute;
}

.arrow.color-black {
  letter-spacing: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  font-size: 10px;
  line-height: 120%;
  display: flex;
  position: relative;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #000;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    height: 50vh;
    padding-left: 3%;
    display: none;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    background-color: #000;
    border: 1px solid #000;
    padding: 12px;
  }

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

  .body {
    max-width: none;
    display: block;
  }

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

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

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

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .menu-icon_line-bottom {
    background-color: var(--color--no-color);
    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(--color--no-color);
    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(--color--no-color);
    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-navbar07_menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet {
    display: none;
  }

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

  .uui-navbar07_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar07_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-navbar07_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar07_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar07_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar07_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar07_dropdown-link-list {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar07_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar07_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar07_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-navbar07_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar07_menu-dropdown {
    width: 100%;
    position: relative;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .menu-icon_line-bottom-2 {
    background-color: var(--color--no-color);
    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(--color--no-color);
    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(--color--no-color);
    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-navbar02_menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet-2 {
    display: none;
  }

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

  .uui-navbar02_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar02_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-navbar02_link {
    color: var(--untitled-ui--gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar02_link:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar02_dropdown-right-overlay-absolute {
    border-radius: .5rem;
    min-width: 100%;
  }

  .uui-navbar02_dropdown-content-button-wrapper {
    margin-bottom: 0;
    margin-left: 0;
  }

  .uui-navbar02_blog-content {
    max-width: none;
  }

  .uui-navbar02_dropdown-content-right {
    max-width: 50rem;
    margin-bottom: 1rem;
  }

  .uui-navbar02_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar02_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar02_dropdown-content-left {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar02_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar02_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar02_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon-2 {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar02_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-navbar02_dropdown-toggle:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar02_menu-dropdown {
    width: 100%;
    position: relative;
  }

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

  .navbar {
    flex: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    flex: 1;
  }

  .heading-l {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 65px;
    line-height: 120%;
  }

  .sebheader-wrapper-vertical.h1 {
    background-color: #9e9e9e;
    height: 2px;
    margin-top: .5rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .big-image-content-wraper {
    min-width: 0;
    min-height: 30svh;
    max-height: 30rem;
  }

  .heading-style-h3 {
    font-size: 45px;
    line-height: 120%;
  }

  .header-columns-wrapper {
    grid-row-gap: 14px;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .heading-style-h2 {
    font-size: 55px;
    line-height: 120%;
  }

  .heading-style-h5 {
    font-size: 30px;
    line-height: 120%;
  }

  .nav-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 8rem;
    display: grid;
  }

  .line.h1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .heading-style-h4 {
    font-size: 35px;
    line-height: 120%;
  }

  .heading-style-h1-5 {
    font-size: 60px;
  }

  .heading-style-h6 {
    font-size: 25px;
    line-height: 120%;
  }

  .heading-style-h6.font-depth-light.font-color-blue {
    color: gray;
  }

  .input-form.side-by-side {
    overflow: hidden;
  }

  .form-component.right-margin {
    margin-right: 1rem;
  }

  .header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-default {
    max-width: 1440px;
  }

  .header-content-wraper {
    grid-column-gap: 15px;
    background-color: #000;
  }

  .logo-link-wraper {
    margin-bottom: 10px;
  }

  .logo-link-wraper.current {
    padding-top: 0;
  }

  .header-nev-menu-wrapper {
    grid-column-gap: 40px;
    background-color: #fff;
    margin-bottom: 20px;
    margin-left: 0;
    padding-right: 220px;
  }

  .header-nev-menu-list {
    display: none;
  }

  .header-nav-link.current {
    color: #fff;
    font-family: Inter, sans-serif;
    line-height: 110%;
  }

  .grid-1-column.sidebar-links-grid.mg-bottom-48px {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    color: #000;
    grid-template-columns: .5fr .5fr .5fr .5fr .5fr .5fr .5fr;
    margin-bottom: 10px;
  }

  .grid-1-column.sidebar-links-grid.mg-bottom-48px.second-grid {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-columns: minmax(70px, .25fr) .5fr .25fr .75fr .5fr;
  }

  .grid-1-column.sidebar-links-grid.mg-bottom-48px.grid-third {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-columns: .5fr .5fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-1-column.sidebar-links-grid.mg-bottom-48px.third-grid {
    grid-template-columns: minmax(70px, .25fr) .25fr .5fr .75fr .5fr;
  }

  .grid-1-column.sidebar-links-grid.mg-bottom-48px.fourth-grid, .grid-1-column.sidebar-links-grid.mg-bottom-48px.stats-sidebar.first-grid {
    grid-template-columns: minmax(70px, .25fr) .5fr .5fr .5fr .5fr .5fr .5fr;
  }

  .grid-1-column.sidebar-links-grid.mg-bottom-48px.stats-sidebar.second-grid {
    grid-template-columns: minmax(70px, .25fr) .25fr .25fr .25fr .5fr 1fr 1fr;
  }

  .grid-1-column.sidebar-links-grid.mg-bottom-48px.insights-sidebar.first-grid {
    grid-template-columns: minmax(70px, .25fr) .5fr .5fr .5fr .5fr .5fr .5fr;
  }

  .grid-1-column.sidebar-links-grid.mg-bottom-48px.insights-sidebar.second-grid {
    grid-template-columns: minmax(70px, .25fr) .25fr .25fr .75fr .5fr;
  }

  .grid-1-column.sidebar-links-grid.mg-bottom-48px.insights-sidebar.third-grid {
    grid-template-columns: minmax(70px, .25fr) .25fr .25fr .25fr .25fr 1fr;
  }

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

  .grid-2-columns.main-dashboard-grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .header-sidebar-wrapper {
    color: #000;
    background-color: #fff;
    flex: 0 auto;
    width: auto;
    max-width: none;
    margin-bottom: 0;
    display: block;
  }

  .header-right-side-container {
    grid-column-gap: 16px;
    color: #000;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .hamburger-menu-wraper {
    grid-column-gap: 24px;
    color: #000;
    justify-content: center;
    align-items: center;
    padding: 0;
    line-height: 100%;
    display: flex;
  }

  .hamburger-menu-wraper.w--open {
    background-color: #0000;
  }

  .hamburger-menu-bar.top {
    border: 0px none var(--untitled-ui--black);
    background-color: #000;
    background-image: linear-gradient(#fff, #fff);
    border-radius: 60px;
    width: 30px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hamburger-menu-bar.bottom {
    background-color: #000;
    background-image: linear-gradient(#fff, #fff);
    border: 0 #000;
    border-radius: 60px;
    width: 30px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .icon-2 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 100%;
  }

  .hamburger-menu {
    color: #fff;
  }

  .hamburger-menu.white-color {
    font-size: 35px;
    line-height: 100%;
  }

  .sticky-top.hidden-on-top, .sticky-top.hidden-on-tablet {
    display: none;
  }

  .sidebar-container {
    text-align: center;
    width: auto;
    position: static;
  }

  .text-50.medium.sidebar-title {
    margin-bottom: 0;
  }

  .sidebar-link {
    border-color: var(--untitled-ui--gray900);
    mix-blend-mode: normal;
    border-radius: 1px;
  }

  .chart-container {
    grid-column-gap: 10px;
    grid-template-columns: minmax(320px, .25fr);
  }

  .heading-style-h7 {
    font-size: 23px;
    line-height: 120%;
  }

  .heading-style-h2-5 {
    font-family: Inter, sans-serif;
    font-size: 50px;
    line-height: 120%;
  }

  .heading-style-h3-5 {
    font-size: 40px;
    line-height: 120%;
  }

  .heading-style-h7-5 {
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 120%;
  }

  .text-style-t3 {
    font-size: 16px;
  }

  .paragraph-style-normal {
    color: #6c8135;
    letter-spacing: .08rem;
    font-family: Applesdgothicneom, sans-serif;
    font-size: 13px;
    font-weight: 400;
  }

  .title-left-wraper {
    display: none;
  }

  .title-wraper {
    padding-left: 5px;
  }

  .heading-style-h8 {
    font-size: 18px;
    line-height: 120%;
  }

  .image-2 {
    width: 75%;
  }

  .heading-3 {
    color: #000;
    font-size: 28px;
  }

  .heading-style-h5-5 {
    font-size: 27px;
    line-height: 120%;
  }

  .text-style-t1 {
    font-size: 20px;
  }

  .text-style-t2 {
    font-size: 16px;
  }

  .text-style-u1 {
    font-size: 27px;
  }

  .text-style-u2 {
    font-size: 23px;
  }

  .text-style-u3 {
    font-size: 18px;
  }

  .text-style-u4 {
    font-size: 16px;
  }

  .hero-header-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-title {
    color: #6d803c;
    font-size: 1.5rem;
  }

  .padding-global {
    margin-left: 0;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .hero-medium-title {
    color: #858383;
    letter-spacing: .08em;
    font-family: Urbanist, sans-serif;
    font-size: 1.3rem;
  }

  .stats-container {
    grid-template-columns: minmax(200px, .5fr);
  }

  .image-3 {
    vertical-align: bottom;
    border-radius: 10px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    height: auto;
    padding-bottom: 0;
    padding-left: 3%;
  }

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

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

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

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

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

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

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

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

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

  .uui-button {
    font-size: 1rem;
  }

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

  .uui-button-tertiary-gray:hover {
    color: var(--ac5f13);
    background-color: #0000;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

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

  .uui-navbar07_link {
    font-size: 1rem;
  }

  .uui-navbar07_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .uui-navbar07_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar07_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url("../images/untitled-ui-logomark.a7a6765b73d4.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar07_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-heading-right, .hero-heading-center, .team-slider {
    padding: 60px 15px;
  }

  .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(--ac5f13);
    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--black);
    color: var(--color--no-color);
  }

  .uui-navbar02_link, .uui-button-link {
    font-size: 1rem;
  }

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

  .uui-button-link-gray {
    font-size: 1rem;
  }

  .uui-button-link-gray:hover {
    color: var(--ac5f13);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-text-size-small-2.hide-mobile-landscape {
    display: none;
  }

  .uui-navbar02_blog-item {
    padding: 0;
  }

  .uui-navbar02_blog-item:hover {
    background-color: #0000;
  }

  .uui-navbar02_dropdown-content-right {
    padding: 2rem 1rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-navbar02_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-navbar02_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-navbar02_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar02_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url("../images/untitled-ui-logomark.a7a6765b73d4.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar02_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-l {
    font-size: 65px;
    font-weight: 700;
    line-height: 120%;
  }

  .paragraph-style-medium {
    font-size: 18px;
  }

  .heading-style-h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 110%;
  }

  .heading-style-h3.text-color-white {
    padding-left: 0;
  }

  .header-columns-wrapper {
    grid-row-gap: 24px;
    margin-top: 2rem;
  }

  .heading-style-h2 {
    font-size: 55px;
    font-weight: 700;
    line-height: 120%;
  }

  .heading-copy-wraper {
    margin-top: 0;
  }

  .paragraph-style-regular {
    font-size: 16px;
  }

  .styleguide-row-wrapper {
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .heading-style-h5 {
    font-family: Inter, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .heading-style-h5.text-color-white {
    font-size: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 35px;
    font-weight: 700;
  }

  .heading-style-h4.text-color-white {
    color: #fff;
  }

  .heading-style-h4.text-color-white.font-depth-medium {
    font-weight: 300;
  }

  .heading-style-h1-5 {
    font-size: 60px;
    font-weight: 700;
  }

  .paragraph-style-small {
    margin-bottom: 0;
    font-size: 12px;
  }

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

  .form-component.right-margin {
    margin-right: 0;
  }

  .logo-link-wraper {
    padding-left: 0;
  }

  .header-nev-menu-wrapper {
    margin-left: 0;
    padding-right: 80px;
  }

  .grid-1-column.sidebar-links-grid.mg-bottom-48px {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr .5fr .5fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
  }

  .grid-1-column.sidebar-links-grid.mg-bottom-48px.second-grid {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr .5fr .5fr 1fr 1fr;
    justify-content: stretch;
  }

  .grid-1-column.sidebar-links-grid.mg-bottom-48px.grid-third {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr .5fr .5fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
  }

  .hamburger-menu-bar.top {
    border-style: solid;
    width: 27px;
    height: 2px;
  }

  .hamburger-menu-bar.bottom {
    width: 27px;
  }

  .chart-container {
    grid-template-columns: minmax(300px, 1.25fr);
  }

  .heading-style-h7 {
    font-size: 23px;
    font-weight: 700;
  }

  .heading-style-h2-5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 50px;
    font-weight: 700;
    line-height: 110%;
  }

  .heading-style-h3-5 {
    font-size: 35px;
    font-weight: 700;
  }

  .heading-style-h7-5 {
    font-size: 20px;
    font-weight: 700;
  }

  .heading-style-h7-5.sub-title {
    letter-spacing: .06rem;
  }

  .text-style-t3.undermargin {
    margin-bottom: 10px;
  }

  .paragraph-style-normal {
    font-size: 14px;
  }

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

  .sub-title-wraper {
    margin-bottom: 5px;
  }

  .image-2 {
    width: 75%;
  }

  .heading-3 {
    font-size: 24px;
    font-weight: 600;
  }

  .paragraph-style-large {
    font-size: 20px;
  }

  .text-style-u1 {
    font-size: 27px;
    font-weight: 300;
  }

  .text-style-u2 {
    font-family: Urbanist, sans-serif;
    font-size: 23px;
    font-weight: 300;
    line-height: 150%;
  }

  .text-style-u4 {
    font-size: 16px;
    font-weight: 300;
  }

  .stats-table-container {
    grid-template-columns: .25fr;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 3%;
    display: none;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

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

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

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

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

  .uui-navbar02_blog-content {
    margin-top: .5rem;
  }

  .uui-navbar02_blog-item {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar02_dropdown-blog-item-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar02_dropdown-content-wrapper {
    width: 100%;
  }

  .uui-navbar02_dropdown-content-right {
    max-width: none;
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

  .uui-navbar02_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .heading-l {
    font-size: 65px;
    font-weight: 700;
    line-height: 45px;
  }

  .heading-style-h3 {
    font-size: 45px;
  }

  .header-columns-wrapper {
    grid-template-columns: minmax(200px, 1fr);
  }

  .heading-style-h2 {
    font-size: 55px;
  }

  .logo {
    padding-left: 0;
  }

  .heading-style-h5 {
    font-size: 30px;
  }

  .heading-style-h5.text-color-white {
    font-size: 20px;
  }

  .heading-style-h4 {
    font-size: 35px;
  }

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

  .heading-style-h1-5 {
    font-size: 60px;
  }

  .paragraph-style-small {
    margin-bottom: 0;
  }

  .heading-style-h6 {
    font-size: 25px;
  }

  .header-nev-menu-wrapper {
    margin-left: 0;
    padding-top: 0;
    padding-right: 40px;
  }

  .grid-1-column.sidebar-links-grid.mg-bottom-48px, .grid-1-column.sidebar-links-grid.mg-bottom-48px.second-grid {
    grid-column-gap: 0px;
    grid-template-columns: .5fr .5fr .5fr .5fr;
  }

  .grid-1-column.sidebar-links-grid.mg-bottom-48px.grid-third {
    grid-column-gap: 0px;
    grid-template-columns: .5fr .5fr .5fr .5fr;
    overflow: visible;
  }

  .text-100 {
    font-size: 16px;
    font-weight: 500;
  }

  .hamburger-menu-bar.top {
    width: 27px;
    height: 2px;
  }

  .hamburger-menu-bar.bottom {
    width: 27px;
  }

  .chart-container {
    grid-template-columns: minmax(250px, 1.25fr);
  }

  .heading-style-h7 {
    font-size: 23px;
  }

  .heading-style-h2-5 {
    font-size: 50px;
  }

  .heading-style-h3-5 {
    font-size: 40px;
  }

  .heading-style-h7-5 {
    font-size: 20px;
  }

  .heading-style-h8 {
    font-size: 18px;
  }

  .sub-title-wraper {
    margin-bottom: 5px;
  }

  .image-2 {
    width: 75%;
  }

  .heading-3 {
    font-size: 19px;
  }

  .text-style-u3 {
    font-size: 18px;
  }

  .tebs-manu {
    font-size: 12px;
    line-height: 110%;
  }

  .tab_link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    line-height: 110%;
  }

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

#w-node-_73e00be8-315d-39c8-90c0-08e94b9d82cf-4b9d82c3, #w-node-_73e00be8-315d-39c8-90c0-08e94b9d82d1-4b9d82c3, #w-node-_73e00be8-315d-39c8-90c0-08e94b9d82d3-4b9d82c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-feb72b6f-459e-7f9e-8e87-cc1e45a17018-de9af8fb, #w-node-_5268e256-5c4f-2f42-de0e-50669f311b6a-de9af8fb, #w-node-_1271da72-5bc0-f323-3b60-1ef37c107470-de9af8fb, #w-node-_9604a2fe-8365-23a3-cade-2531784dd660-de9af8fb, #w-node-_0be75334-d02f-935c-1421-40fac3839a21-de9af8fb {
  place-self: stretch stretch;
}

#w-node-_520f9c7b-e10e-53aa-20ac-4fb04f8c278a-0fa72526 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f07dd6d-f11e-8740-82cd-3b8e9aa47fa8-0fa72526 {
  justify-self: end;
}

#w-node-fa412708-48c9-87ee-1032-fe6d0c937eba-0fa72526 {
  justify-self: start;
}

#w-node-_568711d5-400d-33e0-cda7-6f563ad45991-eb9c1e1f {
  justify-self: end;
}

#w-node-a7187dc9-6668-9695-431e-290379dbc581-79dbc580 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a7187dc9-6668-9695-431e-290379dbc58a-79dbc580, #w-node-a7187dc9-6668-9695-431e-290379dbc58c-79dbc580 {
  justify-self: auto;
}

#w-node-a7187dc9-6668-9695-431e-290379dbc58d-79dbc580 {
  place-self: auto;
}

#w-node-a7187dc9-6668-9695-431e-290379dbc58e-79dbc580 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a7187dc9-6668-9695-431e-290379dbc597-79dbc580 {
  justify-self: auto;
}

#w-node-a7187dc9-6668-9695-431e-290379dbc598-79dbc580, #w-node-a7187dc9-6668-9695-431e-290379dbc59a-79dbc580 {
  place-self: auto;
}

#w-node-a7187dc9-6668-9695-431e-290379dbc59b-79dbc580 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a7187dc9-6668-9695-431e-290379dbc5a4-79dbc580 {
  justify-self: auto;
}

#w-node-a7187dc9-6668-9695-431e-290379dbc5a5-79dbc580 {
  place-self: auto;
}

#w-node-a7187dc9-6668-9695-431e-290379dbc5a6-79dbc580 {
  justify-self: auto;
}

#w-node-a7187dc9-6668-9695-431e-290379dbc5a7-79dbc580 {
  place-self: auto;
}

#w-node-a7187dc9-6668-9695-431e-290379dbc5a8-79dbc580 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a7187dc9-6668-9695-431e-290379dbc5b1-79dbc580 {
  justify-self: auto;
}

#w-node-a7187dc9-6668-9695-431e-290379dbc5b2-79dbc580 {
  place-self: auto;
}

#w-node-a7187dc9-6668-9695-431e-290379dbc5b3-79dbc580 {
  justify-self: auto;
}

#w-node-a7187dc9-6668-9695-431e-290379dbc5b4-79dbc580 {
  place-self: auto;
}

#w-node-e03b124f-6e43-74e7-97d8-6b89ae30b5a4-60a36a85 {
  justify-self: end;
}

#w-node-dd0a0e8d-36f5-fadc-39ec-5f4daad4c4bb-aad4c4ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-dd0a0e8d-36f5-fadc-39ec-5f4daad4c4c7-aad4c4ba {
  place-self: auto;
}

#w-node-dd0a0e8d-36f5-fadc-39ec-5f4daad4c4c8-aad4c4ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-dd0a0e8d-36f5-fadc-39ec-5f4daad4c4d2-aad4c4ba {
  place-self: auto;
}

#w-node-dd0a0e8d-36f5-fadc-39ec-5f4daad4c4d5-aad4c4ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-dd0a0e8d-36f5-fadc-39ec-5f4daad4c4df-aad4c4ba, #w-node-dd0a0e8d-36f5-fadc-39ec-5f4daad4c4e1-aad4c4ba {
  place-self: auto;
}

#w-node-dd0a0e8d-36f5-fadc-39ec-5f4daad4c4e2-aad4c4ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-dd0a0e8d-36f5-fadc-39ec-5f4daad4c4ec-aad4c4ba, #w-node-dd0a0e8d-36f5-fadc-39ec-5f4daad4c4ee-aad4c4ba {
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077c9c-ebc0cbf9 {
  justify-self: end;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077ca3-ebc0cbf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cac-ebc0cbf9 {
  justify-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cad-ebc0cbf9 {
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cae-ebc0cbf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cb7-ebc0cbf9 {
  justify-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cb8-ebc0cbf9 {
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cb9-ebc0cbf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cc2-ebc0cbf9 {
  justify-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cc3-ebc0cbf9 {
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cc4-ebc0cbf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077ccd-ebc0cbf9 {
  justify-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cce-ebc0cbf9 {
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077ccf-ebc0cbf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cd8-ebc0cbf9 {
  justify-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cd9-ebc0cbf9 {
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cda-ebc0cbf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077ce3-ebc0cbf9 {
  justify-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077ce4-ebc0cbf9 {
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077ce7-ebc0cbf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cf0-ebc0cbf9 {
  justify-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cf1-ebc0cbf9 {
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cf2-ebc0cbf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cfb-ebc0cbf9 {
  justify-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cfc-ebc0cbf9 {
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077cfd-ebc0cbf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077d06-ebc0cbf9 {
  justify-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077d07-ebc0cbf9 {
  place-self: auto;
}

#w-node-a42d9fde-79e6-61d0-1782-9b04c6077c9c-764cb9c5, #w-node-a42d9fde-79e6-61d0-1782-9b04c6077c9c-43949fc1, #w-node-a42d9fde-79e6-61d0-1782-9b04c6077c9c-4a52c702, #w-node-a42d9fde-79e6-61d0-1782-9b04c6077c9c-6be2a422 {
  justify-self: end;
}

#w-node-_9340d12c-4cb5-f943-20fd-94546e0279e6-6be2a422 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_9340d12c-4cb5-f943-20fd-94546e0279ea-6be2a422 {
  place-self: auto;
}

#w-node-_9340d12c-4cb5-f943-20fd-94546e0279ec-6be2a422 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_9340d12c-4cb5-f943-20fd-94546e0279f5-6be2a422 {
  place-self: auto;
}

#w-node-_9340d12c-4cb5-f943-20fd-94546e0279f7-6be2a422 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_9340d12c-4cb5-f943-20fd-94546e027a00-6be2a422, #w-node-_9340d12c-4cb5-f943-20fd-94546e027a01-6be2a422 {
  place-self: auto;
}

#w-node-_9340d12c-4cb5-f943-20fd-94546e027a02-6be2a422 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto;
}

#w-node-_9340d12c-4cb5-f943-20fd-94546e027a0b-6be2a422, #w-node-_9340d12c-4cb5-f943-20fd-94546e027a0c-6be2a422 {
  place-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_13b057ce-a112-b4e0-2dab-77002c3987fb-6709795d {
    place-self: center;
  }
}


@font-face {
  font-family: 'Line Rounded Icon Font';
  src: url("../fonts/line-rounded-icon-font.c460ddec855b.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Applesdgothicneom';
  src: url("../fonts/AppleSDGothicNeoM.3a44ffb1539d.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}