/* APP VARIABLES */
.recent-news {
  position: relative;
}
.recent-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 0;
  background-color: #fff;
}
.recent-news .section {
  position: relative;
}
.recent-news .section__title {
  letter-spacing: 0.1rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recent-news .section__title {
    margin-bottom: 15px;
    text-align: center;
  }
}
.recent-news .section__action {
  position: relative;
  display: flex;
  align-items: center;
}
.recent-news .article {
  position: relative;
  margin-bottom: 60px;
}
.recent-news .article__img {
  width: 100%;
  height: 325px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .recent-news .article__img {
    height: 225px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1750px) {
  .recent-news .article__img {
    height: 275px;
  }
}
.recent-news .article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.recent-news .article__title {
  position: relative;
  margin-bottom: 15px;
}
.recent-news .article__title a {
  color: #2E2E2E;
  text-decoration: none;
}
.recent-news .article__title a:hover, .recent-news .article__title a:focus {
  color: #EA3731;
}
.recent-news .article__tag {
  font-family: "muli", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #2E2E2E;
  margin-top: 15px;
  margin-bottom: 30px;
}
.recent-news .article__tag-brown {
  color: #d27777;
}
.recent-news .article__tag-yellow {
  color: #FFD215;
}
.recent-news .article__tag-red {
  color: #EA3731;
}
.recent-news .article__tag-orange {
  color: #ff6d2c;
}
.recent-news .article__tag-purple {
  color: #bf4b96;
}
.recent-news .article__tag-blue {
  color: #2f47eb;
}
.recent-news .article__tag-green {
  color: #04bf7b;
}
.recent-news .article__date {
  color: #6F6F6F;
}
.recent-news .article__date .double-dash {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #6F6F6F;
  margin: 5px;
}

.profile {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  transition: all ease 0.5s;
}
.profile-full {
  padding-left: 15vw;
  padding-right: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0;
}
.profile-full:hover {
  background-color: #EFEFEF;
}
.profile-full .profile__info {
  flex: 0 0 35%;
}
.profile-full .profile__avatar {
  flex: 0 0 150px;
  margin-right: 60px;
}
@media screen and (max-width: 1366px) {
  .profile-full {
    padding-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  .profile-full {
    padding-left: 30px;
  }
}
@media screen and (max-width: 575px) {
  .profile-full {
    padding-left: 15px;
    padding-right: 15px;
  }
  .profile-full .profile__avatar {
    flex: 0 0 75px;
    margin-right: 30px;
  }
}
.profile__avatar {
  flex: 0 0 100px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .profile__avatar {
    flex: 0 0 75px;
  }
}
.profile__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.profile__info {
  height: 100%;
  padding: 10px 0;
  flex: 0 0 calc(100% - 100px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.profile__info__name {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.04rem;
  color: #4D4D4D;
}
.profile__info__name .role {
  font-weight: 300;
}
.profile__info__position {
  font-family: "Muli", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 1.6rem;
  letter-spacing: 0.04rem;
  color: #6F6F6F;
}
.profile__info__entity {
  font-family: "Muli", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  font-style: italic;
  text-decoration: underline;
  color: #4D4D4D;
  transition: all ease 0.3s;
}
.profile__info__entity:hover, .profile__info__entity:focus {
  color: #EA3731;
}
.profile__info p,
.profile__info a {
  font-family: "muli", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #1C1C1C;
  margin: 0;
}
@media screen and (max-width: 575px) {
  .profile__info {
    flex: 0 0 40%;
  }
  .profile__info .profile__info__name,
.profile__info .profile__info__entity {
    font-size: 1.6rem;
  }
  .profile__info .profile__info__position,
.profile__info p,
.profile__info a {
    font-size: 1.4rem;
  }
}
.profile__download {
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 15px 0;
}
.profile__download a {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.profile__download a:hover, .profile__download a:focus {
  text-decoration: none;
}
.profile__download__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile__download__icon img {
  max-width: 65%;
}
.profile__download__text {
  color: #1C1C1C;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .profile__download {
    align-items: center;
  }
  .profile__download .profile__download__text {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .profile__download .profile__download__icon {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 575px) {
  .profile {
    margin-bottom: 0;
    border-bottom: 1px solid #EDEDED;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .profile:nth-child(odd) {
    background-color: #EDEDED;
  }
}

.timeline {
  position: relative;
  width: 100%;
  padding-right: 10vw !important;
  padding-left: 10vw !important;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1250px) {
  .timeline {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 575px) {
  .timeline {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.timeline__desktop {
  position: relative;
  display: block;
}
@media screen and (max-width: 1250px) {
  .timeline__desktop {
    display: none;
  }
}
.timeline__mobile {
  display: none;
}
.timeline__mobile__article {
  position: relative;
  margin-bottom: 60px;
}
.timeline__mobile__article-title {
  margin-bottom: 30px;
}
.timeline__mobile__article-title h2 {
  font-family: "muli", sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 3.2rem;
  color: #EA3731;
}
.timeline__mobile__article-wrapper {
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
}
.timeline__mobile__article-content {
  position: relative;
  padding-left: 60px;
}
.timeline__mobile__article-content p {
  font-family: "muli", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.8rem;
  color: #4D4D4D;
}
.timeline__mobile__article-content img {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 360px) {
  .timeline__mobile__article-content {
    padding-left: 40px;
  }
}
.timeline__mobile__article-bar {
  position: absolute;
  left: 30px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #EA3731;
}
.timeline__mobile__article-bar::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -12px;
  margin: auto;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border: 2px solid #EA3731;
  border-radius: 50%;
}
.timeline__mobile__article-bar::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 7px;
  left: -5px;
  width: 12px;
  height: 12px;
  background-color: #EA3731;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .timeline__mobile__article-bar {
    left: 12px;
  }
}
.timeline__mobile__article-read-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding-left: 60px;
  padding-top: 90px;
  padding-bottom: 0;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
}
@media screen and (max-width: 1250px) {
  .timeline__mobile {
    display: block;
  }
}
.timeline__header {
  position: relative;
  z-index: 5;
  width: 100%;
  min-height: 225px;
  overflow-x: hidden;
}
.timeline__header::before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 90px;
  height: 225px;
  background: linear-gradient(90deg, white 0%, white 15%, rgba(255, 255, 255, 0) 100%);
}
.timeline__header::after {
  content: "";
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  width: 90px;
  height: 225px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, white 100%);
}
.timeline__header__item {
  position: relative;
  min-width: 300px;
  min-height: 200px;
  padding: 60px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timeline__header__item .text {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2.8rem;
  color: #2E2E2E;
  text-transform: uppercase;
  text-align: center;
}
.timeline__header__item .nav-bar {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  height: 30px;
  overflow: hidden;
}
.timeline__header__item .nav-bar::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 1px;
  border: 6px dashed #EA3731;
}
.timeline__header__item .nav-bar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  border: 1px solid #EA3731;
  transition: all linear 0.5s;
}
.timeline__header__item .bullet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-radius: 50%;
  background-color: #EA3731;
  transition: all ease 0.3s;
  cursor: pointer;
  z-index: 5;
}
.timeline__header__item .bullet:hover, .timeline__header__item .bullet:focus {
  bottom: 0;
  width: 30px;
  height: 30px;
}
.timeline__header__item .half-bullet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  width: 60px;
  height: 30px;
  border: 2px solid #EA3731;
  border-top: 0;
  border-bottom-right-radius: 110px;
  border-bottom-left-radius: 110px;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.3s;
  z-index: 6;
}
.timeline__header__item.active .nav-bar::after {
  width: 100%;
}
.timeline__header__item.current .bullet {
  bottom: -5px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-color: #EA3731;
}
.timeline__header__item.current .half-bullet {
  opacity: 1;
  visibility: visible;
}
.timeline__header__nav {
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 100%;
  height: 2px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23EA3731' stroke-width='4' stroke-dasharray='5%2c 15 ' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  z-index: 1;
}
.timeline__header__progress {
  content: "";
  position: absolute;
  left: 0;
  bottom: 14px;
  width: 300px;
  height: 2px;
  background-color: #EA3731;
  z-index: 2;
  transition: all ease 0.3s;
}
.timeline__draggable {
  display: inline-flex;
  flex-direction: row;
  position: relative;
  left: 0px;
  transition: all ease 0.3s;
}
.timeline__controller {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  min-height: 225px;
}
.timeline__controller-prev {
  position: absolute;
  bottom: 30px;
  left: -90px;
  width: 60px;
  height: 25px;
  color: transparent;
  transition: all ease 0.3s;
}
.timeline__controller-prev::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #2E2E2E;
}
.timeline__controller-prev::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-left: 2px solid #2E2E2E;
  border-top: 2px solid #2E2E2E;
  transform: rotate(-45deg);
}
.timeline__controller-next {
  position: absolute;
  bottom: 30px;
  right: -90px;
  width: 60px;
  height: 25px;
  color: transparent;
  transition: all ease 0.3s;
}
.timeline__controller-next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #2E2E2E;
}
.timeline__controller-next::after {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid #2E2E2E;
  border-top: 2px solid #2E2E2E;
  transform: rotate(45deg);
}
.timeline__controller .is-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.timeline__body {
  position: relative;
  width: 100%;
  margin-top: 120px;
}
.timeline__article__wrapper {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.timeline__article .title {
  font-family: "muli", sans-serif;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 5.2rem;
  color: #2E2E2E;
}
.timeline__article p {
  font-family: "muli", sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 3.8rem;
  color: #4D4D4D;
}
.timeline__article img {
  max-width: 100%;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.timeline__article:focus {
  outline: 0;
}

.ugt {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .ugt .ugt__nav {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .ugt .ugt__nav__mobile {
    display: flex;
  }
}
.ugt main {
  position: relative;
  margin-top: 75px;
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul) {
  list-style: none;
  padding-left: 4.5rem;
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul) li {
  position: relative;
  font-size: 2rem;
  color: #4D4D4D;
  font-weight: 300;
  font-family: "Muli", sans-serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .ugt main ul:not(.pagination__list):not(.sidebar__links ul) li {
    font-size: 1.6rem;
  }
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul) li::before {
  content: "";
  position: absolute;
  left: -4rem;
  top: 1.4rem;
  width: 20px;
  height: 2px;
  background-color: #EA3731;
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul).style-reset {
  padding-left: 0;
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul).style-reset li {
  position: relative;
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul).style-reset li::before {
  display: none;
}
.ugt main .title h1 {
  color: #EA3731;
}
@media screen and (max-width: 575px) {
  .ugt main {
    margin-top: 50px;
  }
}
.ugt .content article blockquote {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-family: "muli", sans-serif;
  color: #4D4D4D;
  padding-left: 120px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .content article blockquote {
    padding-left: 15px;
  }
}
.ugt .content article h2 {
  font-family: "muli", sans-serif;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 6.2rem;
  color: #2E2E2E;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .content article h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
.ugt .content article h3 {
  font-family: "muli", sans-serif;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 4.8rem;
  color: #2E2E2E;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .content article h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.ugt .content article h4 {
  font-family: "muli", sans-serif;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 3.6rem;
  color: #2E2E2E;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .content article h4 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.ugt .content article p {
  font-family: "muli", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #2E2E2E;
}
.ugt header .nav-item:not(.nav-block):not(.is-logo)::after {
  background-color: #EA3731;
}
.ugt header .navbar-menu .nav-item.active .nav-link {
  color: #EA3731;
}
.ugt header .has-submenu .sub-item.active .nav-link {
  color: #EA3731;
}
@media screen and (max-width: 1750px) {
  .ugt footer .block__logo {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1750px) {
  .ugt footer .block__widget {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.ugt .sidebar__filters .style-arrow .filter::before {
  background-color: #EA3731;
}
.ugt .sidebar__filters .style-arrow .filter::after {
  border-color: #EA3731;
}
@media screen and (max-width: 767px) {
  .ugt .slideshow .slider .slide.slide__dual .wrapper {
    padding-top: 60px !important;
  }
}

.ugt .sub-ugt {
  position: relative;
}
.ugt .sub-ugt section {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 575px) {
  .ugt .sub-ugt section.title {
    border-bottom: 1px solid #EFEFEF;
  }
}
.ugt .sub-ugt .title span {
  color: #6F6F6F;
  font-weight: 300;
}
.ugt .sub-ugt .content article {
  margin-bottom: 90px;
}
.ugt .sub-ugt .content .sub-title {
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.5rem;
  font-weight: 300;
  color: #6F6F6F;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ugt .sub-ugt .content .sub-title {
    margin-bottom: 60px;
  }
}
.ugt .sub-ugt .content .sub-title h3 {
  color: #6F6F6F;
  font-weight: 300;
}