header {
    border-bottom: 1px solid #efefef;
}
.sm-for-article header {
  border: none;
}
header .sm-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1.5625rem 0; }

.sm-logo {
  width: auto; }
  .sm-logo svg {
    max-width: 20rem;
    width: 100%; }

.sm-nav {
  width: auto;
  font-family: 'Rajdhani', sans-serif;
  text-transform: uppercase; }
  .sm-nav a {
    margin: 0 1.5625rem;
    font-size: 1.125rem;
    text-align: center;
    font-weight: 600; }
    .sm-nav a > svg {
      width: 1.6875rem; }
    .sm-nav a:first-child {
      margin-left: 0; }
    .sm-nav a:last-child {
      margin-right: 0; }

@media screen and (max-width: 1400px) {
  header .sm-div {
    padding: 1.5625rem 1.875rem; }
    header .sm-div .sm-nav a {
      margin: 0 1.25rem; } }

@media screen and (max-width: 1200px) {
  header .sm-div .sm-nav a {
    margin: 0 0.75rem; } }

@media screen and (max-width: 992px) {
  header .sm-div {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    header .sm-div .sm-logo {
      position: absolute; }
    header .sm-div .sm-nav {
      width: 100%;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      header .sm-div .sm-nav a {
        display: none;
        margin: 0; }
        header .sm-div .sm-nav a:first-child {
          display: block; }
        header .sm-div .sm-nav a:last-child {
          display: block; } }

@media screen and (max-width: 415px) {
  header .sm-div {
    padding: 1.5625rem 3%; }
  .sm-logo svg {
    max-width: 15rem; } }

.sm-div-out {
  max-width: 82.5rem;
  margin: auto;
  width: 100%; }

.sm-div {
  max-width: 75rem;
  margin: auto;
  padding: 1.875rem;
  width: auto; }

@media screen and (max-width: 415px) {
  .sm-div {
    padding: 1.875rem 3%; } }

footer {
  background-color: #000000; }
  footer .sm-for-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 1rem 0; 
  }
  footer .sm-for-footer svg {
      max-width: 17.5rem;
      fill: white; 
  }
  footer .sm-for-footer .st0 {fill:#6B6E6B;}
  footer .sm-for-footer h3 ~ p {
      font-family: 'Manrope', sans-serif;
      color: white;
      font-size: 0.875rem;
      font-weight: 300;
      letter-spacing: 0.2px;
      margin-top: 0.75rem;
  }
  footer .sm-for-footer li { text-align: center; }
  footer .sm-for-footer li svg { width: 1rem; fill: white; }
  footer .sm-for-footer li > a { text-align: center; }
  footer .sm-for-footer > div { width: 66%; }
  footer .sm-for-footer > div:last-child {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; 
  }
  footer .sm-for-footer .sm-footer-logo, footer .sm-for-footer .sm-footer-icon { width: 24%; }
  footer .sm-for-footer .sm-footer-nav { width: 70%; }
  footer .sm-for-footer .sm-footer-nav > ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
  }
  footer .sm-for-footer .sm-footer-nav > ul li { line-height: 200%; margin-right: 5%; }
  footer .sm-for-footer .sm-footer-nav > ul li:last-child { margin-right: 0; }
  footer .sm-for-footer .sm-footer-nav > ul a, footer .sm-for-footer .sm-footer-nav > ul button {
          font-family: 'Rajdhani', sans-serif;
          color: white;
          text-transform: uppercase;
          font-weight: 400;
          font-size: 1.125rem;
          line-height: 200%; 
  }
  footer .sm-for-footer .sm-footer-nav > ul button { background:none; border:none; cursor:pointer; }
  footer .sm-for-footer .sm-footer-icon { text-align: center; }
  footer .sm-for-footer .sm-footer-icon li { display: inline; margin-right: 5%; }
  footer .sm-for-footer .sm-footer-icon li:last-child { margin-right: 0; }

@media screen and (max-width: 1400px) {
  footer .sm-for-footer .sm-footer-logo {
    width: 28%; } }

@media screen and (max-width: 1200px) {
  footer .sm-for-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    footer .sm-for-footer .sm-footer-logo {
      width: auto;
      margin-bottom: 2rem; }
    footer .sm-for-footer .sm-footer-icon {
      text-align: right; }
    footer .sm-for-footer > div:last-child {
      width: 100%; } }

@media screen and (max-width: 576px) {
  footer .sm-for-footer .sm-footer-icon {
    text-align: left;
    margin-top: 2rem; }
  footer .sm-for-footer .sm-footer-nav {
    width: auto; }
  footer .sm-for-footer > div:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }

.sm-for-homepage .sm-homepage-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .sm-for-homepage .sm-homepage-first .sm-homepage-one {
    width: 27.5%; }
    .sm-for-homepage .sm-homepage-first .sm-homepage-one:first-child {
      width: 70%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .sm-for-homepage .sm-homepage-first .sm-homepage-one:first-child .sm-homepage-one-in:first-child {
        padding-right: 2%; }
      .sm-for-homepage .sm-homepage-first .sm-homepage-one:first-child .sm-homepage-one-in:last-child {
        padding-left: 2%; }
    .sm-for-homepage .sm-homepage-first .sm-homepage-one .sm-homepage-one-in {
      width: auto; }
      .sm-for-homepage .sm-homepage-first .sm-homepage-one .sm-homepage-one-in li {
        padding: 1rem 0;
        border-bottom: 1px solid #efefef; }
        .sm-for-homepage .sm-homepage-first .sm-homepage-one .sm-homepage-one-in li:first-child {
          padding-top: 0; }
        .sm-for-homepage .sm-homepage-first .sm-homepage-one .sm-homepage-one-in li:last-child {
          padding-bottom: 0;
          border-bottom: none; }
        .sm-for-homepage .sm-homepage-first .sm-homepage-one .sm-homepage-one-in li h3 {
          font-family: 'Manrope', sans-serif;
          font-size: 1.25rem;
          text-transform: capitalize;
          font-weight: 800;
          margin-bottom: 1rem; }
          .sm-for-homepage .sm-homepage-first .sm-homepage-one .sm-homepage-one-in li h3 > a {
            font-size: 1.25rem;
            font-weight: 800; }
    .sm-for-homepage .sm-homepage-first .sm-homepage-one h1 {
      font-family: 'Rambla', sans-serif;
      font-size: 2.68rem;
      text-transform: capitalize;
      font-weight: 700; }
      .sm-for-homepage .sm-homepage-first .sm-homepage-one h1 > a {
        font-size: 2.68rem;
        font-weight: 800; }
  .sm-for-homepage .sm-homepage-first .sm-homepage-one-inline {
    border-right: 1px solid #efefef;
    margin: 0 1rem; }
    .sm-for-homepage .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul {
      margin-top: 1rem; }
      .sm-for-homepage .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .sm-for-homepage .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li h4 {
          font-family: 'Manrope', sans-serif;
          font-size: 1rem;
          text-transform: capitalize;
          font-weight: 800;
          margin-bottom: 0.68rem;
          line-height: 133%; }
          .sm-for-homepage .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li h4 > a {
            font-size: 1rem;
            font-weight: 800; }
          .sm-for-homepage .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li h4 > a {
            line-height: 133%; }
        .sm-for-homepage .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li > div:first-child {
          width: 70%; }
        .sm-for-homepage .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li > div:last-child {
          width: 27%; }

.sm-for-homepage .sm-div-out-a {
  position: relative;
  z-index: 0; }
  .sm-for-homepage .sm-div-out-a > .sm-div {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    padding: 3.75rem; }
    .sm-for-homepage .sm-div-out-a > .sm-div > div {
      float: left;
      background-color: white;
      width: 48.5%;
      padding: 1.25rem;
      padding-bottom: 2.125rem; }
      .sm-for-homepage .sm-div-out-a > .sm-div > div h3 {
        font-family: 'Manrope', sans-serif;
        font-size: 1.25rem;
        text-transform: capitalize;
        font-weight: 800;
        font-size: 2.25rem; }
        .sm-for-homepage .sm-div-out-a > .sm-div > div h3 > a {
          font-size: 1.25rem;
          font-weight: 800; }
        .sm-for-homepage .sm-div-out-a > .sm-div > div h3 > a {
          font-size: 2.25rem; }
      .sm-for-homepage .sm-div-out-a > .sm-div > div p {
        margin: 1.125rem 0; }

.sm-for-homepage .sm-for-four-li ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .sm-for-homepage .sm-for-four-li ul > li {
    margin: 1.875rem 0;
    width: 23%; }
    .sm-for-homepage .sm-for-four-li ul > li div h3 {
      font-family: 'Manrope', sans-serif;
      font-size: 1.25rem;
      text-transform: capitalize;
      font-weight: 800;
      font-size: 1.0625rem; }
      .sm-for-homepage .sm-for-four-li ul > li div h3 > a {
        font-size: 1.25rem;
        font-weight: 800; }
      .sm-for-homepage .sm-for-four-li ul > li div h3 > a {
        font-size: 1.0625rem; }
      .sm-for-homepage .sm-for-four-li ul > li div h3 + p {
        margin: 1rem 0;
        font-size: 0.875rem; }

.sm-for-homepage .sm-for-pick span.sm-sub-titles > p {
  margin-top: 0; }

.sm-for-homepage .sm-for-pick h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 2.25rem; }
  .sm-for-homepage .sm-for-pick h3 > a {
    font-size: 1.25rem;
    font-weight: 800; }
  .sm-for-homepage .sm-for-pick h3 ~ p {
    margin: 1rem 0;
    line-height: 160%; }
  .sm-for-homepage .sm-for-pick h3 > a {
    font-size: 2.25rem; }

.sm-for-homepage .sm-for-pick .sm-for-pick-up {
  padding: 1.25rem 0; }
  .sm-for-homepage .sm-for-pick .sm-for-pick-up > div {
    padding: 1.125rem 0; }
    .sm-for-homepage .sm-for-pick .sm-for-pick-up > div:first-child {
      border-bottom: 1px solid #efefef; }
    .sm-for-homepage .sm-for-pick .sm-for-pick-up > div ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
  .sm-for-homepage .sm-for-pick .sm-for-pick-up div.only-line {
    display: none; }
  .sm-for-homepage .sm-for-pick .sm-for-pick-up li {
    width: 25%;
    padding: 0 0.5625rem;
    border-right: 1px solid #efefef;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .sm-for-homepage .sm-for-pick .sm-for-pick-up li:first-child {
      padding-left: 0; }
    .sm-for-homepage .sm-for-pick .sm-for-pick-up li:last-child {
      padding-right: 0;
      border-right: none; }
    .sm-for-homepage .sm-for-pick .sm-for-pick-up li > div:first-child {
      width: 70%; }
    .sm-for-homepage .sm-for-pick .sm-for-pick-up li > div:last-child {
      width: 25%; }
    .sm-for-homepage .sm-for-pick .sm-for-pick-up li > div h4 {
      font-family: 'Manrope', sans-serif;
      font-size: 1rem;
      text-transform: capitalize;
      font-weight: 800; }
      .sm-for-homepage .sm-for-pick .sm-for-pick-up li > div h4 > a {
        font-size: 1rem;
        font-weight: 800; }

.sm-for-homepage .sm-for-pick .sm-for-pick-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .sm-for-homepage .sm-for-pick .sm-for-pick-down .sm-button {
    font-family: 'Manrope', sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    color: white;
    text-transform: capitalize;
    border: none;
    border-radius: 0;
    background: #000;
    padding: 0.5625rem 1.68rem;
    cursor: pointer; }
  .sm-for-homepage .sm-for-pick .sm-for-pick-down > div:first-child {
    width: 30%; }
    .sm-for-homepage .sm-for-pick .sm-for-pick-down > div:first-child img {
      width: 100%;
      height: 100%; }
  .sm-for-homepage .sm-for-pick .sm-for-pick-down > div:last-child {
    width: 70%;
    padding: 1.68rem 2.25rem 2.25rem 2.25rem;
    border-right: 1px solid #505050;
    border-bottom: 1px solid #505050;
    border-top: 1px solid #505050; }

.sm-for-homepage .sm-for-pick > div > div .sm-for-pick-up-half {
  width: 49%; }

.sm-for-homepage .sm-for-pick > div > div:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.sm-for-homepage .sm-div-out-b {
  background-color: #f8f8f8; }
  .sm-for-homepage .sm-div-out-b .sm-how-to {
    padding: 1.5625rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .sm-for-homepage .sm-div-out-b .sm-how-to h3 {
      font-family: 'Manrope', sans-serif;
      font-size: 1.25rem;
      text-transform: capitalize;
      font-weight: 800;
      font-size: 1.68rem; }
      .sm-for-homepage .sm-div-out-b .sm-how-to h3 > a {
        font-size: 1.25rem;
        font-weight: 800; }
      .sm-for-homepage .sm-div-out-b .sm-how-to h3 ~ p {
        margin: 1rem 0;
        line-height: 160%; }
      .sm-for-homepage .sm-div-out-b .sm-how-to h3 > a {
        font-size: 1.68rem; }
    .sm-for-homepage .sm-div-out-b .sm-how-to h4 {
      font-family: 'Manrope', sans-serif;
      font-size: 1rem;
      text-transform: capitalize;
      font-weight: 800; }
      .sm-for-homepage .sm-div-out-b .sm-how-to h4 > a {
        font-size: 1rem;
        font-weight: 800; }
    .sm-for-homepage .sm-div-out-b .sm-how-to .sm-how-to-l {
      width: 35%; }
      .sm-for-homepage .sm-div-out-b .sm-how-to .sm-how-to-l li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 3.5625rem; }
        .sm-for-homepage .sm-div-out-b .sm-how-to .sm-how-to-l li:last-child {
          margin-bottom: 0; }
        .sm-for-homepage .sm-div-out-b .sm-how-to .sm-how-to-l li > div:first-child {
          width: 33%; }
        .sm-for-homepage .sm-div-out-b .sm-how-to .sm-how-to-l li > div:last-child {
          width: 63%; }
      .sm-for-homepage .sm-div-out-b .sm-how-to .sm-how-to-l span.sm-sub-titles > p {
        margin-top: 0; }
    .sm-for-homepage .sm-div-out-b .sm-how-to .sm-how-to-r {
      width: 60%; }

.sm-for-homepage .sm-for-game .sm-for-pick-up {
  padding-bottom: 0; }
  .sm-for-homepage .sm-for-game .sm-for-pick-up > div:last-child {
    padding-bottom: 0; }

.sm-for-homepage .sm-for-game .sm-for-pick-down {
  display: none; }

.sm-for-homepage .sm-div-out-c {
  margin-bottom: 2rem;
  background-color: #f8f8f8; }
  .sm-for-homepage .sm-div-out-c h4 {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 800; }
    .sm-for-homepage .sm-div-out-c h4 > a {
      font-size: 1rem;
      font-weight: 800; }
  .sm-for-homepage .sm-div-out-c .sm-for-deals ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .sm-for-homepage .sm-div-out-c .sm-for-deals li {
    width: 14.5%;
    margin: 1.875rem 0 1rem 0; }

.sm-for-homepage .sm-for-culture h3 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  text-transform: capitalize;
  font-weight: 800;
  font-size: 1.0625rem; }
  .sm-for-homepage .sm-for-culture h3 > a {
    font-size: 1.25rem;
    font-weight: 800; }
  .sm-for-homepage .sm-for-culture h3 ~ p {
    margin: 1rem 0;
    line-height: 160%; }
  .sm-for-homepage .sm-for-culture h3 > a {
    font-size: 1.0625rem; }

.sm-for-homepage .sm-for-culture .sm-for-culture-ul {
  margin: 1.875rem 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden; }
  .sm-for-homepage .sm-for-culture .sm-for-culture-ul ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .sm-for-homepage .sm-for-culture .sm-for-culture-ul ul > li {
      min-width: 20rem;
      margin-right: 1.875rem; }
      .sm-for-homepage .sm-for-culture .sm-for-culture-ul ul > li h3 {
        white-space: normal; }
        .sm-for-homepage .sm-for-culture .sm-for-culture-ul ul > li h3 ~ p {
          white-space: normal; }

span.sm-titles > p {
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 3px solid #000;
  padding-bottom: 0.625rem;margin-bottom: 0.825rem; }

span.sm-big-upper {
  text-transform: uppercase; }

.sm-text {
  font-family: 'Merriweather', sans-serif;
  font-size: 1rem;
  line-height: 160%;
  margin: 0.875rem 0; }
  .sm-text > a {
    font-size: 1rem;
    line-height: 160%;
    text-decoration: underline; }

span.sm-sub-titles > p {
  font-family: 'Rajdhani', sans-serif;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-top: 0.875rem;
  margin-bottom: 0.25rem;
  font-weight: 600; }

address {
  font-style: normal; }
  address > a {
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700; }

@media screen and (max-width: 1400px) {
  .sm-for-homepage .sm-div-out-a > .sm-div {
    width: auto; } }

@media screen and (max-width: 1200px) {
  .sm-for-homepage .sm-homepage-first {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .sm-for-homepage .sm-homepage-first .sm-homepage-one {
      width: 100%; }
      .sm-for-homepage .sm-homepage-first .sm-homepage-one:first-child {
        width: 100%; }
        .sm-for-homepage .sm-homepage-first .sm-homepage-one:first-child .sm-homepage-one-in:first-child {
          padding-right: 1%; }
        .sm-for-homepage .sm-homepage-first .sm-homepage-one:first-child .sm-homepage-one-in:last-child {
          padding-left: 1%; }
      .sm-for-homepage .sm-homepage-first .sm-homepage-one:last-child .sm-homepage-one-in ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .sm-for-homepage .sm-homepage-first .sm-homepage-one:last-child .sm-homepage-one-in ul > li {
          width: 32%;
          padding: 1rem 0; }
          .sm-for-homepage .sm-homepage-first .sm-homepage-one:last-child .sm-homepage-one-in ul > li:last-child:nth-child(3n - 1) {
            margin-right: calc(24% + 30% / 3); }
          .sm-for-homepage .sm-homepage-first .sm-homepage-one:last-child .sm-homepage-one-in ul > li:last-child:nth-child(3n - 2) {
            margin-right: calc(48% + 60% / 3); }
          .sm-for-homepage .sm-homepage-first .sm-homepage-one:last-child .sm-homepage-one-in ul > li:nth-last-child(2) {
            border-bottom: none; }
            .sm-for-homepage .sm-homepage-first .sm-homepage-one:last-child .sm-homepage-one-in ul > li:nth-last-child(2) ~ li {
              border-bottom: none; }
    .sm-for-homepage .sm-homepage-first .sm-homepage-one-inline {
      margin: 1rem 0; }
  .sm-for-homepage .sm-div-out-a {
    padding: 0; }
    .sm-for-homepage .sm-div-out-a img[alt="Background image"] {
      min-height: 26rem; }
    .sm-for-homepage .sm-div-out-a > .sm-div {
      padding: 1.875rem; }
      .sm-for-homepage .sm-div-out-a > .sm-div span.sm-sub-titles > p {
        margin-top: 0; }
  .sm-for-homepage .sm-for-pick .sm-for-pick-down > div:first-child {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow: hidden; } }

@media screen and (max-width: 992px) {
  .sm-for-homepage .sm-for-four-li ul > li {
    width: 48%;
    display: none; }
    .sm-for-homepage .sm-for-four-li ul > li:nth-child(-n+4) {
      display: block; }
  .sm-for-homepage .sm-for-pick h3 {
    margin-bottom: 1rem; }
    .sm-for-homepage .sm-for-pick h3 ~ p {
      display: none; }
  .sm-for-homepage .sm-for-pick .sm-for-pick-up > div ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .sm-for-homepage .sm-for-pick .sm-for-pick-up > div ul div.only-line {
      display: block;
      border-bottom: 1px solid #efefef;
      width: 100%; }
    .sm-for-homepage .sm-for-pick .sm-for-pick-up > div ul > li {
      width: 48.5%;
      margin-bottom: 0.5625rem;
      margin-top: 0.5625rem; }
      .sm-for-homepage .sm-for-pick .sm-for-pick-up > div ul > li:nth-child(-n+2) {
        margin-top: 0; }
        .sm-for-homepage .sm-for-pick .sm-for-pick-up > div ul > li:nth-child(-n+2):nth-child(even) {
          padding-right: 0;
          border-right: none; }
      .sm-for-homepage .sm-for-pick .sm-for-pick-up > div ul > li:nth-of-type(n+3) {
        padding-right: 0; }
        .sm-for-homepage .sm-for-pick .sm-for-pick-up > div ul > li:nth-of-type(n+3):nth-child(even) {
          padding-left: 0;
          padding-right: 0.5625rem;
          border-right: 1px solid #efefef; }
  .sm-for-homepage .sm-div-out-a + div + div + div.sm-div {
    display: none; }
  .sm-for-homepage .sm-div-out-b .sm-how-to .sm-how-to-l, .sm-for-homepage .sm-div-out-b .sm-how-to .sm-how-to-r {
    width: 49%; }
  .sm-for-homepage .sm-div-out-b ~ div {
    display: none; } }

@media screen and (max-width: 769px) {
  .sm-for-homepage .sm-homepage-first .sm-homepage-one .sm-homepage-one-in li {
    padding: 2rem 0; }
  .sm-for-homepage .sm-homepage-first .sm-homepage-one:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .sm-for-homepage .sm-homepage-first .sm-homepage-one:first-child .sm-homepage-one-in:first-child {
      padding-right: 0;
      margin-bottom: 2rem; }
    .sm-for-homepage .sm-homepage-first .sm-homepage-one:first-child .sm-homepage-one-in:last-child {
      padding-left: 0; }
  .sm-for-homepage .sm-homepage-first .sm-homepage-one:last-child .sm-homepage-one-in ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sm-for-homepage .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li {
    width: auto; }
    .sm-for-homepage .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li:last-child:nth-child(3n - 1) {
      margin-right: 0; }
    .sm-for-homepage .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li:last-child:nth-child(3n - 2) {
      margin-right: 0; }
    .sm-for-homepage .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li > div:first-child {
      width: 82%; }
    .sm-for-homepage .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li > div:last-child {
      width: 13%; }
  .sm-for-homepage .sm-div-out-a > .sm-div > div {
    width: auto; }
    .sm-for-homepage .sm-div-out-a > .sm-div > div h3 > a {
      font-size: 1.68rem; }
  .sm-for-homepage .sm-div-out-a img[alt="Background image"] {
    min-height: 23.5rem; }
  .sm-for-homepage .sm-div-out-a + div {
    display: none; }
  .sm-for-homepage .sm-for-pick h3 > a {
    font-size: 1.68rem; }
  .sm-for-homepage .sm-for-pick .sm-for-pick-up > div ul div.only-line {
    display: none; }
  .sm-for-homepage .sm-for-pick .sm-for-pick-up > div ul > li {
    border-right: none;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    padding: 1rem 0;
    border-bottom: 1px solid #efefef; }
    .sm-for-homepage .sm-for-pick .sm-for-pick-up > div ul > li:first-child {
      padding-top: 0; }
    .sm-for-homepage .sm-for-pick .sm-for-pick-up > div ul > li:nth-of-type(n+3):nth-child(even) {
      border-right: none;
      padding-right: 0;
      margin-top: 0; }
    .sm-for-homepage .sm-for-pick .sm-for-pick-up > div ul > li > div:first-child {
      width: 82%; }
    .sm-for-homepage .sm-for-pick .sm-for-pick-up > div ul > li > div:last-child {
      width: 13%; }
  .sm-for-homepage .sm-for-pick > div > div > div.sm-for-pick-up-half {
    width: 100%; }
    .sm-for-homepage .sm-for-pick > div > div > div.sm-for-pick-up-half:first-child {
      margin-bottom: 1rem; }
  .sm-for-homepage .sm-for-pick > div > div:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .sm-for-homepage .sm-for-pick .sm-for-pick-down > div:first-child {
    width: 50%;
    display: block; }
  .sm-for-homepage .sm-for-pick .sm-for-pick-down > div:last-child {
    width: 50%;
    display: block; }
  .sm-for-homepage .sm-div-out-b {
    margin-bottom: 2rem; }
    .sm-for-homepage .sm-div-out-b .sm-how-to {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 0; }
      .sm-for-homepage .sm-div-out-b .sm-how-to h4 > a {
        font-size: 0.75rem; }
      .sm-for-homepage .sm-div-out-b .sm-how-to .sm-how-to-l, .sm-for-homepage .sm-div-out-b .sm-how-to .sm-how-to-r {
        width: 100%; }
      .sm-for-homepage .sm-div-out-b .sm-how-to .sm-how-to-l {
        margin-bottom: 2.875rem; } }

@media screen and (max-width: 415px) {
  .sm-for-homepage .sm-homepage-first .sm-homepage-one h1 {
    line-height: 80%; }
    .sm-for-homepage .sm-homepage-first .sm-homepage-one h1 > a {
      font-size: 2rem;
      line-height: 80%; }
  .sm-for-homepage .sm-homepage-first .sm-homepage-one p.sm-text {
    font-size: 0.875rem; }
  .sm-for-homepage .sm-div-out-a > .sm-div > div
h3 {
    line-height: 80%; }
    .sm-for-homepage .sm-div-out-a > .sm-div > div
h3 > a {
      font-size: 1.425rem;
      line-height: 80%; }
  .sm-for-homepage .sm-for-pick .sm-for-pick-down > div:last-child {
    padding: 1.68rem; }
  .sm-for-homepage .sm-for-pick h3 {
    line-height: 80%; }
    .sm-for-homepage .sm-for-pick h3 > a {
      font-size: 1.225rem;
      line-height: 80%; } }

@media screen and (max-width: 412px) {
  .sm-for-homepage .sm-div-out-a img[alt="Background image"] {
    min-height: 25.5rem; } }

#sm-menu {
  overflow: hidden;
  height: 100vh;
  float: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: fixed;
  top: 0; }
  #sm-menu #open {
    height: 100vh;
    background-color: white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 1rem 0 1rem 0 rgba(0, 0, 0, 0.15);
            box-shadow: 1rem 0 1rem 0 rgba(0, 0, 0, 0.15);
    width: 15%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    margin-left: -300px; }
  #sm-menu .sm-navH {
    padding: 2.25rem 1rem; }
    #sm-menu .sm-navH > span {
      width: auto;
      padding: 1rem;
      cursor: pointer; }
      #sm-menu .sm-navH > span > img {
        width: 1rem; }
  #sm-menu .sm-navBox {
    height: 100vh; }
    #sm-menu .sm-navBox ul {
      padding: 2rem;
      padding-top: 0; }
      #sm-menu .sm-navBox ul li {
        line-height: 300%; }
        #sm-menu .sm-navBox ul li > a {
          font-family: 'Rajdhani', sans-serif;
          color: #000000;
          text-transform: uppercase;
          font-size: 1.125rem;
          font-weight: 600; }

