.tpl-profile .profile__title, .section__titlepage {
  margin: 40px 0;
}
.tpl-profile .profile__title span, .section__titlepage span {
  font-size: 4rem;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  color: #000;
  border-bottom: 5px solid #88a6b5;
}
@media (max-width: 1200px) {
  .tpl-profile .profile__title, .section__titlepage {
    margin-bottom: 3rem;
  }
  .tpl-profile .profile__title span, .section__titlepage span {
    font-size: 3rem;
    border-bottom: 3px solid #88a6b5;
  }
}
@media (max-width: 768px) {
  .tpl-profile .profile__title, .section__titlepage {
    margin-bottom: 2.6rem;
  }
  .tpl-profile .profile__title span, .section__titlepage span {
    font-size: 2.4rem;
    border-bottom: 3px solid #88a6b5;
  }
}

/*Mixin Responsive*/
.tpl-profile .profile__title, .section__titlepage {
  margin: 40px 0;
}
.tpl-profile .profile__title span, .section__titlepage span {
  font-size: 4rem;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  color: #000;
  border-bottom: 5px solid #88a6b5;
}
@media (max-width: 1200px) {
  .tpl-profile .profile__title, .section__titlepage {
    margin-bottom: 3rem;
  }
  .tpl-profile .profile__title span, .section__titlepage span {
    font-size: 3rem;
    border-bottom: 3px solid #88a6b5;
  }
}
@media (max-width: 768px) {
  .tpl-profile .profile__title, .section__titlepage {
    margin-bottom: 2.6rem;
  }
  .tpl-profile .profile__title span, .section__titlepage span {
    font-size: 2.4rem;
    border-bottom: 3px solid #88a6b5;
  }
}

