:root {
  --white: white;
  --black: black;
}

body {
  color: #333;
  font-family: Satoshi, sans-serif;
  font-size: .875rem;
  line-height: 1.25rem;
}

.fs_table-examples_table-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  align-items: flex-start;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.fs_table-examples_table-container.is-relative-element {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.navigation_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 15rem;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation_image {
  width: 100%;
}

.pricing-table_component {
  text-align: left;
  width: 100%;
}

.pricing-table_header {
  font-weight: 400;
}

.pricing-table_row.is-category {
  color: #fff;
  text-align: left;
}

.pricing-table_row.background-color-blue-lightest {
  background-color: #f5f8ff;
}

.pricing-table_head {
  padding: 2rem 2.5rem;
  font-size: 1rem;
  font-weight: 400;
  position: relative;
}

.pricing-table_head.is-heading-cell {
  align-items: stretch;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pricing-table_head.is-basic-plan {
  background-color: #f5f8ff;
  border-radius: 1rem 0 0;
}

.pricing-table_head.is-enterprise-plan {
  background-color: #f5f8ff;
  border-top-right-radius: 1rem;
}

.pricing-table_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 21.5rem;
  font-weight: 400;
  line-height: 1.8;
  display: flex;
}

.pricing-table_heading {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.pricing-table_header_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #3b52ff;
  flex-direction: column;
  display: flex;
}

.pricing-table_icon-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-table_plan-icon {
  width: 1.5rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-style-h1 {
  margin-bottom: .5rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.1;
}

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

.text-size-small {
  font-size: .875rem;
}

.pricing-table_button {
  color: #fff;
  text-align: center;
  background-color: #2d62ff;
  border-radius: 50vw;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: .6rem 1rem;
  font-size: .9rem;
  display: flex;
}

.pricing-table_most-popular {
  color: #fff;
  background-color: #2d62ff;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: -2.7rem 0% auto;
}

.pricing-table_body {
  color: #000;
  background-color: #fff;
}

.pricing-table_cell {
  text-align: center;
  white-space: nowrap;
  min-width: 14rem;
  padding: 1rem 1.5rem;
  font-weight: 400;
}

.pricing-table_cell.is-category {
  color: #fff;
  text-align: left;
  background-color: #3b52ff;
  border-right-style: none;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 600;
}

.pricing-table_cell.is-category.cc-center {
  text-align: center;
}

.pricing-table_cell.background-color-blue-lighter {
  background-color: #f5f8ff;
}

.pricing-table_cell.background-color-blue-lighter.is-round {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.pricing-table_cell.is-title {
  text-align: left;
}

.pricing-table_cell.is-first {
  color: #fff;
  text-align: left;
  background-color: #3b52ff;
  border-right-style: none;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-weight: 600;
}

.pricing-table_icon {
  width: 1.75rem;
  line-height: 0;
  display: inline-block;
}

.section_big {
  min-height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
}

.button-grid {
  grid-template-rows: auto;
}

.button {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #000;
  border: .0625rem solid #f5f8ff;
  border-radius: .3125rem;
  align-items: center;
  padding: .625rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: #f5f8ff;
}

.logo {
  border-radius: .25rem;
  width: 1.875rem;
}

@media screen and (max-width: 991px) {
  .fs_table-examples_table-container {
    max-width: 100%;
    padding-top: 5rem;
    overflow: auto;
  }

  .navigation_wrapper {
    display: none;
  }

  .pricing-table_component {
    max-width: 100%;
  }

  .pricing-table_head {
    min-width: 18rem;
  }

  .pricing-table_cell {
    min-width: 0;
  }

  .button {
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .fs_table-examples_table-container {
    padding-bottom: 0;
  }

  .pricing-table_head, .pricing-table_head.is-heading-cell {
    min-width: auto;
  }

  .pricing-table_text-wrapper {
    display: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .pricing-table_cell.is-category {
    white-space: nowrap;
    min-width: auto;
  }

  .pricing-table_cell.is-price {
    min-width: auto;
  }

  .pricing-table_cell.is-title {
    white-space: nowrap;
    background-color: #fff;
    border-right: .0625rem solid #f5f8ff;
    min-width: auto;
    position: sticky;
    left: 0;
  }

  .pricing-table_cell.is-first {
    white-space: nowrap;
    min-width: auto;
    position: sticky;
    left: 0;
  }
}

@media screen and (max-width: 479px) {
  .fs_table-examples_table-container {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .fs_table-examples_table-container.is-relative-element {
    padding-top: 3rem;
  }

  .pricing-table_header_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .pricing-table_header_content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .pricing-table_most-popular {
    padding-top: .7rem;
    padding-bottom: .75rem;
    top: -3rem;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}