:root {
  --min-height-header:135px;
  --body-login:214px;
  --bg-link-button:#0B69A6;
  --gray:#A1A6AF;
  --gray-breadcrumb:#545963;
  --gray-icon:#B1C9D7;
  --topic-tags: #E6EEF6;
  --bg-card:#F2F6FA;
  --white: #FFF;
  --black:#032549;
  --eu-blue:#003399;
  --enisa-blue:#004F9F;
  --enisa-blue-trans:#004F9Fde;
  --enisa-blue-light:#5BC5F2;
  --enisa-red:#CB0538;
  --enisa-red-light:#EE756D;
  --enisa-green:#95C11F;
  --enisa-green-trans:#95C11Fde;
  --enisa-orange:#F9B233;
  --enisa-orange-trans:#F9B233de;
  --enisa-tag:#E6EEF6;
  --enisa-card:#F2F6FA;
  --blue-degrad:#188AA3;
  --enisa-degrad:linear-gradient(90deg, var(--blue-degrad) 0%, var(--enisa-blue) 14%, var(--enisa-blue) 83%, #188AA3 100%);
  --enisa-tool-degrad:linear-gradient(90deg, var(--blue-degrad) 0%, var(--enisa-blue) 14%, var(--enisa-blue) 50%, var(--enisa-card) 50%);
}
:root {
  --clear:"ClearSans", Arial, sans-serif;
  --clear-medium:"ClearSans-Medium", Arial, sans-serif;
  --clear-bold:"ClearSans-Bold", Arial, sans-serif;
}
:root {
  --light:"OpenSans-Light", Arial, sans-serif;
  --lightItalic:"OpenSans-LightItalic", Arial, sans-serif;
  --regular:"OpenSans", Arial, sans-serif;
  --italic:"OpenSans-Italic", Arial, sans-serif;
  --medium:"OpenSans-Medium", Arial, sans-serif;
  --mediumItalic:"OpenSans-MediumItalic", Arial, sans-serif;
  --semibold:"OpenSans-SemiBold", Arial, sans-serif;
  --semiboldItalic:"OpenSans-SemiBoldItalic", Arial, sans-serif;
  --bold:"OpenSans-Bold", Arial, sans-serif;
  --boldItalic:"OpenSans-BoldItalic", Arial, sans-serif;
  --extrabold:"OpenSans-ExtraBold", Arial, sans-serif;
  --extraboldItalic:"OpenSans-ExtraBoldItalic", Arial, sans-serif;
  --secondary: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
html {
  font-size: 10px;
}
body {
  font-size: 1.6rem;
  padding-top: var(--min-height-header);
  text-rendering: optimizeLegibility;
}
body header .header {
  top: 0;
}
body.user-logged-in {
  padding-top: var(--body-login) !important;
}
body.user-logged-in header .header {
  top: var(--drupal-displace-offset-top);
}
body.user-logged-in header .header.show-header {
  top: var(--drupal-displace-offset-top);
}
body.user-logged-in header .header.hide-header {
  top: -150px;
}
body.toggled {
  right: 0;
}
body .btn-close {
  display: none !important;
}
.overlay {
  display: none;
}
@media (max-width: 1200px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 100%;
  }
}
.contextual-region .contextual .contextual-links a, .touchevents .contextual-region .contextual .contextual-links a {
  display: block;
  margin: 0.25em 0;
  padding: 0.4em 0.6em;
  color: #333;
  background-color: #fff;
  font-family: sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-transform: initial;
}
.not-found-page {
  display: flex;
  align-items: center;
}
.not-found-page .not-found-text .region-content {
  margin: 2.2rem auto;
}
.not-found-page .not-found-image .image {
  background: url("../images/404.svg") no-repeat;
  min-width: 50rem;
  min-height: 39rem;
  background-position: center;
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  .not-found-page .not-found-image .image {
    min-width: 100%;
    min-height: 22rem;
  }
}
@media screen and (max-width: 992px) {
  .not-found-page .not-found-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.body-strategy .fade {
  display: block !important;
}
.fade {
  transition: opacity 0.15s linear !important;
  opacity: 1;
  display: none !important;
}
.sidebar-first {
  padding-right: 2.2rem;
}
@media screen and (max-width: 600px) {
  .sidebar-first {
    width: 100%;
    padding-right: 0rem;
  }
}
.content-wrapper {
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
@media screen and (max-width: 991px) {
  .content-wrapper {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}
.sidebar-second {
  padding-left: 2.2rem;
}
.sr-only {
  color: var(--black);
}
.quote-wrapper {
  display: flex;
  align-items: flex-start;
  margin: 3.8rem 3.4rem 2.2rem;
}
.quote-wrapper:before {
  content: "";
  flex: 1;
  display: block;
  width: 6rem;
  height: 6rem;
  margin: 0 1.6rem 0 0;
  padding: 0 3rem;
  background: var(--gray-icon);
  -webkit-mask-image: url("../images/quote-icon.svg");
  mask-image: url("../images/quote-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.quote-wrapper p {
  font-family: var(--semiboldItalic);
  font-size: 2.2rem;
}
.further-info {
  list-style-type: none;
  padding: 1.6rem 3.2rem 1.6rem 3.2rem;
  position: relative;
  border-top: 1px solid var(--enisa-blue);
  border-bottom: 1px solid var(--enisa-blue);
  background: var(--enisa-card);
}
.further-info:before {
  content: "Further information";
  /* flex: 1; */
  display: block;
  width: 100%;
  height: 2.6rem;
  margin: 1.6rem 0;
  padding: 0 3.6rem;
  background: url("../images/info.svg") no-repeat;
  background-size: 2.6rem;
  background-position: 0 0px;
  font-size: 1.6rem;
  font-family: var(--bold);
  text-transform: uppercase;
  letter-spacing: -1px;
  color: var(--enisa-blue);
}
.further-info li {
  display: flex;
}
.further-info li:before {
  margin: 1rem 0.2rem 0 0;
  content: "";
  min-width: 1.6rem;
  height: 1.6rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/double-arrow.svg");
  mask-image: url("../images/double-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.public-documents-block {
  border-top: 1px solid var(--enisa-blue);
  border-bottom: 1px solid var(--enisa-blue);
  background: var(--enisa-card);
  padding: 1.6rem;
  margin: 1.6rem 0;
}
.public-documents-block form, .public-documents-block form.bef-exposed-form .form--inline > .form-item {
  margin: 0;
}
.public-documents-block .documents-list ul {
  padding: 0;
}
.public-documents-block .documents-list ul li a {
  display: flex;
  font-family: var(--semibold);
}
.public-documents-block .documents-list ul li a:before {
  display: block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/pdf-icon.svg");
  mask-image: url("../images/pdf-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
  mask-size: contain;
  position: relative;
  top: 3px;
}
.public-documents-block .documents-list ul li time.datetime {
  padding: 0.6rem 0.6rem 0.6rem 2.6rem;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .public-documents-block .documents-list ul li time.datetime {
    padding: 0.4rem 0.6rem 0.4rem 1.9rem;
  }
}
.view-documents .view-content > div > ul {
  list-style-type: none;
}
.view-documents .view-content > div > ul li {
  padding: 0.8rem 0.8rem;
  border-bottom: 1px dotted var(--enisa-blue-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .view-documents .view-content > div > ul li {
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
  }
}
.view-documents .view-content > div > ul li:nth-child(2n) {
  background: var(--enisa-card);
}
.file--application-pdf {
  background-image: none !important;
  padding: 0 !important;
  display: flex !important;
}
.file--application-pdf:before {
  display: inline-block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/pdf-icon.svg");
  mask-image: url("../images/pdf-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.2rem;
  mask-size: contain;
  position: relative;
  top: 3px;
}
.file--application-pdf a {
  display: block;
}
ul.columns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
}
ul.columns > li {
  flex: 33%;
  padding: 0;
  list-style: none;
  margin-bottom: 1.6rem;
}
ul.columns > li > strong {
  background: var(--enisa-card);
  display: block;
  margin: 0 0.4rem;
  padding: 0.2rem;
}
ul.columns > li > ul {
  list-style: none;
  padding: 0;
}
ul.columns > li > ul > li {
  border-bottom: 1px dotted var(--enisa-card);
}
.view-empty {
  padding: 1.6rem 1.6rem;
  background: var(--enisa-card);
  text-align: center;
  font-family: var(--semibold);
}
@media screen and (max-width: 990px) {
  iframe {
    width: 56rem !important;
    height: 31.5rem !important;
  }
}
@media screen and (max-width: 600px) {
  iframe {
    width: 100% !important;
    height: 30rem !important;
  }
}
iframe.gh-fit {
  width: 100% !important;
  height: 20rem !important;
  background: #f2f2f2;
}
.rss-feed {
  list-style-type: none;
  background: var(--enisa-card);
  padding: 1.6rem;
  border-radius: 0.8rem 0 0.8rem 0;
}
.rss-feed li {
  margin-bottom: 1.2rem;
  font-family: var(--bold);
}
.rss-feed li p {
  margin: 0;
}
.rss-feed li a {
  font-family: var(--regular);
}
/** FORM AND FACETS **/
form {
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 991px) {
  form {
    margin: 3.2rem 0;
    background: var(--enisa-card);
    padding: 1.6rem;
  }
}
form label {
  font-family: var(--semibold);
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0;
}
form input#edit-field-expires-value-min-date, form input#edit-field-expires-value-max-date {
  width: 100%;
}
form input, form select, form option, form .form-select, form input[type=date].form-control, form input[type=time].form-control, form input[type=datetime-local].form-control, form input[type=month].form-control {
  font-family: var(--regular);
  font-size: 1.6rem;
  font-weight: 400;
  border-color: #000 !important;
}
form.bef-exposed-form .form--inline {
  display: flex;
  flex-wrap: wrap;
}
form.bef-exposed-form .form--inline > .form-item {
  float: none !important;
  flex: 1 1 0;
  margin-top: 0;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 991px) {
  form.bef-exposed-form .form--inline > .form-item {
    width: 100%;
    flex: 100%;
  }
}
@media screen and (max-width: 420px) {
  form.bef-exposed-form .form--inline .js-form-wrapper, form.bef-exposed-form .form--inline .form-wrapper {
    width: 100%;
    flex: 100%;
  }
}
form.bef-exposed-form .form--inline .js-form-wrapper legend, form.bef-exposed-form .form--inline .form-wrapper legend {
  display: none;
}
form.bef-exposed-form .form--inline .js-form-wrapper .fieldset-wrapper, form.bef-exposed-form .form--inline .form-wrapper .fieldset-wrapper {
  display: flex;
}
@media screen and (max-width: 420px) {
  form.bef-exposed-form .form--inline .js-form-wrapper .fieldset-wrapper, form.bef-exposed-form .form--inline .form-wrapper .fieldset-wrapper {
    flex-direction: column;
  }
  form.bef-exposed-form .form--inline .js-form-wrapper .fieldset-wrapper .form-item, form.bef-exposed-form .form--inline .form-wrapper .fieldset-wrapper .form-item {
    float: none;
    width: 100%;
  }
}
form.bef-exposed-form .form--inline .js-form-wrapper .fieldset-wrapper > .form-item, form.bef-exposed-form .form--inline .form-wrapper .fieldset-wrapper > .form-item {
  margin-top: 0;
  margin-bottom: 2.2rem;
}
form.bef-exposed-form .form--inline .js-form-wrapper > .form-item, form.bef-exposed-form .form--inline .form-wrapper > .form-item {
  float: none !important;
  margin-top: 0;
  margin-bottom: 1.6rem;
}
form.bef-exposed-form .form--inline .form-actions {
  width: 100%;
  flex: 100%;
  margin-top: 0;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 560px) {
  form.bef-exposed-form .form--inline .form-actions .btn-enisa {
    width: 100%;
    min-width: 100%;
    margin: 0.8rem 0 1.6rem;
  }
}
form ::-ms-input-placeholder {
  /* Edge 12-18 */
  font-family: var(--regular) !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
}
form .form-control, form .form-select {
  font-size: 1.6rem;
  border: 1px solid var(--gray);
  box-shadow: none;
}
form .form-control::placeholder, form .form-select::placeholder {
  font-style: italic !important;
  color: var(--gray);
  font-size: 1.4rem;
  opacity: 1;
}
.bef-exposed-form .form--inline > .form-item {
  float: none !important;
}
.bef-exposed-form .form--inline .js-form-wrapper > .form-item {
  float: none !important;
}
.block-facet--checkbox h2, .block-facet--checkbox h3 {
  font-size: 2.2rem !important;
  color: var(--black);
  letter-spacing: -1px !important;
  font-family: var(--semibold) !important;
}
.block-facet--checkbox .facets-widget-checkbox > ul {
  list-style-type: none;
  padding: 0;
  margin: 2.2rem 0;
}
.block-facet--checkbox .facets-widget-checkbox > ul li {
  display: flex;
  margin-bottom: 0.8rem;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.block-facet--checkbox .facets-widget-checkbox > ul li .facets-widget- ul > li {
  margin-top: 0.8rem;
}
.block-facet--checkbox .facets-widget-checkbox > ul li:hover {
  cursor: pointer;
}
.block-facet--checkbox .facets-widget-checkbox > ul li.facet-item input {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  margin: 0 0.4rem 0 0;
}
.block-facet--checkbox .facets-widget-checkbox > ul li.facet-item input[checked="checked"] {
  background: var(--enisa-blue);
}
.block-facet--checkbox .facets-widget-checkbox > ul li.facet-item input[checked="checked"] ~ label {
  font-family: var(--bold);
}
.block-facet--checkbox .facets-widget-checkbox > ul li.facet-item input[checked="checked"]:before {
  content: "V";
  width: 2rem;
  height: 2rem;
  background: #004f9f;
  position: absolute;
  font-size: 1.4rem;
  font-family: var(--bold);
  text-align: center;
  color: var(--white);
}
.block-facet--checkbox .facets-widget-checkbox > ul li.facet-item label, .block-facet--checkbox .facets-widget-checkbox > ul li.facet-item a {
  font-size: 1.4rem;
  font-family: var(--regular);
  font-weight: normal;
  color: var(--black);
  width: calc(100% - 2.4rem);
}
.block-facet--checkbox .facets-widget-checkbox > ul li.facet-item label.is-active, .block-facet--checkbox .facets-widget-checkbox > ul li.facet-item a.is-active {
  font-family: var(--bold);
}
.block-facet--checkbox .facets-widget-checkbox > ul li.facet-item label:hover, .block-facet--checkbox .facets-widget-checkbox > ul li.facet-item a:hover {
  color: var(--enisa-blue);
}
.block-facet--checkbox .facets-widget-checkbox > .facets-soft-limit-link {
  position: absolute;
  top: 0.4rem;
  right: 2rem;
  font-family: var(--semibold);
  font-size: 1.4rem;
  text-decoration: none;
}
.block-facet--checkbox .facets-widget-checkbox > .facets-soft-limit-link:after {
  content: "";
  position: relative;
  right: 0;
  top: 4px;
  margin: 0 0.8rem;
  width: 0.8rem;
  height: 1.6rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url("../images/ico-arrow.png");
}
.block-facet--checkbox .facets-widget-checkbox > .facets-soft-limit-link.open {
  border: 0;
  color: var(--black);
  background: transparent;
  font-family: var(--semibold);
  text-transform: initial;
  padding: inherit;
  display: initial;
  font-size: 1.4rem;
}
.block-facet--checkbox .facets-widget-checkbox > .facets-soft-limit-link.open:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.chosen-container-multi .chosen-choices {
  border: 0;
  padding: 0 0.3rem;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  padding: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  background: var(--topic-tags);
  color: var(--black);
  text-decoration: none;
  padding: 0.4rem 2.2rem 0.4rem 0.8rem;
  margin: 2px 4px 0px 0px;
  border-radius: 4rem;
  font-size: 1.4rem;
  position: relative;
  border: 0;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  font-size: 1.4rem;
  word-wrap: break-word;
  line-height: 1.1;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 4px;
  background-color: #fff;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.path-search .form-type-search-api-autocomplete {
  width: 100%;
  flex: 100% !important;
  margin: 0 0 1.2rem;
}
/** WEBFORMS **/
.webform-submission-form {
  width: 70%;
  margin: 1.6rem auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 990px) {
  .webform-submission-form {
    width: 100%;
  }
}
.webform-submission-form > div:nth-child(1) {
  width: 100%;
}
.webform-submission-form > div:nth-child(2), .webform-submission-form > div:nth-child(3) {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .webform-submission-form > div:nth-child(2), .webform-submission-form > div:nth-child(3) {
    width: 100%;
  }
}
.webform-submission-form > div:nth-child(4), .webform-submission-form > div:nth-child(5) {
  width: 100%;
}
.webform-submission-form .captcha {
  width: 100%;
  padding: 1.6rem 20%;
  background: var(--enisa-card);
}
@media screen and (max-width: 1024px) {
  .webform-submission-form .captcha {
    padding: 1.6rem;
  }
}
.webform-submission-form .captcha .captcha__title {
  font-size: 1.6rem;
  margin: 1.6rem 0;
}
/** PAGINATION **/
.pagination .page-item .page-link {
  border: 0;
  font-size: 1.6rem;
  border-radius: 0;
  padding: 0.8rem 1.6rem;
  margin: 0 0.2rem;
  color: var(--black) !important;
  background: var(--white) !important;
}
.pagination .page-item .page-link:hover {
  border-radius: 0;
  background: var(--white);
  border-bottom: 4px solid var(--gray);
}
.pagination .page-item.active .page-link {
  border-radius: 0;
  font-family: var(--bold);
  background: var(--white) !important;
  color: var(--enisa-blue) !important;
  border-bottom: 4px solid var(--enisa-blue);
}
.pagination .page-item.active .page-link.disabled span {
  color: var(--black) !important;
}
/** HEADERS **/
h1 {
  font-size: 3.2rem;
  font-family: var(--bold);
  letter-spacing: -1px;
  margin-bottom: 1.4rem;
}
h2 {
  font-size: 2.6rem;
  font-family: var(--bold);
  letter-spacing: -1px;
  color: var(--black);
}
h2.white {
  color: var(--white);
}
h2.paragraph {
  font-size: 1.6rem !important;
  letter-spacing: -1px !important;
  font-family: var(--regular);
  text-transform: uppercase;
}
h3 {
  font-size: 2.2rem;
  font-family: var(--bold);
  letter-spacing: -1px;
  color: var(--enisa-blue);
}
h3 a {
  color: var(--black);
  text-decoration: none;
}
h3 a:hover {
  color: var(--enisa-blue);
}
h3.white {
  color: var(--white);
}
h3.white a:hover {
  opacity: 0.6;
}
h4 {
  font-size: 2.2rem;
  font-family: var(--semibold);
  letter-spacing: -1px;
  color: var(--black);
}
h4.white {
  color: var(--white);
}
.path-node .main h2 {
  margin: 3.2rem 0 1.6rem;
  font-size: 2.2rem;
  letter-spacing: -2px;
}
.path-node .main h2:nth-child(1) {
  margin: 1.6rem 0 1.6rem;
  font-size: 3.2rem;
}
.path-node .main h3 {
  font-family: var(--semibold);
  margin: 2.8rem 0 1.6rem;
  font-size: 2.2rem;
  letter-spacing: -2px;
}
.path-node.page-node-type-basic-page .main h2 {
  margin: 3.2rem 0 1.6rem;
  font-size: 3.2rem;
  letter-spacing: -2px;
}
.block-topic-taxonomy-menu-block h2 {
  margin-bottom: 0 !important;
  font-size: 1.6rem !important;
  letter-spacing: -1px !important;
  font-family: var(--regular);
  text-transform: uppercase;
}
main a {
  color: var(--enisa-blue);
  text-decoration: underline;
}
main a:hover {
  text-decoration: none;
}
.ui-widget-content a {
  color: var(--black);
  text-decoration: none;
}
/** TITLE INTRO **/
.title-intro {
  display: flex;
  justify-content: space-between;
}
.title-intro .block-page-title-block {
  width: 33.3%;
}
.title-intro .summary {
  width: 66.6%;
  padding-top: 0.8rem;
}
.title-intro.full .block-page-title-block {
  width: 100%;
}
.title-breadcrumbs {
  margin: 3.6rem auto 0.4rem;
  position: relative;
  z-index: 1;
  background: var(--enisa-blue) url("../images/background-color.jpg") repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .title-breadcrumbs {
    margin: 0rem auto 0.6rem;
    padding: 0 3.2rem;
  }
}
.title-breadcrumbs h1 {
  color: var(--white);
  margin-top: 3.2rem;
  letter-spacing: -2px;
}
.title-breadcrumbs .title-intro {
  display: flex;
  justify-content: space-between;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .title-breadcrumbs .title-intro {
    flex-wrap: wrap;
  }
}
.title-breadcrumbs .title-intro .block-page-title-block {
  width: 33.3%;
}
@media screen and (max-width: 768px) {
  .title-breadcrumbs .title-intro .block-page-title-block {
    width: 100%;
  }
}
.title-breadcrumbs .title-intro .summary {
  width: 66.6%;
  position: relative;
  z-index: 1;
  padding: 0.8rem 1.6rem 0.8rem 0.8rem;
  margin-top: 3.2rem;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  .title-breadcrumbs .title-intro .summary {
    width: 100%;
    margin-top: 0;
    padding: 0rem 0rem 2.2rem 0rem;
  }
}
.title-breadcrumbs .title-intro.full .block-page-title-block {
  width: 100%;
  color: var(--white);
}
/** BREADCRUMBS **/
.breadcrumb {
  font-size: 1.4rem;
}
.breadcrumb .breadcrumb-item {
  font-family: var(--italic);
  color: var(--gray-breadcrumb);
}
.breadcrumb .breadcrumb-item a {
  font-family: var(--semibold);
  color: var(--enisa-blue);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: none;
  padding: 0.2rem;
}
.title-breadcrumbs h2.visually-hidden {
  background: var(--enisa-blue);
  color: var(--white);
}
.title-breadcrumbs .breadcrumb {
  font-size: 1.4rem;
}
.title-breadcrumbs .breadcrumb .breadcrumb-item {
  font-family: var(--italic);
  color: var(--white);
}
.title-breadcrumbs .breadcrumb .breadcrumb-item a {
  font-family: var(--semibold);
  color: var(--white);
}
.title-breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: none;
  padding: 0.2rem;
  color: var(--white);
}
.background-enisa-blue {
  background: var(--enisa-blue);
}
.background-blue-card {
  background: var(--enisa-card);
}
/** BUTTONS **/
.buttons-section {
  border-top: 1px solid var(--gray);
}
.butons-nav {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  margin: 6rem auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .butons-nav {
    flex-direction: column;
  }
}
.butons-nav .btn-enisa {
  font-family: var(--bold);
  font-size: 1.6rem;
  padding: 1.8rem 3.2rem;
  border-radius: 0.8rem;
  display: flex;
  min-width: 30rem;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.butons-nav .btn-enisa:after {
  display: inline-block;
  position: relative;
  content: "";
  width: 7.7rem;
  height: 1.6rem;
  background-color: var(--white);
  -webkit-mask-image: url("../images/arrow-btn-all.svg");
  mask-image: url("../images/arrow-btn-all.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: right;
  mask-position: right;
}
.butons-nav .btn-enisa:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 1s ease;
}
.butons-nav .btn-enisa:hover {
  color: var(--white);
  text-decoration: none;
}
.butons-nav .btn-enisa:hover:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .butons-nav .btn-enisa {
    min-width: 90%;
    margin: 1.6rem auto;
    width: 90%;
  }
}
.bg-primary, .btn-enisa {
  background-color: var(--enisa-blue) !important;
  color: var(--white) !important;
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--clear);
  font-size: 1.6rem;
  padding: 0.8rem 2.2rem;
  border-radius: 0.8rem;
  display: inline-flex;
  justify-content: space-between;
  min-width: 20rem;
  position: relative;
}
.bg-primary[id^="edit-submit"], .bg-primary[id^="edit-actions-submit"], .btn-enisa[id^="edit-submit"], .btn-enisa[id^="edit-actions-submit"] {
  border: none;
}
.bg-primary[id^="edit-submit"]:after, .bg-primary[id^="edit-actions-submit"]:after, .btn-enisa[id^="edit-submit"]:after, .btn-enisa[id^="edit-actions-submit"]:after {
  display: inline-block;
  position: absolute;
  right: 1.6rem;
  top: calc(50% - 0.6rem);
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--white);
  -webkit-mask-image: url("../images/arrow-menu.svg");
  mask-image: url("../images/arrow-menu.svg");
}
.bg-primary[id^="edit-submit"]:before, .bg-primary[id^="edit-actions-submit"]:before, .btn-enisa[id^="edit-submit"]:before, .btn-enisa[id^="edit-actions-submit"]:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 1s ease;
}
.bg-primary[id^="edit-submit"]:hover:before, .bg-primary[id^="edit-actions-submit"]:hover:before, .btn-enisa[id^="edit-submit"]:hover:before, .btn-enisa[id^="edit-actions-submit"]:hover:before {
  width: 100%;
}
.bg-primary[id^="edit-reset"], .btn-enisa[id^="edit-reset"] {
  background-color: #545F71 !important;
  border: none;
}
.bg-primary[id^="edit-reset"]:after, .btn-enisa[id^="edit-reset"]:after {
  display: inline-block;
  position: absolute;
  right: 1.6rem;
  top: calc(50% - 1rem);
  content: "";
  width: 1.8rem;
  height: 2rem;
  background-color: var(--white);
  -webkit-mask-image: url("../images/reset-icon.svg");
  mask-image: url("../images/reset-icon.svg");
}
.bg-primary[id^="edit-reset"]:before, .btn-enisa[id^="edit-reset"]:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 1s ease;
}
.bg-primary[id^="edit-reset"]:hover:before, .btn-enisa[id^="edit-reset"]:hover:before {
  width: 100%;
}
.bg-primary.arrow, .btn-enisa.arrow {
  padding: 0.8rem 4.2rem 0.8rem 2.2rem;
}
.bg-primary.arrow:after, .btn-enisa.arrow:after {
  display: inline-block;
  position: absolute;
  right: 1.6rem;
  top: calc(50% - 0.6rem);
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/arrow-menu.svg");
  mask-image: url("../images/arrow-menu.svg");
}
.bg-primary.arrow:before, .btn-enisa.arrow:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 1s ease;
}
.bg-primary.arrow:hover:before, .btn-enisa.arrow:hover:before {
  width: 100%;
}
.bg-primary.webform-button--submit, .btn-enisa.webform-button--submit {
  min-width: 28rem;
}
@media screen and (max-width: 767px) {
  .bg-primary.webform-button--submit, .btn-enisa.webform-button--submit {
    min-width: 20rem;
  }
}
.link-btn a {
  background: var(--enisa-blue);
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--clear);
  padding: 0.8rem 2.2rem;
  border-radius: 0.8rem;
  display: inline-flex;
  justify-content: space-between;
  min-width: 20rem;
}
@media screen and (max-width: 420px) {
  .link-btn a {
    min-width: 100%;
  }
}
.link-btn a:after {
  content: "";
  z-index: 9;
  cursor: pointer;
  display: block;
  width: 2rem;
  height: 2rem;
  background: var(--white);
  -webkit-mask-image: url("../images/arrow-btn.svg");
  mask-image: url("../images/arrow-btn.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.link-btn.lowercase a {
  text-transform: initial;
  align-items: flex-end;
}
@media screen and (max-width: 600px) {
  .link-btn.lowercase a {
    display: flex;
    border: 1px solid;
  }
}
.link-topic ul {
  list-style-type: none;
  padding: 0;
}
.link-topic a {
  display: flex;
  align-items: flex-start;
  color: var(--black);
  text-decoration: none;
  position: relative;
}
.link-topic a:before {
  display: block;
  margin: 0.6rem 0.6rem 0 0;
  content: "";
  min-width: 1.6rem;
  width: 1.6rem;
  height: 1.2rem;
  position: relative;
  top: 0;
  transition: all 0.3s;
  background-color: var(--black);
  -webkit-mask-image: url("../images/arrow-menu.svg");
  mask-image: url("../images/arrow-menu.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.link-topic a:hover {
  text-decoration: none;
  color: var(--enisa-blue);
}
.link-topic a:hover:before {
  background-color: var(--enisa-blue);
  transition: all 0.3s;
}
.btn-all {
  font-size: 1.4rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  color: var(--black);
  text-decoration: none;
  margin: 0.8rem 0;
}
.btn-all:after {
  display: block;
  content: "";
  width: 7.7rem;
  height: 1.6rem;
  margin: 0 0 0 1rem;
  background: var(--enisa-blue);
  -webkit-mask-image: url("../images/arrow-btn-all.svg");
  mask-image: url("../images/arrow-btn-all.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (max-width: 420px) {
  .btn-all:after {
    width: 10rem;
  }
}
.btn-all.white {
  color: var(--white);
}
.btn-all.white:after {
  background: var(--white);
}
.btn-all.left {
  justify-content: flex-start;
}
.btn-all.center {
  justify-content: center;
  margin-top: auto;
}
.btn-search {
  margin: 1.6rem 0 0;
}
.btn-search a {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: flex-end;
  color: var(--black);
  text-decoration: none;
}
.btn-search a:after {
  display: block;
  content: "";
  width: 6rem;
  height: 3.6rem;
  margin: 0;
  background: var(--black);
  -webkit-mask-image: url("../images/search-icon.svg");
  mask-image: url("../images/search-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.btn-search a.white {
  color: var(--white);
}
.btn-search a.white:after {
  background: var(--white);
}
.btn-close-search {
  background: var(--topic-tags);
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  border-left: 1px solid var(--topic-tags);
  border-right: 1px solid var(--topic-tags);
}
.btn-close-search a {
  font-size: 1.4rem;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  color: var(--enisa-blue);
  text-decoration: none;
  text-transform: initial;
  height: 100%;
  background: var(--topic-tags);
  padding: 2.2rem 1.6rem 0;
  justify-content: center;
}
.btn-close-search a:after {
  display: block;
  content: "";
  width: 6rem;
  height: 3.6rem;
  margin: 0;
  background: var(--enisa-blue);
  -webkit-mask-image: url("../images/close-icon.svg");
  mask-image: url("../images/close-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.btn-close-search a.white {
  color: var(--white);
}
.btn-close-search a.white:after {
  background: var(--white);
}
.btn-close-search a:hover {
  background: var(--enisa-blue);
  color: var(--white);
}
.btn-close-search a:hover:after {
  background: var(--white);
}
.btn-download-file a {
  background-color: var(--enisa-blue) !important;
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
  font-family: var(--clear);
  font-size: 1.6rem;
  padding: 0.8rem 2.2rem;
  border-radius: 0.8rem;
  display: inline-flex;
  justify-content: space-between;
  min-width: 20rem;
  position: relative;
}
.btn-download-file a:after {
  display: inline-block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0 0 1rem;
  background: var(--white);
  -webkit-mask-image: url("../images/download-icon.svg");
  mask-image: url("../images/download-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
  bottom: 0px;
  transition: all 0.4s;
}
.btn-download-file a:hover:after {
  position: relative;
  bottom: -5px;
  transition: all 0.4s;
}
.btn-download-file a:first-letter {
  text-transform: uppercase;
}
.btn-download-file a.white {
  color: var(--white);
}
.btn-download-file a.white:after {
  background: var(--white);
}
.download a {
  font-size: 1.4rem;
  text-transform: lowercase;
  display: block;
  color: var(--black);
  text-decoration: none;
}
.download a:after {
  display: inline-block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0 0 1rem;
  background: var(--enisa-blue);
  -webkit-mask-image: url("../images/download-icon.svg");
  mask-image: url("../images/download-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
  bottom: 0px;
  transition: all 0.4s;
}
.download a:hover:after {
  position: relative;
  bottom: -5px;
  transition: all 0.4s;
}
.download a:first-letter {
  text-transform: uppercase;
}
.download a.white {
  color: var(--white);
}
.download a.white:after {
  background: var(--white);
}
.btn-back a, .webform-confirmation__back a {
  color: var(--black);
  text-transform: initial;
  text-decoration: none;
  font-family: var(--semibold);
  padding: 0.8rem 2.2rem 0.8rem 0;
  border-radius: 0.8rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.btn-back a:before, .webform-confirmation__back a:before {
  content: "";
  position: relative;
  left: 0;
  z-index: 9;
  cursor: pointer;
  display: block;
  width: 2rem;
  height: 2rem;
  background: var(--black);
  -webkit-mask-image: url("../images/arrow-btn.svg");
  mask-image: url("../images/arrow-btn.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  margin-right: 0.8rem;
  transition: all 0.3s;
}
.btn-back a:hover, .webform-confirmation__back a:hover {
  text-decoration: none;
}
.btn-back a:hover:before, .webform-confirmation__back a:hover:before {
  left: -0.5rem;
  transition: all 0.3s;
}
#totop {
  position: fixed;
  bottom: 2rem;
  right: 3rem;
  width: 4rem;
  height: 4rem;
  background: var(--black);
  border-radius: 6rem;
  display: block;
  z-index: 999999;
  color: #fff;
  display: none;
}
#totop.active {
  display: inline-block;
}
#totop:before {
  display: block;
  margin: 0.6rem 0.6rem 0 0;
  content: "";
  width: 4rem;
  height: 3rem;
  background-color: var(--white);
  -webkit-mask-image: url("../images/arrow-menu.svg");
  mask-image: url("../images/arrow-menu.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
#totop:hover {
  background: var(--black);
}
.dialog-cancel {
  background-color: var(--enisa-tag) !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: var(--clear) !important;
  font-size: 1.6rem !important;
  padding: 0.8rem 2.2rem !important;
  border-radius: 0.8rem !important;
  display: inline-flex !important;
  justify-content: space-between;
  min-width: 20rem;
  position: relative;
}
.dialog-cancel:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 1s ease;
}
.dialog-cancel:hover:before {
  width: 100%;
}
.dialog-cancel:after {
  display: inline-block;
  position: absolute;
  right: 1.6rem;
  top: calc(50% - 1rem);
  content: "";
  width: 1.8rem;
  height: 2rem;
  background-color: var(--white);
  -webkit-mask-image: url("../images/close-icon.svg");
  mask-image: url("../images/close-icon.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
}
/** ICONS **/
.info-icon {
  display: flex;
  position: relative;
}
.info-icon:before {
  display: inline-block;
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  margin: 0.5rem;
  cursor: help;
  background: var(--black);
  -webkit-mask-image: url("../images/details-icon.svg");
  mask-image: url("../images/details-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  bottom: 1rem;
  transition: all 0.4s;
}
@media screen and (max-width: 600px) {
  .info-icon:before {
    right: -1.6rem;
  }
}
.tags-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1.6rem 0;
}
.tags-list .tag {
  padding: 0;
  margin: 0.8rem 0.8rem 0.8rem 0;
}
.tags-list .tag > a {
  display: inline-flex;
  background: var(--topic-tags);
  color: var(--black);
  text-decoration: none;
  padding: 0.4rem 1.6rem;
  border-radius: 6rem;
  font-size: 1.4rem;
  position: relative;
}
.tags-list .tag > a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0px;
  height: 100%;
  background: var(--enisa-blue);
  transition: all 0.6s ease;
  opacity: 0.2;
  overflow: hidden;
  border-radius: 6rem;
}
.tags-list .tag > a:hover:before {
  width: 100%;
  left: 0%;
}
.tags-list.white .tag > a {
  background: var(--white);
  position: relative;
}
.topics-list ul:not(.contextual-links) {
  list-style-type: none;
  column-count: 3;
}
@media screen and (max-width: 600px) {
  .topics-list ul:not(.contextual-links) {
    border-radius: 0;
    width: 100%;
    column-count: 1;
  }
}
.topics-list ul:not(.contextual-links) li {
  margin: 0 0 0.8rem 2.4rem;
}
.topics-list ul:not(.contextual-links) li > a {
  display: inline-flex;
  align-items: flex-start;
  color: var(--black);
  text-decoration: none;
  position: relative;
}
.topics-list ul:not(.contextual-links) li > a:before {
  display: block;
  margin: 0.6rem 0.6rem 0 0;
  content: "";
  min-width: 1.6rem;
  height: 1.2rem;
  background-color: var(--black);
  -webkit-mask-image: url("../images/arrow-menu.svg");
  mask-image: url("../images/arrow-menu.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.topics-list ul:not(.contextual-links) li > a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0px;
  height: 2px;
  background: var(--enisa-blue);
  transition: all 0.6s ease;
  opacity: 0.9;
  overflow: hidden;
  border-radius: 6rem;
}
.topics-list ul:not(.contextual-links) li > a:hover:after {
  width: 100%;
  left: 0%;
}
.audience-image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.audience-image:after {
  content: "";
  display: block;
  width: 26rem;
  height: 26rem;
  background: url("../images/national-image.png") no-repeat;
  border-radius: 60rem;
}
@media screen and (max-width: 768px) {
  .audience-image:after {
    border-radius: 1.6rem;
  }
}
.audience-image.private:after {
  content: "";
  display: block;
  width: 26rem;
  height: 26rem;
  background: url("../images/private-image.png") no-repeat;
  border-radius: 60rem;
}
@media screen and (max-width: 768px) {
  .audience-image.private:after {
    border-radius: 1.6rem;
  }
}
.audience-image.citizens:after {
  content: "";
  display: block;
  width: 26rem;
  height: 26rem;
  background: url("../images/citizens-image.png") no-repeat;
  border-radius: 60rem;
}
@media screen and (max-width: 768px) {
  .audience-image.citizens:after {
    border-radius: 1.6rem;
  }
}
.related-topics .header-metadata {
  font-size: 1.6rem !important;
  font-family: var(--bold);
  text-transform: uppercase;
  margin: 1.6rem 0 1.6rem;
  letter-spacing: -1px;
}
.related-topics ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.related-topics ul li {
  padding: 0;
  margin: 0 0.8rem 0.6rem 0;
}
.related-topics ul li a {
  background: var(--topic-tags);
  color: var(--black);
  text-decoration: none;
  padding: 0.4rem 1.6rem;
  border-radius: 6rem;
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
}
.related-topics ul li a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0px;
  height: 100%;
  background: var(--enisa-blue);
  transition: all 0.6s ease;
  opacity: 0.2;
  overflow: hidden;
  border-radius: 6rem;
}
.related-topics ul li a:hover:before {
  width: 100%;
  left: 0%;
}
.related-topics ul li.ecsm-type {
  outline: 1px dotted var(--enisa-blue);
  background: var(--white);
  color: var(--black);
  text-decoration: none;
  padding: 0.4rem 1.6rem;
  border-radius: 6rem;
  font-size: 1.4rem;
  position: relative;
  margin-left: 0.4rem;
}
.related-documents .header-metadata {
  font-size: 1.6rem !important;
  font-family: var(--bold);
  text-transform: uppercase;
  margin: 1.6rem 0 0.8rem !important;
  letter-spacing: -1px;
}
.related-documents ul.lang-list {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
.related-documents ul.lang-list li {
  display: inline-block;
}
.related-documents ul.lang-list li > a {
  background: var(--enisa-blue);
  color: var(--white);
  display: inline-block;
  text-align: center;
  border-radius: 0.4rem;
  padding: 0.2rem 0.4rem;
  margin: 0.4rem 0.4rem 0 0;
  font-family: var(--bold);
}
.node-metadata {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.node-metadata span:first-child {
  color: var(--enisa-red);
  font-family: var(--bold);
}
.node-metadata .type {
  color: var(--enisa-red);
  text-transform: uppercase;
  font-family: var(--bold);
  margin-right: 0.6rem;
}
.node-metadata .date {
  text-transform: uppercase;
}
.node-metadata .download {
  margin-left: auto;
}
/* HEADER */
header .header {
  margin: 0;
  padding: 0;
  min-height: var(--min-height-header);
  background-color: var(--white) !important;
  border-bottom: 4px solid var(--enisa-blue);
  position: fixed;
  width: 100%;
  z-index: 90;
  border-radius: 0;
}
header .header.private-sector {
  border-bottom: 4px solid var(--enisa-green);
}
header .header.citizens {
  border-bottom: 4px solid var(--enisa-orange);
}
header .header.hide-header {
  top: -150px;
  transition: top 1s;
}
header .header.show-header {
  top: 0;
  transition: top 1s;
}
header .header .logo-menu-wrapper {
  min-height: var(--min-height-header);
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 1200px) {
  header .header .logo-menu-wrapper {
    max-width: 100%;
  }
}
header .header .logo-menu-wrapper .region-nav-branding {
  min-height: var(--min-height-header);
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 9;
}
@media screen and (max-width: 420px) {
  header .header .logo-menu-wrapper .region-nav-branding .navbar-brand {
    padding: 0;
    margin: 0;
  }
}
header .header .logo-menu-wrapper .region-nav-branding .navbar-brand a.site-logo img {
  min-height: 16rem;
}
@media screen and (max-width: 420px) {
  header .header .logo-menu-wrapper .region-nav-branding .navbar-brand a.site-logo img {
    min-height: 13rem;
  }
}
header .header .logo-menu-wrapper .main-menu {
  margin: 0;
}
header .header .logo-menu-wrapper .main-menu.collapse {
  display: flex !important;
  height: 13.5rem !important;
  padding-bottom: 0;
  overflow: visible !important;
}
header .header .logo-menu-wrapper .main-menu .region-nav-main {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .region-we-mega-menu {
    background-color: var(--white);
    padding: 1.6rem 0.8rem;
    margin: 1.6rem 0.8rem;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .region-we-mega-menu .navbar-toggle {
    z-index: 20;
    background: 0 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    float: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
  }
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .region-we-mega-menu .navbar-toggle .icon-bar {
    background-color: var(--black);
    width: 30px;
    height: 4px;
    border-radius: 2px;
  }
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .region-we-mega-menu .navbar-toggle.active .icon-bar:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: center;
    top: 8px;
    position: relative;
  }
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .region-we-mega-menu .navbar-toggle.active .icon-bar:nth-child(2) {
    display: none;
  }
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .region-we-mega-menu .navbar-toggle.active .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: center;
    position: relative;
    top: 0px;
  }
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu {
  background: transparent;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu {
    bottom: 0;
    display: none;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    right: -250px;
    width: 250px;
    top: 0;
    z-index: 1000;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    border-radius: 0;
    border: 0;
  }
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu.we-mobile-megamenu-active {
    right: 0;
    display: block;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
    width: 100%;
    height: calc(100vh - var(--min-height-header));
    top: var(--min-height-header);
    background: var(--enisa-blue);
  }
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu .type-of-block {
  text-transform: initial;
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu .type-of-block {
    display: block !important;
  }
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul {
  width: 100%;
  height: 13.5rem;
  display: flex;
  justify-content: flex-end;
  margin-right: 2.6rem;
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul {
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
  }
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li {
  position: initial !important;
  border: 0;
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    min-height: fit-content;
    align-items: center;
    border-bottom: 1px solid var(--white);
  }
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li:hover > .we-mega-menu-submenu, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li:hover > .we-mega-menu-submenu {
    display: none;
    opacity: 1;
    visibility: visible;
  }
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu {
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
    top: initial;
  }
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li.close > .we-mega-menu-submenu, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li.close > .we-mega-menu-submenu {
    display: none !important;
  }
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li:first-child, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li:first-child {
  margin-left: 0px;
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > span, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > span {
  background-color: transparent;
  color: var(--black);
  font-family: var(--bold);
  font-size: 1.6rem;
  font-weight: normal;
  text-decoration: none;
  padding: 1.6rem 2.6rem;
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > span, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > span {
    color: var(--white);
    box-shadow: none;
    border: 0;
  }
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > span:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > span:after {
    right: 0;
    top: 50%;
  }
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > a[href="#"], header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > a.we-megamenu-nolink, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > span[href="#"], header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > span.we-megamenu-nolink, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > a[href="#"], header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > a.we-megamenu-nolink, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > span[href="#"], header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > span.we-megamenu-nolink {
  cursor: default;
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > a:hover, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > span:hover, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > a:hover, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > span:hover {
  background: var(--enisa-card);
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > a:hover, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > span:hover, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > a:hover, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > span:hover {
    background: var(--enisa-blue);
  }
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > a:hover ~ .we-mega-menu-submenu, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > span:hover ~ .we-mega-menu-submenu, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > a:hover ~ .we-mega-menu-submenu, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > span:hover ~ .we-mega-menu-submenu {
    display: none;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1200px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > span, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > span {
    padding: 1.6rem 2.6rem 1.6rem 0.8rem;
  }
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu {
  width: 100% !important;
  font-size: 1.6rem;
  font-family: var(--regular);
  padding: 2.6rem 1.6rem;
  -webkit-box-shadow: 0 16px 16px rgba(0, 0, 0, 0.117647) !important;
  box-shadow: 0 16px 16px rgba(0, 0, 0, 0.117647) !important;
  border-radius: 0;
  border: none;
}
@media screen and (max-width: 1200px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu {
    position: fixed;
    top: var(--min-height-header);
    z-index: 91;
  }
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu {
    display: none;
    position: relative;
    top: initial;
    padding: 0 1.6rem 2.6rem 1.6rem;
  }
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu.active, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu.active {
    display: block;
    position: relative;
    top: initial;
    display: block !important;
    opacity: 1;
    visibility: visible;
    color: var(--white);
    background: var(--enisa-blue);
  }
}
@media screen and (max-width: 420px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu {
    padding: 0 1.6rem 1.6rem;
  }
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h2, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h3, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h4, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h5, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block p.title, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h2, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h3, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h4, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h5, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block p.title, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h2, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h3, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h4, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h5, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block p.title, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h2, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h3, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h4, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h5, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block p.title {
  font-size: 1.6rem;
  font-family: var(--bold);
  font-weight: normal;
  text-transform: initial;
  margin-bottom: 1.6rem;
  letter-spacing: -1px;
  color: var(--black);
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h2:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h3:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h4:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h5:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block p.title:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h2:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h3:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h4:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h5:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block p.title:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h2:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h3:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h4:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h5:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block p.title:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h2:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h3:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h4:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h5:first-letter, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block p.title:first-letter {
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h2, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h3, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h4, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h5, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block p.title, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h2, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h3, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h4, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h5, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block p.title, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h2, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h3, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h4, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h5, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block p.title, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h2, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h3, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h4, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h5, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block p.title {
    color: var(--white);
    margin-bottom: 0;
  }
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h2 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h3 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h4 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h5 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block p.title > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h2 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h3 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h4 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h5 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block p.title > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h2 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h3 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h4 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h5 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block p.title > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h2 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h3 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h4 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h5 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block p.title > a {
  font-family: var(--bold);
  font-weight: normal;
  text-decoration: none;
  position: relative;
  color: var(--black);
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h2 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h3 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h4 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h5 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block p.title > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h2 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h3 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h4 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h5 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block p.title > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h2 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h3 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h4 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h5 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block p.title > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h2 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h3 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h4 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h5 > a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block p.title > a {
    color: var(--white) !important;
    display: inline-block;
    border: 0;
    box-shadow: none;
    font-size: 2rem;
  }
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h2 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h3 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h4 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h5 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block p.title > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h2 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h3 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h4 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h5 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block p.title > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h2 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h3 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h4 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h5 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block p.title > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h2 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h3 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h4 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h5 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block p.title > a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0px;
  height: 2px;
  background: var(--enisa-blue);
  transition: all 0.6s ease;
  opacity: 0.9;
  overflow: hidden;
  border-radius: 6rem;
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h2 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h3 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h4 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h5 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block p.title > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h2 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h3 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h4 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h5 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block p.title > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h2 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h3 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h4 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h5 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block p.title > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h2 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h3 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h4 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h5 > a:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block p.title > a:after {
    background: var(--white) !important;
  }
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h2 > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h3 > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h4 > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h5 > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block p.title > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h2 > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h3 > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h4 > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h5 > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block p.title > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h2 > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h3 > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h4 > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block h5 > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block p.title > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h2 > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h3 > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h4 > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block h5 > a:hover:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block p.title > a:hover:after {
  width: 100%;
  left: 0%;
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block .field--name-body, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block .field--name-body, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .type-of-block .field--name-body, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .type-of-block .field--name-body {
    color: var(--white);
  }
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row a.button, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row button:not(.trigger), header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col a.button, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col button:not(.trigger), header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row a.button, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row button:not(.trigger), header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col a.button, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col button:not(.trigger) {
  position: relative;
  max-width: 90%;
  min-width: 16rem;
  width: 16rem;
  background: var(--enisa-blue);
  color: var(--white);
  border: none;
  padding: 0.4rem 0.8rem;
  font-family: var(--clear);
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row a.button, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row button:not(.trigger), header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col a.button, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col button:not(.trigger), header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row a.button, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row button:not(.trigger), header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col a.button, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col button:not(.trigger) {
    background: var(--white) !important;
    color: var(--enisa-blue);
  }
}
@media screen and (max-width: 420px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row a.button, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row button:not(.trigger), header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col a.button, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col button:not(.trigger), header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row a.button, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row button:not(.trigger), header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col a.button, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col button:not(.trigger) {
    width: 100%;
    margin: auto;
  }
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row a.button:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row button:not(.trigger):after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col a.button:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col button:not(.trigger):after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row a.button:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row button:not(.trigger):after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col a.button:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col button:not(.trigger):after {
  display: inline-block;
  position: absolute;
  right: 1.6rem;
  top: calc(50% - 0.6rem);
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--white);
  -webkit-mask-image: url("../images/arrow-menu.svg");
  mask-image: url("../images/arrow-menu.svg");
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row a.button:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row button:not(.trigger):after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col a.button:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col button:not(.trigger):after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row a.button:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row button:not(.trigger):after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col a.button:after, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col button:not(.trigger):after {
    background: var(--enisa-blue) !important;
  }
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row a.button:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row button:not(.trigger):before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col a.button:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col button:not(.trigger):before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row a.button:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row button:not(.trigger):before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col a.button:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col button:not(.trigger):before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 1s ease;
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row a.button:hover:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row button:not(.trigger):hover:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col a.button:hover:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col button:not(.trigger):hover:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row a.button:hover:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row button:not(.trigger):hover:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col a.button:hover:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col button:not(.trigger):hover:before {
  width: 100%;
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul {
    padding: 0 0 0 0.8rem;
  }
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul li, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul li, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul li, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul li, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul li, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul li, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul li, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul li, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul li, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul li, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul li, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul li {
  margin: 0;
  padding: 0.4rem 0rem;
  float: none;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul li:before {
  display: block;
  margin: 0.6rem 0.6rem 0 0;
  content: "";
  min-width: 1.6rem;
  width: 1.6rem;
  height: 1.2rem;
  background-color: var(--black);
  -webkit-mask-image: url("../images/arrow-menu.svg");
  mask-image: url("../images/arrow-menu.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul li:before, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul li:before {
    background-color: var(--white) !important;
  }
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul li a {
  text-decoration: none;
  font-family: var(--regular);
  font-weight: 400;
  text-transform: initial;
  padding: 0.2rem 0.4rem;
  border: 0;
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul li a, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul li a {
    color: var(--white) !important;
    font-size: 1.6rem;
  }
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul li a:hover, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul li a:hover, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul li a:hover, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul li a:hover, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul li a:hover, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul li a:hover, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul li a:hover, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul li a:hover, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul li a:hover, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul li a:hover, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul li a:hover, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul li a:hover {
  color: var(--black);
  outline: 0;
}
header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul li span, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul li span, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul li span, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul li span, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul li span, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul li span, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .item-list ul li span, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-system ul li span, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row .block-menu.navigation ul li span, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .item-list ul li span, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-system ul li span, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-col .block-menu.navigation ul li span {
  display: inline-block;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.nav-tabs > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row > *, header .header .logo-menu-wrapper .main-menu .region-nav-main .block-we-megamenu .navbar-we-mega-menu ul.we-mega-menu-ul > .we-mega-menu-li > .we-mega-menu-submenu .we-mega-menu-row > * {
    overflow: auto;
  }
}
header .header .logo-menu-wrapper .search-form-wrapper {
  position: absolute;
  z-index: 100;
  min-height: var(--min-height-header);
  background: var(--enisa-card);
  width: 80%;
  right: 0;
  top: 0rem;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  header .header .logo-menu-wrapper .search-form-wrapper {
    width: 100%;
  }
}
header .header .logo-menu-wrapper .search-form-wrapper.show {
  display: flex !important;
  align-items: stretch;
}
header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
}
header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search {
  width: 96%;
  margin: auto;
  text-transform: initial;
}
header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 6rem;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form {
    flex-direction: row;
  }
}
header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-type-search, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-type-search {
  width: 100%;
  display: flex;
  align-items: center;
}
header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-type-search .form-control, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-type-search .form-control {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 1.6rem;
  min-height: 100%;
}
header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: var(--enisa-tag);
  margin: 0;
  border: 1px solid var(--gray);
  border-left: 0;
}
header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions button, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions [type=button], header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions [type=reset], header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions [type=submit], header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions button, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions [type=button], header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions [type=reset], header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions [type=submit] {
  display: block;
  width: 6rem;
  min-width: 6rem;
  height: 100%;
  margin: 0;
  padding: 0;
  border-radius: 0;
  font-size: 1rem;
  background: var(--black);
  color: var(--black);
  -webkit-mask-image: url("../images/search-icon.svg");
  mask-image: url("../images/search-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  text-indent: 5rem;
}
header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions button:after, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions button:before, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions [type=button]:after, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions [type=button]:before, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions [type=reset]:after, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions [type=reset]:before, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions [type=submit]:after, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions [type=submit]:before, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions button:after, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions button:before, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions [type=button]:after, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions [type=button]:before, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions [type=reset]:after, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions [type=reset]:before, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions [type=submit]:after, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions [type=submit]:before {
  display: none;
}
header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions:hover, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions:hover {
  background: var(--enisa-blue);
}
header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions:hover button, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions:hover [type=button], header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions:hover [type=reset], header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search-form #search-block-form .form-actions:hover [type=submit], header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions:hover button, header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions:hover [type=button], header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions:hover [type=reset], header .header .logo-menu-wrapper .search-form-wrapper .region-nav-additional #block-enisaweb-search #search-block-form .form-actions:hover [type=submit] {
  background-color: var(--white) !important;
}
header .transversal-menu {
  margin: 0;
  padding: 0.8rem;
}
@media screen and (max-width: 1024px) {
  header .transversal-menu {
    padding: 0.8rem 0;
  }
}
header .transversal-menu ul.navbar-nav {
  display: flex;
  flex-direction: row !important;
  justify-content: flex-start;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  header .transversal-menu ul.navbar-nav {
    padding: 0;
  }
}
header .transversal-menu ul.navbar-nav li {
  margin: 0rem 1.6rem 0 0 !important;
  width: 33.33%;
}
@media screen and (max-width: 1024px) {
  header .transversal-menu ul.navbar-nav li {
    width: 100%;
  }
}
header .transversal-menu ul.navbar-nav li:before {
  display: none !important;
}
header .transversal-menu ul.navbar-nav li a {
  font-family: var(--bold) !important;
  font-size: 1.6rem;
  font-weight: normal;
  text-decoration: none;
  position: relative;
  color: var(--black);
}
@media screen and (max-width: 600px) {
  header .transversal-menu ul.navbar-nav li a {
    font-size: 2rem;
  }
}
header .transversal-menu ul.navbar-nav li a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0px;
  height: 2px;
  background: var(--enisa-blue);
  transition: all 0.6s ease;
  opacity: 0.9;
  overflow: hidden;
  border-radius: 6rem;
}
@media screen and (max-width: 1024px) {
  header .transversal-menu ul.navbar-nav li a:after {
    background: var(--white) !important;
  }
}
header .transversal-menu ul.navbar-nav li a:hover:after {
  width: 100%;
  left: 0%;
}
header .dropdown-toggle::after {
  display: none;
}
header .carousel-news {
  min-height: auto;
}
.image-banner:before {
  display: block;
  content: "";
  width: 100%;
  height: 30rem;
  height: 22rem;
  background: var(--enisa-blue) url("../images/background-color.jpg") repeat;
  background-position: center;
  position: absolute;
  z-index: 0;
}
.image-banner .main {
  background: var(--white);
  border-radius: 1.6rem 1.6rem 0 0;
  margin: 0 auto 0;
  padding: 3.6rem 2.2rem !important;
  position: relative;
  z-index: 1;
  min-height: 30rem;
}
@media screen and (max-width: 990px) {
  .image-banner .main {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .image-banner .main {
    padding: 3.6rem 0.6rem !important;
  }
}
/* SECTIONS */
.section-margins {
  margin: 4rem 0;
}
.section-margins > h2 {
  margin-bottom: 1.6rem;
}
.section-margins-vertical {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .section-margins-vertical {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
    padding: 0 3.2rem;
  }
}
.topics-list-section {
  margin: 0rem auto 0;
  position: relative;
}
.topics-list-section h2 {
  color: var(--black);
  margin: 3.6rem 0 2.2rem;
}
.topics-list-section .btn-all {
  position: absolute;
  top: 0.8rem;
  right: 1.6rem;
}
@media screen and (max-width: 600px) {
  .topics-list-section .btn-all {
    position: relative;
    top: 0;
    right: 0;
    margin: 1.6rem 0;
  }
}
.latest-publications-front {
  background: var(--enisa-degrad);
  background-size: 100% 53%;
  margin: 6rem 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .latest-publications-front {
    background-size: 100% 23%;
  }
}
.latest-publications-front h2 {
  color: var(--white);
  margin: 3.6rem 0 2.2rem;
}
.latest-publications-front .btn-all {
  position: absolute;
  top: calc(-1.6rem - 3.6rem);
  right: 1.6rem;
}
@media screen and (max-width: 600px) {
  .latest-publications-front .btn-all {
    position: relative;
    top: 0;
    right: 0;
    margin: 1.6rem 0;
  }
}
.events_and_resources {
  position: relative;
}
@media screen and (max-width: 600px) {
  .events_and_resources {
    padding: 0 1.6rem;
  }
}
.events_and_resources h2 {
  color: var(--black);
  margin: 3.6rem 0 2.2rem;
}
.events_and_resources .btn-all {
  position: relative;
  left: 0.8rem;
  margin-top: 2.2rem;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .events_and_resources .btn-all {
    margin-top: 0rem;
    margin-bottom: 2.2rem;
    justify-content: center;
  }
}
.tools-banner-section {
  margin: 6rem auto 0;
  position: relative;
}
.latest-publications-news {
  margin: 6rem auto 0;
  position: relative;
}
.latest-publications-news h2 {
  color: var(--black);
  margin: 3.6rem 0 2.2rem;
}
.latest-publications-news .btn-all {
  position: absolute;
  top: calc(-1.6rem - 3.6rem);
  right: 1.6rem;
}
@media screen and (max-width: 600px) {
  .latest-publications-news .btn-all {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: 1.6rem;
  }
}
.featured-section, .education-skills-section {
  margin: 6rem auto 0;
  position: relative;
}
.featured-section .btn-all, .education-skills-section .btn-all {
  position: absolute;
  top: 0.8rem;
  right: 1.6rem;
}
@media screen and (max-width: 600px) {
  .featured-section .btn-all, .education-skills-section .btn-all {
    position: relative;
    top: 0;
    right: 0;
    margin: 1.6rem 0;
  }
}
.incident-reporting-section {
  margin: 6rem auto 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .incident-reporting-section {
    padding: 1.6rem;
    margin: 0 auto;
  }
}
.incident-reporting-section .incident-reporting-title {
  position: relative;
}
.incident-reporting-section .incident-reporting-title h2 {
  color: var(--black);
  margin: 3.6rem 0 2.2rem;
}
.incident-reporting-section .incident-reporting-title .btn-all {
  position: absolute;
  top: 4.6rem;
  right: 1.6rem;
}
@media screen and (max-width: 600px) {
  .incident-reporting-section .incident-reporting-title .btn-all {
    position: relative;
    top: 0;
    right: 0;
    margin: 1.6rem 0;
  }
}
.incident-reporting-section .report-incident {
  display: flex;
  margin: 3.6rem 0;
}
.incident-reporting-section .report-incident > div {
  flex: 1 1 0;
}
.incident-reporting-section .report-incident:before {
  content: "";
  z-index: 9;
  cursor: pointer;
  display: block;
  width: 11.2rem;
  height: 11.2rem;
  background: url("../images/incident-icon.svg") no-repeat center;
  margin-right: 2.2rem;
}
.incident-reporting-section .report-incident h3 {
  font-size: 1.6rem;
  letter-spacing: -1px;
}
.incident-reporting-section .report-incident h3 a {
  color: var(--black);
  text-decoration: none;
}
.incident-reporting-section .report-incident h3 a:hover {
  color: var(--enisa-blue);
  text-decoration: none;
}
.incident-reporting-section .reporting-hightlighted .field--name-body {
  background: var(--white);
  border-radius: 0.8rem;
  padding: 2.2rem;
  margin: 0 1.6rem 3.6rem;
}
.incident-reporting-section .reporting-hightlighted .field--name-body h3 {
  letter-spacing: -1px;
}
.incident-reporting-section .reporting-hightlighted .field--name-body h3 a {
  color: var(--black);
  text-decoration: none;
}
.incident-reporting-section .reporting-hightlighted .field--name-body h3 a:hover {
  color: var(--enisa-blue);
  text-decoration: none;
}
.cyber-hygiene-section {
  margin: 6rem auto 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .cyber-hygiene-section {
    padding: 1.6rem;
    margin: 0 auto;
  }
}
.cyber-hygiene-section .cyber-hygiene-title {
  position: relative;
}
.cyber-hygiene-section .cyber-hygiene-title h2 {
  color: var(--black);
  margin: 3.6rem 0 2.2rem;
}
.cyber-hygiene-section .cyber-hygiene-title .btn-all {
  position: absolute;
  top: 0.8rem;
  right: 1.6rem;
}
@media screen and (max-width: 600px) {
  .cyber-hygiene-section .cyber-hygiene-title .btn-all {
    position: relative;
    top: 0;
    right: 0;
    margin: 1.6rem 0;
  }
}
.cyber-hygiene-section .banner-image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cyber-hygiene-section .banner-image:after {
  content: "";
  display: block;
  width: 42.8rem;
  height: 28.4rem;
  background: url("../images/cyber-hygiene-image.svg") no-repeat;
}
.public-documents-section {
  background: var(--enisa-degrad);
  padding: 3.6rem 1.6rem;
  margin: 6rem auto 0;
  position: relative;
  color: var(--white);
}
.public-documents-section .public-documents-wrapper .public-documents-title h2 {
  color: var(--white);
  margin: 0rem 0 2.2rem;
}
.public-documents-section .public-documents-wrapper .public-documents-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 18rem;
  background: url("../images/public-documents-icon.svg") no-repeat;
  background-position: 2.6rem top;
}
@media screen and (max-width: 620px) {
  .public-documents-section .public-documents-wrapper .public-documents-title:after {
    height: 20rem;
  }
}
.public-documents-section .public-documents-wrapper .public-documents-content ul.related-links {
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  position: relative;
  bottom: -1.6rem;
}
@media screen and (max-width: 600px) {
  .public-documents-section .public-documents-wrapper .public-documents-content ul.related-links {
    bottom: 0;
    flex-direction: column;
    margin: 2.2rem 0 1.6rem 0;
  }
}
.public-documents-section .public-documents-wrapper .public-documents-content ul.related-links li > a {
  color: var(--white);
  text-decoration: none;
  margin-left: 1.6rem;
}
@media screen and (max-width: 600px) {
  .public-documents-section .public-documents-wrapper .public-documents-content ul.related-links li > a {
    margin: 0.8rem 0;
    display: block;
  }
}
.public-documents-section .public-documents-wrapper .public-documents-content ul.related-links li > a:hover {
  opacity: 0.6;
}
.public-documents-section .public-documents-wrapper .public-documents-content ul.related-links li:after {
  content: " | ";
  display: inline-block;
  width: 1.6rem;
  height: 100%;
  color: var(--white);
  padding-left: 1.6rem;
}
@media screen and (max-width: 600px) {
  .public-documents-section .public-documents-wrapper .public-documents-content ul.related-links li:after {
    display: none;
  }
}
.public-documents-section .public-documents-wrapper .public-documents-content ul.related-links li:last-child:after {
  display: none;
}
.public-documents-section .btn-all {
  position: absolute;
  top: calc(-1.6rem - 3.6rem);
  right: 1.6rem;
}
.subscribe-section-temporal {
  padding: 3rem 1.6rem;
  margin: 0;
  /* border-top: 1px solid var(--gray); */
  /* background: var(--white); */
  background: linear-gradient(180deg, #ffffff -200%, #004f9f 100%);
  margin-top: 2px;
}
.subscribe-section {
  min-height: 32rem;
  padding: 6rem 1.6rem;
  margin: 0;
  border-top: 1px solid var(--gray);
  background: var(--white);
}
@media screen and (max-width: 768px) {
  .subscribe-section {
    min-height: fit-content;
  }
}
.subscribe-section .subscribe-image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.subscribe-section .subscribe-image:after {
  content: "";
  display: block;
  width: 42.8rem;
  height: 28.4rem;
  background: url("../images/subscribe-image.svg") no-repeat;
}
@media screen and (max-width: 768px) {
  .subscribe-section .subscribe-image:after {
    width: 100%;
    height: 10.4rem;
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  .subscribe-section .subscribe-image:after {
    background-size: contain;
    background-position: center;
  }
}
.subscribe-section .subscribe-wrapper .coming-soon {
  font-size: 2.6rem;
  font-family: var(--bold);
  letter-spacing: -1px;
  color: var(--black);
}
.publications-list-section {
  margin: 3rem auto 0;
  position: relative;
}
.publications-list-section > h2 {
  color: var(--black);
  margin: 3.6rem 0 2.2rem;
}
.could-be-interesting-section {
  margin: 4.2rem 0 0;
}
.about-activities-section {
  margin: 8.2rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .about-activities-section {
    margin: 3.2rem 0 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .about-activities-section {
    padding: 0 1.6rem;
  }
}
.activities-content {
  padding: 0 3.6rem 0 0;
}
@media screen and (max-width: 768px) {
  .activities-content {
    padding: 0;
  }
}
.agency-intro-section .page-image {
  background: url("../images/the-agency.png") no-repeat;
  background-size: cover;
  min-height: 25.4rem;
}
.agency-intro-section .page-image.no-background {
  background: none;
}
.back-strategy {
  background: url("../images/back-mandate.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 1.6rem 0 2.2rem;
}
.back-mandate {
  background: url("../images/back-mandate02.png") no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 4.6rem 0 4.6rem;
}
@media screen and (max-width: 768px) {
  .back-mandate {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
    padding: 0 3.2rem;
  }
}
.enisa-strategy {
  margin-bottom: 12rem;
}
.work-programme-section {
  position: relative;
  padding: 4.6rem 0 4.6rem;
}
.work-programme-section .image-banner {
  background: url("../images/public-documents-icon.svg") no-repeat;
  background-position: center;
  min-height: 18rem;
}
.work-programme-section .image-banner:before {
  display: none;
}
.work-programme-section .content-banner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .work-programme-section .content-banner {
    padding-right: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .work-programme-section .content-banner {
    padding: 1.6rem 3.2rem;
  }
}
/* SLIDER COMPONENT */
.slider-component {
  position: relative;
}
.slider-component .views_slideshow_slide {
  width: 100% !important;
}
@media screen and (max-width: 600px) {
  .slider-component .views_slideshow_slide {
    height: auto !important;
  }
}
.slider-component .views_slideshow_cycle_teaser_section {
  width: 100% !important;
}
@media screen and (max-width: 600px) {
  .slider-component .views_slideshow_cycle_teaser_section {
    height: 50vh !important;
    background: var(--enisa-card);
  }
}
@media screen and (max-width: 420px) {
  .slider-component .views_slideshow_cycle_teaser_section {
    height: 70vh !important;
  }
}
.slider-component .item-slider {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .slider-component .item-slider {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .slider-component .item-slider {
    background: var(--enisa-card);
  }
}
.slider-component .item-slider .slider-image {
  min-height: 430px;
  background-repeat: no-repeat !important;
  background-color: var(--enisa-blue);
  position: relative;
  width: 50%;
}
@media screen and (min-width: 1920px) {
  .slider-component .item-slider .slider-image {
    background-position: right;
  }
}
@media screen and (max-width: 990px) {
  .slider-component .item-slider .slider-image {
    width: 100%;
    filter: blur(20px);
  }
}
@media screen and (max-width: 600px) {
  .slider-component .item-slider .slider-image {
    min-height: 290px;
    background-position: initial;
    background-size: cover;
    filter: blur(0px);
    display: none;
  }
}
.slider-component .item-slider .slider-image:after {
  content: "";
  width: 10%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #1888ba 100%);
}
@media screen and (max-width: 990px) {
  .slider-component .item-slider .slider-image:after {
    display: none;
  }
}
.slider-component .item-slider .slider-content {
  width: 60%;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, #1888ba 0%, #004f9f 10%, #004f9f 100%);
}
@media screen and (max-width: 990px) {
  .slider-component .item-slider .slider-content {
    width: 88%;
    height: 100%;
    position: absolute;
    margin: 0 5%;
    top: 15%;
  }
}
@media screen and (max-width: 600px) {
  .slider-component .item-slider .slider-content {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    top: 0;
  }
}
.slider-component .item-slider .slider-content .slider-content-text {
  width: 100%;
  min-height: 75%;
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  padding: 5rem 30% 7.6rem 5rem;
}
@media screen and (max-width: 1280px) {
  .slider-component .item-slider .slider-content .slider-content-text {
    padding: 5rem 5rem 7.6rem 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .slider-component .item-slider .slider-content .slider-content-text {
    padding: 3.2rem;
    min-height: 90%;
  }
}
@media screen and (max-width: 990px) {
  .slider-component .item-slider .slider-content .slider-content-text {
    padding: 5rem;
    min-height: 100%;
  }
}
@media screen and (max-width: 420px) {
  .slider-component .item-slider .slider-content .slider-content-text {
    padding: 2.2rem;
    min-height: 120%;
  }
}
.slider-component .item-slider .slider-content .slider-content-text .slider-title {
  font-size: 3.2rem;
  font-family: var(--bold);
  letter-spacing: -2px;
  order: 2;
}
.slider-component .item-slider .slider-content .slider-content-text .slider-title a {
  text-decoration: none;
  color: var(--black);
}
.slider-component .item-slider .slider-content .slider-content-text .metadata {
  font-size: 1.4rem;
  list-style-type: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: flex;
  order: 1;
}
.slider-component .item-slider .slider-content .slider-content-text .metadata .type {
  font-family: var(--bold);
  color: var(--enisa-red);
  padding: 0 0.8rem 0 0;
}
.slider-component .item-slider .slider-content .slider-content-text .metadata .type a {
  color: var(--enisa-red);
  text-decoration: none;
}
.slider-component .item-slider .slider-content .slider-content-text .metadata .date {
  font-family: var(--regular);
}
.slider-component .item-slider .slider-content .slider-content-text .slider-body {
  order: 3;
}
.slider-component .views-slideshow-controls-bottom {
  position: absolute;
  bottom: 15%;
  left: 40%;
  z-index: 89;
  width: 40%;
}
@media screen and (max-width: 990px) {
  .slider-component .views-slideshow-controls-bottom {
    bottom: 6rem;
    left: 0;
    z-index: 89;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .slider-component .views-slideshow-controls-bottom {
    bottom: 0rem;
  }
}
@media screen and (max-width: 600px) {
  .slider-component .views-slideshow-controls-bottom {
    bottom: initial;
    background: var(--enisa-card);
    padding: 1.6rem 0;
    position: absolute;
    top: 90%;
  }
}
.slider-component .views-slideshow-controls-bottom .views-slideshow-pager-bullets {
  margin: 0;
}
.slider-component .views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  text-indent: -9999px;
  cursor: pointer;
  display: inline-block;
  border-radius: 0;
  padding: 0 6px;
  background: transparent;
  margin: 0.4em;
  line-height: 12px;
  width: 3rem;
  height: 1rem;
  border: 1px solid var(--enisa-blue);
}
.slider-component .views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
  background: var(--enisa-blue) !important;
  color: var(--white) !important;
}
/* AUDIENCE SELECTOR */
.audience-selector {
  position: relative;
  top: -3.5rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .audience-selector {
    top: 4.5rem;
  }
}
@media screen and (max-width: 600px) {
  .audience-selector {
    top: 1.6rem;
  }
}
@media screen and (max-width: 420px) {
  .audience-selector {
    top: 0;
    margin: 3.6rem 0;
  }
}
.audience-selector div:not(.contextual) ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between !important;
}
@media screen and (max-width: 767px) {
  .audience-selector div:not(.contextual) ul {
    flex-wrap: wrap;
  }
}
.audience-selector div:not(.contextual) ul li {
  padding: 17.2rem 2.6rem 3.2rem;
  margin: 0 0.8rem;
  border-radius: 8px;
  -webkit-box-shadow: 0px -8px 10px -2px rgba(0, 79, 159, 0.2);
  box-shadow: 0px -8px 10px -2px rgba(0, 79, 159, 0.2);
  flex: 1;
}
@media screen and (max-width: 767px) {
  .audience-selector div:not(.contextual) ul li {
    flex: 100%;
  }
}
@media screen and (max-width: 600px) {
  .audience-selector div:not(.contextual) ul li {
    margin: 1.6rem 0.8rem;
  }
}
@media screen and (max-width: 420px) {
  .audience-selector div:not(.contextual) ul li {
    margin: 1.6rem 0.8rem 2.2rem;
  }
}
.audience-selector div:not(.contextual) ul li:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px -8px 10px -2px rgba(0, 79, 159, 0.6);
  box-shadow: 0px -8px 10px -2px rgba(0, 79, 159, 0.6);
}
.audience-selector div:not(.contextual) ul li:nth-child(1) {
  background: var(--white) url("../images/EUauthorities-icon.png") no-repeat 50% 3.2rem;
  background-size: auto 11.4rem;
}
.audience-selector div:not(.contextual) ul li:nth-child(2) {
  background: var(--white) url("../images/privateSector-icon.png") no-repeat 50% 3.2rem;
  background-size: auto 11.4rem;
}
.audience-selector div:not(.contextual) ul li:nth-child(3) {
  background: var(--white) url("../images/citizen-icon.png") no-repeat 50% 3.2rem;
  background-size: auto 11.4rem;
}
.audience-selector div:not(.contextual) ul li p.tag, .audience-selector div:not(.contextual) ul li span.tag {
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
}
.audience-selector div:not(.contextual) ul li h3 {
  font-size: 2.6rem;
  font-family: var(--bold);
  letter-spacing: -2px;
}
.audience-selector div:not(.contextual) ul li h3 a {
  color: var(--black);
  text-decoration: none;
  text-align: center;
  display: block;
}
.audience-selector div:not(.contextual) ul li h3 a:hover {
  color: var(--enisa-blue);
}
.audience-selector div:not(.contextual) ul li p {
  text-align: center;
}
/* SLOGAN */
.agency .slogan-wrapper {
  align-items: center;
  min-height: 37rem;
  background: url("../images/back-map.png") no-repeat left bottom;
}
@media screen and (max-width: 600px) {
  .agency .slogan-wrapper {
    min-height: fit-content;
    background: url("../images/back-map.png") no-repeat left top;
  }
}
@media screen and (max-width: 768px) {
  .agency .slogan-wrapper .col-slogan {
    margin-bottom: 2.2rem;
  }
}
.agency .slogan-wrapper .col-slogan .slogan {
  font-family: var(--bold);
  font-size: 3.2rem;
  padding: 0 3.2rem;
  letter-spacing: -1px;
  text-align: right;
  line-height: 1.35;
}
@media screen and (max-width: 768px) {
  .agency .slogan-wrapper .col-slogan .slogan {
    text-align: center;
  }
}
.agency .slogan-wrapper .col-slogan .link-btn {
  text-align: right;
  margin: 3.2rem 1.6rem 0;
}
@media screen and (max-width: 768px) {
  .agency .slogan-wrapper .col-slogan .link-btn {
    text-align: center;
  }
}
.agency .slogan-wrapper .col-video iframe {
  width: 100%;
  height: 355px !important;
}
/** TOOLS BANNER **/
.tools-banner-section {
  background: var(--enisa-blue) url("../images/back-tools2.png") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
}
.tools-banner-section .tools-banner-wrapper {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .tools-banner-section .tools-banner-wrapper {
    flex-direction: column;
    padding: 3.2rem 1.6rem;
  }
}
.tools-banner-section .tools-banner-wrapper h2 {
  color: var(--white);
  margin: 3.6rem 0 2.2rem;
}
.tools-banner-section .tools-banner-wrapper .summary {
  color: var(--white);
  padding: 4.6rem 12.8rem 4.6rem 0;
  margin: 0 6.4rem 0 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .tools-banner-section .tools-banner-wrapper .summary {
    margin: 0;
    padding: 1.6rem 12.8rem 4.6rem 1.6rem;
  }
}
@media screen and (max-width: 420px) {
  .tools-banner-section .tools-banner-wrapper .summary {
    margin: 0;
    padding: 1.6rem;
  }
}
.tools-banner-section .tools-banner-wrapper .summary:after {
  content: "";
  display: block;
  width: 12.8rem;
  height: 12.8rem;
  border-radius: 9rem;
  position: absolute;
  z-index: 9;
  top: calc(50% - 6.4rem);
  right: -6.4rem;
  background: var(--enisa-card) url("../images/tools-icon.svg") no-repeat 50%;
}
@media screen and (max-width: 1024px) {
  .tools-banner-section .tools-banner-wrapper .summary:after {
    width: 10rem;
    height: 10rem;
    top: calc(50% - 5rem);
    right: 0;
  }
}
@media screen and (max-width: 420px) {
  .tools-banner-section .tools-banner-wrapper .summary:after {
    width: 6rem;
    height: 6rem;
    top: 0;
    right: 0;
    background-size: 90%;
    background-position: center;
  }
}
.tools-banner-section .tools-banner-wrapper .summary .background {
  background: var(--enisa-card);
  width: 6.4rem;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: -6.4rem;
}
@media screen and (max-width: 1024px) {
  .tools-banner-section .tools-banner-wrapper .summary .background {
    display: none;
  }
}
.tools-banner-section .tools-banner-wrapper .tools-items {
  margin: 0;
  padding: 7.6rem 0rem 4.6rem 0rem;
  background: var(--enisa-card);
}
@media screen and (max-width: 1024px) {
  .tools-banner-section .tools-banner-wrapper .tools-items {
    padding: 1.6rem;
  }
}
.tools-banner-section .tools-banner-wrapper .tools-items h3 {
  min-height: 5.4rem;
  letter-spacing: -1px;
}
/** EVENTS FOR **/
.events-for .view-header {
  position: relative;
}
.events-for .view-content {
  display: flex;
  flex-wrap: wrap;
}
.events-for .view-content .item-events-for {
  width: calc(50% - 3.2rem);
  margin: 1.6rem 1.6rem 2.2rem;
}
@media screen and (max-width: 991px) {
  .events-for .view-content .item-events-for {
    max-width: calc(50% - 1.6rem);
    width: calc(50% - 1.6rem);
    flex: none;
  }
  .events-for .view-content .item-events-for:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .events-for .view-content .item-events-for {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 620px) {
  .events-for .view-content .item-events-for {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.events-for .view-empty {
  text-align: left;
}
.card-event {
  display: flex;
  min-height: 11rem;
}
@media screen and (max-width: 768px) {
  .card-event {
    min-height: fit-content;
  }
}
.card-event .event-title {
  order: 2;
  font-size: 2.2rem;
}
.card-event .event-title a {
  color: var(--black);
  text-decoration: none;
}
.card-event .event-title a:hover {
  color: var(--enisa-blue);
}
.card-event .event-date {
  display: flex;
  flex-direction: column;
  order: 1;
  text-align: center;
  margin: 0 1.6rem 0 0;
  min-width: 10rem;
}
.card-event .event-date span {
  display: block;
  padding: 0.6rem 0.8rem;
}
.card-event .event-date .year {
  background: var(--enisa-blue);
  color: var(--white);
  font-family: var(--bold);
}
.card-event .event-date .month {
  background: var(--enisa-card);
  font-family: var(--semibold);
}
/** CYBERSECURITY MATERIALS **/
.cyber-materials-cards .view-header {
  position: relative;
}
.cyber-materials-cards .view-content {
  display: flex;
  flex-direction: column;
}
.cyber-materials-cards .view-content .item-cyber-materials {
  margin: 1.6rem 0 2.2rem;
}
.cyber-materials-cards .view-content .item-cyber-materials .cyber-materials {
  display: flex;
  flex-direction: row;
}
.cyber-materials-cards .view-content .item-cyber-materials .cyber-materials .cyber-image {
  margin: 0 1.6rem 0 0;
  min-width: 10rem;
  width: 10rem;
  min-height: 11.2rem;
  aspect-ratio: 1;
  overflow: hidden;
}
.cyber-materials-cards .view-content .item-cyber-materials .cyber-materials .cyber-image:empty {
  background: url("../images/no-image-icon.png") no-repeat;
}
.cyber-materials-cards .view-content .item-cyber-materials .cyber-materials .cyber-content {
  display: flex;
  flex-direction: column;
}
.cyber-materials-cards .view-content .item-cyber-materials .cyber-materials .cyber-content h3 {
  font-family: var(--light);
  font-size: 2.2rem;
  order: 2;
  letter-spacing: -1px;
}
.cyber-materials-cards .view-content .item-cyber-materials .cyber-materials .cyber-content h3 a {
  color: var(--black);
  text-decoration: none;
}
.cyber-materials-cards .view-content .item-cyber-materials .cyber-materials .cyber-content h3 a:hover {
  color: var(--enisa-blue);
}
.cyber-materials-cards .view-content .item-cyber-materials .cyber-materials .cyber-content .metadata {
  order: 1;
  font-family: var(--bold);
  font-size: 1.4rem;
  text-transform: uppercase;
  color: var(--enisa-red);
  margin: 0;
}
/** CARDS **/
.path-frontpage .related-topics {
  display: none;
}
.enisa-cards-wrapper .view-content {
  display: flex;
}
@media screen and (max-width: 991px) {
  .enisa-cards-wrapper .view-content {
    flex-wrap: wrap;
  }
}
.enisa-cards-wrapper .view-header {
  position: relative;
}
.enisa-cards-wrapper .view-filters {
  width: 100%;
}
.enisa-cards-wrapper .view-filters fieldset {
  width: 100%;
  display: block;
  float: none;
}
.enisa-cards-wrapper .view-filters fieldset ul {
  display: flex;
  list-style-type: none;
}
.enisa-cards-wrapper .enisa-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: var(--white);
  border-radius: 0.8rem 0.8rem 0 0;
  padding: 2.8rem 2.2rem;
  margin: 1.6rem 0.8rem;
}
@media screen and (max-width: 991px) {
  .enisa-cards-wrapper .enisa-card {
    max-width: calc(50% - 1.6rem);
    width: calc(50% - 1.6rem);
    flex: none;
  }
  .enisa-cards-wrapper .enisa-card:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .enisa-cards-wrapper .enisa-card {
    max-width: calc(50% - 1.6rem);
    width: calc(50% - 1.6rem);
    flex: none;
  }
  .enisa-cards-wrapper .enisa-card:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 620px) {
  .enisa-cards-wrapper .enisa-card {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
}
.enisa-cards-wrapper .enisa-card:hover {
  cursor: pointer;
}
.enisa-cards-wrapper .enisa-card:first-child {
  margin-left: 0;
}
.enisa-cards-wrapper .enisa-card:last-child {
  margin-right: 0;
}
.enisa-cards-wrapper .enisa-card h2, .enisa-cards-wrapper .enisa-card h3 {
  order: 2;
  font-size: 2.2rem !important;
  margin-bottom: 1.8rem;
  font-family: var(--bold);
  letter-spacing: -1px !important;
}
.enisa-cards-wrapper .enisa-card h2 a, .enisa-cards-wrapper .enisa-card h3 a {
  color: var(--black);
  text-decoration: none;
  display: block;
}
.enisa-cards-wrapper .enisa-card h2 a:hover, .enisa-cards-wrapper .enisa-card h3 a:hover {
  color: var(--enisa-blue);
}
.enisa-cards-wrapper .enisa-card h3 {
  margin-top: 0;
}
.enisa-cards-wrapper .enisa-card .card-image {
  margin-bottom: 1.6rem;
  text-align: center;
}
.enisa-cards-wrapper .enisa-card .card-image img {
  max-width: 100%;
  height: 21rem;
  object-fit: cover;
}
.enisa-cards-wrapper .enisa-card .metadata {
  order: 1;
  text-transform: uppercase;
  display: flex;
  font-size: 1.4rem;
  margin: 0 0 0.5rem 0;
}
.enisa-cards-wrapper .enisa-card .metadata > span {
  margin-right: 0.8rem;
}
.enisa-cards-wrapper .enisa-card .metadata > span:first-child {
  font-family: var(--bold);
  color: var(--enisa-red);
}
.enisa-cards-wrapper .enisa-card .metadata .type {
  display: inline-block;
}
.enisa-cards-wrapper .enisa-card .metadata .date {
  display: inline-block;
}
.enisa-cards-wrapper .enisa-card .metadata .download {
  margin-left: auto;
}
.enisa-cards-wrapper .enisa-card .related-topics {
  order: 3;
}
.enisa-cards-wrapper .enisa-card .content {
  order: 4;
}
.enisa-cards-wrapper.tabs .enisa-card {
  margin: 0rem 0.8rem;
}
.enisa-cards-wrapper.horizontal .view-content {
  flex-direction: column;
}
.enisa-cards-wrapper.horizontal .enisa-card {
  border-radius: 0;
  padding: 0.8rem 0.8rem 0.8rem 0;
  margin: 0;
}
.enisa-cards-wrapper.banner .view-content {
  background: var(--enisa-card);
}
.enisa-cards-wrapper.banner .enisa-card {
  border-radius: 0;
  padding: 0.8rem 0.8rem 0.8rem 0;
  margin: 0;
  background: transparent;
}
.enisa-cards-wrapper.blue-card .enisa-card {
  background: var(--enisa-card);
  padding: 2.8rem 2.2rem;
}
.enisa-cards-wrapper.blue-card .enisa-card .related-topics ul li a {
  background: var(--white);
}
.enisa-cards-wrapper.with-arrow .enisa-card {
  position: relative;
  padding-bottom: 7rem;
}
.enisa-cards-wrapper.with-arrow .enisa-card:after {
  display: block;
  content: "";
  width: 7.7rem;
  height: 1.6rem;
  margin: 4rem 3.3rem 3.3rem;
  background: var(--enisa-blue);
  -webkit-mask-image: url("../images/arrow-btn-all.svg");
  mask-image: url("../images/arrow-btn-all.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  bottom: 0;
  right: 0;
  position: absolute;
  opacity: 0.3;
}
.enisa-cards-wrapper.with-arrow .enisa-card:hover {
  box-shadow: 0px -4px 7px -2px rgba(0, 79, 159, 0.2);
}
.enisa-cards-wrapper.col1x .view-content, .enisa-cards-wrapper.col2x .view-content, .enisa-cards-wrapper.col3x .view-content, .enisa-cards-wrapper.col4x .view-content {
  flex-wrap: wrap;
}
.enisa-cards-wrapper.col1x .enisa-card {
  max-width: 100%;
}
.enisa-cards-wrapper.col2x .enisa-card {
  max-width: calc(50% - 1.6rem);
  width: calc(50% - 1.6rem);
  flex: none;
}
.enisa-cards-wrapper.col2x .enisa-card:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (max-width: 620px) {
  .enisa-cards-wrapper.col2x .enisa-card {
    max-width: 100%;
    width: 100%;
    margin: 0 0 1.6rem 0;
  }
}
.enisa-cards-wrapper.col3x .enisa-card {
  max-width: calc(33.33% - 1.6rem);
  width: calc(33.33% - 1.6rem);
  flex: none;
}
.enisa-cards-wrapper.col3x .enisa-card:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .enisa-cards-wrapper.col3x .enisa-card {
    max-width: calc(50% - 1.6rem);
    width: calc(50% - 1.6rem);
    flex: none;
  }
  .enisa-cards-wrapper.col3x .enisa-card:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 620px) {
  .enisa-cards-wrapper.col3x .enisa-card {
    max-width: 100%;
    width: 100%;
    margin: 0 0 1.6rem 0;
  }
}
.enisa-cards-wrapper.col4x .enisa-card {
  max-width: calc(25% - 1.6rem);
  width: calc(25% - 1.6rem);
  flex: none;
}
.enisa-cards-wrapper.col4x .enisa-card:nth-child(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .enisa-cards-wrapper.col4x .enisa-card {
    max-width: calc(50% - 1.6rem);
    width: calc(50% - 1.6rem);
    flex: none;
  }
  .enisa-cards-wrapper.col4x .enisa-card:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 620px) {
  .enisa-cards-wrapper.col4x .enisa-card {
    max-width: 100%;
    width: 100%;
    margin: 0 0 1.6rem 0;
  }
}
.enisa-cards-wrapper.no-order * {
  order: initial !important;
}
.enisa-cards-wrapper.interesting .enisa-card:hover {
  cursor: initial !important;
}
.enisa-cards-wrapper.interesting .enisa-card h2, .enisa-cards-wrapper.interesting .enisa-card h3 {
  color: var(--black);
  text-transform: uppercase;
  font-size: 1.6rem !important;
  letter-spacing: -1px !important;
  margin-top: 0;
  margin-bottom: 0.8rem;
}
.enisa-cards-wrapper.interesting .enisa-card .content {
  margin-bottom: 2.2rem;
}
#blocktabs-related_content .enisa-card {
  padding-top: 1rem;
  padding-left: 1rem;
}
/** PUBLICATIONS **/
.publications-list.grid2x .view-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.publications-list.grid2x .view-content .publications-item {
  width: 48%;
  margin: 1.6rem 1%;
}
@media screen and (max-width: 768px) {
  .publications-list.grid2x .view-content .publications-item {
    width: 100%;
    margin: 1.6rem 0;
  }
}
.publications-list .publications-item {
  display: flex;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 600px) {
  .publications-list .publications-item {
    flex-direction: column;
  }
}
.publications-list .publications-item .publication-image {
  min-width: 9.8rem;
  min-height: 14.7rem;
  width: 9.8rem;
  margin-right: 1.6rem;
}
.publications-list .publications-item .publication-image img {
  object-fit: cover;
  width: 9.8rem;
  height: auto;
}
.publications-list .publications-item .publication-image:empty, .publications-list .publications-item .publication-image.empty {
  background: url("../images/no-image-icon.png") no-repeat;
}
.publications-list .publications-item .publication-image.careers, .publications-list .publications-item .publication-image.procurement {
  background: url("../images/procurement.jpg") no-repeat;
}
@media screen and (max-width: 420px) {
  .publications-list .publications-item .publication-image {
    display: none;
  }
}
.publications-list .publications-item .publication-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 2.2rem);
}
.publications-list .publications-item .publication-content h2, .publications-list .publications-item .publication-content h3 {
  order: 2;
  font-size: 2.2rem;
  font-family: var(--bold);
  margin: 0 0 0.4rem;
  letter-spacing: -1px;
}
.publications-list .publications-item .publication-content h2 a, .publications-list .publications-item .publication-content h3 a {
  color: var(--black);
  text-decoration: none;
}
.publications-list .publications-item .publication-content h2 a:hover, .publications-list .publications-item .publication-content h3 a:hover {
  color: var(--enisa-blue);
}
.publications-list .publications-item .publication-content .content {
  order: 3;
  margin: 0rem 0 1.6rem;
}
.publications-list .publications-item .publication-content .metadata {
  order: 1;
  text-transform: uppercase;
  display: flex;
  font-size: 1.4rem;
  margin: 0 0 0.5rem 0;
}
.publications-list .publications-item .publication-content .metadata > span {
  margin-right: 0.8rem;
}
.publications-list .publications-item .publication-content .metadata > span:first-child {
  font-family: var(--bold);
  color: var(--enisa-red);
}
.publications-list .publications-item .publication-content .metadata .opened {
  background: var(--enisa-green);
  color: var(--white) !important;
  font-family: var(--bold);
  text-transform: uppercase;
  padding: 0.5rem;
  font-size: 1.2rem;
}
.publications-list .publications-item .publication-content .metadata .closed {
  background: var(--enisa-red);
  color: var(--white) !important;
  font-family: var(--bold);
  text-transform: uppercase;
  padding: 0.5rem;
  font-size: 1.2rem;
}
.publications-list .publications-item .publication-content .metadata .type {
  display: inline-block;
}
.publications-list .publications-item .publication-content .metadata .date {
  display: inline-block;
}
.publications-list .publications-item .publication-content .metadata .download {
  margin-left: auto;
}
.publications-list .publications-item .publication-content .date-adhoc {
  order: 2;
}
.publications-list .publications-item .publication-content .related-topics {
  order: 4;
}
.publications-list .publications-item .publication-content .related-topics > a {
  background: var(--topic-tags);
  color: var(--black);
  text-decoration: none;
  padding: 0.4rem 1.6rem;
  border-radius: 6rem;
  font-size: 1.4rem;
  position: relative;
}
.publications-list .publications-item .publication-content .related-topics > a[href*="/audience/"] {
  outline: 1px solid var(--topic-tags);
  background: var(--enisa-card);
  margin-bottom: 0.6rem;
}
.publications-list .publications-item .publication-content .related-topics > a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0px;
  height: 100%;
  background: var(--enisa-blue);
  transition: all 0.6s ease;
  opacity: 0.2;
  overflow: hidden;
  border-radius: 6rem;
}
.publications-list .publications-item .publication-content .related-topics > a:hover:before {
  width: 100%;
  left: 0%;
}
.publications-list .publications-item .publication-content .related-topics ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.publications-list .publications-item .publication-content .related-topics ul li {
  padding: 0;
  margin: 0 0rem 0.6rem 0;
}
.publications-list .publications-item .publication-content .related-topics ul li a {
  background: var(--topic-tags);
  color: var(--black);
  text-decoration: none;
  padding: 0.4rem 1.6rem;
  border-radius: 6rem;
  font-size: 1.4rem;
  position: relative;
  margin-left: 0.4rem;
}
.publications-list .publications-item .publication-content .related-topics ul li a[href*="/audience/"], .publications-list .publications-item .publication-content .related-topics ul li a[href*="audience/"] {
  outline: 1px solid var(--enisa-blue);
  background: var(--white);
  margin-bottom: 0.6rem;
}
.publications-list .publications-item .publication-content .related-topics ul li a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0px;
  height: 100%;
  background: var(--enisa-blue);
  transition: all 0.6s ease;
  opacity: 0.2;
  overflow: hidden;
  border-radius: 6rem;
}
.publications-list .publications-item .publication-content .related-topics ul li a:hover:before {
  width: 100%;
  left: 0%;
}
.publications-list .publications-item .publication-content .related-topics ul li.ecsm-type {
  outline: 1px dotted var(--enisa-blue);
  background: var(--white);
  color: var(--black);
  text-decoration: none;
  padding: 0.4rem 1.6rem;
  border-radius: 6rem;
  font-size: 1.4rem;
  position: relative;
  margin-left: 0.4rem;
}
.publications-list .publications-item .publication-content .related-topics .tagECSM {
  outline: 1px dotted var(--enisa-blue);
  background: var(--white);
  color: var(--black);
  text-decoration: none;
  padding: 0.4rem 1.6rem;
  border-radius: 6rem;
  font-size: 1.4rem;
  position: relative;
  margin-left: 0.4rem;
}
@media screen and (max-width: 620px) {
  .publications-list.news-list .publications-item, .publications-list.events-list .publications-item {
    flex-direction: column;
  }
}
.publications-list.news-list .publication-image, .publications-list.events-list .publication-image {
  min-width: 22rem;
  min-height: 14.7rem;
  width: 22rem;
  margin-right: 1.6rem;
}
@media screen and (max-width: 620px) {
  .publications-list.news-list .publication-image, .publications-list.events-list .publication-image {
    min-width: 100%;
    min-height: 14.7rem;
    width: 100%;
    margin: 0 0 1.6rem 0;
  }
}
.publications-list.news-list .publication-image img, .publications-list.events-list .publication-image img {
  object-fit: cover;
  width: 22rem;
  height: auto;
}
@media screen and (max-width: 620px) {
  .publications-list.news-list .publication-image img, .publications-list.events-list .publication-image img {
    width: 100%;
  }
}
.publications-list.news-list .publication-image:empty, .publications-list.events-list .publication-image:empty {
  background: url("../images/no-image-icon.png") no-repeat;
}
.publications-list.news-list, .publications-list.events-list, .publications-list.view-publications-index, .publications-list.view-search {
  display: flex;
  flex-direction: column;
}
.publications-list.news-list .view-header, .publications-list.events-list .view-header, .publications-list.view-publications-index .view-header, .publications-list.view-search .view-header {
  order: 2;
  margin-bottom: 3.4rem;
}
.publications-list.news-list .view-header .btn-all, .publications-list.events-list .view-header .btn-all, .publications-list.view-publications-index .view-header .btn-all, .publications-list.view-search .view-header .btn-all {
  position: absolute;
  top: -5rem;
  right: 0;
}
@media screen and (max-width: 600px) {
  .publications-list.news-list .view-header .btn-all, .publications-list.events-list .view-header .btn-all, .publications-list.view-publications-index .view-header .btn-all, .publications-list.view-search .view-header .btn-all {
    position: relative;
    top: 0;
  }
}
.publications-list.news-list .view-header ul[data-block="content"], .publications-list.events-list .view-header ul[data-block="content"], .publications-list.view-publications-index .view-header ul[data-block="content"], .publications-list.view-search .view-header ul[data-block="content"] {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.publications-list.news-list .view-header ul[data-block="content"] li, .publications-list.events-list .view-header ul[data-block="content"] li, .publications-list.view-publications-index .view-header ul[data-block="content"] li, .publications-list.view-search .view-header ul[data-block="content"] li {
  margin-right: 1.6rem;
}
.publications-list.news-list .view-header ul[data-block="content"] li a, .publications-list.events-list .view-header ul[data-block="content"] li a, .publications-list.view-publications-index .view-header ul[data-block="content"] li a, .publications-list.view-search .view-header ul[data-block="content"] li a {
  background: var(--enisa-blue);
  color: var(--white);
  text-decoration: none;
  padding: 0.6rem 1.6rem;
  border-radius: 6rem;
  font-size: 1.4rem;
  position: relative;
}
.publications-list.news-list .view-filters, .publications-list.events-list .view-filters, .publications-list.view-publications-index .view-filters, .publications-list.view-search .view-filters {
  order: 1;
}
.publications-list.news-list .view-empty, .publications-list.events-list .view-empty, .publications-list.view-publications-index .view-empty, .publications-list.view-search .view-empty {
  order: 2;
  padding: 1.6rem 1.6rem;
  background: var(--enisa-card);
  text-align: center;
  font-family: var(--semibold);
}
.publications-list.news-list .view-content, .publications-list.events-list .view-content, .publications-list.view-publications-index .view-content, .publications-list.view-search .view-content {
  order: 3;
}
.publications-list.news-list .pager, .publications-list.events-list .pager, .publications-list.view-publications-index .pager, .publications-list.view-search .pager {
  order: 4;
}
.publication-content-wrapper .publication-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 3.6rem;
}
.publication-content-wrapper .publication-image img {
  margin: 0 0 2.2rem;
  padding: 0.8rem;
  -webkit-box-shadow: 0px -8px 10px -2px rgba(0, 79, 159, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 79, 159, 0.2);
}
.publication-content-wrapper .publication-image .btn-download-file {
  width: 100%;
}
.publication-content-wrapper .publication-image .btn-download-file a {
  min-width: 100%;
}
.publication-content-wrapper .publication-content {
  padding: 0 1.6rem 0;
}
.publication-content-wrapper .publication-content .publish-date {
  display: flex;
}
.publication-content-wrapper .publication-content .publish-date .label-detail {
  font-family: var(--semibold);
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-right: 0.6rem;
}
.publication-content-wrapper .publication-content .publish-date .date {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.publication-content-wrapper .publication-content .field--name-field-description {
  margin: 0 0 2.2rem;
}
.publication-content-wrapper .publication-content .additional-materials {
  border-top: 1px dashed var(--enisa-blue);
  border-bottom: 1px dashed var(--enisa-blue);
  padding: 2.2rem 0;
  margin: 1.6rem 0 1.6rem;
}
.publication-content-wrapper .publication-content .additional-materials h2 {
  font-size: 1.6rem;
  font-family: var(--bold);
  letter-spacing: 0 !important;
}
.publication-content-wrapper .publication-content .additional-materials .additional-files {
  list-style-type: none;
  padding: 0;
  margin: 1.6rem 0.8rem 0;
}
.publication-content-wrapper .publication-content .additional-materials .additional-files li a {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.publication-content-wrapper .publication-content .additional-materials .additional-files li a:before {
  content: "";
}
.publication-content-wrapper .publication-content .additional-materials .additional-files li.img a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/image-icon.svg");
  mask-image: url("../images/image-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
}
.publication-content-wrapper .publication-content .additional-materials .additional-files li.pdf a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/pdf-icon.svg");
  mask-image: url("../images/pdf-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
}
.publication-content-wrapper .publication-content .additional-materials .additional-files li.zip a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/zip-icon.svg");
  mask-image: url("../images/zip-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
  mask-size: 2rem 2rem;
}
.publication-content-wrapper .publication-content .additional-materials .additional-files li.doc a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/doc-icon.svg");
  mask-image: url("../images/doc-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
  mask-size: 2rem 2rem;
}
.publication-content-wrapper .publication-content .additional-materials .additional-files li.excel a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/excel-icon.svg");
  mask-image: url("../images/excel-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
  mask-size: 2rem 2rem;
}
.publication-content-wrapper .publication-content .key-search {
  margin: 1.6rem 0 1.6rem;
}
.publication-content-wrapper .publication-content .key-search .label-detail {
  margin-right: 0.4rem;
  font-family: var(--semibold);
}
.publication-content-wrapper .publication-content .key-search .key:after {
  content: " | ";
  display: inline-flex;
  padding: 0 0.4rem;
}
.publication-content-wrapper .publication-content .key-search .key:last-child:after {
  display: none;
}
.publication-content-wrapper .publication-metadata h2 {
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0 !important;
}
.publication-content-wrapper .publication-metadata h2.publication-detail {
  font-size: 1.6rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 0.8rem 0;
}
.publication-content-wrapper .publication-metadata h2.publication-detail:before {
  display: inline-block;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  margin: 0 1rem 0 0;
  background: var(--black);
  -webkit-mask-image: url("../images/details-icon.svg");
  mask-image: url("../images/details-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
  bottom: 0px;
  transition: all 0.4s;
}
.publication-content-wrapper .publication-metadata h2.download:before {
  -webkit-mask-image: url("../images/download-icon.svg");
  mask-image: url("../images/download-icon.svg");
}
.publication-content-wrapper .publication-metadata h3 {
  font-size: 1.6rem;
  letter-spacing: 0 !important;
  color: var(--black);
  margin: 0.8rem 0;
}
.publication-content-wrapper .publication-metadata h3.item-list {
  padding: 0 0 0 1rem;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0 0 0 1rem;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.6rem;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li .label-detail {
  font-family: var(--semibold);
  margin-right: 0.8rem;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.lang {
  flex-direction: row;
  flex-wrap: wrap;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.lang .label-detail {
  width: 100%;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.lang .text a {
  background: var(--enisa-blue);
  color: var(--white);
  display: inline-block;
  text-align: center;
  border-radius: 0.4rem;
  padding: 0.2rem 0.4rem;
  margin: 0.4rem 0.4rem 0 0;
  font-family: var(--bold);
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.lang .text a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.isbn {
  border-top: 1px dashed var(--enisa-blue);
  padding-top: 1.6rem;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.isbn, .publication-content-wrapper .publication-metadata .publication-metadata-detail > li.doi {
  display: flex;
  flex-direction: row;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.isbn .label-detail, .publication-content-wrapper .publication-metadata .publication-metadata-detail > li.doi .label-detail {
  margin-right: 0.6rem;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.horizontal {
  flex-direction: row;
  flex-wrap: wrap;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.management-board p {
  margin-bottom: 0;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.status {
  flex-direction: row;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.status .text {
  font-family: var(--bold);
  color: #1AB14D;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.status .text.completed {
  color: #b11a1a;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.reserve-list {
  flex-direction: row;
  flex-wrap: wrap;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.reserve-list > ul {
  flex: 100%;
  list-style-type: none;
  padding: 0 0 0 1rem;
  border-left: 1px dotted;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.img a {
  display: flex;
  flex-wrap: nowrap;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.img a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/image-icon.svg");
  mask-image: url("../images/image-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.pdf {
  margin-bottom: 0.4rem;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.pdf a {
  display: flex;
  flex-wrap: nowrap;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.pdf a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--black);
  -webkit-mask-image: url("../images/pdf-icon.svg");
  mask-image: url("../images/pdf-icon.svg");
  mask-repeat: no-repeat;
  mask-size: 2rem 2rem;
  margin-right: 0.4rem;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.pdf a span {
  width: fit-content;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.pdf.file a {
  margin-top: 0rem;
  color: var(--black);
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.zip {
  margin-bottom: 0.4rem;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.zip a {
  display: flex;
  flex-wrap: nowrap;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.zip a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--black);
  -webkit-mask-image: url("../images/zip-icon.svg");
  mask-image: url("../images/zip-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
  mask-size: 2rem 2rem;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.zip a span {
  width: fit-content;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.zip.file a {
  margin-top: 0rem;
  color: var(--black);
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.doc {
  margin-bottom: 0.4rem;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.doc a {
  display: flex;
  flex-wrap: nowrap;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.doc a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--black);
  -webkit-mask-image: url("../images/doc-icon.svg");
  mask-image: url("../images/doc-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
  mask-size: 2rem 2rem;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.doc a span {
  width: fit-content;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.doc.file a {
  margin-top: 0rem;
  color: var(--black);
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.excel {
  margin-bottom: 0.4rem;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.excel a {
  display: flex;
  flex-wrap: nowrap;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.excel a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--black);
  -webkit-mask-image: url("../images/excel-icon.svg");
  mask-image: url("../images/excel-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
  mask-size: 2rem 2rem;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.excel a span {
  width: fit-content;
}
.publication-content-wrapper .publication-metadata .publication-metadata-detail > li.excel.file a {
  margin-top: 0rem;
  color: var(--black);
}
.publication-content-wrapper .publication-metadata p.link-btn {
  margin-bottom: 3.2rem;
}
.publication-content-wrapper .publication-metadata p.link-btn a {
  width: 100%;
}
.career-image .image {
  background: url("../images/enisa-office.jpg") no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 19rem;
}
.careers-content-wrapper > .row {
  display: flex;
}
.careers-content-wrapper > .row .career-image .image {
  background: url("../images/enisa-office.jpg") no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 19rem;
}
@media screen and (max-width: 420px) {
  .careers-content-wrapper > .row .career-image .image {
    background-size: cover;
    width: 100%;
    min-height: 27rem;
  }
}
@media screen and (max-width: 767px) {
  .careers-content-wrapper > .row .career-image {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .careers-content-wrapper > .row .publication-content {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .careers-content-wrapper > .row .publication-metadata {
    order: 2;
    padding: 1.6rem;
    width: 100%;
    margin: 1.6rem auto;
    background: var(--enisa-card);
  }
}
/** TOPIC LANDIG PAGE **/
.topic-landing-page > div {
  padding: 0 2.2rem;
}
@media screen and (max-width: 420px) {
  .topic-landing-page > div {
    padding: 0;
  }
}
.topic-landing-page > div h2 {
  height: 19.3rem;
  border-radius: 8px 8px 0 0;
  margin-bottom: 2.2rem;
}
.topic-landing-page > div h2 a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--black);
  text-decoration: none;
}
.topic-landing-page > div h2 a span {
  padding: 1.2rem 0.6rem 1.2rem 2.4rem;
  display: block;
  font-size: 2.2rem;
}
.topic-landing-page > div h2 a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.topic-landing-page > div .item-list li {
  margin: 0.8rem 1.6em;
}
.topic-landing-page .national-audience h2 {
  background: url("../images/national-authorities.png") no-repeat;
  background-size: cover;
}
.topic-landing-page .national-audience h2 span {
  background: var(--enisa-blue-trans);
  color: var(--white);
}
.topic-landing-page .private-audience h2 {
  background: url("../images/private-sector.png") no-repeat;
  background-size: cover;
}
.topic-landing-page .private-audience h2 span {
  background: var(--enisa-green-trans);
}
.topic-landing-page .citizens-audience h2 {
  background: url("../images/citizens.png") no-repeat;
  background-size: cover;
}
.topic-landing-page .citizens-audience h2 span {
  background: var(--enisa-orange-trans);
}
.section-banner-topics .topic-landing-page > div h2 {
  height: auto;
}
/** TAXONOMY TERMS **/
.taxonomy-term .content-description, .node-topic-content .content-description {
  margin-bottom: 2.2rem;
}
.taxonomy-term .content-description .tax-description, .node-topic-content .content-description .tax-description {
  display: flex;
  align-items: center;
}
.taxonomy-term .content-description .tax-description .quote-wrapper, .node-topic-content .content-description .tax-description .quote-wrapper {
  display: flex;
  align-items: flex-start;
  margin: 0 3.4rem 0 0;
}
.taxonomy-term .content-description .tax-description .quote-wrapper:before, .node-topic-content .content-description .tax-description .quote-wrapper:before {
  content: "";
  flex: 1;
  display: block;
  width: 6rem;
  height: 6rem;
  margin: 0 1.6rem 0 0;
  padding: 0 3rem;
  background: var(--gray-icon);
  -webkit-mask-image: url("../images/quote-icon.svg");
  mask-image: url("../images/quote-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.taxonomy-term .content-description .tax-description .quote-wrapper p, .node-topic-content .content-description .tax-description .quote-wrapper p {
  font-family: var(--semiboldItalic);
  font-size: 2.2rem;
}
.taxonomy-term .content-description .tax-video iframe, .node-topic-content .content-description .tax-video iframe {
  width: 100% !important;
  height: 284px !important;
}
.taxonomy-term .topic-content-wrapper, .node-topic-content .topic-content-wrapper {
  margin: 4.6rem 0;
}
.taxonomy-term .topic-content-wrapper h2, .node-topic-content .topic-content-wrapper h2 {
  font-family: var(--regular);
  font-size: 2.2rem;
  margin-bottom: 2.2rem;
}
.taxonomy-term .topic-content-wrapper .more-content-wrapper, .node-topic-content .topic-content-wrapper .more-content-wrapper {
  margin: 3.6rem 0;
  padding: 1.6rem 0;
}
.taxonomy-term .topic-content-wrapper .more-content-wrapper .more-content, .node-topic-content .topic-content-wrapper .more-content-wrapper .more-content {
  list-style-type: none;
  position: relative;
  padding-left: 11rem;
  padding-top: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.taxonomy-term .topic-content-wrapper .more-content-wrapper .more-content:before, .node-topic-content .topic-content-wrapper .more-content-wrapper .more-content:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  content: url("../images/contents-icon.svg");
  width: 9.4rem;
  height: 9.4rem;
}
.taxonomy-term .topic-content-wrapper .more-content-wrapper .more-content li, .node-topic-content .topic-content-wrapper .more-content-wrapper .more-content li {
  width: 46%;
  border-bottom: 1px solid var(--gray-icon);
  margin-right: 4%;
}
.taxonomy-term .topic-content-wrapper .more-content-wrapper .more-content li a, .node-topic-content .topic-content-wrapper .more-content-wrapper .more-content li a {
  padding: 0.4rem;
  display: flex;
  flex-wrap: nowrap;
  font-family: var(--bold);
  color: var(--black);
}
.taxonomy-term .topic-content-wrapper .more-content-wrapper .more-content li a.active, .node-topic-content .topic-content-wrapper .more-content-wrapper .more-content li a.active {
  color: var(--enisa-red);
}
.taxonomy-term .topic-content-wrapper .more-content-wrapper .more-content li a:before, .node-topic-content .topic-content-wrapper .more-content-wrapper .more-content li a:before {
  display: block;
  margin: 0.6rem 0.6rem 0 0;
  content: "";
  position: relative;
  left: 0;
  transition: all 0.3s;
  width: 1.6rem;
  height: 1.2rem;
  background-color: var(--black);
  -webkit-mask-image: url("../images/arrow-menu.svg");
  mask-image: url("../images/arrow-menu.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.taxonomy-term .topic-content-wrapper .more-content-wrapper .more-content li a:hover, .node-topic-content .topic-content-wrapper .more-content-wrapper .more-content li a:hover {
  text-decoration: none;
}
.taxonomy-term .topic-content-wrapper .more-content-wrapper .more-content li a:hover:before, .node-topic-content .topic-content-wrapper .more-content-wrapper .more-content li a:hover:before {
  left: 1%;
  transition: all 0.3s;
}
.sidebar-first .block-topic-taxonomy-menu-block {
  margin: 0.6rem 0 2.2rem;
}
.sidebar-first .topic-content-wrapper {
  margin: 1.6rem 0 1.6rem;
}
.sidebar-first .topic-content-wrapper .more-content-wrapper {
  margin: 0;
  padding: 0.8rem 0;
}
.sidebar-first .topic-content-wrapper .more-content-wrapper .more-content {
  list-style-type: none;
  position: relative;
  padding-left: 5.2rem;
  padding-top: 0;
  display: flex;
  align-items: stretch;
  flex-direction: column;
}
.sidebar-first .topic-content-wrapper .more-content-wrapper .more-content:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/contents-icon.svg");
  width: 4.2rem;
  height: 4.2rem;
  background-size: cover;
  content: "";
}
.sidebar-first .topic-content-wrapper .more-content-wrapper .more-content li {
  width: 100%;
  border-bottom: 1px solid var(--gray-icon);
  margin-right: 4%;
}
.sidebar-first .topic-content-wrapper .more-content-wrapper .more-content li a {
  padding: 0.4rem;
  display: flex;
  flex-wrap: nowrap;
  font-family: var(--semibold);
  color: var(--black);
  text-decoration: none;
}
.sidebar-first .topic-content-wrapper .more-content-wrapper .more-content li a.active {
  color: var(--enisa-red);
}
.sidebar-first .topic-content-wrapper .more-content-wrapper .more-content li a:before {
  display: block;
  margin: 0.6rem 0.6rem 0 0;
  content: "";
  position: relative;
  left: 0;
  transition: all 0.3s;
  min-width: 1.6rem;
  width: 1.6rem;
  height: 1.2rem;
  background-color: var(--black);
  -webkit-mask-image: url("../images/arrow-menu.svg");
  mask-image: url("../images/arrow-menu.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.sidebar-first .topic-content-wrapper .more-content-wrapper .more-content li a:hover {
  text-decoration: none;
}
.sidebar-first .topic-content-wrapper .more-content-wrapper .more-content li a:hover:before {
  left: 1%;
  transition: all 0.3s;
}
.discover-content-wrapper {
  margin: 4.6rem 0 4.6rem;
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
  padding: 4.6rem 0;
}
.discover-content-wrapper.no-border-bottom {
  border-bottom: none;
  margin: 4.6rem 0 0;
}
.discover-content-wrapper h2 {
  font-size: 2.6rem;
  margin-bottom: 4.6rem;
  letter-spacing: -1px;
}
.discover-content-wrapper .discover-content {
  margin: 2.2rem 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
}
.discover-content-wrapper .discover-content li {
  flex: 1 1 0;
  max-width: 25%;
  margin: 0.8rem 1.6rem;
}
.discover-content-wrapper .discover-content li a {
  position: relative;
  display: flex;
  align-items: center;
  font-family: var(--bold);
  font-size: 1.6rem;
  color: var(--black);
}
.discover-content-wrapper .discover-content li a:before {
  display: block;
  content: "";
  width: 9.4rem;
  height: 9.4rem;
  margin-right: 1.6rem;
}
.discover-content-wrapper .discover-content li.news a:before {
  content: url("../images/news-icon.svg");
}
.discover-content-wrapper .discover-content li.publications a:before {
  content: url("../images/publication-icon.svg");
}
.discover-content-wrapper .discover-content li.events a:before {
  content: url("../images/event-icon.svg");
}
/** SUBMENU **/
.submenu, .submenu-block ul[data-block="sidebar_first"] {
  list-style-type: none;
  padding: 0;
}
.submenu > li, .submenu-block ul[data-block="sidebar_first"] > li {
  margin: 0 0 0.2rem;
  border-bottom: 1px dotted var(--gray-icon);
  padding: 0.8rem 0.2rem;
}
.submenu > li > a, .submenu-block ul[data-block="sidebar_first"] > li > a {
  font-family: var(--semibold);
  color: var(--black);
  text-decoration: none;
  padding: 0.2rem 0;
}
.submenu > li > a:hover, .submenu-block ul[data-block="sidebar_first"] > li > a:hover {
  color: var(--enisa-red);
  text-decoration: none;
}
.submenu > li > a.active, .submenu-block ul[data-block="sidebar_first"] > li > a.active {
  color: var(--enisa-red);
}
.submenu > li > a:after, .submenu-block ul[data-block="sidebar_first"] > li > a:after {
  display: none;
}
.submenu > li > ul, .submenu-block ul[data-block="sidebar_first"] > li > ul {
  list-style-type: none;
  margin: 0 0.4rem 0.8rem 0;
  padding-left: 0.6rem;
}
.submenu > li > ul > li, .submenu-block ul[data-block="sidebar_first"] > li > ul > li {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.submenu > li > ul > li:before, .submenu-block ul[data-block="sidebar_first"] > li > ul > li:before {
  display: block;
  margin: 1rem 0.6rem 0 0;
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: var(--black);
  -webkit-mask-image: url("../images/arrow-menu.svg");
  mask-image: url("../images/arrow-menu.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
.submenu > li > ul > li > a, .submenu-block ul[data-block="sidebar_first"] > li > ul > li > a {
  font-family: var(--regular);
  padding: 0.4rem 0.4rem 0 0;
  color: var(--black);
  width: calc(100% - 1.6rem);
  font-size: 1.5rem;
  text-decoration: none;
}
.submenu > li > ul > li > a:hover, .submenu-block ul[data-block="sidebar_first"] > li > ul > li > a:hover {
  color: var(--enisa-red);
  text-decoration: none;
}
.submenu > li > ul > li > a.active, .submenu-block ul[data-block="sidebar_first"] > li > ul > li > a.active {
  color: var(--enisa-red);
  font-family: var(--bold);
}
@media screen and (max-width: 768px) {
  .submenu, .submenu-block ul[data-block="sidebar_first"] {
    background: var(--enisa-card);
    padding: 0 1.6rem;
  }
  .submenu > li a:hover, .submenu-block ul[data-block="sidebar_first"] > li a:hover {
    color: var(--enisa-red);
    text-decoration: none;
  }
}
@media screen and (max-width: 600px) {
  .submenu, .submenu-block ul[data-block="sidebar_first"] {
    padding: 0 1.6rem;
  }
}
/** TABS RELATED CONTENT **/
.block-blocktabs-blockrelated-content {
  margin: 3rem 0;
}
.related-content-section {
  margin: 4rem 0 4.6rem 0;
}
.ui-tabs.ui-widget-content {
  border: 0;
  margin: 3rem 0;
}
@media screen and (max-width: 620px) {
  .ui-tabs.ui-widget-content .ui-tabs-panel {
    padding: 1.6rem 0 2.2rem;
  }
}
.ui-tabs.ui-widget-content .ui-widget-header {
  border: none;
  background: var(--white);
  color: var(--black);
  font-weight: normal;
  font-family: var(--regular);
  position: relative;
  display: flex;
}
@media screen and (max-width: 620px) {
  .ui-tabs.ui-widget-content .ui-widget-header {
    flex-direction: column;
    min-height: 4rem;
    height: 4rem;
    overflow: hidden;
  }
  .ui-tabs.ui-widget-content .ui-widget-header:before {
    content: "";
    /* display: block; */
    width: 2.2rem;
    height: 2.2rem;
    background-image: url("../images/ico-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 1.6rem;
    top: 1.6rem;
  }
  .ui-tabs.ui-widget-content .ui-widget-header.active {
    min-height: initial;
    height: auto;
  }
  .ui-tabs.ui-widget-content .ui-widget-header .ui-state-default {
    order: 2;
    margin: 0 0 1.6rem 0 !important;
  }
  .ui-tabs.ui-widget-content .ui-widget-header .ui-state-active {
    order: 1;
    margin: 0 0 1.6rem 0 !important;
  }
}
.ui-tabs.ui-widget-content .ui-widget-header:after {
  content: "";
  width: 100%;
  height: 6px;
  background: var(--enisa-card);
  position: absolute;
  bottom: 0px;
  z-index: 1;
}
.ui-tabs.ui-widget-content .ui-widget-header .ui-tabs-tab, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-default {
  border: none;
  background: transparent;
  color: var(--black);
  font-weight: normal;
  font-family: var(--regular);
  font-size: 2.6rem;
  float: none;
  margin: 0;
  position: relative;
  z-index: 2;
}
.ui-tabs.ui-widget-content .ui-widget-header .ui-tabs-tab a, .ui-tabs.ui-widget-content .ui-widget-header .ui-tabs-tab a:link, .ui-tabs.ui-widget-content .ui-widget-header .ui-tabs-tab a:visited, .ui-tabs.ui-widget-content .ui-widget-header .ui-tabs-tab a:focus, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-default a, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-default a:link, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-default a:visited, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-default a:focus {
  float: none;
  color: var(--black);
  outline: none;
  outline-offset: 0;
  padding: 0.8rem 4.6rem;
}
@media screen and (max-width: 768px) {
  .ui-tabs.ui-widget-content .ui-widget-header .ui-tabs-tab a, .ui-tabs.ui-widget-content .ui-widget-header .ui-tabs-tab a:link, .ui-tabs.ui-widget-content .ui-widget-header .ui-tabs-tab a:visited, .ui-tabs.ui-widget-content .ui-widget-header .ui-tabs-tab a:focus, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-default a, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-default a:link, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-default a:visited, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-default a:focus {
    padding: 0.8rem 2.2rem;
  }
}
.ui-tabs.ui-widget-content .ui-widget-header .ui-state-hover, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-focus, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-active {
  border-bottom: 6px solid var(--enisa-blue);
}
.ui-tabs.ui-widget-content .ui-widget-header .ui-state-hover a, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-hover a:link, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-hover a:visited, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-hover a:focus, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-focus a, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-focus a:link, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-focus a:visited, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-focus a:focus, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-active a, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-active a:link, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-active a:visited, .ui-tabs.ui-widget-content .ui-widget-header .ui-state-active a:focus {
  float: none;
  color: var(--black);
  outline: none;
  outline-offset: 0;
}
/** FEATURED COMPONENT **/
.featured-component {
  overflow: auto;
  clear: both;
}
.featured-component .view-content .featured-items {
  width: calc(50% - 3.2rem);
  padding: 1.6rem 0;
  margin: 0 1.6rem 0 0;
  float: right;
  border-bottom: 1px solid var(--gray);
}
@media screen and (max-width: 990px) {
  .featured-component .view-content .featured-items {
    max-width: 100%;
    width: 100%;
    margin: 0 0 0 1.6rem;
  }
}
.featured-component .view-content .featured-items .featured-image {
  display: none;
}
.featured-component .view-content .featured-items .featured-content {
  display: flex;
  flex-direction: column;
}
.featured-component .view-content .featured-items .featured-content h3 {
  order: 2;
  font-size: 2.2rem;
  font-family: var(--bold);
  margin: 0 0 0.5rem;
  letter-spacing: -1px;
}
.featured-component .view-content .featured-items .featured-content h3 a {
  color: var(--black);
  text-decoration: none;
}
.featured-component .view-content .featured-items .featured-content h3 a:hover {
  color: var(--enisa-blue);
}
.featured-component .view-content .featured-items .featured-content .metadata {
  order: 1;
  text-transform: uppercase;
  display: flex;
  font-size: 1.4rem;
  margin: 0 0 0.5rem 0;
}
.featured-component .view-content .featured-items .featured-content .metadata > span {
  margin-right: 0.8rem;
}
.featured-component .view-content .featured-items .featured-content .metadata > span:first-child {
  font-family: var(--bold);
  color: var(--enisa-red);
}
.featured-component .view-content .featured-items .featured-content .metadata .type {
  display: inline-block;
}
.featured-component .view-content .featured-items .featured-content .metadata .date {
  display: inline-block;
}
.featured-component .view-content .featured-items .featured-content .metadata .download {
  margin-left: auto;
}
.featured-component .view-content .featured-items .featured-content .content {
  order: 3;
  margin: 0rem 0 0.8rem;
}
.featured-component .view-content .featured-items .featured-content .related-topics {
  order: 4;
}
.featured-component .view-content .featured-items .featured-content .related-topics > a {
  background: var(--topic-tags);
  color: var(--black);
  text-decoration: none;
  padding: 0.4rem 1.6rem;
  border-radius: 6rem;
  font-size: 1.4rem;
  position: relative;
}
.featured-component .view-content .featured-items .featured-content .related-topics > a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0px;
  height: 100%;
  background: var(--enisa-blue);
  transition: all 0.6s ease;
  opacity: 0.2;
  overflow: hidden;
  border-radius: 6rem;
}
.featured-component .view-content .featured-items .featured-content .related-topics > a:hover:before {
  width: 100%;
  left: 0%;
}
.featured-component .view-content .featured-items .featured-content .related-topics ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.featured-component .view-content .featured-items .featured-content .related-topics ul li {
  padding: 0;
  margin: 0 0.6rem 0.6rem 0;
}
.featured-component .view-content .featured-items .featured-content .related-topics ul li a {
  background: var(--topic-tags);
  color: var(--black);
  text-decoration: none;
  padding: 0.4rem 1.6rem;
  border-radius: 6rem;
  font-size: 1.4rem;
  position: relative;
}
.featured-component .view-content .featured-items .featured-content .related-topics ul li a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0px;
  height: 100%;
  background: var(--enisa-blue);
  transition: all 0.6s ease;
  opacity: 0.2;
  overflow: hidden;
  border-radius: 6rem;
}
.featured-component .view-content .featured-items .featured-content .related-topics ul li a:hover:before {
  width: 100%;
  left: 0%;
}
.featured-component .view-content .featured-items:nth-child(1) {
  float: left;
  margin: 0 3.6rem 0 0;
  padding: 0;
  border-bottom: none;
}
.featured-component .view-content .featured-items:nth-child(1) .featured-image {
  display: block;
  height: 39.6rem;
  overflow: hidden;
}
.featured-component .view-content .featured-items:nth-child(1) .featured-image a {
  display: block;
}
.featured-component .view-content .featured-items:nth-child(1) .featured-image a img {
  width: 100%;
  height: 39.6rem;
  object-fit: cover;
}
.featured-component .view-content .featured-items:nth-child(1) .featured-content {
  background: var(--enisa-card);
  padding: 1.6rem 1.6rem;
}
.featured-component .view-content .featured-items:last-child {
  border-bottom: none;
}
/** PRACTICAL INFORMATION COLUMN **/
.info-col {
  padding-left: 3.2rem;
}
@media screen and (max-width: 991px) {
  .info-col {
    order: 1;
    padding-left: 0;
  }
}
.info-col h2 {
  font-size: 1.6rem !important;
  font-family: var(--bold);
  text-transform: uppercase;
  margin: 1.6rem 0 1.6rem;
  letter-spacing: 0 !important;
}
.info-col .image {
  margin-bottom: 3.2rem;
}
.info-col .related-topics ul li a {
  background: var(--enisa-blue);
  color: var(--white);
}
.info-col .related-topics ul li a:before {
  background: var(--enisa-card);
  color: var(--black);
  opacity: 0.5;
}
.info-col .references .item-list li {
  margin: 0 0 0.25rem 0rem;
  padding: 0;
}
.info-col .practical-info {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.info-col .practical-info li {
  margin: 1.2rem 0;
}
.info-col .practical-info li > span:nth-child(1) {
  display: inline-block;
  font-family: var(--bold);
  color: var(--black);
}
.info-col .practical-info li.registration p {
  display: inline-block;
}
.info-col .practical-info li.contact > a {
  display: inline-block;
  font-family: var(--regular);
  color: var(--black);
}
.info-col .practical-info li.contact > a span {
  font-family: var(--regular);
  color: var(--black);
}
.info-col .practical-info li.contact > a span:after {
  content: "";
  width: 6rem;
  height: 6rem;
  margin: 0 1.6rem 0 0;
  padding: 0 1.6rem;
  background: var(--gray);
  -webkit-mask-image: url("../images/mail-icon.svg");
  mask-image: url("../images/mail-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (max-width: 767px) {
  .content-description .news-content, .content-description .events-content {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .content-description .news-content .events-metadata, .content-description .events-content .events-metadata {
    order: 1;
    padding: 1.6rem;
    margin: 1.6rem auto;
    width: 100%;
    background: var(--white);
  }
}
@media screen and (max-width: 420px) {
  .content-description .news-content .events-metadata, .content-description .events-content .events-metadata {
    width: 100%;
    background: var(--white);
    margin: 0;
    padding: 1.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .content-description .news-metadata {
    order: 1;
    padding: 1.6rem;
    width: 100%;
    margin: 1.6rem auto;
    background: var(--enisa-card);
  }
}
@media screen and (max-width: 420px) {
  .content-description .news-metadata {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .content-description .events-metadata {
    order: 1;
    padding: 1.6rem;
    width: 100%;
    margin: 1.6rem auto;
    background: var(--enisa-card);
  }
}
@media screen and (max-width: 420px) {
  .content-description .events-metadata {
    width: 95%;
  }
}
.content-description .events-metadata span:first-child {
  color: var(--enisa-red);
  font-family: var(--bold);
}
.content-description .events-metadata .type {
  text-transform: uppercase;
  margin-right: 0.6rem;
}
.content-description .events-metadata .date {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .content-description .events-metadata .date {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .node--type-publications .publication-image {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .node--type-publications .publication-image {
    order: 1;
    padding: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .node--type-publications .publication-content {
    order: 3;
    margin: 1.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .node--type-publications .publication-content {
    order: 3;
  }
}
@media screen and (max-width: 768px) {
  .node--type-publications .publication-metadata {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .node--type-publications .publication-metadata {
    order: 2;
    padding: 1.6rem;
    width: 90%;
    margin: 1.6rem auto;
    background: var(--enisa-card);
  }
}
@media screen and (max-width: 420px) {
  .node--type-publications .publication-metadata {
    width: 95%;
  }
}
.page-node-type-news .quote-wrapper, .page-node-type-events .quote-wrapper {
  padding: 2.2rem 3.2rem;
  margin: 2.2rem;
}
.page-node-type-news .quote-wrapper:before, .page-node-type-events .quote-wrapper:before {
  content: "";
  flex: 1;
  display: none;
  width: 6rem;
  height: 6rem;
  margin: 0 1.6rem 0 0;
  padding: 0 3rem;
  background: var(--gray-icon);
  -webkit-mask-image: url("../images/quote-icon.svg");
  mask-image: url("../images/quote-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (max-width: 420px) {
  .page-node-type-news .quote-wrapper, .page-node-type-events .quote-wrapper {
    margin: 1.6rem 0;
  }
  .page-node-type-news .quote-wrapper p, .page-node-type-events .quote-wrapper p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page-node-type-news .quote-wrapper, .page-node-type-events .quote-wrapper {
    padding: 1.6rem 0rem;
    margin: 2.2rem;
  }
}
.page-node-type-news .download-agenda .btn-enisa:after, .page-node-type-events .download-agenda .btn-enisa:after {
  display: inline-block;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0 0 1rem;
  background: var(--white);
  -webkit-mask-image: url("../images/download-icon.svg");
  mask-image: url("../images/download-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: relative;
  bottom: -3px;
  transition: all 0.4s;
}
.page-node-type-news .download-agenda .btn-enisa:hover:after, .page-node-type-events .download-agenda .btn-enisa:hover:after {
  bottom: -8px;
  transition: all 0.4s;
}
blockquote {
  background: var(--enisa-card);
  border-left: 4px solid #B1C9D7;
  padding: 2.2rem 3.2rem;
  margin: 2.2rem;
}
@media screen and (max-width: 600px) {
  blockquote {
    padding: 1.6rem;
    margin: 1.6rem 0;
  }
}
blockquote * {
  font-size: 1.6rem !important;
}
/** SPEAKERS LIST **/
.speakers-wrapper {
  margin: 3.2rem 0;
}
.speakers-wrapper h2 {
  font-family: var(--bold);
  text-transform: uppercase;
  font-size: 1.6rem;
}
.speakers-wrapper .speakers-list {
  margin: 3.2rem 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.speakers-wrapper .speakers-list li {
  display: flex;
  flex: 50%;
  padding: 0.4rem 0.8rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .speakers-wrapper .speakers-list li {
    flex: 100%;
  }
}
.speakers-wrapper .speakers-list li .avatar {
  margin-right: 1.6rem;
}
.speakers-wrapper .speakers-list li .avatar img {
  border-radius: 60rem;
  width: 6rem;
  height: 6rem;
}
.speakers-wrapper .speakers-list li .data p {
  margin: 0;
}
.speakers-wrapper .speakers-list li .data .name {
  font-family: var(--bold);
  margin: 0;
}
.speakers-wrapper .speakers-list li .data .charge {
  font-family: var(--lightItalic);
}
/**  CARD LINKS **/
.card-links {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 2.2rem 0;
}
.card-links > li {
  background: var(--enisa-card);
  margin: 1.6rem 1.6rem 1.6rem 0;
  flex: 31%;
  position: relative;
  padding: 1.6rem 1.6rem 5.6rem 1.6rem;
  border-radius: 0.6rem;
}
@media screen and (max-width: 768px) {
  .card-links > li {
    flex: calc(50% - 3.2rem);
  }
}
@media screen and (max-width: 768px) {
  .card-links > li {
    flex: 100%;
  }
  .card-links > li > strong {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .card-links > li {
    padding: 1.6rem 1.6rem 1.6rem 1.6rem;
    margin: 1.6rem 0;
  }
}
.card-links > li > ul {
  list-style-type: none;
}
.card-links > li .btn-all {
  margin: 2.2rem 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .card-links > li .btn-all {
    margin: 1.6rem 0;
    position: relative;
  }
}
.card-links.file-pdf > li > ul {
  list-style-type: none;
  padding: 0;
  margin: 1.4rem 0.4rem;
}
.card-links.file-pdf > li > ul > li a {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
.card-links.file-pdf > li > ul > li a:before {
  display: block;
  flex: none;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/pdf-icon.svg");
  mask-image: url("../images/pdf-icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  margin: 0.4rem;
}
.card-links > li:last-child > p.select-label {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0.6rem;
  border-radius: 0.4rem;
  border: 1px solid;
  cursor: pointer;
  margin: 0;
  background: var(--white);
}
.card-links > li:last-child > p.select-label:after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../images/ico-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.card-links > li:last-child > ul {
  min-height: 0rem;
  height: 0rem;
  position: absolute;
  width: 92%;
  background: var(--white);
  overflow: hidden;
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
}
.card-links > li:last-child.active > ul {
  min-height: 20rem;
  height: 24rem;
  overflow-y: scroll;
  padding: 1.6rem;
  margin: 0;
  border: 1px solid;
  border-top: 0;
}
.card-links > li:last-child.active > ul > li > ul {
  list-style-type: none;
}
.card-links > li:last-child.active > ul > li > ul > a {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
}
.card-links > li:last-child.active > ul > li > ul > a:before {
  display: block;
  flex: none;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/pdf-icon.svg");
  mask-image: url("../images/pdf-icon.svg");
  mask-repeat: no-repeat;
  mask-size: contain;
  margin: 0.4rem;
}
/** MEMBER CARD **/
.member-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 2.2rem 1.6rem;
}
@media screen and (max-width: 420px) {
  .member-card {
    flex-direction: column;
  }
}
.member-card .member-image {
  padding: 2.2rem 1.6rem;
}
.member-card .member-image img {
  object-fit: cover;
  border-radius: 90rem;
  border: 1px solid var(--enisa-tag);
  width: 15rem;
  height: 15rem;
}
.member-card .member-content .member-name {
  display: inline-block;
  border-bottom: 4px solid;
  margin: 0rem 0 0.4rem;
  padding: 0.8rem 0.4rem;
  font-family: var(--italic);
}
/** TOOLS CARD LIST **/
.tools-cards .view-content {
  display: flex;
  flex-wrap: wrap;
}
.tools-cards .view-content .item-card {
  flex: calc(50% - 3.2rem);
  padding: 1.6rem 2.2rem;
  border: 1px solid var(--enisa-blue);
  border-radius: 0.8rem 0.8rem 0 0;
  margin: 1.6rem;
}
@media screen and (max-width: 767px) {
  .tools-cards .view-content .item-card {
    flex: calc(100% - 3.2rem);
  }
}
.tools-cards .view-content .item-card time {
  font-family: var(--bold);
  color: var(--enisa-red);
}
.tools-cards .view-content .item-card h2, .tools-cards .view-content .item-card h3 {
  font-size: 2.2rem;
  font-family: var(--bold);
  margin-top: 0;
  letter-spacing: -1px !important;
}
.tools-cards .view-content .item-card .label {
  color: var(--black);
}
.tools-cards .view-content .item-card .related-topics .label {
  color: var(--black);
}
/** BANNER **/
.section-banner {
  background: var(--enisa-card);
  padding: 3.2rem 0;
}
.section-banner .content-banner {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .section-banner .content-banner {
    flex-wrap: wrap;
    padding: 1rem 3.6rem;
  }
}
.section-banner .content-banner:before {
  content: "";
  display: block;
  width: 18rem;
  min-width: 18rem;
  height: 18rem;
  background: url("../images/plane-icon.svg") no-repeat;
  background-position: 2.6rem top;
  margin: 1.6rem 7.2rem;
}
@media screen and (max-width: 991px) {
  .section-banner .content-banner:before {
    width: 12rem;
    min-width: 12rem;
    height: 12rem;
    background-position: 0;
    margin: 1.6rem;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .section-banner .content-banner:before {
    margin: 1.6rem auto;
  }
}
.section-banner .content-banner h2 {
  text-align: center;
}
.section-banner .content-banner a {
  color: var(--enisa-blue) !important;
}
.section-banner .content-banner ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 3.2rem 0;
}
@media screen and (max-width: 767px) {
  .section-banner .content-banner ul {
    justify-content: flex-start;
    margin: 3.2rem 0;
    flex-wrap: wrap;
  }
}
.section-banner .content-banner ul li {
  margin: 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .section-banner .content-banner ul li {
    margin: 0.8rem 1.6rem;
  }
}
.section-banner .content-banner ul li span:nth-child(1) {
  display: block;
  font-family: var(--italic);
}
.section-banner .content-banner ul li span:nth-child(2) {
  display: block;
  font-size: 2.2rem;
  font-family: var(--semibold);
}
.section-banner.banner-working-groups {
  background: url("../images/banner-working-groups.png") no-repeat;
  padding: 1.6rem 0;
}
@media screen and (max-width: 620px) {
  .section-banner.banner-working-groups {
    background-size: cover;
  }
}
.section-banner.banner-working-groups .content-banner {
  align-items: center;
}
@media screen and (max-width: 620px) {
  .section-banner.banner-working-groups .content-banner {
    flex-wrap: wrap;
  }
}
.section-banner.banner-working-groups .content-banner:before {
  content: "";
  display: block;
  width: 43.7rem;
  min-width: 43.7rem;
  height: 29.3rem;
  border-radius: 0.8rem;
  background: url("../images/working-groups.png") no-repeat;
  background-position: 2.6rem top;
  margin: 1.6rem 7.2rem;
}
@media screen and (max-width: 768px) {
  .section-banner.banner-working-groups .content-banner:before {
    width: 30%;
    min-width: 30%;
    height: 22rem;
    margin: 0 2.2rem 0 0;
    background-size: contain;
    background-position: inherit;
  }
}
@media screen and (max-width: 620px) {
  .section-banner.banner-working-groups .content-banner:before {
    width: 100%;
    min-width: 100%;
    height: 31rem;
    margin: 2.2rem 0;
    background-position: inherit;
    background-position: center;
  }
}
.section-banner.banner-working-groups .content-banner h2 {
  text-align: left;
}
/** PAGE WITH IMAGE **/
.page-with-image .page-image {
  padding: 0 1.6rem 0 0.8rem;
}
@media screen and (max-width: 768px) {
  .page-with-image .page-image {
    margin: 0 0 1.6rem 0;
  }
}
.page-with-image .page-image.no-background > img {
  border-radius: 0.8rem;
  object-fit: cover;
}
.page-with-image .page-image iframe {
  width: 100%;
}
.page-with-image .page-image > img {
  border-radius: 0.8rem;
}
.page-with-image .media-landing-about {
  padding: 0 1.6rem 0 0.8rem;
}
@media screen and (max-width: 768px) {
  .page-with-image .media-landing-about {
    margin: 0 0 1.6rem 0;
  }
}
.page-with-image .media-landing-about iframe {
  width: 100%;
}
.page-with-image .media-landing-about > img {
  border-radius: 0.8rem;
}
.page-with-image .page-content-wrapper iframe {
  width: 100%;
}
/** TABLES **/
.table > thead tr th {
  background: var(--enisa-card);
  border-bottom: 1px solid #ddd;
  font-family: var(--semibold);
  font-size: 1.6rem;
}
.table > tbody tr {
  border-bottom: 1px solid var(--gray-icon);
}
.table > tbody tr td {
  border: 0;
}
.table > tbody tr td .calendar-view-day .calendar-view-day__number {
  flex: 0 0 auto;
  align-self: center;
  width: 2.2rem;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 0.25rem;
  padding: 0.5rem 0.15rem;
  cursor: help;
  text-align: center;
  background: transparent;
  color: var(--black);
  transition: border-radius 0.2s linear;
}
.table > tbody tr td.today .calendar-view-day .calendar-view-day__number, .table > tbody tr td.is-today .calendar-view-day .calendar-view-day__number {
  background: var(--enisa-orange);
  color: var(--black);
}
.calendar-view-table .calendar-view-day__row > * {
  font-size: 1.4rem;
}
.calendar-view-pager .pager__item a {
  font-size: 1.6rem;
}
.calendar-view-pager .pager__current {
  display: none;
}
.calendar-view-pager__reset {
  display: none;
}
.table-careers table thead tr th, li.status table thead tr th {
  background: transparent;
  border-bottom: 2px solid var(--enisa-blue);
  font-family: var(--bold);
  font-size: 1.4rem;
}
.table-careers table thead tr th:last-child, li.status table thead tr th:last-child {
  text-align: center;
  min-width: 16rem;
  width: 16rem;
}
.table-careers table tbody .career-item, li.status table tbody .career-item {
  padding: 0.8rem;
  border: 0;
}
.table-careers table tbody .career-item:nth-of-type(even), li.status table tbody .career-item:nth-of-type(even) {
  background: var(--enisa-card) !important;
}
.table-careers table tbody .career-item:nth-of-type(even) td, li.status table tbody .career-item:nth-of-type(even) td {
  --bs-table-bg-type: var(--enisa-card) !important;
}
.table-careers table tbody .career-item:nth-of-type(odd), li.status table tbody .career-item:nth-of-type(odd) {
  background: var(--white) !important;
}
.table-careers table tbody .career-item:nth-of-type(odd) td, li.status table tbody .career-item:nth-of-type(odd) td {
  --bs-table-bg-type: var(--white) !important;
}
.table-careers table tbody .career-item td, li.status table tbody .career-item td {
  font-size: 1.4rem;
  padding: 1.6rem 0.8rem;
  background: var(--white) !important;
}
.table-careers table tbody .career-item td:nth-child(1), li.status table tbody .career-item td:nth-child(1) {
  font-family: var(--bold);
  font-size: 1.4rem;
  width: 40%;
}
.table-careers table tbody .career-item td:nth-child(1) a, li.status table tbody .career-item td:nth-child(1) a {
  display: block;
}
.table-careers table tbody .career-item td:last-child, li.status table tbody .career-item td:last-child {
  padding: 1.1rem 0;
  display: flex;
  justify-content: center;
}
.table-careers .opened, .table-careers span[class^="opened"], .table-careers .open, .table-careers span[class^="open"], li.status .opened, li.status span[class^="opened"], li.status .open, li.status span[class^="open"] {
  border: 1px solid var(--enisa-green);
  color: var(--white);
  background: var(--enisa-green);
  font-family: var(--bold);
  text-transform: uppercase;
  padding: 0.5rem;
  display: inline-block;
  font-size: 1.2rem;
  min-width: 10rem;
  text-align: center;
  text-wrap-mode: nowrap;
}
.table-careers .progress, .table-careers span[class^="in progress"], .table-careers .ongoing, li.status .progress, li.status span[class^="in progress"], li.status .ongoing {
  border: 1px solid var(--enisa-orange);
  border-radius: 0;
  color: var(--white);
  background: var(--enisa-orange);
  font-family: var(--bold);
  text-transform: uppercase;
  padding: 0.5rem;
  display: inline-block;
  font-size: 1.2rem;
  min-width: 10rem;
  text-align: center;
  text-wrap-mode: nowrap;
}
.table-careers .completed, .table-careers span[class^="completed"], li.status .completed, li.status span[class^="completed"] {
  border: 1px solid var(--enisa-red);
  color: var(--enisa-red);
  background: var(--white);
  font-family: var(--bold);
  text-transform: uppercase;
  padding: 0.5rem;
  display: inline-block;
  font-size: 1.2rem;
  min-width: 10rem;
  text-align: center;
  text-wrap-mode: nowrap;
}
.table-careers .cancelled, .table-careers span[class^="cancelled"], .table-careers .unfruitful, .table-careers span[class^="unfruitful"], li.status .cancelled, li.status span[class^="cancelled"], li.status .unfruitful, li.status span[class^="unfruitful"] {
  background: var(--enisa-red);
  color: var(--white);
  font-family: var(--bold);
  text-transform: uppercase;
  padding: 0.5rem;
  display: inline-block;
  font-size: 1.2rem;
  min-width: 10rem;
  text-align: center;
  text-wrap-mode: nowrap;
}
.table-agenda, .listing, .grid.listing {
  width: 90%;
  margin: auto;
  border: 0;
}
.table-agenda tbody tr, .listing tbody tr, .grid.listing tbody tr {
  border-bottom: 1px solid #ddd;
}
.table-agenda tbody tr td, .listing tbody tr td, .grid.listing tbody tr td {
  padding: 1.2rem 0.8rem 0.6rem;
  vertical-align: top;
}
.table-agenda tbody tr td:nth-child(1), .listing tbody tr td:nth-child(1), .grid.listing tbody tr td:nth-child(1) {
  width: auto;
  padding: 1.2rem 1.6rem 0.6rem;
  background: var(--enisa-card);
  font-family: var(--semibold);
  font-size: 1.6rem;
  border-right: 1px solid var(--enisa-blue);
}
.table-agenda tbody tr td:nth-child(1) > p:nth-child(1), .listing tbody tr td:nth-child(1) > p:nth-child(1), .grid.listing tbody tr td:nth-child(1) > p:nth-child(1) {
  font-size: 1.6rem;
  margin: 0;
}
.table-agenda tbody tr td:nth-child(1) > p:nth-child(2), .listing tbody tr td:nth-child(1) > p:nth-child(2), .grid.listing tbody tr td:nth-child(1) > p:nth-child(2) {
  font-size: 1.4rem;
}
.table-general tbody tr {
  border-bottom: 1px solid #ddd;
}
.table-general tbody tr td {
  padding: 0.8rem 0.8rem;
  vertical-align: top;
}
.table-general tbody tr td:nth-child(1) {
  width: 50%;
  background: var(--enisa-card);
  font-family: var(--semibold);
  font-size: 1.6rem;
}
.table-general tbody tr td:nth-child(1) > p:nth-child(1) {
  font-size: 1.6rem;
  margin: 0;
}
.table-general tbody tr td:nth-child(1) > p:nth-child(2) {
  font-size: 1.4rem;
}
.node-about-section table.user {
  margin: 4.6rem 0;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .node-about-section table.user {
    margin: 0;
  }
}
.node-about-section table.user > thead tr th {
  background: var(--enisa-blue);
  color: var(--enisa-card);
  font-family: var(--bold);
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem;
}
.node-about-section table.user > thead tr th:nth-last-child(3) {
  font-size: 1.2rem;
  font-family: var(--regular);
  background: var(--white);
  color: var(--enisa-blue);
}
.node-about-section table.user > thead tr th:nth-last-child(2) {
  font-size: 1.2rem;
  font-family: var(--regular);
  background: var(--white);
  color: var(--enisa-blue);
}
.node-about-section table.user > thead tr th:nth-last-child(1) {
  font-size: 1.2rem;
  font-family: var(--regular);
  background: var(--white);
  color: var(--enisa-blue);
}
.node-about-section table.user > tbody tr {
  border-bottom: 1px solid var(--gray-icon);
  position: relative;
}
.node-about-section table.user > tbody tr:nth-child(even) {
  background: var(--enisa-card);
}
.node-about-section table.user > tbody tr td {
  border: 0;
  vertical-align: top;
  padding: 1.6rem 0.8rem;
}
.node-about-section table.user > tbody tr td:nth-child(1) {
  width: 35%;
  font-family: var(--italic);
}
.node-about-section table.user > tbody tr td:nth-child(1) strong {
  display: flex;
  font-family: var(--bold);
  font-size: 1.2rem;
  text-transform: uppercase;
  align-items: baseline;
  justify-content: flex-start;
}
.node-about-section table.user > tbody tr td:nth-child(1) strong:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 2rem;
  margin-right: 0.8rem;
  background: var(--gray-icon);
  -webkit-mask-image: url("../images/user.svg");
  mask-image: url("../images/user.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.node-about-section table.user > tbody tr td:nth-child(1) br {
  display: none;
}
.node-about-section table.user > tbody tr td:nth-child(2) {
  width: 35%;
}
.node-about-section table.user > tbody tr td:nth-child(2) p:nth-child(1) {
  display: block;
  font-family: var(--bold);
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0;
}
.node-about-section table.user > tbody tr td:nth-child(2) br {
  display: none;
}
.node-about-section table.user > tbody tr td:nth-last-child(3) {
  text-align: center;
}
.node-about-section table.user > tbody tr td:nth-last-child(3) a {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  overflow: hidden;
  margin: auto;
}
.node-about-section table.user > tbody tr td:nth-last-child(3) a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/pdf-icon.svg");
  mask-image: url("../images/pdf-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
}
.node-about-section table.user > tbody tr td:nth-last-child(2) {
  text-align: center;
}
.node-about-section table.user > tbody tr td:nth-last-child(2) a {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  overflow: hidden;
  margin: auto;
}
.node-about-section table.user > tbody tr td:nth-last-child(2) a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/pdf-icon.svg");
  mask-image: url("../images/pdf-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
}
.node-about-section table.user > tbody tr td:nth-last-child(1) {
  text-align: center;
}
.node-about-section table.user > tbody tr td:nth-last-child(1) a {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  overflow: hidden;
  margin: auto;
}
.node-about-section table.user > tbody tr td:nth-last-child(1) a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/cv.svg");
  mask-image: url("../images/cv.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
}
.node-about-section table.user.country-mini > thead tr th {
  background: var(--enisa-blue);
  color: var(--enisa-card);
  font-family: var(--bold);
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem;
  text-align: left;
}
.node-about-section table.user.country-mini > thead tr th:nth-last-child(3) {
  background: var(--gray);
  border-bottom: 1px solid #ddd;
  font-family: var(--bold);
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem;
}
.node-about-section table.user.country-mini > thead tr th:nth-last-child(2) {
  background: var(--gray);
  border-bottom: 1px solid #ddd;
  font-family: var(--bold);
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem;
}
.node-about-section table.user.country-mini > thead tr th:nth-last-child(1) {
  background: var(--gray);
  border-bottom: 1px solid #ddd;
  font-family: var(--bold);
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem;
}
.node-about-section table.user.country-mini > tbody tr td[rowspan="2"] {
  width: 15%;
  font-family: var(--italic);
}
.node-about-section table.user.country-mini > tbody tr td[rowspan="2"] strong {
  display: flex;
  font-family: var(--bold);
  font-size: 1.2rem;
  text-transform: uppercase;
  align-items: baseline;
  justify-content: flex-start;
}
.node-about-section table.user.country-mini > tbody tr td[rowspan="2"] strong:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
  background: var(--gray-icon);
  -webkit-mask-image: url("../images/world.svg");
  mask-image: url("../images/world.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.node-about-section table.user.country-mini > tbody tr td[rowspan="2"] br {
  display: none;
}
.node-about-section table.user.country-mini > tbody tr:nth-child(even) > td {
  background: transparent;
}
.node-about-section table.user-simple {
  margin: 4.6rem 0;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .node-about-section table.user-simple {
    margin: 0;
  }
}
.node-about-section table.user-simple > thead tr th {
  background: var(--enisa-blue);
  color: var(--enisa-card);
  font-family: var(--bold);
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem;
}
.node-about-section table.user-simple > thead tr th:nth-last-child(2) {
  font-size: 1.2rem;
  font-family: var(--regular);
  background: var(--white);
  color: var(--enisa-blue);
}
.node-about-section table.user-simple > thead tr th:nth-last-child(1) {
  font-size: 1.2rem;
  font-family: var(--regular);
  background: var(--white);
  color: var(--enisa-blue);
}
.node-about-section table.user-simple > tbody tr {
  border-bottom: 1px solid var(--gray-icon);
  position: relative;
}
.node-about-section table.user-simple > tbody tr:nth-child(even) {
  background: var(--enisa-card);
}
.node-about-section table.user-simple > tbody tr td {
  border: 0;
  vertical-align: top;
  padding: 1.6rem 0.8rem;
}
.node-about-section table.user-simple > tbody tr td:nth-child(1) {
  width: auto;
  font-family: var(--italic);
  display: flex;
  font-family: var(--bold);
  font-size: 1.2rem;
  text-transform: uppercase;
  align-items: baseline;
  justify-content: flex-start;
}
.node-about-section table.user-simple > tbody tr td:nth-child(1):before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 2rem;
  margin-right: 0.8rem;
  background: var(--gray-icon);
  -webkit-mask-image: url("../images/user.svg");
  mask-image: url("../images/user.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.node-about-section table.user-simple > tbody tr td:nth-child(1) br {
  display: none;
}
.node-about-section table.user-simple > tbody tr td:nth-child(2) {
  width: 35%;
}
.node-about-section table.user-simple > tbody tr td:nth-child(2) p:nth-child(1) {
  display: block;
  font-family: var(--bold);
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0;
}
.node-about-section table.user-simple > tbody tr td:nth-child(2) br {
  display: none;
}
.node-about-section table.user-simple > tbody tr td:nth-last-child(2) {
  text-align: center;
  text-decoration: line-through;
}
.node-about-section table.user-simple > tbody tr td:nth-last-child(2) a {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  overflow: hidden;
  margin: auto;
}
.node-about-section table.user-simple > tbody tr td:nth-last-child(2) a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/pdf-icon.svg");
  mask-image: url("../images/pdf-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
}
.node-about-section table.user-simple > tbody tr td:nth-last-child(1) {
  text-align: center;
  text-decoration: line-through;
}
.node-about-section table.user-simple > tbody tr td:nth-last-child(1) a {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  overflow: hidden;
  margin: auto;
}
.node-about-section table.user-simple > tbody tr td:nth-last-child(1) a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/cv.svg");
  mask-image: url("../images/cv.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
}
.node-about-section table.user-simple.country-mini > thead tr th {
  background: var(--enisa-blue);
  color: var(--enisa-card);
  font-family: var(--bold);
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem;
  text-align: left;
}
.node-about-section table.user-simple.country-mini > thead tr th:nth-last-child(3) {
  background: var(--gray);
  border-bottom: 1px solid #ddd;
  font-family: var(--bold);
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem;
}
.node-about-section table.user-simple.country-mini > thead tr th:nth-last-child(2) {
  background: var(--gray);
  border-bottom: 1px solid #ddd;
  font-family: var(--bold);
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem;
}
.node-about-section table.user-simple.country-mini > thead tr th:nth-last-child(1) {
  background: var(--gray);
  border-bottom: 1px solid #ddd;
  font-family: var(--bold);
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem;
}
.node-about-section table.user-simple.country-mini > tbody tr td[rowspan="2"] {
  width: 15%;
  font-family: var(--italic);
}
.node-about-section table.user-simple.country-mini > tbody tr td[rowspan="2"] strong {
  display: flex;
  font-family: var(--bold);
  font-size: 1.2rem;
  text-transform: uppercase;
  align-items: baseline;
  justify-content: flex-start;
}
.node-about-section table.user-simple.country-mini > tbody tr td[rowspan="2"] strong:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
  background: var(--gray-icon);
  -webkit-mask-image: url("../images/world.svg");
  mask-image: url("../images/world.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.node-about-section table.user-simple.country-mini > tbody tr td[rowspan="2"] br {
  display: none;
}
.node-about-section table.user-simple.country-mini > tbody tr:nth-child(even) > td {
  background: transparent;
}
.node-about-section table.country {
  margin: 4.6rem 0;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .node-about-section table.country {
    margin: 0;
  }
}
.node-about-section table.country > thead tr th {
  background: var(--enisa-blue);
  color: var(--enisa-card);
  font-family: var(--bold);
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem;
}
.node-about-section table.country > thead tr th:nth-last-child(3) {
  width: 6%;
  font-size: 1.2rem;
  font-family: var(--regular);
  background: var(--white);
  color: var(--enisa-blue);
}
.node-about-section table.country > thead tr th:nth-last-child(2) {
  width: 6%;
  font-size: 1.2rem;
  font-family: var(--regular);
  background: var(--white);
  color: var(--enisa-blue);
}
.node-about-section table.country > thead tr th:nth-last-child(1) {
  width: 6%;
  font-size: 1.2rem;
  font-family: var(--regular);
  background: var(--white);
  color: var(--enisa-blue);
}
.node-about-section table.country > tbody tr {
  border-bottom: 1px solid var(--gray-icon);
  position: relative;
}
.node-about-section table.country > tbody tr:nth-child(even) {
  background: var(--enisa-card);
}
.node-about-section table.country > tbody tr td {
  border: 0;
  vertical-align: top;
  padding: 1.6rem 0.8rem;
}
.node-about-section table.country > tbody tr td[rowspan="2"] {
  width: 15%;
  font-family: var(--italic);
}
.node-about-section table.country > tbody tr td[rowspan="2"] strong {
  display: flex;
  font-family: var(--bold);
  font-size: 1.2rem;
  text-transform: uppercase;
  align-items: baseline;
  justify-content: flex-start;
}
.node-about-section table.country > tbody tr td[rowspan="2"] strong:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
  background: var(--gray-icon);
  -webkit-mask-image: url("../images/world.svg");
  mask-image: url("../images/world.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.node-about-section table.country > tbody tr td[rowspan="2"] br {
  display: none;
}
.node-about-section table.country > tbody tr td[rowspan="2"] ~ td:nth-child(2) {
  font-family: var(--italic);
  color: var(--black);
}
.node-about-section table.country > tbody tr td:nth-child(2) {
  width: 20%;
}
.node-about-section table.country > tbody tr td:nth-child(2) strong {
  display: flex;
  font-family: var(--bold);
  font-size: 1.2rem;
  text-transform: uppercase;
  align-items: baseline;
  justify-content: flex-start;
}
.node-about-section table.country > tbody tr td:nth-child(2) p:nth-child(1) {
  display: block;
  font-family: var(--bold);
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0;
}
.node-about-section table.country > tbody tr td:nth-child(2) br {
  display: none;
}
.node-about-section table.country > tbody tr td:nth-last-child(3) {
  text-align: center;
}
.node-about-section table.country > tbody tr td:nth-last-child(3) a {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  overflow: hidden;
  margin: auto;
}
.node-about-section table.country > tbody tr td:nth-last-child(3) a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/pdf-icon.svg");
  mask-image: url("../images/pdf-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
}
.node-about-section table.country > tbody tr td:nth-last-child(2) {
  text-align: center;
}
.node-about-section table.country > tbody tr td:nth-last-child(2) a {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  overflow: hidden;
  margin: auto;
}
.node-about-section table.country > tbody tr td:nth-last-child(2) a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/pdf-icon.svg");
  mask-image: url("../images/pdf-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
}
.node-about-section table.country > tbody tr td:nth-last-child(1) {
  text-align: center;
}
.node-about-section table.country > tbody tr td:nth-last-child(1) a {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  overflow: hidden;
  margin: auto;
}
.node-about-section table.country > tbody tr td:nth-last-child(1) a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/cv.svg");
  mask-image: url("../images/cv.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
}
.node-about-section table.country-simple {
  margin: 4.6rem 0;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .node-about-section table.country-simple {
    margin: 0;
  }
}
.node-about-section table.country-simple > thead tr th {
  background: var(--enisa-blue);
  color: var(--enisa-card);
  font-family: var(--bold);
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem;
}
.node-about-section table.country-simple > thead tr th:nth-last-child(2) {
  width: 6%;
  font-size: 1.2rem;
  font-family: var(--regular);
  background: var(--white);
  color: var(--enisa-blue);
  text-align: center;
}
.node-about-section table.country-simple > thead tr th:nth-last-child(1) {
  width: 6%;
  font-size: 1.2rem;
  font-family: var(--regular);
  background: var(--white);
  color: var(--enisa-blue);
  text-align: center;
}
.node-about-section table.country-simple > tbody tr {
  border-bottom: 1px solid var(--gray-icon);
  position: relative;
}
.node-about-section table.country-simple > tbody tr td {
  border: 0;
  vertical-align: top;
  padding: 1.6rem 0.8rem;
}
.node-about-section table.country-simple > tbody tr td:nth-child(1) {
  width: 15%;
  font-family: var(--italic);
}
.node-about-section table.country-simple > tbody tr td:nth-child(1) strong {
  display: flex;
  font-family: var(--bold);
  font-size: 1.2rem;
  text-transform: uppercase;
  align-items: baseline;
  justify-content: flex-start;
}
.node-about-section table.country-simple > tbody tr td:nth-child(1) strong:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
  background: var(--gray-icon);
  -webkit-mask-image: url("../images/world.svg");
  mask-image: url("../images/world.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.node-about-section table.country-simple > tbody tr td:nth-child(1) br {
  display: none;
}
.node-about-section table.country-simple > tbody tr td:nth-child(1) ~ td:nth-child(2) {
  font-family: var(--italic);
  color: var(--black);
}
.node-about-section table.country-simple > tbody tr td:nth-child(2) {
  width: 20%;
}
.node-about-section table.country-simple > tbody tr td:nth-child(2) strong {
  display: flex;
  font-family: var(--bold);
  font-size: 1.2rem;
  text-transform: uppercase;
  align-items: baseline;
  justify-content: flex-start;
}
.node-about-section table.country-simple > tbody tr td:nth-child(2) p:nth-child(1) {
  display: block;
  font-family: var(--bold);
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0;
}
.node-about-section table.country-simple > tbody tr td:nth-child(2) br {
  display: none;
}
.node-about-section table.country-simple > tbody tr td:nth-last-child(2) {
  text-align: center;
  text-decoration: line-through;
}
.node-about-section table.country-simple > tbody tr td:nth-last-child(2) a {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  overflow: hidden;
  margin: auto;
}
.node-about-section table.country-simple > tbody tr td:nth-last-child(2) a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/pdf-icon.svg");
  mask-image: url("../images/pdf-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
}
.node-about-section table.country-simple > tbody tr td:nth-last-child(1) {
  text-align: center;
  text-decoration: line-through;
}
.node-about-section table.country-simple > tbody tr td:nth-last-child(1) a {
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  overflow: hidden;
  margin: auto;
}
.node-about-section table.country-simple > tbody tr td:nth-last-child(1) a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/cv.svg");
  mask-image: url("../images/cv.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
}
.node-about-section table.country-mini {
  margin: 4.6rem 0;
  width: 100%;
}
@media screen and (max-width: 620px) {
  .node-about-section table.country-mini {
    margin: 0;
  }
}
.node-about-section table.country-mini > thead tr th {
  background: var(--enisa-blue);
  color: var(--enisa-card);
  font-family: var(--bold);
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem;
}
.node-about-section table.country-mini > tbody tr {
  border-bottom: 1px solid var(--gray-icon);
  position: relative;
}
.node-about-section table.country-mini > tbody tr td {
  border: 0;
  vertical-align: top;
  padding: 1.6rem 0.8rem;
}
.node-about-section table.country-mini > tbody tr td[rowspan="2"] {
  width: 15%;
  font-family: var(--italic);
}
.node-about-section table.country-mini > tbody tr td[rowspan="2"] strong {
  display: flex;
  font-family: var(--bold);
  font-size: 1.2rem;
  text-transform: uppercase;
  align-items: baseline;
  justify-content: flex-start;
}
.node-about-section table.country-mini > tbody tr td[rowspan="2"] strong:before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin-right: 0.8rem;
  background: var(--gray-icon);
  -webkit-mask-image: url("../images/world.svg");
  mask-image: url("../images/world.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.node-about-section table.country-mini > tbody tr td[rowspan="2"] br {
  display: none;
}
.node-about-section table.country-mini > tbody tr td[rowspan="2"] ~ td:nth-child(2) {
  font-family: var(--italic);
  color: var(--black);
}
.node-about-section table.country-mini > tbody tr td:nth-child(2) {
  width: 20%;
}
.node-about-section table.country-mini > tbody tr td:nth-child(2) strong {
  display: flex;
  font-family: var(--bold);
  font-size: 1.2rem;
  text-transform: uppercase;
  align-items: baseline;
  justify-content: flex-start;
}
.node-about-section table.country-mini > tbody tr td:nth-child(2) p:nth-child(1) {
  display: block;
  font-family: var(--bold);
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0;
}
.node-about-section table.country-mini > tbody tr td:nth-child(2) br {
  display: none;
}
.node-about-section .document-simple .table, .node-about-section table.document-simple {
  width: 100%;
}
@media screen and (max-width: 620px) {
  .node-about-section .document-simple .table, .node-about-section table.document-simple {
    margin: 0;
  }
}
.node-about-section .document-simple .table > thead tr th, .node-about-section table.document-simple > thead tr th {
  background: var(--enisa-blue);
  color: var(--enisa-card);
  font-family: var(--bold);
  font-size: 1.4rem;
  padding: 0.6rem 0.8rem;
}
.node-about-section .document-simple .table > tbody tr, .node-about-section table.document-simple > tbody tr {
  border-bottom: 1px solid var(--gray-icon);
  position: relative;
}
.node-about-section .document-simple .table > tbody tr:nth-child(even), .node-about-section table.document-simple > tbody tr:nth-child(even) {
  background: var(--enisa-card);
}
.node-about-section .document-simple .table > tbody tr td, .node-about-section table.document-simple > tbody tr td {
  border: 0;
  vertical-align: top;
  padding: 1.6rem 0.8rem;
}
.node-about-section .document-simple .table > tbody tr td:nth-child(1), .node-about-section table.document-simple > tbody tr td:nth-child(1) {
  width: 85%;
}
.node-about-section .document-simple .table > tbody tr td:nth-child(1) a:before, .node-about-section table.document-simple > tbody tr td:nth-child(1) a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/pdf-icon.svg");
  mask-image: url("../images/pdf-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
  position: relative;
  top: 4px;
}
.node-about-section .document-simple .table > tbody tr td:nth-child(1) br, .node-about-section table.document-simple > tbody tr td:nth-child(1) br {
  display: none;
}
.node-about-section .document-simple .table .file--application-pdf, .node-about-section .document-simple .table .file--x-office-spreadsheet, .node-about-section table.document-simple .file--application-pdf, .node-about-section table.document-simple .file--x-office-spreadsheet {
  background-image: none !important;
  padding: 0 !important;
  display: flex !important;
}
.node-about-section .document-simple .table .file--application-pdf:before, .node-about-section .document-simple .table .file--x-office-spreadsheet:before, .node-about-section table.document-simple .file--application-pdf:before, .node-about-section table.document-simple .file--x-office-spreadsheet:before {
  display: none;
}
.node-about-section .document-simple .table .file--application-pdf a, .node-about-section .document-simple .table .file--x-office-spreadsheet a, .node-about-section table.document-simple .file--application-pdf a, .node-about-section table.document-simple .file--x-office-spreadsheet a {
  display: block;
}
@media screen and (max-width: 600px) {
  .node-about-section table.user {
    border: 0;
  }
  .node-about-section table.user caption {
    font-size: 1.6em;
  }
  .node-about-section table.user thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .node-about-section table.user tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.8rem;
  }
  .node-about-section table.user td {
    width: 100% !important;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1.6rem;
    text-align: left;
  }
  .node-about-section table.user td:before {
    content: "";
    display: block;
    font-weight: bold;
    text-transform: uppercase;
  }
  .node-about-section table.user td:nth-last-child(1)::before {
    content: "BIO";
    font-size: 1rem;
    min-height: 3.2rem;
  }
  .node-about-section table.user td:nth-last-child(2)::before {
    content: "Declaration of commitment";
    font-size: 1rem;
    min-height: 3.2rem;
  }
  .node-about-section table.user td:nth-last-child(3)::before {
    content: "Declaration of interest";
    font-size: 1rem;
    min-height: 3.2rem;
  }
  .node-about-section table.user td:last-child, .node-about-section table.user td:nth-last-child(1), .node-about-section table.user td:nth-last-child(2), .node-about-section table.user td:nth-last-child(3) {
    border-bottom: 0;
    text-align: center;
    width: 33% !important;
    display: inline-block;
  }
  .node-about-section table.user-simple {
    border: 0;
    margin: 2.2rem 0;
  }
  .node-about-section table.user-simple caption {
    font-size: 1.6em;
  }
  .node-about-section table.user-simple thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .node-about-section table.user-simple tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0;
  }
  .node-about-section table.user-simple td {
    width: 100% !important;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1.6rem;
    text-align: left;
    padding: 0.8rem !important;
  }
  .node-about-section table.user-simple td:last-child, .node-about-section table.user-simple td:nth-last-child(1), .node-about-section table.user-simple td:nth-last-child(2) {
    border-bottom: 0;
    text-decoration: none !important;
    text-align: center;
    width: 45% !important;
    display: inline-block;
  }
  .node-about-section table.user-simple td:nth-last-child(1)::before {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    content: "Declaration of commitment";
    font-size: 1rem;
    min-height: 3.2rem;
  }
  .node-about-section table.user-simple td:nth-last-child(2)::before {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    content: "Declaration of interest";
    font-size: 1rem;
    min-height: 3.2rem;
  }
  .node-about-section table.country {
    border: 0;
  }
  .node-about-section table.country caption {
    font-size: 1.6em;
  }
  .node-about-section table.country thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .node-about-section table.country tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0em;
  }
  .node-about-section table.country td {
    width: 100% !important;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1.6rem;
    text-align: left;
  }
  .node-about-section table.country td[rowspan="2"] strong {
    font-size: 2.2rem !important;
  }
  .node-about-section table.country td:before {
    content: "";
    display: block;
    font-weight: bold;
    text-transform: uppercase;
  }
  .node-about-section table.country td:nth-last-child(1)::before {
    content: "BIO";
    font-size: 1rem;
    min-height: 3.2rem;
  }
  .node-about-section table.country td:nth-last-child(2)::before {
    content: "Declaration of commitment";
    font-size: 1rem;
    min-height: 3.2rem;
  }
  .node-about-section table.country td:nth-last-child(3)::before {
    content: "Declaration of interest";
    font-size: 1rem;
    min-height: 3.2rem;
  }
  .node-about-section table.country td:last-child, .node-about-section table.country td:nth-last-child(1), .node-about-section table.country td:nth-last-child(2), .node-about-section table.country td:nth-last-child(3) {
    border-bottom: 0;
    text-align: center;
    width: 33% !important;
    display: inline-block;
  }
  .node-about-section table.country-mini {
    border: 0;
    margin: 2.2rem 0;
  }
  .node-about-section table.country-mini caption {
    font-size: 1.6em;
  }
  .node-about-section table.country-mini thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .node-about-section table.country-mini tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.8rem;
  }
  .node-about-section table.country-mini td {
    width: 100% !important;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1.6rem;
    text-align: left;
  }
  .node-about-section table.country-simple {
    border: 0;
    margin: 2.2rem 0;
  }
  .node-about-section table.country-simple caption {
    font-size: 1.6em;
  }
  .node-about-section table.country-simple thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .node-about-section table.country-simple tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.8rem;
    padding-bottom: 1.6rem;
  }
  .node-about-section table.country-simple td {
    width: 100% !important;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1.6rem;
    text-align: left;
    padding: 0.8rem 0.8rem !important;
  }
  .node-about-section table.country-simple td:nth-child(1) strong {
    font-size: 2.2rem !important;
  }
  .node-about-section table.country-simple td:last-child, .node-about-section table.country-simple td:nth-last-child(1), .node-about-section table.country-simple td:nth-last-child(2) {
    border-bottom: 0;
    text-decoration: none !important;
    text-align: center;
    width: 45% !important;
    display: inline-block;
  }
  .node-about-section table.country-simple td:nth-last-child(1)::before {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    content: "Declaration of commitment";
    font-size: 1rem;
    min-height: 3.2rem;
  }
  .node-about-section table.country-simple td:nth-last-child(2)::before {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    content: "Declaration of interest";
    font-size: 1rem;
    min-height: 3.2rem;
  }
  .node-about-section table.views-table {
    border: 0;
    margin: 2.2rem 0;
  }
  .node-about-section table.views-table caption {
    font-size: 1.6em;
  }
  .node-about-section table.views-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .node-about-section table.views-table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.8rem;
    padding-bottom: 1.6rem;
  }
  .node-about-section table.views-table td {
    width: 100% !important;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 1.6rem;
    text-align: left;
    padding: 0.8rem 0.8rem !important;
  }
  .node-about-section table.views-table td:nth-child(1) strong {
    font-size: 2.2rem !important;
  }
  .node-about-section table.views-table td:last-child, .node-about-section table.views-table td:nth-last-child(1), .node-about-section table.views-table td:nth-last-child(2) {
    border-bottom: 0;
    text-decoration: none !important;
    text-align: center;
    width: 45% !important;
    display: inline-block;
    background: transparent;
  }
  .node-about-section table.views-table td:nth-last-child(1)::before {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    content: "Declaration of commitment";
    font-size: 1rem;
    min-height: 3.2rem;
  }
  .node-about-section table.views-table td:nth-last-child(2)::before {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    content: "Declaration of interest";
    font-size: 1rem;
    min-height: 3.2rem;
  }
}
@media screen and (max-width: 600px) {
  .table-careers table.views-table {
    border: 0;
    margin: 2.2rem 0;
  }
  .table-careers table.views-table caption {
    font-size: 1.6em;
  }
  .table-careers table.views-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .table-careers table.views-table tr {
    border-bottom: 0px;
    display: block;
    margin-bottom: 0rem;
    padding-bottom: 1.6rem;
  }
  .table-careers table.views-table td {
    width: 100% !important;
    border-bottom: 1px solid var(--enisa-blue) !important;
    display: block;
    font-size: 1.6rem;
    text-align: left;
    padding: 0.4rem 0.8rem !important;
    display: flex;
    justify-content: space-between;
  }
  .table-careers table.views-table td p {
    margin-bottom: 0 !important;
  }
  .table-careers table.views-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 0.8rem;
  }
  .table-careers table.views-table td:nth-child(1):before {
    display: none;
  }
  .table-careers table.views-table td:nth-child(1) > a {
    font-size: 2.2rem;
  }
  .table-careers table.views-table td:last-child {
    justify-content: space-between !important;
    border-bottom: 0 !important;
    padding: 1rem !important;
  }
  .table-careers table.views-table td:last-child:before {
    width: calc(100% - 13rem);
  }
}
/** SHARE NETWORKS **/
.shareLinks {
  display: flex;
  justify-content: flex-end;
  margin: 5.2rem 0.8rem 1.6rem;
}
.info-col .shareLinks {
  margin: 0rem 0.8rem 1.6rem;
  position: relative;
  top: -4px;
}
.career-image .shareLinks {
  margin: 1.6rem 0rem 1.6rem;
}
.node-multimedia-content .shareLinks {
  margin: 0rem 0.8rem 1.6rem;
}
footer .social-media-links--platforms .fa-twitter .a2a_svg {
  display: none;
}
footer .social-media-links--platforms .fa-twitter:before {
  display: inline-block;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-color: var(--white);
  -webkit-mask-image: url("../images/twitter-icon.svg");
  mask-image: url("../images/twitter-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: relative;
  top: 4px;
}
.a2a_kit {
  line-height: 1rem;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.a2a_kit > span {
  color: var(--black) !important;
  font-family: var(--regular) !important;
  font-size: 1.4rem;
}
.a2a_kit > a {
  height: 2.4rem;
}
.a2a_kit > a .a2a_label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.a2a_kit .a2a_button_facebook .a2a_svg {
  display: none;
}
.a2a_kit .a2a_button_facebook:before {
  display: inline-block;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-color: var(--black);
  -webkit-mask-image: url("../images/facebook-icon.svg");
  mask-image: url("../images/facebook-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: 0px -1px;
}
.a2a_kit .a2a_button_twitter {
  width: 3.2rem;
  height: 2.4rem;
}
.a2a_kit .a2a_button_twitter .a2a_svg {
  display: none;
}
.a2a_kit .a2a_button_twitter:before {
  display: inline-block;
  content: "";
  width: 2.4rem;
  height: 2.2rem;
  background-color: var(--black);
  -webkit-mask-image: url("../images/twitter-icon.svg");
  mask-image: url("../images/twitter-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
}
.a2a_kit .a2a_button_linkedin {
  width: 3.2rem;
  height: 2.4rem;
}
.a2a_kit .a2a_button_linkedin .a2a_svg {
  display: none;
}
.a2a_kit .a2a_button_linkedin:before {
  display: inline-block;
  content: "";
  width: 2.4rem;
  height: 2.2rem;
  background-color: var(--black);
  -webkit-mask-image: url("../images/linkedin-icon.svg");
  mask-image: url("../images/linkedin-icon.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-size: contain;
}
/** ACCORDION **/
.ckeditor-accordion-container {
  margin: 4rem auto !important;
  padding: 0 2rem;
}
.ckeditor-accordion-container > dl, .ckeditor-accordion-container > dl dt, .ckeditor-accordion-container > dl dd {
  box-sizing: content-box;
  border: none;
}
.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button) {
  display: flex;
  padding: 0 0 0 1rem;
  background-color: transparent;
  color: var(--enisa-blue);
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  border-bottom: 0;
  width: 100%;
  text-decoration: none;
}
.ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button):hover {
  color: var(--enisa-blue);
  opacity: 0.6;
  background-color: transparent;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
  display: inline-block;
  position: absolute;
  padding: 0 10px;
  width: 30px;
  height: 30px;
  z-index: 1;
  top: calc(50% - 1px);
  left: 11px;
  box-sizing: content-box;
  border: 0;
  display: none;
}
.accordion, .ckeditor-accordion-container {
  margin: 5px auto;
}
@media screen and (max-width: 768px) {
  .accordion, .ckeditor-accordion-container {
    margin: 5px auto 3.2rem;
    padding: 0 1.6rem;
  }
}
.accordion .accordion-title, .accordion dt > a.ckeditor-accordion-toggler, .ckeditor-accordion-container .accordion-title, .ckeditor-accordion-container dt > a.ckeditor-accordion-toggler {
  font-size: 2.2rem;
  font-family: var(--bold);
  letter-spacing: -1px;
  color: var(--enisa-blue);
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 0.8rem;
  text-decoration: none;
  border-width: 0 0 2px 0 !important;
  border-color: var(--enisa-blue) !important;
  border-style: solid !important;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.accordion .accordion-title:after, .accordion dt > a.ckeditor-accordion-toggler:after, .ckeditor-accordion-container .accordion-title:after, .ckeditor-accordion-container dt > a.ckeditor-accordion-toggler:after {
  content: " + ";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.8rem;
  height: 4.1rem;
  background: var(--enisa-blue);
  color: var(--white);
}
.accordion .accordion-title:hover, .accordion dt > a.ckeditor-accordion-toggler:hover, .ckeditor-accordion-container .accordion-title:hover, .ckeditor-accordion-container dt > a.ckeditor-accordion-toggler:hover {
  opacity: 0.6;
}
.accordion .accordion-active:after, .accordion dt.active > a.ckeditor-accordion-toggler:after, .ckeditor-accordion-container .accordion-active:after, .ckeditor-accordion-container dt.active > a.ckeditor-accordion-toggler:after {
  content: " - " !important;
}
.accordion .accordion-content, .accordion dd, .ckeditor-accordion-container .accordion-content, .ckeditor-accordion-container dd {
  padding: 2.2rem 2.2rem;
  margin-bottom: 0.8rem;
  display: none;
}
.accordion.external-meetings, .ckeditor-accordion-container.external-meetings {
  margin: 3.2rem 0;
}
.accordion.external-meetings .accordion-title, .ckeditor-accordion-container.external-meetings .accordion-title {
  font-size: 2.2rem !important;
  margin: 1rem 0;
}
.accordion.external-meetings .accordion-title:after, .ckeditor-accordion-container.external-meetings .accordion-title:after {
  content: " + ";
  max-width: 3.8rem;
  min-height: 3.8rem;
}
.accordion.external-meetings .accordion-content, .ckeditor-accordion-container.external-meetings .accordion-content {
  overflow-x: auto;
}
.accordion.external-meetings .accordion-content table tr, .ckeditor-accordion-container.external-meetings .accordion-content table tr {
  border-bottom: 1px solid var(--gray);
}
.accordion.external-meetings .accordion-content table tr:nth-child(1), .ckeditor-accordion-container.external-meetings .accordion-content table tr:nth-child(1) {
  font-family: var(--bold);
  background: var(--enisa-card);
  text-transform: uppercase;
  font-size: 1.4rem;
}
.accordion.external-meetings .accordion-content table tr td, .ckeditor-accordion-container.external-meetings .accordion-content table tr td {
  padding: 0.8rem;
}
.accordion.external-meetings .accordion-content table tr td:nth-child(1), .ckeditor-accordion-container.external-meetings .accordion-content table tr td:nth-child(1) {
  font-family: var(--bold);
  width: 14%;
  font-size: 1.4rem;
}
.accordion.external-meetings .accordion-content table tr td:nth-child(2), .ckeditor-accordion-container.external-meetings .accordion-content table tr td:nth-child(2) {
  width: 25%;
}
.accordion.external-meetings .accordion-content table tr td:nth-child(3), .ckeditor-accordion-container.external-meetings .accordion-content table tr td:nth-child(3) {
  width: 35%;
}
/** NODES **/
.accounting--finance .node-about-section ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.accounting--finance .node-about-section ul li {
  width: calc(33.3%);
  margin: 0;
}
@media screen and (max-width: 768px) {
  .accounting--finance .node-about-section ul li {
    width: calc(50%);
  }
}
@media screen and (max-width: 420px) {
  .accounting--finance .node-about-section ul li {
    width: calc(100%);
  }
}
.accounting--finance .node-about-section ul li a {
  padding: 1.6rem;
  display: flex;
}
@media screen and (max-width: 420px) {
  .accounting--finance .node-about-section ul li a {
    padding: 0.8rem 0;
  }
}
.accounting--finance .node-about-section ul li a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/pdf-icon.svg");
  mask-image: url("../images/pdf-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
}
.accounting--finance .currentPag, .accounting--finance .currentPagBudgets {
  text-align: center;
  font-family: var(--bold);
}
.accounting--finance .pagination {
  background: var(--enisa-card);
  margin: 0;
}
.accounting--finance .pagination .page-link {
  position: relative;
  display: block;
  padding: 0.6rem 1.4rem;
  font-size: 1.6rem;
  color: var(--enisa-blue);
  text-decoration: none;
  background-color: var(--white);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.accounting--finance .pagination .page-link:focus {
  font-family: var(--bold);
}
.enisa-work-programmes--annual-reports .page-content-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.enisa-work-programmes--annual-reports .page-content-wrapper ul li {
  width: calc(33.3%);
  border-bottom: 1px solid var(--gray);
  margin: 0;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .enisa-work-programmes--annual-reports .page-content-wrapper ul li {
    width: 100%;
  }
}
.enisa-work-programmes--annual-reports .page-content-wrapper ul li:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/pdf-icon.svg");
  mask-image: url("../images/pdf-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
}
.enisa-work-programmes--annual-reports .page-content-wrapper ul li a {
  padding: 1.6rem;
  display: flex;
}
.enisa-work-programmes--annual-reports .page-content-wrapper ul li:nth-child(3n) {
  background: var(--bg-card);
}
.enisa-work-programmes--annual-reports .page-content-wrapper ul li:nth-child(3n+1) {
  background: var(--bg-card);
}
ul.annual-budgets, ul.annual-account {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
ul.annual-budgets li, ul.annual-account li {
  width: calc(33.3%);
  margin: 0;
}
@media screen and (max-width: 768px) {
  ul.annual-budgets li, ul.annual-account li {
    width: calc(50%);
  }
}
@media screen and (max-width: 420px) {
  ul.annual-budgets li, ul.annual-account li {
    width: calc(100%);
  }
}
ul.annual-budgets li a, ul.annual-account li a {
  padding: 1.6rem;
  display: flex;
}
@media screen and (max-width: 420px) {
  ul.annual-budgets li a, ul.annual-account li a {
    padding: 0.8rem 0;
  }
}
ul.annual-budgets li a:before, ul.annual-account li a:before {
  display: inline-block;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  background-color: var(--enisa-blue);
  -webkit-mask-image: url("../images/pdf-icon.svg");
  mask-image: url("../images/pdf-icon.svg");
  mask-repeat: no-repeat;
  margin-right: 0.4rem;
}
.currentPag, .currentPagBudgets, .currentPagAccount {
  text-align: center;
  font-family: var(--regular);
  font-size: 1.4rem;
  position: relative;
  right: 0;
  text-align: right;
  padding-right: 2.2rem;
  top: 4.2rem;
  border-top: 1px solid var(--gray);
}
.pagination {
  margin: 0;
}
.pagination .page-link {
  position: relative;
  display: block;
  padding: 0.6rem 1.4rem;
  font-size: 1.6rem;
  color: var(--enisa-blue);
  text-decoration: none;
  background-color: var(--white);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.pagination .page-link:focus {
  font-family: var(--bold);
  box-shadow: none;
  border: 1px dotted var(--gray);
}
/** FOOTER **/
.enisa-footer {
  background: var(--enisa-blue);
  color: var(--white);
}
.enisa-footer p a {
  color: var(--white) !important;
}
.enisa-footer .enisa-logo {
  display: flex;
  flex-direction: column;
  padding: 1.6rem 0;
}
.enisa-footer .enisa-logo p {
  margin: 2.2rem 0 0 0;
}
.enisa-footer .agencies-network-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1.6rem 0;
}
.enisa-footer .agencies-network-logo p {
  margin: 0;
  padding-left: 0.8rem;
}
.enisa-footer .agencies-network-logo p a {
  text-decoration: none;
  color: var(--white);
}
.enisa-footer .agencies-network-logo p a:hover {
  opacity: 0.5;
}
.enisa-footer .block-social-media-links {
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.8rem 0 0;
}
.enisa-footer .block-social-media-links h2 {
  font-family: var(--regular);
  font-size: 1.6rem;
  font-weight: normal;
  color: var(--white);
}
.enisa-footer .block-social-media-links .social-media-links--platforms {
  display: flex;
}
.enisa-footer .block-social-media-links .social-media-links--platforms li {
  margin: 0.2rem 0.8rem 0.5rem 0.8rem;
}
.enisa-footer .block-social-media-links .social-media-links--platforms li > a {
  color: var(--white);
}
.enisa-footer .block-social-media-links .social-media-links--platforms li > a > span:before {
  color: var(--white);
  font-size: 2.2rem;
}
.enisa-footer .block-social-media-links .social-media-links--platforms li > a:hover {
  opacity: 0.5;
}
.enisa-footer .block-social-media-links .social-media-links--platforms li > span, .enisa-footer .block-social-media-links .social-media-links--platforms li .platform-name {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.enisa-footer .line {
  width: 100%;
  height: 1px;
  background: var(--white);
  opacity: 0.5;
  margin: 1.6rem 0;
}
.enisa-footer .border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .enisa-footer .border-left {
    border-left: 0;
  }
}
.enisa-footer .border-left > nav, .enisa-footer .border-left div[id^="block-enisaweb-"] {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 768px) {
  .enisa-footer .border-left > nav, .enisa-footer .border-left div[id^="block-enisaweb-"] {
    margin-bottom: 1.6rem;
  }
}
.enisa-footer .border-left > nav h5, .enisa-footer .border-left > nav > p, .enisa-footer .border-left div[id^="block-enisaweb-"] h5, .enisa-footer .border-left div[id^="block-enisaweb-"] > p {
  font-size: 1.6rem;
  font-family: var(--bold);
  font-weight: normal;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 420px) {
  .enisa-footer .border-left > nav h5 .navbar-nav, .enisa-footer .border-left > nav > p .navbar-nav, .enisa-footer .border-left div[id^="block-enisaweb-"] h5 .navbar-nav, .enisa-footer .border-left div[id^="block-enisaweb-"] > p .navbar-nav {
    margin: 7.5px 0;
  }
  .enisa-footer .border-left > nav h5 ul[data-block="footer"] li, .enisa-footer .border-left > nav > p ul[data-block="footer"] li, .enisa-footer .border-left div[id^="block-enisaweb-"] h5 ul[data-block="footer"] li, .enisa-footer .border-left div[id^="block-enisaweb-"] > p ul[data-block="footer"] li {
    padding: 0 1.6rem;
  }
}
.enisa-footer .copy .alignleft {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .enisa-footer .copy .alignleft {
    text-align: center;
  }
}
.enisa-footer .copy .alignright p {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .enisa-footer .copy .alignright p {
    text-align: center;
  }
}
@media screen and (max-width: 990px) {
  .enisa-footer .navbar-nav {
    margin: 7.5px 0;
  }
}
.enisa-footer .navbar-nav > li > a {
  padding: 0.5rem !important;
  background: var(--enisa-blue);
}
.enisa-footer .navbar-nav > li > a:hover {
  background: var(--enisa-blue);
  opacity: 0.8;
}
/*** GALLERY PHOTOS **/
body.no-scroll {
  overflow: hidden;
}
.gallery-photos {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .gallery-photos {
    order: 3;
  }
}
.gallery-photos > div.pop {
  width: calc(33.3% - 3.2rem);
  margin: 1.6rem;
  aspect-ratio: auto;
  overflow: hidden;
}
.gallery-photos > div.pop img:hover {
  cursor: zoom-in;
}
@media screen and (max-width: 768px) {
  .gallery-photos > div.pop {
    width: calc(50% - 3.2rem);
  }
}
@media screen and (max-width: 500px) {
  .gallery-photos > div.pop {
    width: calc(100%);
    margin: 1.6rem 0;
  }
}
.gallery-photos > div.pop.img-full-screen {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100% !important;
  height: 100% !important;
  background: hwb(0deg 0% 100%/90%);
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 10000000000 !important;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
  top: 0;
  left: 0;
}
.gallery-photos > div.pop.img-full-screen:hover {
  cursor: zoom-out;
}
.gallery-photos > div.pop.img-full-screen > img {
  margin: auto;
  width: auto !important;
  height: auto !important;
}
.gallery-photos > div.pop.img-full-screen > img:hover {
  cursor: zoom-out;
}
/*** ALERTS SERVICE ***/
.alert-service-request-form form .form-item-agree-processing-personal-data {
  display: flex;
}
.alert-service-request-form form .form-item-agree-processing-personal-data input[type="checkbox"] {
  margin-right: 0.4rem;
}
.alert-service-request-form form .legal-nav-alert-service ul {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin-left: 2rem;
}
.alert-service-request-form form .legal-nav-alert-service ul li {
  display: flex;
  align-items: center;
}
.alert-service-request-form form .legal-nav-alert-service ul li > div, .alert-service-request-form form .legal-nav-alert-service ul li p {
  margin: 0;
}
.alert-service-request-form form .legal-nav-alert-service ul li:after {
  content: "|";
  padding: 0 1rem;
}
.alert-service-request-form form .legal-nav-alert-service ul li:last-child:after {
  display: none;
}
.alert-service-request-form form .accordion .accordion-title {
  background: var(--enisa-card);
  border: 0;
  padding: 0.4rem 0.4rem 0.4rem 2rem;
  align-items: center;
}
.alert-service-request-form form .accordion .accordion-title:after {
  content: " + ";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.8rem;
  height: 4.1rem;
  color: var(--black);
  background: var(--enisa-card);
}
.alert-service-request-form form .accordion .accordion-title.accordion-active {
  background: var(--enisa-blue);
  color: var(--white);
}
.alert-service-request-form form .accordion .accordion-title.accordion-active:after {
  content: " + ";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.8rem;
  height: 4.1rem;
  color: var(--white);
  background: var(--enisa-blue);
}
.alert-service-request-form form .accordion .accordion-content table {
  width: 100%;
}
.alert-service-request-form form .accordion .accordion-content table thead, .alert-service-request-form form .accordion .accordion-content table tbody, .alert-service-request-form form .accordion .accordion-content table tfoot, .alert-service-request-form form .accordion .accordion-content table tr, .alert-service-request-form form .accordion .accordion-content table td, .alert-service-request-form form .accordion .accordion-content table th {
  border: 0;
}
.alert-service-request-form form .accordion .accordion-content table tr th {
  font-family: var(--bold);
  font-size: 2rem;
  border: 0;
  padding: 0.4rem 1rem 1.6rem;
}
.alert-service-request-form form .accordion .accordion-content table tr td:first-child {
  vertical-align: top;
  width: 30%;
}
.alert-service-request-form form .accordion .accordion-content table tr td:nth-child(2) {
  vertical-align: top;
}
.alert-service-request-form form .accordion .accordion-content table tr td:nth-child(2) fieldset legend {
  display: none;
}
.alert-service-request-form form .accordion .accordion-content table tr td:nth-child(2) fieldset .fieldset-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.alert-service-request-form form .accordion .accordion-content table tr td:nth-child(2) fieldset .fieldset-wrapper > div {
  flex: calc(50% - 1.2rem);
  margin: 0 0.6rem 0.4rem;
  display: flex;
  align-items: flex-start;
}
.alert-service-request-form form .accordion .accordion-content table tr td:nth-child(2) fieldset .fieldset-wrapper > div input[type="checkbox"] {
  margin-right: 0.4rem;
}
.alert-service-request-form form .accordion .accordion-content table tbody tr {
  border-bottom: 3.6rem solid #fff;
}
.alert-service-request-form form .accordion .accordion-content > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.alert-service-request-form form .accordion .accordion-content > div label {
  font-family: var(--bold);
  margin-right: 0.6rem;
  display: inline-block;
  min-width: 10rem;
}
.alert-service-request-form form .accordion .accordion-content > div:nth-last-child(1), .alert-service-request-form form .accordion .accordion-content > div:nth-last-child(2) {
  display: inline-flex;
}
.alert-service-request-form form .accordion .accordion-content h3 {
  font-size: 1.6rem;
  font-family: var(--bold);
  margin-top: 2.2rem;
}
.alert-service-request-form form .action-alert-service {
  margin: 2.2rem auto;
  text-align: center;
}
a[href*="/resolveuid/"] {
  border-bottom: 1px solid #f00 !important;
}
.sitemap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sitemap .sitemap-item {
  padding: 1.6rem;
  margin: 1.6rem;
  width: calc(33.33% - 3.2rem);
}
@media screen and (max-width: 990px) {
  .sitemap .sitemap-item {
    width: calc(50% - 3.2rem);
  }
}
@media screen and (max-width: 768px) {
  .sitemap .sitemap-item {
    width: 100%;
    margin: 0 1.6rem;
  }
}
.sitemap .sitemap-item h2 {
  font-size: 1.8rem;
  padding: 0.4rem 0 0.8rem;
  border-bottom: 1px solid;
  margin: 0 0 0.8rem 0;
}
.sitemap .sitemap-item .item-list > ul {
  padding: 0;
  list-style-type: none;
}
.sitemap .sitemap-item .item-list > ul > li {
  margin: 0;
  list-style-type: none;
}
.sitemap .sitemap-item .item-list > ul > li:not(:has(a)) {
  display: none;
}
.sitemap .sitemap-item .item-list > ul > li > a {
  display: flex;
  padding: 0.2rem 0;
  text-decoration: none;
  font-family: var(--semibold);
}
.sitemap .sitemap-item .item-list > ul > li > a:before {
  display: block;
  margin: 0.6rem 0.6rem 0 0;
  content: "";
  min-width: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #999999;
  -webkit-mask-image: url("../images/arrow-menu.svg");
  mask-image: url("../images/arrow-menu.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.sitemap .sitemap-item > div > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sitemap .sitemap-item > div > ul > li {
  margin: 0;
  list-style-type: none;
}
.sitemap .sitemap-item > div > ul > li:not(:has(a)) {
  display: none;
}
.sitemap .sitemap-item > div > ul > li > a {
  display: flex;
  padding: 0.2rem 0;
  text-decoration: none;
  font-family: var(--semibold);
}
.sitemap .sitemap-item > div > ul > li > a:before {
  display: block;
  margin: 0.6rem 0.6rem 0 0;
  content: "";
  min-width: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #999999;
  -webkit-mask-image: url("../images/arrow-menu.svg");
  mask-image: url("../images/arrow-menu.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.sitemap .sitemap-item > div > ul > li > ul {
  padding: 0;
}
.sitemap .sitemap-item > div > ul > li > ul li {
  list-style-type: none;
  padding-left: 1.2rem;
}
.sitemap .sitemap-item > div > ul > li > ul li:not(:has(a)) {
  display: none;
}
.sitemap .sitemap-item > div > ul > li > ul li a {
  display: block;
  padding: 0.2rem 0.2rem 0.2rem 1rem;
  font-family: var(--regular);
  text-decoration: none;
}
.sitemap .sitemap-item.sitemap-item--vocabulary-topics {
  width: 100%;
}
.sitemap .sitemap-item.sitemap-item--vocabulary-topics .item-list > ul > li {
  width: calc(33.33%);
  padding: 0.2rem 1rem 0.2rem 0;
  float: left;
}
@media screen and (max-width: 990px) {
  .sitemap .sitemap-item.sitemap-item--vocabulary-topics .item-list > ul > li {
    width: calc(50% - 2rem);
  }
}
@media screen and (max-width: 768px) {
  .sitemap .sitemap-item.sitemap-item--vocabulary-topics .item-list > ul > li {
    width: 100%;
    float: none;
  }
}
.sitemap .sitemap-item.sitemap-item--vocabulary-topics .item-list > ul > li ul > li {
  width: 100%;
}
.sitemap .sitemap-item.topics-audience-sitemap {
  width: 100%;
}
.sitemap .sitemap-item.topics-audience-sitemap .topics-audience-block {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .sitemap .sitemap-item.topics-audience-sitemap .topics-audience-block {
    flex-direction: column;
  }
}
.sitemap .sitemap-item.topics-audience-sitemap .topics-audience-block .topics-sitemap {
  flex: 1 1 auto;
}
.sitemap .sitemap-item.topics-audience-sitemap .topics-audience-block .topics-sitemap > p a {
  font-family: var(--bold);
  text-decoration: none;
  margin: 0.8rem 0;
  display: inline-block;
}
.menu--ncss-map-section {
  height: fit-content;
  position: relative;
  margin-top: -25px;
}
.menu--ncss-map-section .nav {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  flex-wrap: nowrap;
  scrollbar-width: none;
  width: 100%;
}
.menu--ncss-map-section .nav::after {
  height: 4px;
  width: 100%;
  content: "";
  background-color: #F2F6FA;
  position: absolute;
  bottom: -46px;
  left: 0;
  z-index: -1;
}
.menu--ncss-map-section .nav .nav-item {
  margin-right: 25px;
}
.menu--ncss-map-section .nav .nav-item:last-of-type {
  margin-right: 0;
}
.menu--ncss-map-section .nav .nav-item a {
  padding-top: 11px;
  padding-bottom: 11px;
}
.menu--ncss-map-section .nav .nav-item a.active {
  border-bottom: 4px solid #004F9F;
}
.menu--ncss-map-section .nav .nav-item a:hover, .menu--ncss-map-section .nav .nav-item a:focus {
  background-color: #FFFFFF;
  border-bottom: 4px solid #004F9F;
}
@media screen and (max-width: 768px) {
  .menu--ncss-map-section .nav::after {
    bottom: 0;
  }
}
/*# sourceMappingURL=enisaweb.css.map */