/* cmsms stylesheet: Alfac modified: Friday, July 25, 2025 3:20:48 PM */
:root {
  --midnight-blue: #000059;
  --royal-blue: #347bfc;
  --white: white;
  --gold: #ffcc01;
  --dodger-blue: #57acf8;
  --dark-slate-blue: #374568;
  --alice-blue: #f0f5fa;
  --light-steel-blue: #c5d8fc;
  --midnight-blue-2: #202442;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--midnight-blue);
  text-align: justify;
  font-family: Noto Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

h1 {
  color: var(--royal-blue);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 70px;
  font-weight: 800;
  line-height: 65px;
}

h2 {
  float: left;
  color: var(--midnight-blue);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.h2_link {
  width: 100%;
  float: left;
  color: var(--royal-blue);
  text-decoration: none;
}

.h2_link.-wfp-hover,
.h2_link:hover {
  color: var(--midnight-blue);
}

h3 {
  float: left;
  color: var(--royal-blue);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  float: left;
  border-top: 1px solid var(--royal-blue);
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  float: left;
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: var(--white);
  text-align: left;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  float: left;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  float: left;
  color: var(--midnight-blue);
  width: 100%;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

a {
  text-decoration: underline;
}

a.w--current {
  color: #ff4a5f;
}

ul {
  float: left;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 26px;
}

li {
  float: left;
  text-align: left;
  width: 100%;
  padding: 10px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--royal-blue);
  font-weight: 700;
}

.brand {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
}

.brand.w--current {
  width: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
}

.nav-link {
  background-color: var(--white);
  border-bottom: 5px solid #0000;
  line-height: 32px;
  transition: border-color .3s;
}

.nav-link:hover {
  border-bottom: 5px solid var(--gold);
  color: var(--royal-blue);
}

.nav-link.w--current {
  border-bottom: 5px solid var(--royal-blue);
  color: var(--royal-blue);
}

.navbar {
  background-color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.section_content {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  margin-top: -120px;
  padding-bottom: 60px;
}

.section_header {
  justify-content: center;
  padding-top: 100px;
}

.main-paragraph-title {
  float: left;
  color: var(--dark-slate-blue);
  text-align: left;
  object-fit: fill;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.task_summary {
  color: var(--dark-slate-blue);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.main-content-block {
  float: left;
  background-color: var(--white);
  width: 60%;
  padding: 20px 10px;
  position: sticky;
}

.big-button-link {
  float: right;
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s;
}

.big-button-link:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.big-button-link.w--current {
  background-color: var(--gold);
  color: var(--midnight-blue);
  flex-direction: column;
  align-items: center;
  font-family: Open Sans, sans-serif;
}

.logo-alfac {
  background-color: #0000;
}

.aside-intern-navigation {
  float: right;
  background-color: var(--white);
  text-align: left;
  flex-direction: column;
  align-items: flex-end;
  width: 20%;
  margin-top: 140px;
  padding-left: 40px;
  display: block;
  position: sticky;
  top: 220px;
}

.aside-page-navigation {
  float: left;
  background-color: var(--white);
  color: var(--midnight-blue);
  width: 20%;
  margin-top: 140px;
  padding-right: 40px;
  position: sticky;
  top: 220px;
}

.div-block-24 {
  float: left;
  min-width: 50px;
  min-height: 100%;
  margin-right: 10px;
}

.list-item-2 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.link-3 {
  color: var(--midnight-blue);
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s, padding .3s;
}

.link-3:hover {
  color: var(--dark-slate-blue);
  padding-left: 10px;
}

.link-3.w--current {
  color: var(--gold);
}

.line {
  float: left;
  background-color: var(--gold);
  min-width: 40px;
  min-height: 5px;
}

.list {
  list-style-type: none;
}

.top_img {
  padding-left: 100px;
}

.section_legacy {
  float: left;
  background-color: var(--midnight-blue);
  width: 100%;
  padding: 60px 20px;
}

.legacy_content {
  background-color: #0000;
  justify-content: center;
  align-items: center;
}

.legacy_left {
  float: left;
  text-align: center;
  justify-content: flex-start;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  display: flex;
}

.legacy_list_item {
  float: left;
  padding-right: 10px;
}

.link-6 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.h3partner {
  float: left;
  color: var(--royal-blue);
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  font-family: Open Sans, sans-serif;
}

.map_block {
  z-index: 2;
  float: left;
  margin-top: 40px;
  overflow: hidden;
}

.map_bullet {
  z-index: 2;
  cursor: pointer;
  width: 3em;
  position: absolute;
  inset: 0 auto auto 0;
}

.map_bullet:hover {
  transform: scale(1.4);
}

.map_bullet.fr {
  z-index: 2;
  width: 3em;
  margin-top: 29.2em;
  margin-left: 24.6em;
}

.map_bullet.be {
  margin-top: 26.8em;
  margin-left: 27.3em;
}

.map_bullet.po {
  margin-top: 36.5em;
  margin-left: 6.4em;
}

.map_bullet.pl {
  margin-top: 31.1em;
  margin-left: 42.3em;
}

.map_bullet.ge {
  margin-top: 29.3em;
  margin-left: 30.1em;
}

.map_bullet.no {
  margin-top: 13.7em;
  margin-left: 41.5em;
}

.map_bullet.li {
  margin-top: 21.1em;
  margin-left: 48.8em;
}

.card {
  float: left;
  background-color: var(--white);
  width: 100%;
  padding: 10px;
}

.p_card {
  color: var(--dark-slate-blue);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.heading {
  float: left;
  background-color: var(--royal-blue);
  color: var(--white);
  border-radius: 3px;
  width: auto;
  padding: 10px;
  font-family: Open Sans, sans-serif;
}

.cards_blocks {
  float: left;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.block_university {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.link_university {
  float: left;
  width: 200px;
  height: 200px;
}

.logo_university {
  float: left;
  color: var(--midnight-blue);
  border-radius: 3px;
}

.top_nav {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1440px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.header_container {
  max-width: 1440px;
}

.content_container {
  max-width: 1440px;
  padding: 20px 20px 60px;
}

.footer_container {
  max-width: 1440px;
}

.image {
  width: 30%;
}

.div_block_header {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.news_title_link {
  float: left;
  color: var(--midnight-blue);
  text-align: left;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.news_title_link:hover {
  color: var(--royal-blue);
}

.id_links_name.link {
  float: left;
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.id_links_name.link:hover {
  background-color: var(--midnight-blue);
}

.social_block {
  float: left;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.block_img {
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text_legend {
  float: right;
  border-bottom: 2px solid var(--alice-blue);
  background-color: var(--white);
  box-shadow: 0 10px 20px -5px var(--light-steel-blue);
  color: var(--midnight-blue);
  text-align: justify;
  width: 70%;
  margin-top: -40px;
  margin-right: 30px;
  padding: 30px;
  font-size: 14px;
  font-style: italic;
  line-height: 26px;
}

.illustration_img {
  float: left;
}

.banner {
  background-color: var(--white);
  color: var(--royal-blue);
  width: 120%;
  margin-left: -30px;
  padding: 30px;
  font-size: 24px;
  line-height: 28px;
  overflow: hidden;
}

.inner_container {
  align-items: center;
  width: 5000px;
  font-family: Open Sans, sans-serif;
}

.banner_section {
  overflow: hidden;
}

.link-block-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.block_see_all {
  float: right;
  width: 100%;
  margin-top: -140px;
}

.blue_links {
  color: var(--royal-blue);
}

.text-block {
  float: left;
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

.small_news_block {
  float: left;
  border-top: 5px solid var(--gold);
  border-bottom: 2px solid var(--alice-blue);
  background-color: var(--white);
  box-shadow: 0 10px 20px -5px var(--light-steel-blue);
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 20px;
  display: block;
}

.small_news_block.events {
  box-shadow: 0 10px 20px -5px var(--light-steel-blue);
  border-top: 0 #0000;
  border-bottom-style: solid;
  margin-top: 20px;
  padding-top: 0;
}

.socials_index {
  float: left;
  text-align: center;
  width: 100%;
}

.social_link {
  background-color: var(--royal-blue);
  border-radius: 40px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin: 10px;
  padding: 7px 10px 10px;
}

.social_link:hover {
  background-color: var(--midnight-blue);
}

.social_link.footer {
  box-shadow: none;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: var(--gold);
}

.text-block-2 {
  float: left;
  background-color: var(--gold);
  color: var(--midnight-blue);
  text-align: left;
  margin-top: -44px;
  margin-left: 20px;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.list-item-3 {
  margin-bottom: 20px;
}

.list-2 {
  float: right;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-7 {
  float: left;
  background-color: var(--royal-blue);
  color: var(--white);
  text-align: right;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
}

.link-7:hover {
  background-color: var(--midnight-blue);
}

.link-7.w--current {
  background-color: var(--gold);
  color: var(--midnight-blue);
  text-align: right;
}

.div_block_left {
  float: left;
  width: 20%;
  min-width: 20%;
  min-height: 50px;
}

.div_block_right {
  float: right;
  width: 20%;
  min-width: 20%;
  min-height: 30px;
}

.title_container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer_text_link {
  color: var(--white);
  text-decoration: none;
}

.footer_text_link:hover {
  color: var(--gold);
}

.columns-2 {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.summary_paragraph {
  float: left;
  color: var(--midnight-blue);
  text-align: justify;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-35 {
  float: left;
  text-align: left;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}

.news_line_block {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.news_line {
  float: left;
  background-color: var(--gold);
  min-width: 30%;
  min-height: 5px;
}

.categories_block {
  float: left;
  width: 100%;
}

.social_icons {
  text-align: center;
}

.link_block_more {
  float: right;
  background-color: var(--royal-blue);
  color: var(--royal-blue);
  border-radius: 25px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  padding: 7px 10px 10px;
}

.link_block_more:hover {
  background-color: var(--midnight-blue);
  color: var(--dark-slate-blue);
}

.div_block_more {
  float: left;
  border-top: 5px solid var(--light-steel-blue);
  border-bottom: 2px solid var(--alice-blue);
  box-shadow: 0 10px 20px -5px var(--light-steel-blue);
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.div_block_more:hover {
  color: var(--dark-slate-blue);
}

.text_block_more {
  float: left;
  color: var(--royal-blue);
  flex: 1;
  width: 80%;
  margin-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.div_block_eu {
  float: left;
  text-align: center;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.link_block_eu {
  float: left;
  background-color: var(--midnight-blue);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.eu_p {
  float: right;
  background-color: var(--alice-blue);
  text-align: justify;
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.id_links {
  border-radius: 300px;
}

.paragraph-6 {
  color: var(--dark-slate-blue);
}

.co-funded {
  width: 100%;
}

.block_cats_date {
  margin-bottom: 20px;
}

.table {
  float: left;
  border: 1px solid var(--royal-blue);
  background-color: #fff;
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.th {
  text-align: center;
  background-color: #f0f5fa;
  padding: 10px;
  font-size: 14px;
}

.th.left {
  border-right: 1px solid var(--royal-blue);
  width: 30%;
}

.th.right {
  border-left: 1px solid var(--royal-blue);
  width: 20%;
}

.caption {
  text-align: left;
  padding: 10px;
  font-weight: 700;
}

.td {
  padding: 5px 10px;
}

.td.left {
  border-right: 1px solid #357cfc;
}

.tr {
  border-top: 1px solid var(--royal-blue);
}

.table_p {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 20px;
}

.div_table_block {
  float: left;
  align-items: center;
  width: 100%;
  display: flex;
}

.img_picto {
  object-fit: cover;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.tbody {
  padding: 0;
}

.div_page_break {
  float: left;
  background-color: #fff;
  width: 100%;
  height: 5px;
}

.sub_title {
  background-color: var(--white);
  color: var(--midnight-blue);
  text-align: right;
  letter-spacing: -1px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}

.list_table {
  font-size: 14px;
  line-height: 20px;
}

.div_footer {
  text-align: center;
}

.li-a {
  color: var(--royal-blue);
  text-decoration: none;
}

.container {
  flex-flow: wrap;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 595.276px;
  height: 841.89px;
  display: flex;
}

.tags {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.return-link {
  background-color: var(--royal-blue);
  color: var(--white);
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.return-link:hover {
  background-color: var(--midnight-blue);
}

.heading-3 {
  padding-top: 20px;
}

.link_text {
  color: var(--midnight-blue);
}

.link_text:hover {
  color: var(--royal-blue);
}

.heading-4 {
  padding-bottom: 60px;
}

.div_title {
  float: right;
  width: 100%;
  margin-top: 88%;
  padding-right: 70px;
  position: static;
  inset: auto 0% 0%;
}

.cover {
  background-image: url('../images/Couv_guidelines_Alfac1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 793.694px;
  min-width: 793.69px;
  max-width: 793.69px;
  height: 1122.52px;
  min-height: 1122.52px;
  max-height: 1122.52px;
  margin-left: auto;
  margin-right: auto;
}

.couv_title {
  letter-spacing: -2px;
}

.column_intertwined_left {
  position: relative;
}

.column_intertwined_right {
  padding-left: 20px;
  padding-right: 20px;
}

.video_block {
  width: 100%;
  height: auto;
  margin-top: 110px;
}

.div_block_intertwined {
  float: left;
  width: 100%;
  padding: 40px;
}

.h4_video {
  border-top-style: none;
  padding-bottom: 10px;
}

.contactus {
  float: left;
  border: 1px solid var(--midnight-blue);
  background-color: var(--gold);
  width: 100%;
  margin-top: 40px;
  padding: 10px;
  font-size: 14px;
  line-height: 24px;
}

.tagslink {
  float: left;
  color: var(--midnight-blue);
  text-align: left;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.tagslink:hover {
  background-color: var(--gold);
  color: var(--midnight-blue);
}

.tagslink.motor {
  background-color: #6ceaf5;
}

.tagslink.motor:hover {
  background-color: var(--gold);
}

.tagslink.psycho {
  background-color: #57acf8;
}

.tagslink.psycho:hover {
  background-color: var(--gold);
}

.tagslink.cognitive {
  background-color: #347bfc;
}

.tagslink.cognitive:hover {
  background-color: var(--gold);
}

.tagslink.interwined {
  background-color: var(--gold);
}



.relatedblock {
  float: left;
  border: 1px solid var(--royal-blue);
  background-color: var(--white);
  border-radius: 300px;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 20px;
}

.relatedblock:hover {
  background-color: var(--alice-blue);
}

.indicatorsblock {
  float: left;
  margin-top: 10px;
  margin-bottom: 0;
}

.div-block-38 {
  float: left;
  padding-bottom: 10px;
  padding-right: 20px;
}

.indicators {
  float: left;
  border-width: 2px;
  border-color: var(--gold);
  background-color: var(--gold);
  color: var(--midnight-blue);
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
  border-radius: 0 20px 20px 0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.relatedlinkh2 {
  float: left;
  color: var(--midnight-blue);
  width: 100%;
  text-decoration: none;
}

.relatedlinkh2:hover {
  color: var(--royal-blue);
}

.svg_nav {
  float: right;
  width: 100%;
  margin-bottom: 60px;
}

.related {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-39 {
  background-color: var(--midnight-blue);
  width: 297.638px;
  height: 420.945px;
}

.image-3 {
  width: 297.638px;
  height: 420.945px;
}

.video_intro {
  float: left;
  margin-bottom: 20px;
}

.link_contact_us {
  color: var(--midnight-blue);
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .brand.w--current {
    padding-left: 10px;
  }

  .nav-link {
    background-color: var(--white);
    position: relative;
  }

  .nav-link:hover {
    border-bottom-style: solid;
    border-bottom-color: var(--midnight-blue);
    background-color: var(--dodger-blue);
    color: var(--midnight-blue);
  }

  .nav-link.w--current {
    border-bottom-color: var(--dodger-blue);
    background-color: var(--white);
  }

  .nav-menu {
    background-color: var(--white);
    height: 100vh;
    padding-right: 0;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--dodger-blue);
  }

  .icon {
    color: #053a6a;
  }

  .section_header {
    float: left;
    padding-top: 230px;
  }

  .main-content-block {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-alfac {
    padding: 0;
  }

  .aside-intern-navigation {
    width: 50%;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .aside-page-navigation {
    width: 100%;
    margin-top: 0;
    position: static;
  }

  .top_img, .legacy_left {
    width: 100%;
  }

  .top_nav {
    align-items: center;
    display: flex;
  }

  .social_block {
    float: right;
    text-align: right;
    padding-right: 0;
  }

  .text-block {
    text-align: center;
    width: 100%;
  }

  .id_links {
    border-radius: 200px;
  }

  .div_block_intertwined {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .indicatorsblock {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .div_block_eu {
    flex-direction: column;
  }

  .link_block_eu {
    text-align: center;
    flex-direction: column;
    width: 100%;
  }

  .eu_p {
    clear: left;
    width: 100%;
  }

  .id_links {
    max-width: 80%;
    margin-bottom: 30px;
  }

  .div_block_intertwined {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    font-size: 10px;
  }

  .section_content {
    padding-right: 0;
  }

  .task_summary {
    text-align: left;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .main-content-block {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 20px;
  }

  .aside-intern-navigation {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .aside-page-navigation {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .top_img {
    margin-top: 0;
  }

  .content_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .social_block {
    text-align: center;
    flex-direction: column;
  }

  .block_see_all {
    margin-top: 0;
  }

  .div_block_intertwined {
    padding-top: 20px;
  }

  .tagslink {
    font-size: 14px;
    line-height: 20px;
  }

  .relatedblock {
    padding-left: 20px;
    padding-right: 20px;
  }

  .indicatorsblock {
    margin-bottom: 20px;
  }

  .indicators {
    font-size: 10px;
  }

  .relatedlinkh2 {
    font-size: 18px;
    font-weight: 700;
  }

  .heading-5 {
    font-size: 10px;
  }

  .heading-6 {
    padding-top: 10px;
    padding-bottom: 0;
  }
}
