/**
 * @file
 * Visual styles for fields.
 */


.field__label {
  font-weight: 500;
}
.field--label-inline .field__label,
.field--label-inline .field__items {
  float: left;
}
.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-right: 0.5em;
}
[dir="rtl"] .field--label-inline .field__label,
[dir="rtl"] .field--label-inline .field__items {
  padding-left: 0.5em;
  padding-right: 0;
}
.field--label-inline .field__label::after {
  content: ':';
}




/**
 * ===== FIELD =====
 */




/**
 * field
 */
.field {}

/**/
/*
body.user-logged-in .field {
  background-color: #EEEEEE;
  margin: 0.5rem 0;
  padding: 0.5rem;
}
*/




/**
 * label
 */
.field__label {}

h2.field__label {
  color: var(--site--main--color--03-01-01);
  font-weight: 700;
  margin: 1.0rem 0;
}

h3.field__label,
h4.field__label {
  color: var(--site--main--color--03-01-01);
  font-weight: 700;
  margin: 0.5rem 0;
}

.field--label-inline .field__label,
.field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-right: 0.5rem;
}
[dir="rtl"] .field--label-inline .field__label,
[dir="rtl"] .field--label-inline .field__items {
  padding-left: 0.5rem;
}

/**/
.field--label-dsply-h2 {
  font-size: 1.5rem;
}
.field--label-dsply-h3 {
  font-size: 1.15rem;
}
.field--label-dsply-h4 {
  font-size: 1.15rem;
}




/**
 * address
 */
.field--type-address {}




/**
 * daterange
 */
.field--type-daterange {}

/**/
.field--type-daterange .field__label {}

/**/
.field--type-daterange .field__item {
  /*
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  */
}

/**/
.field--type-daterange time {
  display: inline-block;
}
.field--type-daterange time:first-child {}
.field--type-daterange time:last-child {}
.field--type-daterange time:first-child:last-child {}




/**
 * datetime
 */
.field--type-datetime {}

/**/
.field--type-datetime .field__label {}

/**/
.field--type-datetime .field__item {
  /*
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  */
}

/**/
.field--type-datetime time {
  display: inline-block;
}




/**
 * email
 */
.field--type-email {
  margin-bottom: 0 !important;
}

/**/
.field--type-email .field__item {
  margin-bottom: 8px;
  margin-bottom: 0px;
}

