.project {
  position: relative;
  color: #222;
  --color: #2177b2;
}

.project img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

.project picture {
  display: block;
}

.project .common-container {
  padding: 25px;
  width: 80%;
  margin: 0 auto;
  max-width: 1600px;
}

@media (min-width: 996px) {
  .project .common-container {
    padding: 50px 0;
  }
}

.project .common-btn {
  display: inline-block;
  padding: 10px 40px;
  background: var(--color);
  border: var(--color) 1px solid;
  color: #fff;
  text-decoration: none;
}

.project .common-btn:hover {
  background: #fff;
  color: var(--color);
}

.project .common-title {
  position: relative;
  font-size: var(--title-xl);
  font-size: 30px;
  color: var(--color);
  padding-bottom: 15px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  overflow: hidden;
}

.project .common-title .char {
  display: inline-block;
  white-space: pre;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.project .common-title .char.space {
  width: 0.3em;
}

.project .common-text {
  font-size: var(--text-xl);
  color: #757575;
  text-align: center;
}
@media (min-width: 996px) {
  .project .msi__container {
    width: 80%;
  }
}
.kv {
  position: relative;
  overflow: hidden;
  background: #000;
  padding: 5% 0 0;
}

@media (min-width: 996px) {
  .kv__wrapBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
  }
  .kv::after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, black),
      color-stop(70%, black),
      color-stop(90%, rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
      to right,
      black 0,
      black 70%,
      rgba(0, 0, 0, 0) 90%
    );
  }
}
/* @media (min-width: 1930px) {
  .kv-wrap {
    max-width: 1920px;
    margin: auto;
    position: relative;
  }
} */
.kv .common-title {
  text-align: left;
}

.kv__pdBox {
  /* position: absolute;
  right: 0;
  bottom: 0; */
  width: 100%;
  margin-left: -4%;
}
.kv__pdBox-img {
  width: 66vw;
  position: absolute;
  bottom: -7%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media (min-width: 996px) {
  .kv__pdBox {
    width: 91vw;
    margin-top: -27%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    align-items: end;
    position: relative;
  }
  /* .kv__pdBox::after {
    content: "";
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0) 100%
    );
  } */
  .kv__pdBox img {
    width: auto;
    max-width: 116%;
    margin-left: -14%;
  }
  .kv__pdBox-img {
    width: 47vw;
  }
}
/* @media (min-width: 1930px) {
  .kv__pdBox {
    width: 120%;
    margin-right: 0;
  }
} */
.kv__box {
  width: 100%;
  text-align: center;
  padding: 0 25px;
}
@media (min-width: 996px) {
  .kv__box {
    /* position: absolute;
    z-index: 11;
    top: 50%;
    left: 10%;
    width: 28%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0%; */
    text-align: left;
    width: 40%;
    margin-left: 10%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 4%;
    padding: 0;
  }
}
.kv__text {
  position: relative;
  color: #fff;
  z-index: 11;
}

.kv h1.common-title {
  font-size: var(--title-xl);
  padding-bottom: 20px;
  text-shadow: #000 2px 2px 10px;
  color: #fff;
  text-align: center;
}

.kv h1.common-title sup {
  font-size: 1.4rem;
  vertical-align: text-top;
  line-height: 1.8;
}
@media (min-width: 996px) {
  .kv h1.common-title {
    text-align: left;
  }
}
.kv p {
  padding-bottom: 1.8rem;
  font-size: var(--text-xl);
  line-height: 1.8;
  text-shadow: #000 1px 3px 8px;
}

.kv p sup {
  vertical-align: text-top;
  line-height: 1.5;
}

.kv p a {
  color: var(--color);
  border-bottom: 1px solid var(--color);
  font-weight: bold;
}

.kv p a:hover {
  border: none;
}

.kv p span {
  display: block;
}
.kv p span:nth-last-of-type(1) {
  padding-top: 0.8rem;
}

.nav {
  background-color: #1f1f1f;
}
.nav-hoverStyle {
  border-bottom: 3px solid #2177b2;
}
.nav__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  max-width: 1530px;
  margin: auto;
  gap: 5%;
}
.nav__link {
  width: calc(100% / 2 - 30px);
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.nav__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding: 13% 0;
  flex: 1;
}
.nav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #2177b2;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.nav__link:hover::after {
  transform: scaleX(1);
}
@media (min-width: 996px) {
  .nav__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    width: 80%;
  }
  .nav__link {
    width: auto;
  }
  .nav__link a {
    text-align: left;
  }
}
.apart {
  padding: 25px 10px;
  background-color: #000;
}

