h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Druktext, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: 'Inter Tight', sans-serif;
}

.section-header {
  min-height: 250px;
  margin-bottom: -26px;
  background-color: #1f2937;
  background-image: url('../images/Tile.svg');
  background-attachment: scroll;
}

.section-channels {
  min-height: 500px;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 24px 0px;
}

.grid-channel-1 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 7fr 5fr;
  grid-template-columns: 7fr 5fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card-channel {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 290px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(233, 235, 238, 0.32);
  border-radius: 24px;
  background-color: #f0f2f5;
}

.grid-channel-2 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 5fr 7fr;
  grid-template-columns: 5fr 7fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.card-flex-grid {
  display: flex;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.text-card_title {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Druktext, sans-serif;
  color: #111827;
  font-size: 28px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: normal;
}

.text-card_title.text-blibli {
  font-size: 20px;
}

.text-card_description {
  font-family: 'Inter Tight', sans-serif;
  color: #8d8d8d;
  font-size: 15px;
  font-weight: 300;
}

.button-card {
  position: relative;
  z-index: 4;
  padding: 16px 24px 16px 32px;
  border-radius: 100px;
  background-color: #111827;
  transition: all 200ms cubic-bezier(.445, .05, .55, .95);
  font-family: Druktext, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.button-card:hover {
  box-shadow: 0 5px 14px 0 rgba(16, 24, 39, 0.3);
  transform: translate(0px, -12px);
}

.button-card.full {
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.img-channel_logo {
  height: 32px;
  margin-bottom: 20px;
}

.text_wrapper-card {
  max-width: 270px;
  flex: 1;
}

.text_wrapper-card.v-card {
  max-width: none;
  margin-bottom: 20px;
  text-align: center;
}

.card-content {
  position: relative;
  z-index: 5;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.card-content.v-card {
  align-items: center;
}

.card-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

.card-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: -18%;
  bottom: auto;
  z-index: 4;
  height: 100%;
}

.img-pattern-top-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 320px;
  opacity: 0.62;
  mix-blend-mode: normal;
}

.img-pattern-top-right.c-notif {
  opacity: 0.43;
  mix-blend-mode: overlay;
}

.img-pattern-bot-left {
  position: absolute;
  left: -4%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 280px;
  opacity: 0.51;
  transform: rotateX(0deg) rotateY(180deg) rotateZ(90deg);
  mix-blend-mode: normal;
  transform-style: preserve-3d;
}

.img-pattern-bot-left.c-notif {
  opacity: 0.69;
  mix-blend-mode: normal;
}

.grid-channel-3 {
  display: -ms-grid;
  display: grid;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.product-test {
  height: 370px;
}

.card-channel-h {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 290px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 40px;
  background-color: #f0f2f5;
  transition: all 200ms cubic-bezier(.445, .05, .55, .95);
}

.card-channel-v {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 450px;
  padding: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 40px;
  background-color: #f0f2f5;
  transition: all 200ms cubic-bezier(.445, .05, .55, .95);
}

.product-test-v {
  width: 100%;
  height: auto;
  margin-top: -33px;
  margin-bottom: -45px;
}

.product-horizontal {
  height: 350px;
}

.product-vertical {
  margin-bottom: -48px;
}

.span-tokped {
  color: #42b549;
  font-weight: 600;
}

.span-shopee {
  color: #ee4d2d;
  font-weight: 600;
}

.span-tiktok {
  color: #ff1d4a;
  font-weight: 600;
}

.span-lazada {
  color: #000083;
  font-weight: 600;
}

.span-blibli {
  color: #1f93d1;
  font-weight: 600;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(270deg, #28ac58, #8cf156);
}

.alert-box {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding: 10px 16px;
  justify-content: center;
  border-radius: 30px;
  background-color: #ffedcb;
  color: #ea540a;
}

.alert-box-text {
  font-family: 'Inter Tight', sans-serif;
  text-align: center;
}

.ic-info {
  margin-right: 10px;
}

.span-infobox {
  font-weight: 600;
}

.grid-events {
  display: flex;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.card-event {
  display: flex;
  overflow: hidden;
  width: 50%;
  flex-direction: column;
  align-items: center;
  border-radius: 40px;
  background-color: #19293f;
}

.img-event-thumbnail {
  width: 100%;
  height: 260px;
  opacity: 0.57;
  mix-blend-mode: screen;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-card-content {
  position: relative;
  z-index: 4;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
}

.img-event-logo {
  height: 84px;
  margin-top: -81px;
  margin-bottom: 28px;
}

.text-event-description {
  margin-bottom: 10px;
  padding-right: 32px;
  padding-left: 32px;
  font-family: 'Inter Tight', sans-serif;
  color: hsla(0, 0%, 86%, 0.82);
  font-weight: 300;
  text-align: center;
}

.event-button-group {
  display: flex;
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.text-event-details {
  margin-bottom: 20px;
  padding-right: 32px;
  padding-left: 32px;
  font-family: 'Inter Tight', sans-serif;
  color: #dbdbdb;
  font-weight: 500;
  text-align: center;
}

.img-event-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-self: center;
}

.img-event-overlay {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 160px;
  background-image: linear-gradient(180deg, rgba(31, 41, 56, 0), #19293f);
}

.button-primary-brand {
  width: 100%;
  padding: 16px 24px 16px 32px;
  border-radius: 100px;
  background-color: #e63b18;
  transition: all 200ms cubic-bezier(.445, .05, .55, .95);
  font-family: Druktext, sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.button-primary-brand:hover {
  box-shadow: 0 4px 13px -1px rgba(26, 26, 26, 0.85);
  transform: translate(0px, -12px);
}

.button-primary-brand.full {
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.button-primary-brand.disabled {
  background-color: #343d4e;
  color: #929292;
}

.button-primary-brand.disabled:hover {
  box-shadow: none;
  transform: none;
}

.button-ghost {
  width: 100%;
  padding: 16px 24px 16px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.29);
  border-radius: 100px;
  background-color: transparent;
  transition: all 200ms cubic-bezier(.445, .05, .55, .95);
  font-family: Druktext, sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.button-ghost:hover {
  transform: translate(0px, -12px);
}

.button-ghost.full {
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.img-event-partner {
  position: absolute;
  top: 0%;
  bottom: auto;
  width: auto;
  height: 40px;
  margin-top: 32px;
}

.eiger-logo {
  height: 58px;
}

.navbar {
  background-color: transparent;
}

.nav-link {
  padding-right: 12px;
  padding-left: 12px;
  -ms-grid-row-align: stretch;
      align-self: stretch;
  font-family: Druktext, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-link.w--current {
  color: #fff;
}

.nav-container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 8px 24px;
}

.nav-menu {
  display: flex;
  align-items: flex-end;
}

.hero-section-wrapper {
  display: flex;
  padding-bottom: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-logo {
  width: 240px;
  margin-bottom: 40px;
}

.text-hero-description {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Inter Tight', sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 16px;
  text-align: left;
}

.footer-light {
  position: relative;
  margin-top: 60px;
  padding: 20px 30px;
  border-bottom: 1px solid #e4ebf3;
  background-color: #f5f6f8;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #d2d5db #000 #000;
}

.footer-wrapper-two {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-block-two {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-title {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

.footer-link-two {
  margin-top: 20px;
  color: #1a1b1f;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, 0.75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0px;
}

.footer-form-block {
  display: flex;
  margin-top: 24px;
  justify-content: center;
  align-items: center;
}

.footer-form-field {
  height: 48px;
  margin-bottom: 0px;
  padding: 12px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  transition: all 200ms ease;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field:hover {
  border-color: #76879d;
}

.footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-moz-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, 0.8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  transition: all 200ms ease;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #e4ebf3;
}

.footer-bottom {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}

.footer-copyright {
  font-family: 'Inter Tight', sans-serif;
  color: #a2a3a3;
  text-align: center;
}

.footer-social-block-two {
  display: flex;
  margin-top: 0px;
  margin-left: -12px;
  justify-content: flex-start;
  align-items: center;
}

.footer-social-link {
  margin-left: 12px;
}

.header-separator {
  height: 36px;
  border-top-left-radius: 48px;
  border-top-right-radius: 48px;
  background-color: #fff;
}

.countdown-wrapper {
  display: flex;
  margin-top: 10px;
  padding: 16px 40px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 20px;
  background-image: linear-gradient(180deg, #323c4e, #101827);
}

.countdown-wrapper.countdown-dark-bg {
  border-radius: 20px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #e53b19, #e53b19);
}

.cou-number {
  margin-bottom: -3px;
  font-family: Druktext, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
}

.cou-label {
  font-family: 'Inter Tight', sans-serif;
  color: rgba(255, 255, 255, 0.56);
  text-align: center;
}

.cou-separator-dot {
  font-family: Druktext, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
}

.txt-bold-white {
  color: #fff;
  font-weight: 600;
}

.audio-player-wrapper {
  position: fixed;
  left: auto;
  top: auto;
  right: 24px;
  bottom: 24px;
  z-index: 99;
}

.audioplayer {
  display: none;
  margin-top: 0px;
}

.button-primary-brand-hero {
  position: relative;
  z-index: 8;
  display: flex;
  padding: 16px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 100px;
  background-color: #fff;
  transition: all 200ms cubic-bezier(.445, .05, .55, .95);
  font-family: Druktext, sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.button-primary-brand-hero:hover {
  box-shadow: 0 4px 13px -1px rgba(26, 26, 26, 0.85);
  transform: translate(0px, -12px);
}

.button-primary-brand-hero.full {
  -ms-grid-row-align: stretch;
      align-self: stretch;
}

.text-button-white {
  color: #121e31;
}

.link-card {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.card-notif {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
  padding: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 40px;
  background-color: #e54919;
}

.h-notif {
  max-width: 640px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Druktext, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase;
}

.card-notif-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-header-description {
  max-width: 680px;
  font-family: 'Inter Tight', sans-serif;
  color: hsla(0, 0%, 100%, 0.67);
  text-align: center;
}

.card-notif-h-flex {
  position: relative;
  z-index: 8;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.header-section-header {
  font-weight: 500;
  text-align: center;
}

.countdown-column {
  display: flex;
  flex-direction: column;
}

.text-notif-countdown {
  color: hsla(0, 0%, 100%, 0.61);
  font-size: 14px;
  text-align: center;
}

.seo-footer-text {
  font-family: 'Inter Tight', sans-serif;
  color: #a3a3a3;
  font-size: 10px;
  line-height: 140%;
}

.seo-footer-grid {
  display: flex;
  margin-top: 0px;
  align-items: flex-start;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.seo-footer-column {
  width: 100%;
}

.h5-footer {
  margin-bottom: 4px;
  font-family: Druktext, sans-serif;
  font-weight: 500;
}

.card-subscribe {
  overflow: hidden;
  min-height: 220px;
  border-radius: 40px;
  background-color: #f0f2f5;
}

.details-item {
  display: flex;
  padding: 4px 12px;
  align-items: center;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 20px;
  background-color: #2b3d5a;
}

.text-item-card {
  font-family: 'Inter Tight', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.item-detail-list {
  display: flex;
  margin-top: 10px;
  margin-bottom: 32px;
  justify-content: center;
  flex-wrap: wrap;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.text-header-play-jingle {
  display: none;
  max-width: 680px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Inter Tight', sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.card-video {
  overflow: hidden;
  border-radius: 40px;
}

@media screen and (max-width: 991px) {
  .section-header {
    margin-bottom: -30px;
  }

  .card-img {
    left: auto;
    top: 0%;
    right: 3%;
    bottom: auto;
  }

  .event-card-content {
    padding: 20px;
  }

  .text-event-description {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-primary-brand {
    padding-right: 16px;
    padding-left: 16px;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .button-ghost {
    padding-right: 16px;
    padding-left: 16px;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .icon {
    color: #fff;
  }

  .text-hero-description {
    text-align: center;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .button-primary-brand-hero {
    padding-right: 16px;
    padding-left: 16px;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .card-notif {
    flex-direction: column;
    align-items: center;
  }

  .h-notif {
    text-align: center;
  }

  .card-notif-content {
    align-items: center;
  }

  .card-notif-h-flex {
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 767px) {
  .grid-channel-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .grid-channel-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .text-card_title.text-blibli {
    font-size: 28px;
  }

  .card-img {
    right: -14%;
  }

  .grid-channel-3 {
    display: flex;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .alert-box-text {
    text-align: left;
  }

  .grid-events {
    flex-direction: column;
  }

  .card-event {
    width: 100%;
  }

  .nav-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .footer-light {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .card-notif-content {
    align-items: center;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .card-notif-h-flex {
    -ms-grid-row-align: center;
        align-self: center;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 479px) {
  .section-header {
    margin-bottom: -50px;
  }

  .container {
    padding: 16px 16px 0px;
  }

  .card-channel {
    min-height: 420px;
  }

  .card-flex-grid {
    flex-direction: column;
  }

  .text-card_title {
    font-size: 28px;
  }

  .text-card_title.text-blibli {
    font-size: 19px;
  }

  .button-card {
    -ms-grid-row-align: stretch;
        align-self: stretch;
  }

  .img-channel_logo {
    height: 24px;
  }

  .text_wrapper-card {
    max-width: none;
    text-align: center;
  }

  .card-content {
    align-items: center;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    flex: 1;
  }

  .card-img {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: 20px;
    display: flex;
    height: auto;
    margin-bottom: -12px;
  }

  .grid-channel-3 {
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .product-test {
    width: 100%;
    height: auto;
  }

  .card-channel-h {
    min-height: 500px;
    padding: 16px;
  }

  .card-channel-v {
    min-height: 420px;
    padding: 16px;
  }

  .product-test-v {
    width: 100%;
    height: auto;
  }

  .product-horizontal {
    height: 290px;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .alert-box {
    align-items: flex-start;
    border-radius: 24px;
  }

  .ic-info {
    margin-right: 6px;
  }

  .event-button-group {
    flex-direction: column;
  }

  .text-event-details {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-primary-brand {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    font-size: 14px;
  }

  .button-ghost {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    font-size: 14px;
  }

  .nav-container {
    padding-right: 8px;
    padding-left: 8px;
  }

  .text-hero-description {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    font-size: 14px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .header-separator {
    height: 50px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .countdown-wrapper {
    padding: 10px 28px;
    justify-content: center;
    -ms-grid-row-align: center;
        align-self: center;
  }

  .cou-number {
    font-size: 22px;
  }

  .cou-label {
    font-size: 12px;
  }

  .cou-separator-dot {
    font-size: 20px;
  }

  .button-primary-brand-hero {
    justify-content: center;
    -ms-grid-row-align: stretch;
        align-self: stretch;
    font-size: 14px;
  }

  .card-notif {
    padding: 20px;
  }

  .h-notif {
    -ms-grid-row-align: stretch;
        align-self: stretch;
    font-size: 32px;
  }

  .card-notif-content {
    width: 100%;
    align-items: stretch;
  }

  .card-notif-h-flex {
    align-items: stretch;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .seo-footer-grid {
    flex-direction: column;
  }

  .card-subscribe {
    min-height: 320px;
  }
}

#w-node-cf9ebbef-c96a-45c1-9bd8-53fa67732287-3b2c51eb {
  -ms-grid-column: span 3;
      grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_0a7103af-dfea-5f7a-76b9-7faa996b3255-3b2c51eb {
  -ms-grid-column: span 3;
      grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_742a758e-ead4-1e18-d0ec-bb61721141ab-3b2c51eb {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_2a71aecc-7768-a6e2-2f6b-b0e4155ff859-3b2c51eb {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_99ef3e67-45e9-18d2-9d2e-dc1f31107d5a-3b2c51eb {
  -ms-grid-column: span 2;
      grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
      grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cf9ebbef-c96a-45c1-9bd8-53fa67732287-3b2c51eb {
    -ms-grid-column: span 6;
        grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0a7103af-dfea-5f7a-76b9-7faa996b3255-3b2c51eb {
    -ms-grid-column: span 6;
        grid-column-start: span 6;
    -ms-grid-column-span: 6;
    grid-column-end: span 6;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_742a758e-ead4-1e18-d0ec-bb61721141ab-3b2c51eb {
    -ms-grid-column: span 3;
        grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_2a71aecc-7768-a6e2-2f6b-b0e4155ff859-3b2c51eb {
    -ms-grid-column: span 3;
        grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_99ef3e67-45e9-18d2-9d2e-dc1f31107d5a-3b2c51eb {
    -ms-grid-column: span 3;
        grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cf9ebbef-c96a-45c1-9bd8-53fa67732287-3b2c51eb {
    -ms-grid-column: span 3;
        grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_0a7103af-dfea-5f7a-76b9-7faa996b3255-3b2c51eb {
    -ms-grid-column: span 3;
        grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
        grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Druktext';
  src: url('../fonts/DrukText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druktext';
  src: url('../fonts/DrukText-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Druktext';
  src: url('../fonts/DrukText-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Druktext';
  src: url('../fonts/DrukText-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}