.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

body {
  font-family: Golos, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

a {
  color: #ff651d;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

.body {
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #000;
  font-size: 18px;
  line-height: 28px;
  cursor: default;
}

.h1 {
  color: #000;
  font-size: 68px;
  font-weight: 900;
  text-align: center;
}

.h3 {
  font-size: 34px;
  line-height: 40px;
}

.h3.txt-center {
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.paragraph {
  line-height: 30px;
  font-weight: 400;
}

.paragraph.subhead {
  margin-bottom: -30px;
}

.button-text {
  font-weight: 700;
}

.button {
  margin-top: 0px;
  padding: 16px 43px;
  border-radius: 10px;
  background-color: #fdece8;
  -webkit-transition: box-shadow 200ms cubic-bezier(.645, .045, .355, 1), background-color 200ms cubic-bezier(.645, .045, .355, 1), opacity 200ms cubic-bezier(.645, .045, .355, 1), color 200ms ease-in-out, -webkit-transform 200ms cubic-bezier(.645, .045, .355, 1);
  transition: box-shadow 200ms cubic-bezier(.645, .045, .355, 1), background-color 200ms cubic-bezier(.645, .045, .355, 1), opacity 200ms cubic-bezier(.645, .045, .355, 1), color 200ms ease-in-out, -webkit-transform 200ms cubic-bezier(.645, .045, .355, 1);
  transition: box-shadow 200ms cubic-bezier(.645, .045, .355, 1), transform 200ms cubic-bezier(.645, .045, .355, 1), background-color 200ms cubic-bezier(.645, .045, .355, 1), opacity 200ms cubic-bezier(.645, .045, .355, 1), color 200ms ease-in-out;
  transition: box-shadow 200ms cubic-bezier(.645, .045, .355, 1), transform 200ms cubic-bezier(.645, .045, .355, 1), background-color 200ms cubic-bezier(.645, .045, .355, 1), opacity 200ms cubic-bezier(.645, .045, .355, 1), color 200ms ease-in-out, -webkit-transform 200ms cubic-bezier(.645, .045, .355, 1);
  color: #ff651d;
  font-weight: 500;
}

.button:hover {
  background-color: #ff651d;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  color: #fff;
}

.button.alt {
  background-color: #fc643f;
}

.button.alt:hover {
  background-color: #ff651d;
}

.button.alt.last-child {
  margin-left: 15px;
}

.button.alt.no-mg {
  margin-top: 0px;
}

.button-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  padding: 16px 43px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ff651d;
  color: #fff;
}

.button-icon.button {
  text-decoration: none;
  cursor: pointer;
}

.button-icon.button.last-child {
  margin-left: 15px;
  text-decoration: none;
}

.button-icon.button.is--white {
  background-color: #fff;
  color: #000;
}

.button-icon.button.is--ios {
  margin-top: 8px;
  background-color: #000;
}

.button-icon.button.is--ios.is--0 {
  margin-top: 0px;
  margin-left: 16px;
}

.text-block {
  display: inline-block;
  padding-left: 20px;
}

.app-feature-card {
  padding: 29px 36px;
  border-radius: 20px;
  background-color: #fff6f4;
  -webkit-transition: all 275ms ease-in-out;
  transition: all 275ms ease-in-out;
  text-align: center;
  cursor: crosshair;
}

.app-feature-card:hover {
  background-color: #bfebf3;
  box-shadow: 0 7px 15px -5px rgba(191, 235, 243, 0.39);
}

.feature-label {
  font-weight: 600;
}

.feature-icon {
  margin-bottom: 13px;
}

.section {
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 50px;
  clear: right;
}

.section.alt {
  background-color: #fdece8;
}

.section.footer {
  padding-bottom: 0px;
  text-align: center;
}

.section.intro {
  overflow: hidden;
  padding-top: 103px;
  padding-bottom: 100px;
}

.section._3 {
  padding-top: 71px;
  padding-bottom: 67px;
}

.section.last-child {
  padding-bottom: 100px;
}

.section.et {
  padding-bottom: 111px;
}

.section.is--header {
  padding-top: 80px;
  background-color: #fff6f4;
}

.section.is--cta {
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #ff651d;
  color: #fff;
}

.section.is--card {
  padding-top: 80px;
}

.wrapper {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrapper.is--header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid {
  margin-top: 65px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.downloads {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.downloads.is--left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.downloads.is--line {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.downloads.is--line.is--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar {
  padding-top: 19px;
  padding-bottom: 19px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.brand {
  margin-top: 34px;
}

.brand.w--current {
  margin-top: 0px;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 16px;
}

.headimg {
  position: absolute;
  left: -10%;
  top: -19%;
  right: auto;
  bottom: auto;
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.headimg._2 {
  left: auto;
  top: auto;
  right: -5%;
  bottom: -12%;
}

._2-col-img-grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-col-img-grid.last-child {
  margin-bottom: 80px;
}

._2-col-img-grid.is--how-wrok {
  margin-bottom: 80px;
}

.feature-image {
  position: relative;
  z-index: 1;
  width: 450px;
}

.feature-image.right {
  width: 360px;
}

.feature-image.oter {
  position: absolute;
  left: 72px;
  z-index: -1;
}

.feature-image.oter.oter-2 {
  z-index: -2;
  width: 390px;
}

.feature-dec {
  width: 100%;
  padding-right: 0px;
}

.feature-dec.left {
  margin-bottom: 72px;
}

.feature-dec.right {
  position: relative;
  z-index: 0;
}

.heading-center {
  margin-bottom: 47px;
  padding-right: 285px;
  padding-left: 285px;
  text-align: center;
}

.heading-center.footer {
  padding-right: 193px;
  padding-left: 193px;
}

.ft-icon {
  width: 100px;
  margin-bottom: 14px;
}

.more-features {
  margin-top: 37px;
  padding-right: 65px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider {
  height: 630px;
  background-color: transparent;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.image {
  width: 440px;
}

.mask {
  height: 640px;
}

.slide {
  margin-left: 61px;
}

.question-icon {
  width: 100px;
  margin-bottom: 24px;
}

.div-block {
  margin-top: 30px;
  padding-top: 6px;
  padding-bottom: 0px;
  border-top: 1px solid #eee;
}

.div-block-2 {
  height: 20px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f2f6ff;
}

.form-block {
  padding-right: 77px;
  padding-left: 77px;
}

.text-field {
  margin-top: 11px;
  padding-top: 29px;
  padding-bottom: 29px;
  border: 1px none #000;
  background-color: transparent;
}

.text-field::-webkit-input-placeholder {
  color: #ff651d;
  font-size: 18px;
}

.text-field:-ms-input-placeholder {
  color: #ff651d;
  font-size: 18px;
}

.text-field::-ms-input-placeholder {
  color: #ff651d;
  font-size: 18px;
}

.text-field::placeholder {
  color: #ff651d;
  font-size: 18px;
}

.social {
  margin-top: 34px;
}

.image-3 {
  position: relative;
  z-index: 0;
  margin-top: -177px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-4 {
  width: 230px;
}

.hero-logo {
  width: 70%;
}

.hero-video-wrap {
  width: 61%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-video {
  overflow: hidden;
  border-radius: 20px;
}

.hero-subtitle {
  margin-top: 10px;
  margin-bottom: 30px;
}

.section-title {
  margin-bottom: 80px;
}

.section-title.is--card {
  text-align: center;
}

.section-title.is--cta {
  margin-top: 0px;
  margin-bottom: 0px;
}

.record-test-grid {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.record-test-grid.last-child {
  margin-bottom: 80px;
}

.record-test__feature-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 56px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 48px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.record-test__feature {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.how-work-feature {
  width: 100%;
}

.how-work-record-img {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
}

.cta-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.button-icon-scg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-desk {
  width: 100%;
}

.card-desk.is--mob {
  display: none;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .h3 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.2;
  }

  .section.intro {
    margin-top: -13px;
  }

  .section.last-child {
    padding-bottom: 17px;
  }

  .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .wrapper.hero {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .brand.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .header {
    margin-bottom: 70px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .headimg {
    left: -14%;
    top: -45%;
  }

  .headimg._2 {
    right: -11%;
    bottom: -26%;
  }

  ._2-col-img-grid {
    grid-column-gap: 56px;
  }

  .feature-image.oter {
    left: 37px;
    display: none;
    width: 350px;
  }

  .feature-dec.right {
    padding-right: 32px;
  }

  .heading-center {
    margin-bottom: 74px;
    padding-right: 88px;
    padding-left: 88px;
  }

  .heading-center.footer {
    padding-right: 45px;
    padding-left: 45px;
  }

  .more-features {
    padding-right: 0px;
  }

  .slider {
    height: 540px;
  }

  .image {
    width: 430px;
  }

  .mask {
    height: 540px;
  }

  .slide {
    margin-left: 0px;
  }

  .image-3 {
    margin-top: -120px;
  }

  .menu-button {
    display: none;
  }

  .nav-menu {
    display: none;
  }

  .hero-video-wrap {
    width: 100%;
  }

  .how-work-record-img {
    width: 100%;
  }

  .how-work-record-img-inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .h3 {
    font-size: 30px;
  }

  .h3.txt-center {
    padding-right: 15px;
    padding-left: 15px;
  }

  .button-icon.button {
    width: 100%;
  }

  .button-icon.button.is--ios.is--0 {
    margin-top: 16px;
    margin-left: 0px;
  }

  .section.alt {
    text-align: center;
  }

  .section.footer {
    padding-top: 80px;
  }

  .section.is--card {
    display: none;
  }

  .downloads {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .downloads.is--line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .headimg {
    left: -39%;
  }

  .headimg._2 {
    right: -11%;
    bottom: -16%;
    width: 210px;
  }

  ._2-col-img-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .feature-image {
    width: 100%;
  }

  .feature-image.right {
    width: 100%;
    margin-left: 0px;
  }

  .feature-image.right.b {
    margin-bottom: -26px;
  }

  .feature-image.oter {
    left: 88px;
  }

  .feature-image.oter.oter-2 {
    left: 174px;
  }

  .feature-dec.right {
    margin-left: 0px;
    padding-right: 57px;
    padding-left: 57px;
  }

  .heading-center {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-center.footer {
    margin-bottom: 128px;
    padding-right: 31px;
    padding-left: 31px;
  }

  .ft-icon {
    width: 80px;
  }

  .slider {
    height: 540px;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
    text-align: center;
  }

  .image {
    width: 360px;
  }

  .slide {
    margin-right: auto;
    margin-left: auto;
  }

  .form-block {
    padding-right: 11px;
    padding-left: 11px;
  }

  .div-block-3 {
    text-align: center;
  }

  .record-test-grid {
    display: block;
    text-align: center;
  }

  .card-desk.is--mob {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .card-desk.is--desk {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 50px;
  }

  .h3 {
    font-size: 24px;
  }

  .h3.txt-center {
    font-size: 23px;
    line-height: 30px;
  }

  .paragraph.heading-center.footer {
    padding-right: 14px;
    padding-left: 14px;
  }

  .button.alt.no-mg {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 77px;
    padding-left: 77px;
  }

  .button-icon.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button-icon.button.last-child {
    margin-right: 39px;
    margin-left: 39px;
  }

  .app-feature-card {
    margin-right: 31px;
    margin-bottom: 29px;
    margin-left: 31px;
    padding-right: 28px;
    padding-left: 28px;
  }

  .section.intro {
    overflow: hidden;
  }

  .section.is--header {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .wrapper.hero {
    padding-right: 10px;
    padding-left: 10px;
  }

  .header {
    margin-bottom: 72px;
    padding-right: 21px;
    padding-left: 21px;
  }

  .headimg {
    left: -24%;
    top: -11%;
    width: 230px;
  }

  .headimg._2 {
    bottom: -20%;
  }

  .feature-image {
    margin-top: -38px;
  }

  .feature-image.oter {
    left: -9px;
    width: 280px;
  }

  .feature-image.oter.oter-2 {
    left: 105px;
  }

  .feature-dec.left {
    margin-bottom: 48px;
  }

  .feature-dec.right {
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-center.footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ft-icon {
    margin-bottom: 8px;
  }

  .more-features {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .slider {
    height: 530px;
  }

  .image {
    width: 530px;
  }

  .mask {
    height: 560px;
  }

  .form {
    display: block;
    padding-bottom: 10px;
    text-align: center;
  }

  .form-block {
    margin-top: -23px;
  }

  .text-field {
    margin-bottom: 28px;
    padding-top: 38px;
    padding-bottom: 39px;
    border-bottom-style: solid;
    border-bottom-color: #d4e0fc;
    text-align: center;
  }

  .image-3 {
    margin-top: -50px;
  }

  .hero-logo {
    width: 100%;
  }

  .hero-subtitle.h3 {
    margin-top: 8px;
  }

  .section-title.is--card {
    margin-bottom: 32px;
  }

  .section-title.is--cta {
    font-size: 40px;
  }

  .how-work-record-img {
    position: relative;
    width: 100vw;
  }

  .how-work-record-img-inner {
    width: 210%;
    max-width: none;
    margin-left: -20px;
  }

  .card-desk.is--mob {
    width: 100%;
  }
}

@font-face {
  font-family: 'Golos';
  src: url('../fonts/Golos-Text_Bold.woff2') format('woff2'), url('../fonts/Golos-Text_Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos';
  src: url('../fonts/Golos-Text_Medium.woff2') format('woff2'), url('../fonts/Golos-Text_Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Golos';
  src: url('../fonts/Golos-Text_Regular.woff2') format('woff2'), url('../fonts/Golos-Text_Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}