@keyframes form-appear {
  0% {
    transform: translateY(2000px);
  }

  30% {
    transform: translateY(100px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }

  30% {
    transform: translateY(100px);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.kardineoCom__avatarWrapper {
  display: inline-block;
  margin: 10px 20px 0 0;
  border-radius: 50%;
  padding: 0;
  width: 100%;
  height: 56px;
  max-width: 56px;
}

.kardineoN2Com__comment {
  font-family: sans-serif;
  font-size: 18px;
}

.kardineoN2Com__comment {
  margin: 0;
  padding-bottom: 5px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
}

.kardineoN2Com__comment a {
  color: #00f;
}

.kardineoN2Com__comment a:hover {
  color: #000;
}

.imgWithText {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  justify-content: center;
  padding: 10px;
  column-gap: 10px;
}

.iti {
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .btnWrapper__btn {
    font-size: 20px;
  }

  .kardineoN2Com__comment {
    font-size: 18px;
    line-height: 18px;
  }

  .imgWithText {
    flex-wrap: wrap;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }
}

img {
  border: 0;
  vertical-align: middle;
}

.button {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 13px 24px 15px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  min-width: 120px;
  background-color: #0a3f78;
  border: none;
  transition: background-color 0.25s;
  display: inline-block;
}
.button:hover {
  color: #fff;
  background-color: #376496;
  text-decoration: none;
}

.animated__btn {
  animation: heartRate 2s infinite linear;
}

@keyframes heartRate {
  0% {
    transform: scale(1);
    animation-timing-function: linear;
  }

  50% {
    transform: scale(1.2);
    animation-timing-function: linear;
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 500px) {
  .animated__btn {
    max-width: 87%;
  }
}

.pulse:after {
  -webkit-animation: pulse 2s 0.4s infinite linear;
  animation: pulse 2s 0.4s infinite linear;
}

.pulse:hover:after,
.pulse:hover:before {
  display: none;
}

.active:after {
  content: '';
  background-image: url('../images/arrow-up.png');
  background-repeat: no-repeat;
  background-size: 15px;
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
  background-color: #e2e0e0;
  border-radius: 50%;
  background-position: center;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  color: #0a3f78;
  text-decoration: none;
}
a:hover {
  color: #376496;
  text-decoration: underline;
}
img {
  border: 0;
  vertical-align: middle;
}
/*! CSS Used from: Embedded */
/*! CSS Used from: Embedded */
