@charset "UTF-8";*,*:before,*:after{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}*::-webkit-scrollbar{display:none}button{border:initial;outline:initial;background-color:initial}input{border:none}:root{--base-font-size: 1.6rem}html{font-size:62.5%;font-family:Onest,serif;background-color:#1c0e00;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}@media (max-width: 1199px){html{font-size:55%}}@media (max-width: 768px){html{font-size:50%}}@media (max-width: 450px){html{font-size:50%}}@media (max-width: 390px){html{font-size:45%}}body{font-size:var(--base-font-size)}h1,h2{font-family:Bogart,sans-serif}h2{font-size:10.8rem}h3,h4{font-family:Bogart,sans-serif;font-size:2.7rem;color:#fff;font-weight:600;letter-spacing:.1rem;padding-top:2.1rem}section{padding:1.5rem 5.1rem;width:100vw;max-width:144rem}@media (max-width: 1199px){section{max-width:120rem}}@media (max-width: 768px){section{max-width:96rem;padding:1.2rem 1rem}}ul,li{list-style:none}a{text-decoration:none;color:inherit}.door{background-color:#fff3e7;background-image:url(https://www.transparenttextures.com/patterns/clean-gray-paper.png)}.u_bold-underline{text-decoration:underline;font-weight:700}.u_bold{font-weight:700}@keyframes pulsate{0%{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:.5}50%{-webkit-transform:scale(2);-moz-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:1}to{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:.5}}@keyframes fade-in-bottom{0%{opacity:0;-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@keyframes notification{0%{opacity:0;-webkit-transform:translateY(-2rem);-moz-transform:translateY(-2rem);-ms-transform:translateY(-2rem);transform:translateY(-2rem)}to{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes shuffle{0%{-webkit-transform:rotate(-4.64deg);-moz-transform:rotate(-4.64deg);-ms-transform:rotate(-4.64deg);transform:rotate(-4.64deg);right:13rem}50%{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0);right:55rem}to{-webkit-transform:rotate(-4.64deg);-moz-transform:rotate(-4.64deg);-ms-transform:rotate(-4.64deg);transform:rotate(-4.64deg);right:13rem}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}to{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInLogo{0%{opacity:0;-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}50%{opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(45deg)}}.loading__container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;color:#fff}.loading__container .text-cycle-container{display:flex;justify-content:center;align-items:center;height:100px;font-size:8rem;font-family:Onest,serif;color:#fef5f5}@media (max-width: 768px){.loading__container .text-cycle-container{font-size:5rem}}.loading__container>p{color:#d6d6d6}@media (max-width: 768px){.loading__container>p{font-size:1.9rem;font-weight:200}}.hidden{opacity:0;-webkit-transform:translateY(20px);-moz-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);-webkit-transition:opacity .3s,-webkit-transform .3s;-moz-transition:opacity .3s,-moz-transform .3s;-ms-transition:opacity .3s,-ms-transform .3s;transition:opacity .3s,transform .3s}.under-construction__image{width:100%;height:100%}.header__section{padding-top:3rem}@media (max-width: 768px){.header__section{padding-top:2rem}}.header__container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}@media (max-width: 900px){.header__container{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;gap:2rem}}.header__logo{z-index:2;height:5rem;width:5rem;margin-top:-1rem}.header__logo>img{height:100%;width:100%}.header__menu{display:none}@media (max-width: 900px){.header__menu{display:initial;z-index:2;padding-left:4rem}.header__menu>svg{color:#652307;font-size:3.5rem;cursor:pointer}}.header__nav{margin-left:auto;margin-right:auto;z-index:2}@media (max-width: 900px){.header__nav{display:none}}.header__nav__list{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;gap:5rem}.header__nav__links{font-size:1.79rem;font-weight:300;color:#6a390a;z-index:2;-webkit-transition:text-decoration .3s ease;-moz-transition:text-decoration .3s ease;-ms-transition:text-decoration .3s ease;transition:text-decoration .3s ease}.header__nav__links:hover,.header__nav__links:focus{text-decoration:underline;font-weight:500}.header__dropdown__menu{position:relative;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.header__dropdown__toggle{font-weight:300;display:none}.header__dropdown__menu:hover .header__dropdown__toggle{display:initial}.header__drop-down__options{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;position:absolute;z-index:2;background-color:#fff3e7;-webkit-box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);-moz-box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);-ms-box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);box-shadow:0 8px 16px #0003;height:8rem;gap:2rem;left:-5.3rem;top:2rem;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;border-radius:.3rem}.header__resources__options{left:-3rem}.header__dropdown-items{margin-left:2rem;margin-right:2rem;text-wrap:nowrap}.header__dropdown-items:hover,.header__dropdown-items:focus{font-weight:500;text-decoration:underline}.header__small__menu{position:absolute;z-index:3;top:32rem;right:50%;-webkit-transform:translate(50%,-50%);-moz-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%);display:none}@media (max-width: 900px){.header__small__menu{display:initial}}.header__small__list__menu{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;width:30rem;gap:3rem;font-size:1.79rem;font-weight:300;color:#652307;background-color:#fff3e7;-webkit-box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);-moz-box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);-ms-box-shadow:0px 8px 16px 0px rgba(0,0,0,.2);box-shadow:0 8px 16px #0003;padding:2rem;border-radius:.2rem}.CTA{font-size:1.79rem;font-weight:300;z-index:2}.CTA>.partner__nav__links{border:.1rem solid #652307;padding:1rem 2rem;border-radius:3rem;color:#652307;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;transition:background-color .3s ease}.CTA>.partner__nav__links:hover,.CTA>.partner__nav__links:focus{background-color:#652307;color:#fff;font-weight:500}.hero__container{background-image:url(/assets/homePageImg.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;background-color:#6a390a;position:relative;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;width:100%;height:90.9rem;border-radius:3rem;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media (max-width: 768px){.hero__container{height:100vh}}.hero__container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000057;border-radius:3rem;z-index:1}.hero__text{position:relative;color:#fff;z-index:2;text-align:center;-webkit-animation:fade-in-bottom 1s .2s backwards;-moz-animation:fade-in-bottom 1s .2s backwards;-ms-animation:fade-in-bottom 1s .2s backwards;animation:fade-in-bottom 1s .2s backwards}@media (max-width: 450px){.hero__text{width:30rem}}.hero__heading{font-size:10.8rem}@media (max-width: 450px){.hero__heading{font-size:7rem}}.hero__paragraph{font-size:1.9rem;font-weight:100}@media (max-width: 450px){.hero__paragraph{font-size:1.9rem}}.hero__btn{border-width:.1rem;border-style:solid;border-color:#fff3e7;border-radius:3rem;height:4.9rem;width:45.8rem;font-size:1.6rem;color:#fff3e7;font-weight:600;letter-spacing:.03rem;line-height:4.9rem;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;-o-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease;animation:appear .3s .5s backwards;-webkit-animation:appear .3s .5s backwards;-moz-animation:appear .3s .5s backwards;-ms-animation:appear .3s .5s backwards;margin-top:4.2rem;margin-left:auto;margin-right:auto;z-index:2;text-align:center}@media (max-width: 450px){.hero__btn{width:30rem}}.hero__btn:hover,.hero__btn:focus{background-color:#fff;color:#652307}.ministries__container{display:-webkit-grid;display:-moz-grid;display:-ms-grid;display:grid;grid-template-columns:2.2fr 1fr;grid-template-rows:35.4rem 30.7rem;gap:2rem}@media (max-width: 1057px){.ministries__container{grid-template-columns:1fr 1fr}}@media (max-width: 594px){.ministries__container{grid-template-columns:1fr;grid-template-rows:35.4rem 40rem 40rem}}.ministries__main{background-image:url(/assets/ministries.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;background-color:#6a390a;position:relative;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;grid-column:1/2;grid-row:1/3;border-radius:3rem;-webkit-align-items:end;-moz-align-items:end;-ms-align-items:end;-o-align-items:end;align-items:end}@media (max-width: 1057px){.ministries__main{grid-column:1/3;grid-row:1/2}}@media (max-width: 768px){.ministries__main{grid-column:1/3;grid-row:1/2}}@media (max-width: 450px){.ministries__main{grid-column:1/3;grid-row:1/2}}.ministries__main:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000057;border-radius:3rem;z-index:1}.ministries__heading{font-size:10.8rem;padding-left:4.5rem;color:#fff;z-index:2}@media (max-width: 594px){.ministries__heading{font-size:9rem}}@media (max-width: 450px){.ministries__heading{font-size:7rem;padding-left:6rem}}.ministries-paragraph{font-size:1.6rem;color:#fff;opacity:.8;line-height:3.072rem;padding-top:1.7rem}@media (max-width: 594px){.ministries-paragraph{font-size:2rem}}@media (min-width: 320px) and (max-width: 450px){.ministries-paragraph{margin-bottom:8rem}}@media (max-width: 450px){.ministries-paragraph{padding-left:2rem;padding-right:2rem;text-align:justify;padding-top:0;font-size:1.9rem;font-weight:200}}.ministries__wrapper{position:absolute;width:100%;height:5.8rem;padding-left:2rem;padding-right:2rem;right:0;left:0;bottom:1.5rem}@media (max-width: 594px){.ministries__wrapper{bottom:5rem}}@media (max-width: 450px){.ministries__wrapper{padding-left:3.5rem;padding-right:3.5rem;bottom:2.5rem}}.ministries__btn{border:#fff solid 2px;border-radius:5rem;width:100%;height:5.6rem;line-height:5.6rem;text-align:center;font-size:1.8rem;font-weight:700;color:#fff;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease}.ministries__btn:hover,.ministries__btn:focus{background-color:#fff;color:#652307}.bsb{position:relative;grid-column:2/3;grid-row:1/2;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background:-webkit-linear-gradient(180deg,#824e1e 0%,#1c1106 100%);background:-moz-linear-gradient(180deg,#824e1e 0%,#1c1106 100%);background:-ms-linear-gradient(180deg,#824e1e 0%,#1c1106 100%);background:linear-gradient(180deg,#824e1e,#1c1106);border-radius:3rem;padding:0 2.1rem}@media (max-width: 1057px){.bsb{grid-column:1/2;grid-row:2/3}}@media (max-width: 768px){.bsb{grid-column:1/2;grid-row:2/3}}@media (max-width: 594px){.bsb{grid-column:1/3;grid-row:2/3;-webkit-justify-content:start;-moz-justify-content:start;-ms-justify-content:start;-o-justify-content:start;justify-content:start;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}}@media (max-width: 450px){.bsb{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}}@media (max-width: 594px){.bsb-heading{padding-top:7rem;font-size:3.5rem}}@media (max-width: 450px){.bsb-heading{font-size:2.7rem;padding:0rem 2rem 4rem}}.bsb__btn{display:block}.haverim-institute{position:relative;grid-column:2/3;grid-row:2/3;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;background:-webkit-linear-gradient(180deg,#ad7742 0%,#6a390a 100%);background:-moz-linear-gradient(180deg,#ad7742 0%,#6a390a 100%);background:-ms-linear-gradient(180deg,#ad7742 0%,#6a390a 100%);background:linear-gradient(180deg,#ad7742,#6a390a);border-radius:3rem;padding:0 2.1rem}@media (max-width: 1057px){.haverim-institute{grid-column:2/3;grid-row:2/3}}@media (max-width: 768px){.haverim-institute{grid-column:2/3;grid-row:2/3}}@media (max-width: 594px){.haverim-institute{grid-column:1/3;grid-row:3/4;-webkit-justify-content:start;-moz-justify-content:start;-ms-justify-content:start;-o-justify-content:start;justify-content:start;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}}@media (max-width: 450px){.haverim-institute{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}}@media (max-width: 594px){.haverim-institute-heading{padding-top:7rem;font-size:3.5rem}}@media (max-width: 450px){.haverim-institute-heading{font-size:2.7rem;padding:0rem 5rem 4rem}}.institute__btn{display:block}.stats__section{position:relative;z-index:2}.stats__container{background-color:#652307;height:16.6rem;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;justify-content:space-between;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;border-radius:3rem;padding-left:10rem;padding-right:10rem}@media (max-width: 1057px){.stats__container{padding-left:3rem;padding-right:3rem}}@media screen and (max-width: 768px){.stats__container{padding-left:2.5rem;padding-right:2.5rem}}@media (max-width: 594px){.stats__container{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around;height:100vh}}.stats__item{color:#fff3e7;text-align:center}.stats__number{font-family:Bogart,sans-serif;font-size:3.5rem;font-weight:500}@media (max-width: 1057px){.stats__number>span{font-size:3rem}}@media (max-width: 594px){.stats__number>span{font-size:7rem}}.stats__text{font-size:1.7rem;letter-spacing:.1rem;font-weight:300}@media (min-width: 769px) and (max-width: 900px){.stats__text{width:10rem}}@media (min-width: 595px) and (max-width: 700px){.stats__text{width:10rem}}@media (max-width: 594px){.stats__text{font-size:2rem;font-weight:100}}@media (max-width: 450px){.stats__text{font-size:2rem;font-weight:100}}.conversations__section{position:relative}@media (max-width: 768px){.conversations__section{margin-bottom:10rem}}@media (max-width: 450px){.conversations__section{margin-bottom:10rem}}.conversations__layer__blur{background-image:url(/assets/conversation.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;background-color:#6a390a;position:absolute;top:0;left:0;width:100%;height:115.2rem;opacity:.75;background-position:-10rem 0;-webkit-filter:blur(.2300000191rem);-moz-filter:blur(.2300000191rem);-ms-filter:blur(.2300000191rem);filter:blur(.2300000191rem);margin-top:-10rem;z-index:1}.conversations__banner{background-color:#aa733fcc;border-radius:3rem;position:relative;z-index:2;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;height:82.9rem;margin-top:12.5rem}@media (max-width: 1057px){.conversations__banner{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.conversations__platforms{width:100rem;position:relative}@media (max-width: 1057px){.conversations__platforms{height:100rem;width:100%;overflow:hidden;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}}@media (max-width: 768px){.conversations__platforms{width:45rem;display:none;height:100rem;width:100%;overflow:hidden;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}}@media (max-width: 450px){.conversations__platforms{right:0rem;width:100%;height:100rem;overflow:hidden}}.conversations__platforms:hover{overflow-y:initial}.banner__text{margin-top:-6rem;margin-left:12rem;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;color:#fff;text-align:center}@media (max-width: 1057px){.banner__text{margin-left:0;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}}@media (max-width: 450px){.banner__text{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;margin-top:-4rem;margin-left:0rem}}.banner__heading{line-height:8.21rem;margin-bottom:15.6rem}@media (max-width: 1057px){.banner__heading{margin-bottom:4rem}}@media (max-width: 768px){.banner__heading{line-height:7rem;margin-bottom:4rem}}@media (max-width: 450px){.banner__heading{margin-bottom:8rem;font-size:7rem;line-height:5.5rem}}.banner__paragraph{font-size:3rem;font-weight:300;text-align:center;max-width:32rem;line-height:5rem;letter-spacing:.3rem;margin:1rem}@media (max-width: 450px){.banner__paragraph{margin-bottom:7rem;font-size:2rem}}.convcard{position:absolute;top:10rem;right:7rem;height:70.4rem;width:100vw;max-width:49.3rem;border-radius:2rem;background-color:#d9d9d9}@media (max-width: 1057px){.convcard{position:relative}}@media (max-width: 768px){.convcard{position:relative;top:10rem;right:7rem}}@media (max-width: 450px){.convcard{height:50rem;width:50vw}}.podcast{right:13rem;-webkit-transform:rotate(-7.64deg);-moz-transform:rotate(-7.64deg);-ms-transform:rotate(-7.64deg);transform:rotate(-7.64deg);-webkit-box-shadow:0px 4px 15px 4px rgba(0,0,0,.2509803922);-moz-box-shadow:0px 4px 15px 4px rgba(0,0,0,.2509803922);-ms-box-shadow:0px 4px 15px 4px rgba(0,0,0,.2509803922);box-shadow:0 4px 15px 4px #00000040;-webkit-transition:-webkit-transform .5s ease;-moz-transition:-moz-transform .5s ease;-ms-transition:-ms-transform .5s ease;transition:transform .5s ease;overflow-y:hidden}@media (max-width: 1057px){.podcast{right:8rem}}@media (max-width: 768px){.podcast{right:-3rem}}.podcast:hover{-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0);z-index:2}.spotify-podcast-embed__iframe{border-radius:12px;overflow:hidden;height:400px;width:100%}.spotify-podcast-embed iframe{border-radius:12px!important;overflow:hidden;margin-top:0;padding-top:0}.blog{margin-left:-40rem;-webkit-box-shadow:0px 4px 15px 4px rgba(0,0,0,.2509803922);-moz-box-shadow:0px 4px 15px 4px rgba(0,0,0,.2509803922);-ms-box-shadow:0px 4px 15px 4px rgba(0,0,0,.2509803922);box-shadow:0 4px 15px 4px #00000040;right:1rem;-webkit-transform:rotate(4.64deg);-moz-transform:rotate(4.64deg);-ms-transform:rotate(4.64deg);transform:rotate(4.64deg)}@media (max-width: 1057px){.blog{right:-20rem}}@media (max-width: 768px){.blog{right:-10rem}}.instagram{margin-left:-40rem;-webkit-box-shadow:0px 4px 15px 4px rgba(0,0,0,.2509803922);-moz-box-shadow:0px 4px 15px 4px rgba(0,0,0,.2509803922);-ms-box-shadow:0px 4px 15px 4px rgba(0,0,0,.2509803922);box-shadow:0 4px 15px 4px #00000040;top:4rem}@media (max-width: 450px){.instagram{overflow-y:hidden}}.instagram-embed{height:100%}.instagram-media{max-width:500px;width:100%;height:100%;margin:auto;border-radius:12px;overflow:hidden}.instagram-embed .instagram-media{border-radius:12px!important}.instagram-embed iframe{border-radius:12px!important;overflow:hidden}.convcard-small{margin-top:4rem;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;gap:2rem}.convcard-small-spotify,.convcard-small-instagram,.convcard-small-youtube{font-size:2rem;background-color:#652307;width:30rem;height:8rem;border-radius:2rem;color:#fff;font-weight:500;cursor:pointer;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;gap:1rem;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;transition:background-color .3s ease}.convcard-small-spotify:hover,.convcard-small-spotify:focus,.convcard-small-instagram:hover,.convcard-small-instagram:focus,.convcard-small-youtube:hover,.convcard-small-youtube:focus{background-color:transparent;border:.22rem #652307 solid;color:#652307}.convcard-small-spotify>svg,.convcard-small-instagram>svg,.convcard-small-youtube>svg{font-size:3rem}.support-us__section{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;margin-top:25rem}@media (max-width: 768px){.support-us__section{padding-top:0rem;margin-top:20rem}}@media (max-width: 450px){.support-us__section{margin-top:13rem}}.support-us__container{background-image:url(/assets/support-us.jpg);background-position:center;background-repeat:no-repeat;background-size:cover;background-color:#6a390a;position:relative;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;width:100vw;max-width:50rem;height:80rem;z-index:2;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;border-radius:3rem}@media (max-width: 768px){.support-us__container{height:90rem;background-position:-15rem .2rem}}@media (max-width: 450px){.support-us__container{height:100vh;background-position:0rem 0rem}}.support-us__container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#0009;border-radius:3rem;z-index:1}.support-us__content{margin-top:20rem;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;z-index:2}@media (max-width: 450px){.support-us__content{margin-top:15rem}}.support-us__btn{font-size:2rem;background-color:#fc691b;-webkit-box-shadow:0px 7px 6px 2px rgba(252,156,104,.2509803922);-moz-box-shadow:0px 7px 6px 2px rgba(252,156,104,.2509803922);-ms-box-shadow:0px 7px 6px 2px rgba(252,156,104,.2509803922);box-shadow:0 7px 6px 2px #fc9c6840;width:30rem;height:8rem;line-height:8rem;text-align:center;border-radius:5rem;color:#fff;margin-bottom:5rem;font-weight:500;cursor:pointer;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease}.support-us__btn:hover,.support-us__btn:focus{background-color:#fff;color:#652307;-webkit-box-shadow:0px 7px 6px 2px rgba(253,241,234,.2509803922);-moz-box-shadow:0px 7px 6px 2px rgba(253,241,234,.2509803922);-ms-box-shadow:0px 7px 6px 2px rgba(253,241,234,.2509803922);box-shadow:0 7px 6px 2px #fdf1ea40}.support-us__text{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;width:100vw;max-width:29rem;font-weight:200}.support-us__paragraph{color:#fff;font-size:1.9rem;text-align:center}.image-collage__section{margin-top:7rem;padding:0}.image-collage__container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:2.2rem}.collage-slide{height:30.5rem}@media (max-width: 1035px){.collage-slide{height:fit-content}}.collage__image{width:100%;height:100%}footer{margin-top:2.2rem;height:27.7rem;background-color:#652307}@media (max-width: 1340px){footer{height:75rem}}@media (max-width: 768px){footer{height:81rem}}@media (max-width: 600px){footer{height:107rem}}@media (max-width: 450px){footer{height:105rem}}.footer__container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;gap:4rem}@media (max-width: 1340px){.footer__container{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media (max-width: 768px){.footer__container{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:3rem}}.footer__logo{width:26.5rem;height:26.5rem;margin-left:-4rem}@media (max-width: 768px){.footer__logo{margin-left:-2rem}}.footer__logo>img{width:100%;height:100%}.footer__contact-us{margin-left:-2rem;margin-right:6rem}@media (max-width: 768px){.footer__contact-us{margin:0;margin-bottom:4rem}}.footer__company{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;font-size:2rem;color:#d9d9d9;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;margin-bottom:1rem}.footer__line{width:.1rem;background-color:#fff;height:3.4rem;margin-left:1rem;margin-right:1rem}.footer__email{font-size:1.6rem;color:#d9d9d9;margin-bottom:3rem}.footer__social-handles{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between}.footer__social-handles>svg{font-size:3.39rem;color:#d9d9d9}.footer__links>svg{font-size:3.39rem;color:#d9d9d9}.footer__links>svg:hover{color:#fff}.footer__quick-links{margin-left:auto;margin-right:auto}.quick-and-news-letter{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;gap:10rem}@media (max-width: 600px){.quick-and-news-letter{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:7rem}}@media (max-width: 450px){.quick-and-news-letter{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:7rem}}.quick-links{font-size:2.4rem;font-weight:600;margin-top:2rem;margin-bottom:3rem;color:#fff}.quick-links__items{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;font-size:1.6rem;gap:6rem;color:#d9d9d9}@media (max-width: 450px){.quick-links__items{font-size:1.9rem}}.quick-links__left-items,.quick-links__right-items{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:1.7rem}.quick-links__left-items>a:hover,.quick-links__right-items>a:hover{color:#fff}.news-letter{margin-right:5rem;margin-top:1.9rem}@media (max-width: 768px){.news-letter{margin-right:0}}.news-letter__heading{font-size:2.4rem;font-weight:600;color:#fff;margin-bottom:2rem}.news-letter__form__card{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.news-letter__input{height:4.7rem;border-radius:.3rem;width:100vw;max-width:37.4rem;margin-bottom:2rem;padding-left:2rem}.news-letter__input::placeholder{padding-left:.3rem}.news-letter__btn{background-color:#ff7a00;width:13.8rem;height:4.7rem;border-radius:.3rem}.bandv-title__section{margin-block:3rem}@media screen and (max-width: 768px){.bandv-title__section{margin-top:5rem}}@media (max-width: 450px){.bandv-title__section{margin-top:6rem;margin-bottom:10rem}}.bandv__container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.bandv__heading{font-size:8.8rem;color:#652307}@media screen and (max-width: 768px){.bandv__heading{font-size:6.4rem}}@media (max-width: 450px){.bandv__heading{font-size:5rem}}.beliefs__section,.values__section{padding:0 11rem}@media screen and (max-width: 1200px){.beliefs__section,.values__section{padding:0 7rem}}@media screen and (max-width: 650px){.beliefs__section,.values__section{padding:0 7rem}}@media (max-width: 490px){.beliefs__section,.values__section{padding:0 4rem}}@media (max-width: 450px){.beliefs__section,.values__section{padding:0 2rem}}.values__section{margin-top:15rem;margin-bottom:20rem}.beliefs__container,.values__container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.beliefs__title,.values__title{font-size:6.4rem;color:#652307;margin-bottom:-3rem;z-index:2;margin-left:5.7rem}@media (max-width: 768px){.beliefs__title,.values__title{font-size:4.8rem}}@media (max-width: 450px){.beliefs__title,.values__title{font-size:5rem;color:#652307}}.beliefs__card{padding-top:3rem}.beliefs__card__separator{overflow:scroll;height:100%}.beliefs__card,.values__card{background-color:#ffecd9;height:85.4rem;border-radius:3rem}.values__card{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.slider__container{width:100rem}@media (max-width: 992px){.slider__container{width:50rem}}@media (max-width: 768px){.slider__container{width:50rem}}@media (max-width: 450px){.slider__container{width:40rem}}.slider-separator{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;padding:4rem 0rem;margin:0 6rem}@media screen and (max-width: 600px){.slider-separator{margin:0 10rem}}@media (max-width: 450px){.slider-separator{margin:0 4.9rem}}.custom-arrow{position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:10;cursor:pointer;font-size:30px;color:#652307;border-radius:50%;padding:10px}.next{right:-40px}.prev{left:-40px}.beliefs__line{background-color:#fff9f9;margin:6rem;border-radius:1rem;position:relative;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;transition:all .5s ease}@media (max-width: 550px){.beliefs__line{margin:6rem 4rem}}@media (max-width: 450px){.beliefs__line{margin:6rem 3rem}}.beliefs__line:hover{-webkit-transform:translateX(10px);-moz-transform:translateX(10px);-ms-transform:translateX(10px);transform:translate(10px);background-color:#fff;-webkit-box-shadow:#ff9a35 0px 12px 20px .5px;-moz-box-shadow:#ff9a35 0px 12px 20px .5px;-ms-box-shadow:#ff9a35 0px 12px 20px .5px;box-shadow:#ff9a35 0 12px 20px .5px}.beliefs__line:nth-child(1){margin-top:10rem}.beliefs__number__transparency{height:5.2rem;width:5.2rem;border-radius:50%;background-color:#65230729;position:absolute;top:-2.5rem;left:2.5rem;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.beliefs__number{font-family:Bogart,sans-serif;font-size:3rem;font-weight:600;color:#652307}.beliefs__paragraph{font-size:1.6rem;letter-spacing:.05rem;color:#652307;padding:4.1rem;text-align:justify}@media (max-width: 550px){.beliefs__paragraph{padding:3rem}}.value__slider{height:71.9rem;border-radius:3rem;background:-webkit-conic-gradient(from 53.62deg at -49.79% 110.36%,#cb460e 0deg,#652307 268.2deg,#cb460e 360deg);background:-moz-conic-gradient(from 53.62deg at -49.79% 110.36%,#cb460e 0deg,#652307 268.2deg,#cb460e 360deg);background:-ms-conic-gradient(from 53.62deg at -49.79% 110.36%,#cb460e 0deg,#652307 268.2deg,#cb460e 360deg);background:conic-gradient(from 53.62deg at -49.79% 110.36%,#cb460e,#652307 268.2deg,#cb460e 360deg);-webkit-box-shadow:0px 4px 4px 17px rgba(184,63,12,.1215686275);-moz-box-shadow:0px 4px 4px 17px rgba(184,63,12,.1215686275);-ms-box-shadow:0px 4px 4px 17px rgba(184,63,12,.1215686275);box-shadow:0 4px 4px 17px #b83f0c1f;width:40rem}@media screen and (max-width: 600px){.value__slider{height:48rem;width:30rem}}@media (max-width: 450px){.value__slider{height:48rem;width:30rem}}.each__value{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.value__symbol{margin-top:7rem;margin-bottom:5rem}@media screen and (max-width: 600px){.value__symbol{margin-top:3rem;margin-bottom:3rem}}@media (max-width: 450px){.value__symbol{margin-top:3rem;margin-bottom:3rem}}.value__symbol>svg{font-size:14.2rem;color:#ffecd9}@media screen and (max-width: 600px){.value__symbol>svg{font-size:7rem}}@media (max-width: 450px){.value__symbol>svg{font-size:7rem}}.edit-value__symbol{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.edit-value__symbol>div{margin-top:2rem}.value__heading{font-size:3rem;font-weight:700;color:#ffecd9;margin-bottom:6rem;text-align:center;text-wrap:wrap;padding-left:3rem;padding-right:3rem}@media screen and (max-width: 600px){.value__heading{font-size:2rem;margin-bottom:3.5rem}}@media (max-width: 450px){.value__heading{font-size:2rem;margin-bottom:3.5rem}}.value__paragraph{font-size:1.6rem;color:#ffecd9;width:29rem;text-align:justify;letter-spacing:.05rem;line-height:2;font-weight:300}@media screen and (max-width: 600px){.value__paragraph{font-size:1.6rem;font-weight:200;width:22.5rem;letter-spacing:.09rem;line-height:1.3}}@media (max-width: 450px){.value__paragraph{font-size:1.6rem;font-weight:200;width:22.5rem;letter-spacing:.09rem;line-height:1.3}}.leadership__section{margin-block:3rem}@media (max-width: 480px){.leadership__section{margin-top:6rem;margin-bottom:10rem}}@media (max-width: 450px){.leadership__section{margin-top:6rem;margin-bottom:10rem}}.leadership__container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;width:100%}.leadership__heading{font-size:8.8rem;color:#652307}@media (max-width: 768px){.leadership__heading{font-size:6.8rem}}@media (max-width: 480px){.leadership__heading{font-size:5rem}}@media (max-width: 450px){.leadership__heading{font-size:5rem}}.steward-details__section{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;margin-bottom:15.6rem}@media (max-width: 945px){.steward-details__section{margin-bottom:0rem}}@media screen and (max-width: 768px){.steward-details__section{margin-bottom:0}}@media (max-width: 480px){.steward-details__section{padding-left:5rem;padding-right:5rem;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}}.steward-details__container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;gap:12.5rem;width:100%;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}@media (max-width: 1046px){.steward-details__container{gap:8rem}}@media (max-width: 945px){.steward-details__container{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:5rem;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}}@media (max-width: 450px){.steward-details__container{-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}}.steward-image{width:50.4rem;height:71.1rem;background-image:url(/assets/image-meet-steward.jpg);background-position:-10.5rem -4rem;background-repeat:no-repeat;border-radius:3rem}@media (max-width: 1199px){.steward-image{background-position:-14rem -4rem}}@media (max-width: 768px){.steward-image{background-position:-20rem -20rem;height:50rem}}@media (max-width: 480px){.steward-image{background-size:cover;background-repeat:no-repeat;background-position:0rem -4rem;height:39rem;width:38rem;-webkit-background-size:cover}}@media (max-width: 450px){.steward-image{background-size:cover;background-repeat:no-repeat;background-position:0rem -4rem;height:39rem;width:38rem;-webkit-background-size:cover}}@media (max-width: 480px){.steward-text{padding-left:0}}.steward-heading{color:#652307;font-size:5.4rem;letter-spacing:.009rem;margin-top:1.5rem;margin-bottom:5rem}@media (max-width: 480px){.steward-heading{font-size:4rem}}@media (max-width: 450px){.steward-heading{font-size:4rem}}.steward-paragraph{width:100vw;max-width:45.2rem;font-size:1.9rem;font-weight:150;margin-bottom:3rem;text-align:justify;color:#652307;line-height:2.7rem}@media (max-width: 450px){.steward-paragraph{max-width:38rem;font-size:2rem;font-weight:100}}.extends-beyond__section{margin-bottom:15.6rem}@media (max-width: 768px){.extends-beyond__section{margin-bottom:10rem}}.extends-beyond__container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;gap:12.5rem}@media (max-width: 1046px){.extends-beyond__container{gap:8rem}}@media (max-width: 945px){.extends-beyond__container{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media (max-width: 768px){.extends-beyond__container{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:1rem}}.extends-beyond__img{width:50.2rem;height:62.7rem;background-image:url(/assets/ministry.jpg);background-position:0rem 0rem;background-size:cover;background-repeat:no-repeat;border-radius:3rem}@media (max-width: 768px){.extends-beyond__img{height:50rem}}@media (max-width: 480px){.extends-beyond__img{height:40rem;width:46rem}}@media (max-width: 450px){.extends-beyond__img{height:39rem;width:38rem}}.extends-beyond__text{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;width:49.2rem}@media screen and (max-width: 768px){.extends-beyond__text{margin-bottom:9rem;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}}@media (max-width: 480px){.extends-beyond__text{padding:0;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}}@media (max-width: 450px){.extends-beyond__text{padding:0;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}}.extends-beyond__heading{color:#652307;font-size:5.4rem;letter-spacing:.009rem;word-break:break-all;word-spacing:1.4rem;margin-bottom:5rem;margin-top:3rem}@media screen and (max-width: 768px){.extends-beyond__heading{max-width:49rem;text-wrap:wrap;word-spacing:1.23rem}}@media (max-width: 480px){.extends-beyond__heading{font-size:4rem;max-width:46rem;word-break:normal}}@media (max-width: 450px){.extends-beyond__heading{font-size:4rem;max-width:38rem}}.extends-beyond__paragraph{width:100vw;max-width:49.2rem;font-size:1.9rem;margin-bottom:3rem;text-align:justify;color:#652307;font-weight:150;line-height:2.7rem}@media (max-width: 480px){.extends-beyond__paragraph{max-width:45.2rem}}@media (max-width: 450px){.extends-beyond__paragraph{max-width:38rem;font-size:2rem;font-weight:100}}.at-home__container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;margin-bottom:15.6rem}.at-home__paragraph{font-size:3.4rem;font-weight:150;padding-left:12rem;padding-right:12rem;line-height:6.2rem;color:#652307;letter-spacing:.06em;text-align:center;margin-bottom:15.6rem}@media screen and (max-width: 768px){.at-home__paragraph{text-align:justify;width:50rem;padding-left:0;padding-right:0;line-height:4.2rem;font-size:2.9rem}}@media (max-width: 480px){.at-home__paragraph{font-size:2rem;text-align:justify;line-height:4.2rem}}@media (max-width: 450px){.at-home__paragraph{font-size:2rem;text-align:justify;width:38rem;padding-left:0;padding-right:0;line-height:4.2rem}}.invite-esther{border:2px solid #652307;width:37.8rem;margin-left:auto;margin-right:auto;height:6.9rem;line-height:6.9rem;text-align:center;border-radius:3rem;font-size:1.6rem;color:#652307;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease}.invite-esther:hover,.invite-esther:focus{background-color:#652307;color:#fff}.institute__hero-section{padding:0;position:relative}.institute__hero-image{width:100%;height:900px}.institute__hero-img{width:100%;height:100%;object-fit:cover}.institute__hero-image:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background-color:#ffebb8;opacity:.6;width:100%;height:100%}.institute__hero-heading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:6rem;text-align:center;width:300px;color:#652307;text-shadow:-2px -2px 0 #ffebb8,2px -2px 0 #ffebb8,-2px 2px 0 #ffebb8,2px 2px 0 #ffebb8}@media (min-width: 768px){.institute__hero-heading{width:700px;font-size:9rem}}@media (min-width: 1440px){.institute__hero-heading{font-size:9rem}}.pillars__section{position:relative}.pillars__section:before{content:"";width:90%;position:absolute;top:10rem;left:50%;transform:translate(-50%,-50%);border:1px solid #6a390a}.pillars__section:after{content:"";width:90%;position:absolute;bottom:10rem;left:50%;transform:translate(-50%,-50%);border:1px solid #6a390a}.raising__section,.approach__section,.pillars__section,.meet-steward__section{padding-inline:4rem;color:#652307}@media (min-width: 1440px){.raising__section,.approach__section,.pillars__section,.meet-steward__section{padding-inline:8rem}}.raising__section{padding-block:60px}.second-container,.third-container{display:grid}@media (min-width: 768px){.second-container,.third-container{grid-template-columns:1fr 1fr;gap:8rem;place-items:center}}.container__image{width:100%;height:300px;border-radius:1rem}@media (max-width: 767px){.container__image{display:none}}@media (min-width: 1440px){.container__image{height:auto}}.container__img{width:100%;height:100%;border-radius:3rem;object-fit:cover}.container__heading{font-size:4rem;margin-block-end:4rem}.container__paragraph,.icons-description,.meet-steward__paragraph{line-height:2.7rem;font-size:1.9rem;margin-block-end:4rem;font-weight:300}@media (min-width: 768px){.container__paragraph,.icons-description,.meet-steward__paragraph{margin-block-end:0}}@media (min-width: 768px){.container__paragraph{max-width:60rem}}.pillars__section{padding-block:180px}.icons-container{display:grid}@media (min-width: 768px){.icons-container{grid-template-columns:1fr 1fr;column-gap:8rem}}.icons-card{padding-left:1.5rem;margin-block-end:8rem}.icon-and-title{display:flex;align-items:center;gap:4rem;margin-block-end:4rem}.ring-container{position:relative;width:25px;height:25px}.ring-container>svg{color:#6a390a;width:100%;height:100%}.ring-container:before{content:"";position:absolute;border:2px solid #6a390a;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;width:170%;height:170%}.icons-heading{color:#6a390a;padding:0}.prospectus__btn{border-width:.1rem;border-style:solid;border-color:#6a390a;border-radius:3rem;height:6.9rem;width:37.8rem;font-size:1.6rem;color:#6a390a;font-weight:600;letter-spacing:.03rem;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;-o-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease;margin-left:auto;margin-right:auto;text-align:center;line-height:6.9rem}.prospectus__btn:hover,.prospectus__btn:focus{background-color:#652307;color:#fff}@media (min-width: 768px){.course-promo__section{padding:0}}.promo__container{position:relative}@media (min-width: 768px){.promo__container{height:400px;overflow:hidden}}.promo__image{position:relative}.promo__image:after{content:"";position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background-color:#652307;opacity:.7}.promo__img{width:100%;height:100%;object-fit:cover}.promo-text-and-btn{display:flex;flex-direction:column;position:absolute;padding-inline:2rem;top:50%;transform:translateY(-50%)}.promo-text{color:#fff;font-size:7rem;font-weight:700;line-height:.9}.promo__btn{border-width:.1rem;border-style:solid;border-color:#fff;border-radius:3rem;height:6.9rem;width:37.8rem;font-size:1.6rem;color:#fff;font-weight:600;letter-spacing:.03rem;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;-o-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease;margin-block-start:4rem;text-align:center;line-height:6.9rem}.promo__btn:hover,.promo__btn:focus{background-color:#fff;color:#652307}.meet-steward__section{padding-block:8rem}.meet-steward__container{display:grid}@media (min-width: 768px){.meet-steward__container{grid-template-columns:1fr 1fr;gap:4rem}}@media (min-width: 768px){.meet-steward__text{display:flex;flex-direction:column}.meet-steward__text .meet-steward__button{margin-top:auto}}.meet-steward__heading{font-size:4rem;color:#652307;margin-block-end:4rem}.meet-steward__paragraph{color:#652307}.meet-steward__button{border-width:.1rem;border-style:solid;border-color:#6a390a;border-radius:3rem;height:6.9rem;width:37.8rem;font-size:1.6rem;color:#6a390a;font-weight:600;letter-spacing:.03rem;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;-o-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease;margin-block-start:4rem;text-align:center;line-height:6.9rem}.meet-steward__button:hover,.meet-steward__button:focus{background-color:#652307;color:#fff3e7}.meet-steward__image{max-height:500px}@media (max-width: 767px){.meet-steward__image{display:none}}.meet-steward__img{width:100%;height:100%;object-fit:cover;border-radius:3rem}.team__container{background-color:#652307;padding-top:5rem;padding-bottom:5rem;border-radius:3rem}.team__heading{font-size:4.8rem;color:#fff;padding-left:5.5rem;margin-bottom:5rem}.team__slide{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:4.5rem;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}.team__image{background-color:#ffecd9;height:25.4rem;width:25.4rem;border-radius:3rem;position:relative}.team__img{width:100%;height:100%;border-radius:3rem;object-fit:cover}.team__img__hidden{display:none}.team__bio{position:absolute;background-color:#fff;width:100%;height:100%;border-radius:3rem;top:0;opacity:0;max-height:0;overflow:hidden;-webkit-transition:opacity .3s ease,max-height .3s ease;-moz-transition:opacity .3s ease,max-height .3s ease;-ms-transition:opacity .3s ease,max-height .3s ease;transition:opacity .3s ease,max-height .3s ease;color:#652307}.team__card.active .team__bio{display:block}.team__bio__hidden{display:none}.team__name{font-size:2.3rem}.team__bio-paragraph{padding:2rem;font-size:1.6rem;width:100vw;max-width:25.9rem;line-height:2.5rem;letter-spacing:.001rem;margin-top:1.9rem;text-align:justify}.team__role{font-size:1.6rem;font-weight:100;margin-top:.5rem;color:#fff}.contact-us__section{margin-bottom:16.9rem}.contact-us__container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.contact-us__btn{border-width:.1rem;border-style:solid;border-color:#6a390a;border-radius:3rem;height:6.9rem;width:37.8rem;font-size:1.6rem;color:#6a390a;font-weight:600;letter-spacing:.03rem;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;-o-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease;margin-top:4.2rem;margin-left:auto;margin-right:auto;text-align:center;line-height:6.9rem}.contact-us__btn:hover,.contact-us__btn:focus{background-color:#652307;color:#fff}.bsb__hero-container{background-image:url(/assets/bsb/bible-study.png);background-position:center;background-repeat:no-repeat;background-size:cover;background-color:#6a390a;position:relative;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;width:100%;height:90.9rem;border-radius:3rem}@media (max-width: 768px){.bsb__hero-container{height:100vh;background-position:-58rem 0rem}}@media (max-width: 450px){.bsb__hero-container{height:100vh;background-position:-94rem 0rem}}@media (max-width: 390px){.bsb__hero-container{background-position:-68rem 0rem}}.bsb__hero-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00000057;border-radius:3rem;z-index:1}.bsb__hero-items{position:relative;color:#fff;z-index:2;text-align:center;width:27.1rem;height:27.1rem}.bsb__hero-logo{width:100%;height:100%;-webkit-animation:fadeIn 2s ease-out forwards;-moz-animation:fadeIn 2s ease-out forwards;-ms-animation:fadeIn 2s ease-out forwards;animation:fadeIn 2s ease-out forwards}.youngandold__section{padding-left:0rem;padding-right:0rem;margin-top:5.9rem}.y-and-old__container{position:relative}.y-and-old__background{position:relative;height:77rem;width:100%}@media (max-width: 768px){.y-and-old__background{height:90%}}@media (max-width: 450px){.y-and-old__background{height:40rem}}.y-and-old__background:before{content:"";position:absolute;top:0;right:0;left:0;bottom:0;background-color:#79491c70;border-radius:3rem;z-index:1}.y-and-old__bg{width:100%;height:100%}.y-and-old__text{position:absolute;width:100vw;max-width:120rem;height:67.8rem;background-color:#652307cc;z-index:2;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border-radius:3rem;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;gap:4rem;padding-left:10rem;padding-right:10rem}@media (max-width: 768px){.y-and-old__text{height:90%;width:95%;padding-left:10rem;padding-right:10rem}}@media (max-width: 600px){.y-and-old__text{padding-left:5rem;padding-right:5rem}}@media (max-width: 450px){.y-and-old__text{height:34rem;width:44rem}}.y-and-old__heading{font-size:5.4rem}@media (max-width: 768px){.y-and-old__heading{font-size:4rem;width:100%}}@media (max-width: 600px){.y-and-old__heading{font-size:3.5rem}}@media (max-width: 450px){.y-and-old__heading{font-size:2.9rem;width:38rem;text-align:center}}.y-and-old__paragraph{font-size:2.8rem;color:#fff;font-weight:150}@media (max-width: 768px){.y-and-old__paragraph{font-size:1.9rem;width:100%}}@media (max-width: 450px){.y-and-old__paragraph{font-size:1.9rem;font-weight:100;width:38rem;text-align:justify}}.commandment-details__section{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;margin-bottom:8.5rem;margin-top:7.2rem}.commandment-details__container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;gap:10.5rem}@media (max-width: 1000px){.commandment-details__container{gap:7rem}}@media (max-width: 915px){.commandment-details__container{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:5rem}}@media screen and (max-width: 768px),screen and (max-width: 450px){.commandment-details__container{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:5rem}}.commandment-image{width:45.4rem;height:63.1rem;background-image:url(/assets/bsb/old-man-reading.jpg);background-position:0rem -4rem;background-size:cover;background-repeat:no-repeat;border-radius:3rem}@media (max-width: 450px){.commandment-image{width:38rem;height:39rem}}@media screen and (max-width: 768px){.commandment-text{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width: 450px){.commandment-text{width:38rem}}.commandment-heading{color:#652307;font-size:5.4rem;letter-spacing:.009rem;margin-top:3rem;margin-bottom:5rem;text-wrap:wrap;width:47rem}@media (max-width: 450px){.commandment-heading{font-size:4rem;width:100%}}.commandment-paragraph{width:100vw;max-width:45.2rem;font-size:1.9rem;margin-bottom:3rem;text-align:justify;color:#652307;font-weight:300;line-height:2.7rem}@media screen and (max-width: 450px){.commandment-paragraph{width:100%}}.commandment-btn{border-width:.1rem;border-style:solid;border-color:#6a390a;border-radius:3rem;height:6.9rem;width:37.8rem;font-size:1.6rem;color:#6a390a;font-weight:600;letter-spacing:.03rem;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;-o-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease}.commandment-btn:hover,.commandment-btn:focus{background-color:#6a390a;color:#fff}.bsb__advert-section{padding:0}.bsb__advert-container{position:relative}.bsb__advert-image{width:100%;height:53.2rem;overflow:hidden}@media screen and (max-width: 768px){.bsb__advert-image{width:auto;height:40rem}}@media (max-width: 450px){.bsb__advert-image{height:30rem;width:100vw}}.bsb__advert-img{width:100%;height:100%;object-fit:cover;scale:2.8;margin-top:8rem;margin-left:-80rem}@media screen and (max-width: 768px){.bsb__advert-img{margin-left:-70rem}}@media (max-width: 623px){.bsb__advert-img{margin-left:-50rem}}@media (max-width: 450px){.bsb__advert-img{margin-top:15rem;margin-left:-25rem}}.bsb__advert-text{position:absolute;top:5rem;right:5rem;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.bsb__advert-heading{font-size:10.8rem}@media screen and (max-width: 1000px){.bsb__advert-heading{font-size:9rem}}@media screen and (max-width: 768px){.bsb__advert-heading{font-size:5.4rem}}@media (max-width: 450px){.bsb__advert-heading{font-size:5rem;padding-top:0}}.bsb__advert-paragraph{font-size:4rem;color:#fff;text-align:end;font-weight:100}@media screen and (max-width: 768px){.bsb__advert-paragraph{font-size:2.5rem}}@media (max-width: 450px){.bsb__advert-paragraph{font-size:2rem;margin-top:2rem}}.bsb__advert-btn{border-width:.1rem;border-style:solid;border-color:#fff3e7;border-radius:3rem;height:6.9rem;width:37.8rem;font-size:1.6rem;color:#fff3e7;font-weight:600;letter-spacing:.03rem;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;-o-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease;margin-left:auto;margin-top:15.2rem;line-height:6.9rem;text-align:center}@media screen and (max-width: 768px){.bsb__advert-btn{margin-top:10rem}}@media (max-width: 450px){.bsb__advert-btn{margin-top:3rem}}.bsb__advert-btn:hover,.bsb__advert-btn:focus{background-color:#fff;color:#652307}.communal__arm-section{margin-top:7rem;margin-bottom:10rem}.communal__arm-container{position:relative}.communal__arm-image{position:relative;height:90.9rem}.communal__arm-image:before{position:absolute;content:"";top:0;bottom:0;right:0;left:0;border-radius:3rem;background-color:#0009}.communal__arm-img{width:100%;height:100%;object-fit:cover;border-radius:3rem}.communal__arm-text{position:absolute;width:100%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:5rem;padding-left:15rem;padding-right:15rem}@media (max-width: 915px){.communal__arm-text{padding-left:10rem;padding-right:10rem;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}}@media (max-width: 768px){.communal__arm-text{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}}@media (max-width: 613px){.communal__arm-text{padding-left:7rem;padding-right:7rem}}@media (max-width: 450px){.communal__arm-text{padding-left:5rem;padding-right:5rem;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}}.communal__arm-heading{font-size:5.4rem}@media (max-width: 828px){.communal__arm-heading{font-size:4.8rem}}@media (max-width: 768px){.communal__arm-heading{font-size:4.6rem;width:100%}}@media (max-width: 613px){.communal__arm-heading{font-size:3.3rem}}@media (max-width: 450px){.communal__arm-heading{font-size:2.9rem;width:36rem;text-align:center}}.communal__arm-paragraph{text-align:justify;font-size:2.2rem;font-weight:200;width:100%;line-height:1.5;color:#fff;margin-left:auto;word-break:break-all}@media (max-width: 768px){.communal__arm-paragraph{font-size:2rem;margin-left:0}}@media (max-width: 450px){.communal__arm-paragraph{font-size:1.9rem;width:36rem;margin-left:0}}.mission__section{margin-bottom:10rem}.mission__container{position:relative}.mission__cards{border-radius:3rem}.mission__top-card{width:100.9rem;height:17.3rem;border-radius:3rem;text-align:center;background:-webkit-linear-gradient(65.78deg,#371d05 11.84%,#9d530e 148.68%);background:-moz-linear-gradient(65.78deg,#371d05 11.84%,#9d530e 148.68%);background:-ms-linear-gradient(65.78deg,#371d05 11.84%,#9d530e 148.68%);background:linear-gradient(65.78deg,#371d05 11.84%,#9d530e 148.68%)}@media screen and (max-width: 1000px){.mission__top-card{width:auto}}@media screen and (max-width: 768px){.mission__top-card{width:auto}}@media (max-width: 450px){.mission__top-card{height:11rem;text-align:start;padding-left:5.5rem}}.mission__heading{font-size:10.8rem;color:#ffebb8}@media (max-width: 1000px){.mission__heading{font-size:9rem}}@media (max-width: 768px){.mission__heading{font-size:5.4rem}}@media (max-width: 450px){.mission__heading{font-size:5rem}}.mission__mid-card{width:72.3rem;height:40.1rem;margin-top:-5.3rem;margin-left:7.6rem;border-radius:3rem;background:-webkit-linear-gradient(180deg,#a9733f 0%,#432e19 100%);background:-moz-linear-gradient(180deg,#a9733f 0%,#432e19 100%);background:-ms-linear-gradient(180deg,#a9733f 0%,#432e19 100%);background:linear-gradient(180deg,#a9733f,#432e19);display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:5rem}@media (max-width: 850px){.mission__mid-card{width:82%}}@media (max-width: 450px){.mission__mid-card{margin-left:2rem;margin-right:2rem;width:auto;margin-top:-4.6rem;gap:3rem;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}}.mission__mid-card>:first-child{padding-top:7rem}@media (max-width: 450px){.mission__mid-card>:first-child{padding-top:4rem}}.mission__paragraph{font-size:1.8rem;padding-left:7rem;padding-right:7rem;color:#ffebb8;font-weight:200;line-height:1.5}@media screen and (max-width: 768px){.mission__paragraph{padding-left:7rem;padding-right:7rem;width:100%;text-align:justify}}@media (max-width: 450px){.mission__paragraph{font-size:1.9rem;width:36rem;line-height:1.2;font-weight:100;padding-left:0;padding-right:0}}.mission__last-card{width:100%;height:34.7rem;background:-webkit-linear-gradient(180deg,#a9733f 0%,#432e19 100%);background:-moz-linear-gradient(180deg,#a9733f 0%,#432e19 100%);background:-ms-linear-gradient(180deg,#a9733f 0%,#432e19 100%);background:linear-gradient(180deg,#a9733f,#432e19);margin-top:-8.3rem;border-radius:3rem;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;gap:13rem}@media screen and (max-width: 915px){.mission__last-card{gap:9rem}}@media screen and (max-width: 825px){.mission__last-card{gap:6rem}}@media screen and (max-width: 768px){.mission__last-card{gap:5rem}}@media (max-width: 450px){.mission__last-card{gap:3rem;height:25rem;margin-top:-13.3rem}}.mission__object{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}@media screen and (max-width: 1000px){.mission__object{margin-left:6.5rem}}@media screen and (max-width: 768px){.mission__object{margin-left:1rem}}@media (max-width: 450px){.mission__object{margin-left:1rem}}.mission__logo{width:13.3rem}@media screen and (max-width: 768px){.mission__logo{width:10rem}}@media (max-width: 450px){.mission__logo{width:9rem}}.mission__cta{padding:0;font-size:9.8rem;color:#ffebb8}@media screen and (max-width: 1000px){.mission__cta{font-size:5rem}}@media screen and (max-width: 768px){.mission__cta{font-size:4rem}}@media (max-width: 450px){.mission__cta{font-size:3rem}}.mission__button{width:43rem;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width: 768px){.mission__button{margin-left:5rem;width:27rem;align-items:end}}@media (max-width: 450px){.mission__button{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;width:24rem}}.mission__button>.mission__paragraph{padding:0;text-wrap:wrap;font-size:2.3rem;font-weight:200}@media screen and (max-width: 768px){.mission__button>.mission__paragraph{width:27.3rem;font-size:1.9rem;letter-spacing:.1rem;text-align:end}}@media (max-width: 450px){.mission__button>.mission__paragraph{width:24.3rem;font-size:1.6rem;letter-spacing:.1rem;text-align:end}}.mission__btn{border:.1rem solid #ffebb8;border-radius:2rem;height:6.9rem;width:37.8rem;font-size:1.6rem;color:#ffebb8;font-weight:600;letter-spacing:.03rem;margin-top:4rem;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease;text-align:center;line-height:6.9rem}@media screen and (max-width: 768px){.mission__btn{width:24rem;height:5rem;line-height:5rem}}@media (max-width: 450px){.mission__btn{width:24rem;height:5rem}}.mission__btn:hover,.mission__btn:focus{background-color:#ffebb8;color:#a9733f}.mission__target-img{position:absolute;width:40.9rem;top:7rem;right:5rem}@media screen and (max-width: 1060px){.mission__target-img{right:-4rem}}@media screen and (max-width: 970px){.mission__target-img{width:30%;top:11rem}}@media screen and (max-width: 915px){.mission__target-img{top:13rem}}@media screen and (max-width: 850px){.mission__target-img{top:15rem;width:25%;display:none}}@media screen and (max-width: 768px){.mission__target-img{width:27.9rem;top:11rem;right:0rem}}@media (max-width: 450px){.mission__target-img{width:9rem;top:1rem;right:2rem;display:none}}.reach-out__section{margin-top:15.6rem;margin-bottom:20rem}@media screen and (max-width: 768px),(max-width: 450px){.reach-out__section{margin-top:5rem}}.reach-out__container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.reach-out__heading{font-size:8.8rem;color:#652307}@media screen and (max-width: 768px){.reach-out__heading{font-size:6.4rem;margin-bottom:10rem}}@media (max-width: 450px){.reach-out__heading{font-size:5rem}}.reach-out__image{margin-top:10rem;width:100%;height:50%;padding-left:10rem;padding-right:10rem}@media screen and (max-width: 768px){.reach-out__image{width:100%;height:50%}}@media (max-width: 450px){.reach-out__image{padding-left:7rem;padding-right:7rem;width:100%;height:50%}}@media (max-width: 444px){.reach-out__image{padding-left:5rem;padding-right:5rem}}.reach-out__img{width:100%;height:100%;border-radius:3rem;object-fit:cover}.reach-out__form{position:relative;width:70rem;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:11.1rem;color:#652307}@media (max-width: 768px){.reach-out__form{padding-left:7rem;padding-right:7rem;align-items:center;width:100%}}@media (max-width: 450px){.reach-out__form{padding-left:0rem;padding-right:0rem;width:38rem}}.reach-out__form-text{font-size:2.6rem;font-weight:300;width:100%}@media (max-width: 450px){.reach-out__form-text{font-size:1.9rem}}.reach-out__form__form{color:#652307;margin-top:12rem}@media (max-width: 768px){.reach-out__form__form{width:100%}}@media (max-width: 450px){.reach-out__form__form{width:38rem}}.reach-out__label{font-size:2rem;font-weight:700;margin-bottom:.5rem}@media (max-width: 450px){.reach-out__label{font-size:1.9rem}}.reach-out__input,.reach-out__textarea{width:100vw;max-width:70rem;height:4rem;border-radius:.8rem;outline:none;padding-left:2rem;color:#652307;font-size:1.6rem;font-weight:100;letter-spacing:.1rem}@media (max-width: 768px){.reach-out__input,.reach-out__textarea{width:100%}}@media (max-width: 450px){.reach-out__input,.reach-out__textarea{max-width:38rem}}.reach-out__input:focus,.reach-out__textarea:focus{border:.1rem solid #652307}.reach-out__input:focus-within,.reach-out__textarea:focus-within{background-color:#652307;color:#fff}.reach-out__input[type=number]{-moz-appearance:textfield}.reach-out__input[type=number]::-webkit-inner-spin-button,.reach-out__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.reach-out__box{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:2rem}.reach-out__textarea{height:40.2rem;resize:none;border-radius:1rem;border:none;outline:none;padding:2rem;font-family:Onest,serif;font-weight:400}.reach-out__btn{border:.1rem solid #652307;border-radius:2rem;height:5rem;width:100%;font-size:1.6rem;color:#652307;font-weight:600;letter-spacing:.03rem;margin-top:8rem;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease}.reach-out__btn:hover,.reach-out__btn:focus{background-color:#652307;color:#fff}.reach-out__btn__disabled{background-color:#d3d3d3;color:#696969;cursor:not-allowed;border:none}.reach-out__btn__disabled:hover,.reach-out__btn__disabled:focus{background-color:#d3d3d3;color:#696969}.reach-out__status__success{position:absolute;bottom:-10rem;background-color:#fff;padding:3rem;width:100%;text-align:center;color:#652307;font-weight:500;font-size:2rem;border-radius:1rem;-webkit-animation:notification .5s backwards;-moz-animation:notification .5s backwards;-ms-animation:notification .5s backwards;animation:notification .5s backwards}.reach-out__status__fail{position:absolute;bottom:-10rem;background-color:#ff9c9c;padding:3rem;width:100%;text-align:center;color:#fff;font-weight:500;font-size:2rem;border-radius:1rem;-webkit-animation:notification .5s backwards;-moz-animation:notification .5s backwards;-ms-animation:notification .5s backwards;animation:notification .5s backwards}.about-us__hero-section{margin-top:2rem;margin-bottom:10rem}.about-us__container{position:relative}.about-us__sliding-images{width:100%;height:74rem}@media screen and (max-width: 768px){.about-us__sliding-images{height:100vh}}.about-us__sliding-images:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000;border-radius:3rem}.about-us__img{width:100%;height:100%;object-fit:cover;opacity:.6;border-radius:3rem}.about-us__text{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;position:absolute;top:39%;left:50%;-webkit-transform:translate(-50%,-10%);-moz-transform:translate(-50%,-10%);-ms-transform:translate(-50%,-10%);transform:translate(-50%,-10%)}@media (max-width: 768px){.about-us__text{width:50rem}}@media (max-width: 480px){.about-us__text{width:52rem}}@media (max-width: 450px){.about-us__text{width:50rem}}.about-us__text>p{width:55rem;-webkit-animation:appear 4s .8s backwards;-moz-animation:appear 4s .8s backwards;-ms-animation:appear 4s .8s backwards;animation:appear 4s .8s backwards;color:#ffefc5;font-weight:400;text-align:center}@media (max-width: 768px){.about-us__text>p{width:44rem}}@media (max-width: 480px),(max-width: 450px){.about-us__text>p{font-size:1.9rem;width:38rem;font-weight:200}}.about-us__heading{font-size:8.8rem;color:#ffefc5;-webkit-animation:appear 3s .5s backwards;-moz-animation:appear 3s .5s backwards;-ms-animation:appear 3s .5s backwards;animation:appear 3s .5s backwards;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease}@media (max-width: 1258px){.about-us__heading{font-size:8.3rem}}@media screen and (max-width: 768px){.about-us__heading{font-size:7rem}}@media screen and (max-width: 450px){.about-us__heading{font-size:7rem;letter-spacing:-.1rem}}.about-us__paragraph{font-size:1.9rem;line-height:2.7rem;font-weight:150}.about-us__itbegan-section{margin-top:6rem;margin-bottom:10rem}.about-us__itbegan-container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;gap:9rem;color:#652307;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}@media (max-width: 1258px){.about-us__itbegan-container{gap:5rem}}@media screen and (max-width: 1000px){.about-us__itbegan-container{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width: 450px){.about-us__itbegan-left{width:39rem}}.about-us__itbegan-left>p{-webkit-animation:appear 3s .5s backwards;-moz-animation:appear 3s .5s backwards;-ms-animation:appear 3s .5s backwards;animation:appear 3s .5s backwards}.about-us__large-text{font-size:5.4rem}@media screen and (max-width: 1037px){.about-us__large-text{font-size:4.9rem;padding-top:3rem}}@media screen and (max-width: 450px){.about-us__large-text{font-size:3.9rem}}.about-us__large-text:nth-child(2){color:#65230766;-webkit-animation:appear 3s 1.7s backwards;-moz-animation:appear 3s 1.7s backwards;-ms-animation:appear 3s 1.7s backwards;animation:appear 3s 1.7s backwards}.about-us__large-text:nth-child(3){color:#652307b3;-webkit-animation:appear 4s 3.2s backwards;-moz-animation:appear 4s 3.2s backwards;-ms-animation:appear 4s 3.2s backwards;animation:appear 4s 3.2s backwards}.about-us__large-text:nth-child(4){color:#652307;-webkit-animation:appear 4s 4.75s backwards;-moz-animation:appear 4s 4.75s backwards;-ms-animation:appear 4s 4.75s backwards;animation:appear 4s 4.75s backwards}.about-us__itbegan-right{width:50rem;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;gap:4rem;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;text-align:justify;-webkit-animation:appear 2s 6s backwards;-moz-animation:appear 2s 6s backwards;-ms-animation:appear 2s 6s backwards;animation:appear 2s 6s backwards}@media screen and (max-width: 450px){.about-us__itbegan-right{width:39rem}}.about-us__3rd-section{margin-bottom:10rem}.about-us__3rd-container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;gap:10rem}@media (max-width: 1037px){.about-us__3rd-container{gap:6rem}}@media (max-width: 1000px){.about-us__3rd-container{-webkit-flex-direction:column-reverse;-moz-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.about-us__3rd-text{color:#652307;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.about-us__3rd-text>p{width:50rem;margin-bottom:5rem;text-align:justify}@media screen and (max-width: 450px){.about-us__3rd-text>p{width:39rem}}.about-us__3rd-text>:last-child{margin-bottom:0}.about-us__3rd-image{width:50.4rem;height:60.1rem;border-radius:3rem}@media screen and (max-width: 450px){.about-us__3rd-image{width:39rem;height:50rem}}.about-us__3rd-image-expand,.about-us__4th-image-expand{height:60.1rem}@media screen and (max-width: 450px){.about-us__3rd-image-expand,.about-us__4th-image-expand{height:50rem}}.about-us__3rd-img{width:100%;height:100%;object-fit:cover;border-radius:3rem}.about-us__4th-section{margin-bottom:7rem}.about-us__4th-container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;gap:10rem}@media (max-width: 1037px){.about-us__4th-container{gap:6rem}}@media (max-width: 1000px){.about-us__4th-container{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}}.about-us__4th-image{width:50.4rem;height:60.1rem;border-radius:3rem}@media screen and (max-width: 450px){.about-us__4th-image{width:39rem;height:50rem}}.about-us__4th-img{width:100%;height:100%;object-fit:cover;border-radius:3rem}.about-us__4th-text{color:#652307;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.about-us__4th-text>p{width:50rem;margin-bottom:5rem;text-align:justify}@media screen and (max-width: 450px){.about-us__4th-text>p{width:39rem}}.about-us__4th-text>:last-child{margin-bottom:0}.about-us__5th-section{margin-bottom:7rem}@media (max-width: 450px){.about-us__5th-section{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}}.about-us__5th-container{padding-left:7rem;padding-right:7rem;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width: 450px){.about-us__5th-container{width:39rem;padding-left:0;padding-right:0}}.about-us__card{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;margin-bottom:4rem;color:#652307}.about-us__card>svg{font-size:6rem;margin-right:5rem}.about-us__card>p{text-align:justify}.about-us__join-us{border-width:.1rem;border-style:solid;border-color:#652307;border-radius:3rem;height:6.9rem;width:37.8rem;font-size:1.6rem;color:#652307;font-weight:600;letter-spacing:.03rem;webkit-align-self:center;moz-align-self:center;ms-align-self:center;align-self:center;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;-o-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease;text-align:center;line-height:6.9rem;margin-top:4.2rem}.about-us__join-us:hover,.about-us__join-us:focus{background-color:#652307;color:#fff}.partner__section{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;margin-top:5.6rem;margin-bottom:14.6rem}.partner__container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;gap:12.5rem}@media screen and (max-width: 1044px){.partner__container{-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;gap:9rem}}@media (max-width: 450px){.partner__container{-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}}.partner-image{width:50.4rem;height:71.1rem;background-image:url(/assets/about-us/gallery/galleryAE.jpg);background-position:-39.5rem 0rem;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-o-background-size:cover;background-size:cover;background-repeat:no-repeat;border-radius:3rem}@media screen and (max-width: 768px){.partner-image{height:50rem;background-position:-18.5rem 0rem}}@media (max-width: 450px){.partner-image{width:40rem;height:40rem}}@media screen and (max-width: 768px){.partner-text{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center}}@media (max-width: 450px){.partner-text{width:40rem}}.partner-heading{color:#652307;font-size:5.4rem;letter-spacing:.009rem;margin-bottom:5rem;padding-top:0}@media (max-width: 450px){.partner-heading{font-size:5rem;text-align:center}}.partner-paragraph,.partner-list{width:100vw;max-width:45.2rem;font-size:1.9rem;font-weight:150;margin-bottom:3rem;text-align:justify;color:#652307;line-height:2.7rem}@media (max-width: 450px){.partner-paragraph,.partner-list{width:40rem}}.partner-paragraph--bold{font-weight:700}.partner__button{border-width:2px;border-style:solid;border-color:#652307;border-radius:3rem;height:6.9rem;width:37.8rem;font-size:1.6rem;color:#652307;font-weight:600;letter-spacing:.03rem;line-height:6.9rem;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;-o-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease;text-align:center}@media screen and (max-width: 768px){.partner__button{margin-top:5rem}}.partner__button:hover,.partner__button:focus{background-color:#652307;color:#fff}.partner__btn{display:block;width:100%;height:100%}.events__heading__section{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;margin-top:15.6rem;margin-bottom:15rem}@media (max-width: 900px){.events__heading__section{margin-top:6rem;margin-bottom:10rem}}.events__heading__title{font-size:6.4rem;color:#652307}@media (min-width: 900px){.events__heading__title{font-size:8.8rem}}.event__container__main{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.event__container__main>h2{-webkit-align-self:start;-moz-align-self:start;-ms-align-self:start;-o-align-self:start;align-self:start;margin-left:10%}@media (max-width: 900px){.event__container__main>h2{-webkit-align-self:center;-moz-align-self:center;-ms-align-self:center;-o-align-self:center;align-self:center;margin-left:0rem}}.event__type{font-size:3.4rem;color:#652307;margin-bottom:10rem}.event__wrapper{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;background-color:#652307;padding:5rem;border-radius:3rem}@media (min-width: 900px){.event__wrapper{width:98rem}}@media (min-width: 900px){.event__slide{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-around;-moz-justify-content:space-around;-ms-justify-content:space-around;-o-justify-content:space-around;justify-content:space-around}}.event__each{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;margin-left:3rem;margin-right:3rem;background-color:#fff3e7;padding:2rem;border-radius:3rem;margin-bottom:7rem}.event__image{width:30rem;height:30rem}.event__img{width:100%;height:100%;border-radius:3rem;object-fit:cover}.event__detail{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;gap:1rem}.event__pdetail{padding-top:2rem;border-radius:.5rem;color:#652307;font-weight:500;text-align:justify;word-break:break-all;width:30rem}.event__name{font-size:2rem;color:#652307;width:30rem}.event__date{font-weight:700}.event__date>span{font-weight:500}.event__btn{padding-top:0rem;margin-top:3rem;border:.1rem solid #652307;border-radius:3rem;height:4.9rem;line-height:4.9rem;text-align:center;width:30rem;cursor:pointer;font-size:1.6rem;color:#652307;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;-o-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease}.event__btn:hover,.event__btn:focus{background-color:#652307;color:#fff}.event-splide__carousel{margin-bottom:9rem}.event-splide__section{padding-left:5rem;padding-right:5rem}.event-splide__container{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center}.event-splide__image{width:15rem;height:10rem;margin-bottom:1rem}.event-splide__img{width:100%;height:100%;border-radius:.5rem}.event-splide__title{font-weight:900;color:#652307;width:15rem}.notifications{display:none}.courses{color:#652307}.courses-heading,.featured-course,.sort-course,.course-faq{padding-inline:3rem}@media (min-width: 768px) and (max-width: 1439px){.sort-course,.course-faq{padding-inline:5rem}}@media (min-width: 1440px){.sort-course,.course-faq{padding-inline:14rem}}.courses-heading{margin-block:3rem}.courses-heading__container{display:flex}.courses-heading__heading{font-size:clamp(50px,3.7559vw + 35.91538px,90px);margin:0 auto}.featured-course__heading{font-size:4rem;margin-block-end:4rem}.featured-course__poster{position:relative}@media (min-width: 1440px){.featured-course__poster{height:400px}}.featured-course__img{width:100%;height:100%;border-radius:3rem;object-fit:cover}.featured-course__text{position:absolute;top:50%;left:10%;transform:translateY(-50%)}.featured-course__title{font-size:clamp(50px,3.7559vw + 35.91538px,90px);font-weight:700;line-height:.8;color:#fff3e7}.featured-course__start{margin-block-start:2rem;color:#fff3e7;font-weight:500}.featured-course__start__time{font-weight:300}.sort-course{margin-block-start:1rem;margin-block-end:14rem}.sort-course__actions{margin-block:4rem}.sort-course__heading{font-size:4rem}.sort-course__shelf{display:grid;row-gap:6rem;place-items:center}@media (min-width: 768px) and (max-width: 1439px){.sort-course__shelf{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1440px){.sort-course__shelf{grid-template-columns:repeat(3,1fr)}}.course-article{border-top-left-radius:3rem;border-top-right-radius:3rem;max-width:332px;padding-block-end:4rem;box-shadow:0 1rem 1rem .2rem #65230730}.course-article__image{position:relative;height:200px}.course-article__img{border-top-left-radius:3rem;border-top-right-radius:3rem;width:100%;height:100%;object-fit:fill}.course-article__status{position:absolute;top:13.5%;right:0;color:#fff3e7;padding-block:1rem;padding-inline-start:3rem;padding-inline-end:3rem;background-color:green;font-weight:700}.course-article__status--closed{color:#fff3e7;background-color:#ff2525}.course-article__text{display:grid;row-gap:2rem;padding-inline:2rem;font-size:1.9rem;line-height:2.7rem;font-weight:300}.course-article__title{font-size:2rem;line-height:.9;color:#652307;height:50px;font-family:Onest,serif;font-weight:700;letter-spacing:.05rem}.course-article__desc{font-size:1.5rem;height:12rem}.course-article__indicators{font-size:1.5rem;line-height:1.9rem;display:grid;row-gap:2rem}.course-article__cohort-icon>svg{font-size:2rem}.course-article__duration-icon>svg{font-size:2rem}.course-article__cohort-text{padding-left:1rem}.course-article__duration{padding-left:1.6rem}.course-article__button{min-height:6.9rem;width:100%;display:block;background-color:#652307;color:#fff3e7;text-align:center;padding-block:2rem;border-radius:.2rem;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;-o-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease}.course-article__button:focus,.course-article__button:hover{background-color:transparent;color:#652307;border:1px solid #652307}.course-wrapper--disabled{pointer-events:none;opacity:.6;cursor:not-allowed}.course-faq{margin-block:8rem}.course-faq__heading{font-size:4rem;margin-block-end:4rem}.course-faq__articles{margin-block-end:3rem}.course-faq__articles__heading{color:#652307;font-family:Onest,serif;letter-spacing:.01rem;font-weight:700;margin-block-end:1rem}.course-faq__articles__paragraph{line-height:2.7rem;font-weight:300;font-size:1.9rem}.course-faq__articles__paragraph__paragraph{margin-bottom:2rem}.course-faq__articles__list{padding-block-start:2rem;padding-inline-start:2rem;display:grid;row-gap:2rem}.course-faq__articles__list-item{list-style:disc;font-size:1.9rem;font-weight:300}.course-details-hero,.course-details-overview,.course-details-description,.course-details-more-description{padding-inline:3rem;padding-block:0}@media (min-width: 768px) and (max-width: 1439px){.course-details-hero,.course-details-overview,.course-details-description,.course-details-more-description{padding-inline:7rem}}@media (min-width: 1440px){.course-details-hero,.course-details-overview,.course-details-description,.course-details-more-description{padding-inline:14rem}}.course-details{position:relative;padding-bottom:8rem;margin-bottom:18rem;color:#652307}.course-details-hero{padding-block-start:2rem;padding-block-end:6rem}@media (min-width: 375px) and (max-width: 768px){.course-details-hero{padding-block-end:4rem}}.course-details-hero__container{height:200px}@media (min-width: 768px){.course-details-hero__container{height:300px}}.course-details-hero__img{width:100%;height:100%;object-fit:fill;border-radius:2rem}@media (min-width: 1440px){.course-details-overview__container{display:grid;grid-template-columns:3fr 1fr;column-gap:8rem}}.course-details-overview__heading{font-size:clamp(41px,4.6vw + 22.75px,90px)}@media (min-width: 375px) and (max-width: 768px){.course-details-overview__heading{line-height:5rem}}.course-details-overview__detail{position:relative;margin-block:3rem}@media (max-width: 768px){.course-details-overview__detail{margin-block-end:10rem}}@media (min-width: 1440px){.course-details-overview__detail{margin-block-end:10rem}}.course-details-overview__content{gap:4rem}@media (min-width: 768px){.course-details-overview__content{display:flex}}.course-details-overview__key{line-height:2.7rem;font-weight:900;font-size:1.9rem;width:12rem}.course-details-overview__value{line-height:2.7rem;font-weight:300;font-size:1.9rem}.course-details-overview__aside{position:relative}@media (max-width: 1439px){.course-details-overview__aside{display:none}}.course-details-overview__aside-heading{font-size:4rem;margin-block-end:3rem}.course-details-overview__aside-items{display:grid;row-gap:2rem}.course-details-overview__aside-list{line-height:2.7rem;font-weight:300;font-size:1.9rem}.course-details-overview__aside:before{content:"";position:absolute;height:80%;width:1.5px;top:0;left:-4rem;background-color:#652307}@media screen and (min-width: 1440px) and (max-width: 1444px){.course-details-overview__aside:before{height:100%}}.course-details-description__container{margin-block-start:6rem}.course-details-description__text{margin-block-end:8rem}.course-details-description__heading{font-size:4rem;margin-block-end:3rem}.course-details-description__sub-heading{padding-block-end:2rem;line-height:2.7rem;font-weight:700;font-size:1.9rem}.course-details-description__paragraph{line-height:2.7rem;font-weight:300;font-size:1.9rem}.course-details-description__paragraph>a{text-decoration-line:underline;font-style:italic}.course-details-more-description__container{display:grid;gap:8rem}.course-details-more-description__text{display:grid;row-gap:2rem}.course-details-more-description__heading{font-size:4rem;margin-block-end:3rem}.course-details-more-description__desc{line-height:2.7rem;font-weight:300;font-size:1.9rem;padding-block-end:2rem}.course-details-more-description__list{display:grid;row-gap:2rem}.course-details-more-description__item{line-height:2.7rem;font-weight:300;font-size:1.9rem;list-style-type:disc;margin-inline-start:3rem}.course-details-more-description__item>span{font-weight:700}.course-note__paragraph{position:relative;line-height:2.7rem;font-weight:300;font-size:1.9rem;margin-block-end:0rem;padding-inline-start:2rem;font-style:italic}.course-note__paragraph:before{content:"";position:absolute;left:0;height:100%;width:2px;background-color:#652307}.units-of-study__unit{line-height:2.7rem;font-weight:700;font-size:1.9rem;margin-block-end:1rem}.units-of-study__description{line-height:2.7rem;font-weight:300;font-size:1.9rem}.course-details-more-description__heading{display:flex;gap:2rem}.course-recess{position:relative;line-height:2.7rem;font-weight:300;font-size:1.9rem;font-style:italic;margin-block:4rem;margin-bottom:0;padding-inline-start:2rem}.course-recess>span{font-weight:700}.course-recess:before{content:"";position:absolute;left:0;height:100%;width:2px;background-color:#652307}.enroll-now-btn{position:absolute;bottom:0;left:50%;transform:translate(-50%);background-color:#652307;color:#fff3e7;height:6rem;width:80%;border-radius:1rem;font-weight:300;font-size:2rem;text-align:center;line-height:6rem;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;-o-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease}.enroll-now-btn:focus,.enroll-now-btn:hover{background-color:transparent;color:#652307;border:1px solid #652307}.enroll-now-btn-two{display:block;background-color:#652307;color:#fff3e7;height:6rem;min-width:300px;border-radius:1rem;font-weight:300;font-size:2rem;text-align:center;line-height:6rem;margin-block-start:4rem;-webkit-transition:background-color .3s ease,color .3s ease;-moz-transition:background-color .3s ease,color .3s ease;-ms-transition:background-color .3s ease,color .3s ease;-o-transition:background-color .3s ease,color .3s ease;transition:background-color .3s ease,color .3s ease}.enroll-now-btn-two:focus,.enroll-now-btn-two:hover{background-color:transparent;color:#652307;border:1px solid #652307}@media (min-width: 1440px){.enroll-now-btn-two{width:50%}}.course-faq__articles__paragraph{margin-bottom:2rem}.course-faq__articles__dropdown{opacity:0;max-height:0;overflow:hidden;transition:opacity .4s ease,max-height .4s ease}.course-faq__articles__dropdown--visible{opacity:1;max-height:1000px}.course-faq__show-or-less{display:inline-block;transition:transform .3s ease}.course-faq__show-or-less__rotated{transform:rotate(180deg)}.not-found__container{display:flex;flex-direction:column;align-items:center;padding-block:8rem;color:#652307}.not-found__heading{font-size:9rem}.not-found__image{width:30rem;height:50rem}.not-found__img{width:100%;height:100%;object-fit:cover;border-radius:3rem}.not-found__message:not(:last-child){padding-top:2rem;font-weight:700}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,AAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
