@charset "UTF-8";
/*
 Theme Name:   Brickowner
 Description:  Brickowner Theme
 Author:       Tom Greaves
 Author URI:   http://www.brandammo.co.uk
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("//hello.myfonts.net/count/42c784");
@import url("//hello.myfonts.net/count/42c6e3");
@import url("//hello.myfonts.net/count/42c784");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: "TTInterphases-Regular";
  src: url("webFonts/TTInterphasesRegular/font.woff2") format("woff2"), url("webFonts/TTInterphasesRegular/font.woff") format("woff");
}
@font-face {
  font-family: "TTCommonsPro-Db";
  src: url("webFonts/TTCommonsProDb/font.woff2") format("woff2"), url("webFonts/TTCommonsProDb/font.woff") format("woff");
}
@font-face {
  font-family: "TTInterphases-Medium";
  src: url("webFonts/TTInterphasesMedium/font.woff2") format("woff2"), url("webFonts/TTInterphasesMedium/font.woff") format("woff");
}
html, body {
  padding: 0;
  margin: 0;
}

body {
  background: #322A73;
  position: relative;
  color: #67727C;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
}
@media (max-width: 768px) {
  body {
    font-size: 13px;
  }
}
body.home:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/brickowner/images/box-tile.png");
  opacity: 0.2;
}
body.page-template-contact, body[data-theme=white-header] {
  background: #FFF;
}
body.page-template-contact .logo #Group-16 path,
body.page-template-contact .logo #Group-16 polygon, body[data-theme=white-header] .logo #Group-16 path,
body[data-theme=white-header] .logo #Group-16 polygon {
  fill: #322A73;
}
@media (max-width: 768px) {
  body.page-template-contact #header .logo #Group-16 path,
body.page-template-contact #header .logo #Group-16 polygon, body[data-theme=white-header] #header .logo #Group-16 path,
body[data-theme=white-header] #header .logo #Group-16 polygon {
    fill: #FFF;
  }
}

h1, h2, h3, h4, h5 {
  font-family: "TTCommonsPro-Db";
  color: #322A73;
}

h1 {
  font-size: 52px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 768px) and (max-height: 800px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 1.2;
  }
}

h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
}
@media (min-width: 768px) and (max-height: 800px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}

h4 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 768px) {
  h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media (max-width: 1024px) {
  #wrapper {
    position: relative;
    left: 0;
  }
}

#container {
  position: relative;
}

.container {
  width: 100%;
  max-width: 1330px;
  box-sizing: border-box;
  padding: 0 40px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    padding: 0 30px;
  }
}
.container.post {
  max-width: 850px;
}

.lgreen {
  color: #21CD97;
}

#page-content h1 > div {
  overflow: hidden;
}

.notification.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: grid;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  z-index: 999999999999;
  background: rgba(50, 42, 115, 0.8);
  grid-template-columns: 1fr;
}
.notification.pop:not(.show) {
  display: none;
}
.notification.pop .inner {
  width: 500px;
  max-height: 90vh;
  max-width: 90vw;
  background: #FFF;
  border-radius: 10px;
  margin: 0 auto;
  display: grid;
  overflow: hidden;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, -webkit-max-content);
  grid-template-rows: repeat(3, max-content);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.notification.pop.warning {
  padding-top: 60px;
}
.notification.pop.warning .inner {
  width: 900px;
}
.notification.pop .inner svg {
  display: block;
  width: 200px;
  height: auto;
}
.notification.pop .inner .top {
  padding: 20px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
.notification.pop .inner .top a {
  font-size: 20px;
  display: block;
  background: #F6F8F9;
  color: #322A73;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}
.notification.pop .inner .content {
  padding: 20px 40px;
  background: #F6F8F9;
  height: 100%;
  overflow-y: auto;
  max-height: 370px;
}
@media (max-width: 768px) {
  .notification.pop .inner .content {
    padding: 20px 30px;
    max-height: 350px;
  }
}
@media (max-height: 500px) {
  .notification.pop .inner .content {
    max-height: 170px !important;
  }
}
@media (min-height: 500px) and (max-height: 680px) {
  .notification.pop .inner .content {
    max-height: 250px !important;
  }
}
.notification.pop .inner .content h3 {
  font-size: 23px;
  margin: 0 0 4px;
}
.notification.pop .inner .content p {
  font-size: 14px;
}
.notification.pop .inner .content p:first-of-type {
  margin-top: 0;
}
.notification.pop .inner .content a {
  color: #21CD97;
}
.notification.pop .inner .actions {
  padding: 30px 40px 30px;
  background: #FFF;
}
@media (max-width: 768px) {
  .notification.pop .inner .actions {
    padding: 20px 30px 30px;
  }
}
.notification.pop .inner .actions a {
  display: block;
  text-align: center;
}

.btn, .wpcf7-submit {
  display: inline-block;
  white-space: nowrap;
  padding: 0 30px;
  border-radius: 3px;
  border: 0 none;
  outline: 0 none;
  background: #21CD97;
  color: #FFF;
  line-height: 48px;
  text-decoration: none;
  font-size: 17px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btn, .wpcf7-submit {
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
  }
}
.btn.purple, .wpcf7-submit.purple {
  background: #5F3DE6;
}
.btn.tab, .wpcf7-submit.tab {
  justify-self: center;
  border-radius: 5px 5px 0 0;
}
.btn.sm, .wpcf7-submit.sm {
  line-height: 40px;
  text-decoration: none;
  font-size: 17px;
  padding: 0 20px;
}
.btn.text-purple, .wpcf7-submit.text-purple {
  color: #322A73;
}

.wpcf7-submit {
  background: #21CD97;
}
@media (max-width: 768px) {
  .wpcf7-submit {
    width: 100%;
  }
}

.intro {
  max-width: 700px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
  .intro {
    margin: 0 auto 20px;
    padding: 0;
  }
}
.intro.center {
  text-align: center;
}
.intro .sub-title {
  max-width: 80%;
  margin: 30px auto 50px;
}
@media (max-width: 768px) {
  .intro .sub-title {
    margin: 20px auto 30px;
    max-width: 100%;
  }
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 .wpcf7-form-control-wrap input {
  width: 100%;
  height: 60px;
  font-size: 18px;
  border: 0 none;
  outline: 0 none;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .wpcf7 .wpcf7-form-control-wrap input {
    width: 100%;
    height: 60px;
    font-size: 18px;
  }
}
.wpcf7 .form-grid > div {
  position: relative;
}
.wpcf7 .form-grid > div i {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 40px;
  text-align: center;
  font-size: 20px;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wpcf7 .form-grid > div i + span > input {
  text-indent: 50px;
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  background: #ab1616;
  font-size: 12px;
  color: #FFF;
  bottom: 0;
  padding: 4px 10px;
  border-radius: 3px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.wpcf7 .wpcf7-response-output {
  text-align: center;
  background: none;
  border: 0 none !important;
  outline: 0 none !important;
  color: #FFF !important;
}

.hbspt-form fieldset {
  width: 100% !important;
  max-width: 1000px !important;
  margin-bottom: 30px !important;
}
.hbspt-form fieldset label span {
  display: none;
}
.hbspt-form .form-columns-2 {
  display: -webkit-flex;
  display: flex;
  gap: 30px;
  transition: all 0.25s ease;
}
@media (max-width: 768px) {
  .hbspt-form .form-columns-2 {
    display: block;
  }
  .hbspt-form .form-columns-2 .hs-form-field {
    width: 100%;
  }
  .hbspt-form .form-columns-2 .hs-form-field:first-of-type {
    margin-bottom: 30px !important;
  }
}
.hbspt-form input:not([type=submit]),
.hbspt-form textarea {
  width: 100% !important;
  height: 60px;
  font-size: 18px;
  border: 0 none;
  outline: 0 none;
  border-radius: 5px;
  text-indent: 18px;
  transition: all 0.25s ease;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 768px) {
  .hbspt-form input:not([type=submit]),
.hbspt-form textarea {
    width: 100%;
    height: 60px;
    font-size: 18px;
  }
}
.hbspt-form input:not([type=submit]).error,
.hbspt-form textarea.error {
  background: #f8c8c8;
}
.hbspt-form input:not([type=submit]).error::-webkit-input-placeholder,
.hbspt-form textarea.error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ab1616;
}
.hbspt-form input:not([type=submit]).error::-moz-placeholder,
.hbspt-form textarea.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #ab1616;
}
.hbspt-form input:not([type=submit]).error:-ms-input-placeholder,
.hbspt-form textarea.error:-ms-input-placeholder {
  /* IE 10+ */
  color: #ab1616;
}
.hbspt-form input:not([type=submit]).error:-moz-placeholder,
.hbspt-form textarea.error:-moz-placeholder {
  /* Firefox 18- */
  color: #ab1616;
}
.hbspt-form textarea {
  height: 120px;
  padding-top: 15px;
}
.hbspt-form .hs_submit.hs-submit {
  text-align: center;
}
.hbspt-form .hs_submit.hs-submit input[type=submit] {
  display: inline-block;
  white-space: nowrap;
  padding: 0 30px;
  border-radius: 3px;
  border: 0 none;
  outline: 0 none;
  background: #21CD97;
  color: #FFF;
  line-height: 48px;
  text-decoration: none;
  font-size: 17px;
  cursor: pointer;
}
.hbspt-form .submitted-message {
  text-align: center;
  color: #FFF;
}
.hbspt-form .hs-error-msgs {
  list-style: none;
  padding: 0;
  color: #FFF;
}
.hbspt-form .hs-error-msgs a {
  color: #FFF;
}

.header-legal {
  padding: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 999;
  font-weight: 600;
  margin: 0 auto;
}
body.home .header-legal {
  max-width: 1780px;
}
.header-legal .inner {
  padding: 10px 30px;
  border: 1px solid #000;
  text-align: center;
  color: #000;
}

