.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.custom__edit--info {
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 1em;
  right: 1em;
  z-index: 3000;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin: 1em;
  background: #745B99;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35); }
  .custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer; }
  .custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none; }
  .custom__edit--info small {
    margin-right: 5px;
    opacity: .75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 70vh;
  max-height: 100vh;
  height: 54vw; }

.hero__content {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
  opacity: 1;
  width: 100%;
  text-align: center; }
  .hero__content h1 {
    color: #fff;
    width: 440px;
    text-align: left; }

.hero__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  position: relative;
  z-index: 24;
  height: 4rem;
  width: 4rem;
  font-size: 2rem;
  padding: 1rem;
  color: #fff;
  background-color: transparent;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-transition: ease-in-out all 0.2s;
  -o-transition: ease-in-out all 0.2s;
  transition: ease-in-out all 0.2s; }
  .hero__cta svg {
    width: 35px !important;
    height: 35px; }
  .hero__cta:hover {
    background-color: #fff;
    color: var(--col-pri); }

.curve-welcome {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100vw;
  height: 75px; }

@media all and (min-width: 1050px) {
  .hero__content h1 {
    color: #fff;
    width: 440px;
    text-align: left;
    margin: 0 0 0 3.5%;
    position: relative;
    z-index: 3;
    bottom: 4rem; }
  .hero__cta {
    top: -8rem; } }

@media all and (min-width: 500px) and (max-width: 1049px) {
  .hero__media__ctrls {
    bottom: 12.5rem; }
  .hero__content h1 {
    font-size: 1.6rem;
    color: #fff;
    width: 440px;
    text-align: center;
    margin: auto;
    position: relative;
    top: -2rem; } }

@media all and (max-width: 499px) {
  .hero__content h1 {
    font-size: 1.2rem;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: auto;
    position: relative;
    top: -2rem;
    padding: 0 1rem; }
  .hero__cta {
    top: -1rem; } }

