@import url("https://use.typekit.net/ufk2czu.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");
body {
  margin: 0 auto;
}

p, span, a, small, form, input, textarea, select, ul, li, ol {
  font-family: "Montserrat", sans-serif;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin: 2vw 0;
}

ol, li {
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  p, span, a, .cta, ul, li, ol {
    font-size: 1.2vw;
  }

  h1, h2 {
    font-size: 2.5vw;
  }

  h3 {
    font-size: 1.8vw;
  }

  h4 {
    font-size: 1.4vw;
  }
}
.cta {
  position: relative;
}
.cta a {
  display: block;
  margin: 10px auto;
  transform: rotate(-5deg);
  text-decoration: none;
}
.cta a.pink {
  color: #E22B58;
}
.cta a.yellow {
  color: #FFBE3C;
}
.cta a.purple {
  color: #2C1E2E;
}
@media (min-width: 1024px) {
  .cta {
    min-height: 3vw;
  }
}

.arrow {
  display: inline-block;
  padding: 5px;
  border-width: 0 4px 4px 0;
}
.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.arrow.yellow {
  border: solid #FFBE3C;
  border-width: 0 4px 4px 0;
}
.arrow.pink {
  border: solid #E22B58;
  border-width: 0 4px 4px 0;
}
.arrow.purple {
  border: solid #2C1E2E;
  border-width: 0 4px 4px 0;
}
.arrow.dark {
  border: solid #1E1524;
  border-width: 0 4px 4px 0;
}
.arrow.white {
  border: solid #ffffff;
  border-width: 0 4px 4px 0;
}

body {
  display: block;
  margin: 0;
}

@media (min-width: 768px) {
  .rich-text .flex-container {
    display: flex;
    flex-wrap: wrap;
  }
  .rich-text .flex-container .text-image {
    width: 25%;
  }
  .rich-text .flex-container .text-image .richtext-image {
    width: 95%;
    display: block;
    margin: 0;
  }
  .rich-text .flex-container .text-image .richtext-image.right {
    float: right;
  }
  .rich-text .flex-container .left-text,
.rich-text .flex-container .right-text {
    width: 75%;
  }
  .rich-text .flex-container.right {
    flex-direction: row-reverse;
  }
}
.rich-text iframe {
  display: block;
  margin: 20px auto;
}

#holdingPage {
  position: relative;
  display: block;
  margin: 0 auto;
  min-height: 100vh;
  max-height: 100vh;
  overflow-x: scroll;
}
#holdingPage .astra {
  height: 100%;
  width: inherit;
  position: fixed;
  top: -25px;
  right: -20%;
  opacity: 0.5;
}
#holdingPage .inner {
  padding: 40px;
  position: relative;
  z-index: 100;
}
#holdingPage .inner img {
  width: 100%;
  display: block;
}
#holdingPage .inner small {
  font-family: montserrat, sans-serif;
  font-weight: lighter;
}
#holdingPage .inner .content {
  font-weight: bolder;
}
#holdingPage .inner .content p, #holdingPage .inner .content h1, #holdingPage .inner .content h2, #holdingPage .inner .content h3, #holdingPage .inner .content small {
  font-family: montserrat, sans-serif;
}
#holdingPage .inner .content .white {
  color: #ffffff;
}
#holdingPage .inner .content .yellow {
  color: #FFBE3C;
}
#holdingPage .inner .content a {
  text-decoration: none;
  transition: 200ms;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
}
#holdingPage .inner .content a:hover {
  text-decoration: underline;
  color: #ffffff;
}
#holdingPage .inner .content button {
  background-color: #FFBE3C;
  font-family: montserrat, sans-serif;
  border: 0;
  padding: 5px 20px;
  transition: 200ms;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  margin: 20px 0;
}
#holdingPage .inner .content button:hover {
  background-color: #ffffff;
  color: #2C1E2E;
  cursor: pointer;
}
@media (min-width: 768px) {
  #holdingPage .astra {
    opacity: 1;
    top: -5%;
    right: -4%;
  }
  #holdingPage .inner img {
    width: 50%;
  }
  #holdingPage .inner .content {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #holdingPage {
    overflow: inherit;
  }
  #holdingPage .astra {
    right: -2.5%;
    height: 115vh;
    top: -8%;
  }
  #holdingPage .inner {
    padding: 10vh 10vh 5vh;
  }
  #holdingPage .inner img {
    width: 75vh;
  }
  #holdingPage .inner .content {
    width: 74%;
  }
  #holdingPage .inner .content p, #holdingPage .inner .content button, #holdingPage .inner .content span, #holdingPage .inner .content p span, #holdingPage .inner .content a {
    font-size: 2vh;
  }
  #holdingPage .inner .content h1, #holdingPage .inner .content h1 span {
    font-size: 6vh;
  }
  #holdingPage .inner .content h2, #holdingPage .inner .content h2 span {
    font-size: 4vh;
  }
}

#home {
  background-color: #1E1524;
  position: relative;
  margin-bottom: -6vw;
}
#home .top {
  position: relative;
  overflow: hidden;
  width: 100%;
}
#home .top .panels {
  position: fixed;
  width: 100%;
  left: 0;
}
#home .top .panels img {
  height: 100vh;
  width: auto;
}
#home .top .panels img.right {
  float: right;
}
#home .top .astro {
  top: 0;
  right: -240px;
  position: absolute;
}
@keyframes astro {
  from {
    transform: rotate(0deg) translateX(5px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(5px) rotate(-360deg);
  }
}
#home .top .inner {
  padding: 20px;
  position: relative;
}
#home .top .inner img {
  width: 80%;
}
#home .top .inner h1 span {
  display: initial;
}
#home .top .inner span {
  display: block;
  color: #ffffff;
}
#home .top .inner .title {
  padding-top: 25vh;
}
#home .top .inner h1, #home .top .inner h2, #home .top .inner h3 {
  color: #ffffff;
}
#home .contentOpening {
  background-color: #4b3d4d;
  position: relative;
  overflow: hidden;
  margin-top: 20vw;
  margin-bottom: -10vw;
}
#home .contentOpening .content {
  background-color: #4b3d4d;
  position: relative;
  z-index: 100;
}
#home .contentOpening .content .inner {
  padding: 30px;
  color: #ffffff;
}
#home .contentOpening .content .inner h1, #home .contentOpening .content .inner h2, #home .contentOpening .content .inner h3, #home .contentOpening .content .inner h4, #home .contentOpening .content .inner b {
  color: #FFBE3C;
}
#home .contentOpening .content .inner a {
  color: #FFBE3C;
  cursor: pointer;
  transform: rotate(-10deg);
}
#home .contentOpening .openingTimes {
  padding-top: 30px;
  position: relative;
  z-index: 100;
}
#home .contentOpening .openingTimes::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #1d85c6;
  clip-path: polygon(0 5%, 65% 0, 100% 90%, 0 100%);
  transform: scale(-1);
  z-index: -10;
  left: -40vw;
  width: 140%;
}
#home .contentOpening .openingTimes::after {
  content: "";
  position: absolute;
  background-image: url("../imgs/whiteArrows.png");
  background-position: center right 30px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 50px;
  top: -10vw;
  right: 0;
  transform: rotate(5deg);
}
#home .contentOpening .openingTimes .inner {
  padding: 30px 30px 50px;
}
#home .contentOpening .openingTimes .inner h1, #home .contentOpening .openingTimes .inner h2, #home .contentOpening .openingTimes .inner h3, #home .contentOpening .openingTimes .inner h4 {
  color: #1E1524;
}
#home .contentOpening .openingTimes .inner p {
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
}
#home .contentOpening .openingTimes .inner p b {
  color: #FFBE3C;
}
@media (min-width: 768px) {
  #home {
    margin-bottom: 0vw;
  }
  #home .top .panels img {
    margin: -26vw;
  }
  #home .top .astro {
    height: auto;
    top: 0vw;
    right: -10vw;
    width: 70%;
  }
  #home .top .inner {
    padding: 10vw 5vw 10vw 15vw;
  }
  #home .top .inner h1 span {
    font-size: 2.5vw;
  }
  #home .top .inner .title {
    padding-top: inherit;
    padding-bottom: 30px;
    width: 35%;
  }
  #home .top .inner img {
    width: 35vw;
  }
  #home .top .inner span {
    font-size: 2vw;
  }
  #home .contentOpening {
    margin-bottom: -5vw;
  }
  #home .contentOpening .openingTimes::after {
    top: -6vw;
  }
}
@media (min-width: 1024px) {
  #home .top .panels img {
    margin: -16vw;
  }
  #home .contentOpening {
    display: block;
    overflow: visible;
    margin: 0;
  }
  #home .contentOpening .content {
    width: 100%;
  }
  #home .contentOpening .content .inner {
    padding: 2vw 5vw;
    width: 50%;
  }
  #home .contentOpening .openingTimes {
    position: absolute;
    top: -2vw;
    left: inherit;
    right: 0;
    z-index: 100;
    width: 45%;
  }
  #home .contentOpening .openingTimes::before {
    left: 10%;
    width: 90%;
  }
  #home .contentOpening .openingTimes::after {
    height: 10vw;
  }
  #home .contentOpening .openingTimes .inner {
    padding: 3vw 30px 6vw;
    width: 45%;
    margin-left: 45%;
  }
}
@media (min-width: 1200px) {
  #home .top .panels img {
    margin: -10vw;
  }
}
@media (min-width: 1500px) {
  #home .top .panels img {
    margin: -8vw;
  }
}

#page.withImage .header .title {
  background-color: transparent;
}
#page.withImage .header .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(30, 21, 36, 0.5);
  height: 120%;
  width: 100%;
}
#page.withImage .header .title .inner {
  padding: 100px 40px;
}
@media (min-width: 1024px) {
  #page.withImage .header .title .inner {
    padding: 6vw 10vw 4vw;
  }
}
#page.withImage .content {
  display: block;
  margin: -2% 0 0;
  -webkit-clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 50px, 100% 0, 100% 100%, 0 100%);
  min-height: 50vh;
  background-color: #ffffff;
}
#page.withImage .content .inner {
  padding: 60px 30px 30px;
}
@media (min-width: 1024px) {
  #page.withImage .header .title .inner {
    padding: 16vh 20px;
  }
  #page.withImage .content .inner {
    padding: 6vw 10vw 4vw;
  }
}
#page .header {
  position: relative;
}
#page .header .title {
  background-color: #1E1524;
}
#page .header .title .inner {
  padding: 40px;
  position: relative;
  text-align: center;
  z-index: 100;
}
#page .header .title .inner h1 {
  color: #E22B58;
}
#page .header img {
  height: auto;
  width: 100%;
  display: block;
  position: fixed;
  z-index: -10;
}
#page .content .inner {
  padding: 30px;
}
@media (min-width: 1024px) {
  #page .content .inner {
    padding: 2vw 10vw;
  }
}
#page .content h1, #page .content h2, #page .content h3, #page .content h4, #page .content a {
  color: #E22B58;
}
#page .content p a {
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  margin: 5px;
  transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  border: 0.25px solid #E22B58;
  background-color: #E22B58;
  color: #ffffff;
}
@media (min-width: 1024px) {
  #page .content p a {
    padding: 0.15vw 1vw;
  }
}
#page .content p a:hover {
  background-color: #ffffff;
  color: #E22B58;
}
#page .content .richtext-image {
  width: 100%;
  display: block;
  height: auto;
  margin: 1vw auto;
  padding: 0;
}
@media (min-width: 768px) {
  #page .content .rich-text .flex-container {
    display: flex;
    flex-wrap: wrap;
  }
  #page .content .rich-text .flex-container .text-image {
    width: 25%;
  }
  #page .content .rich-text .flex-container .text-image .richtext-image {
    width: 95%;
    display: block;
    margin: 0;
  }
  #page .content .rich-text .flex-container .text-image .richtext-image.right {
    float: right;
  }
  #page .content .rich-text .flex-container .left-text,
