.updated-sec .navbar {
  z-index: 99;
}

.hero-update {
  position: relative;
}

.hero-update .hero-img,
.hero-update .hero-img img {
  width: 100%;
}

.hero-update .container {
  position: absolute;
  top: auto;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: 0;
}



.hero-update .hero-content .slide {
  z-index: 1;
  background: #485696cc;
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 22px 22px 50px;
}


.hero-update .hero-content h1 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: #cad2fb;
  margin-bottom: 8px;
}

.hero-update .hero-content p {
  font-family: "Inter", serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  color: #fff;
  margin: 0px;
}

.hero-update .hero-content p a {
  color: inherit;
  text-decoration: none;
}

.cta-wrap {
  position: relative;
  z-index: 99;
  display: flex;

  gap: 16px;
}

.cta-wrap a {
  background: #95b243;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  width: 120px;
  padding: 12px 14px;
  color: #fff;
  display: flex;
  align-items: center;
}

.cta-wrap a img {
  margin-right: 12px;
}

.hero-update .hero-content a.banner-cta {
  background: #95b243;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  width: 120px;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 45px;
  bottom: 0;
}

.hero-update .hero-content a.banner-cta img {
  width: auto;
  margin-left: 5px;
}

.hero-update .hero-content .owl-stage {
  display: flex;
}

.hero-update .hero-content .owl-stage .owl-item {
  display: flex;
  height: auto;
}

.hero-update .hero-content .owl-stage .owl-item .item {
  height: 100%;
}

@media (min-width: 768px) {
  .hero-update {
    overflow: hidden;
  }

  .hero-update .hero-content a.banner-cta {
    width: 138px;
    font-size: 12px;
    line-height: 24px;
  }


  .cta-wrap a {
    width: 244px;
  }

  .hero-update .hero-content {
    max-width: 645px;
  }

  .hero-update .hero-content .slide {
    padding: 28px 46px 46px;
  }

  .hero-update .hero-content h1 {
    font-size: 28px;
    line-height: 36px;
    text-align: left;
  }

  .hero-update .hero-content p {
    text-align: left;
  }

  .hero-update .hero-content .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 46px;
    gap: 6px;
    display: flex;
  }

  .hero-update .hero-content button.owl-dot {
    border: 1.09px solid #FFFFFF;
    width: 10px;
    height: 10px;
    border-radius: 100%;
  }

  .hero-update .hero-content button.owl-dot.active {
    background: #95B243;
  }



  .hero-update .hero-content {
    position: absolute;
    top: auto;
    left: auto;
    transform: translate(6%, 0%);
    bottom: 0;
    right: 0;
  }

  .cta-wrap {
    bottom: 65px;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .hero-update {
    margin-bottom: 120px;
  }


  .hero-update .container {
    padding: 0px;
    bottom: -64px;
    transform: translate(-50%, -6px);
  }

  .hero-update .hero-content a.banner-cta {
    right: 50%;
    transform: translate(-50%, 0px);
    left: 50%;
  }

  .hero-update .hero-content .owl-dots {
    display: none;
  }

  .cta-wrap {
    gap: 5px;
    margin-top: 5px;
  }

  .cta-wrap a {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
  }

  .hero-update .hero-content h1 {
    text-transform: uppercase !important;
  }

  .updated-sec .additional-result .copy-block ul li {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 462px) {
  .hero-update .container {
    bottom: -66px;
    transform: translate(-50%, 0px);
  }

}



.updated-sec .additional-result .copy-block {
  padding-right: 0px;
}

.updated-sec .additional-result .copy-block ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -6px;
}

.updated-sec .additional-result .copy-block hr {
  margin: 10px 0px 20px;
  background-color: #485696;
  opacity: 1;
  height: 2px;
}

.updated-sec .additional-result .copy-block .see-more-results {
  background: #95b243;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  padding: 12px 30px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  border: none;
}

.updated-sec .additional-result .copy-block ul li {
  padding: 0px 6px;
  margin-bottom: 10px;
}

.updated-sec .additional-result .copy-block ul li a {
  width: 100%;
  border: 1.49px solid #D1D1D1;
  border-left: 0;
  position: relative;
  padding: 12px 12px 12px 16px;
  display: flex;
  height: 100%;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.71px;
  text-align: left;
  align-items: center;
  background: #fff;
}

.updated-sec .additional-result .copy-block ul li:hover a {
  color: #fff;
  background: #95B243;
}

@media (min-width: 768px) {

  .updated-sec .additional-result .copy-block ul li a {
    min-height: 100px;
  }
}

.updated-sec .additional-result .copy-block ul li a:before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  right: auto;
  background: #95B243;
}

.updated-sec #signUpModal .modal-dialog {
  max-width: 780px;
}

.updated-sec button.btn-close {
  position: absolute;
  right: 15px;
  border: 0px;
  font-size: 16px;
  top: 15px;
  padding: 0px;
  opacity: 1;
}

.updated-sec #signUpModal .modal-content {
  background-color: #D9D9D9;
}

.updated-sec #signUpModal .modal-content .modal-body {
  padding: 30px;
}

.updated-sec .informed-form .informed-form-inner form {
  width: 100%;
  max-width: 100%;
}

.updated-sec div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
  text-align: center !important;
}

.updated-sec div.ctct-form-embed form.ctct-form-custom .ctct-form-required:before {
  position: relative !important;
  left: -4px !important;
}

.updated-sec .informed-form .informed-form-inner p.ctct-gdpr-text {
  max-width: 100%;
}

