: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: #272e35;
  font-variation-settings: "wght"450;
  letter-spacing: .32px;
  font-family: Figtree Variable, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.header_inner {
  height: 80px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.btn_value {
  color: #4a545e;
  margin-left: 8px;
  text-decoration: none;
}

.logo {
  height: 18px;
  margin-top: 4px;
}

.header {
  z-index: 999;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, .85);
  border-bottom: 1px solid #eaedf0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.icon_button {
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #cfd6dd;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(27, 36, 44, .12);
}

.primary_button {
  height: 40px;
  color: #fff;
  cursor: pointer;
  background-color: #0052ff;
  border-radius: 999px;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px rgba(27, 36, 44, .12);
}

.primary_button.h48 {
  height: 48px;
  min-width: 240px;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}

.header_buttons {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

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

.calc_legal_text {
  color: #555f6d;
  text-align: left;
  letter-spacing: .2px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 10px;
  line-height: 16px;
}

.firstsreen {
  z-index: 3;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 144px;
  padding-bottom: 40px;
  position: relative;
}

.badge_mainscreen {
  height: 28px;
  margin-top: 16px;
  margin-bottom: 32px;
  display: block;
}

.firstscreen_content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.first_screen_illustration {
  width: 348px;
  margin-top: 32px;
}

.h1 {
  font-variation-settings: "wght"600;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 56px;
}

.p_text {
  margin-bottom: 0;
}

.calculator {
  width: 328px;
  margin-left: -8px;
}

.cons {
  z-index: 2;
  background-color: #f0f9ff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: -40px;
  padding-top: 56px;
  padding-bottom: 40px;
  position: relative;
}

.h2 {
  font-variation-settings: "wght"600;
  text-align: center;
  line-height: 42px;
}

.cons_cards__wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.cons_card {
  width: 380px;
  height: 268px;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  display: flex;
}

.cons_card_heading {
  color: #0052ff;
  font-variation-settings: "wght"550;
  font-size: 20px;
  line-height: 32px;
}

.cons_card_subheading {
  color: #677481;
}

.section_btn_container {
  justify-content: center;
  margin-top: 32px;
  display: flex;
}

.steps {
  z-index: 1;
  background-color: #fff;
  margin-top: -40px;
  padding-top: 56px;
  padding-bottom: 40px;
  position: relative;
}

.steps_wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.step_item {
  width: 256px;
  height: 268px;
  background-color: #272e35;
  border-radius: 16px;
  padding: 12px;
  position: relative;
  overflow: hidden;
}

.step_number {
  width: 32px;
  height: 32px;
  color: #fff;
  font-variation-settings: "wght"600;
  background-color: rgba(255, 255, 255, .24);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.step_text {
  color: #fff;
  font-variation-settings: "wght"600;
  margin-top: 16px;
}

.step_illustration {
  height: 128px;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: auto;
  right: -11%;
}

.step_illustration.is--2 {
  height: 146px;
  bottom: -6%;
  right: 3%;
}

.step_illustration.is--third {
  height: 146px;
  right: 3%;
}

.step_illustration.is--third-2 {
  right: -7%;
}

.parners_logo {
  max-width: 848px;
  border-radius: 20px;
  align-items: center;
  padding: 12px;
  display: flex;
  overflow: hidden;
}

.partners_row {
  min-width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  margin-top: 16px;
  display: flex;
}

.parnter_logo {
  height: 40px;
}

.partners {
  background-color: #f0f9ff;
  padding-top: 24px;
  padding-bottom: 24px;
}

.partners_heading {
  text-align: center;
}

.reviews_grid_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-left: 1px solid #d5d5dd;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -1px;
  display: grid;
}

.reviews_rating_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: flex-start;
  display: flex;
}

.reviews_rating_numberof {
  color: #666872;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.reviews {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 56px;
}

.review_chart {
  grid-column-gap: 0px;
  align-items: center;
  display: flex;
}