#page .content .rich-text .flex-container .right-text {
    width: 75%;
  }
  #page .content .rich-text .flex-container.right {
    flex-direction: row-reverse;
  }
}
#page .content iframe {
  width: 100%;
  margin: 0 auto;
  display: block;
  min-height: 50vw;
}
#page .shortDescription {
  display: block;
  background-color: #1E1524;
  text-align: center;
}
#page .shortDescription .inner {
  padding: 1px 40px 40px;
}
#page .shortDescription .inner p {
  color: #ffffff;
}
#page .shortDescription .inner a {
  color: #E22B58;
}
#page .faq .title {
  cursor: pointer;
  position: relative;
  width: 100%;
}
#page .faq .title h4 {
  color: #2C1E2E;
}
#page .faq .title img {
  transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
#page .faq .title img.rotate {
  transform: rotate(90deg);
}
#page .faq .content {
  display: none;
}
@media (min-width: 1024px) {
  #page .shortDescription .inner {
    padding: 1px 10vw 4vw;
  }
  #page .content iframe {
    max-width: 1024px;
    min-height: 575px;
  }
}

#formPage .header {
  background-color: #1E1524;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
#formPage .header .title, #formPage .header .intro {
  text-align: center;
}
#formPage .header .title .inner h1, #formPage .header .intro .inner h1 {
  color: #E22B58;
  margin: 0;
}
#formPage .header .title .inner p, #formPage .header .intro .inner p {
  color: #ffffff;
}
#formPage .header .title .inner {
  padding: 30px 30px 0;
}
#formPage .header .intro .inner {
  padding: 30px 30px 5%;
}
#formPage .header .intro .inner p a {
  transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  margin: 5px;
  border: 0.25px solid #ffffff;
  background-color: #ffffff;
  color: #2C1E2E;
}
@media (min-width: 1024px) {
  #formPage .header .intro .inner p a {
    padding: 0.15vw 1vw;
  }
}
#formPage .header .intro .inner p a:hover {
  background-color: #2C1E2E;
  color: #ffffff;
}
#formPage .content .inner {
  padding: 40px;
}
#formPage .content .inner p a {
  transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  margin: 5px;
  border: 0.25px solid #E22B58;
  background-color: #E22B58;
  color: #ffffff;
}
@media (min-width: 1024px) {
  #formPage .content .inner p a {
    padding: 0.15vw 1vw;
  }
}
#formPage .content .inner p a:hover {
  background-color: #ffffff;
  color: #E22B58;
}
#formPage .message {
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 50px;
}
#formPage form {
  display: block;
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 1024px) {
  #formPage .header .intro {
    display: block;
    margin: 0 auto;
    width: 60%;
  }
  #formPage .content .inner {
    padding: 5vw 20vw;
  }
  #formPage form {
    width: 60%;
  }
  #formPage form input {
    width: 97%;
  }
  #formPage form input[name=email], #formPage form input[name=phone] {
    width: 47%;
    display: inline-block;
  }
  #formPage form input[name=phone] {
    margin-left: 2%;
  }
  #formPage form .submit {
    text-align: left;
    padding: 1vw 0;
  }
}

#page.school .content {
  background-color: #1E1524;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  text-align: center;
  margin: 0;
}
#page.school .content .inner {
  padding: 30px;
}
#page.school .content .inner h1 {
  color: #E22B58;
}
#page.school .content .inner p, #page.school .content .inner p b {
  color: #ffffff;
}
#page.school .mainContent .toggle {
  position: relative;
  text-align: center;
  z-index: 100;
}
#page.school .mainContent .toggle .cy, #page.school .mainContent .toggle .en {
  display: inline-block;
  color: #E22B58;
  position: relative;
  padding: 10px;
  cursor: pointer;
}
#page.school .mainContent .toggle .cy::before, #page.school .mainContent .toggle .en::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFBE3C;
  -webkit-clip-path: polygon(0px 0px, 100% 20%, 100% 85%, 0px 100%);
  clip-path: polygon(0px 0px, 100% 20%, 100% 85%, 0px 100%);
  z-index: -10;
}
#page.school .mainContent .toggle .cy:nth-child(2)::before, #page.school .mainContent .toggle .en:nth-child(2)::before {
  transform: scale(-1);
}
#page.school .mainContent .toggle .cy.active, #page.school .mainContent .toggle .en.active {
  color: #FFBE3C;
}
#page.school .mainContent .toggle .cy.active::before, #page.school .mainContent .toggle .en.active::before {
  background-color: #E22B58;
}
#page.school .mainContent .toggle .cy .inner, #page.school .mainContent .toggle .en .inner {
  padding: 20px;
}
#page.school .mainContent .image {
  overflow: hidden;
}
#page.school .mainContent .image img {
  z-index: -100;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  height: auto;
}
#page.school .mainContent .content {
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  text-align: left;
  animation: fade 1s;
}
#page.school .mainContent .content.withImage {
  margin-top: 25vw;
}
#page.school .mainContent .content .hidden {
  display: none;
}
#page.school .mainContent .content h1, #page.school .mainContent .content h2, #page.school .mainContent .content h3, #page.school .mainContent .content h4, #page.school .mainContent .content a {
  color: #E22B58;
}
#page.school .mainContent .content p {
  color: #1E1524;
}
@media (min-width: 1024px) {
  #page.school .content {
    padding-bottom: 5%;
  }
  #page.school .content .inner {
    padding: 30px 10%;
  }
  #page.school .mainContent .toggle {
    margin-top: -5vw;
  }
  #page.school .mainContent .toggle .cy .inner, #page.school .mainContent .toggle .en .inner {
    padding: 1.5vw;
  }
  #page.school .mainContent .toggle .cy .inner span, #page.school .mainContent .toggle .en .inner span {
    font-size: 1.6vw;
  }
  #page.school .mainContent .toggle .cy:nth-child(2)::before, #page.school .mainContent .toggle .en:nth-child(2)::before {
    top: 0.25vw;
  }
}

@keyframes fade {
  0% {
    display: none;
  }
  100% {
    display: block;
  }
}
#eventListing .header,
#eventDetail .header {
  background-color: #1E1524;
  text-align: center;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}
#eventListing .header .inner,
#eventDetail .header .inner {
  padding: 40px 40px 60px;
}
#eventListing .header .inner h1,
#eventDetail .header .inner h1 {
  color: #E22B58;
}
#eventListing .header .inner p,
#eventDetail .header .inner p {
  color: #ffffff;
}
#eventListing .header .inner a,
#eventDetail .header .inner a {
  color: #FFBE3C;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #eventListing .header .inner,
#eventDetail .header .inner {
    padding: 30px 10% 60px;
  }
}
@media (min-width: 1024px) {
  #eventListing .header,
#eventDetail .header {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  }
}

#eventListing .listing .item {
  margin: 0 auto;
  width: 80%;
}
#eventListing .listing .item.ongoing .inner .top {
  display: none;
}
#eventListing .listing .item.hidden {
  display: none;
}
#eventListing .listing .item .inner {
  padding: 1.5vw 0;
}
#eventListing .listing .item .inner .date .inner, #eventListing .listing .item .inner .time .inner, #eventListing .listing .item .inner .title .inner {
  padding: 10px 20px;
}
#eventListing .listing .item .inner .top {
  z-index: 100;
  position: relative;
  text-align: right;
}
#eventListing .listing .item .inner .top .date, #eventListing .listing .item .inner .top .time {
  width: max-content;
  right: 0;
}
#eventListing .listing .item .inner .top .date {
  position: relative;
  color: #E22B58;
  font-weight: bolder;
  display: block;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: absolute;
  margin: 0;
}
#eventListing .listing .item .inner .top .date::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFBE3C;
  -webkit-clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  transform: rotate(1deg);
  z-index: -1;
}
#eventListing .listing .item .inner .top .date::before {
  background-color: #FFBE3C;
  -webkit-clip-path: polygon(3px 6px, 97.37% 1px, 93.75% 88.93%, 1px 93.28%);
  clip-path: polygon(3px 6px, 97.37% 1px, 93.75% 88.93%, 1px 93.28%);
}
#eventListing .listing .item .inner .top .time {
  position: relative;
  color: #E22B58;
  font-weight: bolder;
  display: block;
  margin: 0 auto;
  color: #ffffff;
  position: absolute;
  text-align: center;
  overflow: hidden;
  margin-top: 35px;
}
#eventListing .listing .item .inner .top .time::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFBE3C;
  -webkit-clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  transform: rotate(1deg);
  z-index: -1;
}
#eventListing .listing .item .inner .top .time::before {
  background-color: #000000;
  -webkit-clip-path: polygon(6px 1px, 84.98% 0px, 99.52% 79.28%, 2px 96.74%);
  clip-path: polygon(6px 1px, 84.98% 0px, 99.52% 79.28%, 2px 96.74%);
}
#eventListing .listing .item .inner .image {
  margin-top: 4vw;
}
#eventListing .listing .item .inner .image img {
  -webkit-clip-path: polygon(37px 2px, 90.68% 3px, 95.21% 99.77%, 9px 99.88%);
  clip-path: polygon(37px 2px, 90.68% 3px, 95.21% 99.77%, 9px 99.88%);
  width: 100%;
  height: inherit;
}
#eventListing .listing .item .inner .image .noImage {
  height: 300px;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
}
#eventListing .listing .item .inner .title {
  position: relative;
  color: #E22B58;
  font-weight: bolder;
  display: block;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  margin-top: -4vw;
  z-index: 100;
}
#eventListing .listing .item .inner .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFBE3C;
  -webkit-clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  transform: rotate(1deg);
  z-index: -1;
}
#eventListing .listing .item .inner .title::before {
  background-color: #E22B58;
  -webkit-clip-path: polygon(2px 1px, 97.37% 1px, 98.57% 91.23%, 1px 87.08%);
  clip-path: polygon(2px 1px, 97.37% 1px, 98.57% 91.23%, 1px 87.08%);
}
#eventListing .listing .item .inner .title .inner {
  padding: 2vw 2vw 2.5vw;
}
#eventListing .listing .item .inner .title .inner a {
  color: #FFBE3C;
  text-decoration: none;
}
@media (min-width: 768px) {
  #eventListing .listing {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #eventListing .listing .item {
    width: 50%;
    margin: 0;
  }
  #eventListing .listing .item .inner {
    padding: 30px 5%;
  }
}
@media (min-width: 1024px) {
  #eventListing .listing .top .inner span {
    font-size: 1.4vw;
  }
  #eventListing .listing .item {
    width: 33.333%;
  }
  #eventListing .listing .item .inner {
    padding: 5% 10%;
  }
  #eventListing .listing .item .inner .top .inner {
    padding: 1vw 2vw;
  }
  #eventListing .listing .item .inner .top .time {
    margin-top: 3.25vw;
  }
  #eventListing .listing .item .inner .image {
    margin-top: 1.5vw;
  }
  #eventListing .listing .item .inner .image .noImage {
    height: 20vw;
  }
  #eventListing .listing .item .inner .title {
    margin-top: -2vw;
    margin-bottom: 2vw;
  }
  #eventListing .listing .item .inner .title span, #eventListing .listing .item .inner .title a {
    font-size: 1.4vw;
  }
  #eventListing .listing .item .inner .title .inner {
    padding: 1vw 1vw 1.5vw;
  }
}

