@font-face {
  font-family: 'Barlow Condensed Regular';
  src: url('../fonts/BarlowCondensed-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed Bold';
  src: url('../fonts/BarlowCondensed-Bold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed Medium';
  src: url('../fonts/BarlowCondensed-Medium.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow Condensed Medium Italic';
  src: url('../fonts/BarlowCondensed-MediumItalic.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat Bold';
  src: url('../fonts/Montserrat-Bold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display Regular';
  src: url('../fonts/PlayfairDisplay-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display Black';
  src: url('../fonts/PlayfairDisplay-Black.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display Bold';
  src: url('../fonts/PlayfairDisplay-Bold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.about-us h2 {
  font-size: 32px;
  line-height: 43px;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.about-us p {
  font-size: 16px;
  line-height: 24px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
}
.about-us .actions {
  padding-top: 50px;
  padding-bottom: 60px;
}
.about-us .actions h2 {
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  color: #00202E;
  font-family: 'Playfair Display Bold';
}
.about-us .actions p {
  padding-left: 23px;
}
.about-us .actions p:before {
  content: '';
  top: 5px;
  left: 0;
  width: 23px;
  height: 23px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-us .book p:before {
  height: 18px;
  background-image: url('../images/book.svg');
}
.about-us .restore p:before {
  background-image: url('../images/restore.svg');
}
.about-us .group p:before {
  background-image: url('../images/group.svg');
}
.about-us .support a {
  padding: 10px 55px;
}
@media (max-width: 767px) {
  .about-us .actions {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-us .actions div {
    margin-top: 15px;
  }
  .about-us .actions div:first-child {
    margin-top: 0;
  }
  .about-us .support {
    text-align: center;
  }
  .about-us .support h2 {
    margin-bottom: 20px !important;
  }
  .about-us .support a {
    height: 50px;
    padding: 15px 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.featured-article {
  display: grid;
  margin-bottom: 70px;
  padding-bottom: 45px;
  justify-items: center;
  text-decoration: none !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.featured-article .card-image {
  position: relative;
  max-width: 785px;
  max-height: 445px;
}
.featured-article .card-image img {
  width: 745px;
  height: auto;
  max-height: 100%;
}
.featured-article .card-body {
  display: grid;
  text-align: center;
  padding: 0 100px;
}
.featured-article .card-body h4 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: 'Barlow Condensed Medium';
  background-position: center;
  background-repeat: no-repeat;
}
.featured-article .card-body h3 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 10px;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.featured-article .card-body span {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  font-family: 'Barlow Condensed Medium Italic';
}
.featured-article .card-body span strong {
  font-family: 'Barlow Condensed Bold';
}
.featured-article .card-body .description {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.featured-article .card-body .comments {
  font-size: 14px;
  color: #085475;
  font-family: 'Barlow Condensed Medium';
}
.cards .card-article {
  display: flex;
  height: 100%;
  max-width: 350px;
  flex-direction: column;
  margin-right: 20px;
  padding-bottom: 30px;
  text-decoration: none !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.cards .card-article:last-of-type {
  margin: 0;
}
.cards .card-article .card-image {
  position: relative;
  height: 230px;
  max-width: 350px;
}
.cards .card-article .card-image img {
  width: 350px;
  height: 100%;
}
.cards .card-article .card-body {
  display: flex;
  padding: 0 25px;
  text-align: center;
  flex-direction: column;
}
.cards .card-article .card-body h4 {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 15px 0 10px;
  font-family: 'Barlow Condensed Medium';
  background-position: center;
  background-repeat: no-repeat;
}
.cards .card-article .card-body h3 {
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  color: #00202E;
  font-family: 'Playfair Display Black';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cards .card-article .card-body .description {
  font-size: 18px;
  line-height: 25px;
  margin-top: 5px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cards .card-article .card-body .author {
  font-size: 16px;
  line-height: 21px;
  margin: 5px 0 15px;
  font-family: 'Barlow Condensed Medium Italic';
}
.cards .card-article .card-body .author strong {
  font-family: 'Barlow Condensed Bold';
}
.cards .card-article .card-body .comments {
  font-size: 13px;
  color: #085475;
  font-family: 'Barlow Condensed Medium';
}
.cards .card-article-news {
  display: grid;
  justify-items: center;
  text-decoration: none !important;
}
.cards .card-article-news:first-of-type {
  margin-right: 10px;
}
.cards .card-article-news .card-image {
  position: relative;
  height: 230px;
  max-width: 480px;
}
.cards .card-article-news .card-image img {
  width: 100%;
  height: 100%;
}
.cards .card-article-news .card-body {
  display: grid;
  text-align: center;
  padding: 0 40px;
}
.cards .card-article-news .card-body h4 {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 15px 0 20px 0;
  font-family: 'Barlow Condensed Medium';
  background-position: center;
  background-repeat: no-repeat;
}
.cards .card-article-news .card-body h3 {
  font-size: 24px;
  line-height: 32px;
  margin: 0;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.cards .card-article-news .card-body .description {
  font-size: 20px;
  line-height: 30px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cards .card-article-news .card-body .author {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 15px;
  font-family: 'Barlow Condensed Medium Italic';
}
.cards .card-article-news .card-body .author strong {
  font-family: 'Barlow Condensed Bold';
}
.cards .card-article-news .card-body .comments {
  font-size: 13px;
  color: #085475;
  font-family: 'Barlow Condensed Medium';
}
.featured-cards h2 {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #731022;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Playfair Display Black';
}
.featured-cards .side-card {
  position: relative;
  display: block;
  height: 115px;
  max-width: 310px;
  margin-bottom: 20px;
  text-decoration: none !important;
}
.featured-cards .side-card:not(:last-child):after {
  content: '';
  position: absolute;
  width: 100%;
  bottom: -10px;
  border-bottom: 1px solid #CECECE;
}
.featured-cards .side-card .card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 115px;
  height: 115px;
  background-size: cover;
  background-position: center;
}
.featured-cards .side-card .card-details {
  padding-left: 140px;
}
.featured-cards .side-card .card-details h3 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #00202E;
  font-family: 'Playfair Display Bold';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.featured-cards .side-card .card-details .content {
  font-size: 14px;
  line-height: 22px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.featured-cards .side-card .card-details .comments {
  display: inline-flex;
  align-items: end;
  font-size: 14px;
  color: #085475;
  margin-top: 5px;
  font-family: 'Barlow Condensed Medium';
}
.featured-cards .btn-blue {
  padding-left: 60px;
  padding-right: 60px;
}
.most-visited {
  background-color: #EEF1F1;
  padding: 22px 0 11px 42px;
}
.most-visited h2 {
  font-size: 24px;
  line-height: 30px;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.most-visited .card-most-visited {
  position: relative;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #D8D8D8;
}
.most-visited .card-most-visited p {
  position: relative;
  width: 85%;
  font-size: 16px;
  line-height: 24px;
  padding-left: 40px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.most-visited .card-most-visited p span {
  position: absolute;
  left: 0;
  font-size: 24px;
  color: #731022;
  font-family: 'Playfair Display Black';
}
.most-visited .card-most-visited .arrow-right {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 16px;
  height: 12px;
  transform: translateY(calc(-50% - 5px));
  background-image: url('../images/arrow-right.svg');
}
.home-article .header {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.home-article .header h1 {
  width: 100%;
  font-size: 32px;
  line-height: 43px;
  text-align: center;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.home-article .container-most-visited {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  padding-left: 0;
}
.home-article .container-most-visited .card-most-visited {
  padding-left: 20px;
  padding-right: 55px;
}
.home-article .container-newsletter {
  margin: 0 -15px;
  text-align: center;
}
.home-article .container-newsletter .newsletter h2 {
  margin-top: 0;
}
.home-article .container-articles {
  margin-top: 0;
  background-color: #EEF1F1;
}
.home-article .container-comments {
  margin-top: 40px;
  margin-bottom: 35px;
}
.list-article .header {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.list-article .header .back {
  position: absolute;
  bottom: 0;
  left: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #085475;
  white-space: nowrap;
  text-decoration: underline !important;
  font-family: 'Barlow Condensed Medium';
}
.list-article .header h1 {
  width: 100%;
  font-size: 32px;
  line-height: 43px;
  text-align: center;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.list-article hr {
  width: 80%;
  margin: 0 auto;
  border-color: #00202E;
}
.article-content .header {
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
.article-content .header .back {
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  color: #085475;
  white-space: nowrap;
  text-decoration: underline !important;
  font-family: 'Barlow Condensed Medium';
}
.article-content .header h3 {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 2.4px;
  text-align: center;
  font-family: 'Barlow Condensed Medium';
  background-position: center;
  background-repeat: no-repeat;
}
.article-content .info {
  display: grid;
  text-align: center;
  margin-top: 20px;
}
.article-content .info .author {
  font-size: 18px;
  line-height: 21px;
  margin-top: 10px;
  font-family: 'Barlow Condensed Medium Italic';
}
.article-content .info .author strong {
  font-family: 'Barlow Condensed Bold';
}
.article-content .description {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
}
.article-content .content-image {
  padding: 0;
  margin-top: 50px;
}
.article-content .content-image img {
  width: 100%;
}
.article-content .content > * {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
}
.article-content .time {
  position: relative;
  font-size: 14px;
  margin-top: 20px;
  color: #085475;
  font-family: 'Barlow Condensed Medium';
}
.article-content .btn-share {
  position: absolute;
  color: #ffffff;
  background-color: #085475;
  right: 10px;
  bottom: 10px;
  padding: 5px;
  font-size: 14px;
  font-family: 'Barlow Condensed Regular';
}
.article-content .container-share {
  display: none;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2.4px;
  color: #ffffff;
  font-family: 'Barlow Condensed Bold';
}
.article-content .container-share .social-media {
  width: 100%;
  height: 40px;
  padding: 0;
}
.article-content .container-share.show {
  display: flex;
}
.article-content .about-author {
  padding-top: 30px;
  padding-bottom: 30px;
}
.article-content .about-author span {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-family: 'Barlow Condensed Medium';
}
.article-content .about-author h2 {
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  margin-top: 10px;
  color: #ffffff;
  font-family: 'Playfair Display Black';
}
.article-content .about-author p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: 'Playfair Display Regular';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.filter-dropdown {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #085475;
  font-family: 'Barlow Condensed Medium';
}
.filter-dropdown:focus,
.filter-dropdown:hover {
  text-decoration: none;
  color: #731022;
}
.filter-dropdown:after {
  content: '';
  width: 12px;
  height: 7px;
  margin-left: 10px;
  display: inline-flex;
  background-image: url("../images/arrow-down-blue.svg");
}
.filter-dropdown.show .dropdown {
  visibility: visible;
}
.filter-dropdown.show:after {
  transform: rotate(180deg);
}
.dropdown {
  visibility: hidden;
  position: absolute;
  display: flex;
  z-index: 1;
  padding: 15px 20px;
  top: 100%;
  right: 0;
  box-shadow: 0 6px 6px #00000029;
  background-color: #EEF1F1;
}
.dropdown ul {
  list-style: none;
}
.dropdown ul .item {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2.4px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Barlow Condensed Medium';
}
@media (min-width: 1441px) {
  .featured-cards .side-card {
    height: 115px;
    max-width: 100%;
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .featured-article .card-body {
    padding: 0 65px;
  }
  .card-article .card-body {
    padding: 0 20px;
  }
  .featured-cards .btn-blue {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .featured-article .card-body {
    padding: 0 45px;
  }
  .featured-article .card-body h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .featured-article .card-body .description {
    font-size: 14px;
    line-height: 20px;
  }
  .card-article .card-body {
    padding: 0 20px;
  }
  .card-article .card-body h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .card-article .card-body .description {
    font-size: 16px;
    line-height: 24px;
  }
  .card-article .card-body .author {
    font-size: 14px;
    line-height: 24px;
  }
  .featured-cards {
    display: grid;
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #F5F7F7;
  }
  .featured-cards .side-card {
    margin-left: 35px;
    margin-right: 30px;
    height: 115px;
    max-width: 100%;
  }
  .featured-cards .btn-blue {
    display: none;
  }
  .most-visited {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .btn-share {
    position: absolute;
    color: #ffffff;
    background-color: #085475;
    right: 10px;
    bottom: 10px;
    padding: 5px;
    font-size: 14px;
    font-family: 'Barlow Condensed Regular';
  }
  .container-share {
    display: none;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2.4px;
    color: #ffffff;
    font-family: 'Barlow Condensed Bold';
  }
  .container-share.show {
    display: flex;
  }
  .article-content .content-image {
    margin-top: 15px;
  }
  .article-content .description {
    margin-bottom: 20px;
  }
  .article-content img {
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .featured-article .card-image {
    width: 100%;
  }
  .featured-article .card-image img {
    width: 100%;
  }
  .cards {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cards .card-article {
    max-width: unset;
  }
  .cards .card-article:first-of-type {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .cards .card-article .card-image {
    height: unset;
    max-width: unset;
  }
  .cards .card-article .card-image img {
    width: 100%;
  }
  .most-visited .card-most-visited p {
    width: 235px;
    padding-left: 20px;
    -webkit-line-clamp: 4;
  }
  .most-visited .card-most-visited .arrow-right {
    left: 275px;
  }
  .dropdown {
    top: calc(100% + 10px);
  }
}
blockquote {
  text-align: center;
}
.author-list {
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 50px;
}
.author-list .header {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
.author-list .header .back {
  position: absolute;
  bottom: 0;
  left: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #085475;
  white-space: nowrap;
  text-decoration: underline !important;
  font-family: 'Barlow Condensed Medium';
}
.author-list .header h1 {
  width: 100%;
  font-size: 32px;
  line-height: 43px;
  text-align: center;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.author-list .list a span {
  text-decoration: none;
  font-size: 20px;
  line-height: 22px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
}
.author-list .list .name {
  justify-content: space-between;
  border-bottom: 1px solid #00202E;
  padding: 10px 0 10px 0;
  display: flex;
}
.author-list .list .name .name-arrow {
  width: 30px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/arrow-right.svg');
}
.author-content h2 {
  font-size: 24px;
  line-height: 32px;
  color: #731022;
  font-family: 'Playfair Display Black';
}
.author-content .header {
  display: flex;
  align-items: baseline;
  margin-top: 55px;
  margin-bottom: 70px;
}
.author-content .header .back {
  font-size: 16px;
  line-height: 24px;
  color: #085475;
  white-space: nowrap;
  text-decoration: underline !important;
  font-family: 'Barlow Condensed Medium';
}
.author-content .name {
  font-size: 32px;
  line-height: 43px;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.author-content .biography {
  font-size: 16px;
  line-height: 24px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
}
.author-content .tags span {
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
  color: #085475;
  font-family: 'Barlow Condensed Medium';
}
.author-content .icons a {
  margin-right: 40px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.author-content .icons a:last-child {
  margin-right: 0;
}
.author-content .icons a.social-twitter {
  background-image: url('../images/twitter-author.svg');
}
.author-content .icons a.social-facebook {
  background-image: url('../images/facebook-author.svg');
}
.author-content .icons a.social-instagram {
  background-image: url('../images/instagram-author.svg');
}
.author-content .icons a.social-linkedin {
  background-image: url('../images/linkedin-author.svg');
}
@media (max-width: 991px) {
  .author-list {
    margin-top: 20px;
  }
  .author-list .articles-link {
    margin: 0 0 0 35px;
  }
  .author-list .list-title {
    margin-top: 25px;
    font-size: 24px;
    line-height: 30px;
  }
  .author-list .list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .author-content .header {
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .author-content .name {
    margin-bottom: 20px;
  }
  .author-content .biography {
    margin-bottom: 15px;
  }
  .author-content .icons a {
    margin-right: 20px;
  }
}
.head {
  margin: 50px 0 60px 0;
}
.head span {
  text-decoration: underline;
  font-size: 16px;
  line-height: 24px;
  color: #085475;
  font-family: 'Barlow Condensed Medium';
}
.head h2 {
  font-size: 32px;
  line-height: 43px;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.body {
  justify-content: center;
  margin: 0 0 55px 0;
}
.body .book-image {
  width: 251px;
  height: 376px;
}
.body .book-image img {
  width: 100%;
  height: 100%;
}
.body .synopsis {
  color: #00202E;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Playfair Display Regular';
}
.body .button-download-ebook a {
  margin-right: unset;
  display: flex;
  justify-content: center;
  text-align: center;
}
.author-container {
  padding: 60px 0 0 0;
  background-color: #EEF1F1;
}
.author-container .author-book h2 {
  font-size: 24px;
  line-height: 30px;
  color: #731022;
  font-family: 'Playfair Display Black';
  margin: 0 0 20px 0;
}
.author-container .author-book div {
  font-size: 16px;
  line-height: 24px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
  padding: 0 0 70px 0;
}
@media (max-width: 991px) {
  .head {
    margin: 20px 0 15px 0;
    padding: 0 15px 0 15px;
  }
  .head span {
    font-size: 16px;
    line-height: 24px;
  }
  .head h2 {
    margin: 20px 0 0 0;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
  }
  .body {
    justify-content: center;
    margin: 0 0 25px 0;
    padding: 0 15px 0 15px;
  }
  .body .book-image {
    width: 114px;
    height: 171px;
    margin: 0 0 35px 0;
  }
  .body .button-download-ebook {
    margin: 30px 0 0 0;
  }
  .body .button-download-ebook a {
    height: 48px;
  }
  .author-container {
    padding: 20px 0 0 0;
    text-align: center;
  }
  .author-container .author-book div {
    text-align: left;
    padding: 0 0 25px 0;
  }
}
.btn {
  box-sizing: border-box;
  border-radius: 10px;
  font-size: 16px;
  border: 2px solid;
  font-family: 'Barlow Condensed Bold';
  padding: 18px 30px;
  color: #333333;
  line-height: 21px;
  cursor: pointer;
}
.btn.red {
  border-color: #731022;
  background-color: #E8C6C0;
}
.btn.red:hover {
  background-color: #731022;
  color: #ffffff;
}
.btn.blue-dark {
  border-color: #00202E;
  background-color: #D3D9DF;
}
.btn.blue-dark:hover {
  background-color: #00202E;
  color: #ffffff;
}
.btn.gray {
  border-color: #707070;
  background-color: #EEF1F1;
}
.btn.gray:hover {
  background-color: #707070;
  color: #ffffff;
}
.btn.approve {
  padding: 5px 15px;
  border-color: #00202E;
  background-color: #EEF1F1;
}
.btn.approve:hover {
  background-color: #00202E;
  color: #ffffff;
}
.btn-donate {
  cursor: pointer;
  font-size: 8px;
  line-height: 7px;
  letter-spacing: 0;
  padding: 8px 28px;
  color: #ffffff;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: 'Montserrat Bold';
  background-color: #085475;
}
.btn-donate:hover {
  color: #ffffff;
  background-color: #085475;
}
.btn-new-record {
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #D3D9DF;
  border: 2px solid #00202E;
  padding: 15px 31px 15px 21px;
  color: #333333;
  font-family: 'Playfair Display Regular';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}
.btn-new-record:before {
  content: ' ';
  background-image: url("../images/plus.svg");
  width: 26px;
  height: 26px;
  margin-right: 15px;
}
.btn-new-record:hover {
  background-color: #00202E;
  color: #ffffff;
}
.btn-new-record:hover:before {
  background-image: url("../images/plus-white.svg");
}
.btn-upload {
  position: relative;
  box-sizing: border-box;
  border: 2px solid #00202E;
  border-radius: 10px;
  background-color: #D3D9DF;
  font-family: 'Playfair Display Regular';
  padding: 13px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  cursor: pointer;
  min-width: 202px;
}
.btn-upload:before {
  content: ' ';
  background-image: url("../images/upload.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.btn-upload:hover {
  background-color: #00202E;
  color: #ffffff;
}
.btn-upload:hover:before {
  background-image: url("../images/upload-white.svg");
}
.btn-delete {
  width: 30px;
  height: 30px;
  border: 2px solid #00202E;
  background-color: #D3D9DF;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.btn-delete:before {
  content: ' ';
  width: 24px;
  height: 24px;
  background-image: url("../images/trash-big.svg");
}
.btn-delete:hover {
  background-color: #00202E;
}
.btn-delete:hover:before {
  background-image: url("../images/trash-big-white.svg");
}
.btn-selected {
  border-radius: 15px;
  background-color: #D3D9DF;
  color: #333333;
  border: none;
  padding: 3px 20px 5px 20px;
  font-family: 'Playfair Display Regular';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 5px;
}
.btn-selected:after {
  content: ' ';
  background-image: url("../images/close.svg");
  background-size: 22px 22px;
  width: 22px;
  height: 22px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.btn-selected:hover {
  color: #ffffff;
  background-color: #00202E;
}
.btn-selected:hover:after {
  background-image: url("../images/close-white.svg");
  background-size: 22px 22px;
}
.btn-add {
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #D3D9DF;
  border: 2px solid #00202E;
  padding: 5px 20px 5px 10px;
  color: #333333;
  font-family: 'Playfair Display Regular';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
}
.btn-add:before {
  content: ' ';
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: cover;
  background-image: url("../images/plus.svg");
}
.btn-add:hover {
  background-color: #00202E;
  color: #ffffff;
}
.btn-add:hover:before {
  background-image: url("../images/plus-white.svg");
}
.btn-blue {
  cursor: pointer;
  font-size: 16px;
  line-height: 17px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #085475;
  font-family: 'Barlow Condensed Bold';
  letter-spacing: 2.4px;
  height: 40px;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  margin-right: 10px;
}
.btn-blue.bright {
  background-color: #2699FB;
}
.btn-blue:hover {
  color: #ffffff;
  text-decoration: none;
}
.class h2 {
  font-size: 32px;
  line-height: 30px;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.class .button-search {
  cursor: pointer;
  width: 16px;
  height: 16px;
  display: inline-flex;
  background-position: center;
  background-image: url('../images/magnifier.svg');
}
.class #input-search {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 10px;
  transition: opacity 600ms, visibility 600ms ease-in-out;
}
.class #input-search input {
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-image: url('../images/magnifier.svg');
}
.class #input-search.show {
  opacity: 1;
  visibility: visible;
}
.class .card-class {
  text-decoration: none;
  width: 280px;
  margin-top: 20px;
}
.class .card-class .card-image {
  position: relative;
  height: 280px;
  background-size: cover;
  background-position: center;
}
.class .card-class .card-body {
  text-align: center;
}
.class .card-class .card-body h3 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #00202E;
  font-family: 'Playfair Display Black';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.class .card-class .card-body .description {
  font-size: 16px;
  line-height: 21px;
  margin: 0;
  color: #00202E;
  font-family: 'Playfair Display Regular';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.class-content .content-image img {
  max-height: 515px;
  width: 100%;
}
.class-content h3 {
  font-size: 24px;
  line-height: 30px;
  color: #00202E;
  margin: 60px 0 0 0;
  font-family: 'Playfair Display Black';
}
.class-content h4 {
  font-size: 16px;
  line-height: 24px;
  color: #CB7B6C;
  margin: 45px 0 20px 0;
  font-family: 'Playfair Display Bold';
}
.class-content p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
}
.class-content .content-professors a {
  text-decoration: unset;
}
.class-content .content-professors a .professor {
  position: relative;
  width: 217px;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.class-content .content-professors a .professor .info {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 217px;
  height: 220px;
  opacity: 0.8;
  background-color: #00202E;
}
.class-content .content-professors a .professor .info div {
  margin-top: 160px;
  margin-left: 20px;
}
.class-content .content-professors a .professor .info div h4 {
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Barlow Condensed Medium';
}
.class-content .content-professors a .professor .info div p {
  font-size: 14px;
  line-height: 24px;
  color: #731022;
  font-family: 'Barlow Condensed Medium';
}
.class-content .content-professors #containerProfessors ul {
  list-style: none;
}
.class-content .content-professors #containerProfessors ul li {
  margin-right: 90px;
}
.class-content .content-professors #containerProfessors ul li:last-child {
  margin-right: 0;
}
.class-content .content-previous-editions #containerPreviousEditions ul {
  list-style: none;
}
.class-content .content-previous-editions #containerPreviousEditions ul li {
  margin-right: 55px;
}
.class-content .content-previous-editions #containerPreviousEditions ul li:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .class-content .content-professors a .professor {
    width: 145px;
    height: 145px;
  }
  .class-content .content-professors a .professor .info {
    width: 145px;
    height: 145px;
  }
  .class-content .content-professors a .professor .info div {
    margin: 95px 0 0;
    text-align: center;
  }
}
.collapse {
  padding: 15px 0 15px 0;
  border-bottom: 2px solid rgba(8, 84, 117, 0.2);
}
.collapse .collapse-header {
  display: flex;
}
.collapse .collapse-header span {
  margin-right: auto;
}
.collapse .collapse-body {
  visibility: hidden;
  overflow: hidden;
  transition: all 0.2s;
  height: 0;
}
.collapse .collapse-body.expanded {
  visibility: visible;
  height: auto;
  padding-top: 22px;
  padding-bottom: 10px;
  overflow: initial;
}
.collapse .collapse-close {
  border: 0;
  display: flex;
  cursor: pointer;
}
.collapse .collapse-close:before {
  content: ' ';
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/arrow-down.svg');
  transition: all 0.6s;
}
.collapse .collapse-close[aria-expanded='true']:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.commentary .title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  text-align: center;
  margin-bottom: 55px;
}
.commentary .title img {
  width: 22px;
  height: 18px;
  margin-right: 15px;
}
.commentary .title h2 {
  font-size: 24px;
  line-height: 32px;
  color: #731022;
  font-family: 'Playfair Display Black';
}
.commentary .comment {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
.commentary .comment .name {
  margin-left: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #731022;
  font-family: 'Barlow Condensed Bold';
}
.commentary .comment .header-comment {
  display: inline-flex;
  align-items: center;
}
.commentary .comment .header-comment .time-comment {
  margin-left: 50px;
}
.commentary .comment .header-comment .time-comment span {
  font-size: 14px;
  line-height: 24px;
  color: #085475;
  font-family: 'Barlow Condensed Medium';
}
.commentary .comment .body-comment p {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
}
.commentary .comment .container-reply {
  position: relative;
  margin-top: 15px;
  padding-left: 70px;
}
.commentary .comment .container-reply:before {
  content: '';
  position: absolute;
  left: 40px;
  height: 100%;
  border-left: 1px solid #707070;
}
.commentary .comment .container-reply .time-comment {
  display: inline-block;
  margin-left: 15px;
}
.commentary .comment .container-reply .time-comment span {
  font-size: 14px;
  line-height: 24px;
  color: #085475;
  font-family: 'Barlow Condensed Medium';
}
.commentary .comment .reply {
  margin-top: 10px;
}
.commentary .comment .reply a {
  font-size: 14px;
  line-height: 24px;
  color: #085475;
  font-family: 'Barlow Condensed Medium';
  text-decoration: underline !important;
}
.commentary .new-comment h4 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #00202E;
  font-family: 'Playfair Display Bold';
}
.commentary .new-comment input,
.commentary .new-comment textarea {
  font-size: 16px;
  line-height: 24px;
  color: #00202E;
  font-family: 'Playfair Display Bold';
}
.last-comments .big-card .card-comment .card-details {
  width: 80%;
  min-height: 120px;
}
.last-comments h2 {
  font-size: 24px;
  line-height: 32px;
  padding-left: 55px;
  margin: 0 0 40px 0;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.last-comments .card-comment {
  display: block;
  position: relative;
  margin-left: 54px;
  margin-bottom: 15px;
}
.last-comments .card-comment:before {
  content: '';
  position: absolute;
  top: 0;
  left: -54px;
  width: 16px;
  height: 16px;
  background-image: url('../images/ellipse.svg');
}
.last-comments .card-comment:after {
  content: '';
  position: absolute;
  top: 28px;
  left: -48px;
  width: 2px;
  height: 70%;
  background-image: url('../images/rectangle.svg');
}
.last-comments .card-comment .card-details {
  width: 210px;
  position: relative;
  display: inline-block;
}
.last-comments .card-comment .card-details .comment {
  font-size: 12px !important;
  line-height: 18px;
  margin-bottom: 7px;
  font-family: 'Playfair Display Regular';
  color: #00202E;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.last-comments .card-comment .card-details .comment p {
  font-size: 12px !important;
}
.last-comments .card-comment .card-details .author {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Barlow Condensed Bold';
  color: #731022;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.last-comments .card-comment .card-details .time {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Barlow Condensed Medium';
  color: #00202E;
}
.last-comments .card-comment .card-details .arrow-right {
  position: absolute;
  top: 50%;
  right: -36px;
  width: 16px;
  height: 12px;
  transform: translateY(-50%);
  background-image: url('../images/arrow-right.svg');
}
.last-comments-inline h2 {
  font-size: 24px;
  line-height: 32px;
  padding-left: 55px;
  margin: 0 0 40px 0;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.last-comments-inline .card-comment {
  position: relative;
}
.last-comments-inline .card-comment .card-details {
  width: 210px;
  margin-bottom: 20px;
  display: inline-block;
}
.last-comments-inline .card-comment .card-details:before {
  content: '';
  position: absolute;
  top: -15px;
  width: 16px;
  height: 16px;
  background-image: url('../images/ellipse.svg');
}
.last-comments-inline .card-comment .card-details:after {
  content: '';
  position: absolute;
  border-top: 2px solid #00202E;
  width: calc(100% - 49px);
  top: -8px;
  left: 49px;
}
.last-comments-inline .card-comment .card-details .comment {
  font-size: 12px !important;
  line-height: 24px;
  margin-top: 15px;
  font-family: 'Playfair Display Regular';
  color: #00202E;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.last-comments-inline .card-comment .card-details .comment p {
  font-size: 12px !important;
}
.last-comments-inline .card-comment .card-details .author {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Barlow Condensed Bold';
  color: #731022;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.last-comments-inline .card-comment .card-details .time {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Barlow Condensed Medium';
  color: #00202E;
}
.last-comments-inline .card-comment .card-details .arrow-right {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 12px;
  transform: translateY(-50%);
  background-image: url('../images/arrow-right.svg');
}
.list-comments .header {
  display: flex;
  align-items: baseline;
  margin-top: 45px;
  margin-bottom: 75px;
}
.list-comments .header .back {
  font-size: 16px;
  line-height: 24px;
  color: #085475;
  white-space: nowrap;
  text-decoration: underline !important;
  font-family: 'Barlow Condensed Medium';
}
.list-comments .header h1 {
  width: 100%;
  font-size: 32px;
  line-height: 43px;
  text-align: center;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.list-comments .last-comments {
  margin-bottom: 85px;
}
@media (max-width: 991px) {
  .last-comments {
    display: grid;
    justify-content: center;
  }
  .last-comments-inline {
    display: grid !important;
    justify-content: center;
  }
  .last-comments-inline .card-comment {
    display: block;
    position: relative;
    margin-left: 24px;
    margin-bottom: 15px;
  }
  .last-comments-inline .card-comment .card-details:before {
    content: '';
    position: absolute;
    top: 0;
    left: -54px;
    width: 16px;
    height: 16px;
    background-image: url('../images/ellipse.svg');
  }
  .last-comments-inline .card-comment .card-details:after {
    content: '';
    position: absolute;
    top: 28px;
    left: -48px;
    width: 2px;
    height: 70%;
    background-image: url('../images/rectangle.svg');
  }
  .list-comments .header {
    margin-top: 25px !important;
    margin-bottom: 35px !important;
  }
  .list-comments .last-comments {
    margin-bottom: 35px !important;
  }
}
* {
  box-sizing: border-box;
  outline-color: #085475;
  padding: 0;
  margin: 0;
}
html {
  font-family: 'Barlow Condensed Medium';
  font-size: 16px;
  color: #333333;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.grid-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}
.hide {
  display: none !important;
}
.hide-accessibility {
  position: absolute;
  opacity: 0;
  height: 0;
}
.not-active {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
  color: black;
}
.livesearch-columns {
  display: inline-table;
  width: 100%;
  height: 100%;
}
.livesearch-columns > div {
  display: table-cell;
}
.livesearch-columns > div:nth-child(1) {
  width: 40%;
  padding-right: 12px;
  word-break: break-all;
}
img {
  vertical-align: middle;
}
button::-moz-focus-inner {
  border: 0;
}
a,
a:visited,
a:hover {
  text-decoration: none !important;
}
.underline {
  text-decoration: underline;
}
select::-ms-expand {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  font-family: 'Barlow Condensed Medium';
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
.row:before,
.row:after {
  content: unset !important;
}
.heading-1 {
  font-size: 46px;
  line-height: 60px;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.heading-2 {
  font-size: 32px;
  line-height: 43px;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.heading-3 {
  font-size: 26px;
  line-height: 33px;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.heading-4 {
  font-size: 16px;
  line-height: 21px;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.p1 {
  font-family: 'Playfair Display Regular';
  color: #333333;
  font-size: 20px;
  line-height: 26px;
}
.p2 {
  font-family: 'Playfair Display Regular';
  color: #333333;
  font-size: 18px;
  line-height: 23px;
}
.p3 {
  font-family: 'Playfair Display Regular';
  color: #333333;
  font-size: 16px;
  line-height: 21px;
}
.p4 {
  font-family: 'Playfair Display Regular';
  color: #333333;
  font-size: 14px !important;
  line-height: 18px !important;
}
.text-barlow-regular {
  font-family: 'Barlow Condensed Regular' !important;
}
.text-barlow-bold {
  font-weight: bold !important;
  font-family: 'Barlow Condensed Bold' !important;
}
.text-barlow-medium {
  font-family: 'Barlow Condensed Medium' !important;
}
.text-barlow-medium-italic {
  font-family: 'Barlow Condensed Medium Italic' !important;
}
.text-montserrat-bold {
  font-weight: bold !important;
  font-family: 'Montserrat Bold' !important;
}
.text-playfair-regular {
  font-family: 'Playfair Display Regular' !important;
}
.text-playfair-black {
  font-family: 'Playfair Display Black' !important;
}
.text-playfair-bold {
  font-weight: bold !important;
  font-family: 'Playfair Display Bold' !important;
}
.text-align-left {
  text-align: left !important;
}
.text-align-center {
  text-align: center !important;
}
.text-align-right {
  text-align: right !important;
}
.text-color-red {
  color: #731022 !important;
}
.text-color-blue {
  color: #085475 !important;
}
.text-color-blue-bright {
  color: #2699FB !important;
}
.text-color-blue-dark {
  color: #00202E !important;
}
.text-color-orange {
  color: #7D4E0C !important;
}
strong {
  font-weight: bold;
  color: #333333;
  font-family: 'Barlow Condensed Bold';
}
.bg-blue {
  background-color: #085475;
}
.bg-gray-light {
  background-color: #EEF1F1 !important;
}
.border-blue {
  border-right: 5px solid #085475;
}
.border-blue-dark {
  border-right: 5px solid #00202E;
}
.border-red {
  border-right: 5px solid #731022;
}
.border-orange {
  border-right: 5px solid #7D4E0C;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-x {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-margin-top {
  margin-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.margin-left-5 {
  margin-left: 5px !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-20 {
  margin-left: 20px !important;
}
.margin-left-25 {
  margin-left: 25px !important;
}
.margin-left-30 {
  margin-left: 30px !important;
}
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-left-80 {
  margin-left: 80px !important;
}
.margin-left-120 {
  margin-left: 120px !important;
}
.margin-right-5 {
  margin-right: 5px;
}
.margin-right-10 {
  margin-right: 10px;
}
.margin-right-20 {
  margin-right: 20px;
}
.margin-right-30 {
  margin-right: 30px;
}
.margin-right-50 {
  margin-right: 50px;
}
.margin-right-80 {
  margin-right: 80px;
}
.margin-right-160 {
  margin-right: 160px;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-15 {
  margin-top: 20px;
}
.margin-top-25 {
  margin-top: 20px;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-top-35 {
  margin-top: 35px;
}
.margin-top-40 {
  margin-top: 40px;
}
.margin-top-45 {
  margin-top: 45px !important;
}
.margin-top-50 {
  margin-top: 50px;
}
.margin-top-55 {
  margin-top: 55px;
}
.margin-top-60 {
  margin-top: 60px;
}
.margin-top-65 {
  margin-top: 65px;
}
.margin-top-70 {
  margin-top: 70px;
}
.margin-top-80 {
  margin-top: 80px;
}
.margin-top-120 {
  margin-top: 120px;
}
.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
.margin-bottom-30 {
  margin-bottom: 30px !important;
}
.margin-bottom-35 {
  margin-bottom: 35px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-45 {
  margin-bottom: 45px !important;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
}
.margin-bottom-55 {
  margin-bottom: 55px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-65 {
  margin-bottom: 65px;
}
.margin-bottom-70 {
  margin-bottom: 70px;
}
.margin-bottom-75 {
  margin-bottom: 75px;
}
.margin-bottom-80 {
  margin-bottom: 80px;
}
.margin-bottom-95 {
  margin-bottom: 95px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.padding-bottom-20 {
  padding-bottom: 20px !important;
}
.padding-bottom-30 {
  padding-bottom: 30px !important;
}
.padding-bottom-50 {
  padding-bottom: 50px !important;
}
.padding-bottom-60 {
  padding-bottom: 60px !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.no-padding-right {
  padding-right: 0 !important;
}
.padding-5 {
  padding: 2.5px;
}
.padding-10 {
  padding: 5px;
}
.padding-20 {
  padding: 10px;
}
.padding-30 {
  padding: 15px;
}
.padding-50 {
  padding: 25px !important;
}
.padding-80 {
  padding: 40px !important;
}
.padding-100 {
  padding: 50px !important;
}
.padding-130 {
  padding: 65px;
}
.padding-x-5 {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.padding-x-10 {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-x-20 {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-x-30 {
  padding-left: 15px;
  padding-right: 15px;
}
.padding-x-40 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.padding-x-50 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.padding-x-80 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.padding-x-100 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.padding-x-120 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
.padding-top-5 {
  padding-top: 5px;
}
.padding-top-10 {
  padding-top: 10px;
}
.padding-top-20 {
  padding-top: 20px;
}
.padding-top-30 {
  padding-top: 30px;
}
.padding-top-50 {
  padding-top: 50px !important;
}
.padding-top-80 {
  padding-top: 80px !important;
}
.padding-top-85 {
  padding-top: 85px !important;
}
.padding-top-100 {
  padding-top: 100px !important;
}
.padding-top-130 {
  padding: 130px;
}
.alert {
  width: 100%;
  border-radius: 25px;
  background-color: #731022;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto;
  font-family: 'Playfair Display Regular';
  position: relative;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  padding: 16px 21px 16px 50px;
}
.alert.error {
  background-color: #731022;
  color: #ffffff;
}
.alert.error strong {
  color: #ffffff;
}
.alert.error:before {
  content: ' ';
  background-image: url('../images/alert-for-alert.svg');
  width: 40px;
  height: 40px;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
}
.icon-social {
  height: 35px;
  width: 35px;
  min-width: 35px;
  min-height: 35px;
  background-color: #D3D9DF;
  border-radius: 50%;
  margin-right: 15px;
}
.icon-social.facebook {
  background-image: url('../images/facebook-blue.svg');
}
.icon-social.twitter {
  background-image: url('../images/twitter-blue.svg');
}
.icon-social.instagram {
  background-image: url('../images/instagram-blue.png');
}
.icon-social.linkedin {
  background-image: url('../images/linkedin-blue.svg');
}
.newsletter {
  padding: 0 25px 35px 25px;
}
.newsletter h2 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 35px;
  margin-bottom: 25px;
  color: #ffffff;
  font-family: 'Playfair Display Black';
}
.newsletter p {
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: 'Playfair Display Regular';
}
.newsletter div {
  position: relative;
}
.newsletter div input {
  border: none;
  height: 40px;
  padding-right: 105px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.newsletter div button {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -1px;
  height: 40px;
  text-transform: uppercase;
  background-color: #00202E;
  color: white;
  padding: 12px 10px;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 2.4px;
}
.donate {
  padding: 0 13px 35px 25px;
}
.donate h2 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.donate p {
  font-size: 20px;
  line-height: 30px;
  color: #00202E;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: 'Playfair Display Regular';
}
.submit-article {
  padding: 0 40px 35px 55px;
}
.submit-article h2 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 35px;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: 'Playfair Display Black';
}
.submit-article a {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: 'Barlow Condensed Medium';
}
.submit-article a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -31px;
  width: 16px;
  height: 12px;
  transform: translateY(-50%);
  background-image: url('../images/arrow-right-white.svg');
}
.submit-article a.blue {
  font-size: 14px;
  color: #085475;
}
.submit-article a.blue:after {
  background-image: url('../images/arrow-right.svg');
}
.download-content {
  padding-bottom: 65px;
}
.download-content h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 15px;
  color: #ffffff;
  font-family: 'Playfair Display Black';
}
.download-content p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 30px;
  font-family: 'Playfair Display Regular';
}
.download-content div {
  position: relative;
}
.download-content div input {
  padding-right: 215px;
  border: none;
}
.download-content div button {
  cursor: pointer;
  position: absolute;
  right: 0;
  height: 100%;
  text-transform: uppercase;
  background-color: #00202E;
  color: white;
  padding: 15px 75px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 2.4px;
}
.social-media {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-left: 150px;
  padding-right: 150px;
}
.social-media .icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.social-media .icon.instagram {
  background-image: url('../images/instagram-white.svg');
}
.social-media .icon.facebook {
  background-image: url('../images/facebook-white.svg');
}
.social-media .icon.linkedin {
  background-image: url('../images/linkedin-white.svg');
}
.social-media .icon.twitter {
  width: 20px;
  background-image: url('../images/twitter-white.svg');
}
.social-media .icon.youtube {
  width: 23px;
  background-image: url('../images/youtube-white.svg');
}
.anchor-image {
  text-decoration: unset;
}
.anchor-image .images {
  width: 146px;
  height: 146px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.anchor-image div {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #085475;
  font-family: 'Barlow Condensed Medium';
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}
@media (max-width: 991px) {
  .d-mob-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .no-padding-mob {
    padding: 0 !important;
  }
  .no-margin-mob {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .newsletter {
    padding: 40px 20px 50px 20px;
  }
  .donate {
    padding: 30px 20px 40px 20px;
  }
  .download-content {
    padding-bottom: 25px;
  }
  .download-content div button {
    right: 13px;
    padding: 15px 27px;
  }
}
.crop-area {
  display: none;
}
.crop-area button {
  margin-top: 20px;
  margin-bottom: 20px;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #333333;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #333333;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #ffffff;
  background: #085475;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #707070;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #085475;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #085475;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  color: #ffffff;
  border: none;
  background: #085475;
}
.datepicker--cell.-selected-.-current- {
  color: #ffffff;
  background: #085475;
}
.datepicker--cell.-selected-.-focus- {
  background: #707070;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #085475;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--years {
  height: 170px;
}
.datepicker--cells-years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #333333;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #333333;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #ffffff;
  background: #085475;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #707070;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #ffffff;
  border: 2px solid #333333;
  border-radius: 5px;
  padding: 10px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 16px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  border-color: #D3D9DF;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}
.datepicker--pointer {
  position: absolute;
  background: #ffffff;
  border-top: 2px solid #D3D9DF;
  border-right: 2px solid #D3D9DF;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px;
}
.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px;
}
.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}
.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #333333;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #333333;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #ffffff;
  background: #085475;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #707070;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}
.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}
.datepicker--button {
  color: #085475;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #333333;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #333333;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #ffffff;
  background: #085475;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #707070;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #333333, #333333) left 0.5% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:focus {
  outline: none;
}
.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #085475;
  border-color: #085475;
}
.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #085475;
  border-color: #085475;
}
.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #085475;
  border-color: #085475;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #333333;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #333333;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #333333;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}
.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #333333;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #333333;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #ffffff;
  background: #085475;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #707070;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
.page-donate h2 {
  font-size: 32px;
  margin-top: 40px;
  line-height: 43px;
  font-family: 'Playfair Display Black';
}
.page-donate h3 {
  width: 100%;
  margin-top: 32px;
  font-size: 24px;
  line-height: 30px;
  color: #731022;
  font-family: 'Playfair Display Black';
}
.page-donate p {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0;
  color: #00202E;
  font-family: 'Playfair Display Regular';
}
.page-donate .container-donate {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.page-donate .container-donate .frequency {
  display: flex;
}
.page-donate .container-donate .frequency span {
  font-size: 16px;
  line-height: 24px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
}
.page-donate .container-donate .donate-value {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.page-donate .container-donate .donate-value:after {
  content: '';
  position: absolute;
  top: 18px;
  right: 10px;
  width: 12px;
  height: 7px;
  background-image: url("../images/arrow-down-blue.svg");
}
.page-donate .container-donate .donate-value select {
  height: 40px;
  font-size: 18px;
  color: #085475;
  font-family: 'Barlow Condensed Medium';
  appearance: none;
  border-radius: 4px;
  padding: 7px 40px 7px 7px;
  background-color: transparent;
  border: 1px solid #085475;
}
.page-donate .container-donate .btn-blue {
  width: 100%;
  margin-right: 0;
  text-align: center;
}
.page-donate .container-donate .btn-blue > .donate-value.d-none {
  margin-top: 60px;
}
.page-donate .subscribe {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.page-donate .subscribe p {
  margin-top: 20px;
  margin-bottom: 41px;
}
.page-donate .subscribe .btn-blue {
  width: 100%;
  margin-right: 0;
  text-align: center;
}
.thank-you h2 {
  margin-top: 45px;
  font-size: 32px;
  line-height: 43px;
  font-family: 'Playfair Display Black';
}
.thank-you .donate-text {
  font-size: 16px;
  line-height: 24px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
}
@media (max-width: 991px) {
  .page-donate h3 {
    text-align: center;
    margin-top: 20px;
  }
  .page-donate .frequency {
    height: 130px;
    margin-top: 25px;
  }
  .page-donate .frequency div:first-child {
    display: flex;
    justify-content: center;
  }
  .page-donate .frequency .data-error {
    text-align: left;
  }
  .page-donate .frequency a {
    top: 50px;
  }
}
.filter-popup {
  display: none;
  position: absolute;
  margin-top: 10px;
  border: 2px solid #939393;
  border-radius: 5px;
  padding: 10px 10px 0 0;
  box-shadow: none;
  background-color: #ffffff;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
  z-index: 1001;
  text-align: left;
}
.filter-popup .pill {
  word-break: break-all;
}
.filter-popup .empty-text:after {
  padding: 0 0 10px 10px;
  content: 'Vazio';
  text-align: center;
  display: none;
  font-size: 16px;
  line-height: 25px;
  color: #707070;
}
.filter-popup .empty-text.show:after {
  display: block;
}
.filter-popup.show {
  opacity: 1;
  transform: scale(1);
}
footer#footer {
  margin-top: auto;
  padding: 60px 0;
  background-color: #00202E;
  color: #ffffff;
}
footer#footer .container-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer#footer .container-footer .container-info {
  display: flex;
  flex-direction: column;
}
footer#footer .container-footer .container-info .social {
  display: flex;
}
footer#footer .container-footer .container-info .social a {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
footer#footer .container-footer .container-info .social a.facebook {
  background-image: url('../images/facebook-white.svg');
}
footer#footer .container-footer .container-info .social a.instagram {
  background-image: url('../images/instagram-white.svg');
}
footer#footer .container-footer .container-info .social a.twitter {
  background-image: url('../images/twitter-white.svg');
}
footer#footer .container-footer .container-info .social a.youtube {
  width: 100%;
  background-image: url('../images/youtube-white.svg');
}
footer#footer .container-footer .container-info .social a.linkedin {
  background-image: url('../images/linkedin-white.svg');
}
footer#footer .container-footer .container-info .social a.telegram {
  background-image: url('../images/telegram-white.svg');
}
footer#footer .container-footer .container-info .contact-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #ffffff;
  font-family: 'Barlow Condensed Regular';
}
footer#footer .container-footer .mises {
  height: 90px;
}
footer#footer .container-footer .mises img {
  height: 100%;
}
footer#footer .container-footer .liberdade {
  max-width: 240px;
  display: flex;
  flex-direction: column;
}
footer#footer .container-footer .liberdade img {
  height: 40px;
}
footer#footer .container-footer .liberdade .rede-liberdade {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer#footer .container-footer .liberdade .rede-liberdade span {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Barlow Condensed Regular';
}
@media (max-width: 767px) {
  footer#footer {
    padding: 40px 0;
  }
  footer#footer .container-footer {
    flex-direction: column;
  }
  footer#footer .container-footer .container-info {
    margin-bottom: 30px;
    align-items: center;
  }
  footer#footer .container-footer .mises {
    margin-bottom: 30px;
  }
}
label {
  width: 100%;
  color: #333333;
  font-family: 'Barlow Condensed Bold';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 5px;
  display: flex;
}
input[type='text'],
input[type='phone'],
input[type='number'],
input[type='search'],
input[type='password'] {
  transition: border 200ms ease-in-out !important;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  color: #707070;
  font-family: 'Playfair Display Regular';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  padding: 0 20px;
  position: relative;
  background-color: #ffffff;
}
textarea {
  transition: border 200ms ease-in-out !important;
  box-sizing: border-box;
  width: 100%;
  resize: vertical;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  padding: 0 20px;
  position: relative;
}
.input-blue {
  border: 1px solid #085475;
}
.input-error {
  border: 1px solid #731022 !important;
}
.input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.container-file input {
  padding-left: 25px;
  border-radius: 5px;
  color: #939393;
  border: 3px solid #EEF1F1;
  background-color: #EEF1F1;
}
.container-file button {
  position: absolute;
  right: 30px;
  top: 10px;
}
.radio-container {
  color: #333333;
  font-family: 'Playfair Display Regular';
  font-size: 16px;
  letter-spacing: 0;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: auto;
  margin-top: 10px;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-container input:checked ~ .check-mark:after {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #333333;
  content: '';
  position: absolute;
}
.radio-container input:checked ~ .check-mark:before {
  display: block;
  top: -2px;
  left: -2px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 2px solid;
  content: ' ';
  position: absolute;
}
.radio-container .check-mark {
  position: relative;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  border: 2px solid;
}
.radio-container .input-radio-blue:checked ~ .check-mark:before {
  border-color: #00202E;
}
.radio-container .input-radio-blue ~ .check-mark {
  border-color: #085475;
}
.radio-container .input-error:checked ~ .check-mark:before {
  border-color: #731022 !important;
}
.radio-container .input-error ~ .check-mark {
  border-color: #731022 !important;
}
.radio-container.small {
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 10px;
  color: #085475;
  font-family: 'Barlow Condensed Regular';
  font-size: 14px;
  line-height: 24px;
}
.radio-container.small input:checked ~ .check-mark:after {
  height: 5px;
  width: 5px;
  border: 1px solid;
}
.radio-container.small input:checked ~ .check-mark:before {
  top: -1px;
  left: -1px;
  height: 14px;
  width: 14px;
  border: 1px solid;
}
.radio-container.small .check-mark.small {
  height: 14px;
  width: 14px;
  margin: 0 5px 0 0;
}
.radio-container.small .input-radio-blue {
  border: 1px solid;
}
.radio-container.small .input-radio-blue:checked ~ .check-mark:before {
  border-color: #00202E;
}
.radio-container.small .input-radio-blue ~ .check-mark {
  border: 1px solid #085475;
}
.label-checkbox {
  align-items: center;
  margin-right: 30px;
  margin-top: 10px;
  width: auto;
}
.checkbox-container {
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #085475;
  font-family: 'Barlow Condensed Medium';
  font-size: 14px;
  line-height: 24px;
  margin-right: 7px;
}
.checkbox-container .check-mark {
  position: relative;
  height: 17px;
  width: 17px;
  min-width: 17px;
  margin-right: 5px;
  border: 1px solid;
  transition: background-color ease-in-out 200ms, border ease-in-out 200ms;
  background-color: #ffffff;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input:checked ~ .check-mark {
  background-color: #085475;
  border-color: #085475;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/checked.png');
  background-image: -webkit-image-set(url('../images/checked.png') 1x, url('../images/checked@2x.png') 2x);
  background-image: -moz-image-set(url('../images/checked.png') 1x, url('../images/checked@2x.png') 2x);
  background-image: -o-image-set(url('../images/checked.png') 1x, url('../images/checked@2x.png') 2x);
  background-image: -ms-image-set(url('../images/checked.png') 1x, url('../images/checked@2x.png') 2x);
  background-image: image-set(url('../images/checked.png') 1x, url('../images/checked@2x.png') 2x);
}
.checkbox-container input.input-error ~ .check-mark {
  border-color: #731022 !important;
}
.checkbox-container input.input-error:hover ~ .check-mark {
  background-color: #E8C6C0 !important;
  border-color: #E8C6C0 !important;
}
.checkbox-container:hover .check-mark {
  background-color: #085475;
  border-color: #085475;
}
.magnifier {
  width: 100%;
  content: ' ';
  cursor: pointer;
  background-position: right 15px top 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-image: url("../images/magnifier.svg");
}
.magnifier input {
  background-color: transparent;
  padding-right: 40px;
}
.arrow-down {
  width: 100%;
  content: ' ';
  cursor: pointer;
  background-position: right 15px top 50%;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-image: url("../images/arrow-down.svg");
}
.arrow-down input {
  background-color: transparent;
  padding-right: 40px;
}
.form-group {
  margin-bottom: 30px;
}
.form-group > label {
  margin-bottom: 5px;
  display: block;
}
.data-error {
  color: #731022;
  font-family: 'Playfair Display Regular';
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 16px;
  margin: 3px 0;
  display: none;
}
.questions {
  width: 100%;
}
.questions div {
  justify-content: center;
  margin-bottom: 10px;
}
.questions div:last-child {
  margin-bottom: 0;
}
.uploadItem .btn-upload {
  width: 100%;
}
.uploadItem .container-btn-upload {
  margin-right: 25px;
}
.uploadItem .container-info-image {
  width: 100%;
}
.uploadItem .background {
  border-radius: 5px;
  background-color: #D3D9DF;
  width: 100%;
}
.uploadItem .background .info {
  border-bottom: solid 2px #ffffff;
  padding: 10px 10px 10px 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.uploadItem .background .info .name {
  width: 100%;
  display: flex;
  align-items: center;
}
.uploadItem .background .info .name button {
  height: 100%;
}
.uploadItem .background .info div:nth-child(2) {
  margin-left: auto;
}
.uploadItem .background .info div:nth-child(2) button {
  margin-left: auto;
  background-color: transparent;
  border: 0;
  text-decoration: underline;
  cursor: pointer;
}
.uploadItem .background .info div:nth-child(3) {
  margin-left: 40px;
}
.uploadItem .background .alt {
  padding: 5px;
}
.uploadItem .background .alt input {
  height: 40px;
}
.div-banner input {
  width: 100%;
  line-height: 35px;
  margin: 15px 0;
  padding: 0 10px;
}
.header-user-terms {
  max-height: 0;
  visibility: hidden;
  text-align: center;
  transform: scaleY(0);
  transition: all ease-in-out 200ms;
  background-color: #ffffff;
  position: fixed;
  z-index: 99999;
}
.header-user-terms.show {
  padding: 10px 0;
  max-height: 250px;
  visibility: visible;
  transform: scaleY(1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.header-user-terms p {
  margin: 8px;
  font-size: 16px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
}
.header-user-terms .btn-blue {
  width: 145px;
  max-width: 100%;
  justify-content: center;
}
@media all and (max-width: 575px) {
  .header-user-terms .btn-blue {
    width: 100%;
  }
}
header#header-admin {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #EEF1F1;
}
header#header-admin .container-header {
  position: relative;
}
header#header-admin .container-header nav {
  width: 100%;
}
header#header-admin .container-header nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
header#header-admin .container-header nav ul li {
  list-style: none;
  padding: 0 12px;
  display: flex;
}
header#header-admin .container-header nav ul li a {
  cursor: pointer;
  font-family: 'Barlow Condensed Medium';
  font-size: 18px;
  letter-spacing: 0;
  line-height: 23px;
  color: #00202E;
  position: relative;
  display: flex;
}
header#header-admin .container-header nav ul li a.active {
  padding-bottom: 1px;
  border-bottom: 2px solid #00202E;
}
header#header {
  opacity: 1;
  padding-top: 10px;
  box-shadow: 0 1px 1px #00000029;
  background: #EEF1F1 0% 0% no-repeat padding-box;
}
header#header .container-header {
  position: relative;
}
header#header .container-header .translate {
  font-size: 14px;
  line-height: 24px;
  color: #939393;
  margin-right: 32px;
  display: inline-flex;
  vertical-align: middle;
  text-transform: uppercase;
  font-family: 'Barlow Condensed Medium';
}
header#header .container-header .translate:before {
  content: '';
  width: 20px;
  margin-right: 6px;
  display: inline-flex;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/translate-gray.svg');
}
header#header .container-header .translate:hover {
  color: #939393;
}
header#header .container-header .logo {
  margin-bottom: 30px;
}
header#header .container-header .logo img {
  max-width: 100%;
}
header#header .container-header .btn-search {
  width: 100%;
  content: ' ';
  cursor: pointer;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/magnifier.svg");
}
header#header .container-header #menu-hamburger {
  padding: 2px;
  flex-direction: column;
  transition: transform 300ms;
  justify-content: space-evenly;
}
header#header .container-header #menu-hamburger div {
  transition: all 300ms;
  width: 70%;
  height: 2px;
  background-color: #333333;
}
header#header .container-header nav {
  width: 100%;
  padding-bottom: 22px;
}
header#header .container-header nav ul {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
header#header .container-header nav ul li {
  display: flex;
  list-style: none;
  align-items: center;
}
header#header .container-header nav ul li a {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #00202E;
  text-transform: uppercase;
  font-family: 'Barlow Condensed Medium';
}
header#header .container-header nav ul li a:focus,
header#header .container-header nav ul li a:hover {
  text-decoration: none;
  color: #731022;
}
header#header .container-header nav ul li .dropdown {
  visibility: hidden;
  position: absolute;
  display: flex;
  z-index: 1;
  width: 180px;
  padding: 20px 20px;
  top: calc(100% + 10px);
  left: calc(50% + -90px);
  box-shadow: 0 6px 6px #00000029;
  background-color: #EEF1F1;
}
header#header .container-header nav ul li .dropdown ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
header#header .container-header nav ul li .dropdown ul .item {
  padding-bottom: 15px;
}
header#header .container-header nav ul li .dropdown ul .item:last-child {
  padding-bottom: 0;
}
header#header .container-header nav ul li.has-dropdown {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #00202E;
  text-transform: uppercase;
  font-family: 'Barlow Condensed Medium';
}
header#header .container-header nav ul li.has-dropdown:focus,
header#header .container-header nav ul li.has-dropdown:hover {
  text-decoration: none;
  color: #731022;
}
header#header .container-header nav ul li.has-dropdown:after {
  content: '';
  width: 12px;
  height: 7px;
  margin-left: 10px;
  display: inline-flex;
  background-image: url("../images/arrow-down.svg");
}
header#header .container-header nav ul li.has-dropdown.show .dropdown {
  visibility: visible;
}
header#header .container-header nav ul li.has-dropdown.show:after {
  transform: rotate(180deg);
}
header#header #menu {
  visibility: hidden;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 340px;
  padding: 45px 135px 25px 35px;
  background-color: #00202E;
  transition: all ease-in-out 200ms;
}
header#header #menu .close-button {
  display: flex;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 25px;
  border: none;
  background-color: transparent;
}
header#header #menu .close-button:before {
  content: ' ';
  width: 22px;
  height: 22px;
  background-image: url('../images/close-white.svg');
}
header#header #menu .logo {
  max-width: 100%;
}
header#header #menu nav ul {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
header#header #menu nav ul li {
  width: 100%;
  display: flex;
  list-style: none;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  color: #ffffff;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-family: 'Barlow Condensed Medium';
}
header#header #menu nav ul li:last-child {
  padding-bottom: 0;
}
header#header #menu nav ul li a {
  cursor: pointer;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Barlow Condensed Medium';
}
header#header #menu nav ul li a:focus,
header#header #menu nav ul li a:hover {
  color: #731022;
}
header#header #menu.show {
  visibility: visible;
}
header#header .sub-menu {
  padding-bottom: 0 !important;
  flex-direction: column;
}
header#header .sub-menu .sub-list {
  padding-left: 20px;
  padding-bottom: 5px !important;
}
header#header .sub-menu .sub-list:last-child {
  padding-bottom: 10px !important;
}
header#header .sub-menu .sub-list .sub-item {
  font-size: 16px !important;
  font-family: 'Barlow Condensed Regular' !important;
}
header#header .facebook {
  width: 16px;
  height: 16px;
  margin-right: 32px;
  display: inline-flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/facebook-gray.svg');
}
header#header .instagram {
  width: 16px;
  height: 16px;
  margin-right: 32px;
  display: inline-flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/instagram-gray.svg');
}
header#header .twitter {
  width: 16px;
  height: 16px;
  margin-right: 32px;
  display: inline-flex;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/twitter-gray.svg');
}
header#header .facebook.white {
  background-image: url('../images/facebook-white.svg');
}
header#header .instagram.white {
  background-image: url('../images/instagram-white.svg');
}
header#header .twitter.white {
  background-image: url('../images/twitter-white.svg');
}
.container-search {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 10px;
  background: #EEF1F1;
  transition: opacity 600ms, visibility 600ms ease-in-out;
}
.container-search .container {
  position: relative;
}
.container-search .container .arrow-left {
  position: absolute;
  top: calc(50% - 10px);
  width: 16px;
  height: 16px;
  border: none;
  left: -65px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url('../images/arrow-left.svg');
}
.container-search .magnifier {
  background-position: left 15px top calc(50% - 5px) !important;
}
.container-search .search-field {
  height: auto;
  font-size: 30px;
  outline: none;
  color: #00202E;
  font-family: 'Barlow Condensed Regular';
  padding-left: 25px;
  margin-bottom: 10px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #00202E;
}
.container-search.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  header#header .container-header .logo {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.instagram-container h1 {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 24px;
  font-family: 'Playfair Display Black';
}
.instagram-container .splide__arrows .splide__arrow--prev {
  margin-left: 100px;
}
.instagram-container .splide__arrow--next {
  margin-right: 100px;
}
.home .last-comments .comments-block-scroll {
  max-height: 700px;
  overflow-y: auto;
}
.home .last-comments .card-comment {
  margin-left: 35px;
}
.home .last-comments .card-comment:before {
  left: -30px;
}
.home .last-comments .card-comment:after {
  left: -23px;
}
.home .last-comments .card-comment .card-details {
  width: 280px;
}
.home .last-comments .card-comment .card-details .arrow-right {
  right: -20px;
}
.library .header {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  margin-top: 55px;
  margin-bottom: 45px;
}
.library .header h1 {
  width: 100%;
  font-size: 32px;
  line-height: 43px;
  text-align: center;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.library .list-book .card {
  margin-bottom: 45px;
}
.library .list-book .card .thumbnail {
  position: relative;
}
.library .list-book .card .thumbnail img {
  width: 114px;
  height: 117px;
}
.library .list-book .card .thumbnail:after {
  content: '';
  position: absolute;
  width: 78px;
  height: 23px;
  background: #000000;
  left: 0;
  top: 15px;
}
.library .list-book .card .thumbnail.red:after {
  padding: 0 0 0 7px;
  color: #ffffff;
  content: 'LIVRO';
  background: #731022;
}
.library .list-book .card .thumbnail.blue:after {
  padding: 0 0 0 7px;
  color: #ffffff;
  content: 'E-BOOK';
  background: #2699FB;
}
.library .list-book .card .text {
  margin: 0 0 0 15px;
}
.library .list-book .card .text .show-more {
  display: flex;
  align-items: center;
}
.library .list-book .card .text .show-more .arrow-right {
  margin: 0 5px 0 5px;
  height: 12px;
  width: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/arrow-right.svg');
}
.library .list-book .card .text h1 {
  font-size: 16px;
  line-height: 24px;
  color: #00202E;
  font-family: 'Playfair Display Bold';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.library .list-book .card .text span {
  font-size: 14px;
  line-height: 24px;
  color: #085475;
  font-family: 'Barlow Condensed Medium';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.library .podcasts {
  margin-top: 0;
}
.library .podcasts a {
  width: 100%;
}
.library .podcasts a .card-podcast {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .library .header {
    align-items: unset;
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .library .list-book .card {
    margin-bottom: 20px;
  }
  .library .show-more-container .btn-blue {
    margin: unset;
  }
}
select:not([multiple]).select-orange .cb-livesearch-input,
.arrow-down.select-orange .cb-livesearch-input {
  border-color: #F7DBC1 !important;
}
select:not([multiple]).select-orange .input-error,
.arrow-down.select-orange .input-error {
  border-color: #731022 !important;
}
select:not([multiple]).select-orange .cb-livesearch-list,
.arrow-down.select-orange .cb-livesearch-list {
  border-color: #F7DBC1;
}
select:not([multiple]).select-orange .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-track-piece,
.arrow-down.select-orange .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-track-piece {
  background-color: #F7DBC1;
}
select:not([multiple]).select-orange .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-thumb:vertical,
.arrow-down.select-orange .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-thumb:vertical,
select:not([multiple]).select-orange .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-thumb:horizontal,
.arrow-down.select-orange .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-thumb:horizontal {
  background-color: #7D4E0C;
}
select:not([multiple]).select-beige .cb-livesearch-input,
.arrow-down.select-beige .cb-livesearch-input {
  border-color: #F2ECE9 !important;
}
select:not([multiple]).select-beige .input-error,
.arrow-down.select-beige .input-error {
  border-color: #731022 !important;
}
select:not([multiple]).select-beige .cb-livesearch-list,
.arrow-down.select-beige .cb-livesearch-list {
  border-color: #F2ECE9;
}
select:not([multiple]).select-beige .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-track-piece,
.arrow-down.select-beige .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-track-piece {
  background-color: #F2ECE9;
}
select:not([multiple]).select-beige .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-thumb:vertical,
.arrow-down.select-beige .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-thumb:vertical,
select:not([multiple]).select-beige .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-thumb:horizontal,
.arrow-down.select-beige .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-thumb:horizontal {
  background-color: #F2ECE9;
}
select:not([multiple]).select-blue .cb-livesearch-input,
.arrow-down.select-blue .cb-livesearch-input {
  border-color: #085475 !important;
}
select:not([multiple]).select-blue .cb-livesearch-list,
.arrow-down.select-blue .cb-livesearch-list {
  border-color: #085475;
}
select:not([multiple]).select-blue .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-track-piece,
.arrow-down.select-blue .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-track-piece {
  background-color: #085475;
}
select:not([multiple]).select-blue .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-thumb:vertical,
.arrow-down.select-blue .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-thumb:vertical,
select:not([multiple]).select-blue .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-thumb:horizontal,
.arrow-down.select-blue .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-thumb:horizontal {
  background-color: #085475;
}
select:not([multiple]),
.arrow-down {
  width: 100%;
  content: ' ';
  cursor: pointer;
}
select:not([multiple]) .cb-livesearch-input,
.arrow-down .cb-livesearch-input {
  background-color: #ffffff;
  transition: border 200ms ease-in-out !important;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  border: 1px solid;
  color: #333333;
  font-family: 'Playfair Display Regular';
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  padding: 0 40px 0 20px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url("../images/arrow-down.svg");
  background-size: 14px 14px;
  background-position: right 10px center;
}
select:not([multiple]) .cb-livesearch-list,
.arrow-down .cb-livesearch-list {
  display: none;
  position: absolute;
  border: 1px solid;
  padding: 10px;
  box-shadow: none;
  background-color: #ffffff;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 200ms ease-in-out, transform 200ms ease-in-out;
  border-radius: 0 10px 10px 10px;
  min-height: 0;
  max-height: 250px;
}
select:not([multiple]) .cb-livesearch-list .cb-livesearch-message-box,
.arrow-down .cb-livesearch-list .cb-livesearch-message-box {
  display: none;
  width: 100%;
  text-align: center;
  transition: all 200ms ease-in-out;
  overflow: hidden;
  white-space: nowrap;
}
select:not([multiple]) .cb-livesearch-list .cb-livesearch-message-box.show,
.arrow-down .cb-livesearch-list .cb-livesearch-message-box.show {
  font-size: 12px;
  display: inline-block;
  padding: 0 8px;
  line-height: 50px;
}
select:not([multiple]) .cb-livesearch-list .cb-livesearch-list-table,
.arrow-down .cb-livesearch-list .cb-livesearch-list-table {
  width: 100%;
  border-spacing: 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 220px;
  padding-right: 8px;
  display: flex;
  /* Largura da barra de rolagem */
  /* Fundo da barra de rolagem */
  /* Cor do indicador de rolagem */
}
select:not([multiple]) .cb-livesearch-list .cb-livesearch-list-table tbody,
.arrow-down .cb-livesearch-list .cb-livesearch-list-table tbody {
  width: 100%;
}
select:not([multiple]) .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar,
.arrow-down .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar {
  width: 6px;
}
select:not([multiple]) .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-track-piece,
.arrow-down .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-track-piece {
  background-color: #333333;
  border-radius: 5px;
  border: 2px solid #fff;
}
select:not([multiple]) .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-thumb:vertical,
.arrow-down .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-thumb:vertical,
select:not([multiple]) .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-thumb:horizontal,
.arrow-down .cb-livesearch-list .cb-livesearch-list-table::-webkit-scrollbar-thumb:horizontal {
  background-color: #333333;
  border-radius: 5px;
}
select:not([multiple]) .cb-livesearch-list .cb-livesearch-list-table tr,
.arrow-down .cb-livesearch-list .cb-livesearch-list-table tr {
  cursor: pointer;
  transition: background-color ease-in-out 100ms;
  width: 100%;
  height: auto;
  display: block;
  background: #ffffff;
}
select:not([multiple]) .cb-livesearch-list .cb-livesearch-list-table tr:hover,
.arrow-down .cb-livesearch-list .cb-livesearch-list-table tr:hover {
  background: #D3D9DF;
}
select:not([multiple]) .cb-livesearch-list .cb-livesearch-list-table tr td,
.arrow-down .cb-livesearch-list .cb-livesearch-list-table tr td {
  width: 100%;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  color: #333333;
  padding: 7px 12px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  word-break: break-all;
  font-family: 'Playfair Display Regular';
  border: none;
}
select:not([multiple]) .cb-livesearch-list.show,
.arrow-down .cb-livesearch-list.show {
  opacity: 1;
  transform: scale(1);
  max-height: 250px;
  z-index: 999999;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: height 350ms ease-in-out, opacity 0.5s ease-in-out;
}
.modal.show {
  opacity: 1;
}
.modal .modal-dialog {
  height: calc(100% - 160px);
  margin-top: 80px;
  margin-bottom: 80px;
}
.modal .modal-dialog.small {
  max-width: 792px !important;
}
.modal .modal-dialog .modal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
  max-height: 100%;
  overflow: hidden;
  position: relative;
}
.modal .modal-dialog .modal-content .modal-header {
  display: flex;
  align-items: center;
  background-color: #EEF1F1;
}
.modal .modal-dialog .modal-content .modal-header.gray {
  background-color: #939393;
}
.modal .modal-dialog .modal-content .modal-header .modal-header-inner {
  width: 100%;
  font-size: 30px;
  line-height: 42px;
  font-family: 'Playfair Display Bold';
}
.modal .modal-dialog .modal-content .modal-header .modal-close-button {
  background-color: #00202E;
  width: 60px;
  height: 60px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.modal .modal-dialog .modal-content .modal-header .modal-close-button:before {
  content: ' ';
  width: 30px;
  height: 30px;
  background-image: url('../images/close-white.svg');
  background-size: cover;
}
.modal .modal-dialog .modal-content .modal-header .modal-close-button:hover {
  background-color: #D3D9DF;
}
.modal .modal-dialog .modal-content .modal-header .modal-close-button:hover:before {
  background-image: url('../images/close.svg');
}
.modal .modal-dialog .modal-content .modal-body {
  overflow-y: auto;
  margin: 0 25px;
  scrollbar-width: thin;
  scrollbar-color: #D3D9DF #00202E;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body {
    margin: 0;
  }
}
.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
  width: 5px;
}
.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
  background: #D3D9DF;
}
.modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
  background-color: #00202E;
}
.modal.information .modal-header {
  background-color: #ffffff !important;
}
.modal.information .modal-header .modal-header-inner {
  font-family: 'Playfair Display Black';
  font-size: 20px !important;
  line-height: 30px !important;
  margin: 50px 0 20px 0;
  color: #731022;
}
.modal.information .modal-header .modal-close-button {
  background-color: #ffffff !important;
}
.modal.information .modal-header .modal-close-button:before {
  background-image: url('../images/close.svg') !important;
}
.modal.information .modal-body .text-1 {
  font-family: 'Playfair Display Regular';
  font-size: 16px;
  line-height: 24px;
  color: #00202E;
  margin: 0 0 40px 0;
}
.modal.information .modal-body hr {
  display: none;
}
.modal.information .modal-body div button {
  letter-spacing: 2px;
  padding: unset;
  border: unset;
  height: 40px;
  width: 180px;
  border-radius: 4px;
  background-color: #085475;
  margin: 0 0 50px 0;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 767px) {
  .modal.information .modal-header-inner {
    font-family: 'Playfair Display Regular' !important;
  }
  .modal.information .modal-body button {
    height: 48px !important;
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }
}
.modal.image .modal-content {
  border: none;
  background: unset;
}
.modal.image .modal-header {
  border: none;
  background-color: unset !important;
}
.modal.image .modal-header .modal-close-button {
  z-index: 1;
  top: 5px;
  right: 10px !important;
  width: unset !important;
  height: unset !important;
  background-color: unset !important;
}
.modal.image .modal-header .modal-close-button:hover:before {
  background-image: url('../images/close-white.svg') !important;
}
.modal.image .modal-body {
  margin: 0 !important;
}
.modal.image .modal-body img {
  width: 100%;
}
.modal.image .modal-body .alt {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-family: 'Barlow Condensed Medium';
  padding: 10px 0;
  background-color: #085475;
}
@media (max-width: 767px) {
  .modal.image .modal-body .alt {
    font-size: 14px;
  }
}
.modal.professor .modal-content {
  border: none;
  border-radius: unset;
}
.modal.professor .modal-header {
  border: none;
  margin: 55px 25px 45px;
  justify-content: space-evenly;
  background-color: #ffffff !important;
}
.modal.professor .modal-header .modal-close-button {
  z-index: 1;
  background-color: unset !important;
}
.modal.professor .modal-header .modal-close-button:before {
  background-image: url('../images/close.svg') !important;
}
.modal.professor .modal-header .modal-close-button:hover:before {
  background-image: url('../images/close.svg') !important;
}
.modal.professor .modal-header .container-image .image {
  width: 217px;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.modal.professor .modal-header .container-info .name {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 0;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.modal.professor .modal-header .container-info .occupation {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2.4px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #731022;
  text-transform: uppercase;
  font-family: 'Playfair Display Regular';
}
.modal.professor .modal-body .container-biography {
  margin-bottom: 35px;
}
.modal.professor .modal-body .container-biography p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  color: #00202E;
  font-family: 'Playfair Display Regular';
}
@media (max-width: 767px) {
  .modal.professor .modal-header .container-header {
    flex-direction: column;
  }
  .modal.professor .modal-header .container-header .container-info {
    text-align: center;
  }
  .modal.professor .modal-body .container-biography {
    margin: 0 25px;
  }
}
.news h2 {
  font-size: 32px;
  line-height: 43px;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.news p {
  font-size: 16px;
  line-height: 24px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
}
.podcasts {
  margin-top: 115px;
}
.podcasts h2 {
  font-size: 24px;
  line-height: 32px;
  color: #00202E;
  margin: 0;
  font-family: 'Playfair Display Black';
}
.podcasts .featured-podcast {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.podcasts .featured-podcast:first-of-type {
  margin-right: 10px;
}
.podcasts .featured-podcast .card-podcast {
  max-width: 100%;
}
.podcasts .featured-podcast .card-podcast .card-details {
  text-align: left;
  padding: 20px 20px 20px 150px;
}
.podcasts .featured-podcast .card-podcast .card-image {
  left: 0;
  width: 90px;
  height: 75px;
  margin: 20px 30px 20px 35px;
}
.card-podcast {
  min-height: 140px;
  position: relative;
  background-color: #EEF1F1;
}
.card-podcast .card-details {
  text-align: left;
  padding: 25px 100px 10px 20px;
}
.card-podcast .card-details h3 {
  width: 100%;
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 24px;
  color: #00202E;
  font-family: 'Playfair Display Bold';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-podcast .card-details h4 {
  width: 100%;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  color: #731022;
  font-family: 'Barlow Condensed Bold';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.card-podcast .card-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 55px;
  margin: 25px 25px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
}
.list-podcast .header {
  display: flex;
  justify-content: flex-end;
}
.list-podcast .header .back {
  font-size: 16px;
  line-height: 24px;
  color: #085475;
  white-space: nowrap;
  text-decoration: underline !important;
  font-family: 'Barlow Condensed Medium';
}
.list-podcast .header h1 {
  width: 100%;
  font-size: 32px;
  line-height: 43px;
  text-align: center;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.list-podcast .cards a {
  width: 100%;
}
.podcast-content .header {
  display: flex;
  align-items: baseline;
  margin-top: 55px;
}
.podcast-content .header .back {
  position: absolute;
  top: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #085475;
  white-space: nowrap;
  text-decoration: underline !important;
  font-family: 'Barlow Condensed Medium';
}
.podcast-content .header .back.list {
  left: 105px;
}
.podcast-content .header h2 {
  width: 100%;
  font-size: 32px;
  line-height: 43px;
  text-align: center;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.podcast-content .author a {
  font-size: 16px;
  line-height: 24px;
  color: #731022;
  font-family: 'Barlow Condensed Bold';
}
.podcast-content .number {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 35px;
  color: #085475;
  font-family: 'Barlow Condensed Medium';
}
.podcast-content .content {
  margin-top: 55px;
}
.podcast-content .content .thumbnail img {
  width: 100%;
  max-height: 235px;
}
.podcast-content .content .player {
  display: flex;
  flex-direction: column;
}
.podcast-content .content .player .info {
  display: flex;
  align-content: space-between;
  flex-direction: column;
}
.podcast-content .content .player .info .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #085475;
  font-family: 'Barlow Condensed Medium';
}
.podcast-content .content .player .info .progress {
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 55px;
  border-top: 2px solid #EFEFEF;
}
.podcast-content .content .player .info .progress .elapsed {
  position: absolute;
  top: -2px;
  height: 2px;
  background-color: #085475;
}
.podcast-content .content .player .info .progress input[type='range'] {
  position: absolute;
  top: -2px;
  height: 2px;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  -webkit-appearance: none;
  background-color: transparent;
}
.podcast-content .content .player .info .progress input[type="range"]::-webkit-slider-thumb {
  cursor: pointer;
  width: 15px;
  height: 15px;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #085475;
}
.podcast-content .content .player .info .progress input[type="range"]::-moz-range-thumb {
  cursor: pointer;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #085475;
}
.podcast-content .content .player .actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.podcast-content .content .player .actions a,
.podcast-content .content .player .actions button {
  cursor: pointer;
  position: relative;
  display: inline-flex;
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent;
}
.podcast-content .content .player .actions #repeat {
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/repeat.svg');
}
.podcast-content .content .player .actions #repeat.active {
  background-image: url('../images/repeat-blue.svg');
}
.podcast-content .content .player .actions #previous {
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/previous.svg');
}
.podcast-content .content .player .actions #next {
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/next.svg');
}
.podcast-content .content .player .actions #shuffle {
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/shuffle.svg');
}
.podcast-content .content .player .actions #shuffle.active {
  background-image: url('../images/shuffle-blue.svg');
}
.podcast-content .content .player .actions .play-pause {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #085475;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.podcast-content .content .player .actions .play-pause button:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/play.svg');
}
.podcast-content .content .player .actions .play-pause.active button:before {
  background-image: url('../images/pause.svg');
}
.podcast-content .content .social-media {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 80px;
  height: 100%;
}
.podcast-content .content .description {
  font-size: 16px;
  line-height: 24px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
}
@media (max-width: 991px) {
  .podcasts {
    margin-top: 35px;
  }
  .header .back {
    position: relative !important;
    top: unset !important;
  }
  .header .back.list {
    left: unset !important;
  }
  .header .title {
    margin-top: 25px;
  }
  .number {
    margin-bottom: 15px !important;
  }
  .content {
    margin-top: 0 !important;
  }
  .content .player {
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .content .share {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2.4px;
    color: #ffffff;
    font-family: 'Barlow Condensed Bold';
  }
  .content .share .social-media {
    flex-direction: row !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .podcasts .featured-podcast:first-of-type {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
  .podcasts .featured-podcast:last-of-type {
    margin-bottom: 30px;
  }
  .podcasts .featured-podcast .card-podcast .card-details {
    padding: 20px 20px 20px 130px;
  }
  .podcasts .featured-podcast .card-podcast .card-image {
    margin: 20px;
  }
  .card-podcast .card-details h3 {
    font-size: 14px;
  }
}
.page-post-graduate ul {
  padding-inline-start: 1rem;
}
.page-post-graduate h2 {
  font-size: 24px;
  line-height: 30px;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.page-post-graduate h3 {
  font-size: 20px;
  line-height: 24px;
  color: #731022;
  font-family: 'Playfair Display Bold';
}
.page-post-graduate h4 {
  font-size: 16px;
  line-height: 21px;
  color: #731022;
  font-family: 'Playfair Display Black';
}
.page-post-graduate span {
  font-size: 16px;
  line-height: 24px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
}
.page-post-graduate .main-image {
  margin: 55px 0 0 0;
}
.page-post-graduate .main-image img {
  padding: unset;
}
.page-post-graduate .overview {
  padding: 50px 0 0 0;
}
.page-post-graduate .overview h2 {
  text-align: center;
}
.page-post-graduate .overview span {
  margin: 45px 0 0 0;
}
.page-post-graduate .icons div {
  display: flex;
  align-items: flex-start;
}
.page-post-graduate .icons div img {
  padding-top: 5px;
}
.page-post-graduate .icons div .hood {
  margin-right: 17px;
}
.page-post-graduate .icons div .person {
  margin-right: 27px;
}
.page-post-graduate .icons div .subjects {
  margin-right: 19px;
}
.page-post-graduate .button-subscribe {
  padding: 30px 0 45px 0;
}
.page-post-graduate .button-subscribe a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-post-graduate .more-information {
  padding: 50px 0 40px;
}
.page-post-graduate .more-information h2 {
  margin-bottom: 30px;
}
.page-post-graduate .selective-process {
  padding: 45px 0 65px 0;
  flex-direction: column;
}
.page-post-graduate .selective-process h2 {
  margin: 0 0 55px 0;
  display: flex;
  justify-content: center;
}
.page-post-graduate .selective-process .icon-person {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}
.page-post-graduate .selective-process .icon-person:before {
  content: '';
  margin: 0 10px 0 0;
  flex-shrink: 0;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-image: url('../images/icon-person.svg');
}
.page-post-graduate .selective-process .icon-schedule {
  display: flex;
  align-items: center;
  margin: 0 0 15px 0;
}
.page-post-graduate .selective-process .icon-schedule:before {
  content: '';
  margin: 0 10px 0 0;
  flex-shrink: 0;
  height: 19px;
  width: 19px;
  background-repeat: no-repeat;
  background-image: url('../images/icon-schedule.svg');
}
.page-post-graduate .content-professors {
  padding: 50px 0 90px 0;
}
.page-post-graduate .content-professors .container h2 {
  margin: 0 0 45px 0;
}
.page-post-graduate .content-professors .professor {
  position: relative;
  width: 217px;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-post-graduate .content-professors .professor .info {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 217px;
  height: 220px;
  opacity: 0.5;
  background-color: #085475;
}
.page-post-graduate .content-professors .professor .info div {
  margin-top: 160px;
  display: flex;
  flex-direction: column;
}
.page-post-graduate .content-professors .professor .info div h4 {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Barlow Condensed Medium';
}
.page-post-graduate .content-professors .professor .info div p {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Barlow Condensed Medium';
}
.page-post-graduate .investiment {
  padding: 55px 0 0 0;
}
.page-post-graduate .investiment h2 {
  margin: 0 0 35px 0;
}
.page-post-graduate .to-arrive {
  padding: 75px 0 55px 0;
}
.page-post-graduate .to-arrive h2 {
  margin: 0 0 45px 0;
}
.page-post-graduate .to-arrive .map-container {
  display: flex;
  flex-direction: column;
}
.page-post-graduate .to-arrive .map-container span {
  text-align: left;
  font-weight: bold;
}
.page-post-graduate .to-arrive .map-container .map {
  height: 200px;
  width: 100%;
  margin: 0 0 15px 0;
}
.page-post-graduate .to-arrive .map-container .map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-post-graduate .to-arrive .map-container .text-location span:last-child {
  font-weight: normal;
}
.page-post-graduate .question {
  padding: 65px 0 0 0;
}
.page-post-graduate .faq {
  padding: 0 0 55px 0;
}
.page-post-graduate .faq .subscribe h4 {
  margin: 45px 0 15px 0;
}
.page-post-graduate .faq .general-information h4 {
  margin: 45px 0 15px 0;
}
.page-post-graduate .faq .about-reviews h4 {
  margin: 45px 0 15px 0;
}
@media (max-width: 767px) {
  .page-post-graduate .image-container {
    padding: unset;
  }
  .page-post-graduate .image-container .main-image {
    margin: unset;
  }
  .page-post-graduate .overview {
    padding: 35px 0 0 0;
  }
  .page-post-graduate .overview span {
    margin: 35px 0 0 0;
  }
  .page-post-graduate .icons div {
    margin-bottom: 40px;
  }
  .page-post-graduate .button-subscribe {
    padding: 5px 0 20px 0 !important;
  }
  .page-post-graduate .button-subscribe a {
    margin: unset;
    height: 48px;
  }
  .page-post-graduate .more-information {
    padding: 30px 0 20px 0 !important;
    display: flex;
    flex-direction: column;
  }
  .page-post-graduate .more-information h2 {
    text-align: center;
    margin: 0 0 40px 0 !important;
  }
  .page-post-graduate .more-information .more-information-text div:last-child {
    margin: 30px 0 0 0;
  }
  .page-post-graduate .selective-process {
    padding: 30px 0 30px 0 !important;
    display: flex;
    flex-direction: column;
  }
  .page-post-graduate .selective-process h2 {
    margin: unset !important;
  }
  .page-post-graduate .selective-process .icon-person {
    justify-content: center;
    padding: 30px 0 0 0;
  }
  .page-post-graduate .selective-process .icon-schedule {
    justify-content: center;
    padding: 30px 0 0 0;
  }
  .page-post-graduate .content-professors {
    padding: 30px 0 40px 0 !important;
  }
  .page-post-graduate .content-professors h2 {
    margin: 0 0 30px 0 !important;
  }
  .page-post-graduate .content-professors .container {
    display: flex;
    flex-direction: column;
  }
  .page-post-graduate .content-professors .container h2 {
    text-align: center;
  }
  .page-post-graduate .content-professors .professor .info div h4 {
    font-size: 16px !important;
    line-height: 16px !important;
  }
  .page-post-graduate .content-professors .professor .info div p {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  .page-post-graduate .content-professors a .professor {
    width: 145px;
    height: 145px;
  }
  .page-post-graduate .content-professors a .professor .info {
    width: 145px;
    height: 145px;
  }
  .page-post-graduate .content-professors a .professor .info div {
    margin: 95px 0 0;
    text-align: center;
  }
  .page-post-graduate .investiment {
    padding: 30px 0 0 0 !important;
    display: flex;
    flex-direction: column;
  }
  .page-post-graduate .investiment h2 {
    text-align: center;
    margin: 0 0 20px 0 !important;
  }
  .page-post-graduate .to-arrive {
    padding: 25px 0 45px 0 !important;
    display: flex;
    flex-direction: column;
  }
  .page-post-graduate .to-arrive h2 {
    text-align: center;
    margin: 0 0 25px 0 !important;
  }
  .page-post-graduate .to-arrive .map-container span {
    text-align: center;
  }
  .page-post-graduate .to-arrive .map-container .map {
    margin: 40px 0 25px 0;
  }
  .page-post-graduate .to-arrive .map-container .text-location {
    display: flex;
  }
  .page-post-graduate .to-arrive .map-container .text-location span:last-child {
    text-align: center;
    font-weight: normal;
  }
  .page-post-graduate .question {
    padding: 30px 0 0 0 !important;
    display: flex;
    flex-direction: column;
  }
  .page-post-graduate .question h2 {
    text-align: center;
  }
  .page-post-graduate .subscribe {
    display: flex;
    flex-direction: column;
  }
  .page-post-graduate .subscribe h4 {
    padding: 10px 0 0 0;
    text-align: center;
  }
  .page-post-graduate .general-information {
    display: flex;
    flex-direction: column;
  }
  .page-post-graduate .general-information h4 {
    padding: 10px 0 0 0;
    text-align: center;
  }
  .page-post-graduate .about-reviews {
    display: flex;
    flex-direction: column;
  }
  .page-post-graduate .about-reviews h4 {
    padding: 10px 0 0 0;
    text-align: center;
  }
}
.page-search .arrow-left {
  position: absolute;
  cursor: pointer;
  top: -60px;
  width: 16px;
  height: 16px;
  border: none;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url('../images/arrow-left.svg');
}
.page-search .search-bar .magnifier {
  background-position: left 15px top 50% !important;
}
.page-search .search-bar .search-field {
  width: 100%;
  outline: none;
  font-size: 30px;
  color: #00202E;
  font-family: 'Barlow Condensed Regular';
  padding-left: 25px;
  border: none;
  background-color: transparent;
}
.page-search .container-results .results {
  padding-top: 35px;
  padding-left: 35px;
}
.page-search .container-results .results .card-result {
  display: inline-flex;
  margin-bottom: 45px;
}
.page-search .container-results .results .card-result .image {
  margin-top: 7px;
}
.page-search .container-results .results .card-result .image.article {
  width: 19px;
  height: 23px;
  margin-right: 17px;
}
.page-search .container-results .results .card-result .image.comment {
  width: 21px;
  height: 18px;
  margin-right: 15px;
}
.page-search .container-results .results .card-result .image.book-blue {
  width: 23px;
  height: 26px;
  margin-right: 15px;
}
.page-search .container-results .results .card-result .image.podcast {
  width: 25px;
  height: 28px;
  margin-right: 14px;
}
.page-search .container-results .results .card-result .content h3 {
  font-size: 20px;
  line-height: 30px;
  color: #00202E;
  font-family: 'Playfair Display Black';
}
.page-search .container-results .results .card-result .content p {
  font-size: 16px;
  line-height: 24px;
  color: #00202E;
  font-family: 'Playfair Display Regular';
}
.page-search .container-results .results .card-result .content .author {
  font-size: 14px;
  line-height: 30px;
  color: #731022;
  font-family: 'Playfair Display Bold';
}
.page-search .container-results .results .card-result .content .author i {
  font-family: 'Playfair Display Regular';
}
.page-search .container-results .results .card-result .content .author strong {
  font-size: 14px;
  line-height: 24px;
  color: #731022;
  font-family: 'Barlow Condensed Bold';
}
.page-search .container-results .no-results {
  padding-top: 35px;
  padding-left: 35px;
  padding-bottom: 35px;
  font-size: 30px;
  line-height: 43px;
  color: #00202E;
  font-family: 'Barlow Condensed Regular';
}
.page-search .search-filter {
  display: inline-flex;
  width: 100%;
  margin-top: 50px;
}
.page-search .search-filter .filter-item {
  font-family: 'Barlow Condensed Regular';
  border: none;
  border-top: solid 1px #085475;
  border-left: solid 1px #085475;
  border-radius: 3px 3px 0 0;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #ffffff;
  font-size: 20px;
}
.page-search .search-filter .filter-item.selected {
  background-color: #EEF1F1;
}
.page-search .search-filter .filter-item:last-child {
  border-right: solid 1px #085475;
}
.page-search .content-search {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
table {
  width: 100%;
  font-size: 14px;
  border-radius-top-right: 10px;
  border-spacing: 0 5px;
  color: #707070;
}
table tr {
  height: 60px;
}
table tr td,
table tr th {
  padding: 0 20px;
  line-height: 18px;
  white-space: nowrap;
  position: relative;
  font-weight: unset;
}
table tr td.bar-end,
table tr th.bar-end {
  border-right: 5px solid rgba(51, 51, 51, 0.19);
}
table tr td .link-absolute,
table tr th .link-absolute {
  position: absolute;
  inset: 0;
}
table thead {
  color: #ffffff;
  background-color: #00202E;
}
table tbody tr {
  background-color: #D3D9DF;
}
table .orderly {
  cursor: pointer;
  position: relative;
}
table .orderly.desc:after,
table .orderly.asc:after {
  content: ' ';
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../images/arrow-down.svg');
  background-image: -webkit-image-set(url('../images/arrow-down.svg'));
  background-image: -moz-image-set(url('../images/arrow-down.svg'));
  background-image: -o-image-set(url('../images/arrow-down.svg'));
  background-image: -ms-image-set(url('../images/arrow-down.svg'));
  background-image: image-set(url('../images/arrow-down.svg'));
  transition: transform ease-in-out 200ms;
}
table .orderly.asc:after {
  transform: rotate(180deg);
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  scrollbar-width: thin;
  scrollbar-color: #F7DBC1 #707070;
}
.table-responsive::-webkit-scrollbar {
  height: 10px;
}
.table-responsive::-webkit-scrollbar-track {
  background: #F7DBC1;
  border-radius: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 10px;
}
.list-block {
  height: 215px;
  padding: 30px 100px;
  margin-bottom: 30px;
  border-top-right-radius: 20px;
}
div > .list-block:last-child {
  margin-bottom: 0;
}
.list-block .info p {
  font-size: 14px;
  line-height: 18px;
  color: #707070;
  font-family: 'Barlow Condensed Medium';
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-block .info p:last-child {
  margin-bottom: 0;
}
.list-block:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #7D4E0C;
  background-image: url("../images/arrow-right-next.svg");
}
.list-block .link-absolute {
  position: absolute;
  inset: 0;
}
@media (max-width: 767px) {
  .block {
    padding: 30px;
  }
}
.tooltip {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.tooltip img {
  vertical-align: middle;
}
.tooltip .tooltiptext {
  position: absolute;
  left: 50%;
  bottom: 125%;
  z-index: 1;
  opacity: 0;
  padding: 5px;
  width: 150px;
  visibility: hidden;
  margin-left: -75px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  white-space: normal;
  color: #ffffff;
  background-color: #333333;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip .tooltiptext.tooltip-bottom {
  top: 135%;
  bottom: auto;
  left: 50%;
}
.tooltip .tooltiptext.tooltip-bottom::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #555 transparent;
}
#containerCommunication .copy-link-text {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1199px) {
  #containerCommunication .copy-link {
    margin-bottom: 50px;
    justify-content: unset !important;
  }
}
@media (max-width: 767px) {
  #containerCommunication .copy-link {
    align-items: unset !important;
    flex-direction: column !important;
  }
  #containerCommunication .copy-link .tooltip {
    margin-top: 5px !important;
  }
}