@media (max-width: 1024px) {
  #wrapper > .header-legal,
#app > .header-legal {
    display: none;
  }

  #header, #wrapper {
    transition: left 0.4s ease;
  }

  #app > #header, #app > #mobile-header, #app > #wrapper {
    transition: left 0.4s ease, -webkit-transform 0.4s ease;
    transition: left 0.4s ease, transform 0.4s ease;
    transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  }
}
#header {
  padding: 40px 0;
  position: relative;
  z-index: 99;
}
@media (min-width: 1024px) {
  #header[data-menu-colour=dark] .logo svg #Group-16 path,
#header[data-menu-colour=dark] .logo svg #Group-16 polygon {
    fill: #322A73;
  }
  #header[data-menu-colour=dark] .main-nav li a {
    color: #322A73;
  }
}
@media (max-width: 1024px) {
  #header {
    position: fixed !important;
    top: 0;
    left: 100vw;
    background: none;
    width: calc(100vw - 80px) !important;
    z-index: 99999;
    box-sizing: border-box;
    padding: 30px 0 !important;
    top: 0 !important;
    min-height: 100vh;
    box-sizing: border-box;
    background: #322A73;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  #header {
    width: 500px;
  }
}
@media (max-width: 1024px) {
  #header:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100vh;
    content: "";
    background: black;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
#header .grid {
  display: grid;
  grid-template-columns: 265px auto -webkit-max-content;
  grid-template-columns: 265px auto max-content;
  -webkit-align-items: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 1024px) {
  #header .grid {
    grid-template-columns: 1fr;
    text-align: left;
  }
}
#header .logo {
  display: block;
  max-width: 265px;
}
#header .logo img,
#header .logo svg {
  display: block;
  width: 100%;
  height: auto;
}
#header .logo svg path, #header .logo svg polygon {
  transition: fill 0.5s ease;
}
#header .main-nav {
  display: -webkit-inline-flex;
  display: inline-flex;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  font-size: 17px;
}
@media (max-width: 1024px) {
  #header .main-nav {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin: 15px 0;
    width: 100%;
  }
}
#header .main-nav li {
  padding: 0 10px;
  position: relative;
}
@media (max-width: 1024px) {
  #header .main-nav li {
    padding: 5px 0;
  }
}
#header .main-nav li > a {
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 0;
  display: block;
  transition: fill 0.5s ease;
}
body.page-template-contact #header .main-nav li > a, body[data-theme=white-header] #header .main-nav li > a {
  color: #322A73;
}
@media (max-width: 1024px) {
  body.page-template-contact #header .main-nav li > a, body[data-theme=white-header] #header .main-nav li > a {
    color: #FFF;
  }
}
@media (min-width: 1024px) {
  #header .main-nav li:hover .sub-menu {
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
    opacity: 1;
    visibility: visible;
  }
}
#header .main-nav li a.sub-open + .sub-menu {
  height: auto;
}
@media (max-width: 1024px) {
  #header .main-nav li.menu-item-has-children > a:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: "900";
    content: "";
    float: right;
    line-height: 38px;
  }
  #header .main-nav li.menu-item-has-children > a.sub-open:before {
    content: "";
  }
}
#header .main-nav li .sub-menu {
  z-index: 99;
  text-align: left;
  width: 100%;
  min-width: 220px;
  background: #5F3DE6;
  padding: 0px;
  display: grid;
  list-style-type: none;
  margin: 0;
  transition: all 0.15s ease;
}
@media (min-width: 1024px) {
  #header .main-nav li .sub-menu {
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    opacity: 0;
    visibility: hidden;
    gap: 7px;
    padding: 10px 0;
  }
  #header .main-nav li .sub-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #5F3DE6;
    border-top: 0;
    margin-left: -10px;
    top: -10px;
  }
}
@media (max-width: 1024px) {
  #header .main-nav li .sub-menu {
    padding: 0px 30px;
    margin: 0 -30px;
    background: #2c2564;
    height: 0;
    overflow: hidden;
    position: relative;
  }
  #header .main-nav li .sub-menu:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    background: #21CD97;
    width: 100%;
    left: 0;
  }
}
#header .main-nav li .sub-menu a {
  display: block;
  margin: 0;
  text-decoration: none;
  color: #FFF !important;
  font-size: 15px;
}
@media (min-width: 1024px) {
  #header .main-nav li .sub-menu a {
    border-radius: 3px;
    padding: 10px 10px;
  }
}
@media (max-width: 1024px) {
  #header .main-nav li .sub-menu a {
    color: #FFF !important;
  }
}
#header .main-nav li .sub-menu a:hover:before {
  color: #21CD97;
}
@media (min-width: 1024px) {
  #header .actions {
    text-align: right;
    min-width: 240px;
  }
}
#header .actions a {
  margin-right: 10px;
}
#header #account-nav {
  position: relative;
}
#header #account-nav:hover .drop {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
#header #account-nav > div:first-of-type {
  display: inline-block;
  white-space: nowrap;
  padding: 0 15px;
  border-radius: 5px;
  border: 0 none;
  outline: 0 none;
  background: #21CD97;
  color: #FFF;
  line-height: 35px;
  text-decoration: none;
  font-size: 15px;
  cursor: pointer;
}
#header #account-nav > div:first-of-type:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: "900";
  content: "";
  margin-left: 8px;
}
#header #account-nav .drop {
  position: absolute;
  z-index: 99;
  text-align: left;
  width: 100%;
  min-width: 140px;
  padding-top: 10px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  transition: all 0.15s ease;
  opacity: 0;
  visibility: hidden;
}
#header #account-nav .drop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #eaeaea;
  border-top: 0;
  margin-left: -10px;
}
#header #account-nav .drop .inner {
  background: #eaeaea;
  padding: 10px;
  display: grid;
  gap: 7px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
#header #account-nav .drop a {
  display: block;
  border-radius: 3px;
  background: #FFF;
  margin: 0;
  padding: 4px 10px;
  text-decoration: none;
  color: #322A73;
  font-size: 14px;
}
#header #account-nav .drop a:before {
  transition: all 0.15s ease;
  margin-right: 6px;
  font-family: "Font Awesome 5 Pro";
  font-weight: "900";
  content: "";
}
#header #account-nav .drop a:hover:before {
  color: #21CD97;
}
#header #account-nav .drop a.dashboard:before {
  content: "";
}
#header #account-nav .drop a.my-account:before {
  content: "";
}
#header #account-nav .drop a.sign-out:before {
  content: "";
}

#mobile-header {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 9999;
  background: #322A73;
  min-height: auto;
  height: auto;
  padding: 0;
}
body.page-template-contact #mobile-header, body[data-theme=white-header] #mobile-header {
  background: #FFF;
}
#mobile-header .header-legal {
  position: relative;
  box-shadow: none;
}
#mobile-header .header-legal .inner {
  padding: 5px;
  line-height: 1.2;
}
#mobile-header.is-pinned {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
  #mobile-header {
    display: none;
  }
}
#mobile-header .grid {
  display: grid;
  grid-template-columns: 180px auto;
  -webkit-align-items: center;
          align-items: center;
  padding: 15px 30px 15px;
  border-color: #322A73 !important;
  border-width: 3px 0 0;
  border-style: solid;
}
#mobile-header .logo {
  width: 100%;
}
#mobile-header .logo img, #mobile-header .logo svg {
  width: 100%;
  height: auto;
  display: block;
}
#mobile-header #mobile-menu {
  justify-self: flex-end;
  font-size: 21px;
  color: #FFF;
}
body.page-template-contact #mobile-header #mobile-menu, body[data-theme=white-header] #mobile-header #mobile-menu {
  color: #322A73;
}
body:not(.mob-open) #mobile-header #mobile-menu .fa-times {
  display: none;
}
body.mob-open #mobile-header #mobile-menu .fa-bars {
  display: none;
}

body.mob-open > #wrapper {
  left: calc(-100vw + 80px);
}
@media (min-width: 768px) {
  body.mob-open > #wrapper {
    left: -500px;
  }
}
body.mob-open > #wrapper #header {
  left: 80px;
}
@media (min-width: 768px) {
  body.mob-open > #wrapper #header {
    left: calc(100vw - 500px);
  }
}
body.mob-open > #app {
  left: calc(-100vw + 80px);
}
@media (min-width: 768px) {
  body.mob-open > #app {
    left: -500px;
  }
}
body.mob-open > #app #header {
  left: 80px;
}
@media (min-width: 768px) {
  body.mob-open > #app #header {
    left: calc(100vw - 500px);
  }
}
body.mob-open > #app > #mobile-header, body.mob-open > #app > #wrapper {
  -webkit-transform: translateX(calc(-100vw + 92px));
          transform: translateX(calc(-100vw + 92px));
}
@media (min-width: 768px) {
  body.mob-open > #app > #mobile-header, body.mob-open > #app > #wrapper {
    left: calc(100vw - 500px);
  }
}

#footer {
  padding: 5vw 0;
  position: relative;
  z-index: 99;
  background: #FFF;
}
@media (max-width: 1024px) {
  #footer {
    padding: 30px 0;
  }
}
#footer .container.grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 70px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #footer .container.grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 20px;
  }
}
#footer .container.end {
  padding: 40px 0 0;
  border-top: 1px dashed #C4C4C4;
  font-size: 14px;
}
@media (max-width: 1200px) {
  #footer .container.end {
    padding: 20px 30px 0;
  }
}
#footer #copyright a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}
#footer .info .logo {
  display: block;
  width: 100%;
  max-width: 340px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #footer .info .logo {
    max-width: 210px;
  }
}
#footer .info .logo svg {
  display: block;
  width: 100%;
  height: auto;
}
#footer .info .links {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  #footer .info .links {
    display: grid;
    gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #footer .info .links {
    grid-template-columns: 1fr;
    text-align: left;
  }
}
@media (max-width: 768px) {
  #footer .info .links {
    grid-template-columns: -webkit-max-content auto;
    grid-template-columns: max-content auto;
  }
}
#footer .info .links .actions {
  display: -webkit-flex;
  display: flex;
  gap: 10px;
}
#footer .info .links .social {
  margin: 0 20px;
  font-size: 23px;
}
@media (max-width: 768px) {
  #footer .info .links .social {
    margin: 0 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-evenly;
            justify-content: space-evenly;
  }
}
#footer .info .links .social a {
  color: #322A73;
  margin: 0 10px;
}
@media (max-width: 768px) {
  #footer .info .links .social a {
    margin: 0;
  }
}
@media (min-width: 768px) {
  #footer .navigation {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  #footer .navigation > * {
    margin-bottom: 20px;
  }
}
#footer .navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  min-width: 200px;
}
#footer .navigation ul a {
  text-decoration: none;
  color: #67727C;
}
#footer .navigation ul a:before {
  content: "";
  display: inline-block;
  background-image: url("/wp-content/themes/brickowner/images/bullet-box.svg");
  background-size: contain;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  margin-right: 12px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#footer .navigation h5 {
  font-size: 23px;
  margin: 0 0 10px;
}

.pagi {
  text-align: center;
  position: relative;
  margin: 60px 0 0;
}
@media (max-width: 768px) {
  .pagi {
    margin: 10px 0 20px;
  }
}
.pagi > span {
  display: inline-block;
  padding-top: 20px;
  color: #FFF;
}
.pagi a, .pagi .current {
  color: #FFF;
  display: inline-block;
  margin: 0 6px;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  transition: all 0.25s ease;
}
.pagi a:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.2);
}
.pagi a i {
  font-size: 14px;
}
.pagi .current {
  color: #322A73;
  background: #21CD97;
}
.pagi .page {
  background: none !important;
}

