#mobile-header .logo {
  background-image: url("../../images/main/logo-milenio-purple.svg");
}

#mobile-header .open-button {
  background: url("../../images/main/mobile-button-purple.svg") no-repeat center center;
}

#banner {
  position: relative;
}

#banner .all-container {
  min-height: 680px;
}

@media screen and (min-width: 768px) {
  #banner .all-container {
    min-height: 768px;
  }
}

#banner .banner-image {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 0;
  z-index: 2;
}

#banner .banner-image img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  padding-top: 120px;
}

@media screen and (min-width: 992px) {
  #banner .banner-image img {
    height: 768px;
    padding-top: initial;
  }
}

#banner .text-box {
  position: relative;
  z-index: 3;
  padding-top: 132px;
  padding-bottom: 96px;
}

#banner .text-box h2 {
  margin-bottom: 32px;
}

@media screen and (min-width: 992px) {
  #banner .text-box p {
    padding-right: 40%;
  }
}

#our-team {
  padding-top: 132px;
  padding-bottom: 120px;
}

@media screen and (min-width: 992px) {
  #our-team {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}

#our-team .modal-data {
  display: none;
}

#our-team .wrap {
  max-width: none;
  padding-right: 0;
}

#our-team .all-container {
  justify-content: flex-start;
}

@media screen and (min-width: 992px) {
  #our-team .all-container {
    min-height: 768px;
  }
}

#our-team .carousel-track {
  padding: 0 25% 0 0 !important;
}

@media screen and (min-width: 992px) {
  #our-team .carousel-track {
    padding: 0 60px 0 0 !important;
  }
}

#our-team .carousel-current img {
  filter: sepia(60%) hue-rotate(241deg) saturate(100%);
}

#our-team .carousel-prev.carousel-arrow,
#our-team .carousel-next.carousel-arrow {
  position: absolute;
  top: -48px;
  transform: translateY(-50%);
  z-index: 100;
  cursor: pointer;
  background-color: transparent;
  color: transparent;
  border: none;
  width: 25px;
  height: 25px;
}

#our-team .carousel-prev.carousel-arrow {
  background-image: url("../../images/main/previous.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 20px;
}

#our-team .carousel-next.carousel-arrow {
  background-image: url("../../images/main/next.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 80px;
}

#our-team ul {
  padding-right: 0;
}

#our-team li {
  cursor: pointer;
  text-align: center;
}

@media screen and (min-width: 992px) {
  #our-team li {
    text-align: left;
  }
}

#our-team li img {
  height: 340px;
  width: 240px;
  object-fit: cover;
  margin: auto;
}

@media screen and (min-width: 992px) {
  #our-team li img {
    margin-left: 0;
  }
}

#our-team li .text-content {
  margin-top: 24px;
}

#our-team li .text-content h4 {
  font-weight: 400;
}

#our-team li .text-content .title {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
}

#our-team li .text-content .job {
  font-size: 16px;
  line-height: 20px;
  color: #a395aa;
}

#modal-inner #modal-inner-contents {
  position: relative;
}

@media (max-width: 767px) {
  #modal-inner #modal-inner-contents {
    padding: 0 !important;
  }
}

#modal-inner #modal-inner-contents .modal-data {
  padding: 64px 0;
  color: #000000;
}

@media screen and (min-width: 992px) {
  #modal-inner #modal-inner-contents .modal-data {
    padding: 64px 0 96px;
  }
}

#modal-inner #modal-inner-contents .modal-data .intern-job {
  color: #a395aa;
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
}

#modal-inner #modal-inner-contents .modal-data .modal-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

#modal-inner #modal-inner-contents .modal-data .modal-image img {
  max-height: 330px;
  object-fit: cover;
}

#modal-inner #modal-inner-contents .modal-data ul li {
  list-style: none;
}

#modal-inner #modal-inner-contents::before {
  content: "";
  background: url("../../images/main/modal-before.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 240px;
  transform: translateX(-50%);
  height: 100px;
}

@media screen and (min-width: 768px) {
  #modal-inner #modal-inner-contents::before {
    left: calc(((4 / 12) * 100%) + 24px);
    transform: unset;
  }
}

@media screen and (min-width: 992px) {
  #modal-inner #modal-inner-contents::before {
    width: 540px;
  }
}