.review_tags {
  max-width: 328px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.review_item_rating_date {
  color: #5d5f69;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.review_line_child {
  width: 100%;
  height: 100%;
  background-color: #f8b805;
  border-radius: 80px;
}

.review_line_child.is--8 {
  width: 8%;
}

.review_line_child.is-30 {
  width: 25%;
  border-radius: 80px;
}

.review_likes {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.reviews_rating_value {
  color: #2e3038;
  font-variation-settings: "wght"600;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.h2-2 {
  font-variation-settings: "wght"600;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 44px;
}

.h2-2.is--left {
  text-align: left;
}

.review_item_rating_stars {
  height: 14px;
  margin-right: 8px;
}

.filter_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.review_line_number {
  min-width: 16px;
  color: #50525a;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.review_image {
  margin-bottom: 16px;
}

.review_img {
  height: 120px;
  border-radius: 12px;
}

.reviews_top {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-bottom: 1px solid #d5d5dd;
  align-items: flex-start;
  margin-top: 20px;
  padding-bottom: 36px;
  display: flex;
}

.review_item_person {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.filter_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #757780;
  align-items: center;
  margin-top: 4px;
  display: none;
}

.review_line_parent {
  width: 200px;
  height: 8px;
  background-color: #f3f4f5;
  border-radius: 80px;
  overflow: hidden;
}

.review_paragraph {
  letter-spacing: .28px;
  font-size: 14px;
  line-height: 24px;
}

.review_item {
  border-bottom: 1px solid #d5d5dd;
  border-right: 1px solid #d5d5dd;
  padding: 24px 16px;
}

.review_tag {
  color: #000610;
  background-color: #fff;
  border: 1px solid #ecedf3;
  border-radius: 80px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
}

.review_tag.tag_1 {
  cursor: pointer;
}

.reviews_rating {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.review_item_rating {
  align-items: center;
  padding-top: 16px;
  padding-bottom: 12px;
  display: flex;
}

.reviews_verification {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.container {
  max-width: 100%;
  margin-left: 80px;
  margin-right: 80px;
}

.person_avatar {
  width: 44px;
  height: 44px;
  background-color: #212fb0;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.person_avatar.is--brown {
  background-color: #b06821;
}

.person_avatar.is--blue2 {
  background-color: #2166b0;
}

.person_avatar.is--green {
  background-color: #21b051;
}

.person_avatar.is--pink {
  background-color: #b021a6;
}

.person_avatar.is-red {
  background-color: #b0214a;
}

.review_line_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.reviews_heading {
  font-variation-settings: "wght"600;
}

.person_loan {
  color: #62646e;
  font-size: 14px;
  line-height: 20px;
}

.like_icon {
  padding-bottom: 2px;
}

.review_item_rating_tag {
  font-variation-settings: "wght"600;
  background-color: #fff;
  border: 1px solid #d5d5dd;
  border-radius: 4px;
  margin-left: 12px;
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.person_name {
  font-weight: 700;
}

.reviews_verification__text {
  color: #0c74bb;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.person_avatar_letter {
  color: #fff;
  font-size: 20px;
}

.review_tag_wrapper {
  position: relative;
}

.close_btn {
  cursor: pointer;
  display: none;
  position: absolute;
  top: -4px;
  bottom: auto;
  left: auto;
  right: -4px;
}

.likes_count {
  color: #6a6c77;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
}

.faq {
  background-color: #f0f9ff;
  padding-top: 56px;
  padding-bottom: 56px;
}

.faq_wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.faq_row {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faq_question {
  max-width: 408px;
}

.faq_heaing {
  font-variation-settings: "wght"600;
  letter-spacing: -.36px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 32px;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-2 {
	width: 48px;
	height: 48px;
}

.footer_links__wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.footer_link {
  color: #3062d4;
  border-bottom: 1px solid #3062d4;
  padding-bottom: 0;
  text-decoration: none;
  display: inline-block;
}

.text-block {
  color: #555f6d;
  text-align: center;
  margin-top: 16px;
  font-size: 14px;
  line-height: 24px;
}

.footer_link_dark {
  color: #272e35;
  border: 1px #000;
  padding-bottom: 0;
  text-decoration: none;
  display: inline-block;
}

.step_1_illustartion {
  width: 100%;
  height: 143px;
  position: absolute;
  bottom: -5%;
  right: -9%;
}

.css {
  display: none;
}

.coockies_pop-up {
  z-index: 999;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookies_banner {
  z-index: 999;
  width: 690px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  padding: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .05), 0 10px 25px rgba(50, 50, 93, .1);
}

.cookies_text_wrapper {
  max-width: 424px;
}

.coockies_heading {
  font-variation-settings: "wght"600;
  font-weight: 500;
}

.cookies_text {
  width: 334px;
  color: #555f6d;
  letter-spacing: .28px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.cookies_btns_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.cookies_primary_btn {
  background-color: #0052ff;
  border-radius: 999px;
  padding: 8px 40px;
  font-size: 14px;
  line-height: 24px;
}

.cookies_secondary_btn {
  color: #0052ff;
  text-align: center;
  background-color: rgba(0, 88, 204, 0);
  border-radius: 999px;
  padding: 8px 40px;
  font-size: 14px;
  line-height: 24px;
}

.cookies_secondary_btn:hover {
  background-color: #eff0ff;
}

.section_btn_container_2 {
  justify-content: center;
  margin-top: 32px;
  display: flex;
}

.step_item_1 {
  width: 256px;
  height: 268px;
  background-color: #272e35;
  background-image: url('/themes/broker3/images/opt/step_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 12px;
  position: relative;
  overflow: hidden;
}

.time_element {
  align-items: center;
  display: inline-block;
}

.time_container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #7a4510;
  background-color: #fcdec0;
  border-radius: 4px;
  align-items: center;
  margin-bottom: 16px;
  padding: 2px 8px;
  display: flex;
}

.js {
  display: none;
}

.floating_button {
  z-index: 20;
  justify-content: flex-end;
  margin-bottom: 32px;
  margin-right: 32px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ftb_shining {
  height: 48px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #08a652;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 16px 24px -6px rgba(27, 36, 44, .16), 0 2px 2px -1px rgba(27, 36, 44, .04);
}

.ftb_image {
  height: 64px;
}

.divider-2 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .reviews_grid_wrapper {
    border-left-style: none;
  }

  .reviews {
    margin-top: 0;
  }

  .h2-2.is--left {
    text-align: center;
  }

  .reviews_top {
    justify-content: center;
    margin-top: 36px;
  }

  .review_item.review_6 {
    max-width: 360px;
    border-bottom-style: none;
    border-right-style: none;
  }

  .review_item.review_2 {
    max-width: 360px;
    border-right-style: none;
  }

  .review_item.review_1 {
    max-width: 360px;
  }

  .review_item.review_4 {
    max-width: 360px;
    border-right-style: none;
  }

  .review_item.review_5 {
    max-width: 360px;
    border-bottom-style: none;
  }

  .review_item.review_3 {
    max-width: 360px;
  }

  .faq_wrapper {
    justify-content: center;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .partners_row {
    flex-wrap: wrap;
  }

  .reviews {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .review_tags {
    justify-content: center;
  }

  .reviews_top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .reviews_heading {
    text-align: center;
  }

  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .btn_value {
    display: none;
  }

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

  .icon_button {
    width: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .firstscreen_content {
    flex-direction: column;
    align-items: center;
  }

  .first_screen_illustration {
    display: none;
  }

  .h1, .p_text {
    text-align: center;
  }

  .reviews_grid_wrapper {
    grid-template-columns: 1fr;
  }

  .container {
    max-width: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }

  .faq_wrapper {
    flex-direction: column;
  }

  .faq_question {
    max-width: 100%;
  }

  .cookies_banner {
    width: 90vw;
    flex-direction: column;
  }

  .cookies_text_wrapper {
    max-width: 300px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 479px) {
  .header_inner {
    height: 64px;
  }

  .logo {
    height: 20px;
    margin-top: 4px;
  }

  .header {
    z-index: 99;
  }

  .primary_button.h48 {
    min-width: 100%;
  }

  .btn_icon {
    width: 20px;
    height: 20px;
  }

  .text_center {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .calculator_wrapper {
    margin-top: 24px;
  }

  .calc_legal_text {
    text-align: center;
  }

  .firstsreen {
    z-index: 4;
    padding-top: 88px;
    position: relative;
  }

  .h1 {
    text-align: center;
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 36px;
  }

  .p_text {
    text-align: center;
  }

  .calculator {
    width: 100%;
    min-height: 373px;
    margin-left: 0;
  }

  .cons {
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .h2 {
    font-variation-settings: "wght"600;
    font-size: 24px;
    line-height: 36px;
  }

  .cons_cards__wrapper {
    margin-top: 24px;
  }

  .cons_card {
    width: 100%;
    height: 256px;
  }

  .card_illustration {
    width: 297px;
    height: 117px;
  }

  .section_btn_container {
    margin-top: 0;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .steps {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .steps_wrapper {
    width: auto;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .step_item {
    min-width: 75%;
  }

  .step_item.is--last {
    margin-right: 16px;
  }

  .parners_logo {
    max-width: 95%;
    border-radius: 12px;
    overflow: hidden;
  }

  .partners_row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .parnter_logo {
    width: 120px;
    height: 32px;
  }

  .reviews_grid_wrapper {
    border-left-style: none;
  }

  .reviews_rating_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    align-content: stretch;
  }

  .reviews {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .review_tags {
    justify-content: flex-start;
  }

  .h2-2 {
    text-align: left;
    font-size: 24px;
    line-height: 36px;
  }

  .review_item_rating_stars {
    width: 80px;
  }

  .review_img {
    width: 198px;
  }

  .reviews_rating_stars {
    width: 80px;
    height: 16px;
  }

  .reviews_top {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    align-items: flex-start;
    margin-top: 20px;
  }

  .verification_icon {
    width: 16px;
    height: 16px;
  }

  .review_item.review_6 {
    border-bottom-style: none;
    border-right-style: none;
  }

  .review_item.review_2, .review_item.review_1, .review_item.review_4, .review_item.review_5, .review_item.review_3 {
    border-right-style: none;
  }

  .reviews_heading {
    text-align: left;
  }

  .like_icon {
    width: 20px;
    height: 20px;
  }

  .person_name {
    font-variation-settings: "wght"500;
  }

  .faq_wrapper, .faq_row {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .footer {
    padding-bottom: 98px;
  }

  .logo-2 {
    width: 140px;
    height: 18px;
  }

  .footer_links__wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

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

  .step_1_illustartion {
    width: 251px;
    height: 138px;
  }

  .css {
    display: none;
  }

  .coockies_pop-up {
    background-color: rgba(0, 0, 0, .6);
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cookies_banner {
    padding: 16px;
  }

  .cookies_text, .cookies_btns_wrapper {
    width: 100%;
  }

  .cookies_primary_btn {
    text-align: center;
    background-color: #0052ff;
    font-size: 14px;
    line-height: 24px;
  }

  .cookies_secondary_btn {
    color: #0052ff;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  .scroll_wrapper {
    width: 100%;
    margin-top: 20px;
    overflow: scroll;
  }

  .divider {
    width: 16px;
    height: 30px;
  }

  .section_btn_container_2 {
    z-index: 10;
    background-color: #fff;
    margin-top: 0;
    padding: 24px 16px 32px;
    position: relative;
  }

  .step_item_1 {
    min-width: 75%;
    background-image: url('/themes/broker3/images/opt/step_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .icon_time {
    width: 16px;
    height: 16px;
  }

  .floating_button {
    z-index: 3;
    width: 100%;
  }

  .ftb_shining {
    width: 100%;
    background-color: #08a652;
    border-radius: 999px;
    justify-content: center;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 12px;
  }

  .ftb_label {
    padding-right: 0;
  }

  .ftb_image {
    z-index: 2;
    position: absolute;
    top: auto;
    bottom: -8px;
    left: auto;
    right: 5%;
  }

  .divider-2 {
    width: 8px;
    min-width: 8px;
    display: block;
  }
}

#w-node-_5b0fa96e-97a2-8374-f127-0bc02e03024b-825771ea, #w-node-_5b0fa96e-97a2-8374-f127-0bc02e030267-825771ea, #w-node-_5b0fa96e-97a2-8374-f127-0bc02e030281-825771ea, #w-node-_5b0fa96e-97a2-8374-f127-0bc02e030299-825771ea, #w-node-_5b0fa96e-97a2-8374-f127-0bc02e0302b1-825771ea, #w-node-_5b0fa96e-97a2-8374-f127-0bc02e0302c8-825771ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_5b0fa96e-97a2-8374-f127-0bc02e03024b-825771ea {
    justify-self: end;
  }

  #w-node-_5b0fa96e-97a2-8374-f127-0bc02e030267-825771ea {
    justify-self: start;
  }

  #w-node-_5b0fa96e-97a2-8374-f127-0bc02e030281-825771ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_5b0fa96e-97a2-8374-f127-0bc02e030299-825771ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_5b0fa96e-97a2-8374-f127-0bc02e0302b1-825771ea {
    justify-self: end;
  }

  #w-node-_5b0fa96e-97a2-8374-f127-0bc02e0302c8-825771ea {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Figtree Variable';
  src: url('/themes/broker3/fonts/opt/Figtree-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}