@media (min-width: 996px) {
  .apart {
    padding: 80px 0 50px;
  }
}
.apart__container {
  max-width: 1280px;
  margin: auto;
}
.apart .common-title {
  padding-bottom: 0;
  text-align: center;
}

@media (min-width: 996px) {
  .apart__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    gap: 25px;
    margin: 0 -25px;
  }
  .apart .common-title {
    text-align: left;
  }
}

@media (min-width: 1930px) {
  .apart__box {
    margin: 0 auto;
  }
}

.apart__item {
  padding: 25px 15px;
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 996px) {
  .apart__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; */
    padding: 25px;
    width: calc(100% / 2 - 89px);
    gap: 40px;
  }
}

.apart__item-img {
  width: 40%;
  max-width: 80px;
  margin: 5% auto;
}

@media (min-width: 996px) {
  .apart__item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 0 auto;
    max-width: auto;
  }
}

@media (min-width: 1600px) {
  .apart__item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
  }
}

.apart__item h3 {
  padding-bottom: 10px;
  line-height: 1.2;
  color: #fff;
}

.apart__item h3 span {
  display: block;
}

@media (min-width: 1600px) {
  .apart__item h3 {
    font-size: var(--title-lg);
  }
}

.apart__item p {
  color: #ffffff;
  line-height: 1.4;
  font-size: var(--text-sm);
}
.apart__item p a {
  color: #2177b2;
  text-decoration: underline;
}
.apart__item p a:hover {
  text-decoration: none;
}
.prod {
  position: relative;
  overflow: hidden;
  padding: 2% 0;
  background-color: #eaebeb;
}

@media (min-width: 1930px) {
  .prod-wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 2000px;
  }
  /* .prod::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eaebeb;
  } */
}
.prod__box {
  width: 90%;
  margin: auto;
}
@media (min-width: 996px) {
  .prod__box {
    width: 65%;
    margin: auto;
  }
}
@media (min-width: 1600px) {
  .prod__box {
    width: 55%;
  }
}
.prod__item {
  position: relative;
  overflow: hidden;
  /* -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; */
  background: #ebebeb;
  padding: 25px;
  font-size: 16px;
}

@media (min-width: 996px) {
  .prod__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
    margin-right: -21%;
  }
}

.prod__item.bg {
  background: #f5f5f5;
}

.prod__item:nth-child(3) .prod__item-img img {
  padding-top: 50px;
}

.prod__item.slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
/* 
.prod__item::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  top: 0;
  left: 0;
} */

/* @media (min-width: 996px) {
  .prod__item::before {
    top: auto;
    bottom: 0;
    height: 180px;
  }
} */

.prod__item-img {
  position: relative;
  z-index: 2;
  padding-bottom: 15px;
  margin: auto;
  width: 60%;
}

@media (min-width: 996px) {
  .prod__item-img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 90%;
    padding-bottom: 0;
    margin: 0;
    margin-right: 13%;
  }
}

@media (min-width: 1600px) {
  .prod__item-img {
    /* width: 60%; */
  }
}

.prod__item-text {
  position: relative;
  z-index: 3;
}

@media (min-width: 996px) {
  .prod__item-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 76%;
  }
}

.prod__item h3 {
  font-size: var(--title-lg);
}

.prod__item ul {
  margin-left: 20px;
  padding: 15px 0;
}

.prod__item ul li {
  list-style: disc;
  padding: 4px 0;
}

.prod__item-btn {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding-top: 15px;
}

