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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Pathway Extreme, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  font-family: Syne, sans-serif;
  text-decoration: underline;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 150px 30px;
}

.icon {
  font-family: Material icons;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.navigation-item {
  opacity: .6;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.navigation-item:hover {
  opacity: .9;
  color: #9a5de0;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.opened_menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: linear-gradient(#fff0, #faf8f6 49%, #faf8f6f5 53%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 64px;
  display: none;
  position: fixed;
  top: 80px;
}

.navigation_top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div-block-4 {
  width: auto;
}

.cta_1 {
  background-color: #000;
  border-radius: 32px;
  width: 130px;
  padding-left: 32px;
  padding-right: 32px;
}

.cta_1:hover {
  color: #fff;
  background-color: #363047;
}

.cta_1.cta_white {
  color: #000;
  background-color: #fff;
  display: block;
}

.cta_1.cta_white.cta_mobile {
  display: none;
}

.cta_1.cta_white.cta_mobile_hidden {
  width: auto;
  font-weight: 600;
}

.cta_1.cta_header {
  width: auto;
  margin-left: 32px;
  font-weight: 600;
}

.paragraph {
  width: 70%;
  font-size: 20px;
}

.paragraph.p_hero {
  width: 350px;
}

.paragraph.p_card_long {
  width: 90%;
  font-size: 16px;
  line-height: 28px;
}

.paragraph.p3 {
  color: #fff;
  width: 100%;
  font-size: 18px;
}

.paragraph.p1_white {
  color: #fff;
  border: 1px #fff;
  width: 60%;
}

.paragraph.p1_white.p1_100 {
  width: 100%;
}

.paragraph.p_100 {
  color: #868686;
  width: 100%;
  margin-bottom: 0;
}

.paragraph.p_100.p_how_we_work {
  color: #000;
}

.paragraph.p_footer {
  flex: 0 auto;
  width: 200px;
  font-size: 18px;
}

.section-2 {
  background-color: #faf8f6;
  background-image: url('../images/Img-comma-ss.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 800px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.continer_nav_bottons {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block {
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
}

.div-block {
  background-color: #fff0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 70%;
  padding-right: 57px;
  display: flex;
}

.ham_icon_nav {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #973232;
  width: 30px;
  height: 30px;
  display: none;
}

.logo-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-item-2 {
  opacity: .6;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 16px;
  font-family: Syne, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.navigation-item-2:hover {
  opacity: .9;
  color: #9a5de0;
}

.navigation-item-2:active {
  opacity: .8;
}

.navigation-item-2.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-2.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-2.w--current:active {
  opacity: .7;
  color: #32343a;
}

.div-block-5 {
  background-color: #fff0;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 70%;
  padding-right: 57px;
  display: flex;
}

.h_2 {
  color: #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Syne, sans-serif;
  font-size: 47px;
  font-weight: 500;
  line-height: 47px;
  display: flex;
}

.h_2.h_2_white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
}

._2-img-1-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 25%;
  display: flex;
}

.img_card {
  background-color: #9c9c9c;
  background-image: url('../images/img_cards_04.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 0 32px;
  display: flex;
}

.img_card.img_card_4 {
  background-image: url('../images/Discover.png');
  background-position: 50%;
  background-size: cover;
}

.img_card.text_card {
  background-color: #eceae8;
  background-image: none;
  padding-left: 16px;
  padding-right: 16px;
}

.img_card.img_card_1 {
  background-image: url('../images/img_cards_04.png');
  background-position: 50%;
}

.half_img {
  background-color: #fff;
  border-radius: 32px;
  height: 50%;
}

.half_img.img_card_3 {
  background-image: url('../images/img_cards_03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.half_img.img_card_2 {
  background-image: url('../images/img_cards_02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #faf8f6;
  background-image: url('../images/gradient-top-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  height: auto;
  padding: 160px 60px;
  display: flex;
}

.h6 {
  font-family: Syne, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.h6.h6_white {
  color: #fff;
}

._2nd-section_cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff0;
  height: 400px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.section_3 {
  background-color: #000;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 160px 60px 320px;
  display: flex;
}

.stack_card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  outline-offset: 0px;
  border-radius: 32px;
  outline: 3px solid #202020;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  padding: 60px 32px 40px;
  display: flex;
  position: sticky;
  top: 80px;
}

.stack_card.sticky_card_1 {
  background-image: linear-gradient(#000, #111e1f);
  margin-bottom: 120px;
}

.stack_card.sticky_card_4 {
  background-image: linear-gradient(#000, #271313);
  top: 200px;
}

.stack_card.sticky_card_2 {
  background-image: linear-gradient(#000, #0e1724);
  margin-bottom: 80px;
  top: 120px;
}

.stack_card.sticky_card_3 {
  background-image: linear-gradient(#000, #150e22);
  margin-bottom: 40px;
  top: 160px;
}

._3-right {
  background-color: #fcfcfc00;
  width: 50%;
  height: 100%;
}

.h5 {
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.h5.h5_w {
  color: #fff;
  margin-bottom: 0;
}

._3-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #c7ffa400;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-right: 32px;
  display: flex;
  position: sticky;
  top: 220px;
}

.text-span-2 {
  color: #727272;
}

.stack_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.accordion_body_inner {
  padding-top: 8px;
}

.accordion_title_item {
  background-color: #faf8f6;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
  line-height: 4em;
  display: flex;
}

.section_4 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #faf8f6;
  background-image: url('../images/gradient-top-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 160px 60px;
  display: flex;
}

.accordion_body {
  overflow: hidden;
}

.image {
  opacity: .22;
  transform: rotate(45deg);
}

.item_accordion {
  background-color: #faf8f6;
  border: 1px #000;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 1px;
  padding-top: 16px;
  padding-bottom: 16px;
}

._4_left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.accodion_title {
  font-family: Syne, sans-serif;
  font-size: 48px;
  font-weight: 600;
}

.container_accordion {
  width: 100%;
  margin-left: 0;
}

._4-right {
  background-image: url('../images/circle-how-we-work.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50%;
  height: 100%;
  min-height: 500px;
}

.card_frameworks {
  background-color: #fff;
  border-radius: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 49%;
  margin-bottom: 2%;
  padding: 24px 32px;
  line-height: 20px;
  display: flex;
}

.card_frameworks.card_fw_1 {
  align-items: flex-start;
  height: 300px;
}

.card_frameworks.card_fw_3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
  display: flex;
}

.card_frameworks.card_fw_5 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
}

.card_frameworks.card_fw_4 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 300px;
  display: flex;
}

.card_frameworks.card_fw_2 {
  height: 300px;
}

.what_we_use_text_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.section_5 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #faf8f6;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 80px 60px;
  display: flex;
}

.container_img_tools {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
}

.text-container-5 {
  width: 100%;
}

.h3 {
  text-transform: uppercase;
  font-family: Syne, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 26px;
}

.icon_ontainer_img_tools {
  background-color: #537c488a;
  width: 150px;
  height: 150px;
}

.icon_ontainer_img_tools.img_tools_1 {
  background-image: url('../images/graph-white-1.png');
  background-position: 0 0;
  background-size: cover;
}

.icon_ontainer_img_tools.img_tools_4 {
  background-image: url('../images/graph-white-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon_ontainer_img_tools.img_tools_2 {
  background-image: url('../images/graph-white-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon_ontainer_img_tools.img_tools_3 {
  background-image: url('../images/graph-white-3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.icon_ontainer_img_tools.img_tools_5 {
  background-image: url('../images/graph-white-5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.toos_fw_cards {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  background-color: #faf8f6;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.final_message {
  color: #e0e0e0;
  background-color: #faf8f6;
  justify-content: center;
  align-items: center;
  height: 350px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.h_4 {
  color: #7c7c7c;
  text-align: center;
  width: 900px;
  font-family: Syne, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 45px;
}

.text-span {
  color: #000;
}

.links_footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.navigation-item-3 {
  opacity: .6;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 16px;
  font-family: Syne, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.navigation-item-3:hover {
  opacity: .9;
  color: #9a5de0;
}

.navigation-item-3:active {
  opacity: .8;
}

.navigation-item-3.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item-3.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item-3.w--current:active {
  opacity: .7;
  color: #32343a;
}

.footer {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #faf8f6;
  grid-template: ". . . . ."
                 ". . . . ."
                 / 2fr 1fr 1fr 1.25fr 1fr;
  justify-content: center;
  place-items: center start;
  height: auto;
  padding: 60px 80px;
  display: flex;
}

.footer_container {
  background-color: #e9e4f6;
  border-radius: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 320px;
  padding: 32px;
  display: flex;
}

.footer_top_section {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_details_text {
  display: flex;
}

.footer_bot_section {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .navigation_top {
    padding-left: 60px;
    padding-right: 60px;
  }

  .paragraph.p_card_long {
    font-size: 18px;
  }

  .paragraph.p1_white.p1_100 {
    width: 100%;
  }

  .section-2 {
    background-image: url('../images/Img-comma-ss.png');
  }

  .div-block-2, .div-block-6 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .h_2 {
    font-size: 68px;
    line-height: 78px;
  }

  ._3-left {
    padding-right: 128px;
  }

  ._4_left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .card_frameworks.card_fw_1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 19%;
    display: flex;
  }

  .card_frameworks.card_fw_3, .card_frameworks.card_fw_5, .card_frameworks.card_fw_4, .card_frameworks.card_fw_2 {
    width: 19%;
  }

  .container_img_tools {
    background-color: #fff;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: auto;
    display: flex;
  }

  .text-container-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .icon_ontainer_img_tools {
    background-color: #ff8585;
    width: 100px;
    height: 100px;
  }

  .icon_ontainer_img_tools.img_tools_4 {
    background-image: url('../images/graph-white-2.png');
  }

  .icon_ontainer_img_tools.img_tools_2 {
    background-image: url('../images/graph-white-3.png');
  }

  .icon_ontainer_img_tools.img_tools_3 {
    background-image: url('../images/graph-white-5.png');
  }

  .icon_ontainer_img_tools.img_tools_5 {
    background-image: url('../images/graph-white-4.png');
  }

  .toos_fw_cards {
    grid-column-gap: 1%;
    grid-row-gap: 1%;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 991px) {
  .navigation-item {
    text-align: center;
    margin-bottom: 24px;
    padding: 15px 0;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .opened_menu {
    display: none;
  }

  .navigation_top {
    background-color: #ff727200;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 80px;
    display: flex;
  }

  .div-block-4 {
    width: 100%;
  }

  .cta_1 {
    margin-bottom: 24px;
  }

  .paragraph {
    width: 75%;
  }

  .paragraph.p_hero {
    width: 100%;
  }

  .section-2 {
    background-position: 100%;
    background-size: cover;
  }

  .continer_nav_bottons {
    display: none;
  }

  .div-block {
    flex-flow: column;
    height: auto;
  }

  .div-block-2 {
    width: 100%;
  }

  .ham_icon_nav {
    background-color: #97323200;
    width: 40px;
    height: 40px;
    display: block;
  }

  .logo-container {
    background-color: #fff0;
    width: auto;
    height: 50px;
  }

  .navigation-item-2 {
    text-align: center;
    margin-bottom: 24px;
    padding: 15px 0;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .div-block-5 {
    flex-flow: column;
    height: auto;
  }

  .div-block-6 {
    width: 100%;
  }

  .h_2 {
    width: 100%;
    margin-bottom: 12px;
    font-size: 63px;
    line-height: 60px;
  }

  ._2-img-1-col, .img_card.img_card_4 {
    width: 48%;
    height: 250px;
  }

  .img_card.text_card {
    justify-content: center;
    align-items: center;
    width: 48%;
    height: 250px;
  }

  .img_card.img_card_1 {
    width: 48%;
    height: 250px;
  }

  ._2nd-section_cards {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  ._4_left {
    width: 100%;
  }

  ._4-right {
    display: none;
  }

  .text-container-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .links_footer {
    flex-flow: row;
  }

  .navigation-item-3 {
    text-align: center;
    margin-bottom: 24px;
    padding: 15px 0;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .footer_container {
    justify-content: space-between;
    align-items: flex-start;
    height: 480px;
  }

  .footer_bot_section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .accordion-item-content {
    margin-right: 0;
  }

  .paragraph {
    width: 100%;
  }

  .paragraph.p_hero {
    font-size: 18px;
  }

  .paragraph.p_footer {
    text-align: left;
  }

  .section-2 {
    background-position: 100% 0;
    padding-bottom: 64px;
  }

  .div-block, .div-block-5 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .h_2 {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 48px;
  }

  ._2-img-1-col {
    height: 350px;
  }

  .img_card.img_card_4 {
    width: 100%;
  }

  .img_card.text_card {
    height: 350px;
  }

  .img_card.img_card_1 {
    width: 100%;
  }

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

  .section_3 {
    flex-flow: column;
    padding-bottom: 120px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .stack_card.sticky_card_1 {
    height: 420px;
    padding-top: 40px;
    top: 400px;
  }

  .stack_card.sticky_card_4 {
    height: 420px;
    top: 520px;
  }

  .stack_card.sticky_card_2 {
    height: 420px;
    top: 440px;
  }

  .stack_card.sticky_card_3 {
    height: 420px;
    top: 480px;
  }

  ._3-right {
    width: 100%;
  }

  ._3-left {
    width: 100%;
    margin-bottom: 600px;
    top: 80px;
  }

  .section_4 {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card_frameworks.card_fw_1, .card_frameworks.card_fw_3, .card_frameworks.card_fw_5, .card_frameworks.card_fw_4, .card_frameworks.card_fw_2 {
    width: 100%;
  }

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

  .final_message {
    padding-left: 33px;
    padding-right: 33px;
  }

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

  .image-2 {
    width: 60%;
  }

  .footer {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .footer_container {
    width: 100%;
  }

  .footer_top_section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .footer_details_text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .image-3 {
    height: 36px;
  }

  .opened_menu {
    background-image: linear-gradient(#fff0, #faf8f6 38%);
  }

  .navigation_top {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta_1.cta_white.cta_mobile {
    margin-top: 45px;
    display: block;
  }

  .cta_1.cta_white.cta_mobile_hidden {
    display: none;
  }

  .paragraph {
    width: 100%;
    font-size: 16px;
  }

  .paragraph.p_hero, .paragraph.p3, .paragraph.p1_white.p1_100 {
    font-size: 16px;
  }

  .paragraph.p_100 {
    font-size: 18px;
  }

  .paragraph.p_100.p_how_we_work {
    color: #000;
  }

  .section-2 {
    height: 650px;
  }

  .div-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-2 {
    padding-right: 0;
  }

  .ham_icon_nav {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .image-4 {
    width: 24px;
    height: 24px;
  }

  .div-block-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-6 {
    padding-right: 0;
  }

  .image-5 {
    width: 24px;
    height: 24px;
  }

  .h_2.h_2_white {
    font-size: 28px;
  }

  ._2-img-1-col, .img_card.text_card {
    width: 100%;
  }

  .section_2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  ._2nd-section_cards {
    width: 100%;
  }

  .div-block-9 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: -406px;
  }

  .section_3 {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .stack_card.sticky_card_1 {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    top: 50px;
  }

  .stack_card.sticky_card_4 {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    top: 140px;
  }

  .stack_card.sticky_card_2 {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    top: 80px;
  }

  .stack_card.sticky_card_3 {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    top: 110px;
  }

  .bold-text {
    font-size: 18px;
  }

  .h5.h5_w {
    font-size: 16px;
  }

  ._3-left {
    margin-bottom: 403px;
    padding-right: 0;
    position: static;
  }

  .section_4 {
    padding-bottom: 80px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .accodion_title {
    font-size: 38px;
  }

  .section_5 {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .final_message {
    padding-left: 16px;
    padding-right: 16px;
  }

  .h_4 {
    font-size: 30px;
  }

  .navigation-item-3.footer-link {
    margin-right: 17px;
  }

  .image-2 {
    width: 70%;
  }

  .footer {
    padding: 16px;
  }

  .footer_container {
    padding-bottom: 16px;
  }
}


