.cf-caption1 {
  font-style: normal;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: -2px;
  color: #040505;
  font-family: ExtraBold;
}

@media screen and (max-width: 760px) {
  .cf-caption1 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -1px;
  }
}
.rocket-block {
  width: 100%;
  padding: 40px 0;
  background: #F1F3FF;
  border-radius: 12px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rocket-block img {
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
}

.rocket-block>div {
  max-width: 622px;
  text-align: center
}

.rocket-block-title {
  font-size: 26px;
  line-height: 32px;
  font-family: ExtraBold;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.rocket-block-description {
  font-size: 16px;
  line-height: 20px;
  color: #808080;
  margin-bottom: 32px;
}

.rocket-block .button_arrow {
  font-family: Bold;
}


@media screen and (max-width: 760px) {
  .rocket-block {
    padding: 28px 20px;
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
  }

  .rocket-block img {
    width: 56px;
    height: 56px;
    margin-bottom: 28px;
  }

  .rocket-block-title {
    margin-bottom: 16px;
  }
}
.case-content-wrapper {
  position: relative;
}

.case-content {
  width: 877px;
  margin-left: auto;
}

.page-content strong {
  font-family: ExtraBold;
}

.page-content p a,
.page-content table a {
  color: #0006ff;
}

.page-content iframe {
  width: 100% !important;
}

.page-content ul,
.page-content ol {
  margin: 40px 0;
  padding: 0;
  list-style: none;
}

.page-content li {
  list-style-type: none;
}

.page-content li+li {
  margin-top: 24px;
}

.page-content ol {
  list-style-type: none;
  counter-reset: list-counter;
}

.page-content ol li {
  margin-left: 0;
  list-style-type: none !important;
  position: relative;
  padding-left: 44px;
}

.page-content ol li::before {
  content: counter(list-counter);
  counter-increment: list-counter;
  position: absolute;
  left: 0;
  top: 4px;
  font-family: Bold;
  font-size: 14px;
  line-height: 14px;
  color: #0006FF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #E5E8FF;
  width: 24px;
  height: 24px;
}

.page-content ul li {
  padding-left: 34px;
}

.page-content li {
  position: relative;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -.5px;
}

.page-content ul li:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #E5E8FF;
}

.page-content ul li:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0020FF;
}

.page-content p img {
  height: auto;
  display: block;
  border-radius: 6px;
  margin: 0 auto;
  max-width: 100%;
}

.page-content p img.img-left {
  margin-left: 0;
}

.page-content p img.img-right {
  margin-right: 0;
}

.page-content table {
  width: 100%;
  border: none;
  border-spacing: 0;
}

.page-content table tr {
  height: 24px;
}

.page-content table tr th,
.page-content table tr td {
  height: 24px;
  width: 25%;
  text-align: center;
  border: 2px solid #f5f5f5;
  border-top: none;
  border-right: none;
  font-size: 14px;
  line-height: 20px;
  padding: 14px 15px;
}

.page-content table th:last-of-type,
.page-content table td:last-of-type {
  border-right: 2px solid #ebebeb;
}

.page-content table tr:nth-of-type(odd) td,
.page-content table tr th {
  background-color: #fafafa;
}

.signature-name-wrapper .signature-name {
  font-family: Bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}

.signature-name-wrapper .signature-job-title {
  font-size: 14px;
  line-height: 20px
}

@media screen and (max-width: 1250px) {
  .case-content {
    width: 100%;
    margin-left: auto;
  }
}

@media screen and (max-width: 760px) {
  .page-content li {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.5px;
  }

  .signature-name-wrapper .signature-name {
    font-size: 16px;
    line-height: 26px;
  }

  .signature-name-wrapper .signature-job-title {
    font-size: 12px;
  }
}
.left-side {
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% + 24px);
}

.left-side-sticky-block {
  position: sticky;
  top: 92px;
  height: calc(100vh - 92px);
}