#eventDetail .header .return {
  padding-top: 50px;
}
#eventDetail .header .return a {
  color: #ffffff;
  margin: 0;
}
#eventDetail .header .cta a {
  margin-left: -10px;
}
#eventDetail .header .inner p a {
  transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  margin: 5px;
  border: 0.25px solid #ffffff;
  background-color: #ffffff;
  color: #2C1E2E;
}
@media (min-width: 1024px) {
  #eventDetail .header .inner p a {
    padding: 0.15vw 1vw;
  }
}
#eventDetail .header .inner p a:hover {
  background-color: #2C1E2E;
  color: #ffffff;
}
#eventDetail .header .date.ongoing {
  display: none;
}
@media (min-width: 1024px) {
  #eventDetail .header .return {
    position: absolute;
    top: 15%;
    left: 30px;
    width: 25%;
    padding-top: 0px;
  }
  #eventDetail .header .return .cta {
    text-align: left;
  }
  #eventDetail .header .return .cta a {
    margin: 0;
  }
  #eventDetail .header .cta a {
    margin-left: -4vw;
  }
}
#eventDetail .content {
  position: relative;
  min-height: 50vw;
}
#eventDetail .content img {
  display: block;
  margin-top: -50px;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: -10;
  position: relative;
}
#eventDetail .content .information {
  top: 25%;
  right: 40px;
  z-index: 100;
  margin-top: -20px;
}
#eventDetail .content .information .inner {
  padding: 30px 20px;
}
#eventDetail .content .information .title {
  position: relative;
  color: #E22B58;
  font-weight: bolder;
  display: block;
  margin: 0 auto;
}
#eventDetail .content .information .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFBE3C;
  -webkit-clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  transform: rotate(1deg);
  z-index: -1;
}
#eventDetail .content .information .content {
  position: relative;
  color: #ffffff;
  min-height: inherit;
  margin-top: -10%;
  z-index: -10;
}
#eventDetail .content .information .content .inner {
  padding: 10vw 30px 50px;
}
#eventDetail .content .information .content .inner a {
  transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  color: #FFBE3C;
  font-weight: bolder;
  text-decoration: none;
}
#eventDetail .content .information .content .inner a:hover {
  color: #ffffff;
}
#eventDetail .content .information .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #E22B58;
  z-index: -1;
}
@media (min-width: 760px) {
  #eventDetail .content {
    min-height: 20vw;
  }
  #eventDetail .content img {
    margin-top: -5vw;
  }
  #eventDetail .content .information {
    position: absolute;
    top: 30%;
    width: 40%;
    margin-top: 0;
  }
  #eventDetail .content .information .title {
    width: 80%;
  }
  #eventDetail .content .information .content::before {
    -webkit-clip-path: polygon(3% 0px, 95% 0px, 100% 95%, 0 80%);
    clip-path: polygon(3% 0px, 95% 0px, 100% 95%, 0 80%);
  }
  #eventDetail .content .information .content .inner {
    padding: 5vw 30px 60px;
  }
}
@media (min-width: 1024px) {
  #eventDetail .content .information {
    width: 25%;
  }
  #eventDetail .content .information .content .inner {
    padding: 2.5vw 3vw 60px;
  }
}

#newsListing {
  padding-bottom: 100px;
}
#newsListing .header {
  background-color: #1E1524;
  text-align: center;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
#newsListing .header .inner {
  padding: 40px 40px 60px;
}
#newsListing .header .inner h1 {
  color: #E22B58;
}
#newsListing .header .inner p {
  color: #ffffff;
}
#newsListing .header .inner a {
  color: #FFBE3C;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #newsListing .header .inner {
    padding: 30px 10% 60px;
  }
}
#newsListing .newsItem {
  display: block;
  margin: 30px auto;
  width: 80%;
}
#newsListing .newsItem .image {
  margin-bottom: -40px;
}
#newsListing .newsItem .image img {
  width: 100%;
  height: auto;
  display: block;
}
#newsListing .newsItem .description .title {
  position: relative;
  color: #E22B58;
  font-weight: bolder;
  display: block;
  margin: 0 auto;
  margin-bottom: -50px;
  display: inline-block;
  width: auto;
  z-index: 1200;
}
#newsListing .newsItem .description .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFBE3C;
  -webkit-clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  transform: rotate(1deg);
  z-index: -1;
}
#newsListing .newsItem .description .title::before {
  -webkit-clip-path: polygon(0 10%, 100% 20%, 98% 70%, 5% 80%);
  clip-path: polygon(0 10%, 100% 20%, 98% 70%, 5% 80%);
  top: 0.75vw;
}
#newsListing .newsItem .description .title .inner {
  padding: 4vw 5vw;
}
#newsListing .newsItem .description .title .inner a {
  color: #E22B58;
  text-decoration: none;
}
#newsListing .newsItem .description .intro {
  color: #ffffff;
  margin-top: -3vw;
  position: relative;
}
#newsListing .newsItem .description .intro .inner {
  padding: 5vw 4vw 2vw;
}
#newsListing .newsItem .description .intro::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #E22B58;
  -webkit-clip-path: polygon(1% 5%, 99% 0, 100% 100%, 0% 95%);
  clip-path: polygon(1% 5%, 99% 0, 100% 100%, 0% 95%);
  z-index: -10;
}
@media (min-width: 768px) {
  #newsListing .newsItem.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #newsListing .newsItem.flex .image {
    width: 30%;
    margin-top: 5vw;
  }
  #newsListing .newsItem.flex .image img {
    width: 110%;
  }
  #newsListing .newsItem.flex .description {
    width: 70%;
  }
  #newsListing .newsItem .image {
    z-index: -10;
  }
}
@media (min-width: 1024px) {
  #newsListing .newsItem {
    margin: 3vw auto;
  }
  #newsListing .newsItem .description .intro .inner {
    padding: 5vw 3vw 2vw;
  }
  #newsListing .newsItem .image {
    height: 15vw;
    margin-top: 5vw;
    margin-bottom: 0;
  }
  #newsListing .newsItem .description .inner h4 {
    margin: 1vw 0;
  }
}

#newsitem .title {
  background-color: transparent;
  text-align: center;
  position: relative;
  margin-bottom: -3vw;
  z-index: 100;
}
#newsitem .title .return {
  padding: 20px 0;
  width: 100%;
  z-index: 2000;
}
#newsitem .title .return a {
  color: #ffffff;
  margin: 10px -20%;
}
#newsitem .title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(30, 21, 36, 0.5);
  height: 120%;
  width: 100%;
}
#newsitem .title .inner {
  padding: 100px 40px;
}
@media (min-width: 1024px) {
  #newsitem .title .inner {
    padding: 6vw 10vw 4vw;
  }
}
#newsitem .title::before {
  background-color: #1E1524;
  -webkit-clip-path: polygon(0 0px, 100% 0px, 100% 80%, 0 100%);
  clip-path: polygon(0 0px, 100% 0px, 100% 80%, 0 100%);
}
#newsitem .title .inner {
  padding: 40px;
  position: relative;
  z-index: 100;
}
#newsitem .title .inner h1 {
  color: #E22B58;
}
#newsitem .title .inner h4 {
  color: #ffffff;
}
#newsitem .image {
  z-index: -1;
}
#newsitem .image img {
  display: block;
  width: 100%;
  top: 10vw;
  margin: 0 auto;
}
#newsitem .content {
  background-color: #ffffff;
  text-align: center;
}
#newsitem .content .inner {
  padding: 40px;
}
#newsitem .content .inner p, #newsitem .content .inner li {
  font-weight: light;
}
#newsitem .content .inner p a {
  transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  margin: 5px;
  border: 0.25px solid #ffffff;
  background-color: #E22B58;
  color: #ffffff;
}
@media (min-width: 1024px) {
  #newsitem .content .inner p a {
    padding: 0.15vw 1vw;
  }
}
#newsitem .content .inner p a:hover {
  background-color: #2C1E2E;
  color: #ffffff;
}
@media (min-width: 1024px) {
  #newsitem .title {
    margin-bottom: 1vw;
  }
  #newsitem .title::before {
    -webkit-clip-path: polygon(0 0px, 100% 0px, 100% 80%, 0 100%);
    clip-path: polygon(0 0px, 100% 0px, 100% 80%, 0 100%);
  }
  #newsitem .title .return {
    width: 25%;
    text-align: left;
    padding: 2vw 7vw;
    position: absolute;
  }
  #newsitem .title .inner {
    padding: 2vw;
    width: 70%;
    margin: 0 auto;
  }
  #newsitem .flex {
    display: flex;
    flex-wrap: wrap;
  }
  #newsitem .image {
    width: 40%;
    height: auto;
  }
  #newsitem .content.withImage {
    width: 60%;
    text-align: left;
    margin-top: 0;
  }
  #newsitem .content.withImage .inner {
    padding: 2vw;
  }
}