section.hero_banner {
  overflow: hidden;
  padding: 0 40px;
}
@media (max-width: 768px) {
  section.hero_banner {
    padding: 30px 30px 0;
  }
}
section.hero_banner .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 65vh;
  min-height: 700px;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 768px) {
  section.hero_banner .grid {
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-max-content 90vw;
    grid-template-rows: max-content 90vw;
    min-height: 0;
    height: auto;
  }
}
section.hero_banner .text {
  padding: 10vw auto;
}
@media (max-width: 768px) {
  section.hero_banner .text {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  section.hero_banner .text h1 {
    font-size: 27px;
    line-height: 1.2;
  }
}
section.hero_banner .text .sub-title {
  font-size: 23px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  section.hero_banner .text .sub-title {
    font-size: 18px;
    line-height: 1.4;
  }
}
section.hero_banner .images {
  height: 100%;
}
section.hero_banner .images.phones-2 {
  position: relative;
}
section.hero_banner .images.phones-2 img {
  position: absolute;
  height: 95%;
  width: auto;
  bottom: 0;
  -webkit-filter: drop-shadow(10px 20px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(10px 20px 10px rgba(0, 0, 0, 0.1));
}
section.hero_banner .images.phones-2 img.img-1 {
  z-index: 1;
  position: absolute;
  left: 0;
  -webkit-filter: drop-shadow(10px 20px 10px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(10px 20px 10px rgba(0, 0, 0, 0.3));
}
section.hero_banner .images.phones-2 img.img-2 {
  right: 0;
  height: 85%;
}

section.invest_raise_benefits {
  background: #F6F8F9;
  padding: 5vw 0;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  section.invest_raise_benefits {
    padding: 30px;
  }
}
section.invest_raise_benefits:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background: #FFF;
}
section.invest_raise_benefits .container > svg {
  margin: 0 auto;
  display: block;
  width: 60%;
}
@media (max-width: 1024px) {
  section.invest_raise_benefits .container > svg {
    display: none;
  }
}
section.invest_raise_benefits .features {
  position: relative;
}
section.invest_raise_benefits .features.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding: 0 40px;
}
@media (max-width: 768px) {
  section.invest_raise_benefits .features.grid {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0;
  }
}
section.invest_raise_benefits .features .feature {
  background: #FFF;
  padding: 40px 40px 0;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-rows: -webkit-max-content -webkit-max-content auto -webkit-max-content;
  grid-template-rows: max-content max-content auto max-content;
}
@media (max-width: 768px) {
  section.invest_raise_benefits .features .feature {
    padding: 20px 30px 0;
  }
}
section.invest_raise_benefits .features .feature i {
  font-size: 60px;
  color: #3F8ED4;
  margin-bottom: 20px;
}
section.invest_raise_benefits .features .feature .btn {
  margin-top: 20px;
}
@media (max-width: 768px) {
  section.invest_raise_benefits .features .feature .btn {
    margin-top: 10px;
  }
}

section.how_brickowner_works {
  padding: 5vw 0 0;
  overflow: hidden;
}
section.how_brickowner_works .process {
  padding: 0 50px;
}
@media (max-width: 768px) {
  section.how_brickowner_works .process {
    padding: 0 30px;
  }
}
section.how_brickowner_works .process.grid {
  display: grid;
  gap: 50px;
  grid-template-columns: -webkit-max-content 400px auto;
  grid-template-columns: max-content 400px auto;
}
@media (max-width: 1200px) {
  section.how_brickowner_works .process.grid {
    grid-template-columns: -webkit-max-content 300px auto;
    grid-template-columns: max-content 300px auto;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  section.how_brickowner_works .process.grid {
    grid-template-columns: 40% auto;
    gap: 40px;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  section.how_brickowner_works .process.grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    -webkit-align-items: center;
            align-items: center;
  }
}
section.how_brickowner_works .process .menu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding-top: 50px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.how_brickowner_works .process .menu {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
            justify-content: center;
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  section.how_brickowner_works .process .menu {
    padding-top: 0px;
    gap: 5px;
  }
}
section.how_brickowner_works .process .menu a {
  display: block;
  text-decoration: none;
  background: #EDEDED;
  padding: 0 20px;
  margin-left: 20px;
  padding-left: 40px;
  line-height: 60px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  font-family: "Roboto", sans-serif;
  transition: all 0.25s ease;
  color: #322A73;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.how_brickowner_works .process .menu a {
    font-size: 18px;
    line-height: 50px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  section.how_brickowner_works .process .menu a {
    display: inline-block;
    min-width: 0;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
    margin-left: 0px;
    padding-left: 30px;
  }
}
section.how_brickowner_works .process .menu a span {
  background: rgba(33, 205, 151, 0);
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  display: block;
  color: #67727C;
  font-weight: 500;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.25s ease;
}
@media (max-width: 768px) {
  section.how_brickowner_works .process .menu a span {
    left: 5px;
  }
}
section.how_brickowner_works .process .menu a.active {
  background: #151F6D;
  color: #FFF;
  margin-left: 0px;
  padding-left: 25px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.how_brickowner_works .process .menu a.active {
    margin-left: 20px;
  }
}
section.how_brickowner_works .process .menu a.active span {
  background: #21CD97;
  margin-left: -30px;
  color: #FFF;
}
@media (max-width: 768px) {
  section.how_brickowner_works .process .menu a.active span {
    margin-left: -20px;
  }
}
section.how_brickowner_works .process .screens {
  position: relative;
}
section.how_brickowner_works .process .screens .shell {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
section.how_brickowner_works .process .screens .screens-wrap {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  height: calc(100% - 10px);
  width: calc(100% - 20px);
  top: 10px;
  left: 10px;
  overflow: hidden;
  border-radius: 50px 50px 0 0;
}
@media (max-width: 768px) {
  section.how_brickowner_works .process .screens .screens-wrap {
    border-radius: 10px 10px 0 0;
  }
}
section.how_brickowner_works .process .screens .screens-wrap .screens-stage {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  height: 100%;
  width: 300%;
  top: 0;
}
section.how_brickowner_works .process .screens .img img {
  display: block;
  width: 100%;
  height: auto;
}
section.how_brickowner_works .process .tabs {
  padding-top: 50px;
}
@media (max-width: 768px) {
  section.how_brickowner_works .process .tabs {
    padding-top: 0px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-bottom: 40px;
  }
}
section.how_brickowner_works .process .tabs .tab .text {
  -webkit-align-self: center;
          align-self: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  section.how_brickowner_works .process .tabs .tab .text {
    margin-bottom: 20px;
  }
}
section.how_brickowner_works .process .tabs .tab:not(.active) {
  display: none;
}

.completed_investments {
  background: #F6F8F9;
  padding: 5vw 0;
}
@media (max-width: 768px) {
  .completed_investments {
    padding: 30px 0;
  }
}
.completed_investments .investment-cards {
  padding: 0 40px;
  /* the slides */
  /* the parent */
}
@media (min-width: 768px) {
  .completed_investments .investment-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .completed_investments .investment-cards {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .completed_investments .investment-cards {
    gap: 40px;
  }
}
.completed_investments .investment-cards .slick-list > .slick-track {
  margin-left: 0;
  display: -webkit-flex;
  display: flex;
}
.completed_investments .investment-cards .slick-slide {
  margin: 0 10px;
  height: auto;
}
@media (max-width: 768px) {
  .completed_investments .investment-cards .slick-slide {
    margin: 0 10px;
  }
}
.completed_investments .investment-cards .slick-list {
  margin: 0 -5px;
}
@media (max-width: 768px) {
  .completed_investments .investment-cards .slick-list {
    margin: 0px;
    padding: 0 40px;
  }
}
.completed_investments .investment-cards .card {
  background: #FFF;
  padding: 15px;
  border-radius: 10px;
  display: grid;
  gap: 10px;
  grid-template-rows: -webkit-max-content 10vw 1fr;
  grid-template-rows: max-content 10vw 1fr;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .completed_investments .investment-cards .card {
    max-width: calc(100% - 30px);
    margin-bottom: 10px;
  }
}
.completed_investments .investment-cards .card h5 {
  font-size: 25px;
  margin: 0 10px;
}
.completed_investments .investment-cards .card .img {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .completed_investments .investment-cards .card .img {
    height: 90px;
  }
}
.completed_investments .investment-cards .card .img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}
.completed_investments .investment-cards .card .returns div {
  padding: 10px 15px;
  border-radius: 5px;
}
.completed_investments .investment-cards .card .returns div span {
  display: block;
  color: #322A73;
  font-weight: 700;
  font-size: 16px;
}
.completed_investments .investment-cards .card .returns div.actual {
  background: #3FE0AD;
}
.completed_investments .investment-cards img {
  width: 100%;
  height: auto;
}

.bullet_point_grid {
  padding: 5vw 40px;
}
@media (max-width: 768px) {
  .bullet_point_grid {
    padding: 30px 0;
  }
}
.bullet_point_grid .intro {
  margin-bottom: 4vw;
}
@media (max-width: 768px) {
  .bullet_point_grid .intro {
    margin-bottom: 30px;
  }
}
.bullet_point_grid .grid.points {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1024px) {
  .bullet_point_grid .grid.points {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .bullet_point_grid .grid.points {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 20px;
  }
}
.bullet_point_grid .grid.points .card {
  background: #F6F8F9;
  padding: 50px;
  text-align: center;
  border-radius: 10px;
  display: grid;
  gap: 20px;
  grid-template-rows: 60px -webkit-max-content;
  grid-template-rows: 60px max-content;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .bullet_point_grid .grid.points .card {
    padding: 20px 15px;
    gap: 15px;
    grid-template-rows: 30px -webkit-max-content;
    grid-template-rows: 30px max-content;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
}
.bullet_point_grid .grid.points .card i {
  font-size: 55px;
  color: #3F8ED4;
}
@media (max-width: 768px) {
  .bullet_point_grid .grid.points .card i {
    font-size: 32px;
  }
}

section.testimonials {
  position: relative;
  background: #F6F8F9;
  z-index: 20;
}
@media (max-width: 768px) {
  section.testimonials {
    padding: 10vw 0;
    min-height: 0;
  }
}
section.testimonials .slick-arrow {
  position: absolute;
  top: 50%;
  background: #21CD97;
  color: #FFF;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 25px;
  z-index: 50;
}
section.testimonials .slick-arrow.btn-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
section.testimonials .slick-arrow.btn-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 768px) {
  section.testimonials .slick-arrow {
    display: none !important;
  }
}
section.testimonials .grid {
  display: inline-grid;
  grid-template-columns: repeat(16, 1fr);
  grid-template-rows: repeat(10, 90px);
}
@media (max-width: 1200px) {
  section.testimonials .grid {
    grid-template-rows: repeat(10, 70px);
  }
}
@media (max-width: 768px) {
  section.testimonials .grid {
    grid-template-columns: repeat(16, 1fr);
    grid-template-rows: repeat(16, 35px);
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  section.testimonials .grid {
    grid-template-rows: repeat(10, 60px);
  }
}
section.testimonials .grid h2 {
  grid-column: 2/10;
  grid-row: 2/3;
}
@media (max-width: 768px) {
  section.testimonials .grid h2 {
    grid-column: 1/16;
    grid-row: 1/2;
    text-align: center;
    margin-bottom: 30px;
  }
}
section.testimonials .grid .text {
  grid-column: 8/15;
  grid-row: 4/9;
  background: #FFF;
  padding: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.15);
}
@media (max-height: 850px) and (min-width: 1000px) {
  section.testimonials .grid .text {
    grid-column: 6/14;
  }
}
@media (max-width: 1200px) {
  section.testimonials .grid .text {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  section.testimonials .grid .text {
    grid-row: 4/10;
  }
}
@media (max-width: 768px) {
  section.testimonials .grid .text {
    padding: 30px;
    grid-column: 2/16;
    grid-row: 6/18;
    text-align: center;
  }
}
section.testimonials .grid .text #quotes {
  display: block;
  width: 100%;
}
section.testimonials .grid .text #quotes .slick-list,
section.testimonials .grid .text #quotes .slick-track,
section.testimonials .grid .text #quotes .slick-slide > div {
  height: 100% !important;
}
section.testimonials .grid .text .quote {
  width: 100%;
  height: 100%;
  display: grid !important;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  -webkit-align-items: center;
          align-items: center;
}
section.testimonials .grid .text .quote .head {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  section.testimonials .grid .text .quote .head {
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin-bottom: 15px;
  }
}
section.testimonials .grid .text .quote .head .tp-stars {
  max-height: 32px;
}
@media (max-width: 768px) {
  section.testimonials .grid .text .quote .head .tp-stars {
    max-height: 25px;
  }
}
section.testimonials .grid .text .quote .head .tp-logo {
  max-height: 45px;
}
@media (max-width: 768px) {
  section.testimonials .grid .text .quote .head .tp-logo {
    max-height: 25px;
  }
}
section.testimonials .grid .slider {
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
section.testimonials .grid > div[class^=img] {
  overflow: hidden;
  border-radius: 10px;
}
section.testimonials .grid > div[class^=img] .img {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
section.testimonials .grid > div[class^=img] .img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}
section.testimonials .grid .img1 {
  grid-column: 2/10;
  grid-row: 3/10;
}
@media (max-height: 850px) and (min-width: 1000px) {
  section.testimonials .grid .img1 {
    grid-column: 1/8;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  section.testimonials .grid .img1 {
    grid-row: 3/12;
  }
}
@media (max-width: 768px) {
  section.testimonials .grid .img1 {
    grid-column: 1/11;
    grid-row: 3/11;
    border-radius: 0 10px 10px 0 !important;
  }
}
section.testimonials .grid .img2 {
  grid-column: 12/17;
  grid-row: 2/7;
  border-radius: 10px 0 0 10px !important;
}
@media (min-width: 768px) and (max-height: 800px) {
  section.testimonials .grid .img2 {
    grid-row: 1/6;
  }
}
@media (max-width: 768px) {
  section.testimonials .grid .img2 {
    grid-row: 2/6;
    position: relative;
    z-index: 1;
  }
}
section.testimonials .grid .img3 {
  grid-column: 14/16;
  grid-row: 9/12;
  position: relative;
  z-index: 10;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.15);
  margin-top: -10%;
}
@media (max-height: 850px) and (min-width: 1000px) {
  section.testimonials .grid .img3 {
    grid-column: 13/16;
    grid-row: 8/11;
    argin-top: 0%;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  section.testimonials .grid .img3 {
    grid-row: 9/12;
  }
}
@media (max-width: 768px) {
  section.testimonials .grid .img3 {
    grid-column: 9/15;
    grid-row: 14/17;
    display: none;
  }
}

section.investment_structure {
  background: #F6F8F9;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.investment_structure {
    padding: 5vw 0;
  }
}
section.investment_structure .slice {
  background: #322A73;
  top: 80px !important;
}
section.investment_structure .slice + .container {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  section.investment_structure .slice {
    top: 101% !important;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (max-width: 768px) {
  section.investment_structure .container.grid {
    padding: 0 !important;
  }
  section.investment_structure .container.grid .intro {
    padding: 0 30px;
  }
}
section.investment_structure .structure {
  position: relative;
}
@media (min-width: 768px) and (max-height: 800px) {
  section.investment_structure .structure {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}
section.investment_structure .structure.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  padding: 0 40px;
  /* the slides */
  /* the parent */
}
@media (max-width: 1200px) {
  section.investment_structure .structure.grid {
    padding: 0;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  section.investment_structure .structure.grid {
    grid-template-columns: 1fr;
    padding: 0 !important;
  }
}
@media (max-width: 1024px) {
  section.investment_structure .structure.grid {
    gap: 20px;
    padding: 0 20px;
  }
}
section.investment_structure .structure.grid .slick-list > .slick-track {
  margin-left: 0;
}
section.investment_structure .structure.grid .slick-slide {
  margin: 0 10px;
  height: auto;
}
@media (max-width: 768px) {
  section.investment_structure .structure.grid .slick-slide {
    margin: 10px 10px;
  }
}
section.investment_structure .structure.grid .slick-list {
  margin: 0 -10px;
}
@media (max-width: 768px) {
  section.investment_structure .structure.grid .slick-list {
    margin: 0px;
    padding: 0 20px;
  }
}
section.investment_structure .structure .card {
  background: #FFF;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-rows: -webkit-max-content -webkit-max-content auto -webkit-max-content;
  grid-template-rows: max-content max-content auto max-content;
}
@media (max-width: 1200px) {
  section.investment_structure .structure .card {
    padding: 30px 20px 15px;
  }
}
@media (max-width: 768px) {
  section.investment_structure .structure .card {
    padding: 20px;
    width: calc(100% - 40px) !important;
    margin: 20px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }
}
section.investment_structure .structure .card i {
  font-size: 60px;
  color: #21CD97;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  section.investment_structure .structure .card i {
    font-size: 45px;
    margin-bottom: 5px;
  }
}
section.investment_structure .structure .card h5 {
  font-size: 25px;
  margin: 0;
}
section.investment_structure .structure .card .btn {
  margin-top: 20px;
  margin-bottom: -20px;
}
@media (min-width: 768px) {
  section.investment_structure .structure .card .btn {
    margin-bottom: -15px;
  }
}
@media (min-width: 1200px) {
  section.investment_structure .structure .card .btn {
    margin-bottom: -40px;
  }
}

section.learn_more_form {
  background: #322A73;
  padding: 5vw 40px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  section.learn_more_form {
    padding: 30px 0;
    min-height: 0 !important;
  }
}
section.learn_more_form .container.grid > div {
  position: relative;
  z-index: 10;
}
section.learn_more_form .intro {
  color: rgba(255, 255, 255, 0.5);
}
section.learn_more_form .intro h2 {
  color: #FFF;
}
section.learn_more_form .grid.form .form-grid {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  section.learn_more_form .grid.form .form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  section.learn_more_form .grid.form .form-grid .submit {
    grid-column-start: 1;
    grid-column-end: 3;
    text-align: center;
  }
}
section.learn_more_form .grid.form .hbspt-form {
  max-width: 800px;
  margin: 0 auto;
}
section.learn_more_form .news-bg {
  position: absolute;
  right: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.learn_more_form .news-bg.img-1 {
  width: 80vw;
}
section.learn_more_form .news-bg.img-2 {
  right: auto;
  left: 60%;
  width: 70vw;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

section.logo_slider {
  background: #F6F8F9;
  padding: 5vw 0;
  min-height: auto !important;
  position: relative;
}
@media (max-width: 768px) {
  section.logo_slider {
    padding: 10vw 0 20px !important;
  }
}
@media (max-width: 768px) {
  section.logo_slider .grid.logos {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 0;
  }
}
@media (min-width: 768px) {
  section.logo_slider .grid.logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}
section.logo_slider .grid.logos .logo {
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
section.logo_slider .grid.logos img {
  display: block;
  width: 100%;
  height: auto;
}

section.team {
  padding: 5vw 0;
  z-index: 20;
}
@media (max-width: 1024px) {
  section.team {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  section.team {
    padding: 20px 0;
  }
}
section.team .slice {
  display: none !important;
}
section.team .grid {
  text-align: center;
}
@media (min-width: 768px) {
  section.team .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}
@media (min-width: 1024px) {
  section.team .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 120px;
       -moz-column-gap: 120px;
            column-gap: 120px;
    row-gap: 20px;
  }
}
@media (min-width: 1024px) {
  section.team .grid[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 20px;
  }
}
@media (min-width: 1024px) {
  section.team .grid[data-col="2"] .team-member {
    display: grid;
    grid-template-columns: -webkit-max-content auto;
    grid-template-columns: max-content auto;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  section.team .grid[data-col="2"] .team-member .team-thumb {
    width: 8vw;
    padding-top: 9vw;
  }
}
@media (max-width: 1024px) {
  section.team .team-member {
    margin-bottom: 30px;
  }
}
section.team .team-member .team-thumb {
  width: 70%;
  display: block;
  position: relative;
  padding-top: 80%;
  margin: 0 auto 20px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
@media (max-width: 1024px) {
  section.team .team-member .team-thumb {
    max-width: 240px;
    height: 280px;
    padding: 0;
    margin: 0 auto 20px;
  }
}
@media (max-width: 768px) {
  section.team .team-member .team-thumb {
    width: 200px;
    height: 220px;
  }
}
section.team .team-member .team-thumb img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}
@media (max-width: 1024px) {
  section.team .team-member .info {
    max-width: 300px;
    margin: 0 auto;
  }
}
section.team .team-member h5 {
  color: #21CD97;
  font-size: 22px;
  margin: 0;
  font-family: "TTInterphases-Medium";
}
@media (max-width: 1024px) {
  section.team .team-member h5 {
    font-size: 18px;
  }
}
section.team ~ section.team {
  background: #322A73;
  overflow: hidden;
}
section.team ~ section.team .intro h2 {
  color: #FFF;
}
section.team ~ section.team .team-member h4 {
  color: #FFF;
}
section.team ~ section.team .team-member p {
  color: #FFF;
  opacity: 0.7;
  font-size: 15px;
}
section.team .news-bg {
  position: absolute;
  right: 60%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  opacity: 0.4;
}
section.team .news-bg.img-1 {
  width: 80vw;
}
section.team .news-bg.img-2 {
  right: auto;
  left: 60%;
  width: 70vw;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

section.accordion {
  padding: 5vw 0;
}

.accordion-wrap {
  margin: 0 auto;
}

div.accordion {
  display: grid;
  gap: 20px;
}
@media (max-width: 768px) {
  div.accordion {
    padding: 0;
  }
}
div.accordion .item {
  background: #FFF;
  display: block;
  border-radius: 5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
div.accordion .item:before {
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background: #21CD97;
  content: "";
  top: 0;
}
div.accordion .item .item-title {
  display: block;
  padding-left: 22px;
  position: relative;
  padding: 15px 55px 15px 30px;
  padding-left: 35px;
  font-size: 16px;
  color: #322A73;
  font-weight: 500;
  cursor: pointer;
}
div.accordion .item .item-title:after {
  position: absolute;
  top: 50%;
  right: 25px;
  color: #21CD97;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
  -webkit-transform-origin: center;
          transform-origin: center;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
div.accordion .item.active .item-title:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
div.accordion .item .item-content {
  height: 0;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.45;
}
div.accordion .item .item-content .item-inner {
  padding: 0px 30px 15px;
  padding-left: 35px;
}
div.accordion .item .item-content h4 {
  font-size: 22px;
}

section.text_image_columns > .slice-wrap {
  display: none;
}
section.text_image_columns .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-align-items: center;
          align-items: center;
  gap: 60px;
  padding: 4vw 40px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1024px) {
  section.text_image_columns .grid {
    grid-template-columns: 1fr;
    min-height: 0;
    height: auto;
    gap: 50px;
    padding: 0 30px;
  }
}
section.text_image_columns .grid[data-layout=right] {
  grid-auto-flow: dense;
  direction: rtl;
}
section.text_image_columns .grid[data-layout=right] * {
  direction: ltr;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.text_image_columns .grid[data-layout=right] {
    direction: ltr;
  }
}
section.text_image_columns .image img {
  max-width: 100%;
}
section.text_image_columns .text {
  padding: 10vw auto;
  font-size: 15px;
  line-height: 1.45;
}
@media (max-width: 768px) {
  section.text_image_columns .text {
    margin-bottom: 30px;
  }
}
section.text_image_columns .text h2 {
  font-size: 32px;
}
@media (max-width: 768px) {
  section.text_image_columns .text h2 {
    font-size: 27px;
    line-height: 1.2;
  }
}
section.text_image_columns .text .pre-title {
  color: #21CD97;
  font-size: 23px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  section.text_image_columns .text .pre-title {
    font-size: 18px;
    line-height: 1.4;
  }
}
section.text_image_columns .text p a {
  color: inherit;
}

section.how_brickowner_works_tabbed_mobile_view {
  z-index: 20;
}
section.how_brickowner_works_tabbed_mobile_view:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #F9FAFB;
  z-index: -1;
}
@media (min-height: 992px) {
  section.how_brickowner_works_tabbed_mobile_view {
    background: #F9FAFB;
  }
}
@media (max-height: 830px) and (min-width: 1000px) {
  section.how_brickowner_works_tabbed_mobile_view {
    background: #F9FAFB;
  }
}
@media (max-width: 768px) {
  section.how_brickowner_works_tabbed_mobile_view {
    background-color: #F9FAFB;
  }
}
section.how_brickowner_works_tabbed_mobile_view .slice {
  background: #FFF;
  top: -20vh !important;
}
section.how_brickowner_works_tabbed_mobile_view .slice + .container {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  section.how_brickowner_works_tabbed_mobile_view .slice {
    display: none;
  }
}
section.how_brickowner_works_tabbed_mobile_view .hex {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  width: 9vw;
}
@media (max-width: 1200px) {
  section.how_brickowner_works_tabbed_mobile_view .hex {
    width: 6vh;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  section.how_brickowner_works_tabbed_mobile_view .hex {
    width: 9vh;
  }
}
section.how_brickowner_works_tabbed_mobile_view .grid {
  display: grid;
  gap: 80px;
  grid-template-columns: 240px 400px auto;
  position: relative;
}
@media (min-width: 768px) and (max-height: 800px) {
  section.how_brickowner_works_tabbed_mobile_view .grid {
    grid-template-columns: 240px 300px auto;
    gap: 50px;
    padding-right: 80px;
  }
}
@media (max-width: 1200px) {
  section.how_brickowner_works_tabbed_mobile_view .grid {
    grid-template-columns: 240px 300px auto;
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  section.how_brickowner_works_tabbed_mobile_view .grid {
    grid-template-columns: 40% auto;
    gap: 40px;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media (max-width: 768px) {
  section.how_brickowner_works_tabbed_mobile_view .grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    -webkit-align-items: center;
            align-items: center;
  }
}
section.how_brickowner_works_tabbed_mobile_view .grid:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11px;
  border-radius: 11px;
  background: #322A73;
  z-index: 50;
}
section.how_brickowner_works_tabbed_mobile_view .tab-nav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding-top: 50px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.how_brickowner_works_tabbed_mobile_view .tab-nav ul {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: center;
            justify-content: center;
    padding-top: 0px;
  }
}
@media (max-width: 768px) {
  section.how_brickowner_works_tabbed_mobile_view .tab-nav ul {
    padding-top: 0px;
    gap: 5px;
    padding: 0;
    margin: 0;
  }
}
section.how_brickowner_works_tabbed_mobile_view .tab-nav ul a {
  display: block;
  text-decoration: none;
  background: #FFF;
  padding: 0 20px;
  margin-left: 20px;
  padding-left: 40px;
  line-height: 60px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  font-family: "Roboto", sans-serif;
  transition: all 0.25s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  color: #322A73;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.how_brickowner_works_tabbed_mobile_view .tab-nav ul a {
    font-size: 18px;
    line-height: 50px;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  section.how_brickowner_works_tabbed_mobile_view .tab-nav ul a {
    display: inline-block;
    min-width: 0;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
    margin-left: 0px;
    padding-left: 30px;
  }
}
section.how_brickowner_works_tabbed_mobile_view .tab-nav ul a span {
  background: rgba(33, 205, 151, 0);
  width: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  display: block;
  color: #322A73;
  font-weight: 500;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.25s ease;
}
@media (max-width: 768px) {
  section.how_brickowner_works_tabbed_mobile_view .tab-nav ul a span {
    left: 5px;
  }
}
section.how_brickowner_works_tabbed_mobile_view .tab-nav ul a.active {
  background: #322A73;
  color: #FFF;
  margin-left: 0px;
  padding-left: 25px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  section.how_brickowner_works_tabbed_mobile_view .tab-nav ul a.active {
    margin-left: 20px;
  }
}
section.how_brickowner_works_tabbed_mobile_view .tab-nav ul a.active span {
  background: #21CD97;
  margin-left: -30px;
  color: #FFF;
}
@media (max-width: 768px) {
  section.how_brickowner_works_tabbed_mobile_view .tab-nav ul a.active span {
    margin-left: -20px;
  }
}
section.how_brickowner_works_tabbed_mobile_view .screens {
  position: relative;
}
section.how_brickowner_works_tabbed_mobile_view .screens .shell {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
section.how_brickowner_works_tabbed_mobile_view .screens .screens-wrap {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  height: calc(100% - 10px);
  width: calc(100% - 20px);
  top: 10px;
  left: 10px;
  overflow: hidden;
  border-radius: 50px 50px 0 0;
}
@media (max-width: 768px) {
  section.how_brickowner_works_tabbed_mobile_view .screens .screens-wrap {
    border-radius: 10px 10px 0 0;
  }
}
section.how_brickowner_works_tabbed_mobile_view .screens .screens-wrap .screens-stage {
  display: -webkit-flex;
  display: flex;
  position: absolute;
  height: 100%;
  width: 300%;
  top: 0;
}
section.how_brickowner_works_tabbed_mobile_view .screens .img img {
  display: block;
  width: 100%;
  height: auto;
}
section.how_brickowner_works_tabbed_mobile_view .tabs {
  padding-top: 50px;
}
@media (max-width: 768px) {
  section.how_brickowner_works_tabbed_mobile_view .tabs {
    padding-top: 0px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  section.how_brickowner_works_tabbed_mobile_view .tabs {
    padding-top: 0;
  }
}
section.how_brickowner_works_tabbed_mobile_view .tabs .tab .text {
  -webkit-align-self: center;
          align-self: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  section.how_brickowner_works_tabbed_mobile_view .tabs .tab .text {
    margin-bottom: 20px;
  }
}
section.how_brickowner_works_tabbed_mobile_view .tabs .tab .text > span {
  color: #21CD97;
  font-size: 30px;
}
section.how_brickowner_works_tabbed_mobile_view .tabs .tab:not(.active) {
  display: none;
}

.completed_investments_feature {
  background: #FFF;
  padding: 5vw 0;
  z-index: 20;
}
@media (min-width: 768px) and (max-height: 800px) {
  .completed_investments_feature {
    padding-bottom: 0 !important;
  }
}
.completed_investments_feature .hex {
  position: absolute;
  top: 5vw;
  left: 0;
  z-index: 20;
  -webkit-transform: translate(-20%, 100%);
          transform: translate(-20%, 100%);
  width: 150px;
}
@media (max-width: 768px) {
  .completed_investments_feature .hex {
    display: none;
  }
}
.completed_investments_feature .slice {
  background: #322A73;
  top: 80px !important;
}
.completed_investments_feature .slice + .container {
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .completed_investments_feature .slice {
    top: 85% !important;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (max-width: 768px) {
  .completed_investments_feature {
    padding: 30px 0 0;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  .completed_investments_feature .intro {
    margin: 0 auto 90px;
  }
}
@media (max-width: 768px) {
  .completed_investments_feature .container.grid {
    padding: 0 !important;
  }
  .completed_investments_feature .container.grid .intro {
    padding: 0 30px;
  }
}
.completed_investments_feature .investment-cards {
  padding: 0 40px;
  /* the slides */
  /* the parent */
}
@media (max-width: 1200px) {
  .completed_investments_feature .investment-cards {
    padding: 0px;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  .completed_investments_feature .investment-cards {
    padding: 0 30px;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@media (min-width: 768px) {
  .completed_investments_feature .investment-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .completed_investments_feature .investment-cards {
    padding: 0;
    max-width: 100vw;
  }
}
@media (min-width: 1200px) {
  .completed_investments_feature .investment-cards {
    gap: 30px;
  }
}
.completed_investments_feature .investment-cards .slick-list > .slick-track {
  margin-left: 0;
}
.completed_investments_feature .investment-cards .slick-slide {
  margin: 0 5px;
  height: auto;
}
@media (max-width: 768px) {
  .completed_investments_feature .investment-cards .slick-slide {
    margin: 0 5px;
  }
}
.completed_investments_feature .investment-cards .slick-list {
  margin: 0 -5px;
}
@media (max-width: 768px) {
  .completed_investments_feature .investment-cards .slick-list {
    margin: 0px;
    padding: 0 30px !important;
  }
}
.completed_investments_feature .investment-cards .card {
  background: #FFF;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .completed_investments_feature .investment-cards .card {
    display: grid;
    gap: 10px;
    grid-template-rows: 210px -webkit-max-content;
    grid-template-rows: 210px max-content;
  }
}
@media (max-width: 1200px) {
  .completed_investments_feature .investment-cards .card {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .completed_investments_feature .investment-cards .card {
    width: calc(100% - 30px) !important;
    padding: 15px;
    margin: 20px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  }
}
.completed_investments_feature .investment-cards .card .investment-title {
  padding: 5px 0;
}
.completed_investments_feature .investment-cards .card .investment-title h5 {
  font-size: 27px;
  margin: 0;
}
.completed_investments_feature .investment-cards .card .investment-title > span {
  font-size: 14px;
}
.completed_investments_feature .investment-cards .card .investment-title > span strong {
  font-weight: 400;
  color: #000;
  margin-right: 5px;
  display: inline-block;
}
.completed_investments_feature .investment-cards .card .img-wrap {
  position: relative;
}
.completed_investments_feature .investment-cards .card .img {
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .completed_investments_feature .investment-cards .card .img {
    height: 130px;
  }
}
.completed_investments_feature .investment-cards .card .img img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}
.completed_investments_feature .investment-cards .card .sub-text {
  border-top: 1px solid #ececec;
  padding-top: 5px;
  margin-top: 5px;
}
.completed_investments_feature .investment-cards .card .sub-text p {
  margin: 0;
  font-size: 14px;
}
.completed_investments_feature .investment-cards .card .returns-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 768px) {
  .completed_investments_feature .investment-cards .card .returns-grid {
    gap: 5px;
  }
}
.completed_investments_feature .investment-cards .card .returns-grid > div {
  background: #F6F8F9;
  border-radius: 10px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  display: grid;
  padding: 10px;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  -webkit-align-items: center;
          align-items: center;
}
@media (max-width: 768px) {
  .completed_investments_feature .investment-cards .card .returns-grid > div {
    gap: 5px;
  }
}
.completed_investments_feature .investment-cards .card .returns-grid i {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 28px;
  color: #21CD97;
}
.completed_investments_feature .investment-cards .card .returns-grid .label {
  font-size: 11px;
}
.completed_investments_feature .investment-cards .card .returns-grid div {
  font-size: 25px;
  color: #322A73;
  font-weight: 500;
}
@media (max-width: 768px) {
  .completed_investments_feature .investment-cards .card .returns-grid div {
    font-size: 20px;
  }
}
.completed_investments_feature .investment-cards .card .returns-grid .annual {
  font-size: 10px;
  white-space: nowrap;
}
.completed_investments_feature .investment-cards .funded {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #21CD97;
  color: #FFF;
  z-index: 1;
  padding: 5px 15px 5px 15px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 17px;
}
@media (max-width: 768px) {
  .completed_investments_feature .investment-cards .funded {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}
.completed_investments_feature .investment-cards .funded:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
  margin-right: 8px;
  font-size: 20px;
}

.features_stack {
  background: #322A73;
  padding: 5vw 0;
  z-index: 20;
  overflow: hidden;
}
@media (max-width: 768px) {
  .features_stack {
    padding: 5vw 0;
    min-height: 0;
  }
}
.features_stack .hex {
  position: absolute;
  top: 15vw;
  right: 0;
  z-index: 20;
  -webkit-transform: translate(-70%, 100%);
          transform: translate(-70%, 100%);
  width: 100px;
}
@media (max-width: 768px) {
  .features_stack .hex {
    display: none;
  }
}
.features_stack .intro h2, .features_stack .intro p {
  color: #FFF;
}
.features_stack .slice {
  background: #322A73;
  top: 0vh !important;
  display: none;
}
.features_stack .slice + .container {
  position: relative;
  z-index: 10;
}
.features_stack .grid {
  display: grid;
  grid-auto-flow: row;
  gap: 20px;
  position: relative;
  margin: 0 -5vw -11vw;
  /* the slides */
  /* the parent */
}
@media (min-width: 768px) and (max-height: 800px) {
  .features_stack .grid {
    margin: 0 -5vw -20vw;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}
@media (min-width: 1800px) {
  .features_stack .grid {
    margin: 0 0 -13vh;
  }
}
@media (max-width: 768px) {
  .features_stack .grid {
    padding-bottom: 80px;
  }
}
.features_stack .grid:before {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 10;
  left: 0;
  height: 20vw;
  background: #1b1647;
  background: linear-gradient(0deg, #1b1647 25%, rgba(50, 42, 115, 0) 100%);
}
@media (min-width: 768px) and (max-height: 800px) {
  .features_stack .grid:before {
    width: 140vw;
    left: -20vw;
  }
}
.features_stack .grid .slick-list > .slick-track {
  margin-left: 0;
}
.features_stack .grid .slick-slide {
  margin: 0 10px;
  height: auto;
}
@media (max-width: 768px) {
  .features_stack .grid .slick-slide {
    margin: 10px 10px;
  }
}
.features_stack .grid .slick-list {
  margin: 0 -10px;
}
@media (max-width: 768px) {
  .features_stack .grid .slick-list {
    margin: 0px;
    padding: 0 20px;
  }
}
.features_stack .grid .row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.features_stack .grid .row:nth-child(even) .feature-card {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.features_stack .feature-card {
  padding: 30px 40px 40px;
  background: #393081;
  background: linear-gradient(132deg, #393081 0%, #322a73 100%);
  border-radius: 5px;
  box-shadow: -2px -1px 0 0 #483BB3, 1px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media (max-width: 1200px) {
  .features_stack .feature-card {
    padding: 30px 20px 30px;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  .features_stack .feature-card {
    padding: 20px 30px 30px;
  }
}
@media (max-width: 768px) {
  .features_stack .feature-card {
    padding: 30px 30px 30px;
    width: calc(100% - 60px) !important;
  }
}
.features_stack .feature-card i {
  color: #FFF;
  font-size: 60px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .features_stack .feature-card i {
    font-size: 48px;
  }
}
@media (min-width: 768px) and (max-height: 800px) {
  .features_stack .feature-card i {
    font-size: 50px;
  }
}
.features_stack .feature-card h4 {
  font-size: 25px;
  font-weight: 400;
  color: #21CD97;
  margin: 0 0 10px;
}
.features_stack .feature-card p {
  margin: 0;
  color: #FFF;
  font-size: 15px;
  opacity: 0.7;
}
.features_stack .btn {
  position: absolute;
  z-index: 10;
  bottom: 0;
}

body.blog {
  background: #292266;
}
body.blog #container {
  padding: 0px 0 60px;
  position: static;
}
@media (max-width: 768px) {
  body.blog #container {
    padding: 10px 0 60px;
  }
}
body.blog .container {
  position: relative;
}
body.blog .slice-wrap {
  width: 100%;
  left: 0;
  background: #322A73;
  position: absolute;
  top: 0;
  z-index: 0;
  padding-top: 10vw;
}
body.blog .slice {
  width: 100%;
  padding-top: 100%;
  height: auto;
  background: #292266;
  -webkit-clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
}

.grid.blog {
  display: grid;
  grid-template-columns: auto 320px;
  gap: 50px;
}
@media (max-width: 768px) {
  .grid.blog {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .grid.blog .sidebar {
    margin-bottom: 20px;
  }
}
.grid.blog .sidebar .inner {
  height: 100%;
  background: #393081;
  background: linear-gradient(132deg, #393081 0%, #322a73 100%);
  border-radius: 5px;
  box-shadow: -2px -1px 0 0 #483BB3, 1px 2px 4px rgba(0, 0, 0, 0.5);
}
body.single-post .grid.blog .sidebar .inner {
  box-shadow: none !important;
}
body.single .grid.blog .sidebar .inner {
  background: #FFF;
  box-shadow: -2px -1px 0 0 #FFF, 1px 2px 4px rgba(0, 0, 0, 0.2);
}
.grid.blog .sidebar #primary.widget-area {
  padding: 30px 10px;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
@media (max-width: 768px) {
  .grid.blog .sidebar #primary.widget-area {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    padding: 20px 20px;
  }
}
.grid.blog .sidebar #primary.widget-area .widget-container {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .grid.blog .sidebar #primary.widget-area .widget-container {
    margin-bottom: 20px;
  }
}
.grid.blog .sidebar #primary.widget-area .widget-container ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.grid.blog .sidebar #primary.widget-area .widget-container ul li a {
  background: #FFF;
  padding: 15px;
  display: block;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  color: #322A73;
  text-decoration: none;
  font-family: "TTCommonsPro-Db";
  line-height: 1.3;
  padding-bottom: 25px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
body.single-post .grid.blog .sidebar #primary.widget-area .widget-container ul li a {
  background: #F6F8F9;
}
.grid.blog .sidebar #primary.widget-area .widget-container ul li a:before {
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #21CD97;
  content: "";
  left: 0;
}
.grid.blog .sidebar #primary.widget-area .widget-container.widget_categories ul li a {
  padding-left: 22px;
  padding-bottom: 15px;
}
.grid.blog .sidebar #primary.widget-area .widget-container.widget_categories ul li a:before {
  position: absolute;
  left: 0;
  width: 5px;
  height: 100%;
  background: #21CD97;
  content: "";
  top: 0;
}
.grid.blog .sidebar #primary.widget-area .widget-container.widget_categories ul li a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #21CD97;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
}
.grid.blog .sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.grid.blog .sidebar .xoxo h3 {
  font-size: 23px;
  margin: 0 0 15px;
  color: #FFF;
}
body.single-post .grid.blog .sidebar .xoxo h3 {
  color: #322A73;
}

.posts.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1024px) {
  .posts.grid {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .posts.grid {
    grid-template-columns: 1fr;
    padding: 0 0px;
  }
}
.posts.grid .post-item {
  background: #FFF;
  text-align: center;
  border-radius: 10px;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  position: relative;
}
.posts.grid .post-item:before {
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 100%;
  background: #21CD97;
  content: "";
  left: 0;
}
.posts.grid .post-item a.img {
  width: 100%;
  display: block;
  padding-top: 55%;
  position: relative;
}
@media (min-width: 768px) and (max-height: 800px) {
  .posts.grid .post-item a.img {
    padding-top: 45%;
  }
}
@media (max-width: 768px) {
  .posts.grid .post-item a.img {
    padding-top: 45%;
  }
}
.posts.grid .post-item a.img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.posts.grid .post-item .post-intro {
  text-align: left !important;
  text-decoration: none;
  padding: 30px 30px 40px;
  display: block;
  margin: 0 !important;
}
@media (max-width: 768px) {
  .posts.grid .post-item .post-intro {
    padding: 20px 20px 30px;
  }
}
.posts.grid .post-item .post-intro a {
  text-decoration: none;
}
.posts.grid .post-item .post-intro .content {
  text-align: left !important;
  color: #67727C;
  font-size: 13px;
}
.posts.grid .post-item .post-cat-title {
  font-size: 17px;
  font-family: "TTInterphases-Medium";
  color: #21CD97;
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 768px) {
  .posts.grid .post-item .post-cat-title {
    margin-bottom: 0px;
  }
}
.posts.grid .post-item h4 {
  margin-bottom: 30px;
  line-height: 1.25;
  font-size: 25px;
}
@media (min-width: 768px) and (max-height: 800px) {
  .posts.grid .post-item h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .posts.grid .post-item h4 {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .posts.grid .post-item {
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
}
.posts.grid .post-item i {
  font-size: 55px;
  color: #3F8ED4;
}
@media (max-width: 768px) {
  .posts.grid .post-item i {
    font-size: 32px;
  }
}

#featured-posts + .dots {
  padding: 15px 0 25px;
}
#featured-posts + .dots .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  z-index: 10;
  background: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 10px;
}
#featured-posts + .dots .slick-dots li {
  float: none;
  position: relative;
  cursor: pointer;
  margin: 0 4px;
}
#featured-posts + .dots .slick-dots li button {
  display: none;
}
#featured-posts + .dots .slick-dots li:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #FFF;
}
#featured-posts + .dots .slick-dots li.slick-active:before {
  background: #21CD97;
}
#featured-posts .ft-post-item {
  display: grid;
  background: #FFF;
  overflow: hidden;
  grid-template-columns: 1fr 1fr;
  border-radius: 10px;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media (max-width: 768px) {
  #featured-posts .ft-post-item {
    grid-template-columns: 1fr;
  }
}
#featured-posts .ft-post-item:before {
  position: absolute;
  bottom: 0;
  height: 10px;
  width: 100%;
  background: #21CD97;
  content: "";
  left: 0;
  z-index: 5;
}
#featured-posts .ft-post-item a.img {
  width: 100%;
  display: block;
  padding-top: 80%;
  position: relative;
}
@media (min-width: 768px) and (max-height: 800px) {
  #featured-posts .ft-post-item a.img {
    padding-top: 60%;
  }
}
@media (max-width: 768px) {
  #featured-posts .ft-post-item a.img {
    padding-top: 60%;
  }
}
#featured-posts .ft-post-item a.img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#featured-posts .ft-post-item .ft-post-content {
  display: grid;
  -webkit-align-items: center;
          align-items: center;
  padding: 0 60px;
}
@media (min-width: 768px) and (max-height: 800px) {
  #featured-posts .ft-post-item .ft-post-content {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  #featured-posts .ft-post-item .ft-post-content {
    padding: 20px 20px 30px;
  }
}
#featured-posts .ft-post-item .ft-post-content a {
  text-decoration: none;
}
#featured-posts .ft-post-item .ft-post-content .post-cat-title {
  font-size: 22px;
  font-family: "TTInterphases-Medium";
  color: #21CD97;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 768px) and (max-height: 800px) {
  #featured-posts .ft-post-item .ft-post-content .post-cat-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  #featured-posts .ft-post-item .ft-post-content .post-cat-title {
    margin: 0;
  }
}
#featured-posts .ft-post-item .ft-post-content .content {
  margin: 20px 0 40px;
  font-family: "TTInterphases-Regular";
  font-size: 18px;
}
@media (min-width: 768px) and (max-height: 800px) {
  #featured-posts .ft-post-item .ft-post-content .content {
    font-size: 16px;
    margin: 5px 0 20px;
  }
}
@media (max-width: 768px) {
  #featured-posts .ft-post-item .ft-post-content .content {
    font-size: 14px;
    margin: 5px 0 20px;
  }
}
#featured-posts .ft-post-item .ft-post-content .btn {
  justify-self: flex-start;
}

