@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@600&display=swap');

:root {
  --section-color-one: #0c1435;
  --section-color-two: #0a2147;
  --section-color-three: #1d0f39;
  --section-color-four: #0f1b46;
}

.advertisement {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #010026;
  color: #fff;
  padding: 60px 0 200px;
  margin-top: -11px;
}

.advertisement a, .advertisement a:focus, .advertisement a:visited {
  color: #ffd194;
}

.advertisement a:hover {
  color: #fff;
}

.advertisement p:not(:last-child) {
  font-size: 24px;
  margin-bottom: 40px;
}

.advertisement img:not(.logo, .border-none) {
  border-radius: 12px;
  border: 2px solid #ffffff85;
  margin-bottom: 30px;
}

.advertisement .logo {
  max-width: 220px;
  margin: 10px 0 40px;
}

.advertisement .product-logo {
  max-width: 90px;
  margin-top: 18px;
}

.advertisement [class^='col-'] {
  padding: 0;
}

.advertisement .container-fluid {
  width: unset;
  max-width: 1400px;
  padding: 0 40px;
}

.advertisement .mb-1 {
  margin-bottom: 40px;
}

.advertisement .mb-2 {
  margin-bottom: 42px;
}

.advertisement .f-direction-column {
  flex-direction: column;
}

.advertisement .justify-content {
  justify-content: space-around;
}

.advertisement .f-direction-column-reverse {
  flex-direction: column-reverse;
}

.advertisement .flex.justify-center {
  justify-content: center;
}

.advertisement .page-header {
  padding: 30px 0 20px;
}

.advertisement h1,
.advertisement .page-header h1,
.advertisement h2,
.advertisement h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 48px;
  line-height: 54px;
  font-weight: 400;
  margin: 0 0 20px 0;
  text-shadow: 1px 1px 1px #000;
}

.advertisement .box-shadow {
  box-shadow: 0 0 20px rgba(0, 2, 34, 0.7);
}

.advertisement h2 {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 26px;
}

.advertisement h3 {
  font-size: 28px;
}

.advertisement .lead {
  font-size: 28px;
  line-height: 36px;
}

.advertisement .content-section {
  font-size: 20px;
  background: var(--section-color-one);
  border-radius: 20px;
  padding: 40px 34px;
  margin-bottom: 60px;
  text-align: center;
}

.advertisement .content-section ul {
  padding: 0;
  list-style-type: none;
}

.advertisement .content-section.type-2 {
  background: var(--section-color-two);
}

.advertisement .content-section.type-3 {
  background: var(--section-color-three);
}
.advertisement .content-section.type-4 {
  background: var(--section-color-four);
}
.advertisement .gap {
  gap: 3%;
}
.advertisement .cta {
  text-align: center;
}
.advertisement .cta a.button {
  display: inline-block;
  background: var(--document-red);
  color: #fff;
  font-size: 20px;
  padding: 18px 22px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.4s all ease-out;
  border-radius: 8px;
}

.advertisement .cta a.button:hover {
  background-color: #fb7100;
  box-shadow: 0 0 18px #ffffffc2;
}

.advertisement .cta a.button:active {
  background-color: var(--document-red);
}

.advertisement a.light-link {
  color: #999fd0;
  font-size: 14px;
  text-align: center;
}

.advertisement a.light-link:hover {
  color: #fff;
}

.advertisement .views-stats small {
  font-size: 12px;
  color:#c3b2e4;
}

@media (min-width: 768px) {
  .advertisement {
    padding: 100px 0 200px;
  }

  .advertisement .content-section {
    padding: 40px 34px;
    margin-bottom: 60px;
    text-align: unset;
  }

  .advertisement a.light-link {
    font-size: 16px;
    text-align: initial;
  }

  .advertisement h1,
  .advertisement .page-header h1 {
    font-size: 62px;
    line-height: 68px;
  }

  .advertisement h2 {
    font-size: 42px;
    line-height: 52px;
    margin-bottom: 30px;
  }

  .advertisement .lead {
    font-size: 36px;
    line-height: 46px;
    max-width: 80%;
    margin: 0 auto;
  }

  .advertisement .logo {
    max-width: 320px;
    margin: 10px 0 40px 30px;
  }

  .advertisement .mb-2 {
    margin-bottom: 80px;
  }

  .advertisement .f-direction-column {
    flex-direction: unset;
  }

  .advertisement .justify-content {
    justify-content: space-between;
  }

  .advertisement .f-direction-column-reverse {
    flex-direction: unset;
  }

  .advertisement img:not(.logo, .border-none) {
    margin-bottom: unset;
  }

  .advertisement .product-logo {
    max-width: 134px;
    margin-top: 8%;
  }

  .advertisement .cta a.button {
    font-size: 30px;
    padding: 15px 60px;
  }

  .advertisement .cta {
    text-align: center;
  }
}