#theCentre {
  position: relative;
}
#theCentre .about {
  position: relative;
}
#theCentre .about::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #1E1524;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 95%, 0% 100%);
}
#theCentre .about .inner {
  padding: 40px 40px 100px;
}
#theCentre .about .inner h1, #theCentre .about .inner h2, #theCentre .about .inner h3, #theCentre .about .inner h4 {
  color: #E22B58;
}
#theCentre .about .inner a, #theCentre .about .inner span, #theCentre .about .inner p, #theCentre .about .inner p a, #theCentre .about .inner p span, #theCentre .about .inner ul, #theCentre .about .inner ol {
  color: #ffffff;
}
#theCentre .about .inner p a {
  transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  margin: 5px;
  border: 0.24px solid #ffffff;
  background: #ffffff;
  color: #2C1E2E;
}
@media (min-width: 1024px) {
  #theCentre .about .inner p a {
    padding: 0.15vw 1vw;
  }
}
#theCentre .about .inner p a:hover {
  background-color: #2C1E2E;
  color: #ffffff;
}
#theCentre .featured .slider .slick-list {
  width: 70%;
}
#theCentre .featured .slider.fullwidth .slick-list {
  width: 100%;
}
#theCentre .rightCol {
  position: relative;
  z-index: 100;
}
#theCentre .rightCol::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E22B58;
  z-index: -10;
}
#theCentre .rightCol .openTimes {
  position: relative;
  z-index: 100;
}
#theCentre .rightCol .openTimes::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25%;
  width: 125%;
  height: 100%;
  background-color: #1d85c6;
  -webkit-clip-path: polygon(0% 0%, 100% 0px, 90% 90%, 30% 100%);
  clip-path: polygon(0% 0%, 100% 0px, 90% 90%, 30% 100%);
  z-index: -10;
}
#theCentre .rightCol .openTimes::after {
  display: none;
  content: "";
  position: absolute;
  background-image: url("../imgs/whiteArrows.png");
  background-position: center right 30px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 4vw;
  right: 0;
  bottom: 0;
  transform: rotate(5deg);
}
#theCentre .rightCol .openTimes .inner {
  padding: 30px 30px 50px;
  width: 60%;
  margin-left: 10%;
  text-align: left;
}
#theCentre .rightCol .openTimes .inner h1, #theCentre .rightCol .openTimes .inner h2, #theCentre .rightCol .openTimes .inner h3, #theCentre .rightCol .openTimes .inner h4 {
  color: #1E1524;
  margin-top: 0;
}
#theCentre .rightCol .openTimes .inner p {
  color: #ffffff;
  line-height: 1.5;
  margin: 0;
}
#theCentre .rightCol .openTimes .inner p b {
  color: #FFBE3C;
}
#theCentre .rightCol .container {
  display: block;
}
#theCentre .rightCol .container .inner {
  padding: 40px;
}
#theCentre .rightCol .find h4 {
  color: #ffffff;
}
#theCentre .rightCol .find p {
  color: #3b283d;
}
#theCentre .rightCol .find img {
  display: block;
  margin: 0 auto;
  width: 80%;
}
#theCentre .rightCol .find .cta {
  text-align: center;
  width: 100%;
}
#theCentre .rightCol .find .cta a {
  display: block;
  color: #ffffff;
  position: relative;
}
@media (min-width: 600px) {
  #theCentre .rightCol {
    display: flex;
    justify-content: flex-start;
  }
  #theCentre .rightCol .openTimes .inner {
    padding: 30px 0 50px;
    width: 75%;
  }
  #theCentre .rightCol .find img {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #theCentre .about::before {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
  }
  #theCentre .about .inner {
    padding: 4vw 4vw 10vw;
    width: 60%;
  }
  #theCentre .featured {
    width: 70%;
  }
  #theCentre .rightCol {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
  }
  #theCentre .rightCol::before {
    width: 80%;
    left: 20%;
  }
  #theCentre .rightCol .openTimes {
    padding-bottom: 5vw;
  }
  #theCentre .rightCol .openTimes::before {
    left: 0;
    width: 100%;
  }
  #theCentre .rightCol .openTimes .inner {
    width: 50%;
    margin-left: 25%;
    padding: 3vw 3vw 0vw;
  }
  #theCentre .rightCol .openTimes .inner h2 {
    margin-top: 0;
  }
  #theCentre .rightCol .openTimes .inner strong, #theCentre .rightCol .openTimes .inner h4 {
    color: #FFBE3C;
  }
  #theCentre .rightCol .openTimes::after {
    display: block;
  }
  #theCentre .rightCol .find img {
    width: 80%;
  }
  #theCentre .rightCol .find .cta a {
    margin: 2vw -5vw;
  }
  #theCentre .rightCol .container {
    width: 80%;
    margin-left: 20%;
    position: relative;
    z-index: 10;
  }
  #theCentre .rightCol .container .inner {
    padding: 2vw;
  }
}

#page.supportPage a, #page.supportPage strong {
  color: #E22B58;
}
#page.supportPage .pageImage {
  min-height: 50vh;
  overflow: hidden;
}
#page.supportPage .pageImage img {
  display: block;
  position: fixed;
  z-index: -10;
  top: 0;
  width: 100%;
  left: 0;
  height: auto;
}
#page.supportPage .content {
  background-color: #1E1524;
  color: #ffffff;
}
#page.supportPage .content .inner {
  padding-top: 1px;
}
#page.supportPage .content .inner p a {
  transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  padding: 5px 10px;
  display: inline-block;
  text-decoration: none;
  margin: 5px;
  border: 0.25px solid #ffffff;
  background-color: #ffffff;
  color: #2C1E2E;
}
@media (min-width: 1024px) {
  #page.supportPage .content .inner p a {
    padding: 0.15vw 1vw;
  }
}
#page.supportPage .content .inner p a:hover {
  background-color: #2C1E2E;
  color: #ffffff;
}
#page.supportPage .divider {
  width: 100%;
  position: relative;
  z-index: 10;
}
#page.supportPage #slider {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 50px;
  background: #ffffff;
  margin-top: -2vw;
  padding-top: 3vw;
}
#page.supportPage #slider button.slick-arrow {
  display: inline-block;
  background-color: transparent;
  background-image: url("../imgs/arrowsPink.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  border: 0;
  color: transparent;
  width: 10%;
  margin: 0 2.5%;
  position: relative;
  z-index: 100;
}
#page.supportPage #slider button.slick-arrow:hover, #page.supportPage #slider button.slick-arrow:focus {
  cursor: pointer;
}
#page.supportPage #slider button.slick-arrow.slick-next {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  #page.supportPage #slider button.slick-arrow {
    width: 5%;
  }
}
#page.supportPage #slider .slick-list {
  width: 70%;
}
#page.supportPage #slider button.slick-arrow {
  width: 10%;
}
#page.supportPage #slider .item {
  text-align: center;
}
#page.supportPage #slider .item h4 {
  color: #E22B58;
}
#page.supportPage #factList {
  background-color: #1E1524;
  padding: 20px 0;
}
#page.supportPage #factList .fact {
  color: #ffffff;
  text-align: center;
}
#page.supportPage #factList .fact img {
  height: 10vw;
  width: auto;
  display: inline-block;
}
#page.supportPage #factList .fact h4 {
  color: #FFBE3C;
  margin-top: 2px;
}
#page.supportPage #partnerList {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #ffffff;
}
#page.supportPage #partnerList .partner {
  text-align: center;
}
#page.supportPage #partnerList .partner img {
  width: 80%;
  margin: 0 auto;
}
#page.supportPage #partnerList .partner h1, #page.supportPage #partnerList .partner h2, #page.supportPage #partnerList .partner h3, #page.supportPage #partnerList .partner h4 {
  color: #E22B58;
}
#page.supportPage .slick-dots {
  width: 100%;
  text-align: center;
  padding: 0;
}
#page.supportPage .slick-dots li {
  display: inline-block;
}
#page.supportPage .slick-dots li button {
  color: transparent;
  background-color: #E22B58;
  padding: 0 10px;
  line-height: 1;
  border: 0;
  border-radius: 10px;
  width: 80%;
  outline: none;
}
#page.supportPage .slick-dots li button:hover {
  cursor: pointer;
}
#page.supportPage .slick-dots li.slick-active button {
  background-color: #FFBE3C;
}
@media (min-width: 768px) {
  #page.supportPage #slider .slick-list {
    width: 80%;
    margin: 0 auto;
  }
  #page.supportPage #slider .item {
    border-right: 1px solid #1E1524;
  }
  #page.supportPage #slider .item .inner {
    padding: 0 20px;
  }
  #page.supportPage #slider .item .inner h4 {
    margin-top: 0;
  }
  #page.supportPage #slider .item .inner p {
    margin-bottom: 0;
  }
  #page.supportPage #slider .item .inner .cta {
    padding-bottom: 2vw;
  }
  #page.supportPage #slider .item .inner .cta a {
    margin: 2vw -4vw;
  }
  #page.supportPage #partnerList .partner img {
    width: auto;
    height: 10vw;
  }
}
@media (min-width: 1024px) {
  #page.supportPage .content {
    margin: 0 auto -4vw;
    padding-bottom: 5vw;
  }
  #page.supportPage .content .inner {
    padding: 30px 0;
    width: 85%;
    margin: 0 auto;
  }
  #page.supportPage .content .inner h1, #page.supportPage .content .inner h2, #page.supportPage .content .inner h3, #page.supportPage .content .inner h4, #page.supportPage .content .inner p {
    margin-top: 0;
  }
  #page.supportPage #slider {
    padding: 5vw 0;
    margin-top: -2vw;
  }
  #page.supportPage #slider .slick-slide {
    border-right: 0;
  }
  #page.supportPage #slider .slick-slide:nth-child(1) {
    border-left: 0;
  }
  #page.supportPage #slider .slick-slide:nth-child(1) .item {
    border: 0;
  }
  #page.supportPage #slider .slick-slide:last-child {
    border-right: 0;
  }
  #page.supportPage #slider .slick-slide .item {
    border: 0;
    border-left: 0.15vw solid #1E1524;
  }
  #page.supportPage #slider button.slick-arrow {
    width: 5%;
  }
  #page.supportPage #factList {
    padding: 2vw 0;
  }
  #page.supportPage #factList .fact p {
    font-size: 1vw;
  }
  #page.supportPage #partnerList {
    padding: 2vw 0;
  }
  #page.supportPage #partnerList .partner img {
    width: auto;
    height: 10vw;
  }
  #page.supportPage .slick-dots li {
    min-width: 5vw;
  }
  #page.supportPage .slick-dots li button {
    width: 90%;
  }
}

#page.education .header {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#page.education .header .main_image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: auto;
}
#page.education .header .title {
  background: transparent;
  text-align: center;
  width: 85%;
  margin: 0 auto;
}
#page.education .header .title h1 {
  color: #E22B58;
}
#page.education .header .title h2, #page.education .header .title h3, #page.education .header .title h4, #page.education .header .title p {
  color: #ffffff;
}
#page.education .header .richtext {
  padding-bottom: 3vw;
  width: 85%;
  margin: 0 auto;
}
#page.education .header .richtext p a {
  background-color: #ffffff;
  color: #2C1E2E;
  border: 1px solid #ffffff;
}
#page.education .header .richtext p a:hover {
  background-color: transparent;
  color: #ffffff;
}
#page.education .header p {
  color: #ffffff;
}
#page.education .header .content {
  background: #2C1E2E;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(44, 30, 46, 0.75) 20%, rgb(44, 30, 46) 25%, rgb(44, 30, 46) 100%);
}
#page.education .divider {
  margin: -4vw auto 0vw;
  z-index: 120;
  position: relative;
}
#page.education .divider img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
#page.education .education_items .tabs {
  padding-top: 3vw;
  list-style: none;
  margin-bottom: -1px;
}
#page.education .education_items .tabs li {
  transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  color: #ffffff;
  position: relative;
  font-weight: bolder;
  padding: 1rem;
  text-align: center;
  margin: 0;
}
#page.education .education_items .tabs li::after {
  content: "";
  transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  position: absolute;
  z-index: 120;
  height: 20%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