body.single {
  background: #F6F8F9;
}
body.single:not(.ht-kb) #container {
  padding: 0px 0 60px;
  position: static;
}
@media (max-width: 768px) {
  body.single:not(.ht-kb) #container {
    padding: 0;
  }
}
body.single .container {
  position: relative;
}
body.single .slice-wrap {
  width: 100vw;
  right: 0;
  background: #322A73;
  position: absolute;
  top: 30px;
  z-index: 0;
}
@media (max-width: 1200px) {
  body.single .slice-wrap {
    top: 100px;
  }
}
@media (max-width: 1024px) {
  body.single .slice-wrap {
    top: 0px;
  }
}
body.single .slice {
  width: 100%;
  padding-top: 100%;
  height: auto;
  background: #F6F8F9;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  body.single .grid.blog {
    padding: 20px 0;
  }
}
body.single .grid.blog .post-content {
  max-width: 900px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body.single .grid.blog .post-content {
    margin-bottom: 40px;
  }
}
body.single .grid.blog .post-content a {
  color: #322A73;
}

.lrg.img {
  width: 100%;
  display: block;
  padding-top: 45%;
  position: relative;
  border-radius: 10px;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .lrg.img {
    border-radius: 0;
    margin-bottom: 0;
  }
}
.lrg.img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.grid.post .post-cat-title {
  font-size: 22px;
  font-family: "TTInterphases-Medium";
  color: #21CD97;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}

body.page-template-default {
  background: #F6F8F9;
}
body.page-template-default #container {
  position: static;
}
body.page-template-default .page-content {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  body.page-template-default .page-content {
    padding: 10px 0px;
  }
}
body.page-template-default .page-content h1 {
  color: #FFF;
}
@media (min-width: 1024px) {
  body.page-template-default .page-content h1 {
    grid-column: 1/4;
    grid-row: 1/2;
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  body.page-template-default .page-content h1 {
    margin: 0 0px 0px;
  }
}
body.page-template-default .page-content h1 span {
  color: #21CD97;
}
body.page-template-default .page-content .container {
  position: relative;
}
body.page-template-default .page-content .container:last-of-type:not(:first-of-type) {
  padding-bottom: 5vw;
}
body.page-template-default .page-content .container .lrg.img {
  grid-column: 4/7;
  grid-row: 1/4;
  margin-bottom: 0;
  box-shadow: none;
  padding: 0;
  position: relative;
}
@media (max-width: 1024px) {
  body.page-template-default .page-content .container .lrg.img {
    display: none !important;
  }
}
body.page-template-default .page-content .container .lrg.img img {
  top: 0%;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  height: 110%;
}
body.page-template-default .page-content .container blockquote {
  font-size: 22px;
  margin: 30px 0 10px;
  padding: 0px 30px;
  border-left: 4px solid #21CD97;
  font-family: "TTInterphases-Medium";
  color: #322A73;
}
body.page-template-default .page-content .container blockquote + p {
  color: #21CD97;
  margin-bottom: 30px;
}
body.page-template-default .page-content .container p a {
  color: inherit;
}
body.page-template-default[data-theme=white-header] .page-content h1 {
  color: #322A73 !important;
}
body.page-template-default[data-theme=white-header] #container > .slice-wrap {
  background: #FFF !important;
}
body.page-template-default .slice-wrap {
  width: 100%;
  left: 0;
  background: #322A73;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  body.page-template-default .slice-wrap {
    top: 0px;
    width: 100vw;
    overflow-x: hidden;
  }
  body.page-template-default .slice-wrap .slice {
    width: 200vw;
    height: 150vw;
  }
}
body.page-template-default .slice-wrap ~ section {
  position: relative;
  z-index: 1;
}
body.page-template-default .slice {
  width: 100%;
  padding-top: 100%;
  height: auto;
  background: #F6F8F9;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
}