.navigation-menu {
  width: 216px;
  display: inline-block;
}

.navigation-content {
  cursor: pointer;
  font-family: Bold;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.navigation-content>div {
  margin-right: 8px;
}

.navigation-dropdown {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.navigation-dropdown.show {
  height: fit-content;
}

.navigation-dropdown>div {
  display: flex;
  align-items: center;
  margin-left: 20px;
  max-width: 190px;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  color: #999999;
  transition: color 0.3s ease;
}

.navigation-dropdown>div:not(.viewed):hover {
  color: #0006FF;
}

.navigation-dropdown>.viewed {
  color: #040505;
}

.navigation-dropdown>div:not(:last-child) {
  margin-bottom: 12px;
}

.navigation-dropdown>div::before {
  content: '';
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: relative;
  left: -20px;
  transition: background-color 0.3s ease;
}

.navigation-dropdown>.viewed::before {
  background-color: #0006FF;
}

.navigation-content .arrow {
  transition: transform 0.3s ease-in-out;
}

.navigation-content .arrow-down {
  transform: rotate(180deg);
}

#progress-bar {
  width: 0%;
  max-width: 100%;
  transition: width 0.25s;
  height: 4px;
  background-color: #FFD400;
  position: sticky;
  top: 68px;
  z-index: 99;
}

.left-side .client-card,
.mobile-client-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding: 32px 24px 24px 24px;
  border: 1px solid #F0F0F0;
  border-radius: 6px;
  position: relative;
  z-index: 10;
  width: 260px;
}

.left-side-sticky-bottom-block {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 24px;
}

.contact-us-button {
  width: 260px;
  background: #F1F3FF;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 37px 24px 37px;
}

.contact-us-button .contact-us-button-title {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
  font-family: ExtraBold;
  margin-bottom: 16px;
}

.contact-us-button .button {
  width: 100%;
}

.contact-us-button .button .button__inner {
  font-size: 14px;
  line-height: 26px;
  font-family: Bold;
}

.contact-us-button-mobile {
  display: none;
}

.client-card img,
.mobile-client-card img {
  max-width: 212px;
  max-height: 60px;
  margin-bottom: 16px;
}

.client-card-city {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
  margin-bottom: 32px;
}

.client-card-city svg {
  top: 2px;
  position: absolute;
}

.client-card-city span {
  margin-left: 19px;
}

.client-card-specification {
  width: 100%;
}

.client-card> :nth-child(3),
.mobile-client-card> :nth-child(3) {
  margin-bottom: 32px;
}

.client-card-type {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #999999;
  margin-bottom: 8px;
}

.client-card-type-name {
  font-family: Bold;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #191919;
}

.mobile-client-card {
  display: none;
}

/* socials-list */

.socials-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 26px;
  font-family: Bold;
  margin-top: 8px;
}

.socials-list>span {
  margin-bottom: 8px;
}

.socials-list__list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.socials-list__list li+li {
  margin-left: 4px;
}

.socials-list__list a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #f5f5f5;
}

.socials-list__list a svg {
  display: block;
}

