@font-face {
  font-family: NexaText;
  src: url("../fonts/NexaText/NexaText-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NexaText;
  src: url("../fonts/NexaText/NexaText-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: NexaText;
  src: url("../fonts/NexaText/NexaText-ExtraBold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
.paragraph--type--team .team-wrapper {
  max-width: 1100px;
  margin: 72px auto;
}
@media (max-width: 1280px) {
  .paragraph--type--team .team-wrapper {
    margin: 0;
    max-width: none;
    padding: 40px 16px;
  }
}
.paragraph--type--team .team-wrapper .subline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 1280px) {
  .paragraph--type--team .team-wrapper .subline {
    margin-bottom: 16px;
  }
}
.paragraph--type--team .team-wrapper .subline .subline-icon-left,
.paragraph--type--team .team-wrapper .subline .subline-icon-right {
  display: block;
  width: 12px;
  height: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.paragraph--type--team .team-wrapper .subline p {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: 800;
  color: #007db6;
  text-transform: uppercase;
  line-height: 28px;
}
@media (max-width: 1280px) {
  .paragraph--type--team .team-wrapper .subline p {
    font-size: 14px;
  }
}
.paragraph--type--team .team-wrapper .headline {
  margin: 32px auto 64px;
  text-align: center;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
}
@media (max-width: 768px) {
  .paragraph--type--team .team-wrapper .headline {
    margin: 0;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }
}
@media (max-width: 1280px) {
  .paragraph--type--team .team-wrapper .team-content {
    padding-bottom: 40px;
    margin: 0 auto;
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper {
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px 0 rgba(48, 49, 51, 0.15);
  box-shadow: 0 4px 8px 0 rgba(48, 49, 51, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 24px;
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 1280px) {
  .paragraph--type--team .team-wrapper .team-content .team-item-wrapper {
    display: block;
  }
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--image {
  border-radius: 8px;
  overflow: hidden;
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--image .team-item--image-desktop {
  width: 178px;
}
@media (max-width: 1280px) {
  .paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--image .team-item--image-desktop {
    display: none;
  }
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--image .team-item--image-mobile {
  width: 110px;
}
@media (min-width: 1281px) {
  .paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--image .team-item--image-mobile {
    display: none;
  }
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--info .team-item--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 16px;
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--info .team-item--content .team-item-manager {
  margin: 0;
  font-size: 26px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--info .team-item--content .team-item-manager {
    font-size: 22px;
  }
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--info .team-item--content .team-item-position {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #5c5c5c;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--info .team-item--content .team-item-position {
    font-size: 16px;
  }
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--info .team-item--content .team-item-department {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #5c5c5c;
  font-style: italic;
}
@media (max-width: 1280px) {
  .paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--info .team-item--content .team-item-department {
    font-size: 12px;
  }
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--info .team-item-group .team-item--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  font-size: 16px;
  font-weight: 800;
  color: #008ac9;
  text-transform: uppercase;
  gap: 8px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--info .team-item-group .team-item--btn::after {
  content: "";
  background-image: url("./../../images/icon/arrow.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  width: 24px;
  height: 24px;
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--info .team-item-group .team-item--btn[aria-expanded=true]::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--info .team-item-group .team-item-group-employee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
  row-gap: 8px;
}
@media (max-width: 1280px) {
  .paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--info .team-item-group .team-item-group-employee {
    display: block;
  }
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--info .team-item-group .team-item-group-employee .employee-column p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}
@media (max-width: 1280px) {
  .paragraph--type--team .team-wrapper .team-content .team-item-wrapper .team-item--info .team-item-group .team-item-group-employee .employee-column p {
    font-size: 14px;
  }
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .button {
  margin-top: 16px !important;
  margin-right: 24px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--Azul-01, #008ac9);
  margin-top: 32px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .button:hover {
  background: var(--Azul-03, #00a9e0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .button[disabled] {
  background: #e4e5e4;
  color: #c1c1c1;
}
@media (max-width: 768px) {
  .paragraph--type--team .team-wrapper .team-content .team-item-wrapper .button {
    width: 100%;
  }
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .button::before {
  content: "";
  background-image: url("./../../images/icon/email.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100%;
  display: block;
  width: 24px;
  height: 24px;
}
.paragraph--type--team .team-wrapper .team-content .team-item-wrapper .button .link-text {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
/*# sourceMappingURL=team.css.map */
