.header{border-bottom:.75px solid black;border-top:.75px solid white;background-color:#fff;transition:border-bottom-color .3s ease-in-out}.header.nav-open{border-bottom-color:transparent}@media screen and (min-width: 768px){.header{position:sticky;top:0;z-index:50}}.header__wrapper{margin:.5rem;display:flex;justify-content:space-between;align-items:center}@media screen and (min-width: 768px){.header__wrapper{margin:2rem 2.5rem}}@media screen and (min-width: 1280px){.header__wrapper{margin:2.5rem 5.5rem}}.header__img{width:3rem;transition:transform .5s ease}.header__img:hover{transform:scale(1.075)}@media screen and (min-width: 768px){.header__img{width:3.5rem;position:absolute;top:1rem}}@media screen and (min-width: 1280px){.header__img{width:4.15rem}}.header__list{list-style-type:none;padding:1rem;margin:0;border-bottom:1px solid #2e4343}@media screen and (min-width: 768px){.header__list{display:none}}.header__item{padding-bottom:.75rem}.header__link{text-decoration:none;color:#2e4343;display:flex;align-items:center;gap:.25rem}@media screen and (min-width: 1280px){.header__link{font-size:1.15rem}}.header__link:hover{text-decoration:underline}.header__link-mobile{text-decoration:none;color:#2e4343}.header__link-mobile:hover{text-decoration:underline}@media screen and (min-width: 768px){.header__link-mobile{display:none}}.header__link-tablet{display:none}@media screen and (min-width: 768px){.header__link-tablet{display:flex}}.header__button{cursor:pointer}@media screen and (min-width: 768px){.header__button{display:none}}.header__links-tablet{display:none}@media screen and (min-width: 768px){.header__links-tablet{display:flex}}.header__links-link{padding:0 .5rem}.header__mobile-menu{position:absolute;max-height:0;width:100%;overflow:hidden;transition:max-height .3s ease-in-out;background-color:#fff}.header__mobile-menu.open{max-height:400px;transform:scaleY(1)}.header__icon{width:1.5rem;height:1.5rem;transition:transform .5s ease}@media screen and (min-width: 768px){.header__icon{width:1.625rem;height:1.625rem}}@media screen and (min-width: 1280px){.header__icon{width:1.75rem;height:1.75rem}}.header__icon:hover{transform:scale(1.15)}.hero__img{width:100%;object-fit:cover}.about__wrapper{margin:1rem}@media screen and (min-width: 768px){.about__wrapper{margin:1rem 3rem}}.about__title{border-bottom:3px solid #2e4343;font-size:1.25rem;color:#2e4343}@media screen and (min-width: 768px){.about__title{font-size:1.55rem}}.about__description-1{padding-top:1rem;padding-bottom:1rem;font-size:.95rem;color:#2e4343}@media screen and (min-width: 768px){.about__description-1{font-size:1.15rem}}.about__description-2{padding-bottom:1rem;border-bottom:.75px solid #2e4343;font-size:.85rem;color:#2e4343}@media screen and (min-width: 768px){.about__description-2{font-size:1.15rem}}.about__link-text{text-decoration:underline;text-align:right;font-size:.75rem;padding:1rem 0;color:#2e4343}@media screen and (min-width: 768px){.about__tablet{width:33rem;margin-left:auto}}@media screen and (min-width: 1280px){.about__tablet{width:50rem}}.hours__wrapper{margin:1rem 1rem 2rem}@media screen and (min-width: 768px){.hours__wrapper{margin:1rem 3rem 2rem}}@media screen and (min-width: 1280px){.hours__wrapper{margin:2rem 6rem 3rem}}.hours__title{font-size:1.25rem;color:#2e4343}@media screen and (min-width: 768px){.hours__title{font-size:1.55rem}}.hours__title-wrapper{border-bottom:3px solid #2e4343;display:flex;justify-content:space-between;align-items:baseline}.hours__title-sub{font-size:.55rem;color:#2e4343}@media screen and (min-width: 768px){.hours__title-sub{font-size:.95rem}}.hours__list{list-style-type:none}@media screen and (min-width: 768px){.hours__list{width:33rem;margin-left:auto}}@media screen and (min-width: 1280px){.hours__list{width:50rem}}.hours__link{text-decoration:none;font-size:.75rem;padding:1rem 0}@media screen and (min-width: 768px){.hours__link{font-size:1rem}}.hours__item-wrapper{border-bottom:.75px solid #2e4343;display:flex;justify-content:space-between;padding:.75rem 0;color:#2e4343}.hours__item-wrapper:hover{background-color:#2e4343;color:#fff;transition:all .7s ease}.hours__item-wrapper-sub{display:flex}.hours__item-date{padding-right:.25rem}.hours__img{width:8rem;height:6rem;object-fit:cover;border-radius:8px;box-shadow:0 4px 8px #0003;position:absolute;margin-left:50%;margin-top:-2rem;opacity:0;transform:scale(.98) translateY(5px);transition:opacity .5s ease-in-out,transform .5s ease-in-out}@media screen and (min-width: 768px){.hours__img{margin-left:15rem}}@media screen and (min-width: 1280px){.hours__img{margin-left:25rem}}.hours__img.visible{opacity:1;transform:scale(1) translateY(0)}.bulletins__canvas{display:flex;overflow-x:auto;scroll-behavior:smooth}@media screen and (min-width: 768px){.bulletins__canvas{justify-content:center;align-items:center;flex-wrap:wrap;gap:1rem}}.bulletins__scroll{display:flex;overflow-x:auto;gap:10px;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.bulletins__scroll>div{flex-shrink:0;scroll-snap-align:start}.bulletins__scroll::-webkit-scrollbar{display:none}.bulletins__button{padding:.25rem .5rem;color:#688181;background-color:#fff;border:1px solid;border-radius:3px;box-shadow:0 2px 4px #688181;transition:transform .5s ease-in-out;height:2rem;margin:auto}.bulletins__button:hover{cursor:pointer;background-color:#2e4343;color:#ffa683;transform:translateY(-3px)}.bulletins__title{border-bottom:3px solid #2e4343;font-size:1.25rem;color:#2e4343}@media screen and (min-width: 768px){.bulletins__title{font-size:1.55rem;border-bottom:none}}.bulletins__title-wrapper{margin:4rem 1rem 1rem}@media screen and (min-width: 768px){.bulletins__title-wrapper{margin:6rem 3rem 1rem;border-bottom:3px solid #2e4343;display:flex;justify-content:space-between;align-items:center}}@media screen and (min-width: 1280px){.bulletins__title-wrapper{margin:7rem 6rem 1rem}}.bulletins__title-sub{display:none}@media screen and (min-width: 768px){.bulletins__title-sub{display:flex;font-size:.95rem;color:#2e4343;cursor:pointer;padding:.75rem;transition:transform .5s ease-in-out}.bulletins__title-sub:hover{transform:translateY(-3px);text-decoration:underline}}.bulletins__list{margin:1rem}@media screen and (min-width: 768px){.bulletins__list{width:33rem;margin-left:auto;margin-right:3rem}}@media screen and (min-width: 1280px){.bulletins__list{width:50rem;margin-right:6rem}}.bulletins__item{display:flex;justify-content:space-between;align-items:center;border-bottom:.75px solid #2e4343;padding:.75rem 0;color:#2e4343}.bulletins__item:hover{background-color:#2e4343;color:#fff;transition:all .7s ease}.bulletins__buttons{display:flex;flex-direction:row;justify-content:center}.bulletins__buttons-pdf{padding:.75rem;font-weight:600;border:1px solid #2e4343;border-radius:10px;cursor:pointer;transition:transform .5s ease-in-out;letter-spacing:.025rem;margin:.25rem 0 3rem;font-size:.95rem;width:100%;background-color:#fff;color:#2e4343;margin-bottom:0}@media screen and (min-width: 768px){.bulletins__buttons-pdf{height:3.5rem;width:9rem}}.bulletins__buttons-pdf:hover{background-color:#ffa683;color:#2e4343;border:1px solid #ffa683;transform:translateY(-3px)}.bulletins__buttons-download{padding:.75rem;font-weight:600;border:1px solid #2e4343;border-radius:10px;cursor:pointer;transition:transform .5s ease-in-out;letter-spacing:.025rem;margin:.25rem 0;font-size:.95rem;width:100%;background-color:#fff;color:#2e4343}.bulletins__buttons-download:hover{background-color:#2e4343;color:#fff;border:1px solid #2e4343;transform:translateY(-3px)}@media screen and (min-width: 768px){.bulletins__buttons-download{display:none}}.bulletins__download-wrapper{margin:0 1rem}.bulletins__links{text-decoration:none}.react-pdf__Page__textContent,.react-pdf__Page__annotations{display:none}@media screen and (min-width: 1280px){.react-pdf__Document{display:flex}}.youtubes__wrapper{margin:4rem 1rem 1rem}@media screen and (min-width: 768px){.youtubes__wrapper{margin:6rem 3rem 1rem}}@media screen and (min-width: 1280px){.youtubes__wrapper{margin:7rem 6rem 1rem}}.youtubes__title{font-size:1.25rem;color:#2e4343;border-bottom:3px solid #2e4343}@media screen and (min-width: 768px){.youtubes__title{font-size:1.55rem}}.youtubes__title-video{font-size:1rem;color:#2e4343;margin:1rem 0 0}.youtubes__date{color:#2e4343;font-size:1rem}@media screen and (min-width: 768px){.youtubes__list{overflow-x:auto}}.youtubes__list-container{display:flex;flex-wrap:wrap;justify-content:space-evenly}@media screen and (min-width: 768px){.youtubes__list-container{display:inline-flex;flex-wrap:nowrap}}.youtubes__item{cursor:pointer;display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:1rem;padding:.5rem;border-radius:10px;transition:transform .5s ease-in-out}.youtubes__item:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a;background-color:#2e4343}.youtubes__item:hover .youtubes__title-video,.youtubes__item:hover .youtubes__date{color:#fff}@media screen and (min-width: 768px){.youtubes__item{width:10rem}}.youtubes__iframe{filter:grayscale(100%);transition:filter .3s ease;width:100%;height:15rem}@media screen and (min-width: 768px){.youtubes__iframe{height:auto}}.youtubes__iframe:hover{filter:none}@media screen and (min-width: 768px){.youtubes__iframe-hero{height:40rem}}.youtubes__hero{display:none}@media screen and (min-width: 768px){.youtubes__hero{width:85%;display:flex;margin:1rem auto}}.youtubes__links{text-decoration:none}.footer{color:#fff;background-color:#2e4343;border-bottom:2px solid #2e4343}.footer__wrapper{margin:0 1rem;padding-top:2rem}@media screen and (min-width: 768px){.footer__wrapper{margin:0 3rem;display:flex;flex-direction:row;justify-content:space-between}}@media screen and (min-width: 1280px){.footer__wrapper{margin:0 6rem}}.footer__wrapper-2{margin:0 1rem;padding-top:2rem}@media screen and (min-width: 768px){.footer__wrapper-2{margin:0 3rem}}@media screen and (min-width: 1280px){.footer__wrapper-2{margin:0 6rem}}.footer__bottom{font-size:.5rem;color:#fff;background-color:#688181;padding:1.5rem;margin-bottom:-2rem}@media screen and (min-width: 768px){.footer__bottom{font-size:.75rem}}.footer__bottom-text{text-align:center}.footer__marquee{background-color:#2e4343;color:#fff;padding:1rem 0;font-size:.75rem;border-top:1px solid #2e4343}@media screen and (min-width: 768px){.footer__marquee{font-size:1rem}}.footer__contact{display:flex;justify-content:right;font-size:.85rem;padding:1rem 0;line-height:1.5rem}@media screen and (min-width: 768px){.footer__contact{font-size:1rem;line-height:2rem;padding:2rem 0 1rem}}.footer__contact-links{padding-right:2rem;text-align:right}.footer__contact-link{color:#fff;text-decoration:none}.footer__contact-link:hover{color:#ffa683}.footer__contact-address{text-align:right}.footer__contact-wrapper{display:flex;justify-content:space-between;align-items:center}.footer__name{font-size:2.5rem;padding:3rem .5rem;text-align:center}@media screen and (min-width: 768px){.footer__name{font-size:3.35rem;padding:0 .5rem 3rem}}@media screen and (min-width: 1280px){.footer__name{font-size:5.5rem}}.footer__name-2{font-size:2.5rem;padding:3rem .5rem;text-align:center}@media screen and (min-width: 768px){.footer__name-2{font-size:3.35rem}}@media screen and (min-width: 1280px){.footer__name-2{font-size:5.5rem}}.footer__img{padding-left:.5rem}@media screen and (min-width: 768px){.contact-form{width:50%}}.contact-form__wrapper{margin:1rem 1rem 2rem;color:#fff;background-color:#2e4343;border-bottom:2px solid #2e4343;border-radius:1rem}@media screen and (min-width: 768px){.contact-form__wrapper{margin:0}}@media screen and (min-width: 1280px){.contact-form__wrapper{margin:0 0 2rem}}.contact-form__wrapper-2{margin:1rem 2rem;padding-top:1rem}.contact-form__title{padding:1rem 0 2rem}.contact-form__form{display:flex;flex-direction:column;align-items:end}.contact-form__form-section{display:flex;justify-content:end;width:100%}.contact-form__form-input{width:100%;background-color:#2e4343;border:none;outline:none;border-bottom:.75px solid #fff;padding:1rem;color:#fff;text-align:right}.contact-form__form-input::placeholder{text-align:right}.contact-form__form-input:focus{outline:none}.contact-form__form-text{width:100%;height:3rem;margin:.5rem 0;color:#2e4343;padding:1rem}.contact-form__form-title{text-align:center;border-bottom:2px solid;padding-bottom:.25rem}.contact-form__form-button{margin-bottom:.5rem;font-size:1rem;padding:.5rem 1rem;padding:.75rem;font-weight:600;border:1px solid #2e4343;border-radius:10px;cursor:pointer;transition:transform .5s ease-in-out;letter-spacing:.025rem;margin:.25rem 0 3rem;font-size:.95rem;width:100%;background-color:#fff;color:#2e4343}@media screen and (min-width: 768px){.contact-form__form-button{height:3.5rem;width:9rem}}.contact-form__form-button:hover{background-color:#ffa683;color:#2e4343;border:1px solid #ffa683;transform:translateY(-3px)}.contact__wrapper{margin:1rem}@media screen and (min-width: 768px){.contact__wrapper{width:50%;margin:1.5rem 2rem 1.5rem 3rem}}@media screen and (min-width: 1280px){.contact__wrapper{margin:1.5rem 3rem}}.contact__title{color:#2e4343;padding:.5rem 0 1rem}.contact__description{font-size:.85rem;padding-bottom:1rem;color:#2e4343}@media screen and (min-width: 768px){.contact__description{font-size:1rem}}.contact__options{margin:1rem 0 2rem}.contact__option{display:flex;align-items:center;padding-bottom:.5rem}.contact__img{background-color:#688181bf;border-radius:1rem;padding:.5rem}@media screen and (min-width: 768px){.contact__img{padding:.75rem}}.contact__detail{font-size:.85rem}@media screen and (min-width: 768px){.contact__detail{font-size:1rem}}.contact__info{color:#2e4343;font-size:.85rem}.contact__item{padding-left:1rem}.map__wrapper{margin:2rem 0}.transportation__wrapper{margin:2rem 1rem}@media screen and (min-width: 768px){.transportation__wrapper{margin:2rem 3rem}}@media screen and (min-width: 1280px){.transportation__wrapper{margin:2rem 6rem}}.transportation__title{border-bottom:3px solid #2e4343;font-size:1.25rem;color:#2e4343}@media screen and (min-width: 768px){.transportation__title{font-size:1.55rem}}.transportation__subtitle{font-size:1rem;color:#2e4343;margin:1.5rem 0 .5rem}@media screen and (min-width: 768px){.transportation__subtitle{margin-top:.5rem}}.transportation__description{font-size:.85rem;color:#2e4343;padding-bottom:1rem}.transportation__description-2{font-size:.85rem;color:#2e4343}@media screen and (min-width: 768px){.transportation__map{width:100%}}.transportation__option{border-bottom:.75px solid #2e4343}@media screen and (min-width: 768px){.transportation__option-wrapper{display:flex;flex-direction:column;width:45rem;margin:1rem 0 1rem 1.5rem}}@media screen and (min-width: 768px){.transportation__tablet{display:flex;flex-direction:row}}@media screen and (min-width: 768px){.contactpage__tablet{display:flex;align-items:center;margin:0 2rem 0 0}}@media screen and (min-width: 1280px){.contactpage__tablet{margin:4rem 5rem 4rem 3rem}}.ministry-card{text-decoration:none}@media screen and (min-width: 768px){.ministry-card{width:22rem}}.ministry-card__list{margin-top:-10rem}@media screen and (min-width: 768px){.ministry-card__list{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap}}.ministry-card__wrapper{margin:1rem 1rem 2.5rem;border:1px solid white;border-radius:1rem;transition:transform .4s ease,color .4s ease,background-color .4s ease,border-color .4s ease,filter .4s ease}.ministry-card__wrapper:hover{transform:translateY(-3px);border:1px solid #2e4343;background-color:#2e4343;cursor:pointer}.ministry-card__wrapper:hover .ministry-card__title,.ministry-card__wrapper:hover .ministry-card__date,.ministry-card__wrapper:hover .ministry-card__time{color:#fff}.ministry-card__wrapper:hover .ministry-card__icon{filter:invert(1)}.ministry-card__img{width:100%;border-radius:1rem}@media screen and (min-width: 768px){.ministry-card__img{height:13rem}}.ministry-card__title{margin:.5rem 0;font-size:1.5rem;color:#2e4343}.ministry-card__info{display:flex;align-items:center;font-size:1.014rem;color:#2e4343}.ministry-card__date{display:flex;align-items:center;padding-right:2rem}.ministry-card__time{display:flex;align-items:center}.ministry-card__icon{padding-right:.25rem}.ministry-card__content{padding:.5rem 1rem 1rem}.ministries{background-color:#2e4343;padding-bottom:10rem}.ministries__wrapper{margin:0 1rem 1rem}@media screen and (min-width: 768px){.ministries__wrapper{margin:0 3rem}}@media screen and (min-width: 1280px){.ministries__wrapper{margin:0 6rem}}.ministries__title{color:#fff;padding:1.5rem 0 1rem}.ministries__description{font-size:.85rem;padding-bottom:1rem;color:#fff}@media screen and (min-width: 768px){.ministries-2{margin:0 2rem}}@media screen and (min-width: 1280px){.ministries-2{margin:0 5rem}}.ministry-detail{background-color:#2e4343;padding-bottom:10rem}.ministry-detail__wrapper{margin:0 1rem 1rem}@media screen and (min-width: 768px){.ministry-detail__wrapper{margin:0 3rem}}@media screen and (min-width: 1280px){.ministry-detail__wrapper{margin:0 6rem}}.ministry-detail__title{color:#fff;padding:1.5rem 0 1rem}.ministry-detail__description{font-size:.85rem;padding-bottom:1rem;color:#fff}.ministry-detail__img{width:100%;border-radius:1rem;margin-top:-10rem}@media screen and (min-width: 768px){.ministry-detail__img{display:flex;width:85%;margin:-11rem auto 0}}@media screen and (min-width: 1280px){.ministry-detail__img{width:80%;margin:-14rem auto 0}}.ministry-detail-2{margin:1rem;border-bottom:.75px solid #2e4343}@media screen and (min-width: 768px){.ministry-detail-2{margin:3rem}}@media screen and (min-width: 1280px){.ministry-detail-2{margin:6rem 6rem 1rem}}.ministry-detail-3{margin:1rem;color:#2e4343}@media screen and (min-width: 768px){.ministry-detail-3{margin:3rem}}@media screen and (min-width: 1280px){.ministry-detail-3{margin:3rem 6rem 6rem}}.ministry-detail__options{margin:1rem 0 2rem}@media screen and (min-width: 768px){.ministry-detail__options{display:flex;flex-direction:column;gap:1rem;margin:1rem auto 2rem;width:85%}}@media screen and (min-width: 1280px){.ministry-detail__options{width:80%}}.ministry-detail__options-top,.ministry-detail__options-bottom{display:flex}.ministry-detail__option{display:flex;flex-direction:column;padding-bottom:.5rem;padding-right:1rem;width:50%}.ministry-detail__icon{background-color:#688181bf;border-radius:1rem;padding:.25rem}.ministry-detail__detail{font-size:.85rem;padding-bottom:.5rem}@media screen and (min-width: 768px){.ministry-detail__detail{font-size:1rem}}.ministry-detail__info{color:#2e4343;font-size:.75rem;padding-left:.5rem}@media screen and (min-width: 768px){.ministry-detail__info{font-size:.95rem}}.ministry-detail__item{display:flex;align-items:flex-start}.aboutpage__wrapper{margin:0 1rem 1rem}@media screen and (min-width: 768px){.aboutpage__wrapper{margin:3rem;display:flex;align-items:center}}@media screen and (min-width: 1280px){.aboutpage__wrapper{margin:4rem 6rem}}.aboutpage__wrapper-2{margin:0 1rem}@media screen and (min-width: 768px){.aboutpage__wrapper-2{margin:3rem}}@media screen and (min-width: 1280px){.aboutpage__wrapper-2{margin:3rem 6rem}}@media screen and (min-width: 768px){.aboutpage__left{margin-right:1.5rem}}.aboutpage__title{color:#2e4343;line-height:1;letter-spacing:-.05rem;font-weight:900}.aboutpage__pretitle{margin:3rem 0 .25rem;color:#688181;font-style:italic;font-weight:900}.aboutpage__subtitle{color:#fff;padding:1.5rem 0 1rem}.aboutpage__description{font-size:.85rem;padding-bottom:1rem;color:#2e4343}.aboutpage__description-1{padding-top:1rem;padding-bottom:1rem;font-size:.95rem;color:#2e4343}@media screen and (min-width: 768px){.aboutpage__description-1{font-size:1rem}}.aboutpage__description-2{padding-bottom:1rem;font-size:.85rem;color:#2e4343}@media screen and (min-width: 768px){.aboutpage__description-2{font-size:.95rem}}.aboutpage__button{padding:.75rem;font-weight:600;border:1px solid #2e4343;border-radius:10px;cursor:pointer;transition:transform .5s ease-in-out;letter-spacing:.025rem;margin:.25rem 0;font-size:.95rem;width:100%}@media screen and (min-width: 768px){.aboutpage__button{height:3.5rem;width:9rem}}.aboutpage__button-1{background-color:#2e4343;color:#fff}@media screen and (min-width: 768px){.aboutpage__button-1{margin-right:1rem}}.aboutpage__button-1:hover{background-color:#ffa683;color:#2e4343;border:1px solid #ffa683;transform:translateY(-3px)}.aboutpage__button-2{background-color:#fff;margin-bottom:3rem;color:#2e4343}.aboutpage__button-2:hover{background-color:#2e4343;color:#fff;border:1px solid #2e4343;transform:translateY(-3px)}.aboutpage__button-wrapper{display:flex;flex-direction:column}@media screen and (min-width: 768px){.aboutpage__button-wrapper{flex-direction:row}}.aboutpage__img{width:100%;object-fit:cover;border-radius:10px}.aboutpage__history{background-color:#2e4343;padding-bottom:3rem}@media screen and (min-width: 768px){.aboutpage__history{padding-top:.2rem}}.aboutpage__photos{padding-bottom:3rem}.aboutpage__photos-subtitle{color:#2e4343}@media screen and (min-width: 768px){.aboutpage__photos{padding-top:.2rem}}.history__title,.history__description{color:#2e4343}.vertical-timeline-element-date{color:#688181;font-weight:700}@media (min-width: 1170px){.vertical-timeline-element-date{color:#fff}}.vertical-timeline *{box-sizing:border-box}.vertical-timeline{width:95%;max-width:1170px;margin:0 auto;position:relative;padding:2em 0}.vertical-timeline:after{content:"";display:table;clear:both}.vertical-timeline:before{content:"";position:absolute;top:0;left:18px;height:100%;width:4px;background:var(--line-color)}.vertical-timeline.vertical-timeline--one-column-right:before{right:18px;left:unset}@media only screen and (min-width:1170px){.vertical-timeline.vertical-timeline--two-columns{width:90%}.vertical-timeline.vertical-timeline--two-columns:before{left:50%;margin-left:-2px}}.vertical-timeline-element{position:relative;margin:2em 0}.vertical-timeline-element>div{min-height:1px}.vertical-timeline-element:after{content:"";display:table;clear:both}.vertical-timeline-element:first-child{margin-top:0}.vertical-timeline-element:last-child{margin-bottom:0}@media only screen and (min-width:1170px){.vertical-timeline-element{margin:4em 0}.vertical-timeline-element:first-child{margin-top:0}.vertical-timeline-element:last-child{margin-bottom:0}}.vertical-timeline-element-icon{position:absolute;top:0;left:0;width:40px;height:40px;border-radius:50%}.vertical-timeline-element-icon.shadow-size-small{box-shadow:0 0 0 2px #fff,inset 0 1px #00000014,0 2px 0 4px #0000000d}.vertical-timeline-element-icon.shadow-size-medium{box-shadow:0 0 0 3px #fff,inset 0 2px #00000014,0 3px 0 5px #0000000d}.vertical-timeline-element-icon.shadow-size-large{box-shadow:0 0 0 4px #fff,inset 0 2px #00000014,0 4px 0 6px #0000000d}.vertical-timeline--one-column-right .vertical-timeline-element-icon{right:0;left:unset}.vertical-timeline-element-icon svg{display:block;width:24px;height:24px;position:relative;left:50%;top:50%;margin-left:-12px;margin-top:-12px}@media only screen and (min-width:1170px){.vertical-timeline--two-columns .vertical-timeline-element-icon{width:60px;height:60px;left:50%;margin-left:-30px}}.vertical-timeline-element-icon{-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}.vertical-timeline--animate .vertical-timeline-element-icon.is-hidden{visibility:hidden}.vertical-timeline--animate .vertical-timeline-element-icon.bounce-in{visibility:visible;-webkit-animation:cd-bounce-1 .6s;-moz-animation:cd-bounce-1 .6s;animation:cd-bounce-1 .6s}@-webkit-keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(.5)}60%{opacity:1;-webkit-transform:scale(1.2)}to{-webkit-transform:scale(1)}}@-moz-keyframes cd-bounce-1{0%{opacity:0;-moz-transform:scale(.5)}60%{opacity:1;-moz-transform:scale(1.2)}to{-moz-transform:scale(1)}}@keyframes cd-bounce-1{0%{opacity:0;-webkit-transform:scale(.5);-moz-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5)}60%{opacity:1;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}to{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.vertical-timeline-element-content{position:relative;margin-left:60px;background:#fff;border-radius:.25em;padding:1em;box-shadow:0 3px #ddd}.vertical-timeline--one-column-right .vertical-timeline-element-content{margin-right:60px;margin-left:unset}.vertical-timeline-element--no-children .vertical-timeline-element-content{background:0 0;box-shadow:none}.vertical-timeline-element-content:after{content:"";display:table;clear:both}.vertical-timeline-element-content h2{color:#303e49}.vertical-timeline-element-content .vertical-timeline-element-date,.vertical-timeline-element-content p{font-size:13px;font-size:.8125rem;font-weight:500}.vertical-timeline-element-content .vertical-timeline-element-date{display:inline-block}.vertical-timeline-element-content p{margin:1em 0 0;line-height:1.6}.vertical-timeline-element-title,.vertical-timeline-element-subtitle{margin:0}.vertical-timeline-element-content .vertical-timeline-element-date{float:left;padding:.8em 0;opacity:.7}.vertical-timeline-element-content-arrow{content:"";position:absolute;top:16px;right:100%;height:0;width:0;border:7px solid transparent;border-right:7px solid #fff}.vertical-timeline--one-column-right .vertical-timeline-element-content-arrow{content:"";position:absolute;top:16px;right:unset;left:100%;height:0;width:0;border:7px solid transparent;border-left:7px solid #fff}.vertical-timeline--one-column-right .vertical-timeline-element-content:before{left:100%;border-left:7px solid #fff;border-right:unset}.vertical-timeline-element--no-children .vertical-timeline-element-content:before{display:none}.vertical-timeline-element--no-children .vertical-timeline-element-content-arrow{display:none}@media only screen and (min-width:768px){.vertical-timeline-element-content h2{font-size:20px;font-size:1.25rem}.vertical-timeline-element-content p{font-size:16px;font-size:1rem}.vertical-timeline-element-content .vertical-timeline-element-date{font-size:14px;font-size:.875rem}}@media only screen and (min-width:1170px){.vertical-timeline--two-columns .vertical-timeline-element-content{margin-left:0;padding:1.5em;width:44%}.vertical-timeline--two-columns .vertical-timeline-element-content-arrow{top:24px;left:100%;transform:rotate(180deg)}.vertical-timeline--two-columns .vertical-timeline-element-content .vertical-timeline-element-date{position:absolute;width:100%;left:124%;top:6px;font-size:16px;font-size:1rem}.vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content,.vertical-timeline--two-columns .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content{float:right}.vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content-arrow,.vertical-timeline--two-columns .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content-arrow{top:24px;left:auto;right:100%;transform:rotate(0)}.vertical-timeline--one-column-right .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content-arrow,.vertical-timeline--one-column-right .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content-arrow{top:24px;left:100%;right:auto;transform:rotate(0)}.vertical-timeline--two-columns .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content .vertical-timeline-element-date,.vertical-timeline--two-columns .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content .vertical-timeline-element-date{left:auto;right:124%;text-align:right}}.vertical-timeline--animate .vertical-timeline-element-content.is-hidden{visibility:hidden}.vertical-timeline--animate .vertical-timeline-element-content.bounce-in{visibility:visible;-webkit-animation:cd-bounce-2 .6s;-moz-animation:cd-bounce-2 .6s;animation:cd-bounce-2 .6s}@media only screen and (min-width:1170px){.vertical-timeline--two-columns.vertical-timeline--animate .vertical-timeline-element.vertical-timeline-element--right .vertical-timeline-element-content.bounce-in,.vertical-timeline--two-columns.vertical-timeline--animate .vertical-timeline-element:nth-child(2n):not(.vertical-timeline-element--left) .vertical-timeline-element-content.bounce-in{-webkit-animation:cd-bounce-2-inverse .6s;-moz-animation:cd-bounce-2-inverse .6s;animation:cd-bounce-2-inverse .6s}}@media only screen and (max-width:1169px){.vertical-timeline--animate .vertical-timeline-element-content.bounce-in{visibility:visible;-webkit-animation:cd-bounce-2-inverse .6s;-moz-animation:cd-bounce-2-inverse .6s;animation:cd-bounce-2-inverse .6s}}@-webkit-keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px)}60%{opacity:1;-webkit-transform:translateX(20px)}to{-webkit-transform:translateX(0)}}@-moz-keyframes cd-bounce-2{0%{opacity:0;-moz-transform:translateX(-100px)}60%{opacity:1;-moz-transform:translateX(20px)}to{-moz-transform:translateX(0)}}@keyframes cd-bounce-2{0%{opacity:0;-webkit-transform:translateX(-100px);-moz-transform:translateX(-100px);-ms-transform:translateX(-100px);-o-transform:translateX(-100px);transform:translate(-100px)}60%{opacity:1;-webkit-transform:translateX(20px);-moz-transform:translateX(20px);-ms-transform:translateX(20px);-o-transform:translateX(20px);transform:translate(20px)}to{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}}@-webkit-keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px)}60%{opacity:1;-webkit-transform:translateX(-20px)}to{-webkit-transform:translateX(0)}}@-moz-keyframes cd-bounce-2-inverse{0%{opacity:0;-moz-transform:translateX(100px)}60%{opacity:1;-moz-transform:translateX(-20px)}to{-moz-transform:translateX(0)}}@keyframes cd-bounce-2-inverse{0%{opacity:0;-webkit-transform:translateX(100px);-moz-transform:translateX(100px);-ms-transform:translateX(100px);-o-transform:translateX(100px);transform:translate(100px)}60%{opacity:1;-webkit-transform:translateX(-20px);-moz-transform:translateX(-20px);-ms-transform:translateX(-20px);-o-transform:translateX(-20px);transform:translate(-20px)}to{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translate(0)}}.photos__title,.photos__description{color:#2e4343}.photos__img{width:10rem;padding:1rem;border-radius:1.5rem}.photos__img-1{width:16rem;padding:1rem;border-radius:1.5rem}.testimony-card{text-decoration:none;color:#2e4343;margin:1rem 1rem 2.5rem;background-color:#fff;border-radius:1rem;box-shadow:0 6px 14px #00000040;transition:transform .3s ease-in-out}.testimony-card:hover{transform:translateY(-3px);background-color:#2e4343;cursor:pointer}.testimony-card:hover .testimony-card__title,.testimony-card:hover .testimony-card__author{color:#fff}.testimony-card__img{width:100%;border-top-left-radius:1rem;border-top-right-radius:1rem}@media screen and (min-width: 768px){.testimony-card{width:20rem}}.testimony-card__list{margin-top:-10rem;display:flex;flex-direction:column}@media screen and (min-width: 768px){.testimony-card__list{flex-direction:row;justify-content:space-around;flex-wrap:wrap}}.testimony-card__content{padding:0 1rem 1rem}.testimonypage{background-color:#2e4343;padding-bottom:10rem}.testimonypage__wrapper{margin:0 1rem 1rem}@media screen and (min-width: 768px){.testimonypage__wrapper{margin:0 3rem}}@media screen and (min-width: 1280px){.testimonypage__wrapper{margin:0 6rem}}.testimonypage__title{color:#fff;padding:1.5rem 0 1rem}.testimonypage__description{font-size:.85rem;padding-bottom:1rem;color:#fff}.testimonypage__description-1{padding-top:1rem;padding-bottom:1rem;font-size:.95rem;color:#fff}@media screen and (min-width: 768px){.testimonypage__description-1{font-size:1.15rem}}.testimonypage__description-2{padding-bottom:1rem;border-bottom:.75px solid #2e4343;font-size:.85rem;color:#fff}@media screen and (min-width: 768px){.testimonypage__description-2{font-size:1.15rem}}.testimonypage-2{background-color:#fff;padding:1rem}@media screen and (min-width: 768px){.testimonypage-2{padding:3rem 2rem}}@media screen and (min-width: 1280px){.testimonypage-2{padding:3rem 4rem}}.donate-card{text-decoration:none}@media screen and (min-width: 768px){.donate-card{width:23rem}}.donate-card__list{margin-top:-10rem}@media screen and (min-width: 768px){.donate-card__list{display:flex;flex-direction:row;justify-content:space-evenly;flex-wrap:wrap}}.donate-card__wrapper{margin:1rem 1rem 2.5rem;border:1px solid #fff;background-color:#fff;border-radius:1rem;box-shadow:0 6px 14px #00000040;transition:transform .3s ease-in-out}@media screen and (min-width: 768px){.donate-card__wrapper{width:20rem}}.donate-card__wrapper:hover{cursor:pointer;transform:translateY(-3px)}.donate-card__wrapper:hover .donate-card__date,.donate-card__wrapper:hover .donate-card__time{color:#2e4343}.donate-card__wrapper:hover .donate-card__title{color:#ffa683}.donate-card__wrapper:hover .donate-card__button{background-color:#ffa683;color:#2e4343;border:1px solid #ffa683}.donate-card__title{margin:.5rem 0;font-size:1.5rem;color:#2e4343}.donate-card__link{text-decoration:none}.donate-card__about{display:flex;align-items:center;padding-bottom:1rem;color:#2e4343}.donate-card__content{padding:1.5rem 1rem;text-align:center}@media screen and (min-width: 768px){.donate-card__content{padding:2rem}}.donate-card__button{padding:.75rem;font-weight:600;border:1px solid;border-radius:10px;cursor:pointer;transition:transform .5s ease-in-out;letter-spacing:.025rem;margin:.25rem 0;font-size:.95rem;width:100%}@media screen and (min-width: 768px){.donate-card__button{height:3.5rem}}.donate-card__button-1{background-color:#2e4343;color:#fff}@media screen and (min-width: 768px){.donate-card__button-1{margin-right:1rem}}.donatepage{background-color:#2e4343;padding-bottom:10rem}.donatepage__wrapper{margin:0 1rem 1rem;text-align:center}@media screen and (min-width: 768px){.donatepage__wrapper{margin:0 3rem}}@media screen and (min-width: 1280px){.donatepage__wrapper{margin:0 6rem}}.donatepage__title{color:#fff;line-height:1;letter-spacing:-.05rem;font-weight:900}.donatepage__pretitle{margin:0;color:#ffa683;font-style:italic;font-weight:900;padding-top:3rem}.donatepage__description{font-size:.85rem;padding:1rem;color:#fff}.donatepage__bottom{margin:1rem}@media screen and (min-width: 768px){.donatepage__bottom{margin:1rem 3rem 3rem}}@media screen and (min-width: 1280px){.donatepage__bottom{margin:1rem 6rem 3rem}}.donatepage__description-1{padding-top:1rem;padding-bottom:1rem;font-size:.95rem;color:#2e4343}@media screen and (min-width: 768px){.donatepage__description-1{font-size:1.15rem}}.donatepage__description-2{padding-bottom:1rem;font-size:.85rem;color:#2e4343}@media screen and (min-width: 768px){.donatepage__description-2{font-size:1.15rem}}.donatepage-2{margin:0}@media screen and (min-width: 768px){.donatepage-2{margin:0 1.5rem}}@media screen and (min-width: 1280px){.donatepage-2{margin:0 4rem}}.bulletinpage__wrapper{margin:2rem 1rem;text-align:center}@media screen and (min-width: 768px){.bulletinpage__wrapper{margin:3rem}}@media screen and (min-width: 1280px){.bulletinpage__wrapper{margin:4rem 6rem}}.bulletinpage__title,.bulletinpage__description{color:#2e4343}.youtubepage__wrapper{margin:2rem 1rem;text-align:center}@media screen and (min-width: 768px){.youtubepage__wrapper{margin:3rem}}@media screen and (min-width: 1280px){.youtubepage__wrapper{margin:4rem 6rem}}.youtubepage__description{color:#2e4343}.youtubepage__more{color:#2e4343;text-align:center;margin:6rem 1rem}.youtubepage__contact-link{display:inline-block;text-decoration:none;color:#2e4343;transition:transform .5s ease-in-out}.youtubepage__contact-link:hover{color:#ffa683;transform:translateY(-3px);text-decoration:underline}.login__logo{display:flex;margin:5rem auto 2rem;width:7rem}.login__container{display:flex;flex-direction:column;align-items:center}.login__title{margin-bottom:.5rem;color:#2e4343;font-size:1.25rem}.login__form{display:flex;flex-direction:column}.login__input-email{padding:.85rem 0 .85rem 1.75rem;width:17rem;margin-bottom:1rem;background-color:#fff;border:1px solid #c1c7c9;border-radius:6px;color:#000;background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2020%2020'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20fill='%23000000'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3ctitle%3eprofile%20[%231341]%3c/title%3e%3cdesc%3eCreated%20with%20Sketch.%3c/desc%3e%3cdefs%3e%3c/defs%3e%3cg%20id='Page-1'%20stroke='none'%20stroke-width='1'%20fill='none'%20fill-rule='evenodd'%3e%3cg%20id='Dribbble-Light-Preview'%20transform='translate(-180.000000,%20-2159.000000)'%20fill='%23000000'%3e%3cg%20id='icons'%20transform='translate(56.000000,%20160.000000)'%3e%3cpath%20d='M134,2008.99998%20C131.783496,2008.99998%20129.980955,2007.20598%20129.980955,2004.99998%20C129.980955,2002.79398%20131.783496,2000.99998%20134,2000.99998%20C136.216504,2000.99998%20138.019045,2002.79398%20138.019045,2004.99998%20C138.019045,2007.20598%20136.216504,2008.99998%20134,2008.99998%20M137.775893,2009.67298%20C139.370449,2008.39598%20140.299854,2006.33098%20139.958235,2004.06998%20C139.561354,2001.44698%20137.368965,1999.34798%20134.722423,1999.04198%20C131.070116,1998.61898%20127.971432,2001.44898%20127.971432,2004.99998%20C127.971432,2006.88998%20128.851603,2008.57398%20130.224107,2009.67298%20C126.852128,2010.93398%20124.390463,2013.89498%20124.004634,2017.89098%20C123.948368,2018.48198%20124.411563,2018.99998%20125.008391,2018.99998%20C125.519814,2018.99998%20125.955881,2018.61598%20126.001095,2018.10898%20C126.404004,2013.64598%20129.837274,2010.99998%20134,2010.99998%20C138.162726,2010.99998%20141.595996,2013.64598%20141.998905,2018.10898%20C142.044119,2018.61598%20142.480186,2018.99998%20142.991609,2018.99998%20C143.588437,2018.99998%20144.051632,2018.48198%20143.995366,2017.89098%20C143.609537,2013.89498%20141.147872,2010.93398%20137.775893,2009.67298'%20id='profile-[%231341]'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:10px center;background-size:17px 17px;font-size:1rem;height:1.25rem}.login__input-email::placeholder{white-space:pre-line;font-style:italic;color:#d7d7d7;text-align:center}.login__input-email::placeholder{position:absolute;top:35%;left:3rem;font-size:1rem}.login__input-password{padding:.85rem 0 .85rem 1.75rem;width:17rem;margin-bottom:1rem;background-color:#fff;border:1px solid #c1c7c9;border-radius:6px;color:#000;background-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='M7%2010.0288C7.47142%2010%208.05259%2010%208.8%2010H15.2C15.9474%2010%2016.5286%2010%2017%2010.0288M7%2010.0288C6.41168%2010.0647%205.99429%2010.1455%205.63803%2010.327C5.07354%2010.6146%204.6146%2011.0735%204.32698%2011.638C4%2012.2798%204%2013.1198%204%2014.8V16.2C4%2017.8802%204%2018.7202%204.32698%2019.362C4.6146%2019.9265%205.07354%2020.3854%205.63803%2020.673C6.27976%2021%207.11984%2021%208.8%2021H15.2C16.8802%2021%2017.7202%2021%2018.362%2020.673C18.9265%2020.3854%2019.3854%2019.9265%2019.673%2019.362C20%2018.7202%2020%2017.8802%2020%2016.2V14.8C20%2013.1198%2020%2012.2798%2019.673%2011.638C19.3854%2011.0735%2018.9265%2010.6146%2018.362%2010.327C18.0057%2010.1455%2017.5883%2010.0647%2017%2010.0288M7%2010.0288V8C7%205.23858%209.23858%203%2012%203C14.7614%203%2017%205.23858%2017%208V10.0288'%20stroke='%23000000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/svg%3e");background-repeat:no-repeat;background-position:10px center;background-size:20px 20px;font-size:2rem;height:1.25rem}.login__input-password::placeholder{white-space:pre-line;font-style:italic;color:#d7d7d7;text-align:center}.login__input-password::placeholder{position:absolute;top:35%;left:3rem;font-size:1rem}.login__button{padding:.75rem;font-weight:600;border:1px solid #2e4343;border-radius:10px;cursor:pointer;transition:transform .5s ease-in-out;letter-spacing:.025rem;margin:.25rem 0 3rem;font-size:.95rem;width:100%;background-color:#fff;color:#2e4343;background-color:#2e4343;color:#fff;margin:1rem 0}@media screen and (min-width: 768px){.login__button{height:3.5rem;width:9rem}}.login__button:hover{background-color:#ffa683;color:#2e4343;border:1px solid #ffa683;transform:translateY(-3px)}@media screen and (min-width: 768px){.login__button{width:initial}}.login__wrapper{margin:0 auto;width:20rem}@media screen and (min-width: 768px){.login__wrapper{border:.8px solid #2e4343;margin:5rem auto;padding:0 3rem 4rem;border-radius:.75rem}}*:before,*:after{box-sizing:border-box}h1,h2,p,body{font-family:Avenir Next Pro Lt,Avenir,Arial,Helvetica,sans-serif;margin:0}.testimony-detail{background-color:#2e4343;padding-bottom:10rem}.testimony-detail__wrapper{margin:0 1rem 1rem}@media screen and (min-width: 768px){.testimony-detail__wrapper{margin:0 3rem}}@media screen and (min-width: 1280px){.testimony-detail__wrapper{margin:0 6rem}}.testimony-detail__title{color:#fff;padding:1.5rem 0 1rem}.testimony-detail__description{font-size:.85rem;padding-bottom:1rem;color:#fff}@media screen and (min-width: 768px){.testimony-detail__description{font-size:1.15rem}}@media screen and (min-width: 1280px){.testimony-detail__description{font-size:1.25rem}}.testimony-detail__img{width:100%;border-radius:1rem;margin-top:-10rem}@media screen and (min-width: 768px){.testimony-detail__img{display:flex;width:85%;margin:-11rem auto 0}}@media screen and (min-width: 1280px){.testimony-detail__img{width:80%;margin:-14rem auto 0}}.testimony-detail-2{margin:1rem;border-bottom:.75px solid #2e4343}@media screen and (min-width: 768px){.testimony-detail-2{margin:3rem}}@media screen and (min-width: 1280px){.testimony-detail-2{margin:6rem 6rem 1rem}}.testimony-detail-3{margin:1rem;color:#2e4343}.testimony-detail-3 p{white-space:pre-line}@media screen and (min-width: 768px){.testimony-detail-3 p{font-size:1.25rem}}@media screen and (min-width: 1280px){.testimony-detail-3 p{font-size:1.35rem}}@media screen and (min-width: 768px){.testimony-detail-3{margin:3rem auto;font-size:1.25rem;width:74%}}@media screen and (min-width: 1280px){.testimony-detail-3{margin:3rem auto 6rem;width:69%}}.testimony-detail__options{margin:1rem 0 2rem}.testimony-detail__options-top,.testimony-detail__options-bottom{display:flex}.testimony-detail__option{display:flex;flex-direction:column;padding-bottom:.5rem;padding-right:1rem;width:50%}.testimony-detail__detail{font-size:.85rem;padding-bottom:.5rem}@media screen and (min-width: 768px){.testimony-detail__detail{font-size:1rem}}.testimony-detail__info{color:#2e4343;font-size:.75rem;padding-left:.5rem}@media screen and (min-width: 768px){.testimony-detail__info{font-size:.95rem}}.testimony-detail__item{display:flex;align-items:flex-start}
