/* Brand Banner */
.extra_texts > .extra_text {
  position: relative;
}
.extra_texts > .extra_text:not(.extra_text:last-child)::before {
  content: " ";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #21211F;
  transform: translateY(20px);
}

@media (min-width: 768px) {
  .extra_texts > .extra_text:not(.extra_text:last-child)::before {
    width: 1px;
    height: 100%;
    right: 0;
    transform: translateX(20px);
  }
}
/* Schedule Session Banner */
.pre-footer-image-container {
  box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.1607843137);
}
.pre-footer-image-container:first-of-type {
  background-color: #003F3F;
}
.pre-footer-image-container:nth-of-type(2) {
  background-color: #00AFB3;
}

/* Heros Single */
.backgrop-filter-img {
  background: transparent url("../images/backgrop.svg");
  opacity: 1;
  backdrop-filter: blur(29px);
  -webkit-backdrop-filter: blur(29px);
}

@media (max-width: 768px) {
  .overlay-container {
    margin-bottom: 250px;
    background-position: center;
  }
  .overlay-content {
    position: relative;
    transform: translateY(250px);
  }
}
.banner-card {
  height: 100%;
}

.image-col {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 220px;
}

.banner-bullet img {
  flex-shrink: 0;
}

.banner-bullet p {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .banner-card {
    border-radius: 24px;
  }
  .image-col {
    min-height: 180px;
    width: 100%;
  }
  .banner-card-content {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .banner-bullet {
    align-items: flex-start !important;
  }
  .banner-bullet img {
    margin-top: 4px;
  }
}
@media (min-width: 992px) {
  .image-col {
    min-height: 100%;
  }
}
.phases-section .phases-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 992px) {
  .phases-section .phases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .phases-section .phases-grid.phases-grid--four {
    grid-template-columns: repeat(2, 1fr);
  }
}
.phases-section .phase-card {
  border: 1px solid #0A5558;
  border-radius: 30px;
  overflow: hidden;
  height: 100%;
}
.phases-section .phase-header {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  min-height: 130px;
  border: 0;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  cursor: pointer;
}
.phases-section .phase-header-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.phases-section .phase-number h2 {
  color: #00403F;
}
.phases-section .phase-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .phases-section .phase-icon img {
    width: 50px;
    height: 50px;
  }
}
.phases-section .phase-title-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.phases-section .phase-toggle {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  -webkit-mask: url("../../icons/seta-white.svg") no-repeat center;
  mask: url("../../icons/seta-white.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: transform 0.25s ease;
}
.phases-section .phase-toggle-primary {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #003F3F;
  -webkit-mask: url("../../icons/seta.svg") no-repeat center;
  mask: url("../../icons/seta.svg") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: rotate(90deg);
  transition: transform 0.25s ease;
}
.phases-section .phase-card.active .phase-toggle, .phases-section .phase-card.active .phase-toggle-primary {
  transform: rotate(180deg);
}
.phases-section .phase-card.active .phase-toggle svg {
  transform: rotate(180deg);
}
.phases-section .phase-card.active .phase-toggle-primary {
  transform: rotate(270deg);
}
.phases-section .phase-content {
  display: none;
  padding: 28px 20px;
}
.phases-section .phase-content h3 {
  margin: 0 0 20px;
}
.phases-section .phase-content p {
  margin: 0 0 18px;
}
.phases-section .phase-content p:last-child {
  margin-bottom: 0;
}
.phases-section .phase-card.active .phase-content {
  display: block;
}
@media (min-width: 992px) {
  .phases-section .phase-content {
    display: block;
  }
  .phases-section .phase-toggle {
    display: none;
  }
  .phases-section .phase-toggle-primary {
    display: none;
  }
  .phases-section .phase-header {
    cursor: default;
    pointer-events: none;
  }
  .phases-section .phase-card--wide {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 48% 52%;
    align-items: stretch;
  }
  .phases-section .phase-card--wide .phase-header {
    height: 100%;
    padding: 40px 20px;
  }
  .phases-section .phase-card--wide .phase-content {
    height: 100%;
    padding: 40px 28px;
  }
  .phases-section .phases-grid.phases-grid--four .phase-card--wide {
    grid-column: auto;
    display: block;
  }
  .phases-section .phases-grid.phases-grid--four .phase-card--wide .phase-header,
  .phases-section .phases-grid.phases-grid--four .phase-card--wide .phase-content {
    height: auto;
    padding: 28px 20px;
  }
}

body.home .phases-section .phase-content {
  display: block;
}
body.home .phases-section .phase-toggle {
  display: none;
}
body.home .phases-section .phase-header {
  cursor: default;
  pointer-events: none;
}

.features-icons-row .feature-item {
  margin-bottom: 1.5rem;
}
.features-icons-row .feature-item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.features-icons-row .feature-image-wrap {
  margin-bottom: 1rem;
}
.features-icons-row .feature-text-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.features-icons-row .feature-title {
  margin-bottom: 0.5rem;
}
.features-icons-row .feature-subtitle {
  margin-bottom: 0.75rem;
}
.features-icons-row .feature-text {
  margin-top: auto;
}
@media (min-width: 992px) {
  .features-icons-row .feature-title {
    min-height: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }
  .features-icons-row .feature-subtitle {
    min-height: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }
  .features-icons-row .feature-text {
    min-height: 72px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .features-icons-row .feature-image-wrap img {
    max-height: 80px;
    max-width: 80px;
  }
}

@media (max-width: 991.98px) {
  .features-icons-auto {
    max-height: 60px;
    max-width: 60px;
  }
}