#page.education .education_items .tabs li:hover, #page.education .education_items .tabs li:focus {
  cursor: pointer;
}
#page.education .education_items .tabs li:hover::before, #page.education .education_items .tabs li:focus::before {
  transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  opacity: 1;
}
#page.education .education_items .tabs li:hover::after, #page.education .education_items .tabs li:focus::after {
  opacity: 0;
}
#page.education .education_items .tabs li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}
#page.education .education_items .tabs li.active::before {
  opacity: 1;
}
#page.education .education_items .tabs li.active::after {
  opacity: 0;
}
#page.education .education_items .tabs li:first-child::before {
  background-color: #1d85c6;
}
#page.education .education_items .tabs li:nth-child(2) {
  color: rgba(44, 30, 46, 0.5);
}
#page.education .education_items .tabs li:nth-child(2)::before {
  background-color: #FFBE3C;
}
#page.education .education_items .tabs li:nth-child(2):hover, #page.education .education_items .tabs li:nth-child(2):focus, #page.education .education_items .tabs li:nth-child(2).active {
  color: rgba(44, 30, 46, 0.8);
}
#page.education .education_items .tabs li:nth-child(3)::before {
  background-color: #E22B58;
}
#page.education .education_items .level_contain.level_one {
  background-color: rgba(29, 133, 198, 0.15);
  border-top: 10px solid #1d85c6;
}
#page.education .education_items .level_contain.level_one .item .subtitle {
  color: #1d85c6;
}
#page.education .education_items .level_contain.level_one .item .image::after {
  background-color: #1d85c6;
}
#page.education .education_items .level_contain.level_two {
  background-color: rgba(255, 190, 60, 0.15);
  border-top: 10px solid #FFBE3C;
}
#page.education .education_items .level_contain.level_two .item .subtitle {
  color: #FFBE3C;
}
#page.education .education_items .level_contain.level_two .item .image::after {
  background-color: #FFBE3C;
}
#page.education .education_items .level_contain.level_three {
  background-color: rgba(226, 43, 88, 0.15);
  border-top: 10px solid #E22B58;
}
#page.education .education_items .level_contain.level_three .item .subtitle {
  color: #E22B58;
}
#page.education .education_items .level_contain.level_three .item .image::after {
  background-color: #E22B58;
}
#page.education .education_items .level_contain .item {
  display: block;
  margin: 0 auto;
  width: 90%;
  word-wrap: break-word;
}
#page.education .education_items .level_contain .item .image {
  position: relative;
}
#page.education .education_items .level_contain .item .image img {
  width: 100%;
  display: block;
  height: auto;
  z-index: -1;
}
#page.education .education_items .level_contain .item .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5%;
  width: 100%;
  clip-path: polygon(0% 55%, 100% 0, 100% 100%, 0% 100%);
  z-index: 12;
}
#page.education .education_items .level_contain .item h4 {
  color: black;
}
#page.education .education_items .level_contain .item .subtitle {
  font-weight: bolder;
}
@media (min-width: 768px) {
  #page.education .education_items .tabs {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
  }
  #page.education .education_items .tabs li {
    margin: 0;
    width: 25%;
    padding: 2rem 1rem 1rem;
  }
  #page.education .education_items .tabs li span {
    font-size: 1.6vw;
  }
  #page.education .education_items .tabs li:first-child::before {
    clip-path: polygon(0% 25%, 100% 35%, 98% 100%, 3% 100%);
  }
  #page.education .education_items .tabs li:first-child::after {
    clip-path: polygon(0% 20%, 100% 20%, 99% 100%, 1% 100%);
    width: 96%;
    left: 2.5%;
  }
  #page.education .education_items .tabs li:first-child span {
    padding-top: 0.15vw;
    display: block;
  }
  #page.education .education_items .tabs li:nth-child(2) {
    color: rgba(44, 30, 46, 0.5);
  }
  #page.education .education_items .tabs li:nth-child(2) span {
    padding-top: 0.05vw;
    display: block;
  }
  #page.education .education_items .tabs li:nth-child(2)::before {
    clip-path: polygon(6% 25%, 98% 15%, 100% 100%, 0% 100%);
  }
  #page.education .education_items .tabs li:nth-child(2):hover, #page.education .education_items .tabs li:nth-child(2):focus, #page.education .education_items .tabs li:nth-child(2).active {
    color: rgba(44, 30, 46, 0.8);
  }
  #page.education .education_items .tabs li:nth-child(2)::after {
    clip-path: polygon(1% 25%, 99.5% 15%, 100% 100%, 0% 100%);
  }
  #page.education .education_items .tabs li:nth-child(3) span {
    display: block;
    padding-top: 0.25vw;
  }
  #page.education .education_items .tabs li:nth-child(3)::before {
    clip-path: polygon(0% 30%, 100% 20%, 96% 100%, 2% 100%);
  }
  #page.education .education_items .tabs li:nth-child(3)::after {
    clip-path: polygon(0% 30%, 100% 20%, 99% 100%, 0.5% 100%);
    width: 95.25%;
    left: 1.5%;
  }
  #page.education .education_items .level_contain {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    text-align: left;
    padding: 1vw;
  }
  #page.education .education_items .level_contain .item {
    width: 50%;
    margin: 0;
  }
  #page.education .education_items .level_contain .item .inner {
    padding: 2vw;
  }
}
@media (min-width: 1024px) {
  #page.education .header .title,
#page.education .header .richtext {
    width: 75%;
  }
  #page.education .education_items .level_contain .item {
    width: 33.333%;
  }
}

#forestSchool.columns {
  display: flex;
  flex-wrap: wrap;
}
#forestSchool.columns .leftColumn,
#forestSchool.columns .rightColumn {
  width: 100%;
}
#forestSchool.columns .leftColumn .about {
  position: relative;
  color: #ffffff;
}
#forestSchool.columns .leftColumn .about::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 100%;
  top: 0;
  left: -2.5%;
  background-color: #5C8900;
  clip-path: polygon(4px 0, 100% 0%, 100% 85%, 0% 100%);
  z-index: -1;
}
#forestSchool.columns .leftColumn .about .inner {
  padding: 20px 30px 30px;
}
#forestSchool.columns .leftColumn .feature {
  width: 90%;
  margin: 2.5rem auto;
}
#forestSchool.columns .leftColumn .feature .slick-track {
  width: 100%;
}
#forestSchool.columns .leftColumn .feature .slick-dots {
  justify-content: center;
  align-items: center;
  list-style: none;
  display: flex;
  width: 100%;
  padding: 0 1rem;
}
#forestSchool.columns .leftColumn .feature .slick-dots button {
  transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  border-radius: 100%;
  margin: 0 0.25rem;
  width: 20px;
  height: 20px;
  color: transparent;
  border: 0;
  background-color: #3E403B;
  cursor: pointer;
}
#forestSchool.columns .leftColumn .feature .slick-dots button:hover {
  cursor: pointer;
  background-color: #7ebc00;
}
@media (min-width: 1024px) {
  #forestSchool.columns .leftColumn .feature .slick-dots button {
    height: 1.2vw;
    width: 1.2vw;
    margin: 0 0.25vw;
  }
}
#forestSchool.columns .leftColumn .feature .slick-dots .slick-active button {
  background-color: #7ebc00;
}
#forestSchool.columns .leftColumn .feature .item {
  width: 100%;
}
#forestSchool.columns .leftColumn .feature .item .inner {
  padding: 2rem;
}
#forestSchool.columns .leftColumn .feature .item .image {
  position: relative;
  overflow: hidden;
}
#forestSchool.columns .leftColumn .feature .item .image img {
  width: 100%;
  display: block;
  height: auto;
}
#forestSchool.columns .leftColumn .feature .item .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5%;
  z-index: 1;
}
#forestSchool.columns .leftColumn .feature .item .image.green::after {
  background-color: #5C8900;
}
#forestSchool.columns .leftColumn .feature .item .image.yellow::after {
  background-color: #FFBE3C;
}
#forestSchool.columns .leftColumn .feature .item .image.dark::after {
  background-color: #037203;
}
#forestSchool.columns .leftColumn .slider {
  display: flex;
  align-items: center;
  padding-bottom: 5rem;
}
#forestSchool.columns .leftColumn .slider .title {
  text-align: center;
  color: #1E1524;
}
#forestSchool.columns .leftColumn .slider img {
  height: 10rem;
  width: auto;
  margin: 0 auto;
}
#forestSchool.columns .leftColumn .slider .slick-list {
  width: 70%;
}
#forestSchool.columns .leftColumn .slider.fullwidth .slick-list {
  width: 100%;
}
#forestSchool.columns .leftColumn .slider .slick-prev,
#forestSchool.columns .leftColumn .slider .slick-next {
  background-image: url("../svg/arrow_green.svg");
  background-position: center;
  background-size: cover;
  color: transparent;
  background-color: transparent;
  border: 0;
  margin: 0 5%;
  cursor: pointer;
  height: 1rem;
  width: 1.5rem;
}
#forestSchool.columns .leftColumn .slider .slick-prev {
  transform: rotate(180deg);
}
#forestSchool.columns .rightColumn {
  position: relative;
  color: #ffffff;
  overflow: hidden;
}
#forestSchool.columns .rightColumn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1;
  left: 2%;
  background-color: #4b4d47;
  clip-path: polygon(4px 0%, 100% 0%, 100% 100%, 10% 100%);
  z-index: -1;
}
#forestSchool.columns .rightColumn svg {
  width: 95%;
  height: auto;
  margin: 0 auto;
  display: block;
}
#forestSchool.columns .rightColumn .inner {
  padding: 20px;
}
@media (min-width: 768px) {
  #forestSchool.columns .leftColumn {
    width: 60%;
  }
  #forestSchool.columns .leftColumn .about::before {
    width: 108%;
  }
  #forestSchool.columns .leftColumn .about .inner {
    padding: 2.5% 8% 5rem;
  }
  #forestSchool.columns .leftColumn .feature {
    display: flex;
    flex-wrap: wrap;
  }
  #forestSchool.columns .leftColumn .feature .item {
    width: 50%;
  }
  #forestSchool.columns .leftColumn .feature .item .inner {
    padding: 2vw;
  }
  #forestSchool.columns .leftColumn .slider .slick-next,
#forestSchool.columns .leftColumn .slider .slick-prev {
    width: 5vw;
    height: 3.5vw;
  }
  #forestSchool.columns .leftColumn .slider .item .inner {
    padding: 2vw;
  }
  #forestSchool.columns .leftColumn .slider .item .inner img {
    height: 8vw;
    margin-bottom: 2rem;
  }
  #forestSchool.columns .leftColumn .slider .item .inner .title {
    margin: 0;
  }
  #forestSchool.columns .leftColumn .slider .item .inner .cta {
    text-align: center;
    margin-top: 0.5rem;
  }
  #forestSchool.columns .leftColumn .slider .item .inner .cta a {
    color: #037203 !important;
  }
  #forestSchool.columns .leftColumn .slider .item .inner .cta .arrow {
    border: solid #037203 !important;
    border-width: 0 4px 4px 0 !important;
  }
  #forestSchool.columns .rightColumn {
    width: 40%;
  }
  #forestSchool.columns .rightColumn .inner {
    padding: 20px 15%;
  }
}
@media (min-width: 1024px) {
  #forestSchool.columns .leftColumn {
    width: 70%;
  }
  #forestSchool.columns .leftColumn .about .inner {
    padding: 2.5% 8% 8%;
  }
  #forestSchool.columns .leftColumn .feature .item {
    width: 33.333%;
  }
  #forestSchool.columns .leftColumn .slider .slick-next,
#forestSchool.columns .leftColumn .slider .slick-prev {
    height: 2rem;
    width: 2.5rem;
  }
  #forestSchool.columns .leftColumn .slider .slick-slide.slick-current .item {
    border-right: 1px solid #1E1524;
  }
  #forestSchool.columns .leftColumn .slider .item .inner img {
    height: 5vw;
  }
  #forestSchool.columns .rightColumn {
    width: 30%;
  }
  #forestSchool.columns .rightColumn .inner {
    padding: 20px 5% 20px 12%;
  }
}
@media (max-width: 768px) {
  #forestSchool.columns .rightColumn::before {
    clip-path: none;
    left: 0;
    width: 100%;
    left: 0;
  }
  #forestSchool.columns .leftColumn .about {
    padding-bottom: 5rem;
    overflow: hidden;
  }
  #forestSchool.columns .leftColumn .about::before {
    width: 100%;
    left: 0;
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
  }
  #forestSchool.columns .leftColumn .feature {
    overflow: hidden;
  }
}

