@font-face {
  font-family: Noe;
  src: url("./fonts/NoeDisplay-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: MarkPro;
  src: url("./fonts/MarkPro-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

* {
  box-sizing: border-box;
  font-family: 'MarkPro';
  margin: 0;
  padding: 0; }

body,
html {
  height: 100%;
  width: 100vw; }

.market {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: url("./images/stripes.jpg");
  background-position: center;
  background-size: 250px;
  height: 100%;
  width: 100%; }
  @media screen and (max-width: 750px) {
    .market {
      padding: 10px; } }

.market__main {
  background: #422a80;
  max-width: 440px;
  width: 100%; }

.market__section {
  padding: 30px; }

.market__logo-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%; }

.market__img {
  display: block; }

.market__img--logo {
  width: 150px; }

.market__h1 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 34px;
  margin: 0;
  margin-top: 20px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }
  @media screen and (max-width: 750px) {
    .market__h1 {
      font-size: 6vw;
      line-height: 6.5vw; } }

.market__p {
  color: #fff;
  font-family: Noe, times, serif;
  font-style: italic;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 18px;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  text-align: center;
  width: 100%; }

.market__a-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (max-width: 750px) {
    .market__a-wrapper {
      -webkit-box-direction: normal;
      -webkit-box-orient: vertical;
      -moz-box-direction: normal;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .market__a-wrapper > a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #74c125;
    border: 0;
    border-radius: 40px;
    color: #fff;
    font-size: 12px;
    height: 35px;
    text-decoration: none;
    text-transform: uppercase;
    transition: ease all 0.25s;
    width: calc(50% - 5px); }
    @media screen and (max-width: 750px) {
      .market__a-wrapper > a {
        width: 100%; }
        .market__a-wrapper > a:last-child {
          margin-top: 7px; } }
    .market__a-wrapper > a:hover {
      background-color: #fff;
      color: #74c125;
      cursor: pointer; }

.market__footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px 15px 15px 15px;
  width: 100%; }
  .market__footer > a:first-child {
    width: 200px; }
    @media screen and (max-width: 750px) {
      .market__footer > a:first-child {
        width: 50vw; } }
    .market__footer > a:first-child > img {
      width: 100%; }
  .market__footer > a:last-child {
    width: 110px; }
    @media screen and (max-width: 750px) {
      .market__footer > a:last-child {
        width: 25vw; } }
    .market__footer > a:last-child > img {
      width: 100%; }

@media screen and (max-width: 750px) {
  .mob-hide {
    display: none; } }
