.p-advertising .b-svg {
  width: 157px;
}

#svg--programmatic-adv--sound,
#svg--programmatic-adv--dialog,
#svg--programmatic-adv--page,
#svg--programmatic-adv--bell,
#svg--programmatic-adv--ads,
#svg--programmatic-adv--video {
  opacity: 0;
  visibility: hidden;
}

#svg--programmatic-adv--sound {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: .4s, 4.6s;
  animation-delay: .4s, 4.6s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

#svg--programmatic-adv--dialog {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: 1s, 4.6s;
  animation-delay: 1s, 4.6s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

#svg--programmatic-adv--page {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: 1.6s, 4.6s;
  animation-delay: 1.6s, 4.6s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

#svg--programmatic-adv--bell {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: 2.2s, 4.6s;
  animation-delay: 2.2s, 4.6s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

#svg--programmatic-adv--ads {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: 2.8s, 4.6s;
  animation-delay: 2.8s, 4.6s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

#svg--programmatic-adv--video {
  -webkit-animation-name: showAnimation, hideAnimation;
  animation-name: showAnimation, hideAnimation;
  -webkit-animation-duration: 0s, 0s;
  animation-duration: 0s, 0s;
  -webkit-animation-delay: 3.4s, 4.6s;
  animation-delay: 3.4s, 4.6s;
  -webkit-animation-fill-mode: forwards, forwards;
  animation-fill-mode: forwards, forwards;
}

#svg--programmatic-adv--target {
  -webkit-animation: showColorPath 0s 4s forwards;
  animation: showColorPath 0s 4s forwards;
}

@-webkit-keyframes showColorPath {
  0% {
    fill: #AAAAAA;
  }

  100% {
    fill: #94FBFE;
  }
}

@keyframes showColorPath {
  0% {
    fill: #AAAAAA;
  }

  100% {
    fill: #94FBFE;
  }
}

@-webkit-keyframes hideColorPath {
  0% {
    fill: #94FBFE;
  }

  100% {
    fill: #AAAAAA;
  }
}

@keyframes hideColorPath {
  0% {
    fill: #94FBFE;
  }

  100% {
    fill: #AAAAAA;
  }
}

.p-advertising__description {
  margin-bottom: 20px;
}

.p-advertising__long-text-format {
  margin-bottom: 20px;
}

.p-advertising__long-text-format-2 {
  margin-bottom: 20px;
}

.p-advertising__par-ref-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.p-advertising__long-text-format-4 {
  margin-bottom: 20px;
}

.p-advertising__par-ref-2 .item {
  text-align: center;
  width: 100%;
}

.p-advertising__par-ref-2 .item:nth-child(1) .b-icon:hover {
  color: var(--color-yellow);
}

.p-advertising__par-ref-2 .item:nth-child(2) .b-icon:hover {
  color: var(--color-red);
}

.p-advertising__par-ref-2 .item:nth-child(3) .b-icon:hover {
  color: var(--color-electricblue);
}

.p-advertising__par-ref-2 .b-icon {
  font-size: 137px;
  width: 137px;
  margin: 0 auto 31px;
}

.p-advertising__par-ref-2 .field--name-field-long-text {
  font-size: 27px;
  line-height: 33px;
  color: var(--color-white);
}

.p-advertising__long-text-format-5 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .p-advertising__long-text-format {
    margin-bottom: 30px;
  }

  .p-advertising__par-ref-2 {
    margin: 0 -6px;
    margin-bottom: 30px;
  }

  .p-advertising__par-ref-2 .item {
    margin: 0 6px;
    width: calc(100% / 3 - 12px);
  }

  .p-advertising__par-ref-2 .b-icon {
    font-size: 87px;
    width: 87px;
    margin: 0 auto 27px;
  }

  .p-advertising__par-ref-2 .field--name-field-long-text {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (min-width: 1024px) {
  .p-advertising .b-svg {
    width: 353px;
  }

  .p-advertising__par-ref-2 .b-icon {
    font-size: 120px;
    width: 120px;
    margin: 0 auto 27px;
  }

  .p-advertising__par-ref-2 .field--name-field-long-text {
    font-size: 24px;
    line-height: 29px;
  }
}

@media (min-width: 1234px) {
  .p-advertising__long-text-format-2 {
    margin-bottom: 60px;
  }

  .p-advertising__description {
    margin-bottom: 60px;
  }

  .p-advertising__long-text-format-4 {
    margin-bottom: 60px;
  }

  .p-advertising__par-ref-2 {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .p-advertising__par-ref-2 .item:not(:last-child) {
    margin-bottom: 30px;
  }
}