header {
  position: sticky;
  -webkit-position: sticky;
  -moz-position: sticky;
  top: 0;
  z-index: 5000;
}
header .menuToggle {
  border: 2px solid #ffffff;
  display: inline-block;
  padding: 8px;
  border-radius: 100%;
  vertical-align: top;
}
header .menuToggle span {
  background-color: #ffffff;
  border-radius: 1px;
  display: block;
  height: 2.5px;
  margin: 5px 0;
  width: 20px;
}
header .menuToggle span:first-child, header .menuToggle span:last-child {
  margin: 0;
}
header .top {
  background-color: #E22B58;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
}
header .top .inner {
  padding: 15px;
}
header .top .inner ul {
  padding: 0;
}
header .top .colLeft {
  width: 40%;
}
header .top .colLeft ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 760px) {
  header .top .colLeft ul li {
    display: none;
    margin: 0;
  }
  header .top .colLeft ul li:first-child {
    display: block;
  }
}
header .top .colRight {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 60%;
}
header .top .colRight .inner {
  display: flex;
  flex-wrap: nowrap;
  text-align: right;
}
header .top .colRight .inner .menuToggle {
  border: 2px solid #1E1524;
  width: 10vw;
  height: 9vw;
  padding: 0;
}
header .top .colRight .inner .menuToggle span {
  background-color: #1E1524;
  margin: 4px 20%;
}
header .top .colRight .inner .menuToggle span:first-child {
  margin-top: 25%;
}
header .top .colRight .inner svg {
  fill: #1E1524;
  width: 70%;
  height: 70%;
  display: block;
  margin: 15% auto;
}
header .top .colRight .languageTabs,
header .top .colRight span {
  display: block;
}
header .top .colRight .languageTabs {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
  z-index: 10;
}
header .top .colRight .languageTabs a {
  color: #E22B58;
  text-decoration: none;
}
header .top .colRight .languageTabs .inner {
  padding: 15px 15px 15px 20px;
}
header .top .colRight span {
  line-height: 2.5;
  padding-right: 10px;
}
header .top li {
  list-style: none;
}
header .top li a {
  color: #1E1524;
  text-decoration: none;
}
header .top li a:hover {
  transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  color: #ffffff;
}
@media (min-width: 768px) {
  header .top .colLeft {
    width: 70%;
  }
  header .top .colRight {
    width: 30%;
  }
  header .top li {
    border-right: 2px solid #1E1524;
    display: inline;
    padding: 0 10px;
  }
  header .top li:last-child {
    border: 0;
  }
  header .top .colLeft {
    display: block;
  }
  header .top .colRight .inner {
    display: inherit;
  }
  header .top .colRight .languageTabs,
header .top .colRight span {
    display: inline-block;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  header .top .colLeft {
    text-align: left;
  }
  header .top .colLeft ul {
    display: block;
  }
  header .top .colLeft .menuToggle {
    display: none;
  }
}
@media (min-width: 768px) {
  header .nav .mobile_only {
    display: none;
  }
}

footer {
  background-color: #3b283d;
  position: relative;
  text-align: center;
}
footer .inner {
  padding: 20px 40px;
  z-index: 10;
  position: relative;
}
footer .inner .socialIcon {
  display: inline-block;
  width: 9vw;
  height: 9vw;
  border: 2px solid #ffffff;
  border-radius: 100%;
  margin-left: 2.5%;
}
footer .inner .socialIcon svg {
  fill: #ffffff;
  height: 5vw;
  width: auto;
  margin: 2vw auto;
}
footer .inner .social {
  display: block;
  padding-top: 10px;
}
footer .inner img {
  height: 50px;
}
footer .inner small {
  color: #ffffff;
  font-weight: lighter;
}
footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
footer ul li {
  display: block;
  margin: 10px 0;
}
footer ul li a {
  font-size: 12pt;
  color: #ffffff;
  text-decoration: none;
  font-weight: 100;
}
footer ul li a:hover {
  color: #E22B58;
  cursor: pointer;
}
footer .colLeft .logos {
  padding: 2rem 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 768px) {
  footer .inner .socialIcon {
    width: 4vw;
    height: 4vw;
  }
  footer .inner .socialIcon svg {
    width: 2.5vw;
    height: 2.5vw;
  }
}
@media (min-width: 1024px) {
  footer {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
  }
  footer .colLeft {
    width: 35%;
  }
  footer .colLeft .columns {
    display: flex;
    flex-wrap: nowrap;
  }
  footer .colLeft .columns .social {
    min-width: 60%;
    text-align: right;
  }
  footer .colLeft .logos {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  footer .colLeft .logos img {
    height: 2.5vw;
    margin: 1rem 1rem 0 0;
  }
  footer .colRight {
    text-align: left;
    width: 65%;
  }
  footer .colRight small {
    display: block;
    font-size: 0.8vw;
  }
  footer .inner {
    padding: 30px 30px 50px;
  }
  footer .inner img {
    height: 3.5vw;
  }
  footer .inner .socialIcon {
    display: inline-block;
    height: 2vw;
    width: 2vw;
    margin: 0;
  }
  footer .inner .socialIcon svg {
    margin: 0.35vw;
    height: 1.35vw;
    width: 1.35vw;
  }
  footer ul {
    padding-top: 2vw;
  }
  footer ul li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
  }
  footer ul li a {
    font-size: 1vw;
  }
}

.contentWithFeatues {
  width: 100%;
}
.contentWithFeatues .item .inner {
  padding: 40px 40px 0;
}
.contentWithFeatues .item .inner .image {
  margin-bottom: -15%;
  position: relative;
  z-index: -10;
}
.contentWithFeatues .item .inner .image.blue {
  margin-bottom: -20%;
}
.contentWithFeatues .item .inner .image img {
  width: 100%;
  height: auto;
  display: block;
}
.contentWithFeatues .item .inner .context {
  display: block;
  margin: 0 auto;
  width: 90%;
}
.contentWithFeatues .item .inner .context.blue {
  position: relative;
}
.contentWithFeatues .item .inner .context.blue .title {
  margin-bottom: -15%;
}
.contentWithFeatues .item .inner .context.blue .description .inner {
  padding-top: 15%;
  padding-bottom: 20vw;
}
.contentWithFeatues .item .inner .context.blue .description::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1d85c6;
  -webkit-clip-path: polygon(0px 0px, 100% 35px, 100% 84%, 5.01% 99.85%);
  clip-path: polygon(0px 0px, 100% 35px, 100% 84%, 5.01% 99.85%);
  transform: rotate(-4deg);
  z-index: -1;
}
.contentWithFeatues .item .inner .context.blue .link {
  text-align: right;
  position: absolute;
  width: 50%;
  right: -5%;
  bottom: 5%;
  transform: rotate(2deg);
}
.contentWithFeatues .item .inner .context.blue .link::before {
  background-color: #E22B58;
  -webkit-clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  transform: rotate(1deg);
}
.contentWithFeatues .item .inner .context.yellow {
  position: relative;
}
.contentWithFeatues .item .inner .context.yellow .title .inner h4 {
  color: #FFBE3C;
}
.contentWithFeatues .item .inner .context.yellow .title::before {
  background-color: #E22B58;
}
.contentWithFeatues .item .inner .context.yellow .description::before {
  content: "";
  background-color: #FFBE3C;
  position: absolute;
  width: 110%;
  height: 100%;
  top: 0;
  left: -5%;
  -webkit-clip-path: polygon(0px 0px, 95% 30px, 100% 84%, 35px 95%);
  clip-path: polygon(0px 0px, 95% 30px, 100% 84%, 35px 95%);
  transform: rotate(-4deg);
  z-index: -1;
}
.contentWithFeatues .item .inner .context.yellow .description .inner {
  padding-bottom: 20vw;
}
.contentWithFeatues .item .inner .context.yellow .link {
  text-align: right;
  transform: rotate(4deg);
  position: absolute;
  width: 50%;
  right: -15%;
  bottom: 8%;
}
.contentWithFeatues .item .inner .context.yellow .link::before {
  background-color: #1E1524;
  -webkit-clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
}
.contentWithFeatues .item .inner .context.pink .description::before {
  background-color: #E22B58;
}
.contentWithFeatues .item .inner .context.pink .link::before {
  background-color: #1E1524;
}
.contentWithFeatues .item .inner .context.dark .description::before {
  background-color: #1E1524;
}
.contentWithFeatues .item .inner .context.dark .link::before {
  background-color: #E22B58;
}
.contentWithFeatues .item .inner .context.pink .description::before, .contentWithFeatues .item .inner .context.dark .description::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 100%;
  top: 0;
  left: -5%;
  -webkit-clip-path: polygon(5% 0px, 90% 0, 100% 100%, 0 90%);
  clip-path: polygon(5% 0px, 90% 0, 100% 100%, 0 90%);
  transform: rotate(1deg);
  z-index: -1;
}
.contentWithFeatues .item .inner .context.pink .link, .contentWithFeatues .item .inner .context.dark .link {
  margin-top: -15%;
  margin-left: -10%;
}
.contentWithFeatues .item .inner .context.pink .link::before, .contentWithFeatues .item .inner .context.dark .link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 15px, 95% 90%, 0 95%);
  clip-path: polygon(0 0, 100% 15px, 95% 90%, 0 95%);
  z-index: -1;
}
.contentWithFeatues .item .inner .context .title {
  margin-left: 10%;
  margin-bottom: -37px;
  position: relative;
  width: 60%;
  text-align: center;
  z-index: 10;
}
.contentWithFeatues .item .inner .context .title .inner {
  padding: 5px;
}
.contentWithFeatues .item .inner .context .title .inner h4 {
  color: #E22B58;
}
.contentWithFeatues .item .inner .context .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFBE3C;
  -webkit-clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  transform: rotate(1deg);
  z-index: -1;
}
.contentWithFeatues .item .inner .context .description {
  color: #ffffff;
  position: relative;
  padding-bottom: 5%;
}
.contentWithFeatues .item .inner .context .description .inner {
  padding: 10%;
}
.contentWithFeatues .item .inner .context .link {
  transform: rotate(-2deg);
  position: relative;
  display: block;
  width: 50%;
}
.contentWithFeatues .item .inner .context .link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.contentWithFeatues .item .inner .context .link .inner {
  padding: 20px;
}
.contentWithFeatues .item .inner .context .link .inner a {
  color: #FFBE3C;
  font-weight: bolder;
  text-decoration: none;
}
@media (min-width: 768px) {
  .contentWithFeatues {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10vw;
  }
  .contentWithFeatues .item {
    width: 50%;
  }
  .contentWithFeatues .item:nth-child(1) .inner, .contentWithFeatues .item:nth-child(2) .inner, .contentWithFeatues .item:nth-child(5) .inner, .contentWithFeatues .item:nth-child(6) .inner, .contentWithFeatues .item:nth-child(9) .inner, .contentWithFeatues .item:nth-child(10) .inner {
    padding-bottom: 0;
  }
  .contentWithFeatues .item .inner {
    padding: 20% 15%;
  }
  .contentWithFeatues .item .inner .context.blue .description .inner, .contentWithFeatues .item .inner .context.yellow .description .inner {
    padding-bottom: 10%;
  }
  .contentWithFeatues .item .inner .context.blue .link, .contentWithFeatues .item .inner .context.yellow .link {
    width: 45%;
  }
  .contentWithFeatues .item .inner .context .link .inner {
    padding: 10%;
  }
}

