
strong, b {
  font-weight: bold;
}
.bg-grey {
  background-color: var(--benefits-bg);
}
.text-resource {
  color: var(--resources-title) !important;
}
.text-orange {
  color: #f1654d !important;
}
.text-blue {
  color: #67b7be !important;
}
.text-white {
  color: #fff !important;
}
.text-grey {
  color: #54595e !important;
}
.text-black {
  color: #202328 !important;
}
#hero {
  position: relative;
}
body {
  font-family: Sora !important;
}
img {
  max-width: 100%;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.relative {
  position: relative;
}
.hide {
  display: none;
}
.hide-imp {
  display: none !important;
}
.flex {
  display: flex;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.flex-center-all {
  display: flex;
  align-items: center;
  justify-content: center;
}
.items-center {
  align-items: center;
}
.justify-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-col {
  flex-direction: column;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.mt-14 {
  margin-top: 14px;
}

.gap-14 {
  gap: 14px;
}
.gap-30 {
  gap: 30px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.text-semibold {
  font-weight: 600;
}
.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left !important;
}
.alignright {
  display: block;
  margin-left: auto;
}
.px-container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1700px;
  margin: 0 auto;
}
.py-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pb-0-xs {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .text-center-md {
    text-align: center;
  }
  .block-md {
    display: block;
  }
  .flex-row-md {
    flex-direction: row;
  }
  .flex-reverse-md {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-lp-php .hero-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0 0 0;
    gap: 40px;
  }
  .text-left-lg {
    text-align: left !important;
  }
  .flex-row-lg {
    flex-direction: row;
  }
  .px-container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .py-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .hero-disclaimer {
    max-width: 500px;
  }
  .free-content {
    max-width: 60%;
  }
}
@media screen and (min-width: 1440px) {
  .px-container {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .px-container {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media screen and (min-width: 1920px) {
  .container {
    max-width: 1700px !important;
    margin: 0 auto !important;
  }
}

.navbar-container {
  background-color: #464b53;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 88px;
  padding: 0 20px;
}

.navbar-container .logo {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.navbar-container .logo .vertical-divider {
  width: 1px;
  background-color: white;
  height: 14px;
}

.navbar-container .logo .navbar-agent {
  color: white;
}

.navbar-container .navbar-links {
  display: none;
}

.navbar-container .mobile-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.navbar-container .mobile-menu .get-offer-button {
  border-radius: 3px;
  border: 1px solid var(--Primary-1, #f1654d);
  background: var(--Primary-1, #f1654d);
  color: white;
  padding: 13px 30px;
  font-size: 14px;
  display: none;

  cursor: pointer;
}

.navbar-container .mobile-menu .right-vertical-divider {
  height: 26px;
  width: 1px;
  background-color: white;
  display: none;
}

.navbar-container .mobile-menu .mobile-menu-button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.navbar-container .mobile-menu .close-button {
  display: none;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
}

.navbar-container .mobile-menu .close-button img {
  width: 34px;
  height: 34px;
}

.navbar-menu {
  visibility: hidden;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100vw;
  height: 100vh;
  background-color: #464b53;
  z-index: 999;
  transition: right 0.4s;
  overflow: hidden;
  overflow-y: auto;
}

.navbar-menu .navbar-image-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.navbar-menu .navbar-menu-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.navbar-menu.slide-out {
  right: 0;
  visibility: visible;
}

.navbar-menu .navbar-menu-header {
  padding: 23px 20px;
  display: flex;
  justify-content: space-between;
}

.navbar-menu .navbar-menu-header .logo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.navbar-menu .navbar-menu-header .logo .navbar-storia-logo {
  max-width: 100px;
}

.navbar-menu .navbar-menu-header .logo .vertical-divider {
  width: 1px;
  background-color: white;
  height: 14px;
}

.navbar-menu .navbar-menu-header .logo .navbar-agent {
  color: white;
}

.navbar-menu .navbar-menu-header .close-button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  z-index: 5;
}

.navbar-menu .links ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-left: 20px;
}

.navbar-menu .links li a {
  text-decoration: none;
}

.navbar-menu .links li a {
  color: #fff;

  font-size: 18px;

  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.36px;
}

.navbar-menu .links li.current_page_item a {
  color: #67b7be;
}

.navbar-menu .socials {
  position: relative;
  padding-bottom: 25px;
  padding-left: 20px;
}

.navbar-menu .socials .socials-text {
  font-size: 17px;

  font-weight: 700;
  line-height: 30px;
  color: white;
}

.navbar-menu .socials .socials-container {
  display: flex;
  align-items: center;
  gap: 27px;
}

.navbar-menu .socials .socials-container a .socials-image {
  z-index: 9999;
}

@media screen and (min-width: 1024px) {
  .navbar-container {
    padding: 0 50px;
  }

  .navbar-container .logo .navbar-storia-logo {
    max-width: 150px;
  }

  .navbar-container .logo .vertical-divider {
    height: 20px;
  }

  .navbar-container .logo .navbar-agent {
    font-size: 22px;
  }

  .navbar-container .mobile-menu .mobile-menu-button {
    padding: 0;
  }

  .navbar-container .mobile-menu .mobile-menu-button img {
    width: 34px;
    height: 34px;
  }

  .navbar-container .mobile-menu .get-offer-button {
    display: block;
  }

  .navbar-container .mobile-menu .right-vertical-divider {
    display: block;
  }

  .navbar-menu {
    top: 76px;
    height: calc(100vh - 76px);
    width: 45vw;
  }

  .navbar-menu .navbar-image-container .navbar-menu-header {
    display: none;
  }

  .navbar-menu .navbar-image-container .navbar-menu-body .socials {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-container {
    padding: 0 80px;
  }

  .navbar-container .mobile-menu .right-vertical-divider {
    display: none;
  }

  .navbar-container .mobile-menu .mobile-menu-button {
    display: none;
  }

  .navbar-container .mobile-menu .close-button {
    display: none;
  }

  .navbar-container .navbar-links,
  .navbar-container .navbar-links ul {
    display: flex;
    gap: 24px;
  }

  .navbar-container .navbar-links ul a {
    color: white;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
  }

  .navbar-container .navbar-links ul .current_page_item a {
    color: #67b7be;
  }

  .navbar-menu {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-bg {
    background-color: #464b53;
  }

  .navbar-container {
    padding: 0 150px;
  }
}

@media screen and (min-width: 1024px) {
  .owl-item {
    scale: 0.8;
    transition: all 0.3;
  }
}
@media screen and (min-width: 1200px) {
  .owl-prev-custom {
    margin-right: 180px;
  }
}

.hero-container {
  padding: 40px 20px 140px 20px;
  position: relative;
}
.hero-container.flex-col {
  gap: 2rem;
}
.hero-container.pb-normal {
  padding-bottom: 40px;
}

.hero-container .title h1 {
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 16px;
  margin: 0;
}

.hero-container:not(.flex-col) .title:not(.text-left) h1 {
  text-align: center;
}
.hero-container .mini-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
.hero-container .header {
  font-size: 14px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.hero-container .title .secondary {
  color: var(--aqua);
}

.hero-container .subtitle,
.hero-container .subtitle * {
  font-size: 14px;

  line-height: 24px;
  color: var(--subtitle);
  text-align: center;
  margin: 0 auto;
}
.hero-container .subtitle {
  margin-bottom: 40px;
}

.hero-container .cta {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 35px;
  position: relative;
  z-index: 5;
}
.hero-container .links {
  display: flex;
  gap: 10px;
}
.hero-container .links a {
  background-color: #54595e;
  height: 100%;
  display: block;
  width: fit-content;
  padding: 6px 8px;
  border-radius: 100%;
}
.cta-icon {
  border-radius: 3px;
  border: 1px solid #3ec1cf;
  background: #3ec1cf;
  color: white;
  padding: 13px 30px;
  font-size: 16px;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 8px;
  justify-content: center;
  font-weight: bold;
}
.btn-blue {
  padding: 16px 30px;
  border-radius: 3px;
  border: none;
  outline: none;
  background-color: #3ec1cf;
  color: white;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}
.btn-primary {
  padding: 16px 30px;
  border-radius: 3px;
  border: none;
  outline: none;
  background-color: var(--cta-bg);
  color: white;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}
.btn-outline {
  padding: 16px 30px;
  border-radius: 3px;
  border: 2px solid #fff;
  outline: none;
  background-color: transparent;
  color: white;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}
.btn-secondary {
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid var(--cta-bg);
  background-color: white;
  color: var(--cta-bg);
  padding: 16px 30px;
  cursor: pointer;
  text-align: center;
}

.hero-container .hero-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none;
  object-fit: contain;
}

@media screen and (min-width: 768px) {
  .hero-container .cta {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 41px;
  }

  .hero-content.flex-center-all {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1024px) {
  .hero-container {
    padding: 100px 50px;
    position: relative;
    display: flex;
    gap: 4rem;
  }
  .hero-container.flex-col {
    gap: 0;
  }

  .hero-container .title h1 {
    font-size: 42px;
    line-height: 56px;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
  }
  .hero-container .title.mb-0 h1 {
    margin-bottom: 0;
  }
  .hero-container:not(.flex-col) .title:not(.text-center) h1 {
    text-align: left;
  }
  .hero-container .mini-title {
    font-size: 26px;
  }
  .hero-container .title .secondary {
    color: var(--aqua);
  }
  .hero-container .cta-icon {
    align-self: flex-start;
  }
  .hero-lp .subtitle {
    max-width: 30%;
  }

  .hero-container .subtitle,
  .hero-container .subtitle * {
    font-size: 14px;
    line-height: 26px;
    color: var(--subtitle);
    margin: 0;

    position: relative;
    z-index: 1;
  }
  .hero-container .subtitle {
    margin-bottom: 80px;
  }
  .hero-container .subtitle.mb-sm {
    margin-bottom: 32px;
  }
  .hero-container .subtitle:not(.text-center),
  .hero-container .subtitle:not(.text-center) * {
    text-align: left;
  }
  .hero-container .cta {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: start;
    max-width: none;
  }

  .hero-container .hero-image-container {
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
    z-index: 2;
  }

  .hero-container .hero-shapes {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .hero-container {
    padding: 120px 100px 154px 100px;
  }

  .hero-container .title h1 {
    font-size: 52px;
    line-height: 70px;
  }
  .hero-container .mini-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .hero-container .header {
    font-size: 18px;
    margin-bottom: 50px;
  }

  .hero-container .title .secondary {
    color: var(--aqua);
  }

  .hero-container .subtitle,
  .hero-container .subtitle * {
    font-size: 20px;

    line-height: 34px;
    color: var(--subtitle);
  }
  .hero-container .subtitle {
    margin-bottom: 80px;
  }

  .hero-container .cta {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .btn-primary,
  .btn-secondary,
  .btn-blue,
  .btn-outline {
    font-size: 18px;
    line-height: 30px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-bg {
    background-color: #343434;
  }

  .hero-container {
    padding: 120px 150px;
    max-width: 1700px;
    margin: 0 auto;
  }
}

a {
  color: inherit;
}


.page-template-lp-php {
  color: #3e3e3d;
}
.page-template-lp-php .navbar-links {
  display: none;
}
.page-template-lp-php .navbar-container .mobile-menu .get-offer-button.offer,
.page-template-lp-php .navbar-container .mobile-menu .mobile-menu-button {
  display: none !important;
}
.page-template-lp-php
  .navbar-container
  .mobile-menu
  .get-offer-button.hide-imp {
  display: block !important;
}

.page-template-lp-php .hero-menu .menu-item {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}

.page-template-lp-php .hero-menu .menu-item.active {
  color: rgba(255, 255, 255, 1);
}
#despre {
  background: #f5f5f5;
}
.pro-cards {
  display: flex;
  gap: 50px;
  flex-direction: column;
}

.pro-card {
  flex: 1;
  padding: 20px 20px 0 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  gap: 30px;
}
.pro-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 50px;
  background: #fff;
  border-radius: 20px;
  z-index: 1;
}
.pro-card .text,
.sub-card .text {
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}
.pro-card .img {
  position: relative;
  z-index: 2;
  max-width: 400px;
  margin: 0 auto;
}

.pro-card .tile {
  color: #3ec1cf;
  border: 1px solid #3ec1cf;
  border-radius: 50px;
  padding: 2px 5px;
  font-weight: bold;
}

.pro-card .tile.filled {
  color: #fff;
  background: #3ec1cf;
}

.sub-cards {
  border-top: 1px solid rgba(173, 173, 173, 0.15);
  padding-top: 50px;
  margin-top: 30px;
}
.sub-card {
  gap: 30px;
}
.sub-card .card,
.dist-card {
  position: relative;
  padding: 0px 20px 20px;
}
.sub-card .card::after,
.dist-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 20px;
  background: #fff;
  border-radius: 20px;
  z-index: 1;
}
.dist-card::after {
  top: 50px;
}

.sub-card .card *,
.dist-card * {
  position: relative;
  z-index: 2;
}

.sub-card img.img {
  max-width: 50%;
}
.sub-card .text {
  text-align: center;
}

.sub-card .description {
  font-size: 14px;
  border-radius: 20px;
  border: 1px solid;
  padding: 20px;
  line-height: 1.5;
}

.sub-card .details .img {
  /* margin-left: auto; */
  display: block;
  margin: -20px 40px 0 auto;
}
.cert-card {
  border: 1px solid;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.cert-card img.img {
  width: 100px;
}

.cert-card .text {
  line-height: 1.5;
}
.cert-card hr,
.dist-card hr {
  opacity: 0.5;
  margin: 10px auto;
}
.cert-card hr {
  max-width: 200px;
}
.cert-card .text h2,
.dist-card .text h2 {
  font-size: 16px;
}
.cert-card .text,
.dist-card .text {
  font-size: 12px;
}
.cert-card .text h3,
.dist-card .text h3 {
  font-size: 14px;
}
#faq {
  margin-bottom: -2px;
  position: relative;
  z-index: 2;
}
.faq-image {
  display: block;
  margin-left: auto;
}
.faq {
  cursor: pointer;
  padding-right: 20px;
  line-height: 1.5;
}
.faq:first-child {
  border-top: 1px solid #3e3d3d47;
  padding-top: 20px;
  margin-top: 20px;
}
.faq {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #3e3d3d47;
}
.faq .question {
  position: relative;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
}
.faq .question::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("http://agentexpert.storia.ro/wp-content/uploads/2023/11/arrow-down.svg");
  transition: all 0.3s ease-in-out;
}
.faq.closed .question::after {
  transform: rotate(180deg);
}
.faq .answer {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  max-height: 300px;
  font-size: 14px;
}

.faq.closed .answer {
  max-height: 0px;
}
div#distinctie {
  background: #3e3e3d;
}
.dist-top {
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
}
.dist-card {
  flex: 1;
  line-height: 1.5;
}

.dist-card .img {
  display: block;
  margin: 0 auto;
  height: 100px;
  margin-bottom: 20px;
}
.inline-child * {
  display: inline;
}
.dist-bottom .details {
  background: #f1654d;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  align-self: flex-end;
}
.dist-bottom .details img.img {
  max-width: 300px;
  margin: 0 auto 16px auto;
  display: block;
}
.dist-bottom .description {
  color: #fff;
  display: flex;
  font-size: 14px;
  line-height: 1.5;
  gap: 30px;
}
.dist-bottom .description div {
  flex: 1;
}
.dist-bottom {
  border-top: 1px solid #fff;
  padding-top: 40px;
  margin-top: 40px;
}
.agency {
  flex: 1;
}
.top {
  position: relative;
}

.top .text {
  background: #fff;
  border-radius: 20px;
  padding: 16px 100px 16px 16px;
  line-height: 1.5;
  margin-bottom: 36px;
  font-size: 14px;
}
.top img.img {
  position: absolute;
  right: 0;
  height: 150px;
  bottom: 24px;
  width: auto;
}
.agency-elem .section-description {
  font-weight: bold;
  margin-bottom: 0;
}

.agency-body {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 20px 20px 50px 20px;
  text-transform: capitalize;
}
.agency-scroll {
  overflow: auto;
  height: 400px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  direction: rtl;
  overflow-x: hidden;
}
.agency-revert-scroll {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 20px;
  direction: ltr;
}
.agency-header.section-description.text-white {
  background: #343434;
  text-align: center;
  font-weight: bold;
  border-radius: 20px;
  padding: 15px;
  line-height: 1.3;
}

.scroll-arrow {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.2s;
}
.scroll-arrow:hover {
  opacity: 0.6;
}

.scroll-arrow:hover {
  opacity: 1;
}

.scroll-arrow.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.agency-scroll::-webkit-scrollbar {
  display: none;
}
.agency-scroll {
  border-left: 5px solid #f5f5f5;
}

.scroll-dot {
  position: absolute;
  z-index: 20;
  left: 18px;
  width: 10px;
  height: 10px;
  background-color: #f1654d;
  border-radius: 50%;
  top: 40px;
  transition: top 0.1s linear;
  pointer-events: none;
}
.section-subdescription {
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .faq .question {
    font-size: 20px;
  }
  .faq .answer {
    font-size: 16px;
  }

  .dist-bottom .description {
    font-size: 18px;
  }
  .cert-card hr,
  .dist-card hr {
    margin: 20px auto;
  }
  .cert-card img.img {
    width: 200px;
  }
  .cert-card .text {
    max-width: 80%;
  }
  .cert-card .text h2,
  .dist-card .text h2 {
    font-size: 20px;
  }
  .cert-card .text,
  .dist-card .text {
    font-size: 14px;
  }
  .cert-card .text h3,
  .dist-card .text h3 {
    font-size: 16px;
  }
  .sub-card .description {
    font-size: 16px;
  }
  .scroll-arrow {
    bottom: 20px;
  }
  .agency-body {
    padding: 40px 20px 70px 20px;
  }
  .top-hero-left {
    width: 40%;
  }

  .top-hero-right {
    width: 50%;
    align-self: flex-end;
  }
  .top .text {
    padding: 20px 200px 20px 20px;
    font-size: 16px;
  }
  .top img.img {
    height: 250px;
    bottom: 0;
    width: auto;
  }
  .faq:first-child {
    padding-top: 40px;
    margin-top: 40px;
  }
  .faq {
    padding-right: 20%;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .faq:last-child {
    margin-bottom: 0px;
  }
  .faq .question::after {
    right: -20%;
  }
  .faq-image {
    margin-top: -40px;
  }
  .sub-cards {
    padding-top: 80px;
    margin-top: 50px;
  }
  .sub-card .text {
    max-width: 22%;
  }

  .sub-card .card,
  .sub-card .details {
    max-width: 60%;
  }
  .sub-card .card,
  .dist-card {
    padding: 0px 40px 40px;
  }
  .sub-card .text {
    text-align: left;
  }
  .sub-card .card::after,
  .dist-card::after {
    top: 70px;
  }
  .pro-cards {
    flex-direction: row;
  }
  .pro-card .text,
  .sub-card .text {
    font-size: 20px;
  }
  .pro-cards .pro-card:not(:last-child) .text {
    max-width: 70%;
    margin: 0 auto;
  }
  .dist-top {
    margin-bottom: 80px;
  }
  .dist-top > div {
    max-width: 45%;
    align-self: flex-end;
  }
  .dist-card .img {
    height: 200px;
  }
  .section-subdescription {
    max-width: 50%;
    margin: 0 auto;
    font-size: 16px;
  }
  .score-card .section-title {
    width: 22%;
    flex-shrink: 0;
  }
  .dist-bottom {
    padding-top: 80px;
    margin-top: 80px;
  }
  .dist-bottom .details img.img {
    margin: 0;
    position: absolute;
    top: -185px;
    right: 0;
    height: 300px;
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) {
  .dist-bottom .details img.img {
    top: -241px;
    height: 340px;
    max-width: 500px;
  }
}
.page-template-event #navbar {
  display: none;
}
.page-template-event #contact {
  background: #f5f5f5;
}
.navbar-container.hero-event {
  background: transparent;
}
.hero-badge {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.5;
}
.hero-disclaimer {
  font-size: 15px;
  line-height: 1.5;
}

.section-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  /* text-align: center; */
  margin-bottom: 40px;
}

.section-title.text-orange {
  color: #f1654d !important;
}

.section-title.text-blue {
  color: #67b7be !important;
}

.section-title.text-white {
  color: #fff !important;
}

.section-title.text-black {
  color: #202328 !important;
}

@media screen and (min-width: 1024px) {
  .section-title {
         font-size: 32px;
        margin-bottom: 25px;
  }
}

@media screen and (min-width: 1440px) {
  .section-title {
    /* font-size: 36px; */
    /* margin-bottom: 80px; */
  }
}

@media screen and (min-width: 1920px) {
  .section-title {
    font-size: 42px;
  }
}
.section-description {
  color: var(--secondary-32, #54595e);
  font-size: 14px;
  line-height: 1.71;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .section-description {
    font-size: 18px;
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 1440px) {
  .section-description {
    /* font-size: 20px; */
    /* margin-bottom: 40px; */
  }
}

@media screen and (min-width: 1920px) {
  .section-description {
    font-size: 22px;
  }
}
.section-subdescription {
  color: var(--secondary-32, #54595e);
  font-size: 14px;
  line-height: 1.71;
  margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
  .section-subdescription {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1440px) {
  .section-subdescription {
    font-size: 18px;
    margin-bottom: 36px;
  }
}

@media screen and (min-width: 1920px) {
  .section-subdescription {
    font-size: 20px;
  }
}