.landing-block.footer{
  margin: auto;
  padding: 0;
}
.landing-block .pink-title {
  color: #ec1455;
  width: 100%;
  text-align: center;
  font-size: 0.7em;
}
.landing-block .light-grey {
  color: #98a0a6;
  width: 100%;
  text-align: center;
  line-height: 1.42857143;
  font-weight: 500;
  font-size: 0.3em;
}

.landing-block p {
  padding: 10px;
  line-height: 2;
}
.landing-block .fs61 {
  font-size: 61px;
}
.justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.landing-block .fw700 {
  font-weight: 700;
}
.button {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 64px;
  cursor: pointer;
  min-width: 178px;
  margin-bottom: 4em;
  margin-top: 2em;
  height: 64px;
  padding: 0 40px;
  box-sizing: border-box;
  border-radius: 5px;
  background: linear-gradient(180deg, #1ac85b 30%, #0dac6f 100%);
  text-shadow: 0px 0 .2em rgba(0, 0, 0, .8);
}

.button_home_page {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 64px;
  cursor: pointer;
  min-width: 178px;
  margin-bottom: auto;
  margin-top: auto;
  height: 64px;
  padding: 0;
  box-sizing: border-box;
  border-radius: 2em;
  background: linear-gradient(180deg, #1ac85b 30%, #0dac6f 100%);
  text-shadow: 0px 0 .2em rgba(0, 0, 0, .8);
}

.footer_language {
  font-size: 0.8em;
}

.footer_language .language-list {
  margin: auto;
}

.footer_content {
  text-align: center;
  color: #98a0a6;
  font-size: 0.83em;
  padding: 0 1em;
}

.payment-providers {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin: 2em;
}
.payment-providers > li {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 6px;
  width: 55px;
  height: 35px;
  background-color: #fff;
}

.language-list, .articles {
  display: none;
  margin: 0 3em;
  font-size: 1.2em;
  color: #98a0a6;
  text-align: center;
  font-weight: 500;
}

.language-list > a:hover , .articles-dropdown a:hover{
  color: #5c6878;
}

.language-list > a:not(:last-child), p.language-url {
  border-right: .1em solid #98a0a6;
}
p.language-url{
  padding: 0.1em 0.5em;
}
.language-list > a, .articles .dropdown a {
  padding: 0 .3em;
  cursor: pointer;
  color: #98a0a6;
  text-decoration: none;
}

.categories-list {
  font-size: 1.1em;
  margin: 1em 0em;
}

.categories-list > a:hover{
  color: #5c6878;
}

.categories-list > a:not(:last-child) {
  border-right: .1em solid #98a0a6;
}

p.categories-url{
  padding: 0.1em 0.5em !important;
}

.categories-list > a{
  padding: 0 .3em;
  cursor: pointer;
  color: #98a0a6;
  text-decoration: none;
}

.cta-section.landing-block{
    margin-top: auto;
    margin-bottom: 0em;
    padding: 0;
    font-size: 3em;
}
.articles .dropdown{
  display: none;
  text-align: center;
  margin: 1em auto;
}
.articles-dropdown:hover .dropdown{
  display: block;
}
.articles .dropdown a:hover{
  color: #f9096c;
}

@media (min-width: 768px){
    section{
      padding: 0;
    }
    .cta-section.landing-block {
      font-size: 2.6em;
    }

    .categories-list {
      font-size: 0.9em;
    }
    p.categories-url {
      display: inline;
      border-right: .1em solid #98a0a6;
    }
    .categories-list > a {
      font-size: 0.93em;
    }
    .language-list {
      display: block;
      margin: 1.5em 0em;
      font-size: 0.9em;
    }
    .payment-providers {
      margin: 0.6em 0em;
    }

    .payment-providers > li {
      width: 73px;
    }

    .landing-block.footer {
      margin: 0em 0em 0em 1em;
    }

    .landing-block .pink-title {
      font-size: 0.536em;
    }

    .landing-block .light-grey {
      font-size: 0.2em;
    }
  
}

@media (min-width: 1200px) {
  .cta-section.landing-block {
    font-size: 1.2em;
  }
  .language-list {
    font-size: 0.35em;
  }
  .categories-list {
    font-size: 0.35em;
  }
}

@media (min-width: 3840px) {
  .button_home_page {
    font-size: 0.3em;
    padding: 1em 2em;
    line-height: 0.1em;
  }
  
}