@media screen and (max-width: 1400px) {
  #sm-menu #open {
    width: 20%; }
  #sm-menu .sm-navH {
    padding: 1.875rem;
    padding-left: 2rem; }
    #sm-menu .sm-navH > span {
      padding-left: 0; } }

@media screen and (max-width: 1200px) {
  #sm-menu #open {
    width: 25%; } }

@media screen and (max-width: 992px) {
  #sm-menu #open {
    width: 30%; } }

@media screen and (max-width: 769px) {
  #sm-menu #open {
    width: 35%; } }

@media screen and (max-width: 576px) {
  #sm-menu #open {
    width: 60%; } }

.sm-for-section h2 {
  font-family: 'Rambla', sans-serif;
  font-size: 2.68rem;
  text-transform: capitalize;
  font-weight: 700; }
  .sm-for-section h2 > a {
    font-size: 2.68rem;
    font-weight: 800; }

.sm-for-section .sm-section-title {
    font-family: 'Rajdhani', sans-serif;
    font-size: 2.625rem;
    border-bottom: 3px solid #efefef;
    font-weight: 800;
    padding-bottom: 0.625rem;
    text-transform: uppercase;
}

.sm-for-section .sm-section-title ~ div {
  margin-top: 1.875rem; }

.sm-for-section .sm-for-four-li ul.sm-ul-active > li {
  margin-top: 0; }