.tpl-profile .profile__wrapper {
  padding-top: 50px;
  padding-bottom: 140px;
}
.tpl-profile .profile__to-do_meeting {
  margin-bottom: 3rem;
}
@media (max-width: 1200px) {
  .tpl-profile .profile__to-do_meeting .profile__to-do {
    margin-bottom: 3rem;
  }
}
.tpl-profile .profile__to-do_meeting .profile__to-do .profile__to-do_title {
  font-size: 2rem;
  color: #000;
  margin-bottom: 2rem;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  display: block;
}
.tpl-profile .profile__to-do_meeting .profile__to-do .profile__to-do_item {
  margin-bottom: 1.2rem;
  height: 83px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #cfaa40;
}
.tpl-profile .profile__to-do_meeting .profile__to-do .profile__to-do_item:last-child {
  margin-bottom: 0;
}
.tpl-profile .profile__to-do_meeting .profile__to-do .profile__to-do_item span {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
}
.tpl-profile .profile__to-do_meeting .profile__meeting,
.tpl-profile .profile__to-do_meeting .profile__to-do {
  border: 1px solid rgba(136, 166, 181, 0.4);
  padding: 20px;
  border-radius: 20px;
}
.tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting_title {
  margin-bottom: 2rem;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: #000;
  display: block;
}
.tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting__schedule {
  margin-bottom: 12px;
}
.tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting__schedule:last-child {
  margin-bottom: 0;
}
.tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting__schedule .profile__meeting__schedule-item {
  display: flex;
}
@media (max-width: 480px) {
  .tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting__schedule .profile__meeting__schedule-item {
    flex-wrap: wrap;
  }
}
.tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting__schedule .profile__meeting__schedule-item__time {
  font-size: 14px;
  color: #022d4d;
}
.tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting__schedule .profile__meeting__schedule-item__time {
  flex: 0 0 83px;
  max-width: 83px;
  font-size: 14px;
  color: #022d4d;
}
@media (max-width: 480px) {
  .tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting__schedule .profile__meeting__schedule-item__time {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
}
.tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting__schedule .profile__meeting__schedule-item__detail {
  flex: 0 0 calc(100% - 83px);
  max-width: calc(100% - 83px);
  display: flex;
  padding: 18px 16px 20px;
  background-color: #022d4d;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting__schedule .profile__meeting__schedule-item__detail {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting__schedule .profile__meeting__schedule-item__detail .schedule-item__detail__info {
  flex: 0 0 calc(100% - 110px);
  max-width: calc(100% - 110px);
}
.tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting__schedule .profile__meeting__schedule-item__detail .schedule-item__detail__info .detail__info__title {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
}
.tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting__schedule .profile__meeting__schedule-item__detail .schedule-item__detail__info span {
  font-size: 14px;
  color: #fff;
  margin-bottom: 5px;
  display: block;
}
.tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting__schedule .profile__meeting__schedule-item__detail .schedule-item__detail__info .detail__info__user ul {
  list-style: none;
  display: flex;
}
.tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting__schedule .profile__meeting__schedule-item__detail .schedule-item__detail__info .detail__info__user li {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
.tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting__schedule .profile__meeting__schedule-item__detail .schedule-item__detail__info .detail__info__user li img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting__schedule .profile__meeting__schedule-item__detail .schedule-item__detail__time {
  flex: 0 0 110px;
  max-width: 110px;
}
.tpl-profile .profile__to-do_meeting .profile__meeting .profile__meeting__schedule .profile__meeting__schedule-item__detail .schedule-item__detail__time span {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: right;
  font-family: "Caros-Medium", Arial, Helvetica, sans-serif;
}
.tpl-profile .profile-project {
  border: 1px solid rgba(136, 166, 181, 0.4);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.tpl-profile .profile-project .profile-project__title {
  font-size: 20px;
  color: #000;
  display: block;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}
.tpl-profile .profile-project .profile-project__item {
  padding: 16px;
  background-color: rgba(0, 128, 221, 0.1);
  border-radius: 10px;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
}
@media (max-width: 1200px) {
  .tpl-profile .profile-project .profile-project__item {
    margin-bottom: 12px;
  }
}
.tpl-profile .profile-project .profile-project__item .item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.tpl-profile .profile-project .profile-project__item .item__header span {
  font-size: 16px;
  color: #000;
  line-height: 21px;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
}
.tpl-profile .profile-project .profile-project__item .item__header img {
  height: 4px;
}
.tpl-profile .profile-project .profile-project__item .item__status {
  min-width: 68px;
  height: 28px;
  line-height: 28px;
  background-color: #cfaa40;
  border-radius: 100px;
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  font-family: "Caros-Medium", Arial, Helvetica, sans-serif;
}
.tpl-profile .profile-project .profile-project__item .item__content {
  margin-bottom: 25px;
  height: 80px;
  overflow: hidden;
}
.tpl-profile .profile-project .profile-project__item .item__content span {
  font-size: 1.4rem;
  color: #022d4d;
  font-family: "Caros", Arial, Helvetica, sans-serif;
}
.tpl-profile .profile-project .profile-project__item .item__user {
  display: flex;
  align-items: center;
}
.tpl-profile .profile-project .profile-project__item .item__user .item__user__more {
  flex-grow: 1;
  color: rgba(2, 45, 77, 0.7);
  font-size: 14px;
}
.tpl-profile .profile-project .profile-project__item .item__user ul {
  list-style: none;
  display: flex;
}
.tpl-profile .profile-project .profile-project__item .item__user li {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
.tpl-profile .profile-project .profile-project__item .item__user li img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tpl-profile .career-resume {
  margin-bottom: 30px;
}
.tpl-profile .career-resume .career-resume__career-goals,
.tpl-profile .career-resume .career-resume__resume {
  border: 1px solid rgba(136, 166, 181, 0.4);
  padding: 20px;
  border-radius: 20px;
}
.tpl-profile .career-resume .career-goals--title,
.tpl-profile .career-resume .resume--title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
  align-items: center;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
}
.tpl-profile .career-resume .career-goals--title span,
.tpl-profile .career-resume .resume--title span {
  font-size: 20px;
  line-height: 27px;
  color: #000;
}
.tpl-profile .career-resume .career-goals--title a,
.tpl-profile .career-resume .resume--title a {
  position: relative;
  padding-right: 15px;
  font-size: 16px;
  color: #000;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
}
.tpl-profile .career-resume .career-goals--title a:hover,
.tpl-profile .career-resume .resume--title a:hover {
  color: #cfaa40;
}
.tpl-profile .career-resume .career-goals--title a:before,
.tpl-profile .career-resume .resume--title a:before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: url("./../../images/icons/angle-right.svg");
}
.tpl-profile .career-resume .career-resume__career-goals .career-goals--item {
  margin-bottom: 12px;
  padding: 1.6rem;
  min-height: 115px;
  border-radius: 10px;
  background-color: #022d4d;
}
.tpl-profile .career-resume .career-resume__career-goals .career-goals--item:last-child {
  margin-bottom: 0;
}
.tpl-profile .career-resume .career-resume__career-goals .career-goals--item .career-goals--item--title {
  font-size: 16px;
  line-height: 21px;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
  color: #fff;
  margin-bottom: 12px;
  display: inline-block;
}
.tpl-profile .career-resume .career-resume__career-goals .career-goals--item .career-goals--item--content {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.tpl-profile .career-resume .career-resume__resume .resume-row {
  margin: 0 -6px;
  display: flex;
  flex-wrap: wrap;
}
.tpl-profile .career-resume .career-resume__resume .resume-col {
  padding: 0 6px;
  width: 50%;
}
.tpl-profile .career-resume .career-resume__resume .resume-col:nth-child(5) .resume--item, .tpl-profile .career-resume .career-resume__resume .resume-col:nth-child(6) .resume--item {
  margin-bottom: 0;
}
.tpl-profile .career-resume .career-resume__resume .resume--item {
  height: 115px;
  display: block;
  border-radius: 10px;
  background-color: #cfaa40;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-bottom: 12px;
}
.tpl-profile .career-resume .career-resume__resume .resume--item p {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  margin-bottom: 12px;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
}
.tpl-profile .career-resume .career-resume__resume .resume--item span {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.tpl-profile .best-match {
  border: 1px solid rgba(136, 166, 181, 0.4);
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.tpl-profile .best-match .best-match__title {
  font-size: 20px;
  color: #000;
  display: block;
  margin-bottom: 20px;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
}
.tpl-profile .best-match .best-match__item {
  padding: 16px;
  background-color: rgba(0, 128, 221, 0.1);
  border-radius: 10px;
  min-height: 180px;
}
@media (max-width: 1200px) {
  .tpl-profile .best-match .best-match__item {
    margin-bottom: 12px;
  }
}
.tpl-profile .best-match .best-match__item .item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.tpl-profile .best-match .best-match__item .item__header span {
  font-size: 16px;
  line-height: 21px;
  color: #000;
  font-family: "Caros-Bold", Arial, Helvetica, sans-serif;
}
.tpl-profile .best-match .best-match__item .item__header img {
  height: 4px;
  cursor: pointer;
}
.tpl-profile .best-match .best-match__item .item__tag {
  color: #022d4d;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 13px;
  display: inline-block;
  font-family: "Caros-Medium", Arial, Helvetica, sans-serif;
}
.tpl-profile .best-match .best-match__item .item__content {
  color: #022d4d;
  font-size: 14px;
  line-height: 19px;
  font-family: "Caros", Arial, Helvetica, sans-serif;
}

@media (max-width: 1200px) {
  .career-resume__career-goals {
    margin-bottom: 2rem;
  }
}/*# sourceMappingURL=profile.css.map */