body.page-template-contact #container section {
  position: relative;
}

#contact-hero {
  padding: 0 0 5vw;
}
@media (max-width: 768px) {
  #contact-hero {
    padding: 5vw 0;
  }
}
#contact-hero .slice-wrap {
  width: 100%;
  left: 0;
  background: #FFF;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media (max-width: 1024px) {
  #contact-hero .slice-wrap {
    top: 15%;
    width: 100vw;
    overflow-x: hidden;
  }
  #contact-hero .slice-wrap .slice {
    width: 200vw;
    height: 150vw;
  }
}
#contact-hero .slice-wrap ~ section {
  position: relative;
  z-index: 1;
}
#contact-hero .slice {
  width: 100%;
  padding-top: 100%;
  height: auto;
  background: #F6F8F9;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
}
#contact-hero .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-align-items: center;
          align-items: center;
  gap: 5vw;
  position: relative;
}
@media (max-width: 768px) {
  #contact-hero .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
#contact-hero .container h1 {
  margin-bottom: 40px;
}
#contact-hero #contact-form {
  max-width: 550px;
}
#contact-hero #hero-grid {
  display: inline-grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(20, 1fr);
}
#contact-hero #hero-grid img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
#contact-hero #hero-grid img:nth-child(1n) {
  grid-column: 2/11;
  grid-row: 1/11;
}
#contact-hero #hero-grid img:nth-child(2n) {
  grid-column: 12/21;
  grid-row: 2/12;
}
#contact-hero #hero-grid img:nth-child(3n) {
  grid-column: 1/11;
  grid-row: 11/21;
}
#contact-hero #hero-grid img:nth-child(4n) {
  grid-column: 12/20;
  grid-row: 12/20;
}
#contact-hero .hbspt-form .form-columns-2 {
  display: block;
}
#contact-hero .hbspt-form .form-columns-2 .hs-form-field {
  width: 100%;
}
#contact-hero .hbspt-form .form-columns-2 .hs-form-field:first-of-type {
  margin-bottom: 30px !important;
}
#contact-hero .hbspt-form input:not([type=submit]),
#contact-hero .hbspt-form textarea {
  background: #F6F8F9;
}
#contact-hero .hbspt-form input:not([type=submit]).error,
#contact-hero .hbspt-form textarea.error {
  background: #f8c8c8;
}
#contact-hero .hbspt-form input:not([type=submit]).error::-webkit-input-placeholder,
#contact-hero .hbspt-form textarea.error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ab1616;
}
#contact-hero .hbspt-form input:not([type=submit]).error::-moz-placeholder,
#contact-hero .hbspt-form textarea.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #ab1616;
}
#contact-hero .hbspt-form input:not([type=submit]).error:-ms-input-placeholder,
#contact-hero .hbspt-form textarea.error:-ms-input-placeholder {
  /* IE 10+ */
  color: #ab1616;
}
#contact-hero .hbspt-form input:not([type=submit]).error:-moz-placeholder,
#contact-hero .hbspt-form textarea.error:-moz-placeholder {
  /* Firefox 18- */
  color: #ab1616;
}
#contact-hero .hbspt-form .hs_submit.hs-submit {
  text-align: left;
}
#contact-hero .hbspt-form .submitted-message {
  text-align: center;
  color: #000;
}
#contact-hero .hbspt-form .hs-error-msgs {
  list-style: none;
  padding: 0;
  color: #000;
}
#contact-hero .hbspt-form .hs-error-msgs a {
  color: #000;
}

