@font-face {
  font-family: Franciscus;
  src: url('../fonts/Franciscus-SemiboldOblique.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Franciscus;
  src: url('../fonts/Franciscus-LightOblique.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Franciscus;
  src: url('../fonts/Franciscus-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Franciscus;
  src: url('../fonts/Franciscus-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Franciscus;
  src: url('../fonts/Franciscus-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Franciscus;
  src: url('../fonts/Franciscus-Oblique.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

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

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

.navbar {
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.image {
  width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button {
  color: #fff;
  background-color: #c82427;
  border-radius: 10px;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Franciscus, sans-serif;
  font-size: 16px;
  display: inline-block;
}

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

.button._100.blu {
  background-color: #d51b21;
}

.button._100.purple {
  background-color: #9f407d;
}

.button.btn-bluwhite {
  color: #c82427;
  background-color: #fff;
}

.button.btn-mobile {
  display: none;
}

.button.v2 {
  background-color: #d61c21;
  margin-top: 15px;
}

.button.bluwhite {
  background-color: #fff;
}

.button.blu {
  background-color: #254265;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Franciscus, sans-serif;
  font-size: 34px;
  font-weight: 400;
}

.heading.title-sectioncalendar {
  font-size: 32px;
}

.heading.title-sectioncalendar.white {
  color: #fff;
  line-height: 40px;
}

.heading.blacktxt {
  color: #000;
}

.heading.blacktxt.center {
  text-align: center;
}

.paragraph {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.paragraph.white {
  color: #fff;
  text-align: left;
}

.paragraph.white.blacktxt {
  text-align: left;
}

.paragraph.sub-month {
  margin-top: 10px;
}

.paragraph.blacktxt {
  color: #000;
  text-align: center;
}

.fixedbar-top {
  z-index: 99999;
  background-color: #c82427;
  position: fixed;
  inset: 0% 0% auto;
}

.fixedbar-top.v2 {
  background-color: #d61c21;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Franciscus, sans-serif;
  font-size: 18px;
}

.link {
  color: #fff;
}

.section {
  background-color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero {
  background-color: #000;
  background-image: linear-gradient(#000000a1, #000000a1), url('../images/Calendario2026-1.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero.donation-box {
  background-color: #fff;
  background-image: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.body {
  margin-top: 30px;
}

.body.donation-page {
  margin-top: 0;
}

.div-block {
  background-color: #fff;
  padding: 10px 20px 20px;
}

.div-block.red {
  background-color: #c82427;
  width: auto;
  height: auto;
}

.div-block.blu {
  background-color: #d61c21;
}

.div-block-2, .div-block-3 {
  background-color: #fff;
}

.sec2 {
  color: #000;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form {
  background-color: #254265;
  background-image: url('../images/ads-calendario-san-Francesco-2024-2.png');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.form.blu {
  -webkit-text-fill-color: inherit;
  background-color: #254265;
  background-image: linear-gradient(#0d384b96, #0d384b96), url('../images/ads-calendario-san-Francesco-2024.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-clip: border-box;
  padding-bottom: 0;
}

.form.donation {
  background-color: #000;
  background-image: none;
  padding-bottom: 0;
  display: block;
}

.form.blackbg {
  background-color: #fff;
  background-image: none;
  padding-bottom: 0;
}

.heading-3 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Franciscus, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.heading-3.blacktxt {
  color: #000;
}

.container {
  text-align: center;
}

.text-field-2 {
  font-family: Franciscus, sans-serif;
  font-size: 15px;
}

.text-field {
  color: #000;
  font-family: Franciscus, sans-serif;
  font-size: 15px;
}

.paragraph-4 {
  color: #fff;
  text-align: left;
  font-family: Franciscus, sans-serif;
  font-size: 18px;
}

.textarea {
  font-family: Franciscus, sans-serif;
}

.checkbox-field {
  text-align: left;
}

.checkbox-label {
  color: #fff;
  text-align: left;
  font-family: Franciscus, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button-2 {
  color: #333;
  background-color: #dac08a;
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Franciscus, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-4 {
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.footer {
  background-color: #000;
}

.container-3 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-4 {
  width: 200px;
}

.paragraph-3 {
  color: #fff;
  margin-top: 10px;
  font-family: Franciscus, sans-serif;
}

.columns {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns-2 {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.columns-2.hero-ty-container {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-5 {
  margin-top: 20px;
}

.columns-3 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.heading-4 {
  text-align: center;
  margin-top: 0;
  font-family: Franciscus, sans-serif;
  font-weight: 400;
}

.heading-4.text-head {
  color: #000;
  margin-bottom: 50px;
  font-size: 32px;
}

.div-block-6 {
  outline-offset: 0px;
  background-color: #fff;
  outline: 3px #333;
  padding: 20px;
}

.div-block-6.border {
  outline-offset: 0px;
  outline: 5px solid #d51b21;
}

.heading-5 {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Franciscus, sans-serif;
}

.paragraph-5 {
  text-align: left;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.image-8 {
  width: 100%;
}

.html-embed {
  margin-bottom: 0;
}

.head {
  font-size: 25px;
  line-height: 22px;
}

.head.title {
  color: #c82427;
  font-size: 18px;
  line-height: 18px;
}

.head.title.blu {
  color: #0d384b;
}

.heading-6 {
  font-family: Franciscus, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.heading-6.headertitle {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
}

.heading-6.headertitle.purple {
  color: #9f407d;
}

.hero-ty {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hero-ty.herograzie {
  background-color: #000;
  padding-bottom: 0;
}

.image-9 {
  margin-bottom: -100px;
}

.columns-4 {
  align-items: center;
  display: flex;
}

.slider {
  background-color: #0000;
  height: 100%;
  display: none;
}

.mask {
  height: 100%;
}

.link-2 {
  color: #fff;
}

.link-3 {
  color: #000;
}

.bold-text {
  color: #0d384b;
}

.text-span {
  color: #9f407d;
}

.text-span-2 {
  color: #d51b21;
  font-size: 18px;
  font-style: italic;
}

.image-11 {
  width: 400px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mask-2, .slider-2, .slide {
  width: 100%;
}

.mask-3, .slider-3 {
  height: 100%;
}

.section-2 {
  display: none;
}

.image-12 {
  width: 80%;
  margin-bottom: 0;
}

.column-2 {
  margin-bottom: 50px;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  font-weight: 700;
}

.text-span-6.center {
  text-align: center;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11 {
  font-weight: 700;
}

.image-13 {
  margin-bottom: -20px;
}

.column-3 {
  padding-bottom: 0;
}

.column-4 {
  text-align: center;
}

.image-14 {
  margin-top: 20px;
}

.image-15 {
  display: none;
}

.text-span-15, .text-span-16, .text-span-17, .text-span-18, .text-span-19, .text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26, .text-span-27 {
  font-weight: 700;
}

.div-block-7 {
  background-color: #000;
  border-radius: 5px;
  padding: 20px;
}

.link-4 {
  color: #fff;
}

.hero-stack {
  background-color: #000;
  background-image: url('../images/cal_mani.png'), linear-gradient(#0009, #0009), url('../images/Calendario2026-1.png');
  background-position: 50% 110%, 0 0, 0 100%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: contain, auto, contain;
  border-bottom: 1px solid #e4ebf3;
  height: 1000px;
  padding: 50px 30px 80px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.team-slider {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-family: Franciscus, sans-serif;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32 {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .container-6 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }
}

@media screen and (max-width: 767px) {
  .hero-stack, .team-slider {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .button.btn-bluwhite {
    color: #0d384b;
    margin-top: 15px;
  }

  .button.btn-mobile {
    flex-direction: row-reverse;
    align-items: stretch;
    width: 120px;
    display: block;
  }

  .button.btn-mobile.blu {
    background-color: #d51b21;
    margin-bottom: 20px;
  }

  .button.v2 {
    display: none;
    overflow: visible;
  }

  .button.blu {
    margin-top: 15px;
  }

  .heading {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .paragraph.white {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .paragraph.sub-month {
    margin-bottom: 10px;
  }

  .fixedbar-top {
    inset: auto 0% 0%;
  }

  .section.hero {
    background-color: #000;
    background-image: linear-gradient(#000000ab, #000000ab), url('../images/Calendario2026-1.png');
    background-position: 0 0, 35% 70%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 200%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.hero.donation-box {
    padding-top: 20px;
    display: none;
  }

  .body {
    margin-top: 0;
  }

  .div-block {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block.red {
    background-color: #0d384b;
    padding-bottom: 10px;
  }

  .sec2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form {
    background-image: none;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form.blu {
    background-image: url('../images/ads-calendario-san-Francesco-2024-2.png');
    background-position: 50% 30%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 30px;
  }

  .container-3 {
    padding-top: 10px;
    padding-bottom: 80px;
  }

  .columns {
    display: block;
  }

  .columns-2 {
    background-color: #f1f1f100;
    flex-flow: column-reverse wrap-reverse;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .columns-3 {
    display: block;
  }

  .heading-4.text-head {
    margin-top: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-4.text-head.mobile {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-6 {
    margin-bottom: 10px;
  }

  .div-block-6.border {
    outline-offset: 0px;
    outline: 2px #9f407d;
  }

  .menu-button, .icon {
    display: none;
  }

  .column {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .icon-2 {
    display: none;
  }

  .html-embed {
    margin-top: 0;
  }

  .hero-ty {
    flex-wrap: nowrap;
    padding-top: 10px;
    padding-bottom: 0;
    display: block;
  }

  .image-9 {
    margin-bottom: 20px;
  }

  .columns-4 {
    display: none;
  }

  .slider {
    display: block;
  }

  .icon-3, .icon-4 {
    display: none;
  }

  .container-4 {
    display: block;
  }

  .image-10 {
    width: 150px;
  }

  .image-11 {
    margin-bottom: 0;
  }

  .slider-3 {
    background-color: #fff;
  }

  .section-2 {
    display: block;
  }

  .icon-5 {
    display: none;
  }

  .icon-6 {
    display: block;
  }

  .slide-nav, .slide-nav-2 {
    display: none;
  }

  .image-12 {
    width: 100%;
    margin-top: 0;
  }

  .column-2 {
    padding-bottom: 10px;
  }

  .container-5 {
    margin-bottom: 0;
  }

  .image-13 {
    margin-top: 20px;
  }

  .text-span-12, .text-span-13, .text-span-14 {
    font-weight: 700;
  }

  .code-embed {
    padding-top: 0;
  }

  .column-4 {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .column-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-14 {
    display: none;
  }

  .image-15 {
    display: block;
  }

  .hero-stack {
    background-image: url('../images/cal_mani.png'), linear-gradient(#00000054, #00000054), url('../images/Calendario2026-1.png');
    background-position: 50% 100%, 0 0, 50% 130%;
    height: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-6 {
    max-width: none;
  }

  .team-slider {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-7 {
    padding-left: 0;
  }
}


@font-face {
  font-family: 'Franciscus';
  src: url('../fonts/Franciscus-SemiboldOblique.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Franciscus';
  src: url('../fonts/Franciscus-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Franciscus';
  src: url('../fonts/Franciscus-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franciscus';
  src: url('../fonts/Franciscus-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franciscus';
  src: url('../fonts/Franciscus-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Franciscus';
  src: url('../fonts/Franciscus-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}