/* Home Page --------------------------------- */
* {
  word-break: normal;
}

.home-hero {
  padding: 150px 0px;
  background: linear-gradient(90deg, #080328 0%, #8F35C1 100%);
  overflow: hidden;
}

.home-hero > img {
  top: 35px !important;
  right: 0px !important;
  left: unset !important;
  width: unset !important;
}

.has-background-dim {
  display: none;    
}

#logo-composite-plus {
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 1199px) {
  .has-background-dim {
    display: block;
  }
}

@media (max-width: 767px) {
  .home-hero {
    padding: 50px 0px;
  }
  .home-hero > img {
    right: unset !important;
  }
  #logo-composite-plus {
    height: 12px;
    margin-left: 8px;
    margin-right: 8px;
  }
  #logo-composite-mindaro {
    height: 30px;
  }
}

.home-hero-content {
  max-width: 650px;
}

.home-hero-title {
  color: white;
  font-size:50px;
  font-style:normal;
  font-weight:900;
}

.home-hero-subtitle {
  color: white;
  font-size:22px;
  font-style:normal;
  font-weight:700;
  margin-top: 20px;
}

@media (max-width: 576px) {
  .home-hero-title {
    font-size: 35px;
  }

  .home-hero-subtitle {
    font-size: 18px;
  }
}

.home-hero-business {
  margin-top: 70px;
}

.btn-mindaro-primary {
  background-color: var(--mindaro-theme-primary);
  color: var(--mindaro-theme-primary-text);
  padding: 13px 39px;
  font-size: 17px;
  font-family: 'Manrope';
  font-weight: 800;
  border-radius: 15px;
}

.btn-mindaro-primary:hover {
  background-color: var(--mindaro-theme-third);
  border-color: var(--mindaro-theme-third);
  outline-color: var(--mindaro-theme-third);
  color: var(--mindaro-theme-primary-text);
}

.dropdown-mindaro-primary {
  background-color: transparent;
  color: var(--mindaro-theme-primary-text);
  padding: 3px 8px 3px 0px;
  font-weight: 300;
  font-family: 'Manrope';
  font-size: 17px;
  line-height: 23px;
  border-width: 0;
  border-bottom: 2px solid var(--mindaro-theme-primary-text);
}

.dropdown-mindaro-primary:active, .dropdown-mindaro-primary:focus, .dropdown-mindaro-primary:focus-visible {
  border: none;
  border-bottom: 2px solid var(--mindaro-theme-primary-text);
  outline: none;
}

.dropdown-mindaro-primary > option {
  background-color: var(--mindaro-theme-primary-background);
  font-weight: inherit;
  font-family: inherit;
}

.home-credentials {
  background-color: #0A0909;
  padding: 80px 20px;
}

.home-credentials-items {
}

.home-credential-title {
  font-family: 'Red Hat Display';
  font-weight: 900;
  font-size: 50px;
  line-height: 66px;
  text-align: center;
  color: var(--mindaro-theme-primary-text);
}

@media (max-width: 576px) {
  .home-credential-title {
    /* font-size: 40px; */
  }
}

.home-credential-item-desc {
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: var(--mindaro-theme-primary-text);
}

.home-credential-img > img {
  width: 110px;
  height: 120px;
  padding: 20px;
}

@media (max-width: 576px) {
  .home-credential-title {
    text-align: left;
  }

  .home-credential-img > img {
    width: 60px;
    height: 80px;
    padding: 10px;
    padding-left: 0px;
  }
  
  .home-credentials-items {
    padding: 0px;
  }
}

.home-risk {
  background-color: var(--mindaro-theme-primary-text);
  padding: 150px 0px;
}

.home-risk-title {
  font-family: 'Red Hat Display';
  font-weight: 900;
  font-size: 50px;
  line-height: 66px;
  color: var(--mindaro-theme-secondary-text);
}

.home-risk-subtitle {
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: var(--mindaro-theme-secondary-text);
  margin-top: 25px;
}

.home-risk-item {
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px;
}

.home-risk-item-desc {
  font-family: 'Manrope';
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
  color: var(--mindaro-theme-secondary-text);
  margin-top: 12px;
}