#contact-departments {
  padding: 5vw 0;
}
@media (max-width: 768px) {
  #contact-departments {
    background: #F6F8F9;
  }
}
#contact-departments .container {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  gap: 5vw;
  position: relative;
  z-index: 5;
}
@media (max-width: 768px) {
  #contact-departments .container {
    grid-template-columns: 1fr;
  }
}
#contact-departments .container .intro {
  padding: 0;
  margin: 0;
}
#contact-departments .container .intro h3 {
  margin: 0 0 15px;
  line-height: 1.25;
  font-size: 42px;
  max-width: 260px;
}
@media (max-width: 768px) {
  #contact-departments .container .intro h3 {
    max-width: none;
  }
}
#contact-departments .container h1 {
  margin-bottom: 40px;
}
#contact-departments .container .departments {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5vw;
  row-gap: 3vw;
}
@media (max-width: 768px) {
  #contact-departments .container .departments {
    grid-template-columns: 1fr;
  }
}
#contact-departments .container .departments a {
  color: inherit;
}

#location-map {
  padding: 5vw 0;
}
#location-map .container {
  position: relative;
}
#location-map .container .overlay {
  position: absolute;
  top: -20px;
  left: 80px;
  background: #FFF;
  padding: 50px;
  z-index: 99;
  max-width: 250px;
  border-radius: 10px;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  #location-map .container .overlay {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 30px;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#location-map .container .overlay .logo {
  display: block;
  width: 100%;
  max-width: 340px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #location-map .container .overlay .logo {
    max-width: 210px;
  }
}
#location-map .container .overlay .logo svg {
  display: block;
  width: 100%;
  height: auto;
}
#location-map .container .overlay a {
  color: inherit;
}
#location-map .slice-wrap {
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 0;
  background: #F6F8F9;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}
