#root {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  align-items: flex-start;
  place-items: flex-start;
  color: #01516F;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

/* No Header Layout styles from App.css */
#root .no-header-layout {
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  max-width: unset;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

#root .no-header-layout .marketing-page-layout-container {
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  max-width: unset;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  background: #F0F9F8;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(240, 249, 248, 1) 100%);
}

@media (max-width: 796px) {
  #root .no-header-layout .marketing-page-layout-container {
    padding-top: 120px;
  }
}

@media (max-width: 513px) {
  #root .no-header-layout .marketing-page-layout-container {
    padding-top: 80px;
  }
}

/* Marketing Page styles from MarketingPage.styles.ts */
#root .marketing-page-wrapper {
  padding-top: 120px;
  padding-bottom: 70px;
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
}

@media (max-width: 796px) {
  #root .marketing-page-wrapper {
    padding-top: 0;
  }
}

#root .top-teaser-panel {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-content: center;
  align-items: center;
  margin: 0 auto 72px auto;
  justify-content: space-between;
  width: 100%;
}

#root .top-teaser-panel .teaser-txt-wrapper {
  width: 45%;
  box-sizing: border-box;
  padding-right: 28px;
}

#root .top-teaser-panel .teaser-txt-wrapper h1.teaser-title {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: -2px;
  font-size: 46px;
  margin: 1.2em 0 0 0;
  padding: 0;
  white-space: nowrap;
  font-weight: bold;
}

#root .top-teaser-panel .teaser-txt-wrapper h1.teaser-title span.animated-text {
  font-family: 'Roboto Condensed', sans-serif;
  word-spacing: -2px;
  letter-spacing: -1.75px;
  box-sizing: border-box;
  padding: 0;
  font-size: 42px;
  line-height: 42px;
  height: 42px;
  width: 100%;
  font-weight: 300;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
}

#root .top-teaser-panel .teaser-txt-wrapper p.teaser-txt {
  font-family: 'Roboto Condensed', sans-serif;
  white-space: nowrap;
  font-size: 20px;
  line-height: 150%;
  padding: 16px 32px 16px 0;
  margin: 0;
}

#root .top-teaser-panel .teaser-txt-wrapper .marketing-pg-get-started-btn-wrapper{
  text-decoration: none;
}

#root .top-teaser-panel .teaser-txt-wrapper p button.marketing-pg-get-started-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  border-radius: 100px !important;
  line-height: 130%;
  background-color: #FF781E;
  color: white;
  padding: 8px 24px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-transform: unset;
}

#root .top-teaser-panel .teaser-txt-wrapper p button.marketing-pg-get-started-btn span.MuiButton-iconSizeMedium {
  margin-left: 0;
  width: 16px;
  height: 16px;
}

#root .top-teaser-panel .teaser-txt-wrapper span.already-have-account {
  display: inline-block;
  margin-top: 32px;
  margin-bottom: 24px;
  color: #666;
}

#root .top-teaser-panel .teaser-txt-wrapper span.already-have-account a {
  color: #01516f;
  font-size: 16px;
  text-decoration: none;
}

#root .top-teaser-panel .teaser-txt-wrapper span.already-have-account a:visited {
  color: #01516F;
}

#root .top-teaser-panel .teaser-graph-wrapper {
  box-sizing: border-box;
  width: 68%;
}

#root .top-teaser-panel .teaser-graph-wrapper .marketing-graphic,
#root .top-teaser-panel .teaser-graph-wrapper svg {
  width: 100%;
  height: auto;
}

#root .bottom-teaser-panel {
  box-sizing: border-box;
  width: 100%;
}

#root .bottom-teaser-panel .services-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 32px;
}

#root .bottom-teaser-panel .services-wrapper .service {
  box-sizing: border-box;
  width: 31.5%;
  padding: 24px 24px 32px 24px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.2);
}

#root .bottom-teaser-panel .services-wrapper .service h3 {
  margin: 0;
  padding: 0 0 8px 0;
}