.home-substantial {
  padding: 75px 0px;
  background-color: #0A0909;
}

.home-substantial-title {
  font-family: 'Red Hat Display';
  font-weight: 900;
  font-size: 50px;
  line-height: 66px;
  text-align: center;
  color: var(--mindaro-theme-primary-text);
}

.home-substantial-subtitle {
  font-family: 'Manrope';
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: var(--mindaro-theme-primary-text);
  margin-top: 40px;
}

@media (max-width: 576px) {
  .home-substantial-title {
    text-align: left;
  }

  .home-substantial-subtitle {
    text-align: left;
  }

  .home-substantial-items .wp-block-columns:first-child {
    margin-bottom: 20px;
  }
}

.home-substantial-items {
  margin-top: 35px;
}

.home-substantial-items .wp-block-columns {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

.home-substantial-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 220px;
  min-width: 220px;
}

.home-substantial-item-desc {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: var(--mindaro-theme-primary-text);
  margin-left: 15px;
  text-align: center;
}

.home-substantial-item-desc.has-larger-font-size {
  font-size: 70px;
  line-height: 82px;
  color: #FB772E;
  font-weight: 900;
  white-space: nowrap;
  margin-bottom: 20px;
}

.home-policy {
  padding: 100px 0px;
  background: var(--mindaro-theme-primary-text);
}

.home-policy-title {
  font-family: 'Red Hat Display';
  font-weight: 900;
  font-size: 50px;
  line-height: 66px;
  text-align: center;
  color: var(--mindaro-theme-secondary-text);
}

.home-policy-subtitle {
  font-family: 'Manrope';
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: var(--mindaro-theme-secondary-text);
  margin-top: 40px;
}

@media (max-width: 576px) {
  .home-policy-title {
    text-align: left;
  }

  .home-policy-subtitle {
    text-align: left;
  }
}

.home-policy-items {
  margin-top: 70px;
  max-width: 800px;
}

.home-policy-item {
  display: flex;
  align-items: center;
  padding: 10px;
}

.home-policy-item > img {
  width: 36px;
  margin-right: 16px;
  object-fit: scale-down;
}

.home-policy-item-desc {
  font-family: 'Manrope';
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
  color: var(--mindaro-theme-secondary-text);
  margin-left: 15px;
}

@media (max-width: 576px) {
  .home-policy-item-desc {
    font-size: 12px;
    line-height: 20px;
  }
}

.home-firms {
  padding: 0px;
  margin-bottom: -100px;
  background: var(--mindaro-theme-primary-text);
}

.home-firms-title {
  font-family: 'Red Hat Display';
  font-weight: 900;
  font-size: 50px;
  line-height: 66px;
  color: var(--mindaro-theme-secondary-text);
}

.firms-carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.home-firms-items {
  margin-top: 60px;
}