.socials-list__list a svg path {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.blog-header .socials-list {
  position: relative;
  top: 4px;
}

.socials-list .socials-list__list>div+div {
  margin-left: 4px;
}

@media screen and (min-width: 1250px) {
  .navigation-dropdown>div {
    margin-left: 12px;
  }

  .navigation-dropdown>div::before {
    left: -12px;
  }
}


@media screen and (max-width: 1250px) {
  body.block-scroll {
    overflow: hidden;
  }

  .navigation-dropdown.show {
    overflow-y: auto !important;
  }

  .article__left-side {
    position: static;
  }

  .left-side {
    position: sticky;
    top: 68px;
    height: auto;
    background-color: #FFFFFF;
    z-index: 10;
  }

  .left-side::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc((100% - 100vw) / 2);
    height: 100%;
    width: 100vw;
    background-color: inherit;
    box-shadow: none;
    transition: box-shadow 0.3s ease;
  }

  .left-side.sticky::before {
    border-bottom: 1px solid #EBEBEB;
    box-shadow: 0px 0px 22px -6px rgba(5, 35, 107, 0.12);
  }

  .left-side .navigation-menu {
    position: relative;
    height: fit-content;
    top: auto;
    width: 100%;
  }

  .left-side .navigation-content {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 4px;
    height: 52px;
  }

  .left-side .navigation-content>div {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.5px;
  }

  .left-side .navigation-menu .navigation-dropdown>div {
    width: auto;
    max-width: none;
    font-size: 16px;
  }

  #progress-bar {
    top: 65px;
    z-index: 300;
  }

  .left-side .client-card,
  .left-side-sticky-bottom-block {
    display: none;
  }

  .left-side-sticky-block {
    height: auto;
  }

  .mobile-client-card {
    display: flex;
    width: 335px;
    margin-top: 64px;
    margin-bottom: 0;
  }

  .contact-us-button-mobile {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.case-slider-wrapper {
  display: flex;
  flex-direction: column;
}

.case-slider-title {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}

.case-slider-stories {
  width: 100%;
  height: 424px;
  overflow: hidden;
  display: flex;
}

.case-slider-item {
  width: 384px !important;
  min-width: 384px;
  height: 424px;
  border: 1px solid #F0F0F0;
  border-radius: 6px;
  display: inline-flex !important;
  flex-direction: column;
}

.case-slider-stories .slick-slide {
  padding: 0 12px;
}

.case-slider-arrow {
  margin: 48px auto 0 auto;
}

.case-slider-arrow svg {
  cursor: pointer;
}

.case-slider-arrow svg:first-child {
  margin-right: 48px;
}

.case-slider-arrow .slick-arrow {
  background-color: transparent;
  position: relative;
  width: auto;
  height: auto;
  border-radius: 0;
}

.case-slider-item-img {
  height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-slider-item-img img {
  max-width: 348px;
  max-height: 70px;
}

.case-slider-item-description {
  margin: 0 32px;
}

.case-slider-item .link_arrow {
  margin: auto 32px 34px 32px;
}

@media screen and (max-width: 1250px) {
  .case-slider-title {
    margin-bottom: 48px;
  }

  .case-slider-item {
    width: 100% !important;
    min-width: auto;
  }
}

@media screen and (max-width: 760px) {

  .case-slider-stories,
  .case-slider-item {
    height: 338px;
  }

  .case-slider-item-img {
    height: 158px;
  }

  .case-slider-item-description {
    font-size: 16px;
    line-height: 20px;
    margin: 0 16px;
  }

  .case-slider-item .link_arrow {
    margin: auto 16px 34px 16px;
  }
}
.page-content .quote-block {
  padding: 40px 40px 40px 40px;
  border-radius: 12px;
  background-color: #F0FEEB;
}

.page-content .quote-block>img {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}

.page-content .quote-block .quote-block-text {
  margin-bottom: 24px;
  /* font-size: 24px;
  line-height: 38px; */
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
}

.page-content .quote-block .signature-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.page-content .quote-block .signature-block>img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
}


@media screen and (max-width: 760px) {
  .page-content .quote-block {
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
    padding: 24px 20px 24px 20px;
    border-radius: 0;
  }

  .page-content .quote-block>img {
    margin-bottom: 16px;
  }

  .page-content .quote-block .signature-block {
    justify-content: flex-start;
  }

  .page-content .quote-block .signature-block>img {
    width: 40px;
    height: 40px;
  }
}
.page-content .important,
.page-content .important p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.page-content .important {
  position: relative;
  margin: 48px 0;
  padding: 40px 0;
  letter-spacing: -.5px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.page-content .important:before {
  content: "";
  display: block;
  width: 44px;
  height: 32px;
  position: absolute;
  left: 0;
  top: -16px;
  background: #fff;
}

.page-content .important:after {
  content: "";
  display: block;
  width: 22px;
  height: 32px;
  position: absolute;
  left: 0;
  top: -16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAyMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjM3NSAxMy4xODc1SDEyLjYxNTlMMTkuMzEzOSAxLjQwMjU4QzE5LjQ3OTcgMS4xMTIzIDE5LjQ3ODcgMC43NTYxMDEgMTkuMzExMiAwLjQ2Njc5NkMxOS4xNDI4IDAuMTc3NzM0IDE4LjgzNDIgMCAxOC41IDBINy4yNUM2Ljg0NjQzIDAgNi40ODgyOCAwLjI1ODMgNi4zNjEwOCAwLjY0MDg2N0wwLjczNjA5OCAxNy41NzgzQzAuNjM5OTA3IDE3Ljg2NCAwLjY4ODQ5MSAxOC4xNzg5IDAuODY0MjcyIDE4LjQyMzNDMS4wNDEwMyAxOC42Njc5IDEuMzIzOTkgMTguODEyNCAxLjYyNTAxIDE4LjgxMjRIOS41NzgzNkw0LjUxMzY4IDMwLjY5MzVDNC4zMzIyOCAzMS4xMTU2IDQuNDg0MzggMzEuNjA3MyA0Ljg3MjU2IDMxLjg1MzRDNS4yNTQ0IDMyLjA5NzYgNS43NjczMyAzMi4wMzM0IDYuMDc1NDQgMzEuNjg1MkwyMS4wNzU0IDE0Ljc0NzhDMjEuMzIwOCAxNC40NzIxIDIxLjM4MTMgMTQuMDc3NCAyMS4yMzAyIDEzLjc0MTRDMjEuMDc5MSAxMy40MDQ1IDIwLjc0NDEgMTMuMTg3NSAyMC4zNzUgMTMuMTg3NVoiIGZpbGw9IiNGRkQ0MDAiLz4KPC9zdmc+Cg==);
}

@media screen and (max-width: 760px) {
  .page-content .important {
    padding: 32px 0;
  }
}
.page-content .button-contact-us {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.page-content .button-contact-us p {
  font-family: Bold;
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 760px) {
  .page-content .button-contact-us {
    margin: 32px 0;
  }
}
.page-content .callout {
  font-family: ExtraBold;
  padding-left: 40px;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.5px;
  border-left: 8px solid #FFD400;
}


@media screen and (max-width: 760px) {
  .page-content .callout {
    padding-left: 32px;
    font-size: 24px;
    line-height: 28px;
    margin-left: -20px;
  }
}
/* checked & minus */

.page-content .unmarked-checked-list ul li,
.page-content .unmarked-minus-list ul li {
  padding-left: 40px;
}

.page-content .unmarked-checked-list ul li:before,
.page-content .unmarked-minus-list ul li:before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  min-height: 24px;
  min-width: 24px;
  max-width: 24px;
  max-height: 24px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}

.page-content .unmarked-checked-list ul li:before {
  background-color: #F0FEEB;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9282 0.432031C12.4391 0.942969 12.4391 1.77734 11.9282 2.28828L5.92817 8.28828C5.41724 8.79922 4.58286 8.79922 4.07192 8.28828L1.07192 5.28828C0.560986 4.77734 0.560986 3.94297 1.07192 3.43203C1.58286 2.92109 2.41724 2.92109 2.92817 3.43203L5.00005 5.50391L10.0719 0.432031C10.5829 -0.0789063 11.4172 -0.0789063 11.9282 0.432031Z' fill='%237EC28B'/%3E%3C/svg%3E");
}

.page-content .unmarked-minus-list ul li:before {
  background-color: #FEEBEE;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='3' viewBox='0 0 11 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.25 1.36035C0.25 0.736914 0.751562 0.235352 1.375 0.235352H9.625C10.2484 0.235352 10.75 0.736914 10.75 1.36035C10.75 1.98379 10.2484 2.48535 9.625 2.48535H1.375C0.751562 2.48535 0.25 1.98379 0.25 1.36035Z' fill='%23E82A41'/%3E%3C/svg%3E");
}

.page-content .unmarked-checked-list ul li:after,
.page-content .unmarked-minus-list ul li:after {
  display: none;
}

.page-content li+li {
  margin-top: 24px;
}
/* small & big */

.learn-more {
  background: #F1F3FF;
  border-radius: 12px;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.learn-more.learn-more-small {
  padding: 16px 32px 16px 40px;
  align-items: center;
  justify-content: space-between;
}

.learn-more.learn-more-big {
  padding: 24px 40px 24px 40px;
  flex-direction: column;
}

.learn-more__title {
  font-family: ExtraBold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.5px;
  margin-right: 40px;
}

.learn-more__title span {
  font-size: 26px;
  margin-left: 12px;
}

.learn-more .button {
  overflow: hidden;
  height: 56px;
  width: fit-content;
  min-width: 200px;
  font-family: Bold;
  font-size: 16px;
  line-height: 20px;
}

.learn-more.learn-more-big .learn-more__title {
  margin-right: 0;
  margin-bottom: 8px;
}

.learn-more.learn-more-big .learn-more__description {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #808080;
}


@media screen and (max-width: 760px) {

  .learn-more.learn-more-big,
  .learn-more.learn-more-small {
    padding: 18px 28px 16px 28px;
  }

  .learn-more {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
    width: 100vw;
    width: -webkit-fill-available;
  }

  .learn-more__title {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    margin-right: 0;
    margin-bottom: 26px;
  }

  .learn-more__title span {
    font-size: 24px;
    line-height: 28px;
    margin-left: 8px;
  }
}
.color-block {
  padding: 40px 40px 40px 40px;
  border-radius: 12px;
}

.color-block-title {
  font-family: ExtraBold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: -0.5px;
  margin-bottom: 32px;
}

.color-block-icon {
  font-size: 32px;
  line-height: 32px;
}

.color-block .color-block-description {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}

.color-block .color-block-description p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 760px) {
  .color-block {
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
    border-radius: 0;
    padding: 24px 20px 24px 20px;
  }

  .color-block-title {
    /* font-size: 24px;
    line-height: 28px; */
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.5px;
    margin-bottom: 24px;
  }
}
.meetings-iframe-container {
  margin: 24px 0 -24px 0;
  max-height: 692px;
}

@media screen and (max-width: 671px) {
  .meetings-iframe-container {
    max-height: 580px;
    margin: 24px 0 54px 0;
  }
}
.typeform-quiz-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #0309d0;
  border: none;
  font-size: 1px;
  color: transparent;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.dark-bg .slick-arrow {
  background-color: #1463ff;
}

.slick-prev {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuNzA2OTYgMTMuNzA3TC0wLjAwMDE1MDY4MSA2Ljk5OTkyTDYuNzA2OTYgMC4yOTI4MThMOC4xMjExNyAxLjcwNzAzTDMuODI4MjggNS45OTk5MkwxMy40MTQxIDUuOTk5OTJMMTMuNDE0MSA3Ljk5OTkyTDMuODI4MjggNy45OTk5Mkw4LjEyMTE3IDEyLjI5MjhMNi43MDY5NiAxMy43MDdaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==);
}