#featured .slider,
#theCentre .featured .slider {
  display: flex;
  flex-wrap: wrap;
}
#featured .slider button.slick-arrow,
#theCentre .featured .slider button.slick-arrow {
  display: inline-block;
  background-color: transparent;
  background-image: url("../imgs/arrowsPink.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  border: 0;
  color: transparent;
  width: 10%;
  margin: 0 2.5%;
  position: relative;
  z-index: 100;
}
#featured .slider button.slick-arrow:hover, #featured .slider button.slick-arrow:focus,
#theCentre .featured .slider button.slick-arrow:hover,
#theCentre .featured .slider button.slick-arrow:focus {
  cursor: pointer;
}
#featured .slider button.slick-arrow.slick-next,
#theCentre .featured .slider button.slick-arrow.slick-next {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  #featured .slider button.slick-arrow,
#theCentre .featured .slider button.slick-arrow {
    width: 5%;
  }
}
#featured .slider .slick-list,
#theCentre .featured .slider .slick-list {
  width: 60%;
  margin: 0 5%;
  vertical-align: middle;
}
#featured .slider .item,
#theCentre .featured .slider .item {
  text-align: center;
}
#featured .slider .item .inner,
#theCentre .featured .slider .item .inner {
  padding: 20px;
}
#featured .slider .item .inner img,
#theCentre .featured .slider .item .inner img {
  display: block;
  margin: 0 auto;
  height: 10vw;
  width: auto;
}
#featured .slider .item .inner .title,
#theCentre .featured .slider .item .inner .title {
  color: #E22B58;
}
#featured .slider .item .inner .cta,
#theCentre .featured .slider .item .inner .cta {
  min-height: 30px;
}
#featured .slider .item .inner .cta a,
#theCentre .featured .slider .item .inner .cta a {
  margin: 20px -25%;
}
@media (min-width: 1024px) {
  #featured .slider,
#theCentre .featured .slider {
    padding: 30px 0 4vw;
  }
  #featured .slider .slick-slide,
#theCentre .featured .slider .slick-slide {
    border-right: 2px solid #1E1524;
  }
  #featured .slider .slick-slide:last-child,
#theCentre .featured .slider .slick-slide:last-child {
    border: 0;
  }
  #featured .slider .slick-list,
#theCentre .featured .slider .slick-list {
    width: 70%;
  }
  #featured .slider .item .inner,
#theCentre .featured .slider .item .inner {
    padding: 0 2vw 5vw;
  }
  #featured .slider .item .inner img,
#theCentre .featured .slider .item .inner img {
    height: 5vw;
    width: auto;
    max-width: 90%;
  }
  #featured .slider .item .inner p,
#theCentre .featured .slider .item .inner p {
    font-size: 0.9vw;
  }
  #featured .slider .item .inner .cta a,
#theCentre .featured .slider .item .inner .cta a {
    margin: 1vw -3vw;
  }
}

form .errorlist {
  padding: 0;
  color: rgba(255, 0, 0, 0.8);
  list-style: none;
}
form .field {
  color: #1E1524;
  background: transparent;
  border-bottom: 2px solid #1E1524;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 1px;
  padding: 10px 5px;
  margin: 20px 0;
  outline: none;
  font-weight: bolder;
  width: 100%;
  display: block;
  font-size: 12pt;
}
form .field::placeholder {
  color: #1E1524;
  opacity: 1;
}
form .field .span {
  display: inline-block;
}
form textarea {
  height: 100px;
  min-height: 50px;
  min-width: 100%;
  max-width: 100%;
}
form button {
  border: 0;
  background-color: transparent;
  color: #1E1524;
  font-weight: bold;
  margin-top: 20px;
  width: auto;
  padding: 10px 0;
}
form .submit {
  position: relative;
  min-height: 100px;
  text-align: center;
}
form .submit button[type=submit] {
  position: absolute;
  transform: rotate(-5deg);
  margin-top: 5px;
}
@media (min-width: 1024px) {
  form .field {
    width: 97%;
    font-size: 1.2vw;
  }
  form button {
    font-size: 1.2vw;
  }
}

#newsletter {
  background-color: #2C1E2E;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
#newsletter::before {
  content: "";
  position: absolute;
  background-image: url("../imgs/parrot.png");
  background-size: 50%;
  background-position: right;
  background-repeat: no-repeat;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#newsletter .inner {
  padding: 40px;
  position: relative;
  z-index: 10;
}
#newsletter .inner h2 {
  color: #ffffff;
  margin-top: 0;
}
#newsletter .inner form {
  display: block;
  width: 100%;
}
#newsletter .inner form input {
  font-size: 1.2rem;
  width: 100%;
  text-align: center;
}
#newsletter .inner form input[type=submit] {
  width: auto;
  margin-right: 5px;
  z-index: -1;
}
#newsletter .inner form input[type=submit]:hover {
  cursor: pointer;
}
#newsletter .inner form .submit {
  transform: rotate(-5deg);
}
#newsletter .inner form label {
  display: none;
}
#newsletter .inner form input, #newsletter .inner form textarea {
  color: #ffffff;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding: 10px 5px;
  outline: none;
}
#newsletter .inner form input::placeholder, #newsletter .inner form textarea::placeholder {
  color: #FFBE3C;
  opacity: 1;
}
#newsletter .inner form input[type=submit], #newsletter .inner form textarea[type=submit] {
  border: 0;
  color: #FFBE3C;
  font-weight: bold;
  margin-top: 20px;
  width: auto;
}
#newsletter .inner form input .span, #newsletter .inner form textarea .span {
  display: inline-block;
}
@media (min-width: 768px) {
  #newsletter .inner {
    padding: 5%;
  }
  #newsletter .inner form {
    width: 50%;
  }
  #newsletter .inner form .submit {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  #newsletter {
    text-align: center;
  }
  #newsletter::before {
    background-size: 30%;
  }
  #newsletter .inner {
    padding: 5% 45% 5% 5%;
  }
  #newsletter .inner h2 {
    font-size: 2vw;
  }
  #newsletter .inner form {
    width: 100%;
  }
  #newsletter .inner form input {
    font-size: 1.6vw;
  }
}