.home-firms-item {
  width: 32%;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

@media (max-width: 991px){
  .home-firms-item {
    width: 100%;
    margin-top: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

.home-firms-author-group {
  display: flex;
}

.home-firms-item-author {
  font-family: 'Red Hat Display';
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: var(--mindaro-theme-secondary-text);
}

.home-firms-item-author-avatar {
  width: 100px;
  height: 100px;
  border: 1px solid #666666;
  border-radius: 50%;
  margin-left: 20px;
}

.home-firms-item-author-bio {
  font-family: 'Manrope';
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: var(--mindaro-theme-secondary-text);
}

.home-firms-item-quote {
  font-family: 'Lato';
  font-weight: 900;
  font-size: 50px;
  line-height: 60px;
  color: #8836B4;
}

.home-firms-item-desc {
  font-family: 'Manrope';
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
  color: var(--mindaro-theme-secondary-text);
  margin-top: 10px;
}

.home-quoting {
  padding: 300px 0px;
  background: var(--mindaro-theme-primary-background);
}

.home-quoting-title {
  font-family: 'Red Hat Display';
  font-weight: 900;
  font-size: 50px;
  line-height: 66px;
  text-align: center;
  color: var(--mindaro-theme-primary-text);
}

.home-quoting-subtitle {
  font-family: 'Manrope';
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: var(--mindaro-theme-primary-text);
  margin-top: 40px;
}

@media (max-width: 576px) {
  .home-quoting-title {
    text-align: left;
  }

  .home-quoting-subtitle {
    text-align: left;
  }
}

.home-quoting-items {
  margin-top: 70px;
  margin-bottom: 0px !important;
  max-width: 340px;
  position: relative;
}

.home-quoting-items::after {
  content: "";
  position: absolute;
  height: 220px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  transform: rotate(-180deg);
  background: linear-gradient(180deg, #0A0909 52.4%, rgba(10, 9, 9, 0) 100%);
}

.home-quoting-items-container {
  justify-content: end;
}

@media (max-width:576px){
  .home-quoting-items {
    max-width: 330px;
  }

  .home-quoting-items-container {
    justify-content: center;
    order: 2;
  }
}

.quoting-slider {
  width: max-content;
  max-width: 100%;
}


.quoting-carousel-dots {
  display: flex;
  align-items: center;
  flex-grow: 0 !important;
  flex-basis: auto !important;
  padding-right: 150px;
  margin-left: 20px !important;
  position: relative;
}

.quoting-carousel-dots::after {
  position: absolute;
}

.quoting-carousel-dots .slick-dots {
  position: relative;
  bottom: inherit;
  display: block;
  width: max-content;
  padding: 60px 0px;
  margin-top: -40px;
  list-style: none;
  text-align: center;
}

.quoting-carousel-dots .slick-dots:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  /* background: #8836B4; */
  top: 0;
  background: linear-gradient(0deg, rgba(136, 54, 180, 0) 4.13%, #8836B4 12.81%, #8836B4 86.23%, rgba(136, 54, 180, 0) 96.22%);
}

.quoting-dots-circle {
  width: 75px !important;
  height: 75px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border: 3px solid #8836b480;
  background: #0A0909;
  box-sizing: border-box;
  border-radius: 50%;
  transition: 0.5s all;
  margin: 50px 10px !important;
  position: relative;
}

.quoting-dot-desc {
  position: absolute;
  top: 10px;
  left: 90px;
  width: 160px;
  height: 20px;
  text-align: left;
  color: var(--mindaro-theme-primary-text);
}

@media (max-width:576px){
  .quoting-carousel-dots {
    order: 1;
    padding-right: 0px;
    margin-left: 0 !important;
  }

  .quoting-carousel-dots .slick-dots {
    position: relative;
    bottom: inherit;
    display: flex;
    width: 100%;
    list-style: none;
    text-align: center;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .quoting-carousel-dots .slick-dots:after {
    width: 100%;
    height: 2px;
    top: calc(50% - 10px);
  }

  .quoting-dots-circle {
    width: 50px !important;
    height: 50px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .quoting-dot-desc {
    position: absolute;
    top: 60px;
    left: -60px;
    width: 160px;
    height: 40px;
    text-align: center;
    color: var(--mindaro-theme-primary-text);
  }

  .quoting-dots-circle:not(.slick-active) {
    display: none !important;
  }
}

.quoting-dots-circle.slick-active {
  border: 3px solid #BC5CF0;
  box-shadow: 0px 0px 12px #8836B4, 0px 0px 30px #8836B4;
}

.quoting-dot {
  font-family: 'Red Hat Display';
  font-weight: 900;
  font-size: 50px;
  line-height: 66px;
  text-align: center;
  color: #8836b480;
  transition: 0.5s all;
}

@media (max-width:576px){
  .quoting-dot {
    font-size: 25px;
    line-height: 33px;
  }
}

.slick-active .quoting-dot {
  color: #BC5CF0;
  text-shadow: 0px 0px 30px #8836B4, 0px 0px 30px #8836B4;
}

.home-quoting-item {
  display: flex;
  align-items: center;
  padding: 10px;
  max-width: 340px;
  position: relative;
}

.slick-slide img::after {
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, #0A0909 52.4%, rgba(10, 9, 9, 0) 100%);
}


@media (max-width:576px){
  .home-quoting-item {
    max-width: 330px;
  }
}

.home-quoting-item-desc {
  font-family: 'Manrope';
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
  color: var(--mindaro-theme-secondary-text);
  margin-left: 15px;
}

.home-why {
  padding: 130px 10%;
  background: var(--mindaro-theme-primary-text);
}

.home-why-title {
  font-family: 'Red Hat Display';
  font-weight: 900;
  font-size: 50px;
  line-height: 66px;
  text-align: center;
  color: var(--mindaro-theme-secondary-text);
}

.home-why-logo {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-why-logo img {
  min-width: 40px;
}

.home-why-logo-text {
  font-family: 'Manrope';
  font-weight: 800;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--mindaro-theme-third);
  margin-left: 20px;
}

.home-why-subtitle {
  font-family: 'Manrope';
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: var(--mindaro-theme-secondary-text);
  max-width: 690px;
  margin-top: 40px;
}

@media (max-width: 576px) {
  .home-why-title {
    text-align: left;
  }

  .home-why-logo {
    justify-content: left;
  }

  .home-why-subtitle {
    text-align: left;
  }
}

.home-why-items {
  max-width: 1300px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}

.home-why-items-title {
  font-family: 'Manrope';
  font-weight: 200;
  font-size: 17px;
  line-height: 23px;
  text-align: center;
  color: var(--mindaro-theme-secondary-text);
  margin-top: 30px;
}

.home-why-item {
  padding: 10px 30px;
  margin: auto;
  margin-top: 20px;
  max-height: 50px;
  /* filter: grayscale(100) brightness(10%); */
  transition: 0.5s all;
}

.home-why-item:hover {
  /* filter: unset; */
}

@media (max-width:576px){
  .home-why-items {
    max-width: 700px;
    margin-top: 30px;
    display: block;
  }

  .home-why-items-title {
    text-align: left;
  }

  .home-why-item {
    width: 150px;
    margin-left: 0;
    padding-left: 0px;
  }
}

.home-why-button {
  margin-top: 60px;
}

.home-partner {
  margin-bottom: 60px;
}

.home-partner-item {
  background: linear-gradient(99.87deg, var(--mindaro-theme-third) 0%, var(--mindaro-theme-fourth) 100%);
  border-radius: 15px;
  padding: 80px 10%;
}

.home-partner-title {
  font-family: 'Red Hat Display';
  font-weight: 900;
  font-size: 50px;
  line-height: 66px;
  text-align: center;
  color: var(--mindaro-theme-secondary-text);
}

.home-partner-subtitle {
  font-family: 'Manrope';
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: var(--mindaro-theme-secondary-text);
  margin-top: 30px;
  max-width: 430px;
}

.home-partner-button {
  margin-top: 45px;
}

.home-assistant {
  padding: 150px 0px;
  background: var(--mindaro-theme-primary-text);
}

.home-assistant-title {
  font-family: 'Red Hat Display';
  font-weight: 900;
  font-size: 50px;
  line-height: 66px;
  color: #000000;
}

.home-assistant-subtitle {
  font-family: 'Manrope';
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  color: #000000;
  margin-top: 40px;
}

.home-assistant-items {
  margin-top: 20px;
}

.home-assistant-item {
  display: flex;
  align-items: center;
  margin-top:15px;
}

.home-assistant-item-desc {
  font-family: 'Manrope';
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
  color: #000000;
  margin-left: 15px;
}

.home-assistant-item-desc > a {
  color: var(--mindaro-theme-third);
  font-weight: 600;
}

.autoComplete_wrapper {
  display: inline-grid;
  width: 300px;
  position: relative;
}

.autoComplete_wrapper > ul {
  list-style: none;
  padding: 0px;
  background: #0D0D0D;
  position: absolute;
  top: 100%;
}

.autoComplete_wrapper li {
  color: #bdbdbd;
  padding: 7px 7px;
  border-bottom: 1px solid hsla(45, 100%, 98%, 0.5);
}

.video-container {
  margin-top: 70px;
}