.slick-next {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuNzA3MTEgMC4yOTI5NjlMMTMuNDE0MiA3LjAwMDA4TDYuNzA3MTEgMTMuNzA3Mkw1LjI5Mjg5IDEyLjI5M0w5LjU4NTc5IDguMDAwMDhIMFY2LjAwMDA4SDkuNTg1NzlMNS4yOTI4OSAxLjcwNzE4TDYuNzA3MTEgMC4yOTI5NjlaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==);
}

@media screen and (min-width: 1000px) {
  .slick-prev:hover,
  .slick-next:hover {
    background-color: #071e99;
  }

  .dark-bg .slick-prev:hover,
  .dark-bg .slick-next:hover {
    background-color: #0c3782;
  }
}

@media screen and (max-width: 1250px) {
  .slick-arrow {
    width: 48px;
    height: 48px;
  }

  .slick-prev {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjI5MjYxIDAuMTUwMTQ2TDAuNDQyNjUxIDYuMDAwMTFMNi4yOTI2MSAxMS44NTAxTDcuNzA2ODMgMTAuNDM1OUw0LjI3MTA4IDcuMDAwMTFIMTIuMTQyNlY1LjAwMDExSDQuMjcxMDhMNy43MDY4MyAxLjU2NDM2TDYuMjkyNjEgMC4xNTAxNDZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  }

  .slick-next {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjcwNzM5IDAuMTUwMTQ2TDEyLjU1NzMgNi4wMDAxMUw2LjcwNzM5IDExLjg1MDFMNS4yOTMxNyAxMC40MzU5TDguNzI4OTIgNy4wMDAxMUgwLjg1NzQyMlY1LjAwMDExSDguNzI4OTJMNS4yOTMxNyAxLjU2NDM2TDYuNzA3MzkgMC4xNTAxNDZaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  }
}

