@import url(https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);
:root {
  --c-orange: #EE7100;
  --c-blue: #023770;
  --c-grey-light: #EEEEEE;
  --fs-copy: 1rem;
  --fs-large: 1.2rem;
  --fs-hl-medium: 2rem;
  --gap: 1rem;
  --gap-slim: calc(var(--gap) * 0.5);
  --gap-15x: calc(var(--gap) * 1.5);
  --gap-2x: calc(var(--gap) * 2);
  --gap-3x: calc(var(--gap) * 3);
  --gap-4x: calc(var(--gap) * 4);
}

.ebro-25 h2 {
  font-size: var(--fs-hl-medium);
  color: var(--c-orange);
}

.ebro-contacts {
  font-family: "Noto Sans", sans-serif;
}
.ebro-contacts h1, .ebro-contacts h2, .ebro-contacts h3, .ebro-contacts p, .ebro-contacts ul, .ebro-contacts ol, .ebro-contacts input, .ebro-contacts button {
  font-family: "Noto Sans", sans-serif;
}
.ebro-contacts {
  position: relative;
}
.ebro-contacts p:first-child {
  margin-top: 0;
}
.ebro-contacts h2 {
  color: var(--c-orange) !important;
  margin: 1em 0;
}
.ebro-contacts .ebro-contacts-back {
  position: absolute;
  padding: 8px;
  top: 50%;
  left: -5px;
  transform: translateY(-50%) scale(0.8);
}
@media (min-width: 1024px) {
  .ebro-contacts .ebro-contacts-back {
    left: 0;
    transform: translateY(-50%);
  }
}
.ebro-contacts .ebro-contacts-back path {
  fill: var(--c-orange);
}
.ebro-contacts .ebro-contacts-back:hover {
  cursor: pointer;
}
.ebro-contacts .ebro-contacts-back:hover path {
  fill: white;
}
.ebro-contacts .ebro-contacts-filters {
  position: relative;
  z-index: 2;
  background: var(--c-blue);
  padding: var(--gap-15x);
}
@media (min-width: 1024px) {
  .ebro-contacts .ebro-contacts-filters {
    padding: var(--gap-2x);
    height: 455px;
    padding: var(--gap-3x);
  }
}
.ebro-contacts .ebro-contacts-filters {
  padding-bottom: 0;
  color: white;
  display: grid;
}
@media (min-width: 1024px) {
  .ebro-contacts .ebro-contacts-filters {
    grid-template-columns: 5fr 2fr;
    gap: var(--gap-4x);
  }
}
.ebro-contacts .ebro-contacts-filters .ebro-contacts-continent {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.ebro-contacts .ebro-contacts-filters .ebro-contacts-continent h1 {
  color: white;
}
@media (min-width: 1024px) {
  .ebro-contacts .ebro-contacts-filters .ebro-contacts-continent .ebro-contacts-content__map {
    margin-top: var(--gap-2x);
  }
}
.ebro-contacts .ebro-contacts-filters .ebro-contacts-continent .ebro-contacts-content__map {
  position: relative;
}
.ebro-contacts .ebro-contacts-filters .ebro-contacts-continent .ebro-contacts-content__map svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 0%;
}
.ebro-contacts .ebro-contacts-filters .ebro-contacts-continent .ebro-contacts-content__map svg circle {
  cursor: pointer;
}
.ebro-contacts .ebro-contacts-filters #continents-list {
  scroll-behavior: smooth;
}
.ebro-contacts .ebro-contacts-filters .spacer {
  height: 86px;
}
@media (max-width: 1023px) {
  .ebro-contacts .ebro-contacts-filters .ebro-contacts-countries {
    height: 41vw;
    min-height: 286px;
    width: 100%;
    background: rgba(2, 55, 112, 0.85);
  }
}
@media (min-width: 1024px) {
  .ebro-contacts .ebro-contacts-filters .ebro-contacts-countries {
    height: 100%;
    width: auto;
  }
}
.ebro-contacts .ebro-contacts-filters .ebro-contacts-countries {
  overflow: hidden;
  position: relative;
}
.ebro-contacts .ebro-contacts-filters .ebro-contacts-countries__inner {
  position: relative;
  height: 100%;
  overflow-y: auto;
}
.ebro-contacts .ebro-contacts-filters .ebro-contacts-countries h2 {
  font-style: normal !important;
  font-weight: normal !important;
  color: white !important;
  margin-top: 0;
  margin-bottom: var(--gap);
}
@media (min-width: 1024px) {
  .ebro-contacts .ebro-contacts-filters .ebro-contacts-countries h2 {
    margin-bottom: var(--gap-2x);
    padding-left: 8px;
  }
}
.ebro-contacts .ebro-contacts-filters .ebro-contacts-countries .continent {
  color: var(--c-orange);
  font-weight: bold;
  margin-top: var(--gap);
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .ebro-contacts .ebro-contacts-filters .ebro-contacts-countries .continent {
    margin-bottom: var(--gap);
    padding-left: 8px;
  }
}
.ebro-contacts .ebro-contacts-filters .ebro-contacts-countries .country {
  cursor: pointer;
  display: block;
  line-height: 1;
}
@media (max-width: 1023px) {
  .ebro-contacts .ebro-contacts-filters .ebro-contacts-countries .country {
    width: auto;
  }
}
.ebro-contacts .ebro-contacts-filters .ebro-contacts-countries .country {
  transition: background 0.2s;
}
.ebro-contacts .ebro-contacts-filters .ebro-contacts-countries .country.selected > span, .ebro-contacts .ebro-contacts-filters .ebro-contacts-countries .country:hover > span {
  background: rgba(0, 0, 0, 0.2);
}
.ebro-contacts .ebro-contacts-filters .ebro-contacts-countries .country {
  display: flex;
  align-items: center;
}
.ebro-contacts .ebro-contacts-filters .ebro-contacts-countries .country img {
  height: 1.6em;
  min-height: 100%;
  display: flex;
  padding: 2px;
}
.ebro-contacts .ebro-contacts-filters .ebro-contacts-countries .country > span {
  padding: 10px 10px 8px 1em;
  flex-grow: 1;
}
.ebro-contacts .ebro-contacts-filters .ebro-contacts-countries .grad-fade-out {
  pointer-events: none;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4em;
  background: linear-gradient(rgba(2, 55, 112, 0), rgb(2, 55, 112));
}
.ebro-contacts .ebro-contacts-filters-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ebro-contacts .ebro-contacts-filters-column > select {
  padding: 2px;
  border: solid 2px #eee !important;
  flex-grow: 1;
  background: white !important;
}
.ebro-contacts .ebro-contacts-filters-column > select option {
  padding: 0.5em 0.8em;
}
.ebro-contacts .ebro-contacts-filters-column > select option:hover {
  background: var(--c-orange);
  color: white;
}
.ebro-contacts .ebro-contacts-filters-column > select option:active, .ebro-contacts .ebro-contacts-filters-column > select option:checked, .ebro-contacts .ebro-contacts-filters-column > select option:focus {
  background: var(--c-orange);
  color: white;
}
.ebro-contacts .ebro-contacts-list {
  position: relative;
  z-index: 1;
  background: var(--c-blue);
  width: 100%;
  color: white;
  padding-top: var(--gap-2x);
}
.ebro-contacts .ebro-contacts-list .inner {
  padding: 0 var(--gap) var(--gap);
  overflow-y: auto;
  display: flex;
  gap: var(--gap);
  width: 100%;
}
.ebro-contacts .ebro-contacts-list:before {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3em;
  height: 100%;
  z-index: 2;
  background: linear-gradient(90deg, rgb(2, 55, 112), rgba(2, 55, 112, 0));
}
.ebro-contacts .ebro-contacts-list:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6em;
  height: 100%;
  background: linear-gradient(90deg, rgba(2, 55, 112, 0), rgb(2, 55, 112));
}
.ebro-contacts .ebro-contacts-list .ebro-contacts__card {
  flex-grow: 1;
  min-width: 320px;
  background: rgba(0, 0, 0, 0.2);
  padding: var(--gap-2x) var(--gap-2x) var(--gap) var(--gap-2x);
}
.ebro-contacts .ebro-contacts-list .ebro-contacts__card + .ebro-contacts__card {
  padding-left: var(--gap-2x);
  position: relative;
}
.ebro-contacts .ebro-contacts-list .ebro-contacts__card + .ebro-contacts__card:befsore {
  content: "";
  position: absolute;
  left: 0;
  top: 0%;
  height: 100%;
  width: 1px;
  background: var(--c-orange);
}
.ebro-contacts .ebro-contacts-list .country {
  text-transform: uppercase;
}
.ebro-contacts .ebro-contacts-list h3 {
  margin: var(--gap) 0;
  color: white !important;
}
.ebro-contacts .ebro-contacts-list p strong {
  color: white !important;
  font-size: var(--fs-large);
}
.ebro-contacts .ebro-contacts-list a {
  color: var(--c-orange) !important;
}
.ebro-contacts .ebro-contacts-list a:hover {
  color: white !important;
}
.ebro-contacts .ebro-contacts-list svg path {
  fill: white;
}
.ebro-contacts .ebro-contacts-list p:has(svg) {
  display: flex;
  align-items: center;
}
.ebro-contacts .ebro-contacts-list p:has(svg) svg {
  margin-right: 0.5em;
}
.ebro-contacts .section-inner {
  width: 100%;
  margin-bottom: var(--gap-2x);
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body {
  margin-top: var(--gap-2x);
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gsection {
  border: none;
  background: white;
  padding: 1.5em 0;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_subject {
  background-color: var(--c-grey-light);
  padding: var(--gap) var(--gap) 0 var(--gap);
}
@media (min-width: 1024px) {
  .ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_subject {
    padding: 0 0 0 var(--gap);
  }
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_subject {
  grid-column: span 12;
}
@media (min-width: 1024px) {
  .ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_subject {
    grid-column: span 5;
  }
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_subject {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_subject .gform_fields {
  margin-bottom: 0;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_subject .head_subject {
  margin-top: var(--gap);
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_details {
  grid-column: span 12;
}
@media (min-width: 1024px) {
  .ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_details {
    grid-column: span 7;
  }
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_details .gform_fields {
  margin-bottom: 0;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_details,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_newsletter {
  height: 100%;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_details .section-inner,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_newsletter .section-inner {
  padding: var(--gap);
}
@media (min-width: 1024px) {
  .ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_details .section-inner,
  .ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_newsletter .section-inner {
    padding: var(--gap-2x) var(--gap-2x) var(--gap-2x) var(--gap);
  }
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_details .section-inner,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_newsletter .section-inner {
  background: var(--c-grey-light);
  margin-bottom: 0 !important;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_newsletter {
  background: var(--c-grey-light);
  margin-bottom: var(--gap-2x);
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section.ebro_newsletter .section-inner {
  padding: var(--gap) var(--gap-2x);
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body fieldset {
  margin: 0 !important;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gfield_label {
  font-size: 0.86em !important;
  font-weight: normal !important;
  margin-bottom: 0.8em !important;
  color: var(--c-blue);
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gfield_required_asterisk {
  color: var(--c-orange) !important;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section-cols2 {
  background-color: var(--c-grey-light);
  margin-bottom: var(--gap-2x);
  display: grid;
}
@media (min-width: 768px) {
  .ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gform-section-cols2 {
    gap: var(--gap-2x);
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    gap: 2%;
  }
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body input[type=text],
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body select,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body input[type=email],
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body input[type=tel],
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body textarea {
  border: solid 2px #dadada !important;
  background: white !important;
  padding: 0.7em 0.8em !important;
  width: 100%;
  font-size: 1.1rem !important;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body input[type=text]:focus,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body select:focus,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body input[type=email]:focus,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body input[type=tel]:focus,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body textarea:focus {
  border-color: var(--c-orange) !important;
  box-shadow: 0 0 3px var(--c-orange);
  outline: none;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .form-blank {
  height: 1px;
  overflow: hidden;
  opacity: 0;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio {
  display: grid;
  width: 100%;
  gap: 1em;
  background: white;
}
@media (min-width: 768px) {
  .ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .ginput_container_radio .gfield_radio {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .ebro_newsletter {
  padding: var(--gap);
  background: rgba(0, 0, 0, 0.1);
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gsection.ebro_details + .section-inner h2,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gsection.ebro_subject + .section-inner h2 {
  margin: 0;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gsection.ebro_details + .section-inner .gfield_radio,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gsection.ebro_subject + .section-inner .gfield_radio {
  background: none;
}
@media (min-width: 1024px) {
  .ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gsection.ebro_details + .section-inner .ginput_container_radio .gfield_radio,
  .ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gsection.ebro_subject + .section-inner .ginput_container_radio .gfield_radio {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gsection.ebro_details + .section-inner .ebro_subject_select .gchoice,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gsection.ebro_subject + .section-inner .ebro_subject_select .gchoice {
  padding: 0;
  background: none;
  display: block;
  width: 100%;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gsection.ebro_details + .section-inner .ebro_subject_select .gchoice label,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gsection.ebro_subject + .section-inner .ebro_subject_select .gchoice label {
  max-width: none;
  display: block;
  width: 100%;
  padding: 0.6em 0.8em 0.5em;
  border: solid 2px var(--c-orange);
  background: white;
  cursor: pointer;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gsection.ebro_details + .section-inner .ebro_subject_select .gchoice label:hover,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gsection.ebro_subject + .section-inner .ebro_subject_select .gchoice label:hover {
  color: white;
  background: var(--c-orange);
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gsection.ebro_details + .section-inner .ebro_subject_select .gchoice label:before,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gsection.ebro_subject + .section-inner .ebro_subject_select .gchoice label:before {
  display: none !important;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gsection.ebro_details + .section-inner .ebro_subject_select .gchoice input:checked + label,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gsection.ebro_subject + .section-inner .ebro_subject_select .gchoice input:checked + label {
  color: white;
  background: var(--c-orange);
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .ginput_container_consent,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gchoice {
  margin: 0;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .ginput_container_consent input,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gchoice input {
  position: fixed;
  left: -9999px;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .ginput_container_consent label,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gchoice label {
  cursor: pointer;
  position: relative;
  padding-left: 1.8em;
  font-weight: normal !important;
  margin: 0;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .ginput_container_consent label:before,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gchoice label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1em;
  height: 1em;
  border: 1px solid var(--c-orange);
  background: white;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .ginput_container_consent input:checked + label:before,
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .gchoice input:checked + label:before {
  background: white url(../images/check.svg) center center no-repeat;
  background-size: 86% auto;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .ginput_container_fileupload {
  height: 100%;
  background-position: center center !important;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body label:has(+ .ginput_container_fileupload) {
  display: none;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body label:has(+ .ginput_container_fileupload) + .ginput_container_fileupload {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  padding: 3em 0 1em;
  min-height: 186px;
  border: dashed 1px #ccc;
  background: white url(../images/upload.svg) center 3em no-repeat;
  background-size: 5em auto;
  text-align: center;
  position: relative;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body label:has(+ .ginput_container_fileupload) + .ginput_container_fileupload input[type=file] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .ebro_message {
  padding: var(--gap);
}
@media (min-width: 1024px) {
  .ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .ebro_message {
    padding: var(--gap-2x);
  }
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .ebro_message {
  background: var(--c-grey-light);
}
.ebro-contacts .ebro-contacts__form .gform_wrapper .gform_body .ebro_message textarea {
  margin-bottom: 0 !important;
}

section:has(.ebro-contacts__form.show) + div {
  display: none;
}
section:has(.ebro-contacts__form.show) + div + div {
  display: none;
}

.gfield--type-consent {
  background: var(--c-grey-light) !important;
  padding: var(--gap) !important;
}
.gfield--type-consent fieldset {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gfield--type-consent fieldset > div {
  width: auto;
}

.gform_required_legend {
  display: none;
}

.gform_footer {
  margin: -2em 0 0 0 !important;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

#field_submit.gfield {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gform-button {
  width: 100% !important;
  max-width: none !important;
  height: 100%;
  padding-left: 2em !important;
  padding-right: 2em !important;
  background: var(--c-orange) !important;
  font-size: 1rem !important;
  align-self: center !important;
}

/*# sourceMappingURL=ebro.css.map*/