/**/
.field--type-email a {
  /* MTRL */
  background-color: var(--site--main--color--02-03-04);
  background-color: var(--site--field--back-color--01);
  /* MTRL */
  border: 1px solid var(--site--field--brdr-color--01);
  border-width: 0 0 0 4px;
  border-width: 0 0 1px 0;
  /**/
  color: var(--site--field--link-color--01);
  display: block;
  overflow: hidden;
  padding: 0.5rem 1rem;
  padding: 0.5rem 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.field--type-email a:hover {
  border-color: var(--site--field--brdr-color--02);
  color: var(--site--field--link-color--02);
}


/* CUSTOM */
/* custom--gui-email */
.field--type-email.custom--gui-email a {
  /* MTRL */
  /*
  background-color: #FFFFFF;
  background-color: var(--site--field--back-color--01);
  */
  /* MTRL */
  /*
  background-image: url("../../img/gui/gui-contact/gui-contact-email-FF5308.svg");
  background-position: left 10px center;
  background-size: 32px 32px;
  border: 4px solid var(--site--main--color--01-03-03);
  border-width: 0 0 4px 0;
  font-weight: 700;
  line-height: 1.25;
  overflow: visible;
  padding: 0.75rem 1.0rem 0.75rem 50px;
  position: relative;
  */
  background-image: url("../../img/google/material-symbols/mail.svg");
  background-position: left 0.25rem center;
  background-repeat: no-repeat;
  background-size: 24px;
  /**/
  padding: 0.5rem 0.25rem 0.5rem calc(0.25rem + 24px + 0.75rem);
}
.field--type-email.custom--gui-email a::after {
  /*
  background-color: var(--site--field--brdr-color--01);
  bottom: -4px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 50px;
  */
}


/* CUSTOM - CONTACT - EMAIL */
/* custom--gui-contact-email */
.field--type-email.custom--gui-contact-email a {
  /* MTRL */
  /*
  background-color: #FFFFFF;
  background-color: var(--site--field--back-color--01);
  */
  /* MTRL */
  /*
  background-image: url("../../img/gui/gui-contact/gui-contact-email-FF5308.svg");
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  padding-left: 50px;
  */
  background-image: url("../../img/google/material-symbols/mail.svg");
  background-position: left 0.25rem center;
  background-repeat: no-repeat;
  background-size: 24px;
  /**/
  padding: 0.5rem 0.25rem 0.5rem calc(0.25rem + 24px + 0.75rem);
}




/**
 * entity-reference
 */
.field--type-entity-reference {
  margin: 0;
}


/* custom--gui-rel-taxo */
.field--type-entity-reference.custom--gui-rel-taxo {
  display: flex;
  flex-flow: row wrap;
}
.field--type-entity-reference.custom--gui-rel-taxo > .field__label {
  flex-basis: 100%;
}
.field--type-entity-reference.custom--gui-rel-taxo > .field__item {
  margin-right: 0.5rem;
}
.field--type-entity-reference.custom--gui-rel-taxo > .field__item .taxonomy-term {
  box-sizing: border-box;
  height: 100%;
}




/**
 * file
 */
.field--type-file {
  margin-bottom: 0 !important;
}

/**/
.field--type-file .field__item {
  margin-bottom: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0px;
}

/**/
.field--type-file span {
  display: block;
}
.field--type-file span.file-size {
  display: none;
}

/**/
.field--type-file a {
  /* MTRL */
  background-color: var(--site--main--color--02-03-04);
  background-color: var(--site--field--back-color--01);
  /* MTRL */
  border: 1px solid var(--site--field--brdr-color--01);
  border-width: 0 0 0 4px;
  border-width: 0 0 1px 0;
  /**/
  color: var(--site--field--link-color--01);
  display: block;
  font-weight: 700;
  font-weight: 600;
  overflow-wrap: break-word;
  padding: 0.75rem 1rem;
  padding: 0.5rem 0;
}
.field--type-file a:hover {
  border-color: var(--site--field--brdr-color--02);
  color: var(--site--field--link-color--02);
}


/* CUSTOM */
/* custom--gui-file */
.field--type-file.custom--gui-file a {
  /* MTRL */
  /*
  background-color: #FFFFFF;
  background-color: var(--site--field--back-color--01);
  */
  /* MTRL */
  /*
  background-image: url("../../img/gui/gui-file/gui-file-download-FF5308.svg");
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border: 4px solid var(--site--main--color--01-03-03);
  border-width: 0 0 4px 0;
  hyphens: auto;
  line-height: 1.25;
  padding-left: 50px;
  position: relative;
  */
  background-image: url("../../img/google/material-symbols/download.svg");
  background-position: left 0.75rem center;
  background-repeat: no-repeat;
  background-size: 24px;
  /**/
  font-weight: 600;
  padding: 0.75rem 1.0rem 0.75rem calc(0.75rem + 24px + 0.75rem);
}
.field--type-file.custom--gui-file a::after {
  /*
  background-color: var(--site--field--brdr-color--01);
  bottom: -4px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 50px;
  */
}


/* CUSTOM - FEATURE */
/* custom--gui-file-ftr */
.field--type-file.custom--gui-file-ftr {}
.field--type-file.custom--gui-file-ftr a {
  /*
  background-color: #FFFFCC;
  */
  /**/
  background-image: url("../../img/google/material-symbols/download.svg");
  background-position: left 0.75rem center;
  background-repeat: no-repeat;
  background-size: 24px;
  /**/
  border-width: 2px;
  color: var(--site--field--link-color--02);
  /**/
  font-weight: 600;
  padding: 0.75rem 1.0rem 0.75rem calc(0.75rem + 24px + 0.75rem);
}




/**
 * image
 */
.field--type-image {
  margin: 0;
}




/**
 * link
 */
.field--type-link {
  margin-bottom: 0 !important;
}

/**/
.field--type-link .field__item {
  margin-bottom: 8px;
  margin-bottom: 0px;
}

/**/
.field--type-link a {
  /* MTRL */
  background-color: var(--site--main--color--02-03-04);
  background-color: var(--site--field--back-color--01);
  /* MTRL */
  border: 1px solid var(--site--field--brdr-color--01);
  border-width: 0 0 0 4px;
  border-width: 0 0 1px 0;
  /**/
  color: var(--site--field--link-color--01);
  display: block;
  hyphens: auto;
  padding: 0.5rem 1rem;
  padding: 0.5rem 0;
}
.field--type-link a:hover {
  border-color: var(--site--field--brdr-color--02);
  color: var(--site--field--link-color--02);
}


/* CUSTOM */
/* custom--gui-link */
.field--type-link.custom--gui-link a {
  /* MTRL */
  /*
  background-color: #FFFFFF;
  background-color: var(--site--field--back-color--01);
  */
  /* MTRL */
  /*
  background-image: url("../../img/gui/gui-link/gui-link-FF5308.svg");
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  border: 4px solid var(--site--main--color--01-03-03);
  border-width: 0 0 4px 0;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75rem 1.0rem 0.75rem 50px;
  position: relative;
  */
  background-image: url("../../img/google/material-symbols/link.svg");
  background-position: left 0.75rem center;
  background-repeat: no-repeat;
  background-size: 24px;
  /**/
  font-weight: 600;
  padding: 0.75rem 1.0rem 0.75rem calc(0.75rem + 24px + 0.75rem);
}
.field--type-link.custom--gui-link a::after {
  /*
  background-color: var(--site--field--brdr-color--01);
  bottom: -4px;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 50px;
  */
}


/* CUSTOM - CONTACT - WEB */
/* custom--gui-contact-web */
.field--type-link.custom--gui-contact-web a {
  /* MTRL */
  /*
  background-color: #FFFFFF;
  background-color: var(--site--field--back-color--01);
  */
  /* MTRL */
  /*
  background-image: url("../../img/gui/gui-link/gui-link-FF5308.svg");
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  padding-left: 50px;
  */
  background-image: url("../../img/google/material-symbols/link.svg");
  background-position: left 0.25rem center;
  background-repeat: no-repeat;
  background-size: 24px;
  /**/
  padding: 0.5rem 0.25rem 0.5rem calc(0.25rem + 24px + 0.75rem);
}


/* CUSTOM - CTA */
/* custom--gui-link-cta */
.field--type-link.custom--gui-link-cta {}
.field--type-link.custom--gui-link-cta .field__item {}
.field--type-link.custom--gui-link-cta a {
  background-color: var(--site--main--color--02-01-01);
  border: 4px solid var(--site--main--color--02-01-01);
  color: var(--site--body--text-color--inv--01);
  display: block;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  text-align: center;
}
.field--type-link.custom--gui-link-cta a:hover {
  background-color: transparent;
  color: var(--site--main--color--02-01-01);
}

/* @media */
@media only screen and (min-width: 768px) {
  /**/
  .field--type-link.custom--gui-link-cta {
    display: flex;
    flex-flow: row wrap;
  }
  .field--type-link.custom--gui-link-cta .field__item {
    margin-right: 0.5rem;
  }
}


/* CUSTOM - FEATURE */
/* custom--gui-link-ftr */
.field--type-link.custom--gui-link-ftr {}
.field--type-link.custom--gui-link-ftr a {
  /*
  background-color: #FFFFCC;
  */
  /**/
  background-image: url("../../img/google/material-symbols/link.svg");
  background-position: left 0.75rem center;
  background-repeat: no-repeat;
  background-size: 24px;
  /**/
  border-width: 2px;
  color: var(--site--field--link-color--02);
  /**/
  font-weight: 600;
  padding: 0.75rem 1.0rem 0.75rem calc(0.75rem + 24px + 0.75rem);
}




/**
 * telephone
 */
.field--type-telephone {
  margin-bottom: 0 !important;
}

/**/
.field--type-telephone .field__item {
  margin-bottom: 8px;
  margin-bottom: 0px;
}

/**/
.field--type-telephone a {
  /* MTRL */
  background-color: var(--site--main--color--02-03-04);
  background-color: var(--site--field--back-color--01);
  /* MTRL */
  border: 1px solid var(--site--field--brdr-color--01);
  border-width: 0 0 0 4px;
  border-width: 0 0 1px 0;
  /**/
  color: var(--site--field--link-color--01);
  display: block;
  padding: 0.5rem 1rem;
  padding: 0.5rem 0;
}
.field--type-telephone a:hover {
  border-color: var(--site--field--brdr-color--02);
  color: var(--site--field--link-color--02);
}


/* CUSTOM - CONTACT - PHONE */
/* custom--gui-contact-phone */
.field--type-telephone.custom--gui-contact-phone a {
  /* MTRL */
  /*
  background-color: #FFFFFF;
  background-color: var(--site--field--back-color--01);
  */
  /* MTRL */
  /*
  background-image: url("../../img/gui/gui-contact/gui-contact-phone-FF5308.svg");
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  padding-left: 50px;
  */
  background-image: url("../../img/google/material-symbols/call.svg");
  background-position: left 0.25rem center;
  background-repeat: no-repeat;
  background-size: 24px;
  padding: 0.5rem 0.25rem 0.5rem calc(0.25rem + 24px + 0.75rem);
}


/* CUSTOM - CONTACT - FAX */
/* custom--gui-contact-fax */
.field--type-telephone.custom--gui-contact-fax a {
  /* MTRL */
  /*
  background-color: #FFFFFF;
  background-color: var(--site--field--back-color--01);
  */
  /* MTRL */
  /*
  background-image: url("../../img/gui/gui-contact/gui-contact-fax-FF5308.svg");
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  padding-left: 50px;
  */
  background-image: url("../../img/google/material-symbols/fax.svg");
  background-position: left 0.25rem center;
  background-repeat: no-repeat;
  background-size: 24px;
  padding: 0.5rem 0.25rem 0.5rem calc(0.25rem + 24px + 0.75rem);
}


/* CUSTOM - CONTACT - MOBILE */
/* custom--gui-contact-mobile */
.field--type-telephone.custom--gui-contact-mobile a {
  /* MTRL */
  /*
  background-color: #FFFFFF;
  background-color: var(--site--field--back-color--01);
  */
  /* MTRL */
  /*
  background-image: url("../../img/gui/gui-contact/gui-contact-mobile-FF5308.svg");
  background-position: left 10px center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  padding-left: 50px;
  */
  background-image: url("../../img/google/material-symbols/smartphone.svg");
  background-position: left 0.25rem center;
  background-repeat: no-repeat;
  background-size: 24px;
  padding: 0.5rem 0.25rem 0.5rem calc(0.25rem + 24px + 0.75rem);
}




/**
 * text-long
 */
.field--type-text-long {}

/**/
.field--type-text-long .field__item h2 {
  color: var(--site--main--color--03-01-01);
  margin: 1.5rem 0 0.75rem 0;
}
.field--type-text-long .field__item h2:first-child {
  margin-top: 0rem;
}
.field--type-text-long .field__item h3 {
  color: var(--site--main--color--03-01-01);
  margin: 1.5rem 0 0.75rem 0;
}
.field--type-text-long .field__item h3:first-child {
  margin-top: 0rem;
}
.field--type-text-long .field__item h4 {
  margin: 1.5rem 0 0.75rem 0;
}
.field--type-text-long .field__item h4:first-child {
  margin-top: 0rem;
}

/**/
.field--type-text-long .field__item a {
  border-bottom: 2px solid var(--site--main--color--02-01-01);
}
.field--type-text-lon .field__itemg a:hover {}

/**/
.field--type-text-long .field__item ol {
  margin: 0.75rem 0;
}
.field--type-text-long .field__item ol ol {
  margin: 0;
}
.field--type-text-long .field__item ol li {
  list-style: decimal;
  margin-left: 3rem;
}

/**/
.field--type-text-long .field__item ul {
  margin: 0.75rem 0;
}
.field--type-text-long .field__item ul ul {
  margin: 0;
}
.field--type-text-long .field__item ul li {
  list-style: square;
  margin-left: 3rem;
}


/* @media */
@media only screen and (min-width: 768px) {

  /**/
  .field--type-text-long .field__item h2 {}
  .field--type-text-long .field__item h3 {}
  .field--type-text-long .field__item h4 {}

  /**/
  .field--type-text-long .field__item ol {}

  /**/
  .field--type-text-long .field__item ul {}

}




/**
 * FIELD GLOBAL DISPLAY FLEX
 * field-global-display-flex
 */




/**
 * ...
 */
.field-global-display-flex {}


/**/
.field-global-display-flex.field__items {
  list-style: none;
}
.field-global-display-flex.field__items > .field__item {
  margin-bottom: 4%;
}

/**/
.field-global-display-flex.field__items > .field__item article {
  height: 100%;
}


/* @media */
@media screen and (min-width:768px) {
  .field-global-display-flex.field__items {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -1.5%;
  }
  .field-global-display-flex.field__items > .field__label {
    margin: 1.5rem;
    width: 100%;
  }
  .field-global-display-flex.field__items > .field__item {
    margin: 1.5%;
    width: 47%;
  }
}


/* @media */
@media screen and (min-width:1024px) {
  /**/
  .field-global-display-flex-3.field__items > .field__item,
  .field-global-display-flex-4.field__items > .field__item {
    width: 30.333333%;
  }
}


/* @media */
@media screen and (min-width:1200px) {
  /**/
  .field-global-display-flex-4.field__items > .field__item {
    width: 22%;
  }
}
