* {
  box-sizing: border-box;
}
/* body {
  font-family: 'Klavika', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  background-color: #000000;
  overflow-x: hidden;
} */
/*MODULE CODE*/
.Module-Heading {
  font-family: "klavika-web-condensed", sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 80px;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 800;
}
.Module-HeadingXs {
  font-family: "klavika-web-condensed", sans-serif;
  font-style: normal;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: normal;
  font-weight: 800;
}

.Module-Heading span {
  background: linear-gradient(to right, rgb(246, 111, 25), rgb(242, 20, 33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 24px;
  font-family: "klavika-web-condensed", sans-serif;
  font-style: italic;
}
.Module-HeadingXs span {
  background: linear-gradient(to right, rgb(246, 111, 25), rgb(242, 20, 33));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 24px;
  font-family: "klavika-web-condensed", sans-serif;
  font-style: italic;
}

.Module-Subhead {
  font-family: "klavika-web-condensed";
  font-style: normal;
  font-size: 30px;
  line-height: 33px;
  color: #fff;
  margin-top: 0px;
}
.Module-Body {
  font-family: "klavika-web", sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.Module-Disclaimer {
  font-family: "klavika-web", sans-serif;
  font-size: 10px;
  line-height: 12px;
}
.ModuleHero .section-wrapper .content-box {
  max-width: 700px;
  padding: 50px 50px 50px 100px;
}
.section-wrapper {
  margin-left: auto;
  margin-right: auto;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
sup {
  font-size: 60%;
}
.crimsonDesert {
  background-color: #000000;
  font-family: "klavika-web", sans-serif;
  color: #fff;
  font-size: 19.5px;
  line-height: 33px;
  
}
.section-wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.section-wrapper.align-right {
  align-items: flex-end;
}
/*MODULE HERO*/
.ModuleHero .section-wrapper {
  max-width: 1400px;
}
.section-content.ModuleHero {
  background-image: url('https://storage-asset.msi.com/event/2026/nb/crimson-desert-game-bundle/images/253593750-lpmodule-hero.webp');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.ModuleHero-mobile-img {
  display: none;
}
a.button {
  padding: 3px 30px 3px 30px;
  background-color: #fff;
  color: #000;
  font-weight: 700;
  font-family: 'Noto Sans', sans-serif;
  text-decoration: none;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}
a.button:hover {
  background-color: transparent;
  color: #fff;
}
.ModuleLogo {
  margin-top: 40px;
  margin-bottom: 40px;
}
/*Module Chart*/
.ModuleChart {
  width: 100%;
  background-color: #181818;
  margin-bottom: 40px;
  text-align: center;
  overflow-x: auto;
}
.ModuleChart td {
  border-right: 3px black solid;
}
.ModuleChart .chart-header {
  font-family: "Klavika-Bold", sans-serif;
  font-size: 20px !important;
  line-height: 20px;
  padding: 40px;
}
.ModuleChart .chart-body {
  font-family: 'Noto Sans', sans-serif;
  padding: 30px;
  min-width: 94px;
  width: 25%;
}
.ModuleChart .chart-body:nth-child(1) {
  min-width: 310px;
}
.ModuleChart .chart-body:nth-child(3) {
  min-width: 515px;
}

.ModuleChart tr:first-child {
  background: linear-gradient(to right, rgb(246, 111, 25), rgb(242, 20, 33));
}
.ModuleChart .chart-body {
  font-size: 18px !important;
  line-height: 30px;
  padding: 20px;
}
.ModuleChart .chart-header {
  font-size: 24px;
  line-height: 26px;
  padding: 20px;
}
.align-top {
  vertical-align: top;
}
/*MODULE FOOTER*/
.ModuleFooter .section-wrapper {
  max-width: 1200px;
}
.ModuleFooter {
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 40px;
}
.ModuleFooter .section-wrapper .content-box {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
.ModuleFooter-logos {
  margin-bottom: 50px;
  margin-top: 50px;
  max-width: 424px;
  height: auto;
  align-self: center;
}
.ModuleFooter .content-box {
  margin-left: auto;
  width: 100%;
  margin-right: auto;
}
a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}



.detail {
  padding: 0px 0 ;
  margin-bottom: 40px;
}
.detail__flex {
  display: flex;
}
.detail__item {
  flex: 1;
  width: 50%;
}
.detail__item h2 {
  font-size: 24px;
  color: #ff8337;
  margin: 5px 0;
}
.detail__item p {
  margin: 0px;
}

/*MODULE STEP*/
.step {
  margin-bottom: 40px;
}
.step__flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.step__item {
  /* flex: 1; */
  width: calc(36% - 8px);
  margin: 4px;
  background-color: #262626;
  padding: 20px;
}

.step__item:nth-child(2) {
  width: calc(26% - 8px);
}
.step__item:nth-child(5) {
  width: calc(26% - 8px);
}

.step__item h2 {
  font-size: 24px;
  color: #ff8337;
  margin: 5px 0;
}
.step__item p {
  margin: 0px;
  line-height: 25px;
  font-size: 16px;
}
.step__item ul {
  padding-inline-start: 10px;
  list-style-type: disc;
  padding-left: 20px;
}
.step__item ul li {
  margin-bottom: 10px;
  font-size: 16px;
  list-style-type: disc;
  line-height: 25px;
}


.footnotes {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-family: "klavika-web";
  margin-bottom: 4px;
  margin-top: 4px;
}
.footnotes a {
  color: #fff;
  text-decoration: none;
}
.footnotes a:hover {
  text-decoration: underline;
}
ol {
  padding-inline-start: 10px;
}
.footnotes li {
  list-style-position: outside;
  margin-bottom: 10px;
}
@media (max-width: 2020px) {
  .section-content.ModuleHero {
    background-position: 50% 50%;
  }
}
@media (max-width: 1920px) {
  .section-content.ModuleHero {
    background-position: 60% 50%;
    background-size: cover;
  }
}
@media (max-width: 1500px) {
  .section-content.ModuleHero {
    background-position: 50% 50%;
  }
}
@media (max-width: 1100px) {
  .section-content.ModuleHero {
    background-position: 50% 50%;
  }
  .Module-Heading {
    font-size: 6vw;
    line-height: 4.5vw;
  }

  .Module-HeadingXs {
    font-size: 4vw;
    line-height: 4.5vw;
  }
  .ModuleHero .section-wrapper .content-box {
    max-width: 600px;
  }
}
@media (max-width: 900px) {
  .section-content.ModuleHero {
    background-position: 50% 50%;
  }

  .ModuleHero .section-wrapper .content-box {
    max-width: 550px;
  }
  .detail {
    margin-bottom: 20px;
  }
  .detail__flex {
    display: block;
  }
  .detail__item {
    width: 100%;
    margin-top: 20px;
  }
  .step__item {
    width: 100%;
  }
  .step__item:nth-child(2) {
    width: 100%;
  }
  .step__item:nth-child(5) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ModuleHero-mobile-img {
    display: block;
    object-fit: cover;
    position: relative;
    height: 100%;
    object-position: 70% top;
  }
  .ModuleHero-mobile-container {
    overflow: hidden;
    /* height: 500px; */
  }
  .section-content.ModuleHero {
    background: #000;
    padding-top: 0px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .section-content.ModuleHero .content-box {
    width: 100%;
    padding: 0px;
    margin: 0px;
  }
  .section-wrapper .content-box {
    width: 100%;
  }
  .Module-Heading {
    font-size: 10.5vw;
    line-height: 8vw;
  }
  .Module-HeadingXs {
    font-size: 26px;
    line-height: 30px;
  }
  .ModuleLogo {
    margin-top: 10px;
    margin-bottom: 1px;
  }
  .Module-Heading {
    margin-top: 0px;
  }
  .Module-Subhead {
    margin-bottom: 0px;
  }
  .ModuleFooter {
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ModuleChart .chart-header {
    font-size: 20px !important;
    line-height: 22px;
    padding: 5px;
  }
  .ModuleChart .chart-body {
    font-family: 'Noto Sans', sans-serif;
    padding: 20px;
    font-size: 16px !important;
  }
  .ModuleChart tr:first-child {
    background: linear-gradient(to right, #f66f19, #f21421);
  }
  .ModuleChart .chart-body {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 5px;
  }
  .ModuleChart .chart-body:nth-child(1) {
    min-width: 230px;
  }
  .ModuleChart .chart-body:nth-child(3) {
    min-width: 350px;
  }
  .ModuleChart .chart-body:nth-child(4) {
    min-width: 170px;
  }
  .ModuleChart .chart-body:nth-child(4) img {
    max-width: 50px;
  }
  
}

/*MODULE DETAIL*/




@media (max-width: 600px) {}
@media (max-width: 480px) {}