@font-face {
  font-family: Degulardisplay;
  src: url('../fonts/DegularDisplay-Semibold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Degular;
  src: url('../fonts/Degular-Semibold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Degulardisplay;
  src: url('../fonts/DegularDisplay-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Degular;
  src: url('../fonts/Degular-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Degular;
  src: url('../fonts/Degular-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Degulardisplay;
  src: url('../fonts/DegularDisplay-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticanowdisplay lt;
  src: url('../fonts/HelveticaNowDisplay-Lt.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

body {
  color: #0c0c0c;
  background-color: #c3f5e4;
  flex-direction: column;
  align-items: stretch;
  padding-top: 96px;
  font-family: Helveticanowdisplay lt, sans-serif;
  font-size: 20px;
  line-height: 140%;
  display: flex;
}

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Degular, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
}

h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Degular, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
}

h5 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Degular, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Degular, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 14px;
}

p {
  margin-bottom: 40px;
  line-height: 32px;
}

ul {
  margin-top: 0;
  margin-bottom: 40px;
  padding-left: 20px;
  list-style-type: disc;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 14px;
}

img {
  max-width: 100%;
  margin-bottom: 0;
  display: inline-block;
}

figure {
  margin-bottom: 10px;
}

.header {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
  top: 40px;
}

.header-logo-image {
  display: block;
}

.header-logo.w--current {
  z-index: 1;
  align-self: center;
  position: relative;
}

.header-nav-menu {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.header-nav-menu__item {
  margin-right: 60px;
}

.header-nav-menu__item.header-nav__item--last {
  margin-right: 0;
}

.header-nav-menu__link {
  color: #121212;
  font-family: Degular, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.header-nav-menu__link:hover {
  text-decoration: underline;
}

.header-nav-menu__link.btn.btn-primary {
  display: inline-block;
}

.header-nav-menu__link.btn.btn-primary:hover {
  text-decoration: none;
}

.btn {
  color: #0c0c0c;
  background-color: #fff;
  border: 3px solid #0c0c0c;
  height: 56px;
  padding: 12px 32px 0;
  font-family: Degular, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.btn.btn-primary {
  border-radius: 5px;
}

.btn.btn-primary.cascaded-button__button {
  z-index: 3;
  text-align: center;
  width: 100%;
  height: 80px;
  padding-top: 24px;
  padding-left: 128px;
  padding-right: 128px;
  position: relative;
}

.btn.btn-primary.contact-form__send {
  align-self: flex-end;
  padding-top: 0;
  padding-left: 68px;
  padding-right: 68px;
}

.btn.btn-primary.career-detail-inner-top-button {
  margin-top: 28px;
}

.hide {
  display: none;
}

.hero {
  align-items: center;
  height: 100vh;
  display: flex;
}

.container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.hero__container {
  background-image: url('../images/hero-title-lines-bg.svg');
  background-position: -8% -40%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero__title {
  color: #0c0c0c;
  font-family: Degulardisplay, sans-serif;
  font-size: 130px;
  font-weight: 600;
  line-height: 120px;
}

.hero__text {
  color: #0c0c0c;
  margin-bottom: 16px;
  font-size: 48px;
  line-height: 80px;
}

.cascaded-button {
  position: relative;
}

.cascaded-button__shadow {
  border: 3px solid #000;
  border-radius: 5px;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.cascaded-button__shadow.cascaded-button__shadow--first {
  z-index: 2;
  background-color: #ccfafd;
}

.cascaded-button__shadow.cascaded-button__shadow--last {
  background-color: #f7e4fb;
  top: 20px;
  left: 20px;
}

.how-it-works {
  align-items: center;
  height: 100vh;
  min-height: 1000px;
  display: flex;
  overflow: hidden;
}

.how-it-works-details {
  flex: none;
  max-width: 450px;
}

.heading-tag {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 26px;
  padding: 10px 20px;
  font-family: Degular, sans-serif;
  font-size: 16px;
  line-height: 100%;
  display: inline-block;
}

.heading-tag.how-it-works-details__title {
  position: relative;
  left: -20px;
}

.paragraph {
  margin-bottom: 24px;
}

.how-it-works-details__image {
  min-width: 1190px;
  position: relative;
  bottom: 74px;
}

.how-it-works-details__container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.page-home {
  padding-top: 0;
}

.learn-more {
  background-color: #241b30;
  justify-content: center;
  align-items: flex-start;
  padding-top: 264px;
}

.learn-more__details {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.learn-more__title {
  color: #fff;
  font-family: Degular, sans-serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 88px;
}

.learn-more__title-business-users, .learn-more__title-analytics-engineers {
  font-weight: 600;
}

.learn-more__text {
  color: #a89eb5;
  max-width: 754px;
  margin-top: 48px;
  margin-bottom: 32px;
}

.footer-home {
  background-color: #241b30;
  background-image: url('../images/footer-bg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  height: 664px;
  margin-top: auto;
  display: flex;
}

.footer__inner {
  justify-content: space-between;
  width: 100%;
  padding: 42px 40px 48px;
  display: flex;
}

.footer__title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Degular, sans-serif;
  font-size: 18px;
}

.footer__link {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__social-media {
  margin-bottom: 0;
  display: flex;
}

.footer__social-media.header-nav-social {
  display: none;
}

.footer__social-media-item {
  margin-right: 10px;
}

.footer__social-media-item.footer__social-media-item--last {
  margin-right: 0;
}

.footer__social-media-item-link-icon {
  margin-bottom: 0;
}

.footer__subscribe {
  text-align: center;
  width: 328px;
}

.footer__subscribe.header-nav__subscribe {
  display: none;
}

.footer__subscribe-form {
  margin-top: 32px;
  margin-bottom: 0;
}

.footer__subscribe-form-input {
  color: #fff;
  background-color: #0000;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer__subscribe-form-input::placeholder {
  color: #fff;
  font-size: 18px;
}

.footer__subscribe-form-wrapper {
  border-bottom: 2px solid #fff;
  align-items: center;
  display: flex;
}

.footer__subscribe-form-button {
  text-indent: -9999px;
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  height: 24px;
}

.footer__company {
  text-align: right;
}

.footer__company-credit {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 100%;
  display: none;
}

.footer__subscribe-form-message-text {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.footer__subscribe-form-message {
  background-color: #fff3;
  border-radius: 100px;
  margin-top: -16px;
  padding: 8px 16px;
}

.contact-form-modal.mfp-hide {
  background-color: #fff;
}

.close-modal {
  position: absolute;
  inset: 56px 56px auto auto;
}

.contact-form-modal__container {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 10px;
  max-width: 788px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
}

.contact-form {
  background-color: #ccfafd;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 60px 54px;
}

.contact-form__inner {
  flex-direction: column;
  display: flex;
}

.contact-form__title {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Degular, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.contact-form__input {
  color: #000;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 2px solid #8fccd0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
}

.contact-form__input::placeholder {
  color: #000;
  font-size: 22px;
}

.contact-form__row {
  margin-bottom: 36px;
}

.contact-form__row.job-position-name {
  display: none;
}

.contact-form__messages {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
}

.header-nav-toggle {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 46px;
  height: 46px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.header-nav-toggle__line {
  background-color: #000;
  width: 20px;
  height: 3px;
}

.line-break {
  display: block;
}

.page-blog-details {
  flex-direction: column;
  align-items: stretch;
}

.footer {
  background-color: #241b30;
  align-items: flex-end;
  height: 253px;
  margin-top: auto;
  display: flex;
}

.blog-hero {
  margin-top: 86px;
}

.h1 {
  font-family: Degulardisplay, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 114px;
}

.h1.blog-hero__inner-title {
  max-width: 670px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 80px;
}

.blog-hero__text {
  max-width: 450px;
  margin-bottom: 0;
  font-weight: 500;
}

.blog-hero__text.h1 {
  line-height: 100%;
}

.blog-hero__inner {
  width: 100%;
  max-width: 870px;
}

.blog-list {
  margin-top: 60px;
  margin-bottom: 174px;
}

.card {
  background-color: #fff;
  border: 3px solid #0c0c0c;
  border-radius: 5px;
  padding: 60px 30px 80px;
}

.card.custom-shadow {
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
}

.card.blog-list-card {
  padding: 100px 80px 120px;
}

.card.career-detail-inner-wrapper {
  flex-direction: column;
  align-items: flex-end;
  padding: 100px 80px 120px;
  display: flex;
}

.card__thumb {
  width: 330px;
  height: 330px;
  transition: transform .2s;
}

.card__thumb:hover {
  transform: scale(1.1);
}

.card__thumb-image {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.card__title-link-text {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 90%;
}

.card__title-link {
  color: #0c0c0c;
  align-self: flex-start;
  max-width: 364px;
  text-decoration: none;
}

.card__title-link:hover {
  text-decoration: underline;
}

.card__excerpt-link {
  color: #0c0c0c;
  text-decoration: none;
}

.card__excerpt-link:hover {
  text-decoration: underline;
}

.blog-list__items {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  display: flex;
}

.blog-list__article {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.blog-hero__inner-writer {
  align-items: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.blog-hero__inner-writer-pp {
  border: 3px solid #000;
  border-radius: 50%;
  width: 54px;
  min-width: 54px;
  height: 54px;
  margin-right: 10px;
}

.blog-hero__inner-writer-pp-main {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.blog-hero__inner-writer-name {
  line-height: 28px;
}

.blog-hero__inner-writer-name.blog-hero__inner-writer-name--main {
  margin-left: 8px;
}

.careers {
  padding-top: 86px;
  padding-bottom: 86px;
}

.careers-inner {
  width: 100%;
}

.careers-inner-top {
  border-bottom: 2px solid #000;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 25px;
  display: flex;
}

.careers-inner-bottom {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.careers-inner-top-title {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
}

.blog-article {
  margin-top: 60px;
  margin-bottom: 174px;
}

.careers-inner-bottom-list {
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
}

.careers-inner-bottom-list-item {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.careers-inner-bottom-list-item-title {
  width: 100%;
  max-width: 500px;
  font-size: 40px;
  line-height: 36px;
}

.collection-item {
  align-items: center;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
}

.careers-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.careers-item-title {
  width: 100%;
  margin-bottom: 0;
}

.careers-item-text {
  color: #0c0c0c;
  margin-bottom: 0;
  font-family: Helveticanowdisplay lt, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.careers-item-text.careers-item-text--link {
  transition: color .2s ease-in-out;
}

.careers-item-text.careers-item-text--link:hover {
  color: #07f;
}

.careers-item-text.careers-item-text--title {
  font-family: Degular, sans-serif;
  font-weight: 600;
}

.careers-item-wrapper {
  border-bottom: .5px solid #0003;
}

.careers-inner-title {
  margin-bottom: 0;
  font-family: Degulardisplay, sans-serif;
  font-size: 80px;
  line-height: 113px;
}

.careers-inner-content {
  max-width: 600px;
  margin-bottom: 60px;
  line-height: 28px;
}

.career-detail {
  margin-bottom: 190px;
  padding-top: 86px;
}

.career-detail-inner {
  width: 100%;
}

.career-detail-inner-top {
  margin-bottom: 60px;
  display: flex;
}

.career-detail-inner-top-block {
  width: 100%;
  max-width: 540px;
  margin-right: auto;
}

.career-detail-inner-top-block-title {
  margin-bottom: 0;
  font-family: Degulardisplay, sans-serif;
  font-size: 60px;
  line-height: 96px;
}

.career-detail-inner-top-block-content {
  max-width: 600px;
  margin-bottom: 0;
  line-height: 28px;
}

.career-detail-inner-wrapper-content {
  width: 100%;
}

.career-detail-inner-wrapper-content ul {
  line-height: 32px;
}

.career-detail-inner-wrapper-content ol {
  line-height: 100%;
}

.default-state {
  align-items: center;
  display: flex;
}

.how-it-works-title {
  font-size: 40px;
  line-height: 90%;
}

.careers-item-text-link {
  text-decoration: none;
}

.careers-item-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #0c0c0c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  padding-top: 20px;
  text-decoration: none;
  display: grid;
}

.career-typography {
  background-color: #fff;
  margin-top: 100px;
}

.career-details ul {
  line-height: 100%;
}

@media screen and (max-width: 991px) {
  .header-logo {
    z-index: 1;
    position: relative;
  }

  .header-nav-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .header-nav-menu__item {
    border-bottom: 1px solid #fff3;
    width: 100%;
    margin-top: 36px;
    margin-right: 0;
    padding-bottom: 36px;
  }

  .header-nav-menu__item.header-nav__item--last {
    display: block;
  }

  .header-nav-menu__link {
    color: #fff;
    width: 100%;
    font-family: Degulardisplay, sans-serif;
    font-size: 40px;
    line-height: 100%;
  }

  .header-nav-menu__link:hover {
    text-decoration: none;
  }

  .header-nav-menu__link.btn.btn-primary.header-nav-menu__link--button {
    background-color: #0000;
    border-style: none;
    height: auto;
    padding: 0;
  }

  .hero {
    height: auto;
    padding-top: 120px;
    padding-bottom: 68px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero__container {
    background-position: 0 -146%;
    background-size: 90% 90%;
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero__title {
    font-size: 96px;
    line-height: 100%;
  }

  .cascaded-button {
    z-index: 0;
  }

  .how-it-works {
    height: auto;
    padding-top: 20px;
    padding-bottom: 88px;
  }

  .how-it-works-details {
    text-align: center;
    max-width: 100%;
    margin-top: 40px;
  }

  .heading-tag.how-it-works-details__title {
    position: static;
  }

  .how-it-works-details__image {
    order: -1;
    min-width: auto;
    position: static;
  }

  .how-it-works-details__container {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .learn-more__title {
    font-size: 64px;
    line-height: 72px;
  }

  .learn-more__title-business-users, .learn-more__title-analytics-engineers {
    display: inline-block;
  }

  .learn-more__text {
    margin-top: 23px;
    margin-bottom: 85px;
  }

  .footer-home {
    background-size: contain;
    height: 360px;
  }

  .footer__inner {
    border: 0 solid #000;
    justify-content: center;
    padding-top: 52px;
    padding-bottom: 68px;
  }

  .footer__title {
    display: none;
  }

  .footer__title.header-nav__subscribe-title {
    display: inline-block;
  }

  .footer__link {
    display: none;
  }

  .footer__social-media {
    justify-content: center;
    margin-top: 16px;
    padding-left: 0;
    list-style-type: none;
  }

  .footer__social-media.header-nav-social {
    justify-content: flex-start;
    margin-top: 36px;
    display: flex;
  }

  .footer__social-media-item, .footer__social-media-item-link {
    align-items: center;
    display: flex;
  }

  .footer__social-media-item-link-icon {
    margin-bottom: 0;
  }

  .footer__subscribe {
    display: none;
  }

  .footer__subscribe.header-nav__subscribe {
    text-align: left;
    width: 100%;
    margin-top: auto;
    display: block;
  }

  .footer__company {
    display: none;
  }

  .footer__company-credit {
    display: block;
  }

  .header-nav-toggle {
    z-index: 1;
    display: flex;
    position: relative;
  }

  .header-nav-toggle__line {
    width: 24px;
    transition: transform .2s, opacity .2s;
  }

  .header-nav {
    background-image: url('../images/mobile-nav-bg.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    height: 100vh;
    padding: 114px 32px 80px;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(-100%);
  }

  .footer {
    background-image: none;
    height: auto;
    margin-top: auto;
  }

  .card__thumb:hover {
    transform: none;
  }

  .blog-list__items {
    flex-direction: column;
  }

  .blog-article {
    margin-bottom: 100px;
  }

  .career-detail-inner-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  p, ul {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  li {
    margin-bottom: 12px;
  }

  .btn.btn-primary.cascaded-button__button {
    padding-left: 32px;
    padding-right: 32px;
  }

  .btn.btn-primary.career-detail-inner-top-button {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .btn.btn-primary.career-detail-inner-top-button.open-modal {
    padding-left: 0;
    padding-right: 0;
  }

  .btn.btn-primary.career-detail-inner-wrapper-button {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .btn.btn-primary.career-detail-inner-wrapper-button.open-modal {
    padding-left: 0;
    padding-right: 0;
  }

  .hero__title {
    font-size: 72px;
  }

  .hero__text {
    margin-top: 16px;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 100%;
  }

  .cascaded-button {
    width: 80vw;
  }

  .close-modal {
    top: 28px;
    right: 28px;
  }

  .contact-form-modal__container {
    border-width: 3px 0 0;
    border-radius: 0;
    max-width: 100%;
    padding: 0;
  }

  .contact-form {
    padding-top: 128px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .blog-hero {
    margin-top: 43px;
  }

  .h1.blog-hero__inner-title {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 35px;
  }

  .blog-list {
    margin-top: 35px;
    margin-bottom: 130px;
  }

  .card.custom-shadow {
    width: 100%;
  }

  .card.blog-list-card, .card.career-detail-inner-wrapper {
    padding: 60px 40px;
  }

  .blog-hero__inner-writer-pp {
    border-width: 2px;
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .blog-hero__inner-writer-name {
    font-size: 16px;
    line-height: 22px;
  }

  .blog-hero__inner-writer-name.blog-hero__inner-writer-name--main {
    margin-left: 4px;
  }

  .careers-inner-top {
    display: none;
  }

  .careers-inner-bottom {
    border-top: 2px solid #000;
    padding-top: 20px;
  }

  .blog-article {
    margin-top: 35px;
  }

  .careers-item {
    flex-wrap: wrap;
  }

  .careers-item-text.careers-item-text--link, .careers-item-text.careers-item-text--location {
    font-size: 16px;
    line-height: 22px;
  }

  .careers-inner-title {
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 35px;
  }

  .careers-inner-content {
    margin-bottom: 47px;
    font-size: 16px;
    line-height: 22px;
  }

  .career-detail-inner-top {
    margin-bottom: 20px;
  }

  .career-detail-inner-top-block-title {
    max-width: 225px;
    margin-bottom: 18px;
    font-size: 40px;
    line-height: 35px;
  }

  .career-detail-inner-top-block-content {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 22px;
  }

  .careers-item-text-link {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .btn.btn-primary.cascaded-button__button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero__container {
    background-position: 0 -190%;
  }

  .hero__title {
    font-size: 40px;
  }

  .hero__text {
    font-size: 24px;
  }

  .learn-more {
    padding-top: 132px;
  }

  .learn-more__title {
    font-size: 40px;
    line-height: 110%;
  }

  .learn-more__title-analytics-engineers {
    display: inline;
  }

  .learn-more__text {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .card__thumb {
    width: 228px;
    height: 228px;
  }

  .card__title-link {
    white-space: break-spaces;
    width: 100%;
    max-width: none;
  }

  .careers-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

#w-node-_999b6966-6975-3dec-1c90-f3da5a81bae7-11b1af46, #w-node-_4fb7215b-fc99-4ba6-8e4b-7f916d6925fd-11b1af46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_92e5d285-21e6-90f4-3a2e-b7ef7debebab-11b1af46 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4fb7215b-fc99-4ba6-8e4b-7f916d6925fd-11b1af46 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Degulardisplay';
  src: url('../fonts/DegularDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degulardisplay';
  src: url('../fonts/DegularDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degulardisplay';
  src: url('../fonts/DegularDisplay-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticanowdisplay lt';
  src: url('../fonts/HelveticaNowDisplay-Lt.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}