.menuContainer {
  background-color: #4b3d4d;
}
.menuContainer .inner .logo {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
}
.menuContainer .inner .logo img {
  height: 50px;
  float: right;
}
.menuContainer .inner .menus ul {
  transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  background-color: #2C1E2E;
  display: block;
  list-style: none;
  text-align: center;
  overflow: hidden;
  height: 0;
  margin: 0;
  width: 100%;
}
.menuContainer .inner .menus ul li {
  border-bottom: 1px solid #E22B58;
  padding: 10px 0;
  font-size: 1.4rem;
  width: 90%;
  margin: 0 auto;
}
.menuContainer .inner .menus ul li a {
  color: #ffffff;
  text-decoration: none;
}
.menuContainer .inner .menus ul li:last-child {
  border: 0;
}
.menuContainer .inner .menus ul li .dropdown-menu {
  transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  background-color: #1E1524;
  padding: 0;
  margin: 0;
}
.menuContainer .inner .menus ul li .dropdown-menu.open {
  height: auto;
  margin: 10px auto;
}
.menuContainer .inner .menus ul li .dropdown-menu li {
  transition: 300ms;
  -moz-transition: 300ms;
  -webkit-transition: 300ms;
  padding: 10px 5px;
}
.menuContainer .inner .menus.active .nav,
.menuContainer .inner .menus.active .topMenu ul {
  height: auto;
}
.menuContainer .inner .menus.active .nav {
  padding: 20px 0;
}
.menuContainer .inner .menus.active .topMenu ul {
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .menuContainer .inner .logo {
    width: 95%;
  }
  .menuContainer .inner .logo img {
    height: 40px;
  }
  .menuContainer .inner .menus .flat-menu {
    display: none;
  }
}
@media (min-width: 1024px) {
  .menuContainer {
    position: relative;
  }
  .menuContainer .logo {
    display: block;
  }
  .menuContainer .inner {
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 20px;
  }
  .menuContainer .inner .logo, .menuContainer .inner .menu {
    vertical-align: middle;
  }
  .menuContainer .inner .logo {
    padding: 0;
    width: 25%;
  }
  .menuContainer .inner .logo .menuToggle {
    display: none;
  }
  .menuContainer .inner .logo img {
    float: none;
    height: 3vw;
  }
  .menuContainer .inner .menus {
    width: 75%;
  }
  .menuContainer .inner .menus ul {
    text-align: right;
    background-color: transparent;
    height: inherit;
    padding: 0;
    margin: 0;
  }
  .menuContainer .inner .menus ul li {
    display: inline-block;
    border-right: 1px solid #E22B58;
    border-bottom: 0;
    line-height: 1;
    padding: 0 20px;
    font-size: 1.4vw;
    width: auto;
  }
  .menuContainer .inner .menus ul li a:hover {
    transition: 300ms;
    -moz-transition: 300ms;
    -webkit-transition: 300ms;
    color: #E22B58;
  }
  .menuContainer .inner .menus ul li .dropdown-menu {
    height: 0;
    overflow: hidden;
    left: 0;
    top: 4.4vw;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .menuContainer .inner .menus ul li .dropdown-menu li {
    padding: 0vw 2vw;
    border-right: 2px solid #ffffff;
  }
  .menuContainer .inner .menus ul li .dropdown-menu li a {
    font-size: 1.4vw;
  }
  .menuContainer .inner .menus ul li .dropdown-menu li:last-child {
    border: 0;
  }
  .menuContainer .inner .menus ul li .dropdown-menu.open {
    overflow: visible;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
  }
}

.newsListing {
  background-color: #ffffff;
  position: relative;
  z-index: 50;
}
.newsListing .divider {
  text-align: right;
  overflow: hidden;
}
.newsListing .divider img {
  display: block;
  margin: 0 0 0 5%;
  width: 105%;
}
.newsListing .list {
  margin-top: 50px;
}
.newsListing .list button.slick-arrow {
  display: inline-block;
  background-color: transparent;
  background-image: url("../imgs/arrowsPink.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  border: 0;
  color: transparent;
  width: 10%;
  margin: 0 2.5%;
  position: relative;
  z-index: 100;
}
.newsListing .list button.slick-arrow:hover, .newsListing .list button.slick-arrow:focus {
  cursor: pointer;
}
.newsListing .list button.slick-arrow.slick-next {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  .newsListing .list button.slick-arrow {
    width: 5%;
  }
}
.newsListing .list .item {
  padding: 30px 0;
}
.newsListing .list .item .image {
  background-position: center;
  background-size: cover;
  display: block;
  margin: 6vw auto -5vw;
  height: 60vw;
  width: 90%;
  position: relative;
  -webkit-clip-path: polygon(11.76% 0.99%, 94.47% 0.31%, 98.41% 100.36%, 14.76% 87.16%);
  clip-path: polygon(11.76% 0.99%, 94.47% 0.31%, 98.41% 100.36%, 14.76% 87.16%);
  z-index: -1;
}
.newsListing .list .item .image::after {
  content: "";
  background-color: rgba(255, 190, 60, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.newsListing .list .item .date {
  position: relative;
  color: #E22B58;
  font-weight: bolder;
  display: block;
  margin: 0 auto;
  position: relative;
  float: right;
  margin-right: 20px;
}
.newsListing .list .item .date::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFBE3C;
  -webkit-clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  transform: rotate(1deg);
  z-index: -1;
}
.newsListing .list .item .date .inner {
  padding: 10px 20px;
  position: relative;
  z-index: 120;
}
.newsListing .list .item .date::before {
  background-color: #FFBE3C;
  -webkit-clip-path: polygon(1px 11px, 98.07% 2px, 95.24% 100%, 1px 96.19%);
  clip-path: polygon(1px 11px, 98.07% 2px, 95.24% 100%, 1px 96.19%);
  z-index: 10;
}
.newsListing .list .item .title {
  position: relative;
  color: #E22B58;
  font-weight: bolder;
  display: block;
  margin: 0 auto;
  display: block;
  margin: -12vw 15vw 0;
  width: 70%;
}
.newsListing .list .item .title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFBE3C;
  -webkit-clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  clip-path: polygon(0px 20px, 100% 0, 100% 100%, 0 95%);
  transform: rotate(1deg);
  z-index: -1;
}
.newsListing .list .item .title .inner {
  padding: 25px 40px 15px;
}
.newsListing .list .item .title .inner h4 {
  margin: 0;
}
.newsListing .list .item .title .inner a {
  color: #E22B58;
  text-decoration: none;
}
.newsListing .list .item.blue .date {
  color: #ffffff;
}
.newsListing .list .item.blue .date::before {
  background-color: #1d85c6;
}
.newsListing .list .item.blue .title {
  color: #ffffff;
  width: 80%;
  margin-top: -16vw;
}
.newsListing .list .item.blue .title::before {
  background-color: #1d85c6;
  -webkit-clip-path: polygon(0px 20px, 95.91% 38px, 99.55% 100%, 3px 100.79%);
  clip-path: polygon(0px 20px, 95.91% 38px, 99.55% 100%, 3px 100.79%);
}
.newsListing .list .item.blue .title .inner {
  padding-top: 45px;
}
.newsListing .list .item.blue .title .inner a {
  color: #ffffff;
}
.newsListing .list .item.pink .date {
  color: #FFBE3C;
}
.newsListing .list .item.pink .date::before {
  background-color: #E22B58;
}
.newsListing .list .item.pink .title {
  color: #FFBE3C;
  margin: -14vw 10vw 0;
  width: 85%;
}
.newsListing .list .item.pink .title::before {
  background-color: #E22B58;
  -webkit-clip-path: polygon(15px 20px, 88.16% 26px, 97.73% 96.53%, 3px 98.47%);
  clip-path: polygon(15px 20px, 88.16% 26px, 97.73% 96.53%, 3px 98.47%);
}
.newsListing .list .item.pink .title .inner {
  padding-top: 35px;
}
.newsListing .list .item.pink .title .inner a {
  color: #FFBE3C;
}
.newsListing .slick-dots {
  list-style: none;
  text-align: center;
  padding: 0 0 20px;
}
.newsListing .slick-dots li {
  display: inline-block;
  margin: 0 2.5px;
  min-width: 15%;
  height: 5px;
  outline: none !important;
}
.newsListing .slick-dots li button {
  background-color: #E22B58;
  color: transparent;
  border: 0;
  border-radius: 10px;
  height: 5px;
  width: 100%;
  outline: none !important;
}
.newsListing .slick-dots li button:hover {
  cursor: pointer;
}
.newsListing .slick-dots li.slick-active button {
  background-color: #FFBE3C;
}
@media (min-width: 768px) {
  .newsListing .list {
    display: block;
    margin: 5vw auto 0;
    padding-bottom: 5vw;
    width: 85%;
  }
  .newsListing .list .item .image {
    height: 20vw;
    margin: 2vw auto -5vw;
  }
  .newsListing .list .item .date {
    margin-right: 5%;
  }
  .newsListing .list .item .title {
    margin: 0px 4vw 0;
  }
  .newsListing .list .item .title .inner {
    padding: 2vw;
  }
  .newsListing .list .item .title .inner a {
    color: #E22B58;
  }
  .newsListing .list .item.blue .date {
    margin-right: 2%;
  }
  .newsListing .list .item.blue .image {
    -webkit-clip-path: polygon(11.76% 0.99%, 100.2% 1.03%, 98.12% 102.52%, 17.34% 87.16%);
    clip-path: polygon(11.76% 0.99%, 100.2% 1.03%, 98.12% 102.52%, 17.34% 87.16%);
  }
  .newsListing .list .item.blue .image::after {
    background-color: rgba(29, 133, 198, 0.45);
  }
  .newsListing .list .item.blue .title {
    margin-top: 0;
  }
  .newsListing .list .item.blue .title .inner {
    padding: 5vw 2vw 1.5vw;
    margin-top: -6vw;
  }
  .newsListing .list .item.blue .title::before {
    -webkit-clip-path: polygon(0px 20%, 95.91% 38%, 99.55% 100%, 3% 100.79%);
    clip-path: polygon(0% 20%, 95.91% 38%, 99.55% 100%, 3% 100.79%);
  }
  .newsListing .list .item.pink .date {
    margin-right: 2%;
  }
  .newsListing .list .item.pink .image {
    -webkit-clip-path: polygon(11.76% 0.99%, 100.2% 1.03%, 91.1% 100.23%, 5.44% 89.45%);
    clip-path: polygon(11.76% 0.99%, 100.2% 1.03%, 91.1% 100.23%, 5.44% 89.45%);
  }
  .newsListing .list .item.pink .image::after {
    background-color: rgba(226, 43, 88, 0.45);
  }
  .newsListing .list .item.pink .title {
    margin: -4vw 0vw 0;
  }
  .newsListing .list .item.pink .title .inner {
    padding: 2vw 2vw 1vw 2vw;
  }
  .newsListing .list .item.pink .title::before {
    -webkit-clip-path: polygon(4.74% 5.04%, 88.16% 8.05%, 97.73% 96.53%, 3% 85.01%);
    clip-path: polygon(4.74% 5.04%, 88.16% 8.05%, 97.73% 96.53%, 3% 85.01%);
    margin-top: 0.75vw;
  }
}

#teamList {
  overflow: hidden;
}
#teamList .member.blue .inner .name {
  color: #ffffff;
}
#teamList .member.blue .inner .name::before {
  clip-path: polygon(0% 0.52%, 90.75% 1%, 95% 100%, 2% 95.69%);
  -webkit-clip-path: polygon(0% 0.52%, 90.75% 1%, 95% 100%, 2% 95.69%);
  background-color: #1d85c6;
}
#teamList .member.blue .inner .image .placeholder {
  background-color: #1d85c6;
  width: 95%;
  margin: 0 2.5%;
}
#teamList .member.blue .inner .image .placeholder::before {
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 90%);
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 90%);
}
#teamList .member.blue .inner .image img {
  clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 90%);
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 90%);
  width: 95%;
  margin: 0 2.5%;
}
#teamList .member.pink .inner .name {
  color: #FFBE3C;
  width: 95%;
}
#teamList .member.pink .inner .name .inner {
  padding: 20px 40px;
}
#teamList .member.pink .inner .name::before {
  clip-path: polygon(4.62% 2.23%, 90.75% 1%, 95% 100%, 0.55% 95.69%);
  -webkit-clip-path: polygon(4.62% 2.23%, 90.75% 1%, 95% 100%, 0.55% 95.69%);
  background-color: #E22B58;
}
#teamList .member.pink .inner .context {
  margin-left: 5%;
  margin-top: -5px;
}
#teamList .member.pink .inner .image .placeholder::before {
  background-color: #E22B58;
  clip-path: polygon(19px 23px, 99.99% -2%, 91.35% 100.41%, 5% 90%);
  -webkit-clip-path: polygon(19px 23px, 99.99% -2%, 91.35% 100.41%, 5% 90%);
}
#teamList .member.pink .inner .image img {
  clip-path: polygon(19px 23px, 99.99% -2%, 91.35% 100.41%, 5% 90%);
  -webkit-clip-path: polygon(19px 23px, 99.99% -2%, 91.35% 100.41%, 5% 90%);
  width: 95%;
  margin: -1% 2.5%;
}
#teamList .member .inner {
  padding: 40px;
}
#teamList .member .inner .name {
  position: relative;
  color: #E22B58;
}
#teamList .member .inner .name::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0% 10%, 100% 0, 95% 100%, 1% 90%);
  clip-path: polygon(0% 10%, 100% 0, 95% 100%, 1% 90%);
  background-color: #FFBE3C;
}
#teamList .member .inner .name .inner {
  padding: 15px;
  position: relative;
  z-index: 10;
}
#teamList .member .inner .context {
  color: #ffffff;
  position: relative;
  margin-top: -10px;
  z-index: 12;
  width: 92%;
}
#teamList .member .inner .context::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 95% 85%, 5% 100%);
  clip-path: polygon(0% 0%, 100% 0, 95% 85%, 5% 100%);
  background-color: #2C1E2E;
  z-index: -1;
}
#teamList .member .inner .context .inner {
  padding: 10px 20px;
  position: relative;
  z-index: 10;
}
#teamList .member .inner .context .inner p {
  margin: 0;
}
#teamList .member .inner .image {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -60px;
  z-index: -10;
}
#teamList .member .inner .image .placeholder {
  padding: 5vw 0;
  width: 100%;
  position: relative;
}
#teamList .member .inner .image .placeholder::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #FFBE3C;
  -webkit-clip-path: polygon(4% 0, 95% 0, 100% 100%, 0 85%);
  clip-path: polygon(4% 0, 95% 0, 100% 100%, 0 85%);
  top: 0;
  left: 0;
}
#teamList .member .inner .image .placeholder img {
  display: block;
  width: 50%;
  margin: 2.5vw auto;
  clip-path: unset;
}
#teamList .member .inner .image img {
  width: 100%;
  height: auto;
  -webkit-clip-path: polygon(4% 0, 95% 0, 100% 100%, 0 85%);
  clip-path: polygon(4% 0, 95% 0, 100% 100%, 0 85%);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  margin-left: -4%;
}
@media (min-width: 768px) {
  #teamList {
    display: flex;
    flex-wrap: wrap;
  }
  #teamList .member {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  #teamList .member {
    width: 33.333%;
  }
  #teamList .member.pink .inner .name .inner {
    padding: 1vw 2.5vw;
  }
  #teamList .member.pink .inner .image {
    margin-top: -6vw;
    margin-left: 0vw;
  }
  #teamList .member.blue .inner .image {
    margin-top: -25%;
  }
  #teamList .member .inner {
    padding: 5vw 5vw 0vw;
  }
  #teamList .member .inner .name .inner {
    padding: 1vw;
  }
  #teamList .member .inner .name .inner span {
    font-size: 1.6vw;
  }
  #teamList .member .inner .image {
    margin-top: -5vw;
    margin-left: -1.25vw;
  }
  #teamList .member .inner .context .inner {
    padding: 1vw 2vw;
  }
}

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