:root {
  --color-white: #FFF;
  --color-orange: #F1932F;
  --color-light-blue: #E9F0F0;
  --color-blue: #144753;
  --color-light: #F2F3F3;
  --color-light-1: #F6F3F1;
  --color-light-2: #DDD;
  --color-silver: #888;
  --color-black: #000;
  --body-font: "Roboto", serif;
}

.section-buy-real-estate {
  align-items: center;
  background: image-set(url(/images/buy-real-estate/section-buy-real-estate-bg.jpg) 1x, url(/images/buy-real-estate/section-buy-real-estate-bg@2x.jpg) 2x) no-repeat center top;
  display: flex;
  min-height: 47rem;
}
.section-buy-real-estate .text-description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--color-silver);
  margin-bottom: 20px;
}
.section-buy-real-estate__column {
  max-width: 31.25rem;
  width: 100%;
}
.section-buy-real-estate__container {
  position: relative;
}
.section-buy-real-estate__commission {
  left: 61%;
  position: absolute;
  top: -4rem;
}
.section-buy-real-estate .commission__text {
  font-weight: 900;
  font-size: 24px;
  margin-top: 0;
  line-height: 1;
}
.section-buy-real-estate .crypto-logo {
  width: 40px;
  aspect-ratio: 440/584;
  transform: rotate(-9deg);
  filter: brightness(1.1) saturate(0.8);
  margin-top: -10px;
  margin-bottom: 10px;
}
@media (max-width: 1030px) {
  .section-buy-real-estate {
    background-size: cover;
    display: block;
    min-height: auto;
    padding-top: 3.625rem;
  }
}
@media (max-width: 830px) {
  .section-buy-real-estate {
    background: image-set(url(/images/buy-real-estate/section-buy-real-estate-mobile-bg.jpg) 1x, url(/images/buy-real-estate/section-buy-real-estate-mobile-bg@2x.jpg) 2x) no-repeat center bottom;
    background-size: cover;
    padding-bottom: 22.125rem;
  }
  .section-buy-real-estate__commission {
    margin-top: 1.56rem;
    position: static;
  }
}
@media (max-width: 630px) {
  .section-buy-real-estate .screen-transactions__btns {
    justify-content: center;
    align-items: center;
  }
  .section-buy-real-estate__commission {
    margin-left: 1.68rem;
  }
  .section-buy-real-estate__column {
    max-width: 100%;
  }
  .section-buy-real-estate .text-description {
    text-align: center;
  }
}
.main.buy-real-estate {
  background-color: var(--color-white);
}
.main.buy-real-estate .why-section {
  color: var(--color-black);
}
.main.buy-real-estate .why-section .why-list {
  display: grid;
  gap: 0.625rem;
  grid-auto-rows: max-content;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 2.3rem;
}
.main.buy-real-estate .why-section .why-list__item {
  display: flex;
  flex-direction: column;
  line-height: 140%;
  padding: 0.875rem 1rem 22px 1rem;
  border: 2px solid #f7f9fa;
  align-items: flex-start;
  justify-content: flex-start;
  /*gap: 45px;*/
}
.main.buy-real-estate .why-section .why-list__item:nth-child(odd) {
  background: #f7f9fa;
}
.main.buy-real-estate .why-section .why-list__number {
  color: var(--blue);
  font-weight: 600;
  margin-top: 0;
  text-align: right;
  width: 100%;
}
.main.buy-real-estate .why-section .why-list__item:nth-child(even) .why-list__number {
  color: #e59646;
}
.main.buy-real-estate .why-section .why-list__desc {
  font-size: 0.875rem;
  /*margin-bottom: auto;
  margin-top: auto;*/
  padding-left: 1.875rem;
  position: relative;
}
.main.buy-real-estate .why-section .why-list__desc::before {
  background: #e59646;
  border-radius: 55px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0.625rem;
  width: 12px;
}
.main.buy-real-estate .why-section .why-list__desc p {
  margin-top: 1.25rem;
}
.main.buy-real-estate .why-section .section-why {
  background: image-set(url(/images/corporate/3d-ethereum-coin-white.png) 1x, url(/images/corporate/3d-ethereum-coin-white-background@2x.png) 2x) no-repeat right bottom;
  padding-bottom: 4.5rem;
}
.main.buy-real-estate .why-section .section-why__blue-btn {
  border-radius: 3.4rem;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.5rem;
  padding: 1.3rem 2.25rem;
}
.main.buy-real-estate .why-section .why-list__title {
  color: #234652;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 120%;
}
.main.buy-real-estate .why-section .--why-three {
  grid-auto-rows: auto;
  grid-template-columns: repeat(3, 1fr);
}
.main.buy-real-estate .why-section .--why-three .why-list__desc {
  margin-top: 1.25rem;
}
.main.buy-real-estate .why-section .text-title {
  align-items: center;
  display: flex;
  gap: 1.8rem;
  margin-top: 6.1rem;
}
.main.buy-real-estate .why-section .text-title__title {
  color: #17323b;
  font-weight: 300;
  font-size: clamp(30px, 2.3vw, 45px);
  max-width: 28.75rem;
}
.main.buy-real-estate .why-section .text-title__desc {
  display: flex;
  flex-direction: column;
  font-size: 1.18rem;
  font-weight: 500;
  gap: 1.875rem;
  line-height: 140%;
}
.main.buy-real-estate .why-section .why-list__title {
  color: #234652;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 120%;
}
.main.buy-real-estate .why-section .--why-three {
  grid-auto-rows: auto;
  grid-template-columns: repeat(3, 1fr);
}
.main.buy-real-estate .why-section .--why-three .why-list__desc {
  margin-top: 1.25rem;
}
@media (max-width: 1500px) {
  .main.buy-real-estate .why-section .section-why {
    background: transparent;
  }
}
@media (max-width: 1030px) {
  .main.buy-real-estate .why-section .why-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .main.buy-real-estate .why-section .why-list__item {
    gap: 0;
  }
  .main.buy-real-estate .why-section .section-why {
    padding-bottom: 2rem;
  }
}
@media (max-width: 830px) {
  .main.buy-real-estate .why-section .--why-three .why-list__desc {
    margin-bottom: 2rem;
  }
  .main.buy-real-estate .why-section .text-title {
    align-items: start;
    flex-direction: column;
    margin-top: 3.25rem;
  }
  .main.buy-real-estate .why-section .section-why .--title-decor {
    padding-bottom: 0px;
  }
  .main.buy-real-estate .why-section .section-why .--title-decor:after {
    display: none;
  }
  .main.buy-real-estate .why-section .why-list {
    grid-auto-rows: 1fr;
  }
  .main.buy-real-estate .why-section .text-title__desc {
    font-size: 1rem;
  }
}
@media (max-width: 630px) {
  .main.buy-real-estate .why-section .why-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .main.buy-real-estate .why-section .why-list {
    grid-auto-rows: max-content;
    grid-template-columns: 1fr;
  }
  .main.buy-real-estate .why-section .--why-three {
    grid-auto-rows: auto;
  }
  .main.buy-real-estate .why-section .why-list__desc {
    margin-top: 0;
    padding-right: 2.9rem;
  }
  .main.buy-real-estate .why-section .section-why__blue-btn {
    margin-top: 2rem;
  }
}
@media (min-width: 1170px) {
  .main.buy-real-estate .container-f {
    max-width: 1230px;
    margin: 0 auto;
  }
}
.main.buy-real-estate .next-step {
  font-family: Roboto, serif;
  background-color: var(--color-light-1);
}
.main.buy-real-estate .next-step .container-f {
  box-sizing: border-box;
  background-image: url(/images/franchise/next-step/mobile-bg.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (min-width: 724px) {
  .main.buy-real-estate .next-step .container-f {
    flex-direction: row;
    background-image: url(/images/franchise/next-step/tablet-bg.png);
    background-position: top right;
    background-size: auto;
    min-height: inherit;
  }
}
@media (min-width: 1170px) {
  .main.buy-real-estate .next-step .container-f {
    background-image: url(/images/franchise/next-step/desktop-bg.png);
  }
}
.main.buy-real-estate .next-step .content {
  box-sizing: border-box;
  padding: 20px;
}
@media (min-width: 724px) {
  .main.buy-real-estate .next-step .content {
    padding: 30px;
  }
}
@media (min-width: 1170px) {
  .main.buy-real-estate .next-step .content {
    margin-right: 140px;
  }
}
@media (min-width: 1440px) {
  .main.buy-real-estate .next-step .content {
    margin-right: 30px;
  }
}
.main.buy-real-estate .next-step .heading-title {
  margin: 30px 0 30px;
  padding: 0;
  font-size: 44px;
  line-height: 58px;
  font-family: "Roboto", sans-serif;
  font-weight: 300 !important;
  color: var(--color-blue);
  overflow-wrap: break-word;
}
@media (min-width: 724px) {
  .main.buy-real-estate .next-step .heading-title {
    margin-top: 40px;
  }
}
@media (min-width: 1170px) {
  .main.buy-real-estate .next-step .heading-title {
    line-height: 58px;
    margin-top: 30px;
  }
}
@media (min-width: 1440px) {
  .main.buy-real-estate .next-step .heading-title {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.main.buy-real-estate .next-step .block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 724px) {
  .main.buy-real-estate .next-step .block {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
@media (min-width: 1170px) {
  .main.buy-real-estate .next-step .block {
    align-items: stretch;
    gap: 80px;
  }
}
.main.buy-real-estate .next-step .block p {
  margin: 0;
  padding: 0;
}
@media (min-width: 724px) {
  .main.buy-real-estate .next-step .block .left {
    flex: 1 1 50%;
  }
}
.main.buy-real-estate .next-step .block .left p:not(:last-child) {
  margin-bottom: 20px;
}
.main.buy-real-estate .next-step .block .left .text {
  color: var(--color-silver);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.main.buy-real-estate .next-step .block .left ul.text {
  margin-left: 25px;
  font-size: 20px;
}
.main.buy-real-estate .next-step .block .left .text.bold {
  color: var(--color-black);
  font-size: 24px;
  line-height: 32px;
}
.main.buy-real-estate .next-step .block .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 724px) {
  .main.buy-real-estate .next-step .block .right {
    flex: 1 1 50%;
    align-items: center;
  }
}
@media (min-width: 1170px) {
  .main.buy-real-estate .next-step .block .right {
    justify-content: flex-start;
  }
}
.main.buy-real-estate .next-step .block .right .subheading {
  color: var(--color-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 30px;
}
.main.buy-real-estate .next-step .block .right .label {
  color: var(--color-silver);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.main.buy-real-estate .next-step .block .right .value {
  color: var(--color-blue);
  font-family: "Roboto", sans-serif;
  font-weight: 300 !important;
  font-size: 24px;
  line-height: 32px;
}
.main.buy-real-estate .next-step .block .right .value:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 1170px) {
  .main.buy-real-estate .next-step .block .right .value {
    font-size: 44px;
    line-height: 58px;
  }
}
.main.buy-real-estate .bottom-join {
  margin-bottom: 20px;
}
@media (min-width: 724px) {
  .main.buy-real-estate .bottom-join {
    margin-bottom: 0;
  }
}
@media (min-width: 1170px) {
  .main.buy-real-estate .bottom-join {
    margin-bottom: -24px;
  }
}
.main.buy-real-estate .bottom-join .container-f {
  padding: 20px;
}
@media (min-width: 724px) {
  .main.buy-real-estate .bottom-join .container-f {
    padding: 30px;
  }
}
@media (min-width: 1170px) {
  .main.buy-real-estate .bottom-join .content {
    margin-left: 50px;
    margin-right: 140px;
  }
}
@media (min-width: 1440px) {
  .main.buy-real-estate .bottom-join .content {
    margin-right: 30px;
  }
}
.main.buy-real-estate .bottom-join .heading-title {
  margin: 0;
  padding: 0;
  font-size: 44px;
  line-height: 48px;
  font-family: "Roboto", sans-serif;
  font-weight: 300 !important;
  text-align: center;
  color: var(--color-blue);
  overflow-wrap: break-word;
}
@media (min-width: 724px) {
  .main.buy-real-estate .bottom-join .heading-title {
    margin-top: 0px;
  }
}
@media (min-width: 1170px) {
  .main.buy-real-estate .bottom-join .heading-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=buy-real-estate.css.map */