@media (min-width: 768px) {

  .updated-sec #signUpModal .modal-content .modal-body {
    padding: 48px 54px 80px;
  }

  .updated-sec .informed-form .informed-form-inner p.ctct-gdpr-text {
    max-width: 76%;
  }


  .updated-sec button.btn-close {
    right: 50px;
    top: 50px;
    font-size: 20px;
  }
}

.updated-sec .informed-form .informed-form-inner p a {
  display: block;
  font-size: 18px;
  margin-top: 30px;
  text-transform: uppercase;
}

.updated-sec .ctct-form-embed.form_0 .ctct-form-defaults {
  background-color: transparent !important;
  padding: 0px !important;
  border-radius: 0px !important;
}

.updated-sec #signUpModal .informed-form {
  padding: 0px;
  background: transparent;
}


.updated-sec #signUpModal .informed-form .informed-form-inner {
  max-width: 100%;
  background: transparent;
}

.updated-sec .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
  background-color: #95B243 !important;
  border: 1px solid #0078c1 !important;
  color: #ffffff;
  width: 100%;
  max-width: 100%;
}

.updated-sec .informed-form .ctct-form-success h2 {
  max-width: 68%;
  margin: 0 auto 32px !important;
  font-weight: 700 !important;
  font-size: 26px !important;
  line-height: 36px !important;
  letter-spacing: 2.43px;
  text-align: center;
}

@media (min-width: 768px) {
  .updated-sec .informed-form .ctct-form-success h2 {
    font-size: 30px !important;
    line-height: 45px !important;
  }
}

a.linkedin-cta {
  font-family: "Inter", sans-serif;
  border: 1px solid #0078c1 !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #fff;
  background: #95b243;
  width: 80%;
  padding: 10px;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 22px auto 0px;
  text-decoration: none;
}

.updated-sec .results-block .result-box {
  background: #ffffff;
  position: relative;
  padding: 0px;
  height: 270px;
}


.updated-sec .results-block .result-box img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

.updated-sec .results-block .result-box .result-title {
  background: rgba(54, 54, 54, 0.8);
  padding: 10px 10px 10px 16px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.updated-sec .results-block .result-box .result-title h4 {
  font-family: "Inter", serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #fff;
  margin: 0px;
}

@media (min-width: 768px) {
  .updated-sec .results-block .result-box .result-title h4 {
    font-size: 14px;
    line-height: 18px;
  }
}

.updated-sec .result-box.report-data-more {
  background: #95b243;
  position: relative;
  /* height: 100%; */
  display: flex;
  justify-content: end;
  align-items: flex-end;
}

.updated-sec .result-box.report-data-more a {
  height: 100%;
  display: flex;
  width: 100%;
}

.updated-sec .result-box.report-data-more:after {
  content: "";
  max-width: 175px;
  width: 100%;
  height: 200px;
  position: absolute;
  top: auto;
  bottom: 15px;
  left: auto;
  right: 0;
  background: url(../images/report-data-logo.svg) no-repeat;
  mix-blend-mode: multiply;
  background-size: 100% 100%;
  background-position: right top;
}

.updated-sec .additional-result .accordion-body {
  background: transparent;
  padding: 0px;
}

.updated-sec .additional-result .accordion-item {
  background-color: transparent;
  border: none;
  margin-bottom: 26px;
}

.updated-sec .additional-result .accordion-item:last-child {
  margin-bottom: 0px;
}

.updated-sec .additional-result .accordion-header .accordion-button {
  background: #f2f2f2;
  border: 0;
  box-shadow: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0px;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  letter-spacing: 1.19px;
  text-transform: capitalize;
  color: #485696;
  max-width: 170px;
}

.updated-sec .additional-result .accordion-header {
  position: relative;
  margin-bottom: 12px;
}

.updated-sec .additional-result .accordion-header::after {
  content: "";
  height: 2px;
  background: #485696;
  transform: none;
  background-image: none !important;
  display: flex;
  position: absolute;
  width: 100%;
  top: 12px;
  left: 0px;
  z-index: -1;
}

.updated-sec .additional-result .accordion-header .accordion-button::after {
  display: none;
}

.updated-sec .additional-result .accordion-header .accordion-button::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #485696;
  margin-left: 10px;
  order: 1;
}


.updated-sec .additional-result .accordion-header .accordion-button:not(.collapsed)::before {
  transform: rotate(0deg);
}

.updated-sec .additional-result .accordion-header .accordion-button.collapsed::before {
  transform: rotate(180deg);
}

.updated-sec .additional-result .copy-block .accordion,
.updated-sec .additional-result .copy-block .accordion .accordion-item,
.updated-sec .additional-result .copy-block .accordion .accordion-item .accordion-header {
  width: 100%;
}

.updated-sec .results-block .additional-result .head {
  margin-top: 100px;
  margin-bottom: 26px;
}

.updated-sec .results-block {
  padding-bottom: 30px;
}

.updated-sec .results-block .additional-result {
  padding-bottom: 0px;
}


@media (max-width: 767px) {
  div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
    font-size: 22px;
  }

  .updated-sec .results-block .additional-result .head {
    margin-top: 50px;
  }

  .additional-result .head p {
    font-size: 26px;
    line-height: normal;
  }
}

.article-block .article-block-inner .members-report .member-report-block span.report-img img {
  max-width: 152px;
}


.updated-sec .article-block .article-block-inner .members-report .member-report-block .report-text p {
  font-size: 12px;
}