/*$box-shadow: (*/
/**/ /*"sm": 0 0 0.375rem 0 rgba(46, 38, 61, 0.18), //*/
/**/ /*"md": 0 0 0.625rem 0 rgba(46, 38, 61, 0.2), //*/
/**/ /*"lg": 0 0 1rem 0 rgba(46, 38, 61, 0.22) //
);*/
/*
1 colore bottone
2 bordo/hover
3 testo
*/
/*$box-shadow: (*/
/**/ /*"sm": 0 0 0.375rem 0 rgba(46, 38, 61, 0.18), //*/
/**/ /*"md": 0 0 0.625rem 0 rgba(46, 38, 61, 0.2), //*/
/**/ /*"lg": 0 0 1rem 0 rgba(46, 38, 61, 0.22) //
);*/
/*
1 colore bottone
2 bordo/hover
3 testo
*/
.odBanner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.odBanner .avatar {
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.6);
}

.odTagList h3 {
  margin-bottom: 0.25rem;
}
.odTagList div {
  padding-left: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 425px) {
  .odTagList div > .pill {
    flex-grow: 1;
  }
}

.odGallery {
  display: flex;
  gap: 0.5rem;
  overflow-x: hidden;
  max-width: 100%;
  padding-block: 0.25rem;
}
.odGallery [data-type=Swiper] {
  width: 100%;
}
.odGallery .swiper {
  padding-inline: 0 !important;
}
.odGallery .swiper-slide {
  width: unset;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .odGallery .swiper-slide {
    width: 100% !important;
    margin-right: 0px !important;
  }
}
.odGallery img {
  border-radius: 0.5rem;
  height: 300px;
}
@media (max-width: 1024px) {
  .odGallery img {
    height: unset !important;
  }
}
.odGallery--amount_1 {
  background-color: var(--bg-dark);
  padding-block: 1.5rem;
}
@media (max-width: 1024px) {
  .odGallery--amount_1 {
    background-color: none;
    padding-block: 0;
  }
}
.odGallery--amount_1 .swiper-slide {
  width: 100%;
  margin-right: 0;
}
.odGallery--amount_1 img {
  height: calc(300px - 3rem);
  margin: 0 auto;
}
.odGallery--amount_2 {
  background-color: var(--bg-dark);
  padding: 1.5rem;
}
@media (max-width: 1024px) {
  .odGallery--amount_2 {
    background-color: none;
    padding: 0;
  }
}
.odGallery--amount_2 .swiper-slide:first-of-type {
  margin-left: auto;
  margin-right: 0.5rem;
}
.odGallery--amount_2 .swiper-slide:last-of-type {
  margin-right: auto;
  margin-left: 0.5rem;
}
.odGallery--amount_2 img {
  height: calc(300px - 3rem);
  margin: 0 auto;
}

.odLocations i.fa-building {
  color: var(--primary-light);
}
.odLocations i.fa-buildings {
  color: var(--primary-dark);
}

.odMissionRow h2 {
  margin-bottom: 0.25rem;
  font-size: 21px;
}
.odMissionRow .homeCardRow > div .swiper-slide {
  width: 300px;
}
.odMissionRow .missionCard {
  --baseCardUnit: 100px;
}

.odSocials {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.odContacts p {
  text-align: center;
}

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