@charset "UTF-8";
/**
 * Author: Kalindu Navanjana De Silva
 * Date: 10/Sep/2024
 *
 * Description: This file contains the custom styles for the iVerify Wordpress website.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.display {
  display: none;
}
@media (min-width: 1025px) {
  .display.desktop {
    display: block !important;
  }
}
@media (min-width: 501px) and (max-width: 1024px) {
  .display.tablet {
    display: block !important;
  }
}
@media (max-width: 500px) {
  .display.mobile {
    display: block !important;
  }
}

.hide {
  display: block !important;
}
@media (min-width: 1025px) {
  .hide.desktop {
    display: none !important;
  }
}
@media (min-width: 501px) and (max-width: 1024px) {
  .hide.tablet {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .hide.mobile {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .mobile.color-grey .elementor-widget-container h2 {
    color: #545463 !important;
  }
  .mobile.weight-100 .elementor-widget-container h2 {
    font-weight: 100 !important;
  }
  .mobile.weight-200 .elementor-widget-container h2 {
    font-weight: 200 !important;
  }
  .mobile.weight-300 .elementor-widget-container h2 {
    font-weight: 300 !important;
  }
  .mobile.weight-400 .elementor-widget-container h2 {
    font-weight: 400 !important;
  }
  .mobile.weight-500 .elementor-widget-container h2 {
    font-weight: 500 !important;
  }
  .mobile.weight-600 .elementor-widget-container h2 {
    font-weight: 600 !important;
  }
  .mobile.weight-700 .elementor-widget-container h2 {
    font-weight: 700 !important;
  }
  .mobile.weight-800 .elementor-widget-container h2 {
    font-weight: 800 !important;
  }
  .mobile.weight-900 .elementor-widget-container h2 {
    font-weight: 900 !important;
  }
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px;
  color: #121127;
  background-color: #F6F6F7;
  margin: 0px 0px 0px -5px !important;
  padding: 0px;
  width: 100vw;
  overflow-x: hidden;
}

.site-primary-header-wrap p {
  margin: 0px;
}

.ast-site-identity {
  padding: 0px 0px;
}

.main-navigation .sub-menu {
  width: 190px;
  border: none;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.main-navigation .sub-menu .menu-item {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #545463;
  border-bottom: 1px solid #D9D7D7;
}
.main-navigation .sub-menu .menu-item.current-menu-item {
  background-color: #F0FAFF;
}
.main-navigation .sub-menu .menu-item.current-menu-item .menu-link {
  font-weight: 600;
  color: #545463;
}

#ast-mobile-header {
  position: fixed;
  top: 0px;
  width: 100vw;
  margin: 0px 0px 0px -10px;
}
@media (max-width: 500px) {
  #ast-mobile-header .ast-custom-button-link {
    position: fixed;
    width: 100%;
    top: 64px;
    left: 0px;
    padding: 0px;
    background-color: rgba(3, 133, 202, 0.7294117647);
    text-align: center;
    z-index: 999;
    max-height: 42px;
    overflow: hidden;
    height: 0px;
  }
  #ast-mobile-header .ast-custom-button-link .ast-custom-button {
    width: -moz-fit-content;
    width: fit-content;
    margin: 9px auto;
    padding: 5px 15px;
    border-radius: 4px;
    background-color: white;
    color: #4169e1;
    font-size: 12px;
    line-height: 14.78px;
  }
}

.footer-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-container .footer-menu {
  align-self: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  padding: 0;
}
.footer-container .footer-menu li {
  margin-bottom: 5px;
}
.footer-container .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-container .footer-menu li .nav-link {
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.footer-container .footer-menu li .nav-link.active {
  color: rgba(255, 255, 255, 0.5019607843);
  font-weight: bold;
}
.footer-container .footer-menu:has(.footer-menu-2) li .nav-link {
  font-weight: 400;
}

.footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-wrapper .footer-container .footer-menu li {
  margin: 0px;
  line-height: 15px;
}
.footer-wrapper .footer-container .footer-menu li a {
  font-size: 10px;
  font-weight: 400;
}

.widget:has(.footer-container) p {
  margin: 0px;
}

#hero-section {
  max-height: calc(100vh - 150px);
}
#hero-section div {
  max-height: calc(100vh - 150px);
}
#hero-section #hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.iverify-posts-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 100px 0px 50px 0px;
  padding: 0px 20px;
}
.iverify-posts-container.section {
  margin: 0px;
  padding: 0px;
}
.iverify-posts-container.section .posts-container {
  max-width: none;
}
.iverify-posts-container.section .posts-container .page-numbers {
  display: none;
}
.iverify-posts-container.section #view-more-link {
  font-size: 26px;
  font-weight: 700;
  line-height: 15px;
  color: #4169e1;
  text-decoration: underline;
  cursor: pointer;
}
.iverify-posts-container .posts-container {
  max-width: 1128px;
  width: 100%;
}
.iverify-posts-container .posts-container .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.iverify-posts-container .posts-container .filters #post-category {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  padding: 0px 0px;
  font-size: 30px;
  font-weight: 700;
  color: #191A1B;
  line-height: 40px;
  width: 200px;
}
.iverify-posts-container .posts-container .filters #post-category option {
  font-size: 16px;
  font-weight: 500;
  color: #191A1B;
  line-height: 31.53px;
}
.iverify-posts-container .posts-container .filters .post-result {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.iverify-posts-container .posts-container .filters .post-result input[type=checkbox] {
  display: none;
}
.iverify-posts-container .posts-container .filters .post-result label {
  font-size: 13px;
  font-weight: 500;
  color: #191A1B;
  line-height: 15.23px;
  padding: 6px 10px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid rgba(18, 17, 39, 0.1215686275);
  width: -moz-max-content;
  width: max-content;
}
.iverify-posts-container .posts-container .filters .post-result input[type=checkbox]:checked + label {
  border-color: #4169e1;
  background-color: #D9F2FF;
  font-weight: 700;
}
.iverify-posts-container .posts-container .filters #post-sort {
  border: 1px solid rgba(18, 17, 39, 0.1215686275);
  border-radius: 6px;
  padding: 6px 12px 5px 12px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #121127;
  line-height: 28.8px;
  background-color: #FFFFFF;
  width: 220px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.19526%206.02827C2.45561%205.76792%202.87772%205.76792%203.13807%206.02827L8%2010.8902L12.8619%206.02827C13.1223%205.76792%2013.5444%205.76792%2013.8047%206.02827C14.0651%206.28862%2014.0651%206.71073%2013.8047%206.97108L8.4714%2012.3044C8.21106%2012.5648%207.78895%2012.5648%207.5286%2012.3044L2.19526%206.97108C1.93491%206.71073%201.93491%206.28862%202.19526%206.02827Z%22%20fill%3D%22%23121127%22%20fill-opacity%3D%220.4%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 20px;
}
.iverify-posts-container .posts-container .filters #post-sort option {
  font-size: 16px;
  font-weight: 400;
  color: #191A1B;
  line-height: 31.53px;
}
.iverify-posts-container .posts-container .posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
  justify-content: center;
}
.iverify-posts-container .posts-container .posts .post {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  min-height: 250px;
  margin: 30px 0px;
  overflow: hidden;
  cursor: pointer;
}
.iverify-posts-container .posts-container .posts .post .post-thumbnail {
  width: 100%;
  aspect-ratio: 5/3;
  background-color: #b3b3b3;
  padding: 0px;
  margin: 0px;
}
.iverify-posts-container .posts-container .posts .post .post-thumbnail img {
  width: 100%;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.iverify-posts-container .posts-container .posts .post .post-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
.iverify-posts-container .posts-container .posts .post .post-content .post-catogories {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-category {
  font-size: 16px;
  font-weight: 700;
  color: #4169e1;
  line-height: 18.75px;
  padding: 5px 0px;
  margin: 0;
}
.iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 17px;
  padding: 8px 12px;
  border-radius: 9px;
  text-transform: uppercase;
  margin: 0;
}
.iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.true, .iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.vrai, .iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.VRAI {
  background-color: #35A81B;
}
.iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.half-true, .iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.a-moitie-vrai, .iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.a-moitié-vrai, .iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.À-MOITIÉ-VRAI {
  background-color: #C8E29E;
}
.iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.unproven, .iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.non-prouve, .iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.NON-PROUVÉ, .iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.non-prouvÉ, .iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.non-prouvé {
  background-color: #F1E074;
}
.iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.misleading, .iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.errone, .iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.erronÉ, .iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.ERRONÉ, .iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.erroné {
  background-color: #EF9A51;
}
.iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.false, .iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.faux {
  background-color: #DB5454;
}
.iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.harmful, .iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag.discours-de-haine {
  background-color: #4D4D4D;
}
.iverify-posts-container .posts-container .posts .post .post-content .post-title {
  font-size: 20px;
  font-weight: 700;
  color: #121127;
  line-height: 28px;
  margin: 0px;
}
.iverify-posts-container .posts-container .posts .post .post-content .post-description {
  font-size: 16px;
  font-weight: 400;
  color: rgba(18, 17, 39, 0.5607843137);
  line-height: 28.8px;
  margin: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.iverify-posts-container .posts-container .posts .post .post-content .post-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.iverify-posts-container .posts-container .posts .post .post-content .post-meta .post-date {
  font-size: 16px;
  font-weight: 400;
  color: rgba(18, 17, 39, 0.5607843137);
  line-height: 16.41px;
}
.iverify-posts-container .posts-container .posts .post .post-content .post-meta .post-link svg {
  width: 28.53px;
  height: 24.96px;
  color: #4169e1;
}
.iverify-posts-container .posts-container .posts .post .post-content .post-excerpt {
  font-size: 16px;
  font-weight: 400;
  color: #191A1B;
  line-height: 18.75px;
}
.iverify-posts-container .posts-container .posts .post .post-content .post-read-more {
  font-size: 16px;
  font-weight: 700;
  color: #4169e1;
  line-height: 18.75px;
  text-align: right;
  cursor: pointer;
}
.iverify-posts-container .posts-container .page-numbers {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  list-style: none;
  padding: 0;
}
.iverify-posts-container .posts-container .page-numbers li {
  margin: 0 5px;
  font-size: 13px;
  font-weight: 600;
  line-height: 15.23px;
}
.iverify-posts-container .posts-container .page-numbers li a,
.iverify-posts-container .posts-container .page-numbers li span {
  width: 32px;
  height: 32px;
  color: #333333;
  padding: 7px;
  text-decoration: none;
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  display: block;
  text-align: center;
}
.iverify-posts-container .posts-container .page-numbers li a.next, .iverify-posts-container .posts-container .page-numbers li a.prev,
.iverify-posts-container .posts-container .page-numbers li span.next,
.iverify-posts-container .posts-container .page-numbers li span.prev {
  width: auto;
  padding: 8px 10px;
}
.iverify-posts-container .posts-container .page-numbers li .current {
  padding: 10px;
  background-color: #4169e1;
  color: #ffffff;
}
.iverify-posts-container .posts-container .page-numbers li a:hover {
  background-color: #4169e1;
  color: #ffffff;
  border-color: #4169e1;
  cursor: pointer;
}
.iverify-posts-container .posts-container #view-more {
  display: none;
}
@media (max-width: 500px) {
  .iverify-posts-container .posts-container .filters {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 10px;
  }
  .iverify-posts-container .posts-container .filters #post-category {
    width: 60%;
    font-size: 12px;
    line-height: 21.6px;
    color: #545463;
  }
  .iverify-posts-container .posts-container .filters .post-result {
    flex-wrap: wrap;
    gap: 8px;
  }
  .iverify-posts-container .posts-container .filters .post-result label {
    font-size: 12px;
    line-height: 14.06px;
    padding: 5px 10px;
    color: #545463;
  }
  .iverify-posts-container .posts-container .filters #post-sort {
    width: 50%;
    font-size: 12px;
    line-height: 14px;
    height: 30px;
  }
  .iverify-posts-container .posts-container .posts {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 10px;
  }
  .iverify-posts-container .posts-container .posts .post .post-content {
    padding: 24px;
  }
  .iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-category {
    font-size: 16px;
    line-height: 18.75px;
    padding: 5px 0px;
  }
  .iverify-posts-container .posts-container .posts .post .post-content .post-catogories .post-tag {
    font-size: 14px;
    line-height: 18px;
    padding: 7px 10px;
    border-radius: 8px;
  }
  .iverify-posts-container .posts-container .posts .post .post-content .post-title {
    font-size: 20px;
    line-height: 28px;
  }
  .iverify-posts-container .posts-container .posts .post .post-content .post-description {
    font-size: 16px;
    line-height: 28.8px;
  }
  .iverify-posts-container .posts-container .posts .post .post-content .post-meta .post-date {
    font-size: 16px;
    line-height: 28.8px;
  }
  .iverify-posts-container .posts-container .page-numbers {
    display: none;
  }
  .iverify-posts-container .posts-container .page-numbers li a,
  .iverify-posts-container .posts-container .page-numbers li span {
    width: 24px;
    height: 24px;
    font-size: 12px;
    padding: 4px;
  }
  .iverify-posts-container .posts-container .page-numbers li a.next, .iverify-posts-container .posts-container .page-numbers li a.prev,
  .iverify-posts-container .posts-container .page-numbers li span.next,
  .iverify-posts-container .posts-container .page-numbers li span.prev {
    padding: 4px 10px;
  }
  .iverify-posts-container .posts-container .page-numbers li .current {
    padding: 4px;
  }
  .iverify-posts-container .posts-container #view-more {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    text-align: center;
    color: #4169e1;
    text-decoration: underline;
    cursor: pointer;
  }
  .iverify-posts-container.section #view-more-link {
    font-size: 14px;
    line-height: 15px;
  }
}

.ast-container:has(#article) {
  max-width: none !important;
  padding: 0px;
}
.ast-container:has(#article) #primary {
  margin: 0px;
}
.ast-container:has(#article) #main {
  display: flex;
  justify-content: center;
}
.ast-container:has(#article) article {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 1600px !important;
  padding: 50px 130px 130px 130px;
  margin: 0px;
}
.ast-container:has(#article) article .article-header {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0px;
  margin-bottom: 80px !important;
}
.ast-container:has(#article) article .article-header .article-thumbnail {
  width: 100%;
  aspect-ratio: 2.2;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #b3b3b3;
  padding: 0px;
  margin: 0px;
  border-radius: 12px;
  overflow: hidden;
}
.ast-container:has(#article) article .article-header .article-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ast-container:has(#article) article .article-header .title-card {
  position: absolute;
  bottom: -70px;
  left: 70px;
  max-width: 600px;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0px 12px 24px -6px rgba(24, 26, 42, 0.1215686275);
}
.ast-container:has(#article) article .article-header .title-card .article-categories {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.ast-container:has(#article) article .article-header .title-card .article-categories .article-category {
  font-size: 20px;
  font-weight: 500;
  background-color: #4169e1;
  color: #ffffff;
  line-height: 20px;
  padding: 8px 20px;
  margin: 0;
  border-radius: 6px;
}
.ast-container:has(#article) article .article-header .title-card .article-categories .article-status {
  font-size: 36px;
  font-weight: 700;
  color: #000000;
  line-height: 44px;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2509803922);
}
.ast-container:has(#article) article .article-header .title-card .article-categories .article-status.true, .ast-container:has(#article) article .article-header .title-card .article-categories .article-status.vrai, .ast-container:has(#article) article .article-header .title-card .article-categories .article-status.VRAI {
  color: #35A81B;
}
.ast-container:has(#article) article .article-header .title-card .article-categories .article-status.half-true, .ast-container:has(#article) article .article-header .title-card .article-categories .article-status.a-moitie-vrai, .ast-container:has(#article) article .article-header .title-card .article-categories .article-status.a-moitié-vrai, .ast-container:has(#article) article .article-header .title-card .article-categories .article-status.À-MOITIÉ-VRAI {
  color: #C8E29E;
}
.ast-container:has(#article) article .article-header .title-card .article-categories .article-status.unproven, .ast-container:has(#article) article .article-header .title-card .article-categories .article-status.non-prouve, .ast-container:has(#article) article .article-header .title-card .article-categories .article-status.NON-PROUVÉ, .ast-container:has(#article) article .article-header .title-card .article-categories .article-status.non-prouvÉ, .ast-container:has(#article) article .article-header .title-card .article-categories .article-status.non-prouvé {
  color: #F1E074;
}
.ast-container:has(#article) article .article-header .title-card .article-categories .article-status.misleading, .ast-container:has(#article) article .article-header .title-card .article-categories .article-status.errone, .ast-container:has(#article) article .article-header .title-card .article-categories .article-status.erronÉ, .ast-container:has(#article) article .article-header .title-card .article-categories .article-status.ERRONÉ, .ast-container:has(#article) article .article-header .title-card .article-categories .article-status.erroné {
  color: #EF9A51;
}
.ast-container:has(#article) article .article-header .title-card .article-categories .article-status.false, .ast-container:has(#article) article .article-header .title-card .article-categories .article-status.faux {
  color: #DB5454;
}
.ast-container:has(#article) article .article-header .title-card .article-categories .article-status.harmful, .ast-container:has(#article) article .article-header .title-card .article-categories .article-status.discours-de-haine {
  color: #4D4D4D;
}
.ast-container:has(#article) article .article-header .title-card .article-title {
  font-size: 36px;
  font-weight: 700;
  color: #191A1B;
  line-height: 42.19px;
  margin: 0px;
}
.ast-container:has(#article) article .article-header .title-card .article-info {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
}
.ast-container:has(#article) article .article-header .title-card .article-info .article-author {
  font-size: 16px;
  font-weight: 500;
  color: #97989F;
  line-height: 24px;
  margin: 0;
}
.ast-container:has(#article) article .article-header .title-card .article-info .article-date {
  font-size: 16px;
  font-weight: 400;
  color: #97989F;
  line-height: 24px;
  margin: 0;
}
.ast-container:has(#article) article .article-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ast-container:has(#article) article .article-section.boxed {
  padding: 62px 34px;
  border-radius: 12px;
  border-left: 4px solid #E8E8EA;
  background-color: #F6F6F7;
}
.ast-container:has(#article) article .article-section.social {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.ast-container:has(#article) article .article-section.social p {
  font-size: 20px;
  font-weight: 700;
  color: #3B3C4A;
  line-height: 26px;
  text-align: center;
}
.ast-container:has(#article) article .article-section h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #181A2A;
}
.ast-container:has(#article) article .article-section .social-links {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.ast-container:has(#article) article .article-section .social-links a {
  font-size: 20px;
  color: #181A2A;
  line-height: 26px;
  cursor: pointer;
}
.ast-container:has(#article) article .article-section .social-links a svg {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}
.ast-container:has(#article) article .article-section h3 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
  border-bottom: 2px solid #4169e1;
  width: -moz-fit-content;
  width: fit-content;
}
.ast-container:has(#article) article .article-section p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: #3B3C4A;
  margin-bottom: 0px;
}
.ast-container:has(#article) article .article-section .article-content-wrapper {
  width: 100%;
  margin: 0px;
  padding: 0px;
  display: block;
  overflow: hidden;
  text-wrap: wrap;
  line-height: 30px;
}
.ast-container:has(#article) .featured-posts-container {
  display: flex;
  justify-content: center;
  background-color: #F6F6F7;
  margin: 0px;
}
.ast-container:has(#article) .featured-posts-container .featured-posts {
  max-width: 1600px !important;
  padding: 50px 130px 130px 130px;
  margin: 0px;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-heading {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  color: #181A2A;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 18px;
  justify-content: center;
  max-width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  min-height: 250px;
  margin: 30px 0px;
  overflow: hidden;
  cursor: pointer;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-thumbnail {
  width: 100%;
  aspect-ratio: 5/3;
  background-color: #b3b3b3;
  padding: 0px;
  margin: 0px;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-thumbnail img {
  width: 100%;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-category {
  font-size: 16px;
  font-weight: 700;
  color: #4169e1;
  line-height: 18.75px;
  padding: 5px 0px;
  margin: 0;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 17px;
  padding: 8px 12px;
  border-radius: 9px;
  text-transform: uppercase;
  margin: 0;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.true, .ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.vrai, .ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.VRAI {
  background-color: #35A81B;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.half-true, .ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.a-moitie-vrai, .ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.a-moitié-vrai, .ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.À-MOITIÉ-VRAI {
  background-color: #C8E29E;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.unproven, .ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.non-prouve, .ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.NON-PROUVÉ, .ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.non-prouvÉ, .ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.non-prouvé {
  background-color: #F1E074;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.misleading, .ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.errone, .ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.erronÉ, .ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.ERRONÉ, .ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.erroné {
  background-color: #EF9A51;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.false, .ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.faux {
  background-color: #DB5454;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.harmful, .ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-catogories .post-tag.discours-de-haine {
  background-color: #4D4D4D;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-title {
  font-size: 18px;
  font-weight: 700;
  color: #191A1B;
  line-height: 21.09px;
  margin: 0px;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-description {
  font-size: 16px;
  font-weight: 400;
  color: rgba(18, 17, 39, 0.5607843137);
  line-height: 28.8px;
  margin: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-meta .post-date {
  font-size: 16px;
  font-weight: 400;
  color: rgba(18, 17, 39, 0.5607843137);
  line-height: 16.41px;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-meta .post-link svg {
  width: 28.53px;
  height: 24.96px;
  color: #4169e1;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-excerpt {
  font-size: 16px;
  font-weight: 400;
  color: #191A1B;
  line-height: 18.75px;
}
.ast-container:has(#article) .featured-posts-container .featured-posts-list .post .post-content .post-read-more {
  font-size: 16px;
  font-weight: 700;
  color: #4169e1;
  line-height: 18.75px;
  text-align: right;
  cursor: pointer;
}
@media (max-width: 500px) {
  .ast-container:has(#article) {
    margin-top: 64px;
  }
  .ast-container:has(#article) article {
    padding: 30px 20px 20px 20px;
    gap: 16px;
    width: 100%;
  }
  .ast-container:has(#article) article .article-header {
    margin-bottom: 150px !important;
  }
  .ast-container:has(#article) article .article-header .article-thumbnail {
    aspect-ratio: 16/9;
    border-radius: 0px;
    transform: scale(1.3);
    position: relative;
  }
  .ast-container:has(#article) article .article-header .article-thumbnail::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 22, 36, 0.4);
  }
  .ast-container:has(#article) article .article-header .title-card {
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    width: 100%;
    padding: 20px;
    border-radius: 0px;
    bottom: -140px;
  }
  .ast-container:has(#article) article .article-header .title-card .article-categories {
    margin-bottom: 7px;
  }
  .ast-container:has(#article) article .article-header .title-card .article-categories .article-category {
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px;
  }
  .ast-container:has(#article) article .article-header .title-card .article-categories .article-status {
    font-size: 20px;
    line-height: 25px;
  }
  .ast-container:has(#article) article .article-header .title-card .article-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }
  .ast-container:has(#article) article .article-header .title-card .article-info {
    gap: 12px;
    margin-top: 13px;
  }
  .ast-container:has(#article) article .article-header .title-card .article-info .article-author {
    font-size: 12px;
    line-height: 15px;
  }
  .ast-container:has(#article) article .article-header .title-card .article-info .article-date {
    font-size: 12px;
    line-height: 15px;
  }
  .ast-container:has(#article) article .article-section {
    gap: 5px;
  }
  .ast-container:has(#article) article .article-section.boxed {
    padding: 20px;
  }
  .ast-container:has(#article) article .article-section.social p {
    font-size: 12px;
    line-height: 14.06px;
    font-weight: 500;
  }
  .ast-container:has(#article) article .article-section h2 {
    font-size: 12px;
    line-height: 14.06px;
  }
  .ast-container:has(#article) article .article-section .social-links {
    gap: 3px;
  }
  .ast-container:has(#article) article .article-section .social-links a {
    font-size: 20px;
    line-height: 20px;
  }
  .ast-container:has(#article) article .article-section .social-links a svg {
    width: 20px;
    height: 20px;
  }
  .ast-container:has(#article) article .article-section h3 {
    font-size: 14px;
    line-height: 15px;
  }
  .ast-container:has(#article) article .article-section p {
    font-size: 12px;
    line-height: 14.06px;
  }
  .ast-container:has(#article) article .article-section .article-content-wrapper {
    line-height: 14.06px;
  }
  .ast-container:has(#article) article .article-section .article-content-wrapper a,
  .ast-container:has(#article) article .article-section .article-content-wrapper li {
    font-size: 12px;
    line-height: 14.06px;
  }
  .ast-container:has(#article) .featured-posts-container .featured-posts {
    padding: 40px 60px 20px 60px;
  }
  .ast-container:has(#article) .featured-posts-container .featured-posts .featured-posts-heading {
    font-size: 16px;
    line-height: 22px;
  }
  .ast-container:has(#article) .featured-posts-container .featured-posts .featured-posts-list .post .post-content {
    padding: 24px;
  }
  .ast-container:has(#article) .featured-posts-container .featured-posts .featured-posts-list .post .post-content .post-catogories .post-category {
    font-size: 16px;
    line-height: 18.75px;
    padding: 5px 0px;
  }
  .ast-container:has(#article) .featured-posts-container .featured-posts .featured-posts-list .post .post-content .post-catogories .post-tag {
    font-size: 14px;
    line-height: 18px;
    padding: 7px 10px;
    border-radius: 8px;
  }
  .ast-container:has(#article) .featured-posts-container .featured-posts .featured-posts-list .post .post-content .post-title {
    font-size: 20px;
    line-height: 28px;
  }
  .ast-container:has(#article) .featured-posts-container .featured-posts .featured-posts-list .post .post-content .post-description {
    font-size: 16px;
    line-height: 28.8px;
  }
  .ast-container:has(#article) .featured-posts-container .featured-posts .featured-posts-list .post .post-content .post-meta .post-date {
    font-size: 16px;
    line-height: 28.8px;
  }
  .ast-container:has(#article) #primary {
    padding: 0;
  }
}

#about-us-floating-section {
  text-align: justify;
}
#about-us-floating-section img {
  width: 300px;
}
@media (max-width: 500px) {
  #about-us-floating-section img {
    width: 100%;
  }
}

#how-we-work-desktop {
  display: none;
}
@media (min-width: 501px) {
  #how-we-work-desktop {
    display: flex;
  }
}

.policy-page {
  position: relative;
}
.policy-page .terms-container .policy-menu {
  position: fixed;
  top: 250px;
  right: 150px;
  width: 330px;
  box-shadow: 0px 5px 31px 0px rgba(101, 116, 134, 0.2588235294);
  background-color: #ffffff;
  z-index: 10;
}
.policy-page .terms-container .policy-menu .title {
  height: 66px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #D4D6D8;
  cursor: pointer;
}
.policy-page .terms-container .policy-menu .title h2 {
  font-size: 16px;
  font-weight: 700;
  color: #121127;
  line-height: 18px;
  letter-spacing: 0.03em;
  margin: 0;
  text-transform: uppercase;
}
.policy-page .terms-container .policy-menu .title svg {
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.policy-page .terms-container .policy-menu .title.collapse svg {
  transform: rotate(180deg);
}
.policy-page .terms-container .policy-menu .tags {
  padding: 0px 16px;
  margin: 0px;
  transition: all 0.3s ease-in-out;
  max-height: 60vh;
  overflow: hidden auto;
}
.policy-page .terms-container .policy-menu .tags.collapse {
  max-height: 0;
  transition: all 0.3s ease-in-out;
}
.policy-page .terms-container .policy-menu .tags .tag {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.policy-page .terms-container .policy-menu .tags .tag P {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  padding: 16px 0px;
  border-bottom: 1px solid #D4D6D8;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
}
.policy-page .terms-container .policy-menu .tags .tag P:hover {
  transform: scale3d(1.02, 1.02, 1.02);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 500px) {
  .policy-page .terms-container .policy-menu {
    top: 64px;
    right: 0px;
    width: 100%;
    box-shadow: 0px 5px 31px 0px rgba(101, 116, 134, 0.2588235294);
  }
  .policy-page .terms-container .policy-menu .title {
    padding: 17px 24px;
  }
  .policy-page .terms-container .policy-menu .title h2 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.03em;
  }
  .policy-page .terms-container .policy-menu .tags .tag P {
    font-size: 14px;
    line-height: 19.25px;
  }
}
.policy-page .content-wrapper h4 {
  font-size: 22px;
  font-weight: 700;
  color: #121127;
  line-height: 28px;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .policy-page .content-wrapper h4 {
    font-size: 16px;
  }
}
.policy-page a {
  text-decoration: none !important;
  color: #4169e1;
}

.search-form-container {
  position: relative;
  margin: 0px;
  padding: 0px;
}
.search-form-container .search-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  width: 300px;
  padding: 8px 8px 8px 10px;
  border-radius: 10px;
  background-color: rgba(250, 250, 250, 0.9294117647);
}
.search-form-container .search-form input {
  width: 260px;
  height: 22px;
  flex: 1;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  letter-spacing: -0.41px;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.search-form-container .search-results {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 396px;
  max-height: 600px;
  overflow-y: auto;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
}
.search-form-container .search-results .search-result {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  height: 84px;
  padding: 12px 10px;
  transition: 0.2s ease-out;
}
.search-form-container .search-results .search-result .search-result-thumbnail {
  width: 100px;
  height: 60px;
  background-color: #F2F2F2;
  border-radius: 4px;
  overflow: hidden;
}
.search-form-container .search-results .search-result .search-result-thumbnail img {
  width: 100px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.search-form-container .search-results .search-result .search-result-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 13px;
  width: 70%;
}
.search-form-container .search-results .search-result .search-result-content .search-result-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  letter-spacing: -0.41px;
  margin: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-form-container .search-results .search-result .search-result-content .search-result-excerpt {
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  text-align: left;
  margin: 0px;
  color: rgba(18, 17, 39, 0.5607843137);
}
.search-form-container .search-results .search-result:hover {
  background-color: rgba(3, 132, 202, 0.368627451);
  height: 84px;
  transition: 0.3s ease-out;
}
.search-form-container .search-results #not-found {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  letter-spacing: -0.41px;
  margin: 0px;
  text-align: center;
}
.search-form-container.mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6392156863);
  padding: 100px 15px 15px 15px;
}
.search-form-container.mobile .close-icon {
  position: absolute;
  top: 60px;
  right: 10px;
  cursor: pointer;
}
.search-form-container.mobile .search-form {
  width: 100%;
  padding: 8px 8px 8px 10px;
  border-radius: 6px;
  background-color: #FFFFFF;
  margin: 10px 0px 10px 0px;
}
.search-form-container.mobile .search-form input {
  width: 100%;
  height: 22px;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.41px;
  border: none;
  outline: none;
  box-shadow: none;
}
.search-form-container.mobile .search-results {
  top: 0px;
  position: relative;
  width: 100%;
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
}
.search-form-container.mobile .search-results .search-result {
  height: 84px;
  padding: 12px 10px;
  transition: 0.2s ease-out;
}
.search-form-container.mobile .search-results .search-result .search-result-thumbnail {
  width: 100px;
  height: 60px;
  background-color: #F2F2F2;
  border-radius: 4px;
  overflow: hidden;
}
.search-form-container.mobile .search-results .search-result .search-result-thumbnail img {
  width: 100px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.search-form-container.mobile .search-results .search-result .search-result-content {
  gap: 13px;
  width: 70%;
}
.search-form-container.mobile .search-results .search-result .search-result-content .search-result-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  letter-spacing: -0.41px;
  margin: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.search-form-container.mobile .search-results .search-result .search-result-content .search-result-excerpt {
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  text-align: left;
  margin: 0px;
  color: rgba(18, 17, 39, 0.5607843137);
}
.search-form-container.mobile .search-results .search-result:hover {
  background-color: rgba(3, 132, 202, 0.368627451);
  height: 84px;
  transition: 0.3s ease-out;
}
.search-form-container.mobile .search-results #not-found {
  font-size: 14px;
  font-weight: 500;
  line-height: 16.41px;
  letter-spacing: -0.41px;
  margin: 0px;
  text-align: center;
}

.request-form-container .request-form-field {
  margin-bottom: 40px;
  width: 100%;
}
.request-form-container .request-form-field label {
  font-size: 16px;
  font-weight: 700;
  color: #101828;
  line-height: 18.75px;
  letter-spacing: 0.15px;
}
.request-form-container .request-form-field label span {
  color: #F16136;
}
.request-form-container .request-form-field input,
.request-form-container .request-form-field textarea,
.request-form-container .request-form-field select {
  width: 100%;
  height: 58px;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  background-color: rgba(239, 241, 249, 0.6);
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #000000;
  line-height: 18.75px;
  margin-top: 13px;
}
.request-form-container .request-form-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2217%22%20viewBox%3D%220%200%2016%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.19526%206.02827C2.45561%205.76792%202.87772%205.76792%203.13807%206.02827L8%2010.8902L12.8619%206.02827C13.1223%205.76792%2013.5444%205.76792%2013.8047%206.02827C14.0651%206.28862%2014.0651%206.71073%2013.8047%206.97108L8.4714%2012.3044C8.21106%2012.5648%207.78895%2012.5648%207.5286%2012.3044L2.19526%206.97108C1.93491%206.71073%201.93491%206.28862%202.19526%206.02827Z%22%20fill%3D%22%23121127%22%20fill-opacity%3D%220.4%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 18px top 50%;
  background-size: 20px;
}
.request-form-container .request-form-field textarea {
  height: 87px;
  resize: none;
}
.request-form-container .request-form-field .request-form-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  height: 348px;
  border: 1px dashed rgba(0, 0, 0, 0.2509803922);
  border-radius: 10px;
  padding: 56px;
  margin-top: 13px;
}
.request-form-container .request-form-field .request-form-upload h5 {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 21.09px;
  text-align: center;
  margin-bottom: 0;
}
.request-form-container .request-form-field .request-form-upload p {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 18.75px;
  text-align: center;
  margin-bottom: 0;
}
.request-form-container .request-form-field .request-form-upload input[type=file] {
  display: none;
}
.request-form-container .request-form-field .request-form-upload label {
  background-color: #FBFDFE;
  color: #4169e1;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 5px;
  border: #4169e1 1px solid;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.request-form-container .request-form-field .request-form-upload.dragover {
  border-color: #4169e1;
  border: 1px solid;
  background-color: rgba(239, 241, 249, 0.6);
}
.request-form-container .request-form-field #preview-area .file-preview {
  display: flex;
  align-items: center;
  margin: 15px 0px 5px;
  border-radius: 10px;
  padding: 10px 0px;
}
.request-form-container .request-form-field #preview-area .file-preview .file-icon {
  font-size: 20px;
  line-height: 24px;
  height: 24px;
  width: 24px;
  color: #000000;
}
.request-form-container .request-form-field #preview-area .file-preview .file-name {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  line-height: 14.06px;
  margin-left: 10px;
  margin-bottom: 0px;
}
.request-form-container .request-form-field #preview-area .file-preview .file-link {
  font-size: 12px;
  font-weight: 400;
  color: #4169e1;
  line-height: 14.06px;
  margin-left: auto;
}
.request-form-container .request-form-field #preview-area .file-preview .file-size {
  font-size: 10px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6980392157);
  line-height: 11.72px;
  margin-left: 20px;
  margin-bottom: 0px;
  width: 50px;
  text-align: right;
  overflow: hidden;
}
.request-form-container .request-form-btn-container {
  display: flex;
  justify-content: center;
}
.request-form-container .request-form-btn-container .request-form-submit {
  background-color: #4169e1;
  color: #ffffff;
  cursor: pointer;
  padding: 14px 32px;
  border-radius: 8px;
}
.request-form-container .request-form-btn-container #loading-spinner {
  display: none;
  animation: rotate 2s linear infinite;
}
.request-form-container .request-form-btn-container #loading-spinner .active {
  display: block;
}
@media screen and (max-width: 500px) {
  .request-form-container .request-form-field {
    margin-bottom: 20px;
    line-height: 14.06px;
  }
  .request-form-container .request-form-field label {
    font-size: 12px;
    line-height: 14.06px;
  }
  .request-form-container .request-form-field input,
  .request-form-container .request-form-field textarea,
  .request-form-container .request-form-field select {
    height: 40px;
    font-size: 12px;
    line-height: 14.06px;
    margin-top: 10px;
  }
  .request-form-container .request-form-field textarea {
    height: 87px;
  }
  .request-form-container .request-form-field .request-form-upload {
    height: 200px;
    padding: 20px;
  }
  .request-form-container .request-form-field .request-form-upload h5 {
    font-size: 14px;
    line-height: 16.41px;
  }
  .request-form-container .request-form-field .request-form-upload p {
    font-size: 12px;
    line-height: 14.06px;
  }
  .request-form-container .request-form-field .request-form-upload label {
    font-size: 12px;
    line-height: 14.06px;
    padding: 9px 12px;
  }
  .request-form-container .request-form-btn-container .request-form-submit {
    font-size: 14px;
    line-height: 16.41px;
  }
}

.fact-check-progress {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
.fact-check-progress .milestones {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding: 0 20px;
}
.fact-check-progress .milestones .milestone {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.fact-check-progress .milestones .milestone .milestone-icon {
  height: 34px;
  width: 34px;
  padding: 10px;
  border-radius: 50px;
  background-color: #EAECF0;
  color: #767676;
  font-size: 18px;
  line-height: 21.09px;
  font-weight: 700;
  text-align: center;
}
.fact-check-progress .milestones .milestone .milestone-icon p {
  margin: -2px 0 0 0;
}
.fact-check-progress .milestones .milestone .milestone-title {
  position: absolute;
  top: 50px;
  left: 17px;
  width: 500%;
  font-size: 16px;
  font-weight: 400;
  color: #767676;
  line-height: 18.75px;
  text-align: center;
  letter-spacing: 0.15px;
  transform: translate(-50%, 0%);
}
.fact-check-progress .milestones .milestone.completed .milestone-icon {
  color: #ffffff;
  background-color: #4169e1;
}
.fact-check-progress .milestones .milestone.completed .milestone-title {
  color: #101828;
  font-weight: 500;
}
.fact-check-progress .milestones .line {
  width: 100%;
  height: 3px;
  margin: 0px 15px;
  background-color: #EAECF0;
}
.fact-check-progress .milestones .line.completed {
  background-color: #4169e1;
}
@media (max-width: 500px) {
  .fact-check-progress {
    height: auto;
    margin: 40px 0px;
  }
  .fact-check-progress .milestones {
    flex-direction: column;
    width: 50%;
    gap: 5px;
    padding: 0px;
  }
  .fact-check-progress .milestones .milestone {
    flex-direction: column;
  }
  .fact-check-progress .milestones .milestone .milestone-title {
    position: initial;
    transform: initial;
    font-size: 14px;
    line-height: 16.41px;
    color: #545463;
    width: auto;
  }
  .fact-check-progress .milestones .line {
    width: 1px;
    height: 35px;
    background-color: #D9D9D9;
    margin: 3px 0px;
  }
}

.pum-container {
  padding: 50px 20px !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) !important;
  border-radius: 12px !important;
  background-color: #4169e1 !important;
}
.pum-container p {
  margin: 0;
}
.pum-container .popup {
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.pum-container .popup .popup-title {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  line-height: 28px;
  margin: 0px;
  text-align: center;
}
.pum-container .popup .popup-description {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 25.2px;
  text-align: center;
  margin: 0px;
}
.pum-container .popup .social-media-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.pum-container .popup .social-media-icons a {
  font-size: 27px;
  color: #ffffff;
  line-height: 28px;
}
.pum-container .popup .social-media-icons a svg {
  width: 27px;
  height: 27px;
  cursor: pointer;
}
.pum-container .popup .popup-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.pum-container .popup .popup-cta .popup-cta-btn {
  background-color: #ffffff;
  color: #4169e1;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  padding: 14px 32px;
  border-radius: 8px;
  cursor: pointer;
}
.pum-container .popup#contact-popup {
  gap: 8px;
}
.pum-container .popup#contact-popup .popup-title {
  font-size: 14px;
  font-weight: 600;
  color: #4169e1;
  line-height: 23.8px;
  letter-spacing: 0.8px;
  text-align: left;
}
.pum-container .popup#contact-popup .popup-description {
  font-size: 14px;
  font-weight: 400;
  color: #121127;
  line-height: 19.6px;
  text-align: justify;
}
.pum-container .popup#contact-popup #contact-mail {
  font-size: 20px;
  font-weight: 700;
  color: rgba(18, 17, 39, 0.4);
  line-height: 28px;
  text-align: center;
  cursor: pointer;
}
.pum-container .popup#subscription-form-popup {
  align-items: center;
}
.pum-container .popup#subscription-form-popup .title {
  font-size: 16px;
  line-height: 18.75px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
.pum-container .popup#subscription-form-popup form {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  width: 90%;
}
.pum-container .popup#subscription-form-popup form input {
  height: 48px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28.8px;
  border-radius: 8px;
  font-family: "Roboto", sans-serif;
}
.pum-container .popup#subscription-form-popup form .submit-btn {
  background-color: #ffffff;
  color: #4169e1;
  font-size: 16px;
  font-weight: 600;
  line-height: 18.75px;
  padding: 14px 32px;
  border-radius: 8px;
  cursor: pointer;
}
.pum-container .popup#subscription-form-popup .info {
  font-size: 11px;
  line-height: 19.8px;
  font-weight: 400;
  text-align: center;
  color: rgba(255, 255, 255, 0.7215686275);
}
.pum-container .popup#subscription-form-popup .info a {
  color: rgba(255, 255, 255, 0.7215686275);
  text-decoration: none;
  font-weight: 700;
  font-size: 11px;
}
.pum-container .pum-close {
  position: absolute !important;
  top: 4px !important;
  left: 4px !important;
  width: 34px;
  height: 34px;
  padding: 10px;
  color: #ffffff !important;
  background-color: transparent !important;
  font-size: 30px !important;
  line-height: 30px !important;
  font-weight: 900 !important;
  box-shadow: none !important;
}
.pum-container:has(.mobile-header) {
  background-color: white !important;
  padding: 20px 20px !important;
  border-radius: 0px !important;
  left: 0px !important;
}
.pum-container:has(.mobile-header) .mobile-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #000000;
}
.pum-container:has(.mobile-header) .mobile-header .nav-item, .pum-container:has(.mobile-header) .mobile-header .nav-item a {
  font-size: 14px;
  font-weight: 700;
  line-height: 16.8px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  margin: 5px 0px;
}
.pum-container:has(.mobile-header) .mobile-header .nav-item:hover, .pum-container:has(.mobile-header) .mobile-header .nav-item.active, .pum-container:has(.mobile-header) .mobile-header .nav-item a:hover, .pum-container:has(.mobile-header) .mobile-header .nav-item a.active {
  color: #4169e1;
}
.pum-container:has(.mobile-header) .mobile-header .sub-nav-item {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  margin: 5px 0px;
  padding-left: 12px;
}
.pum-container:has(.mobile-header) .mobile-header .sub-nav-item:hover, .pum-container:has(.mobile-header) .mobile-header .sub-nav-item.active {
  color: #4169e1;
}
.pum-container:has(.mobile-header) .mobile-header .sub-nav-item p,
.pum-container:has(.mobile-header) .mobile-header .sub-nav-item a {
  display: inline;
}
.pum-container:has(.mobile-header) .mobile-header h2 {
  font-size: 14px;
  line-height: 24px;
}
.pum-container:has(.mobile-header) .pum-close {
  left: auto !important;
  right: 4px !important;
  color: #000000 !important;
}
.pum-container:has(#contact-popup) {
  padding: 28px 34px !important;
  box-shadow: 0px 20px 50px 0px rgba(18, 17, 39, 0.0784313725);
  border-radius: 16px !important;
  background-color: #ffffff !important;
}
.pum-container:has(#contact-popup) .pum-close {
  display: none !important;
}
.pum-container:has(#contact-popup) #contact-mail {
  text-decoration: underline;
}
.pum-container:has(#subscription-form-popup) {
  padding: 20px !important;
}
.pum-container:has(#request-confirmation) {
  padding: 20px !important;
  border-radius: 20px !important;
  background-color: #ffffff !important;
}
.pum-container:has(#request-confirmation) .popup {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pum-container:has(#request-confirmation) .popup .fact-check-progress {
  padding: 50px 50px 0px 50px;
  height: -moz-fit-content;
  height: fit-content;
}
.pum-container:has(#request-confirmation) .popup .divider {
  width: 100%;
  height: 1px;
  background-color: #D9DBE9;
}
.pum-container:has(#request-confirmation) .popup .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pum-container:has(#request-confirmation) .popup .content .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.pum-container:has(#request-confirmation) .popup .content .icon svg {
  width: 130px;
  height: 130px;
}
.pum-container:has(#request-confirmation) .popup .content .title {
  font-size: 24px;
  font-weight: 700;
  color: #170F49;
  line-height: 35px;
  text-align: center;
  margin: 0px;
}
.pum-container:has(#request-confirmation) .popup .content .description {
  font-size: 18px;
  font-weight: 400;
  color: rgba(18, 17, 39, 0.5607843137);
  line-height: 30px;
  text-align: center;
  margin: 0px;
}
.pum-container:has(#request-confirmation) .popup .content .cta {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.pum-container:has(#request-confirmation) .popup .content .cta .cta-btn {
  background-color: #4169e1;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  padding: 14px 32px;
  border-radius: 8px;
  cursor: pointer;
}
.pum-container:has(#request-confirmation) .pum-close {
  left: auto !important;
  right: 50px !important;
  top: 50px !important;
  color: #767676 !important;
}
@media screen and (max-width: 950px) {
  .pum-container:has(#request-confirmation) {
    right: 10px;
    width: 60vw !important;
  }
  .pum-container:has(#request-confirmation) .popup .fact-check-progress {
    padding: 20px 10px 0px 10px;
    margin: 0px;
  }
  .pum-container:has(#request-confirmation) .popup .fact-check-progress .milestones {
    flex-direction: row;
    width: 100%;
  }
  .pum-container:has(#request-confirmation) .popup .fact-check-progress .milestones .milestone {
    flex-direction: row;
    gap: 0px;
  }
  .pum-container:has(#request-confirmation) .popup .fact-check-progress .milestones .line {
    width: 100%;
    height: 3px;
    margin: 0px 5px;
  }
  .pum-container:has(#request-confirmation) .popup .content {
    gap: 10px;
  }
  .pum-container:has(#request-confirmation) .popup .content .icon {
    width: 80px;
    height: 80px;
  }
  .pum-container:has(#request-confirmation) .popup .content .icon svg {
    width: 80px !important;
    height: 80px !important;
  }
  .pum-container:has(#request-confirmation) .popup .content .title {
    font-size: 20px;
    line-height: 23.44px;
  }
  .pum-container:has(#request-confirmation) .popup .content .description {
    font-size: 16px;
    line-height: 18.75px;
  }
  .pum-container:has(#request-confirmation) .popup .content .cta .cta-btn {
    font-size: 14px;
    line-height: 16.41px;
    padding: 10px 24px;
  }
  .pum-container:has(#request-confirmation) .pum-close {
    right: 10px !important;
    top: 10px !important;
  }
}
@media screen and (max-width: 500px) {
  .pum-container:has(#request-confirmation) {
    width: 95vw !important;
    right: 10px !important;
  }
  .pum-container:has(#request-confirmation) .popup .fact-check-progress {
    padding: 20px 10px 0px 10px;
    margin: 0px;
  }
  .pum-container:has(#request-confirmation) .popup .fact-check-progress .milestones {
    flex-direction: row;
    width: 100%;
  }
  .pum-container:has(#request-confirmation) .popup .fact-check-progress .milestones .milestone {
    flex-direction: row;
  }
  .pum-container:has(#request-confirmation) .popup .fact-check-progress .milestones .line {
    width: 100%;
    height: 3px;
  }
  .pum-container:has(#request-confirmation) .popup .content {
    gap: 10px;
  }
  .pum-container:has(#request-confirmation) .popup .content .icon {
    width: 80px;
    height: 80px;
  }
  .pum-container:has(#request-confirmation) .popup .content .icon svg {
    width: 80px !important;
    height: 80px !important;
  }
  .pum-container:has(#request-confirmation) .popup .content .title {
    font-size: 20px;
    line-height: 23.44px;
  }
  .pum-container:has(#request-confirmation) .popup .content .description {
    font-size: 16px;
    line-height: 18.75px;
  }
  .pum-container:has(#request-confirmation) .popup .content .cta .cta-btn {
    font-size: 14px;
    line-height: 16.41px;
    padding: 10px 24px;
  }
  .pum-container:has(#request-confirmation) .pum-close {
    right: 10px !important;
    top: 10px !important;
  }
}
@media (max-width: 500px) {
  .pum-container {
    padding: 20px !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    width: 95vw !important;
    right: 10px !important;
    left: auto !important;
  }
  .pum-container .popup {
    gap: 16px;
  }
  .pum-container .popup .popup-title {
    font-size: 16px;
    line-height: 18.75px;
  }
  .pum-container .popup .popup-description {
    font-size: 14px;
    line-height: 19.6px;
  }
  .pum-container .popup .social-media-icons {
    gap: 10px;
  }
  .pum-container .popup .social-media-icons a {
    font-size: 20px;
    line-height: 21px;
  }
  .pum-container .popup .social-media-icons a svg {
    width: 20px;
    height: 20px;
  }
  .pum-container .popup .popup-cta {
    gap: 10px;
  }
  .pum-container .popup .popup-cta .popup-cta-btn {
    font-size: 14px;
    line-height: 16.41px;
    padding: 10px 24px;
  }
  .pum-container .popup#contact-popup {
    gap: 8px;
  }
  .pum-container .popup#contact-popup .popup-title {
    font-size: 14px;
    line-height: 19.6px;
  }
  .pum-container .popup#contact-popup .popup-description {
    font-size: 12px;
    line-height: 16.8px;
  }
  .pum-container .popup#contact-popup #contact-mail {
    font-size: 16px;
    line-height: 22.4px;
  }
  .pum-container .popup#subscription-form-popup .title {
    font-size: 14px;
    line-height: 16.41px;
  }
  .pum-container .popup#subscription-form-popup form {
    gap: 10px;
    width: 100%;
  }
  .pum-container .popup#subscription-form-popup form input {
    height: 30px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 14px;
  }
  .pum-container .popup#subscription-form-popup form .submit-btn {
    font-size: 10px;
    line-height: 12px;
    padding: 10px 10px;
  }
  .pum-container .popup#subscription-form-popup .info {
    font-size: 10px;
    line-height: 17.6px;
  }
  .pum-container:has(#subscribe-for-alerts) {
    top: calc(50vh - 150px) !important;
    padding: 20px !important;
  }
  .pum-container:has(#subscription-form-popup) {
    top: calc(50vh - 150px) !important;
    padding: 20px !important;
  }
  .pum-container:has(#social-media-popup) {
    top: calc(50vh + 30px) !important;
    padding: 20px !important;
  }
}

@media screen and (max-width: 500px) {
  #pum-645, #pum-699, #pum-69 {
    visibility: visible !important;
    z-index: 1000 !important;
  }
  #pum-645 .pum-container, #pum-699 .pum-container, #pum-69 .pum-container {
    z-index: 10000 !important;
  }
}

.back-to-top-button {
  position: fixed;
  display: none;
  bottom: 20px;
  right: 20px;
  width: 64px;
  height: 64px;
  background-color: #4169e1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4) !important;
}
.back-to-top-button svg {
  width: 34px;
  height: 34px;
  color: #ffffff;
}
.back-to-top-button.back-to-top-button--visible {
  display: flex;
}
@media (max-width: 500px) {
  .back-to-top-button {
    bottom: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
  }
  .back-to-top-button svg {
    width: 24px;
    height: 24px;
  }
}

.ssblock {
  position: absolute;
  bottom: -80px;
  justify-content: flex-end !important;
  border-radius: 5px !important;
}
.ssblock .ssplayer_wrapper {
  background: none !important;
}
.ssblock .ssplayer_content {
  background-color: #F0FAFF;
  border-radius: 3.78px !important;
  box-shadow: 0px 5px 31px 0px rgba(101, 116, 134, 0.2588235294);
  padding: 5px 7px;
}
.ssblock .ssplayer_content .ssplayer_icon_bg .ssplayer_button svg,
.ssblock .ssplayer_content .ssplayer_icon_bg ssplayer_icon_spk svg,
.ssblock .ssplayer_content .ssplayer_icon_bg ssplayer_icon_ldg svg {
  width: 30px;
  height: 30px;
  color: #4169e1 !important;
}
.ssblock .ssplayer_content .ssplayer_icon_bg .ssplayer_icon_pp_wrapper .ssplayer_icon_pp {
  background-color: #4169e1 !important;
}
.ssblock .ssplayer_content .ssplayer_icon_bg .ssplayer_icon_pp_wrapper .ssplayer_icon_spk .ss_svg_loading,
.ssblock .ssplayer_content .ssplayer_icon_bg .ssplayer_icon_pp_wrapper .ssplayer_icon_spk .ss_svg_speaker_empty {
  width: 30px;
  height: 30px;
  color: #4169e1 !important;
}
.ssblock .ssplayer_content .ssplayer_icon_bg .ssplayer_icon_pp_wrapper .ssplayer_icon_ldg .ss_svg_loading {
  color: #4169e1 !important;
}
.ssblock .ssplayer_content .ssplayer_options_block {
  bottom: 0px;
}
.ssblock .ssplayer_content svg.ss_svg_dots {
  color: #000000 !important;
}
.ssblock .ssplayer_content .ssplayer_txt_wrapper {
  width: 167px;
}
.ssblock .ssplayer_content .ssplayer_txt_wrapper .ssp_txt {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.75px;
  text-align: center;
  color: #4E4E4E;
  text-wrap: wrap;
  text-shadow: none;
}
@media (max-width: 500px) {
  .ssblock .ssplayer_content .ssplayer_txt_wrapper .ssp_txt {
    font-size: 12px;
    line-height: 14.06px;
  }
}
@media (max-width: 500px) {
  .ssblock {
    bottom: -200px;
    right: -30px;
    transform-origin: top right;
    transform: scale(0.8);
  }
}

.rht_icon_wrapper_element {
  display: none !important;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=custom.css.map */