/* ===== Colors ===== */
/* ===== Text ===== */
/* ===== Sizes ===== */
html {
  font-size: 16px;
  margin: 0 !important;
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
}
html body {
  font-family: "Figtree", sans-serif;
  font-size: 16px;
  line-height: 120%;
  font-style: normal;
  font-weight: 400;
  color: #121307;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 1 !important;
  position: relative;
}
html body * {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, p, span, a, li {
  font-family: "Figtree", sans-serif;
}

h1 {
  color: #121307;
  font-family: "Figtree", sans-serif;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.54px;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
}

h2 {
  color: #121307;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  color: #121307;
  font-family: "Figtree", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

h3.small {
  font-family: "Figtree", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

p {
  color: #414239;
  font-family: "Figtree", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

ul li {
  list-style: none;
}

.list ul li {
  color: #414239;
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.list ul li::before {
  content: "";
  display: block;
  max-width: 8px;
  width: 100%;
  height: 8px;
  background: #121307;
  border-radius: 8px;
}

.text-numbers {
  color: #121307;
  font-kerning: none;
  font-family: "Figtree", sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
  letter-spacing: -1.8px;
}

.container {
  position: relative;
  width: 100%;
  max-width: calc(1296px + 1 * 24px);
  padding-right: 12px;
  padding-left: 12px;
  margin: 0 auto;
}

.container-wrap {
  margin: 120px 0;
}

.category {
  color: #CCC;
  text-align: center;
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .category {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 32px;
  }
}

.title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  margin-bottom: 64px;
}

.button {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  height: 48px;
  width: fit-content;
  font-family: "Figtree", sans-serif;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  padding: 15px 24px;
  transition: 0.3s all;
}
@media screen and (max-width: 991px) {
  .button {
    max-width: none;
    width: 100%;
  }
}
.button.black {
  color: #ffffff;
  background: #121307;
}
.button.black:hover {
  background: #313413;
}
.button.green {
  color: #121307;
  background: #BDDA00;
}
.button.green:hover {
  background: #deff07;
}

.header-green-btn a {
  color: #121307;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  background: #BDDA00;
  height: 40px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  padding: 11px 16px;
}
@media screen and (max-width: 991px) {
  .header-green-btn a {
    font-size: 14px;
    max-width: none;
    width: 100%;
    height: 37px;
  }
}
.header-green-btn a:hover {
  background: #deff07;
}

.header-white-btn a {
  color: #121307;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  border: 1px solid #CCC;
  background: #ffffff;
  height: 40px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  padding: 11px 16px;
}
.header-white-btn a:hover {
  background: #f0f0f0;
}

.form-hubspot-container {
  max-width: 500px;
  padding: 40px;
  width: 100%;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .form-hubspot-container {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .form-hubspot-container img {
    width: 132px;
    height: 48px;
    object-fit: contain;
  }
}
.form-hubspot-container h3 {
  margin: 16px 0;
}
.form-hubspot-container .subtitle {
  color: #414239;
  font-size: 16px;
  line-height: 110%;
  margin-bottom: 32px;
}

.form-columns-0 {
  margin-top: 8px;
}
.form-columns-0 p {
  font-size: 14px;
  line-height: 140%;
  color: #121307;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .form-columns-0 p {
    font-size: 12px;
  }
}
.form-columns-0 p a {
  color: #BDDA00;
}

.hbspt-form form {
  display: flex;
  flex-direction: column;
}
.hbspt-form .hs_submit .primary {
  border-radius: 2px;
  background: #BDDA00;
  border: unset;
  height: 44px;
  width: 100%;
  color: #121307;
  text-align: center;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  cursor: pointer;
  transition: 0.3s all;
  padding: 10px 20px;
}
@media screen and (max-width: 991px) {
  .hbspt-form .hs_submit .primary {
    font-size: 14px;
  }
}
.hbspt-form .hs_submit .primary:hover {
  background: #deff07;
}
.hbspt-form .form-columns-2:nth-child(2) {
  display: none;
}
.hbspt-form .form-columns-1:nth-child(2) {
  display: none;
}
.hbspt-form form {
  display: flex;
  flex-direction: column;
}
.hbspt-form form .field {
  width: 100% !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .hbspt-form form .field .hs-error-msg {
    font-size: 14px;
  }
  .hbspt-form form .field .input {
    margin-right: 0 !important;
  }
  .hbspt-form form .field input {
    font-size: 14px !important;
  }
  .hbspt-form form .field input::placeholder {
    font-size: 14px !important;
  }
}
.hbspt-form form .field .hs-error-msg {
  position: absolute;
  color: red;
  line-height: normal;
  font-size: 11px;
}
.hbspt-form form .field label {
  margin-bottom: 8px;
  display: block;
}
.hbspt-form form .field label span {
  line-height: 110%;
}
@media screen and (max-width: 991px) {
  .hbspt-form form .field label span {
    font-size: 14px;
  }
}
.hbspt-form form .field input {
  width: 100% !important;
  font-family: "Figtree";
  height: 44px;
  padding: 13px 20px;
}
.hbspt-form form .field input::placeholder {
  color: #CCC;
  font-family: Figtree;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.editor-flex li {
  list-style: disc;
}

.privacy-page {
  background: #f1eae2;
}

.editor-flex ul {
  padding-left: 40px;
}

@media screen and (max-width: 991px) {
  .container-wrap {
    margin: 80px 0;
  }
  .container-wrap:first-child {
    margin-top: 118px;
  }
  .container {
    padding: 0 16px;
  }
}
.container-wrap {
  scroll-margin-top: 80px;
}

header .main-menu ul li a, header .policy-menu ul li a, footer .main-menu ul li a, footer .policy-menu ul li a {
  transition: 0.3s all;
}
header .main-menu ul li a:hover, header .policy-menu ul li a:hover, footer .main-menu ul li a:hover, footer .policy-menu ul li a:hover {
  color: #BDDA00 !important;
}

footer .container .footer-wrapper .top-part .button-menu .header-white-btn a:hover {
  background: #fff;
  color: #000;
}

body.menu-open {
  overflow: hidden;
}

header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
}
header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 0;
}
header .header-wrapper .header-blocks {
  display: flex;
  align-items: center;
  gap: 40px;
  width: 60.6%;
}
@media screen and (max-width: 991px) {
  header .header-wrapper .header-blocks {
    max-width: none;
    width: 100%;
  }
}
header .header-wrapper .menu-close-icon {
  display: none;
}
header .header-wrapper .burger-menu-icon {
  display: none;
}
header .header-wrapper .logo {
  flex: 0.5;
  height: 30px;
}
header .header-wrapper .main-menu {
  flex: 1;
}
header .header-wrapper .main-menu-list {
  display: flex;
  align-items: center;
  width: 100%;
}
header .header-wrapper .main-menu-list li a {
  color: #121307;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  transition: all 0.5s;
  padding: 20px 24px;
}
header .header-wrapper .button-menu-list {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 0.5;
}
header .menu-overlay {
  display: none;
  position: fixed;
  top: 74px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
header .menu-overlay.active {
  display: block;
}

/* ===================== MEDIA ===================== */
@media screen and (max-width: 1140px) {
  header .header-wrapper .header-blocks {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  header .header-wrapper .logo {
    flex: none;
  }
}
@media screen and (max-width: 991px) {
  header .header-wrapper {
    padding: 19px 0;
  }
  header .header-wrapper .burger-menu-icon {
    cursor: pointer;
    display: block;
    height: 24px;
  }
  header .header-wrapper .main-menu {
    display: none;
  }
  header .header-wrapper .button-menu .header-white-btn {
    display: none;
  }
  .menu-open .menu-close-icon {
    display: block !important;
    cursor: pointer;
    height: 24px;
  }
  .menu-open .menu-close-icon svg {
    height: 24px;
    width: 24px;
  }
  .menu-open .menu-close-icon:hover svg path {
    stroke: #0050FF;
  }
  .menu-open .burger-menu-icon {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  body .hero-block .bg-mobile {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
footer {
  background: #121307;
  min-height: 349px;
  position: relative;
}
@media screen and (max-width: 991px) {
  footer {
    padding-bottom: 24px;
  }
}
footer .bg-footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
footer .container {
  padding-bottom: 38px;
  padding-top: 38px;
}
@media screen and (max-width: 991px) {
  footer .container {
    padding-top: 24px;
  }
}
footer .container .footer-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
footer .container .footer-wrapper .top-part {
  display: flex;
  justify-content: space-between;
  max-width: none;
  width: 100%;
  position: relative;
  margin-bottom: 38px;
}
@media screen and (max-width: 991px) {
  footer .container .footer-wrapper .top-part {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 24px;
  }
}
footer .container .footer-wrapper .top-part .button-menu {
  width: 100%;
  justify-items: right;
}
footer .container .footer-wrapper .top-part .button-menu-list {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  footer .container .footer-wrapper .top-part .button-menu-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 24px;
  }
}
footer .container .footer-wrapper .top-part .button-menu .header-white-btn a {
  border-radius: 2px;
  border: 1px solid #5A6310;
  background: transparent;
  color: #fff;
}
@media screen and (max-width: 991px) {
  footer .container .footer-wrapper .top-part .button-menu .header-green-btn a {
    width: 100%;
    max-width: none;
    height: 40px;
  }
}
footer .container .footer-wrapper .top-part .logo {
  height: 48px;
  max-width: 221px;
  width: 100%;
}
footer .container .footer-wrapper .top-part .logo a {
  display: block;
  height: 100%;
  margin-bottom: 40px;
}
footer .container .footer-wrapper .top-part .logo a img {
  height: 100%;
}
@media screen and (max-width: 991px) {
  footer .container .footer-wrapper .top-part .logo a img {
    height: 48px;
    max-width: 186px;
  }
}
footer .container .footer-wrapper .bottom-part {
  max-width: none;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
  margin-top: 38px;
}
@media screen and (max-width: 991px) {
  footer .container .footer-wrapper .bottom-part {
    flex-direction: column;
    margin-top: 0;
    padding-top: 24px;
  }
}
footer .container .footer-wrapper .bottom-part .menu-container {
  display: flex;
  column-gap: 82px;
  max-width: 458px;
  width: 100%;
  position: relative;
}
footer .container .footer-wrapper .bottom-part .menu-container::after {
  content: "";
  display: block;
  background: #5A6310;
  height: 1px;
  width: 100%;
  position: absolute;
  top: -38px;
}
@media screen and (max-width: 991px) {
  footer .container .footer-wrapper .bottom-part .menu-container::after {
    top: -24px;
  }
}
footer .container .footer-wrapper .bottom-part .menu-container .main-menu-list {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
footer .container .footer-wrapper .bottom-part .menu-container .main-menu-list li a {
  line-height: 110%;
  color: #fff;
}
footer .container .footer-wrapper .bottom-part .policy {
  display: flex;
  flex-direction: column;
  gap: 21px;
  max-width: 458px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 991px) {
  footer .container .footer-wrapper .bottom-part .policy {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 92px;
  }
}
footer .container .footer-wrapper .bottom-part .policy::after {
  content: "";
  display: block;
  background: #5A6310;
  height: 1px;
  width: 100%;
  position: absolute;
  top: -38px;
}
@media screen and (max-width: 991px) {
  footer .container .footer-wrapper .bottom-part .policy::after {
    display: none;
  }
}
footer .container .footer-wrapper .bottom-part .policy p {
  color: #FFF;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (max-width: 991px) {
  footer .container .footer-wrapper .bottom-part .policy p {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.privacy-page {
  padding-top: 128px;
  padding-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .privacy-page {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 693px) {
  .privacy-page {
    padding-bottom: 80px;
  }
}

.header-policy {
  margin-bottom: 140px;
}
@media screen and (max-width: 991px) {
  .header-policy {
    margin-bottom: 80px;
  }
}

.policy-sub-title-wrap {
  justify-content: center;
}

.policy-sub-title {
  display: inline-block;
  margin-bottom: 48px;
  color: #121307;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  text-transform: uppercase;
  background-color: #121307;
  padding: 4px 12px;
  border-radius: 50px;
}

.policy-title {
  color: #121307;
  text-align: center;
  margin-bottom: 24px;
  font-size: 60px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.2px;
}

.text-policy {
  color: #121307;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.policy-main-block-content {
  margin-top: 140px;
}
@media screen and (max-width: 991px) {
  .policy-main-block-content {
    margin-top: 80px;
  }
}

.policy-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .policy-inner {
    flex-direction: column-reverse;
  }
}

.policy-content {
  width: calc(100% - 364px);
}
@media screen and (max-width: 991px) {
  .policy-content {
    width: 100%;
  }
}

.policy-headline-flex h2 {
  color: #121307;
  font-size: 30px;
  font-weight: 600;
  line-height: 126%;
  margin-bottom: 20px;
}

.policy-headline-flex h3 {
  color: #121307;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 133%;
  margin: 32px 0 16px;
}

.policy-headline-flex h4 {
  color: #121307;
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 12px;
}

.editor-flex {
  color: #121307;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
  margin-bottom: 25px;
}

.editor-flex p {
  margin-bottom: 25px;
}

.editor-flex a {
  color: #121307;
  text-decoration: underline;
}

.editor-flex li {
  margin-bottom: 8px;
}

.policy-table-of-content {
  border-top: 1px solid rgba(29, 28, 31, 0.05);
  width: 300px;
  padding-top: 32px;
}
@media screen and (max-width: 991px) {
  .policy-table-of-content {
    width: 100%;
    border-bottom: 1px solid rgba(29, 28, 31, 0.05);
    border-top: none;
    margin-bottom: 64px;
    padding-bottom: 33px;
  }
}

.policy-table-of-content-list {
  position: sticky;
  top: 84px;
}
@media screen and (max-width: 991px) {
  .policy-table-of-content-list {
    position: static;
  }
}

.policy-table-of-content-title {
  color: #121307;
  font-size: 18px;
  font-weight: 600;
  line-height: 133%;
  margin-bottom: 16px;
}

.policy-table-of-content-link {
  display: block;
  color: #121307;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.16px;
  transition: all 0.3s ease-in-out;
}
.policy-table-of-content-link:hover {
  color: #121307;
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.policy-table-of-content-link.active {
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}

.policy-table-of-content-link:not(:last-child) {
  margin-bottom: 12px;
}

.policy-content td {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 5px;
}
@media screen and (max-width: 639px) {
  .policy-content td {
    word-break: break-all;
    width: 30%;
  }
}

.trusted_flex_logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 72px;
}
@media screen and (max-width: 1100px) {
  .trusted_flex_logos {
    padding: 0;
  }
}
@media screen and (max-width: 991px) {
  .trusted_flex_logos {
    flex-direction: column;
    gap: 48px;
  }
}

.first_section_flex {
  margin-top: 74px;
}
.first_section_flex_container {
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}
.first_section_flex_wrap {
  display: flex;
  justify-content: center;
}
.first_section_flex__left {
  width: 50%;
  padding-top: 100px;
  max-width: 720px;
  width: 100%;
  padding-left: 72px;
}
.first_section_flex__left .trusted_flex_title {
  max-width: 600px;
}
.first_section_flex__left .trusted_flex_title h1 {
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .first_section_flex__left .trusted_flex_title h1 {
    letter-spacing: 0;
  }
}
.first_section_flex__left .trusted_flex_title p {
  line-height: 120%;
  letter-spacing: -0.2px;
}
@media screen and (max-width: 991px) {
  .first_section_flex__left .trusted_flex_title p {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.first_section_flex__left .label {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 0.8px solid #CCC;
  padding: 8px 16px 8px 8px;
  width: fit-content;
  margin-bottom: 32px;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  .first_section_flex__left .label {
    margin-bottom: 24px;
  }
  .first_section_flex__left .label p {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.first_section_flex__left .trusted_flex_statistic {
  margin-top: 64px;
  display: flex;
}
@media screen and (max-width: 991px) {
  .first_section_flex__left .trusted_flex_statistic {
    margin-top: 32px;
    flex-direction: column;
    row-gap: 16px;
  }
}
.first_section_flex__left .trusted_flex_statistic .text {
  max-width: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 16px;
  padding-left: 24px;
}
@media screen and (max-width: 991px) {
  .first_section_flex__left .trusted_flex_statistic .text {
    max-width: none;
  }
}
.first_section_flex__left .trusted_flex_statistic .text::before {
  content: "";
  display: ruby-text;
  border-radius: 2px;
  background: #BDDA00;
  width: 8px;
  height: 100%;
  position: absolute;
  left: 0px;
}
.first_section_flex__left .trusted_flex_statistic .text p {
  font-size: 16px;
  width: 100%;
}
.first_section_flex__left .trusted_flex_statistic .text p strong {
  color: #121307;
  font-family: "DM Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.32px;
  display: block;
  margin: 8px 0;
}
.first_section_flex__right {
  width: 50%;
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 720px;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .first_section_flex__right {
    margin-top: 40px;
  }
}
@media screen and (max-width: 991px) {
  .first_section_flex__right {
    margin-top: 0;
    min-height: fit-content;
  }
}
@media screen and (max-width: 991px) {
  .first_section_flex__right {
    display: flex;
  }
}
.first_section_flex__right .bg-form {
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .first_section_flex__right .bg-form {
    height: 100%;
    object-fit: cover;
  }
}
.first_section_flex__right .bg-form.mobile {
  display: none;
}
@media screen and (max-width: 991px) {
  .first_section_flex__right .bg-form.mobile {
    display: block;
  }
}
.first_section_flex__right .form-hubspot-container {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 64px;
  margin: auto;
  position: unset;
  width: 100%;
  margin-top: 84px;
  margin-bottom: 84px;
  border-radius: 4px;
}
.first_section_flex__right .form-hubspot-container img {
  max-width: 132px;
  width: 100%;
  height: 54px;
  object-fit: cover;
}
.first_section_flex__right .form-hubspot-container h3 {
  font-size: 24px;
}
.first_section_flex__right .form-hubspot-container .hs-form-required {
  color: #BDDA00;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .first_section_flex__right .form-hubspot-container {
    margin-left: 16px;
    margin-right: 16px;
    padding: 32px 24px;
    margin-top: 71px;
    margin-bottom: 71px;
  }
}
@media screen and (max-width: 1100px) {
  .first_section_flex_wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .first_section_flex_container {
    padding: 0;
  }
  .first_section_flex_wrap {
    row-gap: 48px;
  }
  .first_section_flex__left {
    padding-top: 0;
    width: 100%;
    padding: 0 16px;
  }
  .first_section_flex__right {
    width: 100%;
  }
  .first_section_flex__right .bg-form {
    display: block;
    width: 100%;
  }
  .first_section_flex__right .form-hubspot-container {
    bottom: 0;
    top: 0;
    height: fit-content;
  }
  .first_section_flex__right .form-hubspot-container h3 {
    font-size: 24px;
  }
  .first_section_flex__right .form-hubspot-container .subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .first_section_flex__right .form-hubspot-container .subtitle {
    letter-spacing: 0;
  }
}

.our_impact_flex {
  background: #121307;
}
.our_impact_flex_container {
  min-height: 780px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .our_impact_flex_container {
    min-height: 887px;
  }
}
.our_impact_flex_container .category {
  padding-top: 71px;
  color: #757971;
  margin-bottom: 24px;
}
.our_impact_flex_container .background {
  position: absolute;
  bottom: -10%;
  width: 100%;
  left: 0;
  object-fit: cover;
  height: 94%;
}
@media screen and (max-width: 768px) {
  .our_impact_flex_container .background {
    height: 60%;
    bottom: 28%;
  }
}
.our_impact_flex_content {
  position: relative;
  height: 100%;
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.our_impact_flex_content .flag {
  z-index: 1;
  max-width: 35px;
  position: absolute;
  top: 22%;
  right: -7px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .our_impact_flex_content .flag {
    max-width: 24px;
    top: 13%;
    right: 4px;
  }
}
.our_impact_flex_content .our_impact_flex_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding-bottom: 59px;
}
@media screen and (max-width: 991px) {
  .our_impact_flex_content .our_impact_flex_text {
    padding-bottom: 64px;
  }
}
.our_impact_flex_content h2 {
  position: relative;
  z-index: 1;
  max-width: 512px;
  margin: auto;
  margin-top: 0;
  color: #ffffff;
}
.our_impact_flex_content .our_impact_flex_items {
  z-index: 1;
  position: relative;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 991px) {
  .our_impact_flex_content .our_impact_flex_items {
    flex-direction: column;
    align-items: center;
    gap: 48px;
  }
}
.our_impact_flex_content .our_impact_flex_items .item {
  max-width: 416px;
  width: 100%;
  display: flex;
  gap: 20px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .our_impact_flex_content .our_impact_flex_items .item {
    max-width: none;
    padding: 0;
  }
}
.our_impact_flex_content .our_impact_flex_items .item .icon-overlay {
  border-radius: 2px;
  background: #BDDA00;
  max-width: 80px;
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .our_impact_flex_content .our_impact_flex_items .item .icon-overlay {
    max-width: 72px;
    height: 72px;
  }
}
.our_impact_flex_content .our_impact_flex_items .item .text h3 {
  color: #ffffff;
  margin-bottom: 12px;
}
.our_impact_flex_content .our_impact_flex_items .item .text p {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.16px;
}
@media screen and (max-width: 991px) {
  .our_impact_flex_content .our_impact_flex_items .item .text p {
    font-size: 14px;
    letter-spacing: -0.14px;
  }
}

.key_features_flex_container .title-container .text p {
  line-height: 110%;
}
@media screen and (max-width: 991px) {
  .key_features_flex_container .title-container .text p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0;
  }
}
.key_features_flex_features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 64px 24px;
}
@media screen and (max-width: 991px) {
  .key_features_flex_features {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 48px;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.key_features_flex_features .feature,
.key_features_flex_features .support {
  width: 100%;
}
.key_features_flex_features .feature {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.key_features_flex_features .feature .list ul {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
@media screen and (max-width: 991px) {
  .key_features_flex_features .feature {
    width: 100%;
    max-width: 163px;
    row-gap: 0;
  }
  .key_features_flex_features .feature h3 {
    font-size: 26px;
    margin-bottom: 16px;
    margin-top: 24px;
  }
  .key_features_flex_features .feature .list ul {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    font-size: 14px;
  }
  .key_features_flex_features .feature .list ul li {
    align-items: baseline;
  }
}
@media screen and (max-width: 991px) and (max-width: 991px) {
  .key_features_flex_features .feature .list ul li {
    letter-spacing: -0.14px;
    line-height: 120%;
  }
}
.key_features_flex_features .feature .logo-container {
  max-width: 96px;
  width: 100%;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #121307;
  border-radius: 2px;
}
.key_features_flex_features .support {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  row-gap: 24px;
  background: #BDDA00;
  padding: 44px 37px 12px 24px;
}
.key_features_flex_features .support img {
  max-width: 132px;
  width: 100%;
  height: 48px;
}
@media screen and (max-width: 991px) {
  .key_features_flex_features .support img {
    object-fit: cover;
    width: 88px;
    height: 32px;
  }
}
@media screen and (max-width: 991px) {
  .key_features_flex_features .support {
    padding: 16px;
    justify-content: flex-end;
    row-gap: 16px;
    width: 100%;
  }
  .key_features_flex_features .support .button {
    padding: 0;
    height: 37px;
    font-size: 14px;
  }
  .key_features_flex_features .support h3 {
    font-size: 26px;
  }
}

.columns_flex {
  padding-top: 72px;
  padding-bottom: 72px;
  margin: 0;
}
.columns_flex + .columns_flex {
  padding-bottom: 120px;
}
@media screen and (max-width: 991px) {
  .columns_flex {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .columns_flex + .columns_flex {
    padding-bottom: 64px;
  }
}
.columns_flex_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .columns_flex_container {
    flex-direction: column;
    max-width: 548px;
    row-gap: 24px;
  }
  .columns_flex_container .button {
    max-width: none;
    width: 100%;
    font-size: 14px;
  }
}
.columns_flex_container.swap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .columns_flex_container.swap {
    flex-direction: column;
  }
}
.columns_flex__left {
  max-width: 548px;
  width: 100%;
}
.columns_flex__left img {
  display: block;
}
@media screen and (max-width: 991px) {
  .columns_flex__left img {
    width: 100%;
  }
}
.columns_flex__right {
  max-width: 612px;
  width: 100%;
  padding: 40px 20px 24px 40px;
}
@media screen and (max-width: 991px) {
  .columns_flex__right {
    padding: 0;
  }
}
.columns_flex__right h2 {
  text-align: left;
  margin-bottom: 16px;
}
.columns_flex__right .text {
  margin-bottom: 24px;
}
.columns_flex__right .text p {
  line-height: 120%;
  width: 98%;
}
@media screen and (max-width: 991px) {
  .columns_flex__right .text p {
    font-size: 18px;
  }
}
.columns_flex__right .list {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  margin-bottom: 32px;
}
.columns_flex__right .list_item {
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 2px;
}
@media screen and (max-width: 991px) {
  .columns_flex__right .list_item {
    column-gap: 10px;
  }
}
.columns_flex__right .list_item p {
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .columns_flex__right .list_item p {
    font-size: 16px;
    letter-spacing: -0.16px;
  }
}

.statistics_flex {
  padding-top: 120px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .statistics_flex {
    padding-top: 64px;
    margin: 0;
    margin-bottom: -80px;
  }
}
.statistics_flex_container {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
@media screen and (max-width: 991px) {
  .statistics_flex_container {
    flex-direction: column-reverse;
    row-gap: 40px;
    padding: 0;
  }
}
.statistics_flex__left {
  max-width: 772px;
  width: 100%;
  padding: 0 120px;
  padding-top: 64px;
  padding-bottom: 100px;
  display: flex;
  flex-direction: column;
  row-gap: 56px;
  background: #F4F5EE;
}
.statistics_flex__left .content .text p {
  letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
  .statistics_flex__left {
    padding: 40px;
  }
  .statistics_flex__left .text-numbers {
    font-size: 46px;
  }
}
@media screen and (max-width: 991px) {
  .statistics_flex__left {
    padding: 32px 16px;
    padding-bottom: 100px;
  }
  .statistics_flex__left .text-numbers {
    font-size: 80px;
    line-height: 115%;
  }
  .statistics_flex__left .text-numbers span {
    color: #121307;
    font-kerning: none;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: -1.2px;
    margin-top: -20px;
    display: block;
  }
}
.statistics_flex__left .text {
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  .statistics_flex__left .text p {
    font-size: 18px;
  }
}
.statistics_flex__right {
  max-width: 452px;
  width: 100%;
  position: relative;
  padding-top: 72px;
}
.statistics_flex__right .text p {
  letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
  .statistics_flex__right {
    padding-top: 50px;
    max-width: none;
    padding: 0 16px;
  }
  .statistics_flex__right h2 {
    font-size: 36px;
  }
}
.statistics_flex__right .fixed {
  position: sticky;
  top: 75px;
}
.statistics_flex__right .fixed h2 {
  text-align: left;
  margin-bottom: 24px;
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  .statistics_flex__right .fixed h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .statistics_flex__right .fixed p {
    font-size: 18px;
  }
}

.partner-up {
  background: #121307;
}
@media screen and (max-width: 991px) {
  .partner-up {
    z-index: 9;
    position: relative;
    min-height: 646px;
    display: flex;
  }
}
.partner-up__container {
  position: relative;
  min-height: 713px;
  display: flex;
}
@media screen and (max-width: 991px) {
  .partner-up__container {
    min-height: auto;
    height: auto;
  }
}
.partner-up__container .background {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .partner-up__container .background {
    height: fit-content;
  }
}
.partner-up__container-content {
  position: relative;
  z-index: 1;
  max-width: 816px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .partner-up__container-content .button {
    max-width: 240px;
    width: 100%;
  }
}
.partner-up__container-content .category {
  color: #757971;
}
@media screen and (max-width: 991px) {
  .partner-up__container-content .category {
    margin-bottom: 24px;
  }
}
.partner-up__container-content h2 {
  color: #ffffff;
  font-size: 48px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .partner-up__container-content h2 {
    font-size: 32px;
  }
}

.why-us {
  background: #F4F5EE;
  margin-top: -120px;
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .why-us {
    padding: 80px 0;
    margin-top: -80px;
    margin-bottom: 65px;
  }
  .why-us .category {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 991px) {
  .why-us__container h2 {
    font-size: 46px;
  }
}
.why-us__container-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 64px;
}
@media screen and (max-width: 991px) {
  .why-us__container-items {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
}
@media screen and (max-width: 991px) {
  .why-us__container-items .item {
    column-gap: 24px;
    display: flex;
    align-items: center;
  }
}
.why-us__container-items .item .icon {
  max-width: 96px;
  width: 100%;
  height: 96px;
  background: #BDDA00;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-us__container-items .item h3 {
  margin-bottom: 8px;
  margin-top: 24px;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.72px;
}
@media screen and (max-width: 991px) {
  .why-us__container-items .item h3 {
    margin-top: 0;
    font-size: 32px;
    margin-top: 0;
    letter-spacing: -0.64px;
  }
}
.why-us__container-items .item .text {
  max-width: none;
}
@media screen and (max-width: 991px) {
  .why-us__container-items .item .text {
    max-width: none;
  }
  .why-us__container-items .item .text p {
    font-size: 18px;
  }
}
.why-us__container .button {
  margin: auto;
  margin-top: 64px;
}

.how-it-works {
  margin-bottom: 110px;
}
@media screen and (max-width: 991px) {
  .how-it-works {
    margin: 65px 0;
  }
  .how-it-works .category {
    font-size: 18px;
  }
}
.how-it-works__container {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
@media screen and (max-width: 991px) {
  .how-it-works__container {
    flex-direction: column;
  }
}
.how-it-works__container-left {
  max-width: 692px;
  width: 100%;
}
.how-it-works__container-left .fixed {
  display: flex;
  align-items: flex-end;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 10px;
  position: sticky;
  top: 75px;
}
@media screen and (max-width: 991px) {
  .how-it-works__container-left .fixed {
    flex-direction: column;
  }
}
.how-it-works__container-left .fixed .content {
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .how-it-works__container-left .fixed .content {
    margin: auto;
    max-width: none;
    margin-top: 41px;
  }
}
.how-it-works__container-left .fixed .content p {
  text-align: left;
}
@media screen and (max-width: 991px) {
  .how-it-works__container-left .fixed .content p {
    margin-bottom: 41px;
  }
}
.how-it-works__container-left .fixed .content h2 {
  text-align: left;
}
@media screen and (max-width: 1100px) {
  .how-it-works__container-left .fixed .content h2 {
    font-size: 32px;
  }
}
.how-it-works__container-left .fixed .content .button {
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .how-it-works__container-left .fixed .content .button {
    margin-top: 16px;
  }
}
.how-it-works__container-left .fixed .image {
  max-width: 340px;
  width: 100%;
}
.how-it-works__container-left .fixed .image img {
  display: block;
}
@media screen and (max-width: 991px) {
  .how-it-works__container-left .fixed .image {
    margin: auto;
  }
}
.how-it-works__container-right {
  max-width: 531px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 56px;
  padding-top: 111px;
}
@media screen and (max-width: 991px) {
  .how-it-works__container-right {
    max-width: none;
    padding-top: 41px;
  }
}
.how-it-works__container-right .block {
  display: flex;
  column-gap: 64px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .how-it-works__container-right .block {
    flex-direction: column;
    row-gap: 24px;
    padding-left: 28px;
  }
}
.how-it-works__container-right .block::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #BDDA00;
  position: absolute;
  left: 14%;
  top: 16px;
}
@media screen and (max-width: 1100px) {
  .how-it-works__container-right .block::before {
    left: 75px;
  }
}
@media screen and (max-width: 991px) {
  .how-it-works__container-right .block::before {
    left: 0;
  }
}
.how-it-works__container-right .block::after {
  content: "";
  display: block;
  width: 1px;
  background: #F4F5EE;
  height: 129%;
  left: 15%;
  position: absolute;
  top: 16px;
  z-index: -1;
}
@media screen and (max-width: 1100px) {
  .how-it-works__container-right .block::after {
    left: 80px;
  }
}
@media screen and (max-width: 991px) {
  .how-it-works__container-right .block::after {
    left: 5px;
    height: 125%;
  }
}
.how-it-works__container-right .block:last-child::after {
  display: none;
}
.how-it-works__container-right .block .day {
  text-wrap: nowrap;
  margin-top: 10px;
}
.how-it-works__container-right .block .day p {
  color: #121307;
  font-weight: 600;
}
.how-it-works__container-right .block .content {
  max-width: 419px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .how-it-works__container-right .block .content {
    max-width: none;
  }
}
.how-it-works__container-right .block .content h3 {
  font-size: 38px;
  line-height: 120%;
  letter-spacing: -0.38px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .how-it-works__container-right .block .content h3 {
    font-size: 26px;
    margin-bottom: 16px;
    line-height: 100%;
    letter-spacing: 0;
  }
}
.how-it-works__container-right .block .content .points-container {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.how-it-works__container-right .block .content .points {
  display: flex;
  align-items: flex-start;
  column-gap: 14px;
}
@media screen and (max-width: 991px) {
  .how-it-works__container-right .block .content .points {
    column-gap: 8px;
  }
}
.how-it-works__container-right .block .content .points .text p {
  font-size: 16px;
  letter-spacing: 0;
}

.differences {
  background: #F4F5EE;
  padding: 140px 0;
  margin-top: 110px;
}
@media screen and (max-width: 991px) {
  .differences {
    padding-top: 100px;
    margin-top: 65px;
    padding-bottom: 100px;
    margin-bottom: 0;
  }
  .differences h2 {
    font-size: 46px;
  }
}
.differences .button {
  margin: auto;
  margin-top: 48px;
}
.differences__content {
  display: flex;
  margin-top: 48px;
  column-gap: 32px;
}
@media screen and (max-width: 991px) {
  .differences__content {
    flex-direction: column;
    padding-top: 0;
    margin-top: 88px;
  }
}
.differences__content h3 {
  font-size: 24px;
  min-height: 48px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .differences__content h3 {
    min-height: auto;
  }
}
.differences__left, .differences__right {
  width: 50%;
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .differences__left, .differences__right {
    width: 100%;
  }
}
.differences__left .items, .differences__right .items {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.differences__left .text, .differences__right .text {
  font-size: 16px;
  color: #252525;
}
@media screen and (max-width: 991px) {
  .differences__left .text, .differences__right .text {
    line-height: 120%;
  }
}
.differences__left .content, .differences__right .content {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 991px) {
  .differences__left {
    padding: 24px 16px 40px 16px;
    padding-top: 0;
  }
  .differences__left .text {
    letter-spacing: 0;
  }
}
.differences__left .content .cross {
  display: flex;
  max-width: 48px;
  width: 100%;
  height: 48px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  position: relative;
}
.differences__left .content .cross::after, .differences__left .content .cross::before {
  content: "";
  display: block;
  background: #9C9E87;
  height: 17px;
  width: 2px;
  position: absolute;
}
.differences__left .content .cross::after {
  transform: rotate(45deg);
}
.differences__left .content .cross::before {
  transform: rotate(-45deg);
}
.differences__right {
  background: #ffffff;
}
@media screen and (max-width: 991px) {
  .differences__right {
    padding: 40px 16px;
    margin-top: 32px;
  }
}
.differences__right .icon {
  border-radius: 2px;
  background: #BDDA00;
  display: flex;
  width: 100%;
  max-width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
}

.faq {
  padding: 120px 0;
  background: #121307;
  margin: 0;
  margin-top: -120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .faq {
    padding-top: 100px;
    margin-top: 0;
    padding-bottom: 60px;
  }
}
.faq .category {
  color: #757971;
}
@media screen and (max-width: 991px) {
  .faq .category {
    font-size: 18px;
    margin-bottom: 24px;
  }
}
.faq .crosshead-m {
  max-width: 530px;
  margin: auto;
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .faq .crosshead-m img {
    display: none !important;
  }
}
.faq .crosshead-m h2 {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .faq .crosshead-m h2 {
    font-size: 46px;
  }
}

.faq-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 16px;
}
@media screen and (max-width: 991px) {
  .faq-inner {
    flex-direction: column;
  }
}

.faq-accordion-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (max-width: 991px) {
  .faq-accordion-col {
    width: 100%;
  }
  .faq-accordion-col:first-child {
    margin-bottom: 16px;
  }
}

.faq-accordion-item {
  border-radius: 16px;
}

.faq-question-wrap {
  align-items: center;
  padding: 22px 24px;
  border-radius: 4px;
  background: #282C08;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: 0.3s all;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .faq-question-wrap {
    align-items: center;
  }
}
.faq-question-wrap:hover {
  background: #343a0b;
}
@media screen and (max-width: 991px) {
  .faq-question-wrap:hover {
    background: #282C08;
  }
}
.faq-question-wrap:hover .faq-question {
  transition: all 0.3s ease-in-out;
}

.faq-question {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .faq-question {
    letter-spacing: 0;
    line-height: 120%;
    font-weight: 700;
  }
}

.faq-answer {
  padding: 0 24px 20px;
  display: none;
  color: #9C9E87;
  background: #282C08;
  font-size: 16px;
  line-height: 145%;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 991px) {
  .faq-answer {
    letter-spacing: 0;
    line-height: 120%;
    font-weight: 400;
    color: #757971;
  }
}
.faq-answer a:hover {
  text-decoration: underline;
}

.faq-icon {
  margin-left: 16px;
  width: 20px;
  height: 20px;
  position: relative;
  flex-shrink: 0;
}

.faq-icon::before {
  content: "";
  display: block;
  height: 2px;
  width: 20px;
  border-radius: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  background: #BDDA00;
}

.faq-icon::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  border-radius: 2px;
  position: absolute;
  left: calc(50% - 1px);
  top: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  background: #BDDA00;
}

.faq-question-wrap.active .faq-icon::after {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.faq-question-wrap.active {
  border-radius: 4px 4px 0 0;
}
.faq-question-wrap.active:hover {
  background: #282C08;
}

.prefooter {
  margin: 0;
  padding-bottom: 120px;
  background: #121307;
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .prefooter {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.prefooter__wrap {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 48px;
  border-radius: 4px;
  background: #F4F5EE;
}
@media screen and (max-width: 1100px) {
  .prefooter__wrap {
    column-gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  .prefooter__wrap {
    flex-direction: column;
    row-gap: 20px;
    padding: 16px;
  }
}
.prefooter__right {
  max-width: 544px;
  margin: auto;
}
.prefooter__right h2 {
  text-align: left;
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .prefooter__right h2 {
    margin-bottom: 24px;
  }
}
.prefooter__left {
  max-width: 496px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .prefooter__left {
    max-width: none;
  }
  .prefooter__left img {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
