html {
  height: 100%;
  scroll-behavior: smooth
}

body {
  color: #000;
  min-height: 100%
}

.leasing-2024 {
  position: relative
}

.svg_logo{

  @media (max-width: 1023px) {
    /*margin-top: 16px;*/
    margin-top: 40%;
  }
}
.logo{
  margin-bottom: 15px;

  @media (max-width: 1023px) {
    margin-top: 16px;
  }
}
.head{
  /*width: 100%;*/
  @media (max-width: 1023px) {
    margin-left: 10%;
    margin-right: 10%;
  }
}
.corner{
  position: absolute;
  top: 85px;
}
.socials{
  justify-content: center;
  align-items: center;
}
.socials a{
  margin-left: 5px;
  margin-right: 5px;
}

.socials svg{
  @media (max-width: 1023px) {
    width: 20px;
  }
}

.leasing-2024 header {
  /*background: none;*/
  left: 0;
  padding: 20px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 85px;
  display: flex;
  align-items: flex-end;
  background-color: #414954;
}

.leasing-2024 img {
  display: block
}

.leasing-2024 .section {
  padding: 0 1rem !important

}

.leasing-2024__intro {
  /*background-color: #2E96C9;*/
  background-position: bottom;
  background-size: cover;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  min-height: 100vh;
  padding: 100px 0;
  position: relative;
  align-items: center;
  @media  (max-width: 1023px) {
    align-items: flex-start;
    padding-top: 85px;
  }
}



.leasing-2024__intro__arrow-down {
  bottom: 70px;
  left: calc(50% - 20px);
  position: absolute
}

.leasing-2024__intro__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem
}

@media (min-width: 1024px) {
  .leasing-2024__intro__title {
    font-size: 80px
  }
}

.leasing-2024__intro__subtitle {
  border-top: 2px solid #fff;
  padding-top: 10px;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #fff;
}

.leasing-2024__intro__subtitle :before {
  background-color: #fff;
  content: "";
  height: 3px;
  position: absolute;
  top: 10.5rem;
  width: 10%
}

.leasing-2024__intro__summary {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 700;
}

.leasing-2024 main {
  background: #456E89;
  padding-bottom: 0 !important;
  padding-top: 0 !important
}

.leasing-2024 .column article {
  line-height: 1.2;
  margin-bottom: 100px
}

.leasing-2024 .column article figure {
  background-color: #DFE4DD;
  color: black;
  position: relative;
  transition: all .3s ease-in-out
}

.leasing-2024 .column article figure figcaption {
  font-size: 16px;
  padding: 2rem;
  text-align: center
}

@media (min-width: 1024px) {
  .leasing-2024 .column article figure figcaption {
    font-size: 19px
  }
}

.leasing-2024 .column article figure figcaption a {
  color: inherit !important
}

.leasing-2024 .column article figure figcaption .leasing-2024__article-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.5rem
}

@media (min-width: 1024px) {
  .leasing-2024 .column article figure figcaption .leasing-2024__article-title {
    font-size: 24px
  }
}

.leasing-2024 .column article figure figcaption p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 480px
}

.leasing-2024 .column article figure figcaption .leasing-2024__button {
  background-color: #185081;
  border: none;
  border-radius: unset;
  color: #fff;
  margin-top: 2rem;
  padding: 1rem;
  position: unset;
  transition: all .3s ease-in-out
}


.leasing-2024 .column article figure figcaption .leasing-2024__button:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.leasing-2024__articles .column.is-6-desktop, .leasing-2024__articles .column.is-6-desktop article {
  display: flex
}

.leasing-2024 footer {
  background: #456E89;
  font-size: 15px;
  margin: 0 0 auto;
  padding: 16px
}

.leasing-2024 footer .content {
  align-items: center;
  justify-content: space-between;
}

.leasing-2024 footer .text-area {

  color: #fff;
}
@media (max-width: 1023px) {
  .leasing-2024 footer .content {
    flex-direction: column;
    justify-content: center
  }

  .leasing-2024 footer .text-area {
    font-size: 16px;
    margin-bottom: 1rem;
    font-weight: 700;
    line-height: 19px;
  }
}

.leasing-2024 footer img {
  height: auto;
  width: 106px
}

.leasing-2024 footer span {
  display: inline-flex;
  color : #fff;
}

.leasing-2024 footer span:before {
  background-color: #fff;
  content: "";
  height: 24px;
  margin: 0 5px;
  width: 1px
}

.leasing-2024 footer .logo-area {
  flex: 0 0 auto
}

.leasing-2024 .button {
  border: 1px solid #3F65F5;
  color: #3F65F5;
  display: inline-block;
  font-size: 1rem;
  margin: 0 auto;
  padding: .5rem 2rem
}

/*.leasing-2024 .button:hover {*/
/* color: #ffffff;*/
/*}*/