.page {
  overflow: visible;
}

.case-wrapper p,
.case-wrapper ul li,
.case-wrapper ol li,
.case-wrapper .learn-more__description {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
  color: #040505;
  margin-bottom: 16px;
}

.case-wrapper .case-header-description {
  margin-bottom: 40px;
  max-width: 740px;
  text-align: center;
}

li {
  list-style-type: none;
}

.case-content p {
  margin: 24px 0;
}

.case-content h2,
.case-footer h2 {
  font-style: normal;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1.5px;
  color: #040505;
  font-family: ExtraBold;
}

.case-content h2 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.case-content h3 {
  font-size: 26px;
  line-height: 32px;
  font-family: ExtraBold;
  letter-spacing: -0.5px;
  margin-top: 60px;
  margin-bottom: 24px;
}

.case-footer h2 {
  margin-bottom: 80px;
}

.color-block,
.learn-more,
.quote-block {
  margin-top: 64px;
  margin-bottom: 64px;
}

.back-to-cases {
  margin-top: 24px;
  margin-bottom: 100px;
}

.case-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}

.case-header>div {
  max-width: 740px;
  text-align: center;
}

.case-header-title {
  margin-bottom: 32px;
}

.case-header-title b {
  white-space: nowrap;
  position: relative;
}

.case-header-title b:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -1px;
  border-bottom: 6px solid #ffd400;
}

.case-header-description {
  margin-bottom: 40px;
}

.case-header-img img {
  max-width: 740px;
  width: 100%;
  height: 140px;
  border-radius: 6px;
  object-fit: cover;
}

.case-footer {
  margin-top: 120px;
  margin-bottom: 120px;
}

.rocket-block {
  margin-bottom: 120px;
}


@media screen and (max-width: 1250px) {
  .back-to-cases {
    display: none;
  }

  .case-header {
    margin-bottom: 32px;
    margin-top: 48px;
  }
}

@media screen and (max-width: 760px) {
  .case-header-title {
    margin-bottom: 24px;
  }

  .case-header-description {
    margin-bottom: 2px;
  }

  .case-header-title b::before {
    bottom: -2px;
    border-bottom: 4px solid #ffd400;
  }

  .case-header>div {
    text-align: left;
  }

  .case-header-img img {
    height: 160px;
  }

  .case-footer {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .case-content h2,
  .case-footer h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .case-content h2 {
    margin-bottom: 24px;
  }

  .case-content h3 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 48px;
  }

  .case-footer h2 {
    margin-top: 64px;
    margin-bottom: 48px;
  }

  .rocket-block {
    margin-bottom: 64px;
  }
}
