.profile_icon {
  display: none;
}

.down_arrow {
  display: none;
}

@media (max-width: 739px) {
  .profile_icon {
    display: flex;
    margin: auto 0;
  }

 .ue-l-main-header__row.ue-l-main-header__bottom {
  justify-content: space-between;
 }

 .down_arrow {
  display: flex;
  margin: auto 0;
 }

 .ue-c-article__kicker-group {
    margin-top: 3px;
 }

}

.tools-corporative-link {
  display: none;
}

.nav-link {
  color: var(--ue-c-seo-links-title-color, hsla(0, 0%, 44%, 0.45));
}
.article__image {
  width: 100%;
  margin-bottom: 10px;
}
.article__image-text {
  box-sizing: border-box;
  font-family: Mundo, Times New Roman, Times, serif;
  font-weight: 400;
  font-style: normal;
  color: #797676;
  text-transform: none;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.00438rem;
}
.ue-c-article__title {
  text-transform: uppercase;
  font-family: Mundo, Times New Roman, Times, serif;
  font-size: 19px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.ue-c-article__ul li {
  list-style-type: circle;
}
.imp {
  border-left: 3px solid #004570;
  padding-left: 10px;
  font-style: italic;
}
.box-shadow {
  box-shadow: var(--box-shadow);
}
.button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Mundo, Times New Roman, Times, serif;
  background-color: #004570;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  padding: 15px;
  margin: auto;
  max-width: 300px;
}
.button-link:hover {
  background-color: #e11229;
}
.comm-img {
  display: block;
  width: 100%;
  max-width: 400px;
  max-height: 400px;
  margin-top: 10px;
  border-radius: 6px;
  object-fit: contain;
  object-position: left;

}
.pointer {
  pointer-events: none;
}
/* .ue-c-article__paragraph a {
  font-weight: 700;
} */
.day-step {
  border: 1px solid #004570;
  color: #004570;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .ue-l-article__secondary-column {
    display: none !important;
  }
}


/*footer*/
.like-link {
  font-size: 13px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 16px;
  display: block;
  color: #2e6d9d;
}
.list-corporative .like-link::after{
  margin: 0 13px;
  content: "|";
  color: #a8a8a8;
}

