.eofy2024 {
  font-family: "DINPro-Regular";
}
.eofy2024 img {
  vertical-align: top;
  max-width: 100%;
}
.eofy2024 .title--main {
  font-size: 45px;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5;
  font-family: "DINCond-Black";
}
.eofy2024 p {
  font-family: "DINPro-Regular";
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5;
}

.kv {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  background-image: url("https://storage-asset.msi.com/event/2024/AU/eofy2024/images/au-eofy-kv-bg.jpg");
}
.kv__flex {
  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;
  max-width: 1800px;
  gap: 50px;
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 996px) {
  .kv__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1930px) {
  .kv__flex {
    padding: 10px;
  }
}
.kv__flex .leftkv {
  display: block;
  width: 100%;
  padding: 20px;
}
@media (min-width: 996px) {
  .kv__flex .leftkv {
    width: 40%;
    padding: 50px;
  }
}
.kv__flex .leftkv .learn {
  display: inline-block;
  margin: 20px 0;
  border: 1px solid #fff;
  margin-top: 6%;
  border-color: #4ca6ce;
}
.kv__flex .leftkv .learn a {
  text-decoration: none;
  font-size: 21px;
  line-height: 1.2;
  display: block;
  padding: 10px 45px;
  color: #fff;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  text-transform: uppercase;
  font-family: "DINPro-Regular";
  font-weight: 800;
}
.kv__flex .leftkv .learn a:hover {
  background: rgba(58, 58, 58, 0.74);
}
.kv__flex .leftkv .learn a {
  color: #4ca6ce;
  font-weight: bold;
}
.kv__flex .rightKv {
  display: block;
  width: 100%;
  padding: 10px;
}
@media (min-width: 996px) {
  .kv__flex .rightKv {
    padding: 50px;
    width: 50%;
  }
}

.proMnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0;
  margin: 0;
  background: #000;
  position: relative;
  color: #fff;
}
@media (min-width: 996px) {
  .proMnt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.proMnt__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 0 auto;
  padding: 10px 0px 0px 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 996px) {
  .proMnt__left {
    width: 50%;
    padding-left: 80px;
  }
}
.proMnt__left .pro-monitor {
  display: block;
  position: relative;
}
.proMnt__right {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
@media (min-width: 996px) {
  .proMnt__right {
    width: 50%;
    padding: 8%;
  }
}
@media (min-width: 1930px) {
  .proMnt__right {
    padding-right: 20%;
  }
}
.proMnt__right .learn {
  display: inline-block;
  margin: 20px 0;
  border: 1px solid #fff;
}
.proMnt__right .learn a {
  text-decoration: none;
  font-size: 21px;
  line-height: 1.2;
  display: block;
  padding: 10px 45px;
  color: #fff;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  text-transform: uppercase;
  font-family: "DINPro-Regular";
  font-weight: 800;
}
.proMnt__right .learn a:hover {
  background: rgba(58, 58, 58, 0.74);
}

.curve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  color: #FFF;
}
@media (min-width: 996px) {
  .curve {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.curve__left {
  display: block;
  padding: 20px 0;
}
@media (min-width: 996px) {
  .curve__left {
    width: auto;
    padding-right: 55%;
  }
}
.curve__img {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
.curve img {
  width: 100%;
  max-width: 100%;
}
.curve .msi__container {
  position: relative;
  z-index: 5;
}
@media (min-width: 996px) {
  .curve .msi__container {
    position: absolute;
  }
}
.curve .learn {
  display: inline-block;
  margin: 20px 0;
  border: 1px solid #fff;
}
.curve .learn a {
  text-decoration: none;
  font-size: 21px;
  line-height: 1.2;
  display: block;
  padding: 10px 45px;
  color: #fff;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  text-transform: uppercase;
  font-family: "DINPro-Regular";
  font-weight: 800;
}
.curve .learn a:hover {
  background: rgba(58, 58, 58, 0.74);
}

.cubi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  background: #efefef;
  position: relative;
  color: #000;
}
@media (min-width: 996px) {
  .cubi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cubi.pd-blcok {
  color: #000;
}
.cubi.pd-blcok .title--main {
  color: #000;
}
.cubi__left {
  display: block;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .cubi__left {
    width: 45%;
    padding: 0 0 0 18%;
  }
}
@media (min-width: 1930px) {
  .cubi__left {
    padding: 0 0 0 25%;
  }
}
.cubi__left .learn {
  display: inline-block;
  margin: 20px 0;
  border: 1px solid #2b2b2b;
}
.cubi__left .learn a {
  text-decoration: none;
  display: block;
  font-size: 21px;
  line-height: 1.2;
  padding: 10px 45px;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  font-family: "DINPro-Regular";
  font-weight: 800;
}
.cubi__left .learn a:hover {
  background: rgba(37, 37, 37, 0.74);
  color: #FFF;
}
.cubi__right {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
}
@media (min-width: 996px) {
  .cubi__right {
    padding: 0 20px;
    width: 55%;
  }
}
.cubi__right .cubiImg {
  display: block;
  position: relative;
}
@media (min-width: 996px) {
  .cubi__right .cubiImg {
    top: -25%;
  }
}

.vesa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
  color: #FFF;
  background-color: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 996px) {
  .vesa {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.vesa__left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
@media (min-width: 996px) {
  .vesa__left {
    width: 50%;
  }
}
.vesa__right {
  display: block;
  width: 100%;
  padding: 5%;
}
@media (min-width: 996px) {
  .vesa__right {
    width: 50%;
  }
}
.vesa__right .learn {
  display: inline-block;
  margin: 20px 0;
  border: 1px solid #fff;
}
.vesa__right .learn a {
  text-decoration: none;
  font-size: 21px;
  line-height: 1.2;
  display: block;
  padding: 10px 45px;
  color: #fff;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  text-transform: uppercase;
  font-family: "DINPro-Regular";
  font-weight: 800;
}
.vesa__right .learn a:hover {
  background: rgba(58, 58, 58, 0.74);
}

.eligible {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
  text-align: center;
  background: #fff;
}

.wtb {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 5% 0;
  text-align: center;
  background: #ccc;
}

.termsBox {
  display: block;
  width: 100%;
  padding: 5% 0;
  background-color: #000;
  font-family: "DINPro-Regular";
  font-size: 16px;
}
.termsBox .tAndC__btnarea {
  padding: 10px;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
  margin: 0 auto;
  max-width: 350px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  text-transform: uppercase;
}
.termsBox .tAndC__btnarea:hover {
  background-color: rgba(92, 92, 92, 0.685);
}/*# sourceMappingURL=eofy.css.map */