@media (max-width: 1024px) {
  #location-map .slice-wrap {
    top: 0px;
    width: 100vw;
    overflow-x: hidden;
  }
  #location-map .slice-wrap .slice {
    width: 200vw;
    height: 150vw;
  }
}
#location-map .slice-wrap ~ section {
  position: relative;
  z-index: 1;
}
#location-map .slice {
  width: 100%;
  padding-top: 100%;
  height: auto;
  background: #322A73;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 60%, 100% 0%, 100% 100%, 0% 100%);
}
#location-map #map {
  width: 100%;
  background: #21CD97;
  border-radius: 10px;
  overflow: hidden;
}
#location-map #map .acf-map {
  width: 100%;
  height: 40vw;
}
@media (max-width: 768px) {
  #location-map #map .acf-map {
    height: 330px;
  }
}
#location-map #map .acf-map img {
  max-width: inherit !important;
}

#get-inspired {
  background: #322A73;
  padding: 5vw 0 10vw;
}
#get-inspired .intro {
  text-align: center;
}
#get-inspired .intro h3 {
  color: #FFF;
  font-size: 42px;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
}
#get-inspired .intro p {
  color: #FFF;
  opacity: 0.7;
}
#get-inspired .grid {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  #get-inspired .grid {
    grid-template-columns: 1fr;
  }
}