@media (min-width: 996px) {
  .prod__item-btn {
    padding-bottom: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 1600px) {
  .prod__item-btn {
    padding-bottom: 0;
  }
}

.prod__item-btn a {
  display: block;
  text-align: center;
}

.workload {
  position: relative;
  padding: 5% 0;
}
.workload__img img {
  width: 100%;
}
.workload__container {
  max-width: 1500px;
  margin: auto;
  padding: 0 25px;
}
.workload__text {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.workload__box {
  margin-top: 5%;
}
@media (min-width: 996px) {
  .workload__container {
    width: 80%;
  }
  .workload__text {
    text-align: left;
  }
  .workload__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
.workload__text p.common-text {
  text-align: center;
}
.workload__item {
  position: relative;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 5% auto;
}

@media (min-width: 996px) {
  .workload__text p.common-text {
    text-align: left;
  }
  .workload__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
  }
}
/* 
.workload__item::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
} */

.workload__item__text {
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 16% 8% 10%;
  text-align: center;
}

.workload__item__text h3 {
  color: #000;
}
@media (min-width: 996px) {
  .workload__item__text {
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .workload__item__text h3 {
    font-size: var(--title-lg);
    font-size: 20px;
    min-height: 40px;
  }
}

.workload__item__text h3 span {
  display: block;
}

@media (min-width: 576px) {
  .workload__item__text h3 span {
    display: inline-block;
  }
}

@media (min-width: 1600px) {
  .workload__item__text h3 span {
    display: block;
  }
}

.workload__item__text p {
  font-size: var(--text-md);
  font-size: 15px;
  color: #000;
}

.system {
  position: relative;
  padding: 5% 0;
  background-color: #f7f8f8;
  width: 100%;
  overflow: hidden;
}

.system__container {
  max-width: 1500px;
  margin: auto;
  padding: 0 25px;
}
.system__text {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.system__listBox {
  width: 95%;
  margin: auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.system__table {
  display: table;
  width: 100%;
  table-layout: auto;
}

.system__row {
  display: table-row;
}

.system__cell {
  border-bottom: 1px solid #cacaca;
  display: table-cell;
  padding: 18px 5px;
  color: #757575;
  vertical-align: middle;
}

.system__row:nth-of-type(1) .system__cell,
.system__row:nth-of-type(2) .system__cell,
.system__row:nth-of-type(8) .system__cell,
.system__row:nth-of-type(9) .system__cell {
  border-bottom: 0;
}
.system__row:nth-of-type(1) .system__cell {
  width: 24%;
  width: 13vw;
}
.system__row .system__cell img {
  max-width: 100%;
  margin: 0;
  width: 12vw;
  min-width: 100px;
}
.system__row .system__cell:nth-of-type(2) img {
  max-width: 100%;
}
.system__row .system__cell:nth-of-type(3) img {
  max-width: 100%;
}
.system-title {
  font-weight: bold;
  color: #000;
}
@media (min-width: 996px) {
  .system__text {
    text-align: left;
  }
  .system__container {
    width: 80%;
  }
}
@media (min-width: 1300px) {
  .system__row .system__cell img {
    max-width: 250px;
    margin: 0;
  }
  .system__row .system__cell:nth-of-type(2) img {
    max-width: 200px;
  }
  .system__row .system__cell:nth-of-type(3) img {
    max-width: 220px;
  }
}
@media (min-width: 996px) {
}
.innovation {
  background: url(https://storage-asset.msi.com/event/2025/EPS/NVIDIA-DGX/images/innovation-bg.jpg)
    no-repeat top center;
  background-size: cover;
  padding: 0 0 5%;
}
.innovation__container {
  max-width: 1500px;
  margin: auto;
  padding: 0 25px;
}

@media (min-width: 996px) {
  .innovation {
    padding: 0;
  }
  .innovation__container {
    width: 80%;
  }
  .innovation__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  }
}
.innovation h2.common-title {
  text-align: center;
  color: #fff;
}

.innovation p.common-text {
  color: #fff;
  text-align: center;
}
@media (min-width: 996px) {
  .innovation h2.common-title {
    text-align: left;
  }

  .innovation p.common-text {
    text-align: left;
  }
}
.innovation a {
  color: #2177b2;
  text-decoration: underline;
}
.innovation a:hover {
  text-decoration: none;
}
.innovation__img {
  width: 100%;
}
@media (min-width: 996px) {
  .innovation__img {
    width: 106%;
    margin-right: -12%;
  }
}
.innovation__text {
  text-align: center;
}
.innovation__text-icon img {
  max-width: 170px;
  margin-top: 8%;
}
@media (min-width: 996px) {
  .innovation__text {
    margin-left: 2%;
    text-align: left;
    padding: 3% 0;
  }
}
@media (min-width: 996px) {
  .industry {
    padding-top: 20px;
  }
}

.industry__text {
  padding: 25px 25px 35px;
  width: 100%;
  margin: 0 auto;
  max-width: 850px;
}

.industry__box {
  position: relative;
  overflow: hidden;
}

.industry__box::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 90%;
  left: 0;
  bottom: 0;
  background: url("../images/industry-bg-xs.jpg") center top no-repeat;
  background-size: cover;
}

@media (min-width: 996px) {
  .industry__box::before {
    background: url("../images/industry-bg.jpg") center top no-repeat;
    background-size: cover;
    height: 60%;
  }
}

.industry__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 70%;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.bgmov {
  position: relative;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vd {
  position: relative;
  z-index: 2;
}

.vd.common-container {
  padding-top: 0;
}

@media (min-width: 996px) {
  .vd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }
}

.vd__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.vd__item:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.vd-img {
  position: relative;
  z-index: 1;
}

.vd-img img {
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.vd a {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.vd a:hover i {
  background: #fff;
  color: var(--color);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.vd a:hover .vd-icon::before,
.vd a:hover .vd-icon::after {
  background: rgba(24, 89, 139, 0.3);
  -webkit-animation: rippleHover 0.5s infinite;
  animation: rippleHover 0.5s infinite;
}

.vd-icon {
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
}

.vd-icon::before,
.vd-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}

.vd-icon::after {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.vd-icon i {
  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;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--color);
  color: #fff;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  font-size: 24px;
}

@-webkit-keyframes ripple {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}

@-webkit-keyframes rippleHover {
  0% {
    width: 30px;
    height: 30px;
    opacity: 0.8;
  }
  50% {
    width: 50px;
    height: 50px;
    opacity: 0.4;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

@keyframes rippleHover {
  0% {
    width: 30px;
    height: 30px;
    opacity: 0.8;
  }
  50% {
    width: 50px;
    height: 50px;
    opacity: 0.4;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

.vd-icon::before {
  -webkit-animation: ripple 2s infinite;
  animation: ripple 2s infinite;
}

.vd-icon::after {
  -webkit-animation: ripple 2s infinite 0.5s;
  animation: ripple 2s infinite 0.5s;
}

.vd-icon:hover::before {
  -webkit-animation: rippleHover 1s infinite;
  animation: rippleHover 1s infinite;
}

.vd-icon:hover::after {
  -webkit-animation: rippleHover 1s infinite 0.3s;
  animation: rippleHover 1s infinite 0.3s;
}

.YouTubePopUp-Wrap {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  -webkit-animation: 0.5s YouTubePopUp;
  animation: 0.5s YouTubePopUp;
}

.YouTubePopUp-Content {
  position: relative;
  padding: 2px;
  top: 50%;
  left: 50%;
  max-width: 1400px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.YouTubePopUp-Content iframe,
.YouTubePopUp-Content object,
.YouTubePopUp-Content embed {
  width: 100%;
  max-width: 100%;
  height: 220px;
  border: none;
}

@media (min-width: 768px) {
  .YouTubePopUp-Content iframe,
  .YouTubePopUp-Content object,
  .YouTubePopUp-Content embed {
    height: 320px;
  }
}

@media (min-width: 996px) {
  .YouTubePopUp-Content iframe,
  .YouTubePopUp-Content object,
  .YouTubePopUp-Content embed {
    height: 788px;
  }
}

.YouTubePopUp-Close {
  position: fixed;
  right: calc(50% - 25px);
  bottom: 20px;
  z-index: 5;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  cursor: pointer;
  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;
  font-size: 36px;
  background: #17588c;
  border: #17588c 1px solid;
  color: #fff;
}

.YouTubePopUp-Close::before {
  content: "\ea02";
  font-family: "msi-icons";
}

.YouTubePopUp-Close:hover {
  background: #fff;
  color: #17588c;
}

.YouTubePopUp-Hide {
  -webkit-animation: 0.5s YouTubePopUpHide;
  animation: 0.5s YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.contact {
  background: #000;
  text-align: center;
  padding: 25px 0 50px;
}

@media (min-width: 996px) {
  .contact {
    padding: 2vw 0;
  }
}

.contact .common-title,
.contact .common-text {
  color: #fff;
}
.contact h2 {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}
.contact p {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  /* padding-bottom: 25px; */
}

.contact a {
  display: inline-block;
  color: #fff;
  border: var(--color) 1px solid;
  padding: 10px 40px;
  background: var(--color);
  margin-left: 2%;
}

.contact a:hover {
  background: #fff;
  color: var(--color);
}
.contact__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 996px) {
  .contact__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.slick-arrow {
  position: absolute;
  z-index: 100;
  top: 40%;
  font-size: 0;
}

.slick-arrow::before {
  font-size: 50px;
  color: #dbd8d8;
}

.slick-arrow:hover::before {
  color: #2177b2;
}

.slick-prev {
  left: -50px;
}

.slick-prev::before {
  content: "\ea10";
  font-family: "msi-icons";
  display: block;
}

@media (min-width: 996px) {
  .slick-prev {
    left: -70px;
  }
}

.slick-next {
  right: -50px;
}

.slick-next::before {
  content: "\ea09";
  font-family: "msi-icons";
  display: block;
}

@media (min-width: 996px) {
  .slick-next {
    right: -70px;
  }
}

.slick-dots {
  position: relative;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

@media (min-width: 996px) {
  .slick-dots {
    margin-top: -50px;
  }
}

.slick-dots button {
  font-size: 0;
}

.slick-dots button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ccc;
}

.slick-active button::before {
  background: #2177b2;
}
/*# sourceMappingURL=main.css.map */
