@charset "UTF-8";
@-webkit-keyframes shimmer-sweep {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes shimmer-sweep {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.project {
  font-family: "century-gothic", sans-serif;
  line-height: 1.6;
  font-size: 1.1rem;
  color: #2c3e50;
}
.project img {
  max-width: 100%;
  vertical-align: bottom;
}
@media (min-width: 996px) {
  .project .msi__container {
    width: 90%;
  }
}
@media (min-width: 1300px) {
  .project .msi__container {
    width: 80%;
  }
}
.project .common__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #2c3e50;
  letter-spacing: -0.5px;
}
@media (min-width: 996px) {
  .project .common__title {
    font-size: 2.5rem;
    margin-bottom: 40px;
  }
}
.project .common__btn {
  display: inline-block;
  background: linear-gradient(135deg, #4694d1 0%, #2c5aa0 100%);
  padding: 8px 40px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 4px 15px rgba(70, 148, 209, 0.3);
          box-shadow: 0 4px 15px rgba(70, 148, 209, 0.3);
  position: relative;
  overflow: hidden;
  margin: 15px 0;
}
@media (min-width: 996px) {
  .project .common__btn {
    font-size: 1.1em;
  }
}
@media (min-width: 1930px) {
  .project .common__btn {
    font-size: 1.4em;
  }
}
.project .common__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  -webkit-transition: left 0.6s ease;
  transition: left 0.6s ease;
  -webkit-animation: shimmer-sweep 3s ease-in-out infinite;
          animation: shimmer-sweep 3s ease-in-out infinite;
}
.project .common__btn:hover {
  background: linear-gradient(135deg, #2c5aa0 0%, #1e3a73 100%);
  -webkit-transform: translateY(-2px) scale(1.05);
          transform: translateY(-2px) scale(1.05);
  -webkit-box-shadow: 0 6px 20px rgba(70, 148, 209, 0.4);
          box-shadow: 0 6px 20px rgba(70, 148, 209, 0.4);
  -webkit-animation: none;
          animation: none;
}
.project .common__btn:hover::before {
  left: 100%;
}
.project .common__btn:active {
  -webkit-transform: translateY(0) scale(1.02);
          transform: translateY(0) scale(1.02);
  -webkit-box-shadow: 0 2px 10px rgba(70, 148, 209, 0.3);
          box-shadow: 0 2px 10px rgba(70, 148, 209, 0.3);
}
.project .common__btn a {
  color: #ffffff;
}
.project .kv {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2025/CND/PRO-DP80-webinar/images/kv-bg-xs.jpg) no-repeat bottom #aab2bd;
  background-size: 100%;
}
@media (min-width: 996px) {
  .project .kv {
    background: url(https://storage-asset.msi.com/event/2025/CND/PRO-DP80-webinar/images/kv-bg.jpg) no-repeat bottom;
    background-size: cover;
  }
}
.project .kv__wrap {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0 60px;
}
@media (min-width: 996px) {
  .project .kv__wrap {
    width: 80%;
    padding: 2% 0 8%;
  }
}
@media (min-width: 1300px) {
  .project .kv__wrap {
    width: 60%;
    padding: 4% 0 8%;
    margin: 0 0 0 22%;
  }
}
@media (min-width: 1930px) {
  .project .kv__wrap {
    padding: 90px 0 150px;
  }
}
.project .kv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 20px 20px;
}
@media (min-width: 996px) {
  .project .kv__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .kv__flex.flexbox2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .kv__flex.flexbox2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    width: 86%;
  }
}
.project .kv__intel {
  width: 30%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .kv__intel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
    width: auto;
  }
}
.project .kv__info {
  text-align: center;
}
@media (min-width: 1300px) {
  .project .kv__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    text-align: left;
  }
}
.project .kv__info .webinar {
  width: 40%;
  margin: 0 auto 15px;
}
@media (min-width: 996px) {
  .project .kv__info .webinar {
    margin: 0 0 25px 10px;
  }
}
.project .kv__info .infoBox {
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #4694d1), color-stop(190%, transparent));
  background: linear-gradient(90deg, #4694d1 10%, transparent 190%);
  border-radius: 10px;
  padding: 1rem;
  margin: 0 0 8% 0;
  color: #ffffff;
}
@media (min-width: 996px) {
  .project .kv__info .infoBox {
    text-align: left;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #4694d1), color-stop(90%, transparent));
    background: linear-gradient(90deg, #4694d1 10%, transparent 90%);
  }
}
.project .kv__info .infoBox h2 {
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 996px) {
  .project .kv__info .infoBox h2 {
    font-size: 1.5em;
  }
}
.project .kv__info .infoBox h3 {
  font-weight: normal;
}
@media (min-width: 996px) {
  .project .kv__info .infoBox h3 {
    font-size: 1.2em;
  }
}
.project .kv__pd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55%;
          flex: 0 0 55%;
  width: 75%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .kv__pd {
    width: auto;
    margin: -5% 0 0 0;
  }
}
.project .kv__details {
  color: #000000;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 996px) {
  .project .kv__details {
    text-align: left;
  }
}
.project .kv__details ul {
  display: inline-block;
  margin: 0 0 7% 0;
  gap: 10px;
}
@media (min-width: 1300px) {
  .project .kv__details ul {
    font-size: 1.1em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1930px) {
  .project .kv__details ul {
    font-size: 1.4em;
  }
}
.project .kv__details ul li {
  width: 100%;
}
@media (min-width: 996px) {
  .project .kv__details ul li {
    width: auto;
  }
}
.project .kv__details ul b {
  background: #000000;
  color: #ffffff;
  padding: 3px 15px;
  font-size: 1.1em;
  letter-spacing: 1px;
  display: block;
  border-radius: 5px;
}
@media (min-width: 996px) {
  .project .kv__details ul b {
    display: inline-block;
  }
}
.project .kv__details .common__btn {
  text-align: center;
}
.project .intro {
  padding: 60px 0;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#ffffff));
  background: linear-gradient(to top, #fff 0%, #ffffff 100%);
}
@media (min-width: 996px) {
  .project .intro {
    padding: 80px 0;
    text-align: left;
  }
}
.project .intro .common__title {
  text-align: left;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .intro .common__title {
    font-size: 2rem;
  }
}
.project .intro p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #5a6c7d;
  margin-bottom: 40px;
}
@media (min-width: 996px) {
  .project .intro p {
    font-size: 1.2rem;
  }
}
.project .intro__txtBox {
  margin: 50px 0 0;
  border-radius: 15px;
  padding: 40px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
@media (min-width: 996px) {
  .project .intro__txtBox {
    padding: 50px;
  }
}
.project .intro__list {
  padding-left: 0;
  margin-top: 20px;
  color: #5a6c7d;
  text-align: left;
}
.project .intro__list li {
  list-style: none;
  margin-bottom: 25px;
  position: relative;
  padding-left: 30px;
}
.project .intro__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #28a745;
  font-weight: bolder;
  font-size: 20px;
}
.project .speakers {
  padding: 40px 0 60px;
  background: #ffffff;
}
.project .speakers__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .project .speakers__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 60px;
  }
}
@media (min-width: 1600px) {
  .project .speakers__flex {
    gap: 80px;
  }
}
.project .speakers__item {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .project .speakers__item {
    width: 30%;
  }
}
.project .speakers__item--profile {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.project .speakers__item--profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project .speakers__item--txt p {
  margin-bottom: 8px;
}
.project .speakers__item--txt p:first-child {
  font-size: 1.4rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 12px;
}
.project .speakers__item--txt p:last-child {
  font-size: 1rem;
  color: #6c757d;
  line-height: 1.5;
}
.project .agenda__table {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  margin: 30px auto 0;
  width: 100%;
  border-collapse: collapse;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
@media (min-width: 1600px) {
  .project .agenda__table {
    width: 70%;
    margin: 3% auto 0;
  }
}
@media (min-width: 1930px) {
  .project .agenda__table {
    width: 100%;
  }
}
.project .agenda__table-row {
  display: table-row;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.project .agenda__table-row:nth-child(even) {
  background-color: #f8f9fa;
}
.project .agenda__table-row:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
  z-index: 1;
  position: relative;
}
.project .agenda__table-th {
  display: table-cell;
  background: #cbdce8;
  color: #2c5aa0;
  text-align: left;
  vertical-align: middle;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2em;
  letter-spacing: 1px;
}
.project .agenda__table-th:nth-child(2) {
  text-align: center;
}
.project .agenda__table-cell {
  display: table-cell;
  text-align: left;
  padding: 20px 25px;
  position: relative;
  color: #495057;
  font-weight: 500;
  vertical-align: middle;
}
.project .agenda__table-cell:nth-child(2) {
  text-align: center;
  min-width: 100px;
  font-weight: 500;
  color: #6c757d;
}
.project .agenda__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: 5px;
}
.project .agenda__title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #2c3e50;
  line-height: 1.5;
  margin-bottom: 4px;
}
@media (min-width: 996px) {
  .project .agenda__title {
    font-size: 1.1rem;
  }
}
.project .agenda__speaker {
  color: #6c757d;
  font-weight: 400;
  line-height: 1.4;
}
.project .agenda__duration {
  font-weight: 500;
  color: #6c757d;
}
.project .event {
  padding: 80px 0 120px;
}
.project .event__container {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .event__container {
    width: 80%;
  }
}
.project .event__content {
  background: transparent;
  border: none;
  padding: 0;
}
.project .event__details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .project .event__details {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 996px) {
  .project .event__details {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  .project .event__details {
    width: 70%;
  }
}
@media (min-width: 1930px) {
  .project .event__details {
    width: 100%;
  }
}
.project .event__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 30px;
  background: #eff6ff;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  border-radius: 10px;
}
.project .event__item:last-child {
  border-bottom: none;
}
.project .event__item:hover {
  background: #fff;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.project .event__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "msi-icons";
  font-size: 20px;
  color: #ffffff;
}
.project .event__icon::before {
  font-family: "msi-icons";
  font-size: 2em;
  color: #4694d1;
  font-weight: bold;
}
.project .event__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project .event__label {
  display: block;
  color: #6c757d;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.project .event__value {
  display: block;
  font-size: 1.2rem;
  color: #2c3e50;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 996px) {
  .project .event__value {
    font-size: 1.3rem;
  }
}
.project .invited {
  padding: 80px 0;
  text-align: center;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}
.project .invited .common__title {
  color: #2c3e50;
  margin-bottom: 30px;
}
.project .invited p {
  margin-bottom: 8px;
  color: #5a6c7d;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (min-width: 996px) {
  .project .invited p {
    font-size: 1.4rem;
  }
}
.project .invited__content {
  background: transparent;
  border: none;
  padding: 0;
  margin: 40px auto 0;
  max-width: 600px;
}
.project .social {
  padding: 80px 0;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  color: #ffffff;
}
.project .social .common__title {
  color: #ffffff;
  margin-bottom: 50px;
}
.project .social__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
.project .social-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.project .social-icon:hover {
  -webkit-transform: translateY(-5px) scale(1.1);
          transform: translateY(-5px) scale(1.1);
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
  background: #0078d4;
}
.project .social-icon img {
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.project .social-icon:hover img {
  -webkit-filter: grayscale(0%) brightness(0) invert(1);
          filter: grayscale(0%) brightness(0) invert(1);
}/*# sourceMappingURL=main.css.map */