body, html {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; }

body * {
  box-sizing: border-box;
  font-family: "Inter" ,sans-serif; }

.container {
  max-width: 1264px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px; }

img {
  width: auto;
  height: auto; }

body {
  padding-top: 88px; }

#typingIndicator {
  display: none !important; }

header {
  position: fixed;
  background-color: #fff;
  z-index: 4;
  top: 0px;
  left: 0px;
  width: 100%;
  border-bottom: 1px solid #E8EBEE; }
  header .outer__header {
    display: flex;
    align-items: center;
    padding: 15px 0px;
    justify-content: space-between; }
    header .outer__header .menu {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      header .outer__header .menu ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        header .outer__header .menu ul > li {
          margin-right: 40px; }
          header .outer__header .menu ul > li > a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 18px;
            font-weight: 600;
            line-height: 150%;
            color: #1F2937;
            letter-spacing: -0.32px;
            transition: .3s ease all; }
            header .outer__header .menu ul > li > a:hover {
              color: #1F67D3; }
          header .outer__header .menu ul > li:last-child {
            margin-right: 0px; }
      header .outer__header .menu > a {
        display: inline-flex;
        margin-left: 40px;
        align-items: center;
        justify-content: center;
        min-width: 115px;
        min-height: 40px;
        border-radius: 8px;
        background-color: #1F67D3;
        text-decoration: none;
        font-size: 14px;
        line-height: 150%;
        font-weight: 600;
        color: #FFFFFF;
        transition: .3s ease all; }
        header .outer__header .menu > a:hover {
          background-color: #1358BF; }
    header .outer__header > a {
      display: inline-flex;
      align-items: center;
      justify-content: center; }

footer {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to top right, #163166, #091B2F); }
  footer .bottom {
    margin-top: 64px; }
    footer .bottom > p {
      margin: 0px;
      font-size: 16px;
      line-height: 24px;
      color: #A1BAE6; }
  footer .outer__footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    footer .outer__footer .menus {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      width: 606px; }
      footer .outer__footer .menus > .menu > p {
        margin-top: 0px;
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
        font-weight: 600; }
      footer .outer__footer .menus > .menu ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px; }
        footer .outer__footer .menus > .menu ul > li {
          margin-bottom: 16px; }
          footer .outer__footer .menus > .menu ul > li > a {
            text-decoration: none;
            font-size: 16px;
            line-height: 24px;
            color: #A1BAE6;
            transition: .3s ease all; }
            footer .outer__footer .menus > .menu ul > li > a:hover {
              color: #fff; }
          footer .outer__footer .menus > .menu ul > li:last-child {
            margin-bottom: 0px; }
    footer .outer__footer > .column {
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      footer .outer__footer > .column > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px; }
      footer .outer__footer > .column > p {
        margin: 0px;
        padding-top: 8px;
        padding-bottom: 8px;
        border-top: 1px solid white;
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        opacity: .7;
        font-weight: 400; }

.cta__wrapper {
  padding-top: 56px;
  padding-bottom: 104px; }
  .cta__wrapper .outer__cta {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 955px;
    margin-left: auto;
    margin-right: auto; }
    .cta__wrapper .outer__cta .cta {
      max-width: 450px;
      width: 100%;
      text-align: center; }
      .cta__wrapper .outer__cta .cta .btn {
        display: flex;
        justify-content: center;
        align-items: center; }
        .cta__wrapper .outer__cta .cta .btn > a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          min-height: 64px;
          background-color: #1F67D3;
          border-radius: 8px;
          font-size: 18px;
          line-height: 27px;
          color: #FFFFFF;
          text-decoration: none;
          font-weight: 600;
          transition: .3s ease all; }
          .cta__wrapper .outer__cta .cta .btn > a:hover {
            background-color: #1358BF; }
      .cta__wrapper .outer__cta .cta > p {
        margin-top: 0px;
        margin-bottom: 32px;
        font-size: 18px;
        line-height: 150%;
        color: #374151;
        letter-spacing: -0.41px;
        max-width: 360px;
        margin-left: auto;
        margin-right: auto; }
    .cta__wrapper .outer__cta .desc {
      max-width: 450px;
      width: 100%;
      margin-right: 56px; }
      .cta__wrapper .outer__cta .desc > ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        .cta__wrapper .outer__cta .desc > ul > li {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          margin-right: 24px;
          font-size: 14px;
          line-height: 150%;
          letter-spacing: -0.41px;
          color: #1F2937; }
          .cta__wrapper .outer__cta .desc > ul > li span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 2px; }
          .cta__wrapper .outer__cta .desc > ul > li:last-child {
            margin-right: 0px; }
      .cta__wrapper .outer__cta .desc > h2 {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 40px;
        line-height: 150%;
        letter-spacing: -0.5px;
        color: #1F2937;
        font-weight: 600; }

.faq__wrapper {
  padding-top: 56px;
  padding-bottom: 56px; }
  .faq__wrapper .outer__faq .inner {
    max-width: 955px;
    margin-left: auto;
    margin-right: auto; }
    .faq__wrapper .outer__faq .inner > .elem {
      padding: 24px 16px;
      background-color: #F3F4F6;
      border-radius: 4px;
      margin-bottom: 8px;
      cursor: pointer; }
      .faq__wrapper .outer__faq .inner > .elem.opened .inn > p > span {
        transform: rotate(90deg); }
      .faq__wrapper .outer__faq .inner > .elem:last-child {
        margin-bottom: 0px; }
      .faq__wrapper .outer__faq .inner > .elem .inn .content {
        padding-bottom: 8px;
        padding-left: 32px;
        margin-top: 16px;
        display: none; }
        .faq__wrapper .outer__faq .inner > .elem .inn .content > p {
          margin-top: 0px;
          font-size: 16px;
          line-height: 24px;
          color: #374151;
          font-weight: 400;
          margin-bottom: 15px; }
          .faq__wrapper .outer__faq .inner > .elem .inn .content > p:last-child {
            margin-bottom: 0px; }
      .faq__wrapper .outer__faq .inner > .elem .inn > p {
        margin: 0px;
        display: flex;
        align-items: center;
        font-weight: 600;
        justify-content: flex-start;
        font-size: 18px;
        line-height: 27px;
        color: #1F2937;
        letter-spacing: -0.41px; }
        .faq__wrapper .outer__faq .inner > .elem .inn > p > span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          transition: .3s ease all;
          margin-right: 16px; }
  .faq__wrapper .outer__faq > .top {
    text-align: center;
    margin-bottom: 40px; }
    .faq__wrapper .outer__faq > .top > h2 {
      margin-top: 0px;
      margin-bottom: 10px;
      font-size: 40px;
      line-height: 150%;
      color: #1F2937;
      font-weight: 600; }
    .faq__wrapper .outer__faq > .top > p {
      margin: 0px;
      font-size: 18px;
      line-height: 27px;
      color: #6B7280;
      font-weight: 400; }

.tickercontainer {
  height: auto !important; }

.action__wrapper {
  padding-top: 56px;
  padding-bottom: 56px; }
  .action__wrapper .outer__action {
    padding-top: 72px;
    padding-bottom: 120px;
    background: linear-gradient(to bottom, #3060BF, #5282DA, #6291E7);
    border-radius: 24px;
    overflow: hidden;
    position: relative; }
    .action__wrapper .outer__action > .pattern {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%; }
    .action__wrapper .outer__action > .ellipse1 {
      position: absolute;
      top: 0px;
      right: -20px; }
    .action__wrapper .outer__action > .ellipse2 {
      position: absolute;
      bottom: -75px;
      left: 0px; }
    .action__wrapper .outer__action .products__slider {
      position: relative;
      z-index: 2; }
      .action__wrapper .outer__action .products__slider ul {
        padding: 0px;
        list-style-type: none;
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .action__wrapper .outer__action .products__slider ul li {
          margin: 0px 30px !important;
          display: flex;
          align-items: center;
          justify-content: center; }
          .action__wrapper .outer__action .products__slider ul li .elem {
            display: flex;
            align-items: center;
            justify-content: center; }
            .action__wrapper .outer__action .products__slider ul li .elem img {
              max-width: 655px; }
    .action__wrapper .outer__action > h2 {
      text-align: center;
      margin-top: 0px;
      margin-bottom: 0px;
      font-size: 40px;
      line-height: 60px;
      color: #FFFFFF;
      font-weight: 600;
      position: relative;
      z-index: 2; }
    .action__wrapper .outer__action > p {
      margin: 0px;
      font-size: 18px;
      line-height: 27px;
      color: #FFFFFF;
      text-align: center;
      letter-spacing: -0.41px;
      margin-bottom: 90px;
      position: relative;
      z-index: 2; }

.get__started {
  padding-top: 56px;
  padding-bottom: 56px; }
  .get__started .outer__started {
    max-width: 1045px;
    margin-left: auto;
    margin-right: auto; }
    .get__started .outer__started .btn {
      margin-top: 64px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .get__started .outer__started .btn > p {
        margin: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        line-height: 24px;
        color: #374151;
        font-weight: 400; }
        .get__started .outer__started .btn > p span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-right: 8px; }
      .get__started .outer__started .btn > a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 380px;
        height: 64px;
        background-color: #1F67D3;
        border-radius: 8px;
        text-decoration: none;
        font-size: 18px;
        line-height: 27px;
        color: #FFFFFF;
        font-weight: 600;
        margin-bottom: 16px;
        transition: .3s ease all; }
        .get__started .outer__started .btn > a:hover {
          background-color: #1358BF; }
    .get__started .outer__started .media {
      display: flex;
      align-items: center;
      justify-content: center; }
      .get__started .outer__started .media img {
        max-width: 100%;
        border-radius: 8px;
        box-shadow: 0px 32px 24px 0px rgba(0, 0, 0, 0.04), 0px 16px 8px 0px rgba(0, 0, 0, 0.04), 0px 8px 4px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.02); }
    .get__started .outer__started > h2 {
      text-align: center;
      margin-top: 0px;
      font-size: 40px;
      line-height: 60px;
      color: #1F2937;
      font-weight: 600;
      margin-bottom: 40px; }

.performance {
  padding: 56px 0px; }
  .performance .outer__performance .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 956px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 56px;
    grid-row-gap: 40px; }
    .performance .outer__performance .grid > .elem > .media {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px; }
    .performance .outer__performance .grid > .elem > p {
      margin-top: 0px;
      margin-bottom: 8px;
      font-size: 18px;
      line-height: 27px;
      color: #1F2937;
      font-weight: 600; }
    .performance .outer__performance .grid > .elem > span {
      font-size: 16px;
      line-height: 24px;
      color: #6B7280;
      letter-spacing: -0.05em; }
  .performance .outer__performance > h2 {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: #1F2937;
    text-align: center; }

.tools__wrapper {
  padding: 56px 0px; }
  .tools__wrapper .outer__tools .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 956px;
    margin-left: auto;
    margin-right: auto;
    grid-column-gap: 32px;
    width: 100%; }
    .tools__wrapper .outer__tools .grid .elem {
      text-align: center; }
      .tools__wrapper .outer__tools .grid .elem > p {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 27px;
        color: #1F2937;
        letter-spacing: -0.41px;
        font-weight: 600; }
      .tools__wrapper .outer__tools .grid .elem > span {
        color: #6B7280;
        font-size: 16px;
        line-height: 24px; }
      .tools__wrapper .outer__tools .grid .elem .media {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px; }
      .tools__wrapper .outer__tools .grid .elem > p {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 27px;
        color: #1F2937; }
  .tools__wrapper .outer__tools > .top {
    text-align: center;
    margin-bottom: 40px;
    margin-bottom: 40px; }
    .tools__wrapper .outer__tools > .top > h2 {
      margin-top: 0px;
      margin-bottom: 16px;
      font-size: 40px;
      line-height: 60px;
      color: #1F2937;
      letter-spacing: -0.05px;
      font-weight: 600; }
    .tools__wrapper .outer__tools > .top > p {
      margin: 0px;
      font-size: 18px;
      line-height: 27px;
      color: #374151;
      letter-spacing: -0.01em; }

.customers__wrapper {
  padding: 56px 0px;
  position: relative;
  z-index: 2; }
  .customers__wrapper .outer__customers > h2 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 60px;
    color: #1F2937;
    font-weight: 600;
    letter-spacing: -0.5px; }
  .customers__wrapper .outer__customers .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 32px; }
    .customers__wrapper .outer__customers .grid > .elem {
      padding: 32px 24px;
      background: linear-gradient(to bottom, #F4F8FF, #EAF2FF);
      display: flex;
      border-radius: 8px;
      flex-direction: column;
      justify-content: space-between; }
      .customers__wrapper .outer__customers .grid > .elem .bottom {
        margin-top: 25px; }
        .customers__wrapper .outer__customers .grid > .elem .bottom > span {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 4px; }
        .customers__wrapper .outer__customers .grid > .elem .bottom .bottom__wrapper {
          display: flex;
          align-items: center;
          justify-content: flex-end; }
          .customers__wrapper .outer__customers .grid > .elem .bottom .bottom__wrapper > img {
            max-width: 60px;
            min-width: 60px;
            border-radius: 250px;
            min-height: 60px;
            max-height: 60px;
            object-fit: cover;
            margin-left: 15px; }
          .customers__wrapper .outer__customers .grid > .elem .bottom .bottom__wrapper .desc {
            text-align: right; }
            .customers__wrapper .outer__customers .grid > .elem .bottom .bottom__wrapper .desc > p {
              margin-top: 0px;
              font-size: 14px;
              color: #1F2937;
              font-weight: 600;
              line-height: 21px;
              margin-bottom: 0px; }
            .customers__wrapper .outer__customers .grid > .elem .bottom .bottom__wrapper .desc > span {
              display: block;
              font-size: 14px;
              line-height: 21px;
              color: #374151;
              font-weight: 400; }
      .customers__wrapper .outer__customers .grid > .elem .top > p {
        margin: 0px;
        font-size: 16px;
        line-height: 24px;
        color: #374151;
        font-weight: 400; }

.hero__section {
  padding-top: 80px; }
  .hero__section .outer__hero .logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 16px;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    opacity: .75;
    margin-top: 64px;
    margin-bottom: 64px;
    position: relative;
    z-index: 2; }
  .hero__section .outer__hero .btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .hero__section .outer__hero .btn > p {
      margin: 0px;
      display: flex;
      align-items: center;
      margin-top: 22px;
      justify-content: center;
      font-size: 14px;
      line-height: 150%;
      font-weight: 400;
      color: #374151; }
      .hero__section .outer__hero .btn > p span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px; }
    .hero__section .outer__hero .btn > a {
      display: inline-flex;
      width: 100%;
      max-width: 380px;
      min-height: 64px;
      background-color: #1F67D3;
      border-radius: 8px;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      font-size: 18px;
      line-height: 27px;
      color: #FFFFFF;
      font-weight: 600;
      transition: .3s ease all; }
      .hero__section .outer__hero .btn > a:hover {
        background-color: #1358BF; }
  .hero__section .outer__hero > h1 {
    text-align: center;
    margin-top: 0px;
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 56px;
    line-height: 130%;
    font-weight: 600;
    color: #1F2937;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -1px;
    font-weight: 600; }
  .hero__section .outer__hero > p {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 27px;
    color: #6B7280;
    letter-spacing: -0.41px; }
  .hero__section .outer__hero > ul {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .hero__section .outer__hero > ul > li {
      display: inline-flex;
      margin-right: 24px;
      align-items: center;
      font-size: 14px;
      line-height: 21px;
      color: #1F2937;
      font-weight: 400;
      justify-content: center; }
      .hero__section .outer__hero > ul > li:last-child {
        margin-right: 0px; }
      .hero__section .outer__hero > ul > li span {
        margin-right: 2px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }

.hero__images {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .hero__images > .el1 {
    position: absolute;
    top: -240px;
    right: 0px;
    pointer-events: none; }
  .hero__images > .el2 {
    position: absolute;
    pointer-events: none;
    left: -50px;
    top: -120px; }
  .hero__images > .img {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    position: relative; }
    .hero__images > .img:nth-child(2) {
      position: absolute;
      width: 35%;
      left: 0px;
      bottom: -3%; }
    .hero__images > .img:nth-child(3) {
      position: absolute;
      width: 37%;
      right: 0%;
      top: -7%; }
    .hero__images > .img:nth-child(4) {
      position: absolute;
      width: 30%;
      right: 0%;
      bottom: 0%; }
    .hero__images > .img:nth-child(1) {
      margin-left: 12%;
      width: 68%; }
    .hero__images > .img img {
      max-width: 100%; }

.tools__wrapper + .hero__images {
  margin: 50px auto;
  margin-bottom: 0px; }

.chat-container {
  width: 100%;
  max-width: 700px;
  height: 650px;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative; }

.chat-header {
  display: none; }

.chat-messages {
  flex: 1;
  padding: 24px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left; }

.message {
  opacity: 0;
  transform: translateY(20px);
  animation: messageIn 0.5s ease-out forwards; }

@keyframes messageIn {
  to {
    opacity: 1;
    transform: translateY(0); } }
.user-message {
  text-align: left;
  align-self: flex-end;
  background: #2563eb;
  color: white;
  padding: 12px 16px;
  border-radius: 18px 18px 4px 18px;
  width: 75%;
  font-size: 15px;
  line-height: 1.5; }

.ai-message {
  align-self: flex-start;
  background: #ffffff;
  color: #1f2937;
  padding: 16px 20px;
  border-radius: 18px 18px 18px 4px;
  width: 85%;
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  border: 1px solid #e5e7eb;
  white-space: pre-wrap; }

.ai-message code {
  background: #0f172a;
  color: #e2e8f0;
  padding: 14px 16px;
  border-radius: 8px;
  display: block;
  margin: 12px 0;
  font-family: 'SF Mono', Monaco, 'Cascadia Code', 'Roboto Mono', Consolas, 'Courier New', monospace;
  font-size: 13px;
  overflow-x: auto;
  border: 1px solid #334155; }

.tool-message {
  align-self: flex-start;
  background: #fef3c7;
  color: #92400e;
  padding: 10px 14px;
  border-radius: 12px;
  max-width: 70%;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #fbbf24;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500; }

.tool-icon {
  width: 18px;
  height: 18px;
  background: #d97706;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 11px;
  flex-shrink: 0; }

.loading-dots {
  display: flex;
  gap: 3px; }

.loading-dots span {
  width: 5px;
  height: 5px;
  background: #d97706;
  border-radius: 50%;
  animation: loadingDots 1.4s infinite; }

.loading-dots span:nth-child(2) {
  animation-delay: 0.2s; }

.loading-dots span:nth-child(3) {
  animation-delay: 0.4s; }

@keyframes loadingDots {
  0%, 80%, 100% {
    transform: scale(0.8);
    opacity: 0.5; }
  40% {
    transform: scale(1);
    opacity: 1; } }
.warning-icon {
  color: #f59e0b;
  font-size: 16px;
  margin-right: 4px; }

.typing-indicator {
  align-self: flex-start;
  background: #f3f4f6;
  color: #6b7280;
  padding: 10px 16px;
  border-radius: 18px 18px 18px 4px;
  max-width: 70%;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease; }

.typing-indicator.show {
  opacity: 1;
  transform: translateY(0); }

.user-typing-indicator {
  align-self: flex-end;
  background: #dbeafe;
  color: #1e40af;
  padding: 10px 16px;
  border-radius: 18px 18px 4px 18px;
  max-width: 70%;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid #93c5fd;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease; }

.user-typing-indicator.show {
  opacity: 1;
  transform: translateY(0); }

.restart-button {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #f9fafb;
  border: 1px solid #d1d5db;
  color: #6b7280;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500; }

.restart-button:hover {
  background: #f3f4f6;
  border-color: #9ca3af; }

.tool-icon {
  background-color: transparent !important; }

.chat-container .tool-message {
  font-weight: 400; }

.chat-container .user-message {
  font-weight: 400; }

.chat-container .tool-message {
  max-width: 90%; }

.tool-message {
  align-items: flex-start !important; }

.tool-icon {
  position: relative;
  top: 2px; }

.hero__section .hero__secondary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative; }
  .hero__section .hero__secondary > img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 300px;
    margin-left: 100px; }
  .hero__section .hero__secondary .desc {
    position: relative;
    padding-top: 35px;
    max-width: 550px; }
    .hero__section .hero__secondary .desc .btn {
      display: flex;
      justify-content: flex-start;
      flex-direction: column;
      max-width: 310px;
      margin-right: auto;
      margin-left: 0px;
      margin-top: 40px;
      align-items: center;
      width: auto; }
      .hero__section .hero__secondary .desc .btn > p {
        margin-top: 16px; }
    .hero__section .hero__secondary .desc > p {
      margin: 0px;
      font-size: 18px;
      line-height: 27px;
      color: #6B7280;
      font-weight: 400; }
    .hero__section .hero__secondary .desc > h1 {
      margin-top: 0px;
      margin-bottom: 16px;
      font-size: 56px;
      line-height: 130%;
      font-weight: 600;
      color: #1F2937; }
      .hero__section .hero__secondary .desc > h1 span {
        color: #1F67D3;
        font-weight: 600; }
    .hero__section .hero__secondary .desc > ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      margin-bottom: 8px; }
      .hero__section .hero__secondary .desc > ul > li {
        display: inline-flex;
        margin-right: 24px;
        align-items: center;
        letter-spacing: -0.41px;
        font-size: 14px;
        line-height: 21px;
        color: #1F2937;
        font-weight: 400;
        justify-content: center; }
        .hero__section .hero__secondary .desc > ul > li span {
          margin-right: 2px;
          display: inline-flex;
          align-items: center;
          justify-content: center; }

.chat {
  width: 100%;
  max-width: 480px; }

.loading-dots span {
  background-color: #1F67D3 !important; }

.chat-container {
  max-width: 480px !important;
  width: 100% !important;
  border: 0px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04), 0px 38px 25px 0px rgba(0, 0, 0, 0.04), 0px 20px 13px 0px rgba(0, 0, 0, 0.035), 0px 8px 6px 0px rgba(0, 0, 0, 0.03), 0px 2px 3px 0px rgba(0, 0, 0, 0.02); }
  .chat-container * {
    font-family: "Noto Sans" ,sans-serif; }
  .chat-container .chat-messages::-webkit-scrollbar {
    width: 4px; }
  .chat-container .chat-messages::-webkit-scrollbar-thumb {
    background-color: #1F67D3; }
  .chat-container .tool-message {
    padding: 16px;
    background-color: #EDF4FF;
    border-radius: 6px;
    font-size: 15px;
    line-height: 140%;
    color: #1F2937;
    border: 0px; }
  .chat-container .user-message {
    padding: 16px;
    border-radius: 8px;
    background: linear-gradient(to bottom right, #4C94FF, #2C75E3);
    font-family: "Noto Sans" ,sans-serif; }
  .chat-container .ai-message {
    padding: 16px;
    border-radius: 6px;
    background-color: #F5F5F5;
    border: 0px;
    font-size: 15px;
    line-height: 140%;
    color: #1F2937; }

.loading-dots {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.pricing__wrapper {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(180, 207, 255, 0.3) 60%, rgba(187, 212, 255, 0.08) 82%, rgba(255, 255, 255, 0) 100%); }

.start__free {
  padding-top: 120px;
  padding-bottom: 40px; }
  .start__free .outer__start {
    padding: 40px 64px;
    border-radius: 24px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4)), linear-gradient(to top right, #163166, #091B2F);
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto; }
    .start__free .outer__start .right {
      width: 100%;
      max-width: 450px;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-column-gap: 38px;
      grid-row-gap: 37px; }
      .start__free .outer__start .right > .elem {
        display: flex;
        justify-content: center;
        align-items: center; }
        .start__free .outer__start .right > .elem > img {
          max-width: 100%; }
    .start__free .outer__start .left {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      max-width: 265px; }
      .start__free .outer__start .left .btn {
        display: flex;
        justify-content: flex-start;
        margin-top: 40px; }
        .start__free .outer__start .left .btn > a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          padding: 10px 24px;
          background-color: #1F67D3;
          border-radius: 8px;
          text-decoration: none;
          font-size: 14px;
          line-height: 21px;
          font-weight: 600;
          color: #FFFFFF;
          transition: .3s ease all; }
          .start__free .outer__start .left .btn > a:hover {
            background-color: #1358BF; }
      .start__free .outer__start .left > span {
        display: inline-flex;
        align-items: center;
        margin-bottom: 8px; }
      .start__free .outer__start .left > p {
        margin: 0px;
        font-size: 14px;
        line-height: 21px;
        color: #FFFFFF;
        font-weight: 400; }

.pricing__wrapper {
  padding-top: 105px; }
  .pricing__wrapper .outer__pricing .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    margin-top: 64px; }
    .pricing__wrapper .outer__pricing .grid > .elem {
      padding: 16px 24px;
      border: 1px solid #C8CCD5;
      border-radius: 24px;
      background-color: #fff; }
      .pricing__wrapper .outer__pricing .grid > .elem.featured {
        background-color: #F5F9FF;
        border: 1px solid #1F67D3;
        box-shadow: 0px 0px 0px 8px #CCE0FF; }
        .pricing__wrapper .outer__pricing .grid > .elem.featured .pricing .btn > a {
          background-color: #1F67D3;
          color: #FFFFFF;
          transition: .3s ease all; }
          .pricing__wrapper .outer__pricing .grid > .elem.featured .pricing .btn > a:hover {
            background-color: #1358BF; }
      .pricing__wrapper .outer__pricing .grid > .elem .features {
        margin-top: 24px; }
        .pricing__wrapper .outer__pricing .grid > .elem .features > p {
          margin-top: 0px;
          margin-bottom: 16px;
          font-size: 18px;
          line-height: 27px;
          color: #000000;
          font-weight: 600; }
        .pricing__wrapper .outer__pricing .grid > .elem .features > ul {
          padding: 0px;
          list-style-type: none;
          margin: 0px; }
          .pricing__wrapper .outer__pricing .grid > .elem .features > ul > li {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            font-size: 14px;
            line-height: 21px;
            color: #374151;
            font-weight: 400;
            margin-bottom: 12px; }
            .pricing__wrapper .outer__pricing .grid > .elem .features > ul > li span {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              margin-right: 8px; }
            .pricing__wrapper .outer__pricing .grid > .elem .features > ul > li:last-child {
              margin-bottom: 0px; }
      .pricing__wrapper .outer__pricing .grid > .elem .pricing {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .pricing__wrapper .outer__pricing .grid > .elem .pricing .btn {
          display: flex;
          justify-content: flex-start; }
          .pricing__wrapper .outer__pricing .grid > .elem .pricing .btn > a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 40px;
            padding-left: 24px;
            padding-right: 24px;
            background-color: #E8EAED;
            border-radius: 6px;
            text-decoration: none;
            font-size: 14px;
            line-height: 21px;
            color: #1F2937;
            font-weight: 500;
            transition: .3s ease all; }
            .pricing__wrapper .outer__pricing .grid > .elem .pricing .btn > a:hover {
              background-color: #D5DBE0; }
        .pricing__wrapper .outer__pricing .grid > .elem .pricing > span {
          display: block;
          font-size: 56px;
          line-height: 130%;
          color: #000000;
          font-weight: 600; }
        .pricing__wrapper .outer__pricing .grid > .elem .pricing > p {
          margin: 0px;
          font-size: 13px;
          line-height: 21px;
          color: #6B7280;
          font-weight: 400;
          margin-bottom: 24px; }
      .pricing__wrapper .outer__pricing .grid > .elem > .top {
        margin-bottom: 24px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: relative; }
        .pricing__wrapper .outer__pricing .grid > .elem > .top > span {
          font-size: 32px;
          line-height: 150%;
          color: #000000;
          font-weight: 600; }
        .pricing__wrapper .outer__pricing .grid > .elem > .top > p {
          margin: 0px;
          font-size: 14px;
          line-height: 21px;
          color: #374151;
          font-weight: 400; }
  .pricing__wrapper .outer__pricing .switcher {
    display: flex;
    align-items: center;
    justify-content: center; }
    .pricing__wrapper .outer__pricing .switcher ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .pricing__wrapper .outer__pricing .switcher ul > li > a {
        border: 1px solid #D5DBE0;
        min-width: 150px;
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        text-decoration: none;
        font-size: 14px;
        line-height: 21px;
        color: #64748B;
        transition: .3s ease color , .3s ease background-color; }
        .pricing__wrapper .outer__pricing .switcher ul > li > a.current {
          font-weight: 600;
          border-color: #1F67D3;
          color: #FFFFFF;
          background-color: #1F67D3; }
      .pricing__wrapper .outer__pricing .switcher ul > li:nth-child(1) > a {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        border-right: 0px; }
      .pricing__wrapper .outer__pricing .switcher ul > li:nth-child(2) > a {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        border-left: 0px; }
  .pricing__wrapper .outer__pricing > .top {
    text-align: center;
    max-width: 585px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
    position: relative; }
    .pricing__wrapper .outer__pricing > .top > img {
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      left: 50%; }
    .pricing__wrapper .outer__pricing > .top > h1 {
      margin-top: 0px;
      margin-bottom: 24px;
      font-size: 56px;
      line-height: 130%;
      color: #1F2937;
      font-weight: 600;
      position: relative;
      z-index: 2; }
    .pricing__wrapper .outer__pricing > .top > p {
      margin: 0px;
      font-size: 18px;
      line-height: 27px;
      color: #6B7280;
      position: relative;
      z-index: 2;
      letter-spacing: -0.41px; }

.blog__head {
  padding-top: 56px;
  padding-bottom: 100px; }
  .blog__head .outer__blog .media {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    .blog__head .outer__blog .media .box {
      position: absolute;
      min-width: 415px;
      max-width: 415px;
      right: -245px;
      bottom: -32px;
      padding: 32px 24px;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 18px;
      backdrop-filter: blur(24px);
      box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.04), 0px 10px 13px 0px rgba(0, 0, 0, 0.035), 0px 2px 6px 0px rgba(0, 0, 0, 0.03), 0px 0px 3px 0px rgba(0, 0, 0, 0.018); }
      .blog__head .outer__blog .media .box .tags {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: -4px;
        margin-left: -4px; }
        .blog__head .outer__blog .media .box .tags > span {
          padding: 0px 8px;
          font-size: 13px;
          line-height: 21px;
          color: #1F67D3;
          background-color: #EAF2FF;
          border-radius: 4px;
          margin: 4px; }
      .blog__head .outer__blog .media .box > p {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 27px;
        color: #000000;
        font-weight: 600; }
      .blog__head .outer__blog .media .box > span {
        display: block;
        margin-bottom: 32px;
        font-size: 14px;
        line-height: 21px;
        color: #374151;
        letter-spacing: -0.41px; }
    .blog__head .outer__blog .media > img {
      max-width: 100%;
      border-radius: 16px; }
    .blog__head .outer__blog .media .after {
      display: flex;
      align-items: center;
      justify-content: center; }
      .blog__head .outer__blog .media .after > img {
        max-width: 100%; }
  .blog__head .outer__blog > .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px; }
    .blog__head .outer__blog > .top > p {
      text-align: center;
      margin: 0px;
      font-size: 18px;
      line-height: 27px;
      color: #6B7280;
      font-weight: 400; }
    .blog__head .outer__blog > .top > span {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 32px;
      border: 1px solid #E3E4E5;
      border-radius: 16px;
      padding-left: 14px;
      padding-right: 14px;
      font-size: 13px;
      line-height: 16px;
      color: #374151;
      margin-bottom: 16px; }
    .blog__head .outer__blog > .top > h2 {
      margin-top: 0px;
      margin-bottom: 15px;
      font-size: 40px;
      line-height: 150%;
      color: #1F2937;
      letter-spacing: -0.5px; }

.blog__list {
  padding-top: 72px;
  padding-bottom: 64px;
  background-color: #F3F4F6; }
  .blog__list .outer__blog > h6 {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 40px;
    display: block;
    font-size: 40px;
    line-height: 150%;
    color: #1F2937;
    font-weight: 600; }
  .blog__list .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px; }
    .blog__list .grid .elem {
      padding: 32px 24px;
      background-color: #FFFFFF;
      border-radius: 14px;
      text-decoration: none; }
      .blog__list .grid .elem:hover .desc > p {
        color: #1F67D3; }
      .blog__list .grid .elem .desc > p {
        margin: 0px;
        font-size: 18px;
        line-height: 27px;
        color: #000000;
        font-weight: 600;
        transition: .3s ease all; }
      .blog__list .grid .elem .desc > .tags {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
        margin-left: -4px;
        margin-top: -4px; }
        .blog__list .grid .elem .desc > .tags > span {
          padding: 0px 8px;
          margin: 4px;
          font-size: 13px;
          line-height: 150%;
          letter-spacing: -0.41px;
          color: #1F67D3;
          background-color: #EAF2FF;
          border-radius: 4px; }
      .blog__list .grid .elem .media {
        display: inline-flex;
        margin-bottom: 24px;
        align-items: center;
        justify-content: center; }
        .blog__list .grid .elem .media > img {
          max-width: 100%; }
  .blog__list .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 64px; }
    .blog__list .btn > a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 40px;
      padding-left: 12px;
      padding-right: 12px;
      border-radius: 6px;
      background-color: #FFFFFF;
      text-decoration: none;
      font-size: 14px;
      line-height: 20px;
      color: #1F2937;
      font-weight: 500;
      transition: .3s ease all; }
      .blog__list .btn > a:hover {
        background-color: #D5DBE0; }

.blog__inner {
  padding-top: 56px;
  padding-bottom: 80px; }
  .blog__inner .outer__blog {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto; }
    .blog__inner .outer__blog .desc > .el {
      margin-bottom: 56px; }
      .blog__inner .outer__blog .desc > .el > p {
        margin: 0px;
        font-size: 14px;
        line-height: 24px;
        color: #374151; }
      .blog__inner .outer__blog .desc > .el > span {
        display: block;
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 27px;
        color: #1F2937;
        font-weight: 600; }
      .blog__inner .outer__blog .desc > .el:last-child {
        margin-bottom: 0px; }
    .blog__inner .outer__blog .media {
      margin-top: 56px;
      margin-bottom: 56px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .blog__inner .outer__blog .media img {
        max-width: calc(100% + 104px);
        width: calc(100% + 104px);
        border-radius: 16px; }
    .blog__inner .outer__blog > h2 {
      margin-top: 12px;
      font-size: 56px;
      line-height: 130%;
      color: #1F2937;
      margin-bottom: 0px;
      font-weight: 600; }
    .blog__inner .outer__blog .date {
      display: inline-flex;
      margin-top: 16px; }
      .blog__inner .outer__blog .date > p {
        margin: 0px;
        font-size: 16px;
        line-height: 24px;
        color: #374151; }
    .blog__inner .outer__blog ul {
      padding: 0px;
      list-style-type: none;
      margin: 0px;
      display: flex;
      flex-wrap: wrap;
      margin-left: -4px;
      margin-top: -4px; }
      .blog__inner .outer__blog ul > li {
        background-color: #EAF2FF;
        padding: 0px 8px;
        font-size: 13px;
        line-height: 150%;
        color: #1F67D3;
        background-color: #EAF2FF;
        border-radius: 4px;
        margin: 4px; }
    .blog__inner .outer__blog > .tag {
      margin-bottom: 16px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 32px;
      padding-left: 15px;
      padding-right: 15px;
      border: 1px solid #E3E4E5;
      border-radius: 16px;
      font-size: 13px;
      line-height: 18px;
      color: #374151; }

@media (max-width: 1200px) {
  .blog__inner .outer__blog > h2 {
    font-size: 48px;
    line-height: 56px; }

  .blog__list .outer__blog > h6 {
    font-size: 32px;
    margin-bottom: 25px; }

  .blog__list .grid {
    grid-template-columns: repeat(2, 1fr); }

  .blog__head .outer__blog .media .box {
    right: -140px; }

  .pricing__wrapper .outer__pricing > .top > h1 {
    font-size: 48px;
    line-height: 56px; }

  .hero__section .hero__secondary .desc > h1 {
    font-size: 48px;
    line-height: 56px; }

  .hero__section .hero__secondary .desc {
    max-width: 480px; }

  .customers__wrapper .outer__customers .grid {
    grid-column-gap: 24px; }

  footer .outer__footer .menus {
    max-width: 480px; } }
.hero__section .outer__hero .logos .el {
  text-align: center; }

.cta__wrapper .outer__cta .desc {
  min-width: 400px; }

.mobile__image {
  display: none; }

.hero__section .hero__secondary .desc > ul > li {
  font-size: 13px;
  line-height: 16px; }

@media (max-width: 991px) {
  header .outer__header .menu > a {
    font-size: 16px; }

  .blog__inner .outer__blog > h2 {
    font-size: 40px;
    line-height: 48px; }

  .blog__inner .outer__blog .media {
    margin: 25px 0px; }

  .blog__inner {
    padding-top: 30px;
    padding-bottom: 46px; }

  .blog__inner .outer__blog .media img {
    width: 100%; }

  .blog__list .grid .elem {
    padding: 24px 15px; }

  .blog__list .btn {
    margin-top: 32px; }

  .blog__head .outer__blog > .top > h2 {
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 125%; }

  .blog__head .outer__blog > .top {
    margin-bottom: 35px; }

  .blog__head .outer__blog .media .box {
    right: 0px;
    left: 50%;
    transform: translateX(-50%); }

  .start__free .outer__start {
    padding: 25px 30px; }

  .start__free .outer__start .right {
    max-width: 380px; }

  .pricing__wrapper {
    padding-top: 65px; }

  .pricing__wrapper .outer__pricing > .top {
    margin-bottom: 40px; }

  .pricing__wrapper .outer__pricing .grid {
    margin-top: 35px; }

  .start__free {
    padding-top: 80px; }

  .pricing__wrapper .outer__pricing > .top > h1 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 15px; }

  .pricing__wrapper .outer__pricing > .top > p {
    font-size: 16px;
    line-height: 24px; }

  .pricing__wrapper .outer__pricing .grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    grid-row-gap: 30px; }

  .hero__section .hero__secondary .desc > ul {
    justify-content: center;
    width: calc(100% + 22px);
    flex-wrap: wrap;
    margin-left: -11px; }

  .hero__section .hero__secondary .desc .btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 380px; }

  .hero__section .hero__secondary .desc > ul > li {
    margin: 0px 11px; }

  .hero__section .hero__secondary {
    flex-direction: column;
    align-items: center;
    text-align: center; }

  .hero__section .hero__secondary .desc {
    padding-top: 0px; }

  .chat-container {
    max-width: 100% !important;
    width: 100% !important; }

  .chat {
    max-width: 100%;
    margin-top: 35px; }

  .tools__wrapper + .hero__images {
    margin: -25px 0px; }

  .hero__section {
    padding-top: 40px; }

  body {
    padding-top: 72px; }

  header .outer__header .menu ul > li {
    margin-right: 24px; }

  header .outer__header .menu > a {
    margin-left: 24px; }

  header .outer__header > a img {
    max-width: 160px; }

  footer {
    padding-bottom: 40px;
    padding-top: 40px; }

  footer .bottom > p {
    font-size: 13px;
    line-height: 150%; }

  footer .bottom {
    margin-top: 32px; }

  footer .outer__footer {
    flex-direction: column; }

  footer .outer__footer > .column {
    margin-bottom: 32px; }

  footer .outer__footer .menus {
    grid-template-columns: 1fr;
    grid-row-gap: 40px; }

  footer .outer__footer .menus > .menu > p {
    margin-bottom: 16px; }

  footer .outer__footer .menus > .menu ul > li {
    margin-bottom: 8px; }

  .customers__wrapper .outer__customers .grid {
    grid-template-columns: 1fr;
    grid-row-gap: 32px; }

  .hero__images > .el1 {
    right: -160px; } }
.close {
  display: none; }

.menu__btn {
  display: none; }

@media (max-width: 810px) {
  .blog__inner .outer__blog .desc > .el > span {
    font-size: 16px;
    line-height: 24px; }

  .blog__inner .outer__blog > h2 {
    font-size: 32px;
    line-height: 40px; }

  .blog__list .outer__blog > h6 {
    font-size: 28px;
    margin-bottom: 15px; }

  .blog__list .grid .elem .desc > p {
    font-size: 16px;
    line-height: 24px; }

  .blog__list {
    padding: 35px 0px; }

  .blog__list .grid {
    grid-template-columns: 1fr; }

  .blog__list .grid .elem .desc > .tags {
    margin-bottom: 12px; }

  .blog__list .grid .elem .media {
    margin-bottom: 16px;
    width: 100%; }
    .blog__list .grid .elem .media img {
      width: 100%; }

  .pricing__wrapper .outer__pricing > .top > h1 {
    font-size: 32px;
    line-height: 40px; }

  .pricing__wrapper {
    padding-top: 45px; }

  .pricing__wrapper .outer__pricing .grid > .elem .pricing > span {
    font-size: 48px; }

  .start__free {
    padding-bottom: 15px; }

  .start__free .outer__start {
    flex-direction: column; }

  .start__free .outer__start .left {
    max-width: 100%;
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px; }

  .start__free {
    padding-top: 45px; }

  .start__free .outer__start .left .btn {
    margin-top: 15px; }

  .start__free .outer__start .right {
    max-width: 100%;
    padding: 25px 0px; }

  .hero__section .hero__secondary .desc > h1 {
    font-size: 40px;
    line-height: 130%; }

  .menu__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .menu__btn > a {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .menu__btn > a > span {
        min-width: 32px;
        min-height: 2px;
        background-color: #1F67D3;
        margin-bottom: 10px;
        transition: .3s ease all; }
        .menu__btn > a > span:last-child {
          margin-bottom: 0px; }

  .close {
    position: absolute;
    top: 4px;
    right: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .close a {
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      .close a > img {
        min-width: 30px;
        max-width: 30px; }

  header .outer__header .menu {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    max-width: 240px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 32px 24px 0px rgba(0, 0, 0, 0.04), 0px 16px 8px 0px rgba(0, 0, 0, 0.04), 0px 8px 4px 0px rgba(0, 0, 0, 0.04), 0px 2px 4px 0px rgba(0, 0, 0, 0.02);
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 15px;
    right: -280px;
    transition: .6s ease all; }
    header .outer__header .menu > ul {
      flex-direction: column;
      align-items: flex-start;
      width: 100%; }
      header .outer__header .menu > ul > li {
        margin-bottom: 5px; }
        header .outer__header .menu > ul > li:last-child {
          margin-bottom: 0px; }
    header .outer__header .menu > a {
      width: 100%;
      margin: 0px; }

  .hero__section .outer__hero > ul {
    width: calc(100% + 22px);
    margin-left: -11px; }

  .hero__section .outer__hero .logos {
    margin-bottom: 48px; }

  .hero__images > .img {
    display: none; }

  .mobile__image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    width: calc(100% + 64px);
    margin-left: -32px; }
    .mobile__image img {
      max-width: 100%; }

  .cta__wrapper .outer__cta .desc {
    min-width: 0px; }

  .cta__wrapper .outer__cta .desc > ul {
    width: calc(100% + 22px);
    margin-left: -11px; }

  .cta__wrapper .outer__cta .desc > ul > li {
    margin: 0px 11px; }

  .hero__section .outer__hero > ul > li {
    margin: 0px 11px;
    font-size: 13px;
    line-height: 20px; }

  .hero__images > .el2 {
    display: none; }

  .hero__section .outer__hero .logos .el img {
    max-width: 100%; }

  .hero__section .outer__hero .logos .el:nth-child(4), .hero__section .outer__hero .logos .el:nth-child(5) {
    display: none; }

  .hero__section .outer__hero .logos {
    grid-template-columns: repeat(3, 1fr); }

  .hero__section .outer__hero > h1 {
    font-size: 40px;
    line-height: 130%;
    max-width: 540px; }

  .hero__section .outer__hero > ul {
    flex-wrap: wrap; }

  .customers__wrapper .outer__customers > h2 {
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 130%; }

  .customers__wrapper .outer__customers .grid {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }

  .customers__wrapper {
    padding-top: 24px;
    padding-bottom: 48px; }

  .tools__wrapper {
    padding-top: 0px;
    padding-bottom: 48px; }

  .tools__wrapper .outer__tools > .top > h2 {
    font-size: 28px;
    line-height: 130%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }

  .tools__wrapper .outer__tools > .top > p {
    font-size: 16px;
    line-height: 24px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }

  .tools__wrapper .outer__tools .grid {
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    grid-row-gap: 40px; }

  .performance {
    padding-top: 24px;
    padding-bottom: 48px; }

  .performance .outer__performance > h2 {
    font-size: 28px;
    line-height: 130%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }

  .performance .outer__performance .grid {
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

  .get__started .outer__started > h2 {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 24px; }

  .get__started {
    padding-top: 24px;
    padding-bottom: 56px; }

  .get__started .outer__started .btn {
    margin-top: 32px; }

  .get__started .outer__started .btn {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto; }
    .get__started .outer__started .btn > a {
      height: 40px;
      font-size: 14px;
      line-height: 21px; }

  .action__wrapper .outer__action {
    width: calc(100% + 64px);
    margin-left: -32px; }

  .action__wrapper {
    padding: 0px; }

  .action__wrapper .outer__action {
    border-radius: 0px; }

  .action__wrapper .outer__action {
    padding-top: 40px;
    padding-bottom: 50px; }

  .action__wrapper .outer__action > img {
    display: none; }

  .action__wrapper .outer__action > p {
    margin-bottom: 33px;
    font-size: 16px;
    line-height: 24px; }

  .action__wrapper .outer__action .products__slider ul li .elem img {
    max-width: 380px; }

  .action__wrapper .outer__action > h2 {
    font-size: 28px;
    line-height: 130%; }

  .faq__wrapper .outer__faq > .top > h2 {
    font-size: 28px;
    line-height: 130%; }

  .faq__wrapper .outer__faq > .top > p {
    font-size: 16px;
    line-height: 24px; }

  .faq__wrapper .outer__faq > .top {
    margin-bottom: 24px; }

  .faq__wrapper {
    padding-top: 48px;
    padding-bottom: 56px; }

  footer .outer__footer > .column > p {
    padding-bottom: 0px; }

  footer .outer__footer .menus {
    min-width: 0px;
    width: 100%; }

  footer .outer__footer > .column > p {
    font-size: 14px;
    line-height: 21px; }

  .cta__wrapper .outer__cta {
    flex-direction: column;
    align-items: center;
    justify-content: center; }

  .cta__wrapper .outer__cta .desc {
    text-align: center;
    margin-right: 0px; }

  .cta__wrapper .outer__cta .desc > ul {
    justify-content: center; }

  .cta__wrapper {
    padding-bottom: 56px;
    padding-top: 0px; }

  .cta__wrapper .outer__cta .desc > h2 {
    font-size: 28px;
    line-height: 130%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }

  .cta__wrapper .outer__cta .desc > ul {
    flex-wrap: wrap; }
    .cta__wrapper .outer__cta .desc > ul > li {
      font-size: 13px;
      line-height: 150%; }

  .cta__wrapper .outer__cta .cta {
    margin-top: 32px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }
    .cta__wrapper .outer__cta .cta .btn > a {
      min-height: 40px;
      font-size: 14px;
      line-height: 21px; }
    .cta__wrapper .outer__cta .cta > p {
      font-size: 16px;
      line-height: 150%; }

  .hero__images > .el1 {
    right: -240px; }

  header .outer__header .menu {
    top: -340px;
    transition: .4s ease all;
    left: 0px;
    width: 100%;
    height: 280px;
    padding-top: 75px;
    max-width: 100%; }
    header .outer__header .menu .close {
      display: none; }

  header .outer__header .menu > ul > li {
    width: 100%;
    display: flex;
    justify-content: center; }

  header .outer__header > a {
    position: relative;
    z-index: 3; }

  .menu__btn > a > span {
    position: relative; }
    .menu__btn > a > span:nth-child(1) {
      top: 0px; }
    .menu__btn > a > span:nth-child(3) {
      bottom: 0px; }

  .menu__btn {
    position: relative;
    z-index: 3; }
    .menu__btn > a.active > span:nth-child(1) {
      transform: rotate(45deg);
      top: 11px; }
    .menu__btn > a.active > span:nth-child(3) {
      transform: rotate(-45deg);
      bottom: 13px; }
    .menu__btn > a.active > span:nth-child(2) {
      opacity: 0; } }
.hero__section .outer__hero > ul > li {
  letter-spacing: -0.41px; }

@media (max-width: 540px) {
  .blog__head .outer__blog .media .box {
    min-width: 290px;
    max-width: 290px;
    padding: 24px 16px; }

  .blog__head .outer__blog > .top > h2 {
    font-size: 26px;
    line-height: 34px; }

  .blog__head .outer__blog > .top > span {
    margin-bottom: 12px; }

  .blog__head .outer__blog > .top > p {
    font-size: 16px;
    line-height: 24px; }

  .blog__head .outer__blog > .top {
    margin-bottom: 25px; }

  .blog__head {
    padding-top: 35px;
    padding-bottom: 60px; }

  .blog__head .outer__blog .media .box > span {
    margin-bottom: 15px; }

  .blog__head .outer__blog .media .box > p {
    font-size: 16px;
    line-height: 24px; } }
@media (max-width: 480px) {
  .blog__inner .outer__blog > h2 {
    font-size: 28px;
    line-height: 34px; }

  .blog__list .outer__blog > h6 {
    font-size: 24px; }

  .blog__list .btn > a {
    width: 100%; }

  .pricing__wrapper .outer__pricing .switcher ul > li > a {
    min-width: 130px; }

  .action__wrapper .outer__action .products__slider ul li .elem img {
    max-width: 355px; }

  .action__wrapper .outer__action > p {
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 380px) {
  .blog__head .outer__blog .media .box {
    min-width: 260px;
    max-width: 260px; }

  .blog__head .outer__blog .media .box > p {
    font-size: 14px;
    line-height: 22px; }

  .blog__head .outer__blog .media .box > span {
    font-size: 12px;
    line-height: 18px; }

  .blog__head .outer__blog .media .box .tags > span {
    font-size: 11px;
    line-height: 18px; }

  .blog__head .outer__blog .media .box {
    padding: 15px; }

  .hero__section .outer__hero > ul {
    width: 100%;
    margin-left: 0px; }

  .mobile__image {
    width: calc(100% + 30px);
    margin-left: -15px; }

  .cta__wrapper .outer__cta .desc > ul {
    width: 100%;
    margin-left: 0px; }

  .action__wrapper .outer__action {
    width: calc(100% + 30px);
    margin-left: -15px; }

  .container {
    padding-left: 15px;
    padding-right: 15px; } }

/*# sourceMappingURL=style.css.map */
