/* Main Color */
/* Neutral Colors */
.color-grey-0 {
  color: #FFF;
}

.color-grey-600 {
  color: #DFDFDF;
}

.color-grey-700 {
  color: #B1B1B1;
}

.color-grey-800 {
  color: #646464;
}

.color-grey-900 {
  color: #181818;
}

.color-grey-1000 {
  color: #000;
}

.input-color-form {
  color: #656565;
}

html {
  scroll-behavior: smooth;
}

.page-template-lever-family-office {
  /* Exclusive */
  /* About */
  /* GRID */
  /* FAMILY */
  /* FAMILY */
  /* PROCESS */
}
.page-template-lever-family-office body {
  margin: 0;
  padding: 0;
  font-family: "Sansation", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.page-template-lever-family-office .title span {
  font-size: 7vw;
}
.page-template-lever-family-office h1 {
  color: #070932;
  font-weight: normal;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -0.02em;
  font-weight: 300;
}
.page-template-lever-family-office h2 {
  color: #070932;
  font-weight: 300;
  font-size: 52px;
  line-height: 52px;
  letter-spacing: -0.02em;
  margin: 0;
}
.page-template-lever-family-office h3 {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #070932;
}
.page-template-lever-family-office h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #070932;
  margin: 28px 0;
}
.page-template-lever-family-office .white {
  color: white;
}
.page-template-lever-family-office p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #070932;
}
.page-template-lever-family-office a.button {
  display: inline-block;
  margin-top: 20px;
  padding: 16px 24px;
  border-radius: 40px;
  font-size: 16px;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
.page-template-lever-family-office a.button:hover {
  background-color: rgb(255, 255, 255);
  color: #070932;
}
.page-template-lever-family-office header {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-template-lever-family-office header .box-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-template-lever-family-office header .box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .page-template-lever-family-office header .box-img img {
    -o-object-position: -40px;
       object-position: -40px;
  }
}
.page-template-lever-family-office header nav {
  position: fixed;
  width: 100%;
  top: 0%;
  left: 0;
  -webkit-transition: all 450ms;
  transition: all 450ms;
  z-index: 2;
}
.page-template-lever-family-office header nav .wrapper {
  padding: 80px 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 450ms;
  transition: all 450ms;
}
.page-template-lever-family-office header nav .logo {
  width: 130px;
  height: 50px;
  -webkit-transition: all 450ms;
  transition: all 450ms;
}
.page-template-lever-family-office header nav .logo a svg {
  width: 140px;
  height: 52px;
}
.page-template-lever-family-office header nav .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-lever-family-office header nav .menu li {
  list-style: none;
  padding: 0 24px;
  color: #070932;
  text-decoration: none;
}
.page-template-lever-family-office header nav .menu li a {
  color: #070932;
  text-decoration: none;
  position: relative;
}
.page-template-lever-family-office header nav .menu li a:after {
  position: absolute;
  left: 50%;
  top: 24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 4px;
}
.page-template-lever-family-office header nav .menu li a:hover:after {
  background-color: #27ebdc;
}
.page-template-lever-family-office header .content {
  margin-top: 40px;
  /* padding-right: 120px; */
  text-align: left;
  width: 50%;
}
.page-template-lever-family-office header .content h1,
.page-template-lever-family-office .content h3 {
  max-width: 90%;
  padding-left: 100px;
}
@media (min-width: 1024px) {
  .page-template-lever-family-office header .content h1,
  .page-template-lever-family-office .content h3 {
    max-width: 700px;
  }
}
.page-template-lever-family-office header h1 {
  font-size: 4vw;
  line-height: 105%;
  font-size: 10vw;
  /* Browsers that do not support "MIN () - MAX ()" and "Clamp ()" functions will take this value.*/
  font-size: max(44px, min(5vw, 64px));
  /* Browsers that do not support the "clamp ()" function will take this value. */
  font-size: clamp(44px, 5vw, 64px);
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-template-lever-family-office header .line {
  height: 1px;
  width: 280px;
  margin-left: 100px;
  /* background-color: #27EBDC; */
  background: -webkit-gradient(linear, left top, right top, from(rgba(39, 235, 220, 0.2)), to(#27ebdc));
  background: linear-gradient(90deg, rgba(39, 235, 220, 0.2) 0%, #27ebdc 100%);
  margin-top: 20px;
  margin-bottom: 40px;
}
.page-template-lever-family-office header .scroll-indicator {
  position: absolute;
  right: 80px;
  bottom: 60px;
  border: 1px solid rgba(7, 9, 50, 0.2);
  width: 26px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  border-radius: 40px;
}
.page-template-lever-family-office header.scrolled nav {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.03);
          box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.03);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  z-index: 9;
  -webkit-transition: all 450ms;
  transition: all 450ms;
}
.page-template-lever-family-office header.scrolled .logo {
  min-width: 120px;
  -webkit-transition: all 450ms;
  transition: all 450ms;
}
.page-template-lever-family-office header.scrolled .wrapper {
  padding: 16px 120px;
  -webkit-transition: all 450ms;
  transition: all 450ms;
}
.page-template-lever-family-office .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  padding: 0 80px;
  margin: 0 auto;
}
.page-template-lever-family-office #about {
  position: relative;
  padding: 140px 0;
  text-align: center;
}
.page-template-lever-family-office #about .right-svg {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 455px;
  top: 80px;
}
.page-template-lever-family-office #about .container {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-lever-family-office #about .left {
  width: 100%;
  text-align: left;
}
.page-template-lever-family-office #about .left .text-wrapper {
  margin-right: 80px;
}
.page-template-lever-family-office #about .left h2 {
  max-width: 500px;
}
.page-template-lever-family-office #about .left h3 {
  font-size: 24px;
  margin: 24px 0;
}
.page-template-lever-family-office #about .left p {
  max-width: 590px;
  width: 100%;
  margin-right: 80px;
  margin-top: 40px;
}
.page-template-lever-family-office #about h2 {
  font-size: 4vw;
  line-height: 105%;
  font-size: 10vw;
  /* Browsers that do not support "MIN () - MAX ()" and "Clamp ()" functions will take this value.*/
  font-size: max(44px, min(5vw, 64px));
  /* Browsers that do not support the "clamp ()" function will take this value. */
  font-size: clamp(44px, 5vw, 64px);
}
.page-template-lever-family-office #about .right {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-template-lever-family-office #about .right img {
  width: 100%;
  max-width: 500px;
  /* height: 80vh; */
  -o-object-fit: cover;
     object-fit: cover;
  /* margin-right: 80px; */
}
.page-template-lever-family-office #valores {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 80vh;
  min-height: 800px;
  background: url("../img/background.webp") top no-repeat;
  background-size: cover;
  overflow: hidden;
}
.page-template-lever-family-office #valores h6 {
  color: #070932;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-template-lever-family-office #valores svg {
  height: 80px;
}
.page-template-lever-family-office #valores .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.33%;
  border-right: 1px solid rgba(114, 134, 153, 0.2);
  text-align: center;
}
.page-template-lever-family-office #valores h3 {
  font-size: 26px;
  font-weight: 400;
  margin: 26px 0;
}
.page-template-lever-family-office #valores p {
  line-height: 150%;
  margin: 0;
  padding: 0 24px;
  font-size: 16px;
  max-width: 368px;
}
.page-template-lever-family-office #family-office {
  position: relative;
  padding: 140px 0 180px;
  color: white;
  background: linear-gradient(287.56deg, #191c58 0%, #070932 69.45%);
}
.page-template-lever-family-office #family-office .right {
  margin-top: 60px;
}
.page-template-lever-family-office #family-office h2,
.page-template-lever-family-office #family-office p,
.page-template-lever-family-office #family-office h3 {
  color: white;
}
.page-template-lever-family-office #family-office .left p {
  margin-top: 40px;
}
.page-template-lever-family-office .accordion-item {
  position: relative;
  /* padding-bottom: 10px; */
}
.page-template-lever-family-office .accordion-item:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 1px;
  border-radius: 2px;
  background: linear-gradient(130deg, #27ebdc, rgba(39, 235, 220, 0.2) 100%);
}
.page-template-lever-family-office .accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}
.page-template-lever-family-office .accordion-header svg {
  -webkit-transition: all 450ms;
  transition: all 450ms;
}
.page-template-lever-family-office .accordion-header:hover {
  cursor: pointer;
}
.page-template-lever-family-office .accordion-header:hover .circle {
  background-color: rgba(255, 255, 255, 0.1);
}
.page-template-lever-family-office .accordion-header h3 {
  margin: 10px 0;
  font-size: 26px;
}
.page-template-lever-family-office .accordion-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: max-height 450ms ease, opacity 300ms ease;
  transition: max-height 450ms ease, opacity 300ms ease;
}
.page-template-lever-family-office .accordion-body p {
  margin-top: 0;
}
.page-template-lever-family-office .accordion-header.-show ~ .accordion-body {
  opacity: 1;
  pointer-events: auto;
  padding-bottom: 20px;
}
.page-template-lever-family-office .accordion-header.-show svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 450ms;
  transition: all 450ms;
}
.page-template-lever-family-office .circle {
  width: 36px;
  height: 36px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.page-template-lever-family-office #family-office .left {
  width: 50%;
  margin-right: 120px;
}
.page-template-lever-family-office #family-office .right {
  width: 50%;
}
.page-template-lever-family-office #family-office .left p {
  max-width: 460px;
}
.page-template-lever-family-office #family-office .circle-secondary {
  position: absolute;
  bottom: -68px;
}
.page-template-lever-family-office #map {
  padding: 160px 0 0;
  width: 100%;
  overflow: hidden;
}
.page-template-lever-family-office #map .overflow {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-lever-family-office #map .overflow h6 {
  margin: 28px 0;
}
.page-template-lever-family-office #map .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 75px;
  padding-bottom: 60px;
}
.page-template-lever-family-office #map .right img {
  margin-right: -143px;
  width: 960px;
}
.page-template-lever-family-office #map p {
  max-width: 580px;
  margin: 18px 0;
}
.page-template-lever-family-office .map {
  margin-right: 0;
}
.page-template-lever-family-office #process {
  padding: 120px 0 140px;
  position: relative;
  z-index: 1;
}
.page-template-lever-family-office #process h2 {
  text-align: center;
  font-size: 38px;
  padding: 20px 0 60px;
}
.page-template-lever-family-office #process .board {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.page-template-lever-family-office #process .column {
  width: 33.33%;
}
.page-template-lever-family-office .table-header {
  padding: 32px 24px;
  background: linear-gradient(94deg, #181b54 -0.69%, #323682 100%);
  margin: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-lever-family-office .table-header .number {
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 30px;
  color: #ffffff;
  margin-right: 24px;
}
.page-template-lever-family-office .table-header p {
  color: #ffffff;
  line-height: 110%;
  padding: 0;
  margin: 0;
}
.page-template-lever-family-office .table-header .title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.page-template-lever-family-office .table-item {
  background: -webkit-gradient(linear, left top, right top, from(#e4effc), to(#eef5fd));
  background: linear-gradient(90deg, #e4effc 0%, #eef5fd 100%);
  min-height: 120px;
  padding: 20px 24px;
  margin: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-template-lever-family-office .table-item p {
  line-height: 140%;
  margin: 0;
}
.page-template-lever-family-office .table-item .number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  width: 42px;
  height: 42px;
  border: 1px solid #ccdbec;
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
@media only screen and (max-width: 1280px) {
  .page-template-lever-family-office header h1 {
    font-size: 9vw;
    font-size: max(44px, min(5vw, 54px));
    font-size: clamp(44px, 5vw, 54px);
  }
  .page-template-lever-family-office #about h2 {
    font-size: 4vw;
    line-height: 105%;
    font-size: 10vw;
    font-size: max(44px, min(5vw, 54px));
    font-size: clamp(44px, 5vw, 54px);
  }
  .page-template-lever-family-office #about .left h2 {
    max-width: 420px;
  }
  .page-template-lever-family-office #about .left h3 {
    max-width: 320px;
  }
  .page-template-lever-family-office header nav .wrapper {
    padding-right: 80px;
    padding-left: 80px;
  }
  .page-template-lever-family-office header.scrolled .wrapper {
    padding-right: 80px;
    padding-left: 80px;
  }
  .page-template-lever-family-office #map .left {
    padding-right: 10px;
  }
  .page-template-lever-family-office #map .right img {
    width: auto;
  }
  .page-template-lever-family-office #process {
    padding: 80px 0 0px;
  }
  .page-template-lever-family-office footer {
    padding: 180px 80px 100px;
  }
  .page-template-lever-family-office footer .right .location-item {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-lever-family-office h2 {
    font-size: 38px;
    line-height: 40px;
  }
  .page-template-lever-family-office p {
    font-size: 16px;
    line-height: 28px;
  }
  .page-template-lever-family-office header nav .wrapper {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .page-template-lever-family-office .menu {
    display: none !important;
  }
  .page-template-lever-family-office header {
    background: url(img/lever-background.jpg) left bottom no-repeat;
    background-size: cover;
  }
  .page-template-lever-family-office header.scrolled .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-template-lever-family-office header .content {
    width: 100%;
  }
  .page-template-lever-family-office header .content h1,
  .page-template-lever-family-office .content h3 {
    padding-left: 32px;
  }
  .page-template-lever-family-office header h1 {
    font-size: 9vw;
    font-size: max(38px, min(5vw, 54px));
    font-size: clamp(38px, 5vw, 54px);
  }
  .page-template-lever-family-office #about h2 {
    font-size: 10vw;
    font-size: max(38px, min(5vw, 54px));
    font-size: clamp(38px, 5vw, 54px);
  }
  .page-template-lever-family-office header .content h3 {
    max-width: 240px;
  }
  .page-template-lever-family-office header .content .line {
    margin-left: 32px;
  }
  .page-template-lever-family-office #family-office .circle-secondary {
    bottom: -58px;
    width: 100px;
  }
  .page-template-lever-family-office header .scroll-indicator {
    position: absolute;
    right: 40px;
    bottom: 30px;
    border: 1px solid rgba(7, 9, 50, 0.2);
    width: 26px;
    height: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 40px;
  }
  .page-template-lever-family-office .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-template-lever-family-office #about {
    padding: 80px 0;
  }
  .page-template-lever-family-office #about .left .text-wrapper {
    margin-right: 0;
  }
  .page-template-lever-family-office #about .right img {
    height: 280px;
  }
  .page-template-lever-family-office #about .left p {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .page-template-lever-family-office #valores {
    overflow: hidden;
    overflow-x: auto;
    /* height: 70vh; */
    height: calc(100vh - 140px);
    min-height: 600px;
  }
  .page-template-lever-family-office #valores h6 {
    top: 40px;
    left: 90px;
    -webkit-transform: inherit;
            transform: inherit;
  }
  .page-template-lever-family-office #valores .column {
    min-width: 340px;
  }
  .page-template-lever-family-office #family-office {
    padding: 100px 0 140px;
  }
  .page-template-lever-family-office #family-office .left,
  .page-template-lever-family-office #family-office .right {
    width: 100%;
  }
  .page-template-lever-family-office #family-office .right {
    margin-top: 60px;
  }
  .page-template-lever-family-office #family-office .left p {
    margin-top: 20px;
  }
  .page-template-lever-family-office .accordion-header h3 {
    margin: 10px 0;
    font-size: 22px;
    line-height: 120%;
    margin-right: 20px;
  }
  .page-template-lever-family-office #map {
    padding: 100px 0 0;
  }
  .page-template-lever-family-office #map .overflow {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-template-lever-family-office #map .left {
    padding: 0 24px;
    margin-bottom: 60px;
  }
  .page-template-lever-family-office #map .left h2 {
    font-size: 38px;
  }
  .page-template-lever-family-office #map .right img {
    width: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: scale(1.55);
            transform: scale(1.55);
    margin: 55px 0 55px 30px;
  }
  .page-template-lever-family-office #process .board {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: auto;
  }
  .page-template-lever-family-office #process h2 {
    font-size: 32px;
    padding: 0 20px 20px;
  }
  .page-template-lever-family-office #process .column {
    width: calc(100vw - 60px);
    min-width: 300px;
  }
  .page-template-lever-family-office footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 140px 24px 200px;
    background: url("../img/footer-background.webp") left bottom -78px no-repeat;
    background-size: 1080px;
    min-height: 940px;
  }
  .page-template-lever-family-office footer .right .contact {
    margin-top: 80px;
  }
  .page-template-lever-family-office footer .right .mail {
    font-size: 24px;
    line-height: 26px;
  }
  .page-template-lever-family-office footer .right .location {
    margin-top: 40px;
  }
  .page-template-lever-family-office footer .right .location-item {
    margin-right: 20px;
  }
  .page-template-lever-family-office footer .right .location-item:last-child {
    margin-right: 0;
  }
  .page-template-lever-family-office .quote h3 {
    font-size: 18px;
    line-height: 140%;
    margin: 18px 0;
  }
  .page-template-lever-family-office .quote h3:before {
    top: -60px;
    left: inherit;
    right: 0px;
    -webkit-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .page-template-lever-family-office .quote img {
    width: 200px;
    margin-top: 10px;
  }
  .page-template-lever-family-office footer .right {
    width: 100%;
  }
  .page-template-lever-family-office .copyright {
    bottom: 20px;
  }
}
/*# sourceMappingURL=lever-family-office.css.map */