.sm-for-section .sm-for-four-li li:last-child:nth-child(4n - 1) {
  margin-right: calc(24% + 5% / 3); }

.sm-for-section .sm-for-four-li li:last-child:nth-child(4n - 2) {
  margin-right: calc(48% + 10% / 3); }

.sm-for-section .sm-for-pages {
  margin: 2rem 0;
  width: auto;
  font-family: 'Manrope', sans-serif;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .sm-for-section .sm-for-pages span {
    cursor: pointer;
    line-height: 100%;
    vertical-align: middle; }
  .sm-for-section .sm-for-pages a {
    font-size: 1rem;
    text-align: center;
    padding: 0.45rem; }
  .sm-for-section .sm-for-pages ul {
    line-height: 100%;
    margin: 0 2.25rem; }
  .sm-for-section .sm-for-pages li.pages-select-active > a {
    font-weight: 800; }
  .sm-for-section .sm-for-pages li {
    display: inline;
    line-height: 100%;
    margin: 0 0.625rem; }
    .sm-for-section .sm-for-pages li:first-child {
      margin-left: 0; }
    .sm-for-section .sm-for-pages li:last-child {
      margin-right: 0; }
    .sm-for-section .sm-for-pages li > a {
      font-weight: 400; }

@media screen and (max-width: 769px) {
  .sm-for-section .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li:nth-last-child(2) {
    border-bottom: 1px solid #efefef; }
  .sm-for-section .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li h4 > a {
    font-size: 1.125rem; }
  .sm-for-section .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li > div:first-child {
    width: 70%; }
  .sm-for-section .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li > div:last-child {
    width: 28%; }
  .sm-for-section .sm-for-four-li ul > li {
    width: 100%; }
    .sm-for-section .sm-for-four-li ul > li:nth-of-type(n+3) {
      display: none; }
  .sm-for-section .sm-for-pages li:nth-of-type(n+6) {
    display: none; } }

@media screen and (max-width: 415px) {
  .sm-for-section .sm-for-pages ul {
    margin: 0 1.25rem; }
    .sm-for-section .sm-for-pages ul li {
      margin: 0 0.5625rem; } }

.sm-for-article h1 {
  font-family: 'Rambla', sans-serif;
  font-size: 2.68rem;
  text-transform: capitalize;
  font-weight: 700; 
  margin-bottom: 20px;
  }
  .sm-for-article h1 > a {
    font-size: 2.68rem;
    font-weight: 800; 
  }

.sm-for-article span.sm-article-title > p {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.25rem;
  border-bottom: 3px solid #efefef; }
  .sm-for-article span.sm-article-title > p time {
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-left: 1.125rem;
    font-weight: 400; }

.sm-for-article span.sm-article-title ~ div {
  margin-top: 1.875rem; }

.sm-for-article .sm-homepage-first {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .sm-for-article .sm-homepage-first .sm-homepage-one-inline {
    margin: 0 1.4%;
    border-right: 1px solid #efefef; }
  .sm-for-article .sm-homepage-first .sm-homepage-one:first-child {
    width: 72%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .sm-for-article .sm-homepage-first .sm-homepage-one:last-child {
    width: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .sm-for-article .sm-homepage-first .sm-homepage-one .sm-homepage-one-inline {
    display: none; }
  .sm-for-article .sm-homepage-first .sm-homepage-one div.sm-homepage-one-in {
    width: 100%;
    margin: 1.125rem 0 2rem 0; }
  .sm-for-article .sm-homepage-first .sm-homepage-one .sm-article {
    margin: 0rem 0 2rem 1.875rem; }
    .sm-for-article .sm-homepage-first .sm-homepage-one .sm-article p {
      font-family: 'Merriweather', serif;
      font-size: 1rem;
      line-height: 145%;
      font-weight: 400;
      margin: 1.25rem 0; }
      .sm-for-article .sm-homepage-first .sm-homepage-one .sm-article p:first-child {
        margin-top: 0; }
      .sm-for-article .sm-homepage-first .sm-homepage-one .sm-article p a {
        color: #098c94;
        vertical-align: baseline; }
    .sm-for-article .sm-homepage-first .sm-homepage-one .sm-article p.sm-article-p-last {
      margin-bottom: 2.875rem; }
    .sm-for-article .sm-homepage-first .sm-homepage-one .sm-article h2 {
      font-family: 'Merriweather', serif;
      font-size: 1.125rem;
      font-weight: 700; }
    .sm-for-article .sm-homepage-first .sm-homepage-one .sm-article span.sm-article-copyright, .sm-article span.sm-article-copyright p{
      text-transform: uppercase;
      width: auto;
      font-size: 0.875rem;
      color: #555555; }
  .sm-for-article .sm-homepage-first figure {
    margin: 1rem 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: 0.875rem;
    font-weight: 700; }
    .sm-for-article .sm-homepage-first figure figcaption {
      margin-top: 0.875rem; }
    .sm-for-article .sm-homepage-first figure span {
      line-height: 140%; }

@media screen and (max-width: 1200px) {
  .sm-for-article .sm-homepage-first .sm-homepage-one:first-child {
    width: auto; }
  .sm-for-article .sm-homepage-first .sm-homepage-one:last-child {
    width: auto; }
    .sm-for-article .sm-homepage-first .sm-homepage-one:last-child video {
      display: none; }
  .sm-for-article .sm-homepage-first .sm-homepage-one div.sm-homepage-one-in {
    margin-bottom: 0; }
    .sm-for-article .sm-homepage-first .sm-homepage-one div.sm-homepage-one-in:last-child {
      display: none; }
  .sm-for-article .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li h4 {
    line-height: 100%; }
    .sm-for-article .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li h4 > a {
      font-size: 0.75rem;
      line-height: 100%; } }

@media screen and (max-width: 769px) {
  .sm-for-article h1 {
    line-height: 80%; }
    .sm-for-article h1 > a {
      font-size: 2.125rem;
      line-height: 80%; }
  .sm-for-article .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li:nth-last-child(2) {
    border-bottom: 1px solid #efefef; }
  .sm-for-article .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li h4 {
    line-height: 100%; }
    .sm-for-article .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li h4 > a {
      font-size: 1.125rem;
      line-height: 120%; }
  .sm-for-article .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li > div:first-child {
    width: 70%; }
  .sm-for-article .sm-homepage-first .sm-homepage-one-inline ~ div.sm-homepage-one .sm-homepage-one-in ul > li > div:last-child {
    width: 30%; }
  .sm-for-article .sm-homepage-first .sm-homepage-one .sm-article {
    margin: 2rem 0; }
    .sm-for-article .sm-homepage-first .sm-homepage-one .sm-article p {
      line-height: 150%; }
      .sm-for-article .sm-homepage-first .sm-homepage-one .sm-article p > a {
        line-height: 150%; }
  .sm-for-article .sm-for-four-li {
    margin-bottom: 2rem; }
    .sm-for-article .sm-for-four-li ul > li {
      width: 100%;
      margin-bottom: 0; }
      .sm-for-article .sm-for-four-li ul > li:nth-of-type(n+3) {
        display: none; } }

/* html use */
html, body {
  margin: 0;
  padding: 0; }

a, svg, img {
  vertical-align: middle; }

a {
  color: #000;
  text-decoration: none;
  line-height: 100%; }

img { width: 100%; height:auto; }

h1, h2, h3, h4, h5, h6, figure {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  line-height: 100%; }

ul, li, p, address {
  list-style: none;
  margin: 0;
  padding: 0; }

/* html use end */
/*# sourceMappingURL=main.css.map */


.pagination {
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:50px 0 75px;
}

.prev,
.next {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    transition: background-color 400ms ease;
    margin: 5px;
    border: 1px solid transparent;
}

.prev:hover,
.next:hover {
    background-color: #fff;
    color: #333;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin: 5px;
    border: 1px solid #333;
}

.page-numbers ul {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.page-numbers li {
    margin: 0;
}

.page-numbers a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 10px 15px;
    background-color: #fff;
    color: #333;
    width:25px;
    margin: 5px;
    transition: background-color 400ms ease;
}

.page-numbers a:hover {
    background-color: #ccc;
}
.page-numbers .tabActive a {
    font-weight: bold;
    background-color: #ccc;
}