.home {
  position: relative;
  background-color: #bfd5ae; }
  .home ul,
  .home ol {
    list-style: none;
    padding: 0; }
  .home h2, .home h3 {
    margin: 0; }
  .home p {
    font-size: 1.2rem;
    font-weight: 500; }
  .home__container {
    position: relative;
    width: calc(100% - 150px);
    max-width: 1200px;
    margin: 0 auto; }
  .home h3 {
    font-weight: 700;
    font-size: 1.8rem;
    color: #000; }
  .home__section-heading {
    font-size: 3rem;
    font-weight: 700;
    color: #000; }
    .home__section-heading--pri {
      color: var(--col-pri); }
    .home__section-heading--sec {
      color: var(--col-sec); }
    .home__section-heading--b {
      color: #000; }
    .home__section-heading--w {
      color: #fff; }
  .home__text {
    font-size: 1rem; }
    .home__text--pri {
      color: var(--col-pri); }
    .home__text--sec {
      color: var(--col-sec); }
    .home__text--b {
      color: #000; }
    .home__text--w {
      color: #fff; }
  .home__btn {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
    padding: 0.7rem 1rem;
    margin: 1rem 0 1rem 0;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s;
    border-radius: 20px; }
  .home__btn-pri {
    background-color: var(--col-pri);
    color: #fff; }
    .home__btn-pri:hover {
      background-color: var(--col-sec);
      color: #fff; }
  .home__btn-sec {
    background-color: var(--col-sec);
    color: #000; }
    .home__btn-sec:hover {
      background-color: var(--col-pri); }
  .home__arrows {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 2rem; }
    .home__arrows span {
      position: relative;
      cursor: pointer;
      -webkit-transition: ease-in-out all 0.2s;
      -o-transition: ease-in-out all 0.2s;
      transition: ease-in-out all 0.2s; }
    .home__arrows--left {
      left: -2.5rem; }
      .home__arrows--left:hover {
        left: -3rem; }
    .home__arrows--right {
      right: -2.5rem;
      float: right; }
      .home__arrows--right:hover {
        right: -3rem; }

.admin__feed__authorise {
  text-align: center; }
  .admin__feed__authorise .news__link {
    width: 100% !important; }
  .admin__feed__authorise .button__link a,
  .admin__feed__authorise a,
  .admin__feed__authorise span {
    display: inline-block !important;
    padding: 0 !important;
    width: 100% !important;
    border: 0 !important;
    color: #000 !important;
    text-align: center !important;
    background-color: transparent !important;
    margin: auto;
    font-size: 1rem !important;
    font-weight: 400 !important;
    text-decoration: underline !important; }
    .admin__feed__authorise .button__link a:hover,
    .admin__feed__authorise a:hover,
    .admin__feed__authorise span:hover {
      border: 0 !important; }

.home__feed-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 2.5rem 0; }

.home__feed-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 2rem; }

.home__feed-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  width: 100%; }
  .home__feed-controls .swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none; }

.home__feed-controls--left,
.home__feed-controls--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.5rem;
  width: 3.5rem;
  padding: 0rem;
  -webkit-transition: ease-in-out all 0.2s;
  -o-transition: ease-in-out all 0.2s;
  transition: ease-in-out all 0.2s;
  /* position: absolute;
	top: 50%; 
	transform: translateY(-50%); */
  z-index: 9;
  -webkit-box-shadow: 0px 0px 34px -11px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 34px -11px rgba(0, 0, 0, 0.4);
  font-size: 1.3rem;
  color: #fff;
  border: 3px solid #fff;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer; }
  .home__feed-controls--left svg,
  .home__feed-controls--right svg {
    position: relative;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s;
    font-size: 1.7rem; }
  .home__feed-controls--left:hover,
  .home__feed-controls--right:hover {
    background-color: #fff;
    color: var(--col-pri); }

/* .home__feed-controls--left {
	left: 0;
	svg {
		left: 0rem;	
	}
	&:hover {
		svg {
			left: -0.3rem;
		}
	}
}

.home__feed-controls--right {
	right: 0;
	svg {
		right: 0rem;	
	}
	&:hover {
		svg {
			right: -0.3rem;
		}
	}
} */
.home__pagi-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.3rem;
  position: relative;
  z-index: 5; }
  .home__pagi-dots span {
    height: 3.5rem !important;
    width: 3.5rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    color: #fff;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }
    .home__pagi-dots span::before {
      content: "";
      height: 1.5rem;
      width: 1.5rem;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
      -webkit-transition: ease-in-out all 0.2s;
      -o-transition: ease-in-out all 0.2s;
      transition: ease-in-out all 0.2s; }
    .home__pagi-dots span:hover {
      background-color: #fff;
      color: var(--col-pri); }
  .home__pagi-dots .swiper-pagination-bullet-active {
    background-color: #fff;
    color: var(--col-pri); }

@media all and (max-width: 1530px) {
  .home__feed-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .home__prev-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem; }
  .home__feed-controls--left,
  .home__feed-controls--right {
    position: relative; }
  .home__pagi-dots {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; } }

@media all and (min-width: 1200px) {
  .home__text {
    font-size: 1.4rem; } }

@media all and (min-width: 1130px) {
  .home__feed-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media all and (max-width: 1129px) {
  .home__feed-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    .home__feed-flex .home__section-heading {
      margin: 0 0 2rem 0; } }

/* @media all and (max-width: 800px) {
	.home__section-heading {
		font-size: 2rem;
	}
	.home__feed-controls--left, .home__feed-controls--right {
		height: 2.4rem;
		width: 2.4rem;
		font-size: 1.4rem;
	}
}
 */
@media all and (max-width: 950px) {
  .swiper-pagination-bullet {
    opacity: 0;
    visibility: hidden; }
  .swiper-pagination-bullet-active-main {
    opacity: 1;
    visibility: visible; } }

@media all and (max-width: 600px) {
  .home__container {
    width: calc(100% - 50px); } }

@media all and (max-width: 500px) {
  .home__feed-btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0.5rem; }
  .hero-content__motto-main h1 {
    font-size: 1.7rem;
    max-width: 300px; }
  .hero__media__ctrls {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 33%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  button.default__video__button {
    width: 1.95em;
    height: 1.95em; } }

.welcome {
  position: relative;
  padding: 4rem 0 1rem 0;
  background-color: #385C3B;
  z-index: 4; }
  .welcome__container {
    z-index: 2;
    position: unset; }
  .welcome .watermark-welcome {
    position: absolute;
    z-index: -1;
    left: -2rem;
    bottom: -4.6rem; }
  .welcome h3 {
    color: #fff;
    font-weight: 600; }
  .welcome h2 {
    color: #fff;
    line-height: 1;
    margin: 1.5rem 0 2rem 0; }
    .welcome h2 span {
      display: block; }
  .welcome__titletop {
    color: var(--col-ter); }
  .welcome__titlebot {
    color: var(--col-pri);
    font-weight: 400; }
  .welcome__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
    list-style: none;
    padding: 0; }
  .welcome__list-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .welcome__image {
    position: relative;
    z-index: 3;
    border-radius: 50%;
    aspect-ratio: 1 / 1; }
    .welcome__image img {
      border-radius: 50%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .welcome__left {
    position: relative; }
  .welcome p {
    color: #fff;
    margin: 0rem 0 2.5rem 0;
    font-size: 1.2rem;
    font-weight: 200; }

@media all and (min-width: 1200px) {
  .welcome__left {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4; }
  .welcome__right {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5; } }

@media all and (min-width: 981px) {
  .welcome__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media all and (max-width: 980px) {
  .welcome__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 4rem;
    text-align: center; }
  .welcome__image {
    max-width: 400px; } }

@media all and (max-width: 880px) {
  .welcome .watermark-welcome {
    position: absolute;
    z-index: -1;
    left: unset;
    right: 65%;
    bottom: -4.6rem; } }

.curve-welcomenews {
  display: block;
  width: 100vw;
  height: 100px;
  margin: 0 0 -4rem 0px;
  position: relative; }
  .curve-welcomenews .c2 {
    fill: transparent; }
  .curve-welcomenews .c1 {
    fill: #385c3c;
    -webkit-filter: drop-shadow(-7px 14px 29px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(-7px 14px 29px rgba(0, 0, 0, 0.5)); }

.news {
  padding: 8rem 0 8rem 0;
  background-color: #47744B; }
  .news .swiper__navigation {
    display: none !important; }
  .news h2 {
    text-align: center;
    color: #fff; }
  .news__container {
    position: relative;
    z-index: 3;
    overflow: hidden; }
  .news__list {
    text-align: center;
    position: relative;
    z-index: 3; }
  .news__feed {
    padding: 3rem 0; }
  .news .swiper {
    overflow: visible; }
  .news .swiper-slide > div {
    opacity: 0.2;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }
  .news .swiper-slide-visible > div {
    opacity: 1; }
  .news h3 {
    font-size: 1.4rem;
    color: #fff;
    margin: 0.6rem 0 1.2rem 0; }
  .news img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }
  .news video {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .news .news__list {
    margin: 0 0 3rem 0; }
    .news .news__list a {
      height: 400px;
      border-radius: 30px;
      overflow: hidden;
      color: #fff; }
      .news .news__list a::before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-transition: ease-in-out all 0.2s;
        -o-transition: ease-in-out all 0.2s;
        transition: ease-in-out all 0.2s; }
      .news .news__list a:hover::before {
        background-color: rgba(0, 0, 0, 0.6); }
      .news .news__list a:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
    .news .news__list .button__link {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      margin: auto;
      text-transform: uppercase; }
      .news .news__list .button__link span {
        background-color: transparent;
        color: #fff;
        border: 3px solid #fff; }
      .news .news__list .button__link:hover span {
        background-color: #fff;
        color: var(--col-pri); }
  .news .news__list__item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    z-index: 9;
    bottom: 0rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 2rem; }
  .news .swiper {
    overflow: visible; }
  .news .swiper-slide > div {
    opacity: 0.2;
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }
  .news .swiper-slide-visible > div {
    opacity: 1; }

@media all and (max-width: 1530px) {
  .news__controls--left {
    left: 0; }
  .news__controls--right {
    right: 0; } }

.events {
  padding: 0 0 2rem 0;
  background-color: #47744B;
  position: relative;
  z-index: 3; }
  .events .watermark-events {
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: -6.4rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .events h2 {
    color: #fff; }
  .events .swiper-wrapper {
    padding: 2rem 0 0 0; }
  .events .events__list {
    margin: 0 0 3rem 0; }
  .events .events__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    position: relative; }
    .events .events__item__link:hover .events__item__date::before {
      opacity: 1;
      height: 260px;
      width: 260px; }
    .events .events__item__link:hover .events__item__info__title {
      text-decoration: underline; }
  .events .events__item__date {
    height: 220px;
    width: 220px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000;
    position: relative; }
    .events .events__item__date::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1;
      height: 200px;
      width: 200px;
      background-color: rgba(255, 255, 255, 0.1);
      border-radius: 50%;
      -webkit-transition: ease-in-out all 0.2s;
      -o-transition: ease-in-out all 0.2s;
      transition: ease-in-out all 0.2s;
      opacity: 0; }
  .events .events__day {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1; }
  .events .events__mth {
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 700; }
  .events .events__item__info__title {
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    margin: 0 0 0.7rem 0; }
  .events .events__item__time {
    color: #fff;
    font-style: italic;
    text-align: center; }

.curve-eventsbottom {
  display: block;
  width: 100vw;
  height: 145px;
  margin: 0 0 -4rem 0px;
  position: relative; }
  .curve-eventsbottom .c2 {
    -webkit-filter: drop-shadow(-7px 14px 22px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(-7px 14px 22px rgba(0, 0, 0, 0.5)); }

.quicklinks {
  padding: 8rem 0 2rem 0;
  text-align: center;
  background-color: #385C3B; }
  .quicklinks__container {
    max-width: 1400px; }
  .quicklinks h2 {
    text-align: center;
    margin: 0.5rem 0 2rem 0; }
  .quicklinks p {
    text-align: center;
    margin: 1rem 0 3rem 0; }
  .quicklinks__list {
    width: 100%; }
  .quicklinks__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 40px; }
    .quicklinks__item:hover .quicklinks__title {
      top: 44%; }
    .quicklinks__item:hover .quicklinks__more-text {
      top: 57%;
      opacity: 1; }
    .quicklinks__item:hover:last-child .quicklinks__title {
      top: 42%; }
    .quicklinks__item:hover:last-child .quicklinks__more-text {
      top: 58%;
      opacity: 1; }
  .quicklinks__link {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 2rem;
    text-decoration-thickness: 3px !important; }
    .quicklinks__link div {
      -webkit-transition: ease-in-out all 0.2s;
      -o-transition: ease-in-out all 0.2s;
      transition: ease-in-out all 0.2s;
      height: 100%;
      width: 100%; }
      .quicklinks__link div::before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: ease-in-out all 0.2s;
        -o-transition: ease-in-out all 0.2s;
        transition: ease-in-out all 0.2s; }
    .quicklinks__link:hover div::before {
      background: rgba(0, 0, 0, 0.8); }
  .quicklinks__title, .quicklinks__more-text {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: ease-in-out all 0.2s;
    -o-transition: ease-in-out all 0.2s;
    transition: ease-in-out all 0.2s; }
  .quicklinks__title {
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff; }
  .quicklinks__more-text {
    font-size: 1rem;
    color: #fff;
    text-decoration: underline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    opacity: 0; }
  .quicklinks__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0; }

@media all and (min-width: 1000px) {
  .quicklinks__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 270px;
    gap: 2rem; } }

@media all and (max-width: 999px) {
  .quicklinks__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem; }
  .quicklinks__link {
    height: 200px; } }

.curve-quicklinks {
  display: block;
  width: 100vw;
  height: 145px;
  margin: 0 0 -9rem 0;
  position: relative;
  z-index: 2; }
  .curve-quicklinks .c1 {
    fill: #385C3B; }

.contact {
  position: relative;
  z-index: 1;
  padding: 7rem 0 4rem 0;
  background-color: transparent; }
  .contact__container {
    position: relative;
    z-index: 2; }
  .contact h2 {
    color: #fff;
    margin: 0 0 1rem 0;
    font-size: 1.3rem; }
  .contact__block {
    position: relative;
    z-index: 2;
    margin: 5rem 0;
    padding: 2rem 2.5rem;
    max-width: 500px;
    background-color: var(--col-pri); }
  .contact__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    position: relative; }
    .contact__details li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: .2rem;
      font-size: 1.2rem;
      font-weight: 300; }
    .contact__details a, .contact__details span {
      text-decoration: none;
      color: #fff;
      word-break: break-all; }
    .contact__details svg {
      font-size: 1.1rem;
      color: #fff; }
  .contact__direction a {
    color: #fff; }
  .contact__google-map {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%; }
  .contact .contact__phone svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .contact .contact__email a {
    text-decoration: underline; }
    .contact .contact__email a:hover {
      text-decoration: none; }
  .contact .contact__direction a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    font-weight: 800;
    letter-spacing: 1px; }
    .contact .contact__direction a:hover {
      text-decoration: underline; }
  .contact .map__container {
    height: 100% !important; }

@media all and (min-width: 981px) {
  .contact__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 450px;
    height: 450px;
    border-radius: 50%;
    text-align: left; }
    .contact__block svg, .contact__block span {
      text-align: left; }
  .contact__details li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: 1rem; }
  .contact__google-map {
    display: inline-block;
    overflow: hidden;
    top: 0;
    left: 0; } }

@media all and (max-width: 980px) {
  .curve-quicklinks {
    display: none; }
  .contact {
    padding: 0; }
    .contact__container {
      width: 100%; }
    .contact__block {
      margin: 0;
      text-align: center;
      width: 100%;
      max-width: 100%; }
    .contact__details {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .contact__details li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .contact__google-map {
      position: relative;
      height: 350px;
      inset: 0; } }

.awards {
  padding: 1rem 0; }
  .awards__list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2rem; }
  .awards img {
    height: 120px;
    width: 120px; }