#how-due-diligence {
  position: relative;
  margin: -7vw 0 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #how-due-diligence {
    max-width: 400px;
    margin: 0;
  }
}
#how-due-diligence #building-360-wrap {
  position: absolute;
  -webkit-transform: rotateX(119deg) perspective(700px) translateY(-37%);
          transform: rotateX(119deg) perspective(700px) translateY(-37%);
  width: 100%;
  bottom: 0;
}
#how-due-diligence #building-360 {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: rotation 15s infinite linear;
          animation: rotation 15s infinite linear;
}
#how-due-diligence #building-construction {
  position: relative;
  left: 2%;
}
#how-due-diligence .dd-cube {
  position: absolute;
  bottom: 20px;
  left: 25%;
  z-index: 10;
  -webkit-transform: translate(-60%, 10%);
          transform: translate(-60%, 10%);
}
@media (max-width: 1024px) {
  #how-due-diligence .dd-cube {
    -webkit-transform: translate(-60%, 25%) scale(0.6);
            transform: translate(-60%, 25%) scale(0.6);
  }
}
#how-due-diligence .dd-cube:nth-child(2) {
  left: 60%;
  -webkit-transform: translate(-50%, 30%);
          transform: translate(-50%, 30%);
}
@media (max-width: 1024px) {
  #how-due-diligence .dd-cube:nth-child(2) {
    -webkit-transform: translate(-60%, 40%) scale(0.6);
            transform: translate(-60%, 40%) scale(0.6);
  }
}
#how-due-diligence .dd-cube:nth-child(3) {
  left: 85%;
  -webkit-transform: translate(-10%, -32%);
          transform: translate(-10%, -32%);
}
@media (max-width: 1024px) {
  #how-due-diligence .dd-cube:nth-child(3) {
    -webkit-transform: translate(-30%, 10%) scale(0.6);
            transform: translate(-30%, 10%) scale(0.6);
  }
}
#how-due-diligence .dd-cube:nth-child(4) {
  left: 100%;
  -webkit-transform: translate(-60%, -140%);
          transform: translate(-60%, -140%);
}
@media (max-width: 1024px) {
  #how-due-diligence .dd-cube:nth-child(4) {
    -webkit-transform: translate(-70%, -70%) scale(0.6);
            transform: translate(-70%, -70%) scale(0.6);
  }
}

section.hiw-section1 > .slice-wrap {
  display: block;
}
section.hiw-section1 .slice-wrap .slice-wrap, body.page-template-default[data-theme=white-header] section.hiw-section1 .slice-wrap {
  background: none !important;
  top: 22%;
}
@media (max-width: 1200px) {
  section.hiw-section1 .slice-wrap .slice-wrap, body.page-template-default[data-theme=white-header] section.hiw-section1 .slice-wrap {
    top: 32%;
  }
}
@media (max-width: 1024px) {
  section.hiw-section1 .slice-wrap .slice-wrap, body.page-template-default[data-theme=white-header] section.hiw-section1 .slice-wrap {
    top: 100% !important;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}
section.hiw-section1 .slice {
  background: #322A73;
}
section.hiw-section1 .grid {
  padding-top: 0 !important;
}
section.hiw-section2 .text,
section.hiw-section2 h2 {
  color: #FFF;
}
@media (max-width: 1024px) {
  section.hiw-section2 .text {
    background: #322A73;
    padding: 0 30px 80px;
    margin: 0 -30px;
  }
}
section.hiw-section3 {
  background: #322A73;
}
section.hiw-section3 .text,
section.hiw-section3 h2 {
  color: #FFF;
}
section.hiw-section3 > .slice-wrap {
  display: block;
  background: #322A73 !important;
  top: 40%;
}
@media (max-width: 1024px) {
  section.hiw-section3 > .slice-wrap {
    top: 100% !important;
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
}
section.hiw-section3 .slice {
  background: #F6F8F9 !important;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359.99deg);
            transform: rotate(359.99deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359.99deg);
            transform: rotate(359.99deg);
  }
}
#asset-market {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  -webkit-align-items: center;
          align-items: center;
  width: 95%;
}
@media (max-width: 1024px) {
  #asset-market {
    min-height: 90vw;
  }
}
#asset-market svg {
  position: absolute;
  z-index: 10;
  top: 20%;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  border-radius: 100px;
}
#asset-market #asset-buy {
  grid-column: 1;
  width: 120%;
  position: relative;
  z-index: 10;
}
#asset-market #asset-buy svg {
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
@media (max-width: 1024px) {
  #asset-market #asset-buy svg {
    -webkit-transform: translateX(-10%) scale(0.7);
            transform: translateX(-10%) scale(0.7);
  }
}
#asset-market #asset-buy > img[src*="hiw-real-estate-assets-man.png"] {
  display: block;
  position: absolute;
  top: 0;
  left: calc(100% + 8px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 15;
  -webkit-filter: drop-shadow(0 10px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 10px 4px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1024px) {
  #asset-market #asset-buy > img[src*="hiw-real-estate-assets-man.png"] {
    top: -30%;
    -webkit-transform: translate(-50%, -50%) scale(0.7);
            transform: translate(-50%, -50%) scale(0.7);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
#asset-market #asset-buy > img[src*=hiw-real-estate-assets-market] {
  border-radius: 10px;
  border: 6px solid #3FE0AD;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
}
#asset-market #asset-sell {
  grid-column: 2;
  width: 110%;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
#asset-market #asset-sell svg {
  left: auto;
  right: 0%;
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
}
@media (max-width: 1024px) {
  #asset-market #asset-sell svg {
    -webkit-transform: translateX(15%) scale(0.7);
            transform: translateX(15%) scale(0.7);
  }
}
#asset-market #asset-sell > img {
  border-radius: 10px;
  box-shadow: 0 4px 44px rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
}

#our-model {
  position: relative;
}
#our-model > *:not(#phone) {
  position: absolute;
  z-index: 10;
}
#our-model #phone {
  width: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}
#our-model #phone img {
  display: block;
  width: 100%;
  -webkit-filter: drop-shadow(30px 30px 20px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(30px 30px 20px rgba(0, 0, 0, 0.3));
}
#our-model i {
  color: #21CD97;
  font-size: 40px;
}
@media (max-width: 1024px) {
  #our-model i {
    font-size: 30px;
  }
}
#our-model .person-hex,
#our-model .logo-hex {
  width: 200px;
  height: 230px;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
@media (max-width: 1024px) {
  #our-model .person-hex,
#our-model .logo-hex {
    width: 27vw;
    height: 31vw;
  }
}
#our-model .person-hex img,
#our-model .logo-hex img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
#our-model .hex {
  width: 22px;
  height: 25px;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #21CD97;
  position: absolute;
  z-index: 9;
}
#our-model .logo-hex {
  -webkit-filter: drop-shadow(0 10px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 10px 4px rgba(0, 0, 0, 0.3));
}
#our-model .logo-hex img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#our-model #person1 {
  left: 5%;
}
#our-model #person1 svg {
  position: absolute;
  top: 0;
}
#our-model #person1 .hex {
  right: 0;
  -webkit-transform: translateY(-200%) scale(0.65);
          transform: translateY(-200%) scale(0.65);
}
#our-model #person2 {
  right: 8%;
  bottom: 0;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
}
#our-model #person2 .hex {
  left: 100%;
  top: 80%;
}
#our-model #onfido {
  right: 8%;
  top: 5%;
}
#our-model #onfido .logo-hex {
  background: #363ff3;
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
}
#our-model #onfido i {
  position: absolute;
  left: 80%;
}
#our-model #onfido i:nth-of-type(2) {
  top: 50%;
  left: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#our-model #onfido i:nth-of-type(3) {
  top: 90%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#our-model #mangopay {
  left: 10%;
  bottom: 0;
}
#our-model #mangopay .logo-hex {
  -webkit-transform: scale(0.65);
          transform: scale(0.65);
  background: #ec7155;
}
#our-model #mangopay i {
  position: absolute;
  right: 80%;
}
#our-model #mangopay i:nth-of-type(2) {
  top: 50%;
  right: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#our-model #mangopay i:nth-of-type(3) {
  top: 90%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#our-platform,
#about-intro {
  display: inline-grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: repeat(20, 1fr);
}
@media (min-width: 768px) and (max-width: 1024px) {
  #our-platform,
#about-intro {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
    padding-top: 30px;
  }
}
#our-platform img,
#about-intro img {
  width: 100%;
  display: block;
  border-radius: 10px;
  -webkit-transform-origin: center;
          transform-origin: center;
}
#our-platform img:nth-child(1n),
#about-intro img:nth-child(1n) {
  grid-column: 2/11;
  grid-row: 1/11;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #our-platform img:nth-child(1n),
#about-intro img:nth-child(1n) {
    grid-column: 1;
    grid-row: 1;
  }
}
#our-platform img:nth-child(2n),
#about-intro img:nth-child(2n) {
  grid-column: 12/21;
  grid-row: 2/12;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #our-platform img:nth-child(2n),
#about-intro img:nth-child(2n) {
    grid-column: 2;
    grid-row: 1;
  }
}
#our-platform img:nth-child(3n),
#about-intro img:nth-child(3n) {
  grid-column: 1/11;
  grid-row: 11/21;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #our-platform img:nth-child(3n),
#about-intro img:nth-child(3n) {
    grid-column: 3;
    grid-row: 1;
  }
}
#our-platform img:nth-child(4n),
#about-intro img:nth-child(4n) {
  grid-column: 12/20;
  grid-row: 12/20;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #our-platform img:nth-child(4n),
#about-intro img:nth-child(4n) {
    grid-column: 4;
    grid-row: 1;
  }
}

body[data-page=about-us] #container > .text_image_columns .grid {
  padding-top: 0 !important;
}
body[data-page=about-us] #container > .text_image_columns blockquote {
  font-size: 22px;
  margin: 30px 0 10px;
  padding: 0px 30px;
  border-left: 4px solid #21CD97;
  font-family: "TTInterphases-Medium";
  color: #322A73;
}
body[data-page=about-us] #container > .text_image_columns blockquote + p {
  color: #21CD97;
  margin-bottom: 30px;
}
body[data-page=about-us] #container > .text_image_columns p a {
  color: inherit;
}