#root .bottom-teaser-panel .services-wrapper .service h3 a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  color: #01516F;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  white-space: nowrap;
}

#root .bottom-teaser-panel .services-wrapper .service h3 a .open-icon {
  width: 16px;
  height: 16px;
  color: #01516F;
}

#root .bottom-teaser-panel .services-wrapper .service p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 28px;
  padding: 0;
  margin: 0;
  color: #666;
}

#root .bottom-teaser-panel .services-wrapper .service p.icon-decorated {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

#root .bottom-teaser-panel .services-wrapper .service p.icon-decorated .task-icon {
  color: #01516F;
}

#root .bottom-teaser-panel .services-wrapper .service:hover {
  border-color: #FF781E;
}

#root .bottom-teaser-panel .services-wrapper .service:hover h3 a {
  color: #FF781E;
}

#root .bottom-teaser-panel .services-wrapper .service:hover h3 a svg.open-icon path {
  stroke: #FF781E;
}

#root .bottom-teaser-panel .actions-wrapper {
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}

#root .bottom-teaser-panel .actions-wrapper .actions {
  display: flex;
  flex-direction: column;
}

/* Media Queries for Mobile */
@media (max-width: 796px) {
  #root .top-teaser-panel {
    padding-top: 0;
    flex-direction: column;
  }

  #root .top-teaser-panel .teaser-txt-wrapper {
    padding: unset;
    border-bottom: none;
    width: 100%;
    text-align: center;
  }

  #root .top-teaser-panel .teaser-txt-wrapper h1 {
    box-sizing: border-box;
    position: relative;
    font-size: 24px;
    letter-spacing: -0.25px;
    margin-top: 8px;
  }

  #root .top-teaser-panel .teaser-txt-wrapper h1 span.animated-text {
    letter-spacing: unset;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    height: 24px;
  }

  #root .top-teaser-panel .teaser-txt-wrapper p.teaser-txt {
    padding: 16px 0 0 0;
    font-size: 16px;
    width: 100%;
    text-align: center;
    white-space: unset;
    text-wrap: balance;
  }

  #root .top-teaser-panel .teaser-txt-wrapper p.teaser-txt br {
    display: none;
  }

  #root .top-teaser-panel .teaser-txt-wrapper p button.marketing-pg-get-started-btn {
    transform: scale(0.8);
    transform-origin: 50% 50%;
    font-size: 18px;
    line-height: 200%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px !important;
  }

  #root .top-teaser-panel .teaser-graph-wrapper {
    text-align: center;
    width: 100%;
    padding-top: 8px;
  }

  #root .top-teaser-panel .teaser-graph-wrapper img,
  #root .top-teaser-panel .teaser-graph-wrapper svg {
    width: calc(100% - 8px);
    height: auto;
  }

  #root .bottom-teaser-panel {
    border-radius: 8px;
    padding: 16px;
    box-sizing: border-box;
  }

  #root .bottom-teaser-panel h2 {
    font-size: 20px;
    padding-bottom: 16px;
    font-weight: bold;
  }

  #root .bottom-teaser-panel .services-wrapper {
    flex-direction: column;
    gap: 32px;
  }

  #root .bottom-teaser-panel .services-wrapper .service {
    width: 100%;
  }

  #root .bottom-teaser-panel .services-wrapper .service h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 0;
  }
}

/* Material UI Button Styles */
#root .marketing-page-wrapper  .MuiButtonBase-root {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  text-decoration: none;
  color: inherit;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02857em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 4px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

#root .marketing-page-wrapper .MuiButton-contained {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

#root .marketing-page-wrapper .MuiButton-containedPrimary {
  color: #fff;
  background-color: #FF781E;
}

#root .marketing-page-wrapper .MuiButton-endIcon {
  display: inherit;
  margin-left: 8px;
  margin-right: -4px;
}

#root .marketing-page-wrapper  .MuiTouchRipple-root {
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
}