* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
/*  color: #fff;*/
}

@font-face {
  font-family: "DINCond-Bold";
  src: url("https://event.msi.com/msifonts/fonts/DINCond-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "DINCond-Light";
  src: url("https://event.msi.com/msifonts/fonts/DINCond-Light.ttf") format("truetype");
}

@font-face {
  font-family: "DINCond-Medium";
  src: url("https://event.msi.com/msifonts/fonts/DINCond-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'DINPro-Black';
  src: url("https://event.msi.com/msifonts/fonts/DINPro-Black.ttf") format("truetype");
}

html {
  scroll-behavior: smooth;
}

#header {
  border-bottom: none;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 1px #fff, 0 0 1px #fff;
  }
  to {
    text-shadow: 0 0 3px #fff, 0 0 3px #fff;
  }
}

@keyframes glow {
  from {
    text-shadow: 0 0 1px #fff, 0 0 1px #fff;
  }
  to {
    text-shadow: 0 0 3px #fff, 0 0 3px #fff;
  }
}

@-webkit-keyframes shine {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
    -webkit-filter: brightness(300%);
            filter: brightness(300%);
  }
}

@keyframes shine {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
    -webkit-filter: brightness(50%);
            filter: brightness(50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
    -webkit-filter: brightness(300%);
            filter: brightness(300%);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 0;
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
}

main .video {
  line-height: 0;
  position: relative;
  padding-bottom: 56%;
}

main .video #player1,
main .video #player2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main .video:after {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

main .video#pressToPlay:after {
  background: unset;
}

@media screen and (max-width: 500px) {
  main .video {
    display: none;
  }
}

main h1,
main h2,
main span {
  font-family: "DINCond-Bold";
}

main h1.title:after {
  display: none;
}

main h3 {
  font-family: "DINCond-Medium";
}

main p {
  font-family: "DINCond-Light";
}

main ul {
  list-style: none;
}

main figure {
  line-height: 0;
}

main picture {
  display: block;
  line-height: 0;
}

main button {
  cursor: pointer;
  background: transparent;
  border: unset;
}

main button:focus {
  outline: unset;
}

main img {
  width: 100%;
}

main section.translate {
  display: none;
}

main .banner {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2020/DT/MEG_Aegis_Ti5/image/bannerBg.jpg) no-repeat center center/cover;
}

main .banner #st-1 .st-btn {
  background-color: unset;
  width: unset;
  height: unset;
  margin-bottom: 3%;
  margin-right: 5%;
}

main .banner #st-1 .st-btn img {
  width: 3em;
  height: 3em;
}

main .banner .bannerHost {
  display: none;
}

main .banner .slogan {
  position: absolute;
  z-index: 6;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 70%;
}

main .banner .slogan .release {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .banner .slogan .localTime {
  font-size: 1.5em;
  text-align: left;
  font-weight: bold;
  color: #b3b2b5;
}

main .banner .slogan h1,
main .banner .slogan h2 {
  color: #b3b2b5;
  font-size: 4em;
  text-align: center;
}

main .banner .slogan .one,
main .banner .slogan .two {
  color: #fff;
  white-space: nowrap;
  font-style: oblique;
  font-size: 1.5em;
  text-shadow: 0px 0px 15px #aa05e1;
}

main .banner .slogan .two {
  text-shadow: 0px 0px 15px #3f0ac3;
}

main .banner .slogan ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1% 0;
}

main .banner .slogan ul li {
  margin: 0 3.5em;
}

main .banner .slogan ul li a {
  font-size: 3em;
}

main .banner .slogan .time {
  font-family: "DINCond-Light";
  font-size: 3.5em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .banner .slogan .time > div {
  margin: 0 0.1em;
}

main .banner .slogan .time > div .unit {
  font-size: 0.5em;
}

@media screen and (max-width: 1750px) {
  main .banner .slogan {
    top: 65%;
  }
}

@media screen and (max-width: 1515px) {
  main .banner .slogan {
    top: 60%;
  }
}

@media screen and (max-width: 1330px) {
  main .banner .slogan {
    top: 55%;
  }
}

@media screen and (max-width: 1180px) {
  main .banner .slogan {
    font-size: 0.9em;
    top: 50%;
  }
}

@media screen and (max-width: 950px) {
  main .banner .slogan {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 780px) {
  main .banner .slogan {
    font-size: 0.5em;
  }
}

@media screen and (max-width: 630px) {
  main .banner .slogan {
    font-size: 0.4em;
  }
}

@media screen and (max-width: 565px) {
  main .banner .slogan {
    top: 45%;
  }
}

@media screen and (max-width: 500px) {
  main .banner .bannerHost {
    display: initial;
  }
  main .banner .slogan {
    display: initial;
    font-size: 0.7em;
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    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: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  main .banner .slogan ul li {
    margin: 0 4em;
  }
  main .banner .slogan ul li a {
    font-size: 4em;
  }
  main .banner .slogan .time {
    font-size: 5em;
  }
}

@media screen and (max-width: 495px) {
  main .banner .slogan {
    font-size: 0.6em;
  }
  main .banner .slogan ul li a {
    font-size: 5em;
  }
  main .banner .slogan .time {
    font-size: 6em;
  }
}

@media screen and (max-width: 425px) {
  main .banner .slogan {
    font-size: 0.5em;
  }
  main .banner .slogan ul li a {
    font-size: 6em;
  }
  main .banner .slogan .time {
    font-size: 7em;
  }
}

@media screen and (max-width: 353px) {
  main .banner .slogan {
    font-size: 0.4em;
  }
}

@media screen and (max-width: 280px) {
  main .banner .slogan {
    font-size: 0.3em;
  }
}

main .form {
  background: #000;
  padding-top: 50px;
}

main .form .title {
  font-size: 50px;
}

main #msi_form {
  width: 60%;
  margin: 0 auto;
}

main .GamingKnob {
  background: url(https://storage-asset.msi.com/event/2020/DT/MEG_Aegis_Ti5/image/gamingKnobBg.jpg) no-repeat center center/cover;
}

main .wrapper {
  max-width: 2560px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

main .controller {
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}

main .title {
  text-align: center;
  padding-bottom: 5%;
}

main .title h2 {
  font-size: 3.5em;
}

main .title p {
  font-size: 1.8em;
}

main .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

main .btns a {
  text-align: center;
  position: relative;
  width: 20%;
}

main .btns a img {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

main .btns a span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-size: 3em;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ccc;
  text-shadow: 0px 0px 3px #ccc;
}

main .btns a:hover img {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-filter: brightness(300%) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 10px #c66ed2);
          filter: brightness(300%) drop-shadow(0px 0px 1px #fff) drop-shadow(0px 0px 10px #c66ed2);
}

main .btns a:hover span {
  color: #fff;
  text-shadow: 0px 0px 5px #fff;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
          animation: glow 1s ease-in-out infinite alternate;
}

main .host {
  position: relative;
  z-index: 3;
}

main .host img {
  width: 100%;
}

@media screen and (max-width: 993px) {
  main .GamingKnobContent .host img {
    width: 50%;
  }
}

main .halo,
main .gear {
  width: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media screen and (max-width: 1475px) {
  main .tab {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 1317px) {
  main .title {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 1190px) {
  main .title {
    font-size: 0.8em;
  }
  main .tab {
    font-size: 0.6em;
  }
}

@media screen and (max-width: 1060px) {
  main .title {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 927px) {
  main .title h2 {
    font-size: 3em;
  }
  main .tab {
    font-size: 0.5em;
  }
}

@media screen and (max-width: 792px) {
  main .tab {
    font-size: 0.4em;
  }
}

@media screen and (max-width: 768px) {
  main .controller {
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 2% 0;
  }
  main .title {
    font-size: 1em;
  }
  main .tab {
    font-size: 0.8em;
  }
  main .halo,
  main .gear {
    top: 87%;
  }
}

@media screen and (max-width: 620px) {
  main .title {
    font-size: 0.8em;
  }
  main .tab {
    font-size: 0.6em;
  }
}

@media screen and (max-width: 490px) {
  main .title {
    font-size: 0.6em;
  }
  main .tab {
    font-size: 0.5em;
  }
}

@media screen and (max-width: 370px) {
  main .title {
    font-size: 0.45em;
  }
  main .tab {
    font-size: 0.35em;
  }
}

main .halo {
  z-index: 2;
  -webkit-animation: shine 150s linear infinite;
          animation: shine 150s linear infinite;
}

main .halo:nth-of-type(2) {
  animation: shine 150s linear infinite reverse;
}

main .outer {
  -webkit-filter: brightness(300%);
          filter: brightness(300%);
  -webkit-animation: spin 150s linear infinite;
          animation: spin 150s linear infinite;
}

main .center {
  animation: spin 150s linear infinite reverse;
}

main .inner {
  -webkit-filter: brightness(200%);
          filter: brightness(200%);
  -webkit-animation: spin 150s linear infinite;
          animation: spin 150s linear infinite;
}

main .glyphicon {
  font-size: 65px;
  color: #ccc;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(-60deg);
          transform: translate(-50%, -50%) rotate(-60deg);
  left: 23%;
  top: 70%;
  z-index: 4;
  -webkit-animation: fade 1.5s ease-in infinite alternate;
          animation: fade 1.5s ease-in infinite alternate;
}

main .glyphicon:nth-of-type(2) {
  left: 41%;
  -webkit-transform: translate(-50%, -50%) rotate(113deg);
          transform: translate(-50%, -50%) rotate(113deg);
}

@media screen and (max-width: 993px) {
  main .glyphicon {
    font-size: 5vw;
    left: 40%;
    top: 56%;
  }
  main .glyphicon:nth-of-type(2) {
    left: 60%;
  }
}

main .GamingKnobContent {
  background: #000;
}

main .GamingKnobContent .tabcontent:not(#pressToPlay) {
  display: none;
}

main .GamingKnobContent .tabcontent.video {
  max-width: 2650px;
  margin: auto;
  display: block;
  background: #000;
}

main .GamingKnobContent .tabcontent .title {
  position: absolute;
  left: 20.5%;
  top: 8%;
}

main .GamingKnobContent .tabcontent .title h2 {
  font-size: 3vw;
}

main .GamingKnobContent .tabcontent .title p {
  font-size: 1.8vw;
}

@media screen and (max-width: 993px) {
  main .GamingKnobContent .tabcontent .title {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    left: unset;
    margin-bottom: 30px;
  }
}

main .GamingKnobContent .mode,
main .GamingKnobContent .dashboard {
  position: relative;
}

main .GamingKnobContent .mode .btnContainer,
main .GamingKnobContent .dashboard .btnContainer {
  position: relative;
}

main .GamingKnobContent .mode .btnContainer .host img:last-child,
main .GamingKnobContent .dashboard .btnContainer .host img:last-child {
  display: none;
}

main .GamingKnobContent .mode .btns,
main .GamingKnobContent .dashboard .btns {
  line-height: 0;
  position: absolute;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 32%;
  top: 71.6%;
}

main .GamingKnobContent .mode .btns button,
main .GamingKnobContent .dashboard .btns button {
  display: none;
  -webkit-animation: fade 1s;
          animation: fade 1s;
}

main .GamingKnobContent .mode .btns button img,
main .GamingKnobContent .dashboard .btns button img {
  width: 11vw;
  -webkit-animation: rotate 0.8s ease-in;
          animation: rotate 0.8s ease-in;
}

main .GamingKnobContent .mode .btns button.silent,
main .GamingKnobContent .dashboard .btns button.silent {
  display: block;
}

@media screen and (max-width: 993px) {
  main .GamingKnobContent .mode .btnContainer .host img:first-child,
  main .GamingKnobContent .dashboard .btnContainer .host img:first-child {
    display: none;
  }
  main .GamingKnobContent .mode .btnContainer .host img:last-child,
  main .GamingKnobContent .dashboard .btnContainer .host img:last-child {
    display: initial;
  }
  main .GamingKnobContent .mode .host img:first-child,
  main .GamingKnobContent .dashboard .host img:first-child {
    display: none;
  }
}

@media screen and (max-width: 993px) {
  main .GamingKnobContent .mode .btns,
  main .GamingKnobContent .dashboard .btns {
    left: 50%;
    top: 55.5%;
  }
  main .GamingKnobContent .mode .btns button img,
  main .GamingKnobContent .dashboard .btns button img {
    width: 12vw;
  }
}

main .GamingKnobContent .mode .graphContainer {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 70%;
  top: 50%;
  width: 50%;
  line-height: 0;
}

main .GamingKnobContent .mode #graph {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50.5%;
  top: 57.2%;
  z-index: 4;
}

main .GamingKnobContent .mode .axis {
  width: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 5;
}

@media screen and (max-width: 993px) {
  main .GamingKnobContent .mode .graphContainer {
    position: relative;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}

main .GamingKnobContent .dashboard .pieContainer {
  position: absolute;
  -webkit-transform: translate(-50%, -50%) scale(1.5);
          transform: translate(-50%, -50%) scale(1.5);
  left: 75%;
  top: 50%;
}

main .GamingKnobContent .dashboard .pieContainer > div {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .GamingKnobContent .dashboard .pieContainer .chartContainer {
  line-height: 0;
  margin: 20px;
}

main .GamingKnobContent .dashboard .pieContainer span {
  font-family: "DINCond-Light";
  font-size: 30px;
}

@media screen and (max-width: 2560px) {
  main .GamingKnobContent .dashboard .pieContainer {
    -webkit-transform: translate(-50%, -50%) scale(1.3);
            transform: translate(-50%, -50%) scale(1.3);
  }
}

@media screen and (max-width: 1920px) {
  main .GamingKnobContent .dashboard .pieContainer {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@media screen and (max-width: 1420px) {
  main .GamingKnobContent .dashboard .pieContainer {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
  }
}

@media screen and (max-width: 1140px) {
  main .GamingKnobContent .dashboard .pieContainer {
    -webkit-transform: translate(-50%, -50%) scale(0.65);
            transform: translate(-50%, -50%) scale(0.65);
  }
}

@media screen and (max-width: 993px) {
  main .GamingKnobContent .dashboard .pieContainer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    left: unset;
    top: unset;
  }
  main .GamingKnobContent .dashboard .pieContainer > div {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 793px) {
  main .GamingKnobContent .dashboard .pieContainer {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
}

@media screen and (max-width: 593px) {
  main .GamingKnobContent .dashboard .pieContainer {
    -webkit-transform: scale(0.55);
            transform: scale(0.55);
    height: 360px;
  }
}

@media screen and (max-width: 544px) {
  main .GamingKnobContent .dashboard .pieContainer {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    height: 300px;
  }
}

@media screen and (max-width: 393px) {
  main .GamingKnobContent .dashboard .pieContainer {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    height: 250px;
  }
}

@media screen and (max-width: 300px) {
  main .GamingKnobContent .dashboard .pieContainer {
    -webkit-transform: scale(0.28);
            transform: scale(0.28);
    height: 250px;
  }
}

main .ssc {
  background: url(https://storage-asset.msi.com/event/2020/DT/MEG_Aegis_Ti5/image/sscBg.jpg) no-repeat center center/cover;
}

main .ssc .host img:last-child {
  display: none;
}

@media screen and (max-width: 768px) {
  main .ssc .host img:first-child {
    display: none;
  }
  main .ssc .host img:last-child {
    display: initial;
  }
}

main .sscContent {
  position: relative;
  font-size: 0.8em;
}

main .sscContent .controller {
  top: 13%;
  display: none;
}

main .sscContent img {
  width: 80%;
}

main .modal iframe {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

main .videoContainer {
  background: #000;
  position: relative;
  line-height: 0;
  width: 100%;
  padding-bottom: 62.5%;
}

main .videoContainer #player3,
main .videoContainer #player4,
main .videoContainer #player5,
main .videoContainer #player6,
main .videoContainer #player7,
main .videoContainer #player8 {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  opacity: 0;
}

main .videoContainer #player3 {
  opacity: 1;
}

main .videoContainer:before {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
}

main .theLastConnectivity {
  background: url(https://storage-asset.msi.com/event/2020/DT/MEG_Aegis_Ti5/image/tlcBg.jpg) no-repeat center center/cover;
}

main .theLastConnectivityContent .tabcontent:not(#thunderbolt3) {
  display: none;
}

main .theLastConnectivityContent .title {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 15%;
  z-index: 4;
  width: 65%;
  padding-bottom: 0;
}

main .theLastConnectivityContent .title br {
  display: none;
}

@media screen and (max-width: 1475px) {
  main .theLastConnectivityContent .title {
    width: 88%;
  }
}

@media screen and (max-width: 1100px) {
  main .theLastConnectivityContent .title {
    width: 95%;
  }
}

@media screen and (max-width: 1060px) {
  main .theLastConnectivityContent .title {
    width: 85%;
  }
}

@media screen and (max-width: 768px) {
  main .theLastConnectivityContent .title {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    left: unset;
    top: unset;
    text-align: center;
    width: 90%;
    margin: 50px auto auto auto;
    font-size: 0.9em;
  }
  main .theLastConnectivityContent .title br {
    display: unset;
  }
}

main .theLastConnectivityContent #thunderbolt3 {
  position: relative;
  text-align: center;
  background: url(https://storage-asset.msi.com/event/2020/DT/MEG_Aegis_Ti5/image/thunderbolt3Bg.jpg) no-repeat center center/cover;
}

main .theLastConnectivityContent #thunderbolt3 ul {
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .theLastConnectivityContent #thunderbolt3 ul li {
  font-family: "DINCond-Medium";
  font-size: 1.5em;
  background: black;
  -webkit-box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.4);
          box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 7.5em;
  height: 7.5em;
  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;
  margin: 0 15px;
}

main .theLastConnectivityContent #thunderbolt3 ul li span {
  font-size: 1.8em;
}

@media screen and (max-width: 1500px) {
  main .theLastConnectivityContent #thunderbolt3 ul li {
    font-size: 1.3em;
    width: 7em;
    height: 7em;
  }
}

@media screen and (max-width: 1255px) {
  main .theLastConnectivityContent #thunderbolt3 ul li {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 993px) {
  main .theLastConnectivityContent #thunderbolt3 ul li {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 768px) {
  main .theLastConnectivityContent #thunderbolt3 {
    background: #000;
  }
  main .theLastConnectivityContent #thunderbolt3 ul {
    position: unset;
    -webkit-transform: unset;
            transform: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
  main .theLastConnectivityContent #thunderbolt3 ul li {
    font-size: 1.3em;
    width: 7.5em;
    height: 7.5em;
  }
  main .theLastConnectivityContent #thunderbolt3 figure {
    background: url(https://storage-asset.msi.com/event/2020/DT/MEG_Aegis_Ti5/image/thunderbolt3Bg.jpg) no-repeat center center/cover;
  }
}

@media screen and (max-width: 540px) {
  main .theLastConnectivityContent #thunderbolt3 {
    font-size: 0.7em;
  }
}

@media screen and (max-width: 490px) {
  main .theLastConnectivityContent #thunderbolt3 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .theLastConnectivityContent #thunderbolt3 ul li {
    margin: 15px 0;
  }
}

main .theLastConnectivityContent #lan {
  position: relative;
}

main .theLastConnectivityContent #wifi {
  background: url(https://storage-asset.msi.com/event/2020/DT/MEG_Aegis_Ti5/image/wifiBg.jpg) no-repeat center center/cover;
}

main .theLastConnectivityContent #wifi .wrapper {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .theLastConnectivityContent #wifi .wrapper img {
  width: 90%;
}

main .theLastConnectivityContent #wifi .wrapper .title {
  position: unset;
  -webkit-transform: unset;
          transform: unset;
  left: unset;
  top: unset;
  z-index: unset;
}

main .theLastConnectivityContent #wifi .wrapper h2 {
  margin: 50px 0 0 0;
}

main .theLastConnectivityContent #wifi .wrapper h3 {
  font-size: 20em;
  text-shadow: 10px 15px 45px rgba(255, 255, 255, 0.7);
}

main .theLastConnectivityContent #wifi .wrapper h3 span {
  font-size: 1.3em;
}

main .theLastConnectivityContent #wifi .wrapper ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .theLastConnectivityContent #wifi .wrapper ul li {
  font-family: "DINCond-Medium";
  font-size: 1.5em;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
          box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 7.5em;
  height: 7.5em;
  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;
  margin: 0 3% 3% 0;
}

main .theLastConnectivityContent #wifi .wrapper ul li span {
  font-size: 1.8em;
}

main .theLastConnectivityContent #wifi .wrapper ul li span sub {
  font-size: smaller;
  vertical-align: baseline;
}

@media screen and (max-width: 710px) {
  main .theLastConnectivityContent #wifi .wrapper p {
    width: 70%;
    margin: auto;
  }
  main .theLastConnectivityContent #wifi .wrapper ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .theLastConnectivityContent #wifi .wrapper h3 {
    font-size: 15em;
  }
}

@media screen and (max-width: 540px) {
  main .theLastConnectivityContent #wifi .wrapper {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 540px) {
  main .theLastConnectivityContent #wifi .wrapper h3 {
    font-size: 13em;
  }
}

@media screen and (max-width: 490px) {
  main .theLastConnectivityContent #wifi .wrapper h3 {
    font-size: 11em;
  }
}

@media screen and (max-width: 430px) {
  main .theLastConnectivityContent #wifi .wrapper h3 {
    font-size: 9em;
  }
}

@media screen and (max-width: 380px) {
  main .theLastConnectivityContent #wifi .wrapper h3 {
    font-size: 7em;
  }
}

@media screen and (max-width: 325px) {
  main .theLastConnectivityContent #wifi .wrapper h3 {
    font-size: 5em;
  }
}
/*# sourceMappingURL=style.css.map */