@import url(stylesheet.css);
@import url(stylesheet1.css);
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&amp;display=swap");
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

html, body {
  background-color: #fff;
}

ul, ol {
  list-style: none;
}

a, img {
  text-decoration: none;
  outline: none;
}

/* media Queries */
.loader {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: url(../Images/bg.html) no-repeat center;
  background-size: cover;
}

.loader span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
}

.loader span img {
  display: block;
  width: 100%;
  max-width: 232px;
  margin: 0 0 8px 0;
}

.header {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 99;
  height: auto;
}

@media (max-width: 998px) {
  .header {
    height: auto;
  }
}

.header.autoheight {
  height: auto !important;
}

.header.autoheight .header_top {
  position: relative;
}

.header .sticky_header {
  position: fixed !important;
  left: 0;
  top: 0;
  z-index: 9999;
}

.header .header_top {
  width: 100%;
  position: absolute;
  z-index: 9999;
}

@media (max-width: 998px) {
  .header .header_top {
    position: relative;
  }
}

.header .header_top .logo {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../Images/logobg.png) no-repeat center top;
  background-size: cover;
  width: 380px;
  height: 162px;
  z-index: 9999;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header .header_top .logo img {
  display: block;
  width: 79%;
  margin: 9px 0 0 39px;
}

@media (max-width: 998px) {
  .header .header_top .logo {
    height: 160px;
    width: 160px;
    background-size: 100%;
    display: none;
  }
}

.header .header_top header {
  width: 100%;
  background-color: #732C7C;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .header_top header ul {
  padding: 0 24px 0 24px;
}

@media (max-width: 768px) {
  .header .header_top header ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    padding: 12px 24px;
  }
}

.header .header_top header ul li {
/*  height: 40px; */
}

@media (max-width: 768px) {
  .header .header_top header ul li {
    height: auto;
  }
}

.header .header_top header ul li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .header_top header ul li .phoneemail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .header .header_top header ul li .phoneemail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header .header_top header ul li .phoneemail dt {
  width: auto;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.header .header_top header ul li .phoneemail dt:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

@media (max-width: 560px) {
  .header .header_top header ul li .phoneemail dt {
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
  }
}

.header .header_top header ul li .phoneemail dt a {
  display: inline-block;
  width: auto;
  font: 400 14px "Circular Std medium", sans-serif;
  color: #fff;
  background: url(../icons/call1.html) no-repeat left center;
  background-size: 20px;
  padding: 0 0 0 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 560px) {
  .header .header_top header ul li .phoneemail dt a {
    font-size: 13px;
  }
}

.header .header_top header ul li .phoneemail dt a.draft {
  background: url(../icons/email1.html) no-repeat left center;
  background-size: 20px;
}

.header .header_top header ul li .admfollow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 768px) {
  .header .header_top header ul li .admfollow {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 8px 0 0 0;
  }
}

.header .header_top header ul li .admfollow dt {
  width: auto;
  margin: 0 20px 0 0;
  padding: 0 20px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.header .header_top header ul li .admfollow dt:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

@media (max-width: 560px) {
  .header .header_top header ul li .admfollow dt {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
  }
}

@media (max-width: 420px) {
  .header .header_top header ul li .admfollow dt {
    margin: 0 6px 0 0;
    padding: 0 6px 0 0;
  }
}

.header .header_top header ul li .admfollow dt a {
  display: inline-block;
  width: auto;
  font: 400 14px/32px "Circular Std medium", sans-serif;
  color: #732C7C;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #9C8AA4;
  padding: 0 16px;
  border-radius: 50px;
}

@media (max-width: 560px) {
  .header .header_top header ul li .admfollow dt a {
    margin: 0 0 4px 0;
  }
}

.header .header_top header ul li .admfollow dt .findus {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header_top header ul li .admfollow dt .findus b {
  display: inline-block;
  width: auto;
  font: 400 14px "Circular Std medium", sans-serif;
  color: #fff;
}

.header .header_top header ul li .admfollow dt .findus a {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin: 0 0 0 6px;
  font-size: 0;
}

.header .header_top header ul li .admfollow dt .findus a.facebook {
  background: url(../Images/facebook-1.png) no-repeat center;
  background-size: 24px;
}

.header .header_top header ul li .admfollow dt .findus a.twitter {
  background: url(../Images/index.html) no-repeat center;
  background-size: 24px;
}

.header .header_top header ul li .admfollow dt .findus a.linkedin {
  background: url(../icons/linkedin-1.html) no-repeat center;
  background-size: 24px;
}

.header .header_top header ul li .admfollow dt .findus a.instagram {
  background: url(../Images/instagram-1.png) no-repeat center;
  background-size: 24px;
}

.header .header_top header ul li .admfollow dt .findus a.youtube {
  background: url(../icons/youtube-1.html) no-repeat center;
  background-size: 24px;
}

.header .header_top .nav {
  width: 100%;
  background-color: #fff;
}

.header .header_top .nav.white {
  background-color: #fff;
}

@media (max-width: 998px) {
  .header .header_top .nav {
    display: none;
  }
}

.header .header_top .nav ul {
  width: 100%;
  padding: 0 24px 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header_top .nav ul li {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px 0px 0px -20px;
}
@media (max-width: 998px) {
  .header .header_top .nav ul li {
    height: 62px;
  }
}

.header .header_top .nav ul li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .header_top .nav ul li .links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 998px) {
  .header .header_top .nav ul li .links {
    display: none;
  }
}

.header .header_top .nav ul li .links dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header_top .nav ul li .links dl dt {
  width: auto;
  margin: 0px 0 0 13px;
  position: relative;
}

.header .header_top .nav ul li .links dl dt:first-child {
  margin: 0;
}

.header .header_top .nav ul li .links dl dt:hover {
  -webkit-transition: .5 ease;
  transition: .5 ease;
}

.header .header_top .nav ul li .links dl dt:hover .submenu {
  display: block;
}

.header .header_top .nav ul li .links dl dt:hover small {
  display: block;
  width: 100%;
  text-align: center;
  font: 400 12px/15px "Circular Std", sans-serif;
  color: #202020;
  background-color: #9C8AA4;
}

.header .header_top .nav ul li .links dl dt:hover .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 1px;
  border-color: transparent transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 38px 0px 0px 9px;
  -o-border-image: none 100% / 1 / 0 stretch;
  border-image: none 100% / 1 / 0 stretch;
  bottom: 8px;
  right: 1px;
}

.header .header_top .nav ul li .links dl dt:hover .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0 0px 32px 8px;
  -o-border-image: none 100% / 1 / 0 stretch;
  border-image: none 100% / 1 / 0 stretch;
  top: 6px;
  left: 1px;
}

.header .header_top .nav ul li .links dl dt:hover .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0px 3px 8px 85px;
  -o-border-image: none 100% / 1 / 0 stretch;
  border-image: none 100% / 1 / 0 stretch;
  top: 1px;
  left: 6px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header .header_top .nav ul li .links dl dt:hover .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #9C8AA4 transparent transparent;
  border-style: solid;
  border-width: 40px 10px 0 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  right: 0;
}

.header .header_top .nav ul li .links dl dt a {
  display: block;
  width: 102px;
  color: #202020;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: .5 ease;
  transition: .5 ease;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header .header_top .nav ul li .links dl dt a small {
  display: block;
  width: 100%;
  text-align: center;
  font: 400 12px/15px "Circular Std", sans-serif;
  color: #202020;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
}

.header .header_top .nav ul li .links dl dt a .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 1px;
  border-color: transparent transparent transparent transparent;
  border-style: solid;
  border-width: 40px 0px 0px 8px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 8px;
  right: 0;
}

.header .header_top .nav ul li .links dl dt a .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent transparent;
  border-style: solid;
  border-width: 0 0px 32px 8px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  left: 0;
}

.header .header_top .nav ul li .links dl dt a .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent transparent;
  border-style: solid;
  border-width: 0px 3px 8px 128px;
  -o-border-image: none 100% / 1 / 0 stretch;
  border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 13px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header .header_top .nav ul li .links dl dt a .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent transparent;
  border-style: solid;
  border-width: 40px 10px 0 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  right: 0;
}

.header .header_top .nav ul li .links dl dt a.active {
  -webkit-transition: .5 ease;
  transition: .5 ease;
}

.header .header_top .nav ul li .links dl dt a.active small {
  display: block;
  width: 100%;
  text-align: center;
  font: 400 13px/15px "Circular Std", sans-serif;
  color: #202020;
  background-color: #9C8AA4;
}

.header .header_top .nav ul li .links dl dt a.active .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 1px;
  border-color: transparent transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 40px 0px 0px 8px;
  -o-border-image: none 100% / 1 / 0 stretch;
  border-image: none 100% / 1 / 0 stretch;
  bottom: 8px;
  right: 1px;
}

.header .header_top .nav ul li .links dl dt a.active .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0 0px 32px 8px;
  -o-border-image: none 100% / 1 / 0 stretch;
  border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  left: 1px;
}

.header .header_top .nav ul li .links dl dt a.active .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0px 1px 7px 91px;
  -o-border-image: none 100% / 1 / 0 stretch;
  border-image: none 100% / 1 / 0 stretch;
  top: 1px;
  left: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header .header_top .nav ul li .links dl dt a.active .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #9C8AA4 transparent transparent;
  border-style: solid;
  border-width: 40px 10px 0 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  right: 0;
}

.header .header_top .nav ul li .links dl dt .submenu {
  display: none;
  width: 200px;
  height: auto;
  border-radius: 8px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 9999;
  background-color: #732C7C;
  overflow: hidden;
}

.header .header_top .nav ul li .links dl dt .submenu a {
  display: block;
  width: 100%;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 400 12px/42px "Circular Std medium", sans-serif;
  color: rgba(255, 255, 255, 0.78);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.header .header_top .nav ul li .links dl dt .submenu a:first-child {
  border: none;
}

.header .header_top .nav ul li .links dl dt .submenu a:hover {
  background-color: #732C7C;
  color: #fff;
}

.header .header_top .nav ul li .linksright {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 998px) {
  .header .header_top .nav ul li .linksright {
    display: none;
  }
}

.header .header_top .nav ul li .linksright dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .header_top .nav ul li .linksright dl dt {
  width: auto;
  margin: 0px 0 0 -14px;
  position: relative;
}

.header .header_top .nav ul li .linksright dl dt:first-child {
  margin: 0;
}

.header .header_top .nav ul li .linksright dl dt:hover {
  -webkit-transition: .5 ease;
  transition: .5 ease;
}

.header .header_top .nav ul li .linksright dl dt:hover .submenu {
  display: block;
}

.header .header_top .nav ul li .linksright dl dt:hover small {
  display: block;
  width: 100%;
  text-align: center;
  font: 400 12px/32px "Circular Std", sans-serif;
  color: #202020;
  background-color: #9C8AA4;
}

.header .header_top .nav ul li .linksright dl dt:hover .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 1px;
  border-color: transparent transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 40px 0px 0px 8px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 8px;
  right: 0;
}

.header .header_top .nav ul li .linksright dl dt:hover .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0 0px 32px 8px;
  -o-border-image: none 100% / 1 / 0 stretch;
  border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  left: 0px;
}

.header .header_top .nav ul li .linksright dl dt:hover .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0px 3px 8px 140px;
  -o-border-image: none 100% / 1 / 0 stretch;
  border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header .header_top .nav ul li .linksright dl dt:hover .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #9C8AA4 transparent transparent;
  border-style: solid;
  border-width: 40px 10px 0 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  right: 0;
}

.header .header_top .nav ul li .linksright dl dt a {
  display: block;
  width: 153px;
  color: #202020;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: .5 ease;
  transition: .5 ease;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header .header_top .nav ul li .linksright dl dt a small {
  display: block;
  width: 100%;
  text-align: center;
  font: 400 12px/32px "Circular Std", sans-serif;
  color: #202020;
  background-color: transparent;
}

.header .header_top .nav ul li .linksright dl dt a .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 1px;
  border-color: transparent transparent transparent transparent;
  border-style: solid;
  border-width: 40px 0px 0px 8px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 8px;
  right: 0;
}

.header .header_top .nav ul li .linksright dl dt a .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent transparent;
  border-style: solid;
  border-width: 0 0px 32px 8px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  left: 0;
}

.header .header_top .nav ul li .linksright dl dt a .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent transparent;
  border-style: solid;
  border-width: 0px 3px 8px 164px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header .header_top .nav ul li .linksright dl dt a .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent transparent;
  border-style: solid;
  border-width: 40px 10px 0 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  right: 0;
}

.header .header_top .nav ul li .linksright dl dt a.active {
  -webkit-transition: .5 ease;
  transition: .5 ease;
}

.header .header_top .nav ul li .linksright dl dt a.active small {
  display: block;
  width: 100%;
  text-align: center;
  font: 400 12px/32px "Circular Std", sans-serif;
  color: #202020;
  background-color: #9C8AA4;
}

.header .header_top .nav ul li .linksright dl dt a.active .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 1px;
  border-color: transparent transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 40px 0px 0px 8px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 8px;
  right: 0;
}

.header .header_top .nav ul li .linksright dl dt a.active .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0 0px 32px 8px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  left: 0;
}

.header .header_top .nav ul li .linksright dl dt a.active .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0px 3px 8px 144px;
  -o-border-image: none 100% / 1 / 0 stretch;
  border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.header .header_top .nav ul li .linksright dl dt a.active .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #9C8AA4 transparent transparent;
  border-style: solid;
  border-width: 40px 10px 0 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  right: 0;
}

.header .header_top .nav ul li .linksright dl dt .submenu {
  display: none;
  width: 200px;
  height: auto;
  border-radius: 8px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 9999;
  background-color: #732C7C;
  overflow: hidden;
}

.header .header_top .nav ul li .linksright dl dt .submenu a {
  display: block;
  width: 100%;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 400 12px/42px "Circular Std medium", sans-serif;
  color: rgba(255, 255, 255, 0.78);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.header .header_top .nav ul li .linksright dl dt .submenu a:first-child {
  border: none;
}

.header .header_top .nav ul li .linksright dl dt .submenu a:hover {
  background-color: #732C7C;
  color: #fff;
}

.header .header_top .mobilenav {
  width: 100%;
  padding: 8px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-grid-columns: auto 48px;
      grid-template-columns: auto 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F7F7F9;
  display: none;
}

@media (max-width: 998px) {
  .header .header_top .mobilenav {
    display: -ms-grid;
    display: grid;
  }
}

.header .header_top .mobilenav .mlogo {
  width: 100%;
  text-align: left;
}

.header .header_top .mobilenav .mlogo img {
  display: block;
  width: 100%;
  max-width: 200px;
}

.header .header_top .mobilenav .morebtn {
  height: 40px;
  width: 40px;
  display: none;
}

@media (max-width: 998px) {
  .header .header_top .mobilenav .morebtn {
    top: 10px;
    display: block;
  }
}

.header .header_top .mobilenav .morebtn #trigger-overlay {
  height: 40px;
  width: 40px;
  font: 400 14px/40px "Circular Std", sans-serif;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: url(../Images/icons8-menu-50.png) no-repeat center #732C7C;
  background-size: 22px;
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}

.header .header_top .mobilenav .morebtn .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #732C7C;
  z-index: 99999;
}

.header .header_top .mobilenav .morebtn .overlay .overlay-close {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../Images/close.svg) no-repeat center center;
  background-size: 32px;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
  cursor: pointer;
}

.header .header_top .mobilenav .morebtn .overlay nav {
  text-align: center;
  position: relative;
  height: 100%;
}

.header .header_top .mobilenav .morebtn .overlay .mm_links {
  width: 100%;
  padding: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
  height: 100%;
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

@media (max-width: 768px) {
  .header .header_top .mobilenav .morebtn .overlay .mm_links ul {
    display: -ms-grid;
    display: grid;
    grid-gap: 62px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li {
  display: block;
  width: 25%;
}

@media (max-width: 768px) {
  .header .header_top .mobilenav .morebtn .overlay .mm_links ul li {
    width: 100%;
  }
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li b {
  display: block;
  width: 100%;
  text-align: left;
  font: 400 16px "Circular Std", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl {
  width: 100%;
  margin: 24px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt {
  width: 100%;
  text-align: center;
  margin: 0;
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt a {
  display: inline-block;
  width: 240px;
  font: 400 16px "Circular Std medium", sans-serif;
  color: #fff;
  position: relative;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt a small {
  display: block;
  width: 100%;
  text-align: center;
  font: 400 16px/48px "Circular Std", sans-serif;
  color: rgba(255, 255, 255, 0.78);
  background-color: transparent;
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt a .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 1px;
  border-color: transparent transparent transparent transparent;
  border-style: solid;
  border-width: 48px 0px 0px 12px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 12px;
  right: 0;
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt a .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent transparent;
  border-style: solid;
  border-width: 0 0px 48px 12px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 12px;
  left: 0;
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt a .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent transparent;
  border-style: solid;
  border-width: 0px 3px 12px 218px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 8px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt a.active small {
  display: block;
  width: 100%;
  text-align: center;
  font: 400 16px/48px "Circular Std", sans-serif;
  color: #202020;
  background-color: #9C8AA4;
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt a.active .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 1px;
  border-color: transparent transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 48px 0px 0px 12px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 12px;
  right: 0;
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt a.active .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0 0px 48px 12px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 12px;
  left: 0;
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt a.active .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0px 3px 12px 218px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 8px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt a:hover {
  -webkit-transform: translate3d(-6px, 12px, 0);
          transform: translate3d(-6px, 12px, 0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt a:hover small {
  display: block;
  width: 100%;
  text-align: center;
  font: 400 16px/48px "Circular Std", sans-serif;
  color: #202020;
  background-color: #9C8AA4;
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt a:hover .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 1px;
  border-color: transparent transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 48px 0px 0px 12px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 12px;
  right: 0;
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt a:hover .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0 0px 48px 12px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 12px;
  left: 0;
}

.header .header_top .mobilenav .morebtn .overlay .mm_links ul li dl dt a:hover .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0px 3px 12px 218px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 8px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.header .header_top .mobilenav .morebtn .overlay-slidedown {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
  -webkit-transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
  transition: visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  transition: transform 0.4s ease-in-out, visibility 0s 0.4s, -webkit-transform 0.4s ease-in-out;
}

.header .header_top .mobilenav .morebtn .overlay-slidedown.open {
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.header .videoslider {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  aspect-ratio: 16 / 9;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 998px) {
  .header .videoslider {
    height: auto;
  }
}

@media (max-width: 768px) {
  .header .videoslider {
    overflow: visible;
  }
}

.header .videoslider video {
  width: 100%;
  /*position: absolute; 
            right: 0; 
            bottom: 0;
            min-width: 100%; 
            min-height: 100%;
            width: auto; 
            height: auto; 
            z-index: -1;
            background-size: cover;
            overflow: hidden;*/
}

@media (max-width: 998px) {
  .header .videoslider video {
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
  }
}

.header .videoslider .controls {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 10;
  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;
}

.header .videoslider .controls button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  background-color: transparent;
}

.header .videoslider .controls button.play {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.header .videoslider .controls button.pause {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.header .videoslider .controls button.mute {
  background: url(../icons/mute.html) no-repeat center !important;
  background-size: 32px !important;
  opacity: .48;
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.header .videoslider .controls button.mute:hover {
  opacity: 1;
}

.header .videoslider .controls button#mute_button {
  background: url(../icons/unmute.html) no-repeat center;
  background-size: 32px;
  opacity: .48;
  position: absolute;
  right: 40px;
  bottom: 40px;
}

.header .videoslider .controls button#mute_button:hover {
  opacity: 1;
}

.header .admissionEnquiry {
  padding: 32px 36px 40px 36px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FDBB31), to(#F58634));
  background-image: linear-gradient(180deg, #FDBB31 0%, #F58634 100%);
  border-color: #FFAD00;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 380px;
  right: 96px;
  display: none;
  top: 160px;
  z-index: 9999;
}

@media (max-width: 998px) {
  .header .admissionEnquiry {
    padding: 24px 36px 24px 36px;
    top: 72px;
  }
}

@media (max-width: 998px) {
  .header .admissionEnquiry {
    right: 36px;
    top: 56px;
  }
}

@media (max-width: 768px) {
  .header .admissionEnquiry {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 106px;
  }
}

@media (max-width: 420px) {
  .header .admissionEnquiry {
    width: 300px;
    padding: 24px;
  }
}

.header .admissionEnquiry .close {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../icons/close.html) no-repeat center #732C7C;
  background-size: 18px;
  top: -10px;
  right: -10px;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.header .admissionEnquiry h1 {
  text-align: center;
  font: 400 30px/30px "Circular Std", sans-serif;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 15px 0;
}

@media (max-width: 998px) {
  .header .admissionEnquiry h1 {
    font: 400 24px/24px "Circular Std", sans-serif;
    margin: 0 0 8px 0;
  }
}

.header .admissionEnquiry h1 span {
  width: 100%;
  display: block;
  text-align: center;
}

@media (max-width: 998px) {
  .header .admissionEnquiry h1 span {
    display: inline-block;
    width: auto;
    margin: 0 0 0 6px;
  }
}

.header .admissionEnquiry b {
  display: block;
  width: 100%;
  text-align: center;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 0 0 15px 0;
}

@media (max-width: 998px) {
  .header .admissionEnquiry b {
    margin: 0 0 8px 0;
  }
}

.header .admissionEnquiry ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 6px;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  padding: 8px 0 0 0;
}

@media (max-width: 998px) {
  .header .admissionEnquiry ul {
    grid-gap: 4px;
  }
}

.header .admissionEnquiry ul li {
  width: 100%;
}

.header .admissionEnquiry ul li input[type=text] {
  width: 100%;
  color: #202020;
  background-color: rgba(255, 255, 255, 0.59);
  border-color: #dadbe4;
  padding: 8px 20px;
  font: 400 14px "Circular Std medium", sans-serif;
  font-style: ITALIC;
  border-radius: 50px;
  border: none;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .admissionEnquiry ul li input[type=text]:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.78);
}

.header .admissionEnquiry ul li select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  color: #202020;
  background: url(../icons/drop-down.html) no-repeat right 8px center rgba(255, 255, 255, 0.59);
  background-size: 22px;
  border-color: #dadbe4;
  padding: 8px 20px;
  font: 400 14px "Circular Std medium", sans-serif;
  font-style: ITALIC;
  border-radius: 50px;
  border: none;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .admissionEnquiry ul li select:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.78);
}

.header .admissionEnquiry ul li input[type=submit] {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  border-radius: 50px;
  font: 400 13px "Circular Std medium", sans-serif;
  background-color: #732C7C;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  margin: 8px 0 0 0;
}

.header .admissionEnquiry ul li input[type=submit]:hover {
  background-color: #0095eb;
}

.header .admInq {
  display: block;
  height: 44px;
  width: 200px;
  font: 400 12px/44px "Circular Std", sans-serif;
  color: #000;
  background-color: #9C8AA4;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  right: -78px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 8px 8px 0 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 20;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

@media (max-width: 420px) {
  .header .admInq {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: 0;
    right: auto;
    top: auto;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    border-radius: 0;
  }
}

.header .admInq:hover {
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background-color: #F68924;
}

.b_nav {
  width: 100%;
  max-width: 1280px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 32px auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.b_nav a {
  width: 100%;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #732C7C;
}

.b_nav a:hover {
  background-color: #A30610;
}

.b_nav a span {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 16px 0 0;
}

.b_nav a span img {
  display: block;
  width: 100%;
}

.b_nav a b {
  display: inline-block;
  width: auto;
  font: 400 14px "Circular Std", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.about {
  width: 100%;
  max-width: 1280px;
  padding: 0 24px 32px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 48px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  position: relative;
}

@media (max-width: 998px) {
  .about {
    width: 1024px;
  }
}

@media (max-width: 998px) {
  .about {
    max-width: 768px;
    margin: 32px auto 0 auto;
  }
}

@media (max-width: 768px) {
  .about {
    max-width: 560px;
    display: -ms-grid;
    display: grid;
    grid-gap: 0;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    padding: 0 24px;
  }
}

@media (max-width: 560px) {
  .about {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .about {
    max-width: 340px;
  }
}

.about .photo {
  width: 65%;
}

.about .photo img {
  display: block;
  width: 100%;
}

@media (max-width: 768px) {
  .about .photo {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .about .photo {
    width: 100%;
  }
}

.about .textouter {
  width: 480px;
  position: absolute;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 0;
  top: 56px;
  height: 624px;
  -webkit-transform: translate3d(-56px, 100px, 0);
          transform: translate3d(-56px, 100px, 0);
  -webkit-transition: .5s ease-out;
  transition: .5s ease-out;
}

@media (max-width: 998px) {
  .about .textouter {
    width: 400px;
    padding: 16px;
    right: 24px;
    height: 504px;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
    top: 24px;
  }
}

@media (max-width: 998px) {
  .about .textouter {
    padding: 12px;
    height: 368px;
    top: 0;
    width: 374px;
  }
}

@media (max-width: 768px) {
  .about .textouter {
    width: 460px;
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
  }
}

@media (max-width: 560px) {
  .about .textouter {
    width: 350px;
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, -40px, 0);
            transform: translate3d(0, -40px, 0);
    height: 400px;
  }
}

@media (max-width: 420px) {
  .about .textouter {
    width: 270px;
  }
}

.about .textouter .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 1px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 1px 0px 480px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
}

@media (max-width: 998px) {
  .about .textouter .rightshape {
    border-color: transparent transparent transparent #732C7C;
    border-width: 1px 0px 472px 16px;
  }
}

@media (max-width: 998px) {
  .about .textouter .rightshape {
    border-width: 1px 0px 344px 12px;
  }
}

@media (max-width: 560px) {
  .about .textouter .rightshape {
    border-width: 1px 0px 375px 12px;
  }
}

@media (max-width: 420px) {
  .about .textouter .rightshape {
    border-width: 1px 0px 352px 12px;
  }
}

.about .textouter .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 440px 25px 0px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0px;
}

@media (max-width: 998px) {
  .about .textouter .topshape {
    border-width: 0px 384px 16px 0px;
    top: 1px;
  }
}

@media (max-width: 998px) {
  .about .textouter .topshape {
    border-width: 0px 362px 12px 0px;
  }
}

@media (max-width: 560px) {
  .about .textouter .topshape {
    border-width: 0px 338px 12px 0px;
  }
}

@media (max-width: 420px) {
  .about .textouter .topshape {
    border-width: 0px 257px 12px 0px;
  }
}

.about .textouter .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 510px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0px;
  left: 0px;
}

@media (max-width: 998px) {
  .about .textouter .leftshape {
    border-width: 488px 0px 0px 16px;
  }
}

@media (max-width: 998px) {
  .about .textouter .leftshape {
    border-width: 356px 0px 0px 12px;
  }
}

@media (max-width: 560px) {
  .about .textouter .leftshape {
    border-width: 388px 0px 0px 12px;
  }
}

@media (max-width: 420px) {
  .about .textouter .leftshape {
    border-width:410px 0px 0px 12px;
  }
}

.about .textouter .text {
  display: inline-block;
  width: 100%;
  background-color: #732C7C;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 998px) {
  .about .textouter .text {
    padding: 24px;
  }
}

@media (max-width: 998px) {
  .about .textouter .text {
    padding: 16px;
  }
}

.about .textouter .text h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #fff;
}

@media (max-width: 998px) {
  .about .textouter .text h2 {
    font-size: 48px;
  }
}

@media (max-width: 998px) {
  .about .textouter .text h2 {
    font-size: 40px;
    line-height: 36px;
  }
}

.about .textouter .text p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #fff;
  margin: 24px 0 0 0;
}

@media (max-width: 998px) {
  .about .textouter .text p {
    font-size: 14px;
    margin: 16px 0 0 0;
  }
}

@media (max-width: 998px) {
  .about .textouter .text p {
    margin: 6px 0 0 0;
    font-size: 13px;
  }
}

.missionvision {
  width: 100%;
  width: 100%;
  max-width: 1280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 120px 24px 32px 24px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

@media (max-width: 998px) {
  .missionvision {
    max-width: 1024px;
    padding: 72px 24px 32px 24px;
  }
}

@media (max-width: 998px) {
  .missionvision {
    max-width: 768px;
    padding: 62px 20px 20px 20px;
  }
}

@media (max-width: 768px) {
  .missionvision {
    max-width: 560px;
    grid-gap: 16px;
    padding: 0 20px 20px 20px;
  }
}

@media (max-width: 560px) {
  .missionvision {
    max-width: 420px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 420px) {
  .missionvision {
    max-width: 340px;
  }
}

.missionvision:hover li:first-child {
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
  -webkit-transform: translate3d(-12px, -80px, 0);
          transform: translate3d(-12px, -80px, 0);
}

@media (max-width: 998px) {
  .missionvision:hover li:first-child {
    -webkit-transform: translate3d(-12px, -60px, 0);
            transform: translate3d(-12px, -60px, 0);
  }
}

@media (max-width: 768px) {
  .missionvision:hover li:first-child {
    -webkit-transform: translate3d(-12px, -32px, 0);
            transform: translate3d(-12px, -32px, 0);
  }
}

.missionvision:hover li:last-child {
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
  -webkit-transform: translate3d(10px, 20px, 0);
          transform: translate3d(10px, 20px, 0);
}

@media (max-width: 998px) {
  .missionvision:hover li:last-child {
    -webkit-transform: translate3d(10px, 10px, 0);
            transform: translate3d(10px, 10px, 0);
  }
}

.missionvision li {
  width: 100%;
  height: 100%;
  background-color: #BDAEC5;
  padding: 36px 62px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .25s ease-in;
  transition: .25s ease-in;
}

@media (max-width: 998px) {
  .missionvision li {
    padding: 48px;
  }
}

@media (max-width: 998px) {
  .missionvision li {
    padding: 24px;
  }
}

@media (max-width: 768px) {
  .missionvision li {
    padding: 16px;
  }
}

.missionvision li h1 {
  text-align: center;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 998px) {
  .missionvision li h1 {
    font-size: 48px;
  }
}

@media (max-width: 998px) {
  .missionvision li h1 {
    font-size: 40px;
  }
}

.missionvision li p {
  text-align: center;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #333333;
  margin: 24px 0 0 0;
}

@media (max-width: 998px) {
  .missionvision li p {
    font-size: 14px;
  }
}

@media (max-width: 998px) {
  .missionvision li p {
    font-size: 13px;
    margin: 6px 0 0 0;
  }
}

.explorecampus {
  width: 100%;
  padding: 0 24px;
  max-width: 1280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  grid-gap: 48px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 48px auto 0 auto;
}

@media (max-width: 998px) {
  .explorecampus {
    max-width: 1024px;
    grid-gap: 40px;
  }
}

@media (max-width: 998px) {
  .explorecampus {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .explorecampus {
    max-width: 560px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 560px) {
  .explorecampus {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .explorecampus {
    max-width: 340px;
  }
}

.explorecampus .text {
  width: 100%;
}

.explorecampus .text h1 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}
.masss h1 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .explorecampus .text h1 {
    font-size: 42px;
  }
}

@media (max-width: 998px) {
  .explorecampus .text h1 {
    font-size: 35px;
  }
}

.explorecampus .text h1 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.explorecampus .text h1 span::after {
  content: '';
  display: block;
  width: 100%;
  background-color: #9C8AA4;
  height: 44px;
  position: absolute;
  left: 0;
}

@media (max-width: 998px) {
  .explorecampus .text h1 span::after {
    height: 30px;
  }
}

.explorecampus .text h1 span i {
  display: inline-block;
  font: 400 86px/86px "just_lovelyslanted", serif;
  color: #000;
  text-transform: none;
  font-style: normal;
  position: relative;
  z-index: 1;
}

@media (max-width: 998px) {
  .explorecampus .text h1 span i {
    font-size: 72px;
    line-height: 72px;
  }
}

@media (max-width: 998px) {
  .explorecampus .text h1 span i {
    font-size: 40px;
    line-height: 40px;
  }
}

.explorecampus .text p {
  text-align: left;
  font: 300 16px/22px "Circular Std Book", sans-serif;
  color: #202020;
  margin: 12px 0 24px 0;
}

@media (max-width: 998px) {
  .explorecampus .text p {
    font: 400 14px/20px "Circular Std Book", sans-serif;
    margin: 10px 0 20px 0;
  }
}

@media (max-width: 998px) {
  .explorecampus .text p {
    font: 400 13px "Circular Std Book", sans-serif;
    margin: 6px 0 12px 0;
  }
}

.explorecampus .text .readmore {
  width: 100%;
  text-align: left;
}

.explorecampus .text .readmore a {
  display: inline-block;
  text-align: center;
  font: 400 13px/48px "Circular Std", sans-serif;
  color: #732C7C;
  text-transform: uppercase;
  padding: 0 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #732C7C;
  -webkit-transition: .25s ease-in;
  transition: .25s ease-in;
}

@media (max-width: 998px) {
  .explorecampus .text .readmore a {
    font: 400 13px/42px "Circular Std", sans-serif;
  }
}

@media (max-width: 998px) {
  .explorecampus .text .readmore a {
    font: 400 12px/32px "Circular Std", sans-serif;
  }
}

.explorecampus .text .readmore a:hover {
  background-color: #732C7C;
  color: #fff;
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}

.explorecampus .text ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 72px;
  grid-row-gap: 32px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin: 48px 0 0 0;
}

@media (max-width: 998px) {
  .explorecampus .text ul {
    grid-column-gap: 62px;
    grid-row-gap: 24px;
    margin: 36px 0 0 0;
  }
}

@media (max-width: 998px) {
  .explorecampus .text ul {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 24px 0 0 0;
  }
}

.explorecampus .text ul li {
  width: 100%;
  text-align: center;
}

.explorecampus .text ul li span {
  width: 100%;
  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;
}

.explorecampus .text ul li span img {
  display: block;
  width: 100%;
  max-width: 56px;
}

@media (max-width: 998px) {
  .explorecampus .text ul li span img {
    max-width: 42px;
  }
}

@media (max-width: 998px) {
  .explorecampus .text ul li span img {
    max-width: 32px;
  }
}

.explorecampus .text ul li b {
  display: block;
  width: 100%;
  text-align: center;
  font: 400 14px "Circular Std Book", sans-serif;
  color: #202020;
  margin: 12px 0 0 0;
}

@media (max-width: 998px) {
  .explorecampus .text ul li b {
    font-size: 13px;
  }
}

.explorecampus .photo {
  width: 100%;
  position: relative;
}

.explorecampus .photo img {
  display: block;
  width: 100%;
}

.explorecampus .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  bottom: -28px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 0 48px 124px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

@media (max-width: 998px) {
  .explorecampus .photo .rightshape {
    bottom: -33px;
  }
}

@media (max-width: 998px) {
  .explorecampus .photo .rightshape {
    bottom: -38px;
  }
}

@media (max-width: 768px) {
  .explorecampus .photo .rightshape {
    bottom: -32px;
  }
}

@media (max-width: 560px) {
  .explorecampus .photo .rightshape {
    bottom: -36px;
  }
}

@media (max-width: 420px) {
  .explorecampus .photo .rightshape {
    border-width: 0 0 26px 124px;
    bottom: -17px;
  }
}

.explorecampus .photo .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 20px 648px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 0;
}

.explorecampus .photo .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.explorecampus .photo .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 364px 20px 0px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
}

.explorecampus .photo .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}


.whyalliance .why ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  -ms-grid-columns: 260px auto;
  grid-template-columns: 260px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.whyalliance {
  width: 100%;
  max-width: 1280px;
  padding: 106px 24px 48px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  border-bottom: 2px solid #732C7C;
}

@media (max-width: 998px) {
  .whyalliance {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .whyalliance {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .whyalliance {
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .whyalliance {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .whyalliance {
    max-width: 340px;
    padding: 56px 24px 48px 24px;
  }
}

.whyalliance .why {
  width: 100%;
}

.whyalliance .why ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  -ms-grid-columns: 260px auto;
      grid-template-columns: 260px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .whyalliance .why ul {
    -ms-grid-columns: 156px auto;
        grid-template-columns: 156px auto;
  }
}

@media (max-width: 560px) {
  .whyalliance .why ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.whyalliance .why ul li {
  width: 100%;
}

.whyalliance .why ul li h1 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .whyalliance .why ul li h1 {
    font-size: 48px;
  }
}

@media (max-width: 768px) {
  .whyalliance .why ul li h1 {
    font-size: 40px;
  }
}

@media (max-width: 560px) {
  .whyalliance .why ul li h1 {
    text-align: center;
  }
}

.whyalliance .why ul li p {
  text-align: left;
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
  margin: 6px 0;
  padding: 6px 0;
}

@media (max-width: 998px) {
  .whyalliance .why ul li p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .whyalliance .why ul li p {
    font-size: 13px;
    padding: 0;
  }
}

@media (max-width: 560px) {
  .whyalliance .why ul li p {
    text-align: center;
  }
}

.features {
  width: 100%;
  max-width: 1280px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 52px auto 0 auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
}

@media (max-width: 998px) {
  .features {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .features {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .features {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .features {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .features {
    max-width: 340px;
  }
}

.features:hover .feature_Section1 {
  -webkit-transform: translate3d(10px, 21px, 4px);
          transform: translate3d(10px, 21px, 4px);
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
}

.features:hover .feature_Section2 {
  -webkit-transform: translate3d(10px, -21px, 4px);
          transform: translate3d(10px, -21px, 4px);
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
}

.features:hover .feature_Section3 {
  -webkit-transform: translate3d(-24px, 10px, 0px);
          transform: translate3d(-24px, 10px, 0px);
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
}

.features:hover .feature_Section4 {
  -webkit-transform: translate3d(-10px, -21px, 4px);
          transform: translate3d(-10px, -21px, 4px);
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
}

.features dt {
  height: 424px;
  width: 100%;
  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;
}

@media (max-width: 998px) {
  .features dt {
    height: 370px;
  }
}

@media (max-width: 768px) {
  .features dt {
    height: 190px;
  }
}

@media (max-width: 560px) {
  .features dt {
    height: 220px;
  }
}

@media (max-width: 420px) {
  .features dt {
    height: 245px;
  }
}

.features dt .txtiner {
  width: 100%;
  width: 100%;
  padding: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 998px) {
  .features dt .txtiner {
    padding: 24px;
  }
}

@media (max-width: 998px) {
  .features dt .txtiner {
    padding: 12px;
  }
}

.features dt .txtiner h1 {
  text-align: center;
  font: 400 30px "Circular Std", sans-serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .features dt .txtiner h1 {
    font-size: 24px;
  }
}

@media (max-width: 998px) {
  .features dt .txtiner h1 {
    font-size: 18px;
  }
}

.features dt .txtiner p {
  text-align: center;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #000;
  margin: 16px 0 0 0;
}

@media (max-width: 998px) {
  .features dt .txtiner p {
    font-size: 14px;
  }
}

@media (max-width: 998px) {
  .features dt .txtiner p {
    font-size: 13px;
  }
}

.features dt .feature_Section1 {
  -webkit-transform-origin: center top 0px;
          transform-origin: center top 0px;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.features dt .feature_Section2 {
  -webkit-transform-origin: left center 0px;
          transform-origin: left center 0px;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.features dt .feature_Section3 {
  -webkit-transform-origin: right center 0px;
          transform-origin: right center 0px;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.features dt .feature_Section4 {
  -webkit-transform-origin: center bottom 0px;
          transform-origin: center bottom 0px;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.features dt .textout {
  width: 100%;
  height: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 998px) {
  .features dt .textout {
    padding: 12px;
  }
}

.features dt .textout .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 1px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 1px 0px 374px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
}

@media (max-width: 998px) {
  .features dt .textout .rightshape {
    border-width: 1px 0px 346px 12px;
  }
}

@media (max-width: 768px) {
  .features dt .textout .rightshape {
    border-width: 1px 0px 166px 12px;
  }
}

@media (max-width: 560px) {
  .features dt .textout .rightshape {
    border-width: 1px 0px 195px 12px;
  }
}

@media (max-width: 420px) {
  .features dt .textout .rightshape {
    border-width: 1px 0px 220px 12px;
  }
}

.features dt .textout .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 346px 25px 0px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0px;
}

@media (max-width: 998px) {
  .features dt .textout .topshape {
    top: 1px;
    border-width: 0px 260px 25px 0px;
  }
}

@media (max-width: 998px) {
  .features dt .textout .topshape {
    border-width: 0px 201px 12px 0px;
  }
}

@media (max-width: 768px) {
  .features dt .textout .topshape {
    border-width: 0px 500px 12px 0px;
  }
}

@media (max-width: 560px) {
  .features dt .textout .topshape {
    border-width: 0px 348px 12px 0px;
  }
}

@media (max-width: 420px) {
  .features dt .textout .topshape {
    border-width: 0px 269px 12px 0px;
  }
}

.features dt .textout .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 342px 25px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 14px;
  left: 25px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

@media (max-width: 998px) {
  .features dt .textout .bottomshape {
    border-width: 0 260px 25px 0;
    bottom: 15px;
  }
}

@media (max-width: 998px) {
  .features dt .textout .bottomshape {
    border-width: 0 201px 12px 0;
    bottom: 7px;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
    left: 12px;
  }
}

@media (max-width: 768px) {
  .features dt .textout .bottomshape {
    border-width: 0 488px 12px 0;
    bottom: 7px;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    left: 12px;
  }
}

@media (max-width: 560px) {
  .features dt .textout .bottomshape {
    border-width: 0 349px 12px 0;
    bottom: 7px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
    left: 12px;
  }
}

@media (max-width: 420px) {
  .features dt .textout .bottomshape {
    border-width: 0 270px 12px 0;
    bottom: 8px;
  }
}

.features dt .textout .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 400px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0px;
  left: 1px;
}

@media (max-width: 998px) {
  .features dt .textout .leftshape {
    border-width: 359px 0px 0px 12px;
  }
}

@media (max-width: 768px) {
  .features dt .textout .leftshape {
    border-width: 190px 0px 0px 12px;
  }
}

@media (max-width: 560px) {
  .features dt .textout .leftshape {
    border-width: 207px 0px 0px 12px;
  }
}

@media (max-width: 420px) {
  .features dt .textout .leftshape {
    border-width: 241px 0px 0px 12px;
  }
}

.features dt .textout .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

@media (max-width: 998px) {
  .features dt .textout .leftshape1 {
    border-width: 359px 0px 0px 12px;
  }
}

@media (max-width: 768px) {
  .features dt .textout .leftshape1 {
    border-width: 179px 0px 0px 12px;
  }
}

@media (max-width: 560px) {
  .features dt .textout .leftshape1 {
    border-width: 208px 0px 0px 12px;
  }
}

@media (max-width: 420px) {
  .features dt .textout .leftshape1 {
    border-width: 233px 0px 0px 12px;
  }
}

.features dt .textout .txt {
  width: 100%;
  height: 100%;
  background-color: #732C7C;
  color: #fff;
  padding: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 998px) {
  .features dt .textout .txt {
    padding: 24px;
  }
}

@media (max-width: 998px) {
  .features dt .textout .txt {
    padding: 12px;
  }
}

.features dt .textout .txt h1 {
  text-align: center;
  font: 400 30px "Circular Std", sans-serif;
  color: #fff;
}

@media (max-width: 998px) {
  .features dt .textout .txt h1 {
    font-size: 24px;
  }
}

@media (max-width: 998px) {
  .features dt .textout .txt h1 {
    font-size: 18px;
  }
}

.features dt .textout .txt p {
  text-align: center;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #fff;
  margin: 16px 0 0 0;
}

@media (max-width: 998px) {
  .features dt .textout .txt p {
    font-size: 14px;
  }
}

@media (max-width: 998px) {
  .features dt .textout .txt p {
    font-size: 13px;
  }
}

.newssocial {
  width: 100%;
  max-width: 1280px;
  padding: 96px 24px;
  margin: 0 auto;
}

.newssocial h1 {
  text-align: center;
  font: 400 72px "just_lovelyslanted", serif;
  color: #732C7C;
}

.newssocial ul {
  width: 100%;
  margin: 40px 0 0 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.newssocial ul li {
  width: 100%;
}

.newssocial ul li .image {
  width: 100%;
}

.newssocial ul li .image img {
  display: block;
  width: 100%;
}

.newssocial ul li p {
  font: 400 15px/20px "Circular Std medium", sans-serif;
  color: #000;
  margin: 24px 0;
}

.newssocial ul li a {
  text-align: left;
  font: 400 13px "Circular Std", sans-serif;
  color: #732C7C;
  text-transform: uppercase;
  background: url(../icons/right-arrow.html) no-repeat right center;
  background-size: 18px;
  padding: 0 24px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}

.newssocial ul li a:hover {
  padding: 0 36px 0 0;
  -webkit-transition: .25s ease-in;
  transition: .25s ease-in;
}

.photoGallery {
  width: 100%;
  max-width: 1424px;
  padding: 40px 24px 40px 24px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


@media (max-width: 998px) {
  .photoGallery {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .photoGallery {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .jGallery {
    max-width: 560px;
    padding: 48px 24px;
  }
}

@media (max-width: 560px) {
  .photoGallery {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .photoGallery {
    max-width: 340px;
  }
}

.photoGallery h1 {
  text-align: center;
  font: 400 56px "just_lovelyslanted", serif;
  color: #000;
}

@media (max-width: 998px) {
  .photoGallery h1 {
    font: 400 32px/40px "Circular Std", sans-serif;
  }
}

@media (max-width: 998px) {
  .photoGallery h1 {
    font: 400 24px/32px "Circular Std", sans-serif;
  }
}

.photoGallery h1 span {
  font: 400 72px/48px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .photoGallery h1 span {
    font: 400 62px/40px "just_lovelyslanted", serif;
  }
}

@media (max-width: 560px) {
  .photoGallery h1 span {
    font: 400 48px/32px "just_lovelyslanted", serif;
  }
}

.photoGallery ul {
  width: 100%;
  margin: 32px 0 0 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 12px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 998px) {
  .photoGallery ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .photoGallery ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.photoGallery ul li {
  width: 100%;
  height: 276px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 998px) {
  .photoGallery ul li {
    height: 220px;
  }
}

@media (max-width: 998px) {
  .photoGallery ul li {
    height: 252px;
  }
}

@media (max-width: 768px) {
  .photoGallery ul li {
    height: 182px;
  }
}

@media (max-width: 560px) {
  .photoGallery ul li {
    height: 280px;
  }
}

@media (max-width: 420px) {
  .photoGallery ul li {
    height: 194px;
  }
}

.photoGallery ul li img {
  display: block;
  width: 100%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.photoGallery ul li:hover img {
  width: 110%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.photoGallery ul li:hover .text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .75s ease;
  transition: .75s ease;
}

.photoGallery ul li:hover .text b {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .75s ease;
  transition: .75s ease;
}

.photoGallery ul li .text {
  -webkit-transform: translateY(220px);
          transform: translateY(220px);
  -webkit-transition: .75s ease;
  transition: .75s ease;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(156, 138, 162, 0.82);
  z-index: 10;
  padding: 56px 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 998px) {
  .photoGallery ul li .text {
    -webkit-transform: translateY(170px);
            transform: translateY(170px);
    padding: 24px;
  }
}

@media (max-width: 998px) {
  .photoGallery ul li .text {
    -webkit-transform: translateY(202px);
            transform: translateY(202px);
  }
}

@media (max-width: 768px) {
  .photoGallery ul li .text {
    padding: 16px;
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
}

@media (max-width: 560px) {
  .photoGallery ul li .text {
    padding: 32px;
    -webkit-transform: translateY(220px);
            transform: translateY(220px);
  }
}

@media (max-width: 420px) {
  .photoGallery ul li .text {
    -webkit-transform: translateY(156px);
            transform: translateY(156px);
    padding: 20px;
  }
}

.photoGallery ul li .text b {
  display: block;
  width: 100%;
  text-align: left;
  font: 400 24px "Circular Std", sans-serif;
  color: #ffffff;
  margin: 0 0 16px 0;
  -webkit-transform: translateY(-42px);
          transform: translateY(-42px);
  -webkit-transition: .75s ease;
  transition: .75s ease;
}

@media (max-width: 998px) {
  .photoGallery ul li .text b {
    font-size: 20px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@media (max-width: 768px) {
  .photoGallery ul li .text b {
    font-size: 16px;
    margin: 0 0 6px 0;
  }
}

.photoGallery ul li .text p {
  width: 100%;
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #fff;
}

@media (max-width: 998px) {
  .photoGallery ul li .text p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .photoGallery ul li .text p {
    font-size: 13px;
  }
}

.photoGallery ul li a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
  position: relative;
}

.photoGallery ul li a img {
  display: block;
  width: 100%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.photoGallery ul li a:hover img {
  width: 110%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.photoGallery ul li a:hover .text {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .75s ease;
  transition: .75s ease;
}

.photoGallery ul li a .text {
  -webkit-transform: translateY(278px);
          transform: translateY(278px);
  -webkit-transition: .75s ease;
  transition: .75s ease;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.82);
  z-index: 10;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.photoGallery ul li a .text b {
  display: block;
  width: 100%;
  text-align: left;
  font: 400 24px "Circular Std", sans-serif;
  color: #9C8AA4;
  margin: 0 0 16px 0;
}

.photoGallery ul li a .text p {
  width: 100%;
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #fff;
}

.photoGallery .more {
  width: 100%;
  text-align: center;
  margin: 48px 0 0 0;
  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;
}

.photoGallery .more a {
  display: block;
  max-width: 220px;
  width: 100%;
  text-align: center;
  position: relative;
  height: 56px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 10px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.photoGallery .more a small {
  display: block;
  width: 100%;
  font: 400 13px/30px "Circular Std", sans-serif;
  color: #000;
  background-color: #9C8AA4;
  height: 40px;
  text-transform: uppercase;
}

.photoGallery .more a .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 1px;
  border-color: transparent transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 40px 0px 0px 10px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 8px;
}

.photoGallery .more a .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0 0px 40px 10px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  left: 1px;
}

.photoGallery .more a .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0px 4px 14px 195.5px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: -5px;
  left: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.photoGallery .more a .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #9C8AA4 transparent transparent;
  border-style: solid;
  border-width: 40px 10px 0 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  right: 0;
}

.photoGallery .more a .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.photoGallery .more a:hover {
  -webkit-transform: translate3d(10px, 10px, 0);
          transform: translate3d(10px, 10px, 0);
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.photoGallery .more a:hover small {
  background-color: #732C7C;
  color: #fff;
}

.photoGallery .more a:hover .bottomshape {
  border-color: transparent transparent #732C7C;
}

.photoGallery .more a:hover .topshape {
  border-color: transparent transparent #732C7C;
}

.photoGallery .more a:hover .rightshape {
  border-color: transparent transparent transparent #732C7C;
}

.ourways {
  width: 100%;
  padding: 30px 24px 30px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 998px) {
  .ourways {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .ourways {
    max-width: 560px;
    padding: 0 24px 72px 24px;
  }
}

@media (max-width: 560px) {
  .ourways {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .ourways {
    max-width: 340px;
  }
}

.ourways h1 {
  text-align: center;
  font: 400 40px "Circular Std", sans-serif;
  color: #000;
}

@media (max-width: 998px) {
  .ourways h1 {
    font-size: 32px;
  }
}

@media (max-width: 560px) {
  .ourways h1 {
    font-size: 24px;
  }
}

.ourways h1 span {
  font: 400 72px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .ourways h1 span {
    font-size: 62px;
  }
}

@media (max-width: 560px) {
  .ourways h1 span {
    font-size: 48px;
  }
}

.ourways ul {
  width: 100%;
  margin: 32px 0 0 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 48px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
  .ourways ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .ourways ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.ourways ul li {
  width: 100%;
}

.ourways ul li:hover b {
  -webkit-transform: translate3d(-15px, -15px, 0);
          transform: translate3d(-15px, -15px, 0);
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.ourways ul li:hover .photo {
  -webkit-transform: translate3d(10px, 10px, 0);
          transform: translate3d(10px, 10px, 0);
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.ourways ul li .photo {
  width: 100%;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.ourways ul li .photo img {
  display: block;
  width: 100%;
}

.ourways ul li b {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  height: 56px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 10px;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.ourways ul li b small {
  display: block;
  width: 100%;
  font: 400 15px/30px "Circular Std Book", sans-serif;
  color: #000;
  background-color: #732C7C;
  height: 40px;
}

.ourways ul li b .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 1px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 40px 0px 0px 10px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 8px;
}

.ourways ul li b .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 0px 40px 10px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  left: 1px;
}

.ourways ul li b .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 5px 20px 208.5px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: -12px;
  left: 11px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media (max-width: 998px) {
  .ourways ul li b .bottomshape {
    border-width: 0px 5px 20px 183px;
  }
}

@media (max-width: 768px) {
  .ourways ul li b .bottomshape {
    border-width: 0px 5px 20px 207px;
  }
}

@media (max-width: 560px) {
  .ourways ul li b .bottomshape {
    border-width: 0px 5px 20px 347px;
  }
}

@media (max-width: 420px) {
  .ourways ul li b .bottomshape {
    border-width: 0px 5px 20px 209px;
  }
}

.ourways ul li b .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #9C8AA4 transparent transparent;
  border-style: solid;
  border-width: 40px 10px 0 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  right: 0;
}

.ourways ul li b .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.videomessages {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 96px;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 998px) {
  .videomessages {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .videomessages {
    max-width: 768px;
    grid-gap: 48px;
  }
}

@media (max-width: 768px) {
  .videomessages {
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .videomessages {
    max-width: 420px;
  }
}

@media (max-width: 560px) {
  .videomessages {
    max-width: 340px;
  }
}

.videomessages ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 62px;
  -ms-grid-columns: auto 40%;
      grid-template-columns: auto 40%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 998px) {
  .videomessages ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
  }
}

@media (max-width: 768px) {
  .videomessages ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.videomessages ul li {
  width: 100%;
}

.videomessages ul li img {
  display: block;
  width: 100%;
}

.videomessages ul li h1 {
  text-align: left;
  font: 400 48px "Circular Std", sans-serif;
  color: #732C7C;
  text-transform: uppercase;
}

@media (max-width: 998px) {
  .videomessages ul li h1 {
    font-size: 36px;
  }
}

.videomessages ul li h2 {
  text-align: left;
  font: 700 18px "Source Serif Pro", serif;
  color: #000;
  margin: 16px 0;
}

@media (max-width: 998px) {
  .videomessages ul li h2 {
    font-size: 16px;
  }
}

.videomessages ul li h2 span {
  display: inline-block;
  background-color: #9C8AA4;
  padding: 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.videomessages ul li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
}

@media (max-width: 998px) {
  .videomessages ul li p {
    font-size: 14px;
  }
}

.videomessages ul li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 998px) {
  .videomessages ul li p span {
    font-size: 14px;
  }
}

.videomessages ul li a {
  text-align: left;
  font: 400 13px "Circular Std", sans-serif;
  text-transform: uppercase;
  color: #732C7C;
  letter-spacing: 2px;
  margin: 32px 0 0 0;
  display: inline-block;
  background: url(../icons/right-arr.html) no-repeat right center;
  background-size: 24px;
  padding: 0 24px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}

@media (max-width: 998px) {
  .videomessages ul li a {
    font-size: 12px;
  }
}

.videomessages ul li a:hover {
  padding: 0 36px 0 0;
  -webkit-transition: .25s ease-in;
  transition: .25s ease-in;
}

.videomessages ul li video {
  display: block;
  width: 100%;
}

.videomessages ul li .btns {
  width: 100%;
  margin: 12px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.videomessages ul li .btns button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 40px;
  width: 48px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
}

.videomessages ul li .btns button.playbite {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 48px;
}

.videomessages ul li .btns button.pausebite {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 48px;
}

.videomessages ul li .btns .name {
  width: 100%;
}

.videomessages ul li .btns .name b {
  display: block;
  width: 100%;
  text-align: right;
  font: 400 16px "Circular Std medium", sans-serif;
  color: #732C7C;
}

.videomessages ul li .btns .name span {
  display: block;
  width: 100%;
  text-align: right;
  font: 400 12px "Circular Std Book", sans-serif;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.videomessages dl {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 48px;
  -ms-grid-columns: 40% auto;
      grid-template-columns: 40% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 998px) {
  .videomessages dl {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 32px;
  }
}

@media (max-width: 768px) {
  .videomessages dl {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.videomessages dl dt {
  width: 100%;
}

.videomessages dl dt img {
  display: block;
  width: 100%;
}

.videomessages dl dt h1 {
  text-align: left;
  font: 400 48px "Circular Std", sans-serif;
  color: #732C7C;
  text-transform: uppercase;
}

@media (max-width: 998px) {
  .videomessages dl dt h1 {
    font-size: 36px;
  }
}

.videomessages dl dt h2 {
  text-align: left;
  font: 700 18px "Source Serif Pro", serif;
  color: #000;
  margin: 16px 0;
}

@media (max-width: 998px) {
  .videomessages dl dt h2 {
    font-size: 16px;
  }
}

.videomessages dl dt h2 span {
  display: inline-block;
  background-color: #9C8AA4;
  padding: 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.videomessages dl dt p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
}

@media (max-width: 998px) {
  .videomessages dl dt p {
    font-size: 14px;
  }
}

.videomessages dl dt p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 998px) {
  .videomessages dl dt p span {
    font-size: 14px;
  }
}

.videomessages dl dt a {
  text-align: left;
  font: 400 13px "Circular Std", sans-serif;
  text-transform: uppercase;
  color: #732C7C;
  letter-spacing: 2px;
  margin: 32px 0 0 0;
  display: inline-block;
  background: url(../icons/right-arr.html) no-repeat right center;
  background-size: 24px;
  padding: 0 24px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .25s ease-out;
  transition: .25s ease-out;
}

@media (max-width: 998px) {
  .videomessages dl dt a {
    font-size: 12px;
  }
}

.videomessages dl dt a:hover {
  padding: 0 36px 0 0;
  -webkit-transition: .25s ease-in;
  transition: .25s ease-in;
}

.videomessages dl dt video {
  display: block;
  width: 100%;
}

.videomessages dl dt .btns {
  width: 100%;
  margin: 12px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.videomessages dl dt .btns button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 40px;
  width: 48px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
}

.videomessages dl dt .btns button.playbite {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 48px;
}

.videomessages dl dt .btns button.pausebite {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 48px;
}

.videomessages dl dt .btns .name {
  width: 100%;
}

.videomessages dl dt .btns .name b {
  display: block;
  width: 100%;
  text-align: right;
  font: 400 16px "Circular Std medium", sans-serif;
  color: #732C7C;
}

.videomessages dl dt .btns .name span {
  display: block;
  width: 100%;
  text-align: right;
  font: 400 12px "Circular Std Book", sans-serif;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.messagesWrapp {
  width: 100%;
  max-width: 1280px;
  padding: 72px 24px 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 998px) {
  .messagesWrapp {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .messagesWrapp {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .messagesWrapp {
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .messagesWrapp {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .messagesWrapp {
    max-width: 340px;
  }
}

.messagesWrapp h1 {
  text-align: center;
  font: 400 72px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .messagesWrapp h1 {
    font-size: 56px;
  }
}

@media (max-width: 420px) {
  .messagesWrapp h1 {
    font-size: 40px;
  }
}

.messagesWrapp h2 {
  text-align: center;
  font: 400 24px "Source Serif Pro", serif;
  color: #000;
  margin: 12px 0 0 0;
}

@media (max-width: 998px) {
  .messagesWrapp h2 {
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .messagesWrapp h2 {
    font-size: 16px;
  }
}

.messagesWrapp ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 82px 0 0 0;
}

@media (max-width: 998px) {
  .messagesWrapp ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .messagesWrapp ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 420px) {
  .messagesWrapp ul {
    margin: 48px 0 0 0;
  }
}

.messagesWrapp ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.messagesWrapp ul li span {
  display: block;
  width: 100%;
  text-align: left;
}

.messagesWrapp ul li span img {
  display: inline-block;
  width: 100%;
  max-width: 48px;
}

.messagesWrapp ul li h2 {
  text-align: left;
  font: 400 24px "Circular Std", sans-serif;
  color: #000;
  margin: 32px 0 0 0;
}

@media (max-width: 420px) {
  .messagesWrapp ul li h2 {
    margin: 12px 0 0 0;
    font-size: 20px;
  }
}

.messagesWrapp ul li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 16px 0 0 0;
}

@media (max-width: 420px) {
  .messagesWrapp ul li p {
    font-size: 13px;
    margin: 8px 0 0 0;
  }
}

.messagesWrapp .directorMsg {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 48px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 82px 0 0 0;
}

@media (max-width: 998px) {
  .messagesWrapp .directorMsg {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 420px) {
  .messagesWrapp .directorMsg {
    grid-gap: 24px;
  }
}

.messagesWrapp .directorMsg .photo {
  width: 100%;
}

.messagesWrapp .directorMsg .photo img {
  display: block;
  width: 100%;
}

.messagesWrapp .directorMsg .message {
  width: 100%;
}

.messagesWrapp .directorMsg .message h2 {
  text-align: left;
  font: 400 48px "Source Serif Pro", serif;
  color: #732C7C;
}

@media (max-width: 560px) {
  .messagesWrapp .directorMsg .message h2 {
    font-size: 32px;
  }
}

.messagesWrapp .directorMsg .message b {
  display: block;
  width: 100%;
  text-align: left;
  font: 400 20px "Circular Std", sans-serif;
  color: #000;
  margin: 8px 0 0 0;
}

@media (max-width: 560px) {
  .messagesWrapp .directorMsg .message b {
    font-size: 16px;
  }
}

.messagesWrapp .directorMsg .message p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 24px 0 0 0;
}

.messagesWrapp .directorMsg .message p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

.messagesWrapp .principalMsg {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 48px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0 0;
}

@media (max-width: 998px) {
  .messagesWrapp .principalMsg {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 420px) {
  .messagesWrapp .principalMsg {
    grid-gap: 24px;
  }
}

.messagesWrapp .principalMsg .photo {
  width: 100%;
}

.messagesWrapp .principalMsg .photo img {
  display: block;
  width: 100%;
}

.messagesWrapp .principalMsg .message {
  width: 100%;
}

.messagesWrapp .principalMsg .message h2 {
  text-align: left;
  font: 400 48px "Source Serif Pro", serif;
  color: #732C7C;
}

@media (max-width: 560px) {
  .messagesWrapp .principalMsg .message h2 {
    font-size: 32px;
  }
}

.messagesWrapp .principalMsg .message b {
  display: block;
  width: 100%;
  text-align: left;
  font: 400 20px "Circular Std", sans-serif;
  color: #000;
  margin: 8px 0 0 0;
}

@media (max-width: 560px) {
  .messagesWrapp .principalMsg .message b {
    font-size: 16px;
  }
}

.messagesWrapp .principalMsg .message p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 24px 0 0 0;
}

.messagesWrapp .principalMsg .message p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

.teachersWrapper {
  width: 100%;
  max-width: 1280px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 998px) {
  .teachersWrapper {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .teachersWrapper {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .teachersWrapper {
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .teachersWrapper {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .teachersWrapper {
    max-width: 340px;
  }
}

.teachersWrapper .photo {
  width: 100%;
  position: relative;
}

.teachersWrapper .photo img {
  display: block;
  width: 100%;
}

.teachersWrapper .photo .heading {
  background-color: transparent;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 418px;
  position: absolute;
  left: 62px;
  right: 0;
  bottom: -56px;
}

@media (max-width: 998px) {
  .teachersWrapper .photo .heading {
    max-width: 292px;
  }
}

@media (max-width: 768px) {
  .teachersWrapper .photo .heading {
    max-width: 218px;
    left: 16px;
    bottom: -48px;
    padding: 12px;
  }
}

@media (max-width: 560px) {
  .teachersWrapper .photo .heading {
    max-width: 180px;
    bottom: -32px;
  }
}

.teachersWrapper .photo .heading .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 72px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
}

@media (max-width: 998px) {
  .teachersWrapper .photo .heading .rightshape {
    border-width: 56px 0px 0px 25px;
    right: 1px;
  }
}

@media (max-width: 768px) {
  .teachersWrapper .photo .heading .rightshape {
    border-width: 40px 0px 0px 25px;
  }
}

@media (max-width: 560px) {
  .teachersWrapper .photo .heading .rightshape {
    border-width: 36px 0px 0px 12px;
    right: 0;
  }
}

.teachersWrapper .photo .heading .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 24px 0px 73px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0px;
  left: 0;
}

@media (max-width: 998px) {
  .teachersWrapper .photo .heading .topshape {
    border-width: 24px 0px 57px 25px;
  }
}

@media (max-width: 768px) {
  .teachersWrapper .photo .heading .topshape {
    border-width: 24px 0px 41px 25px;
  }
}

@media (max-width: 560px) {
  .teachersWrapper .photo .heading .topshape {
    border-width: 12px 0px 36px 12px;
  }
}

.teachersWrapper .photo .heading .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 342px 25px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 14px;
  left: 25px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.teachersWrapper .photo .heading .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 73px 0px 25px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 25px;
  left: 1px;
}

.teachersWrapper .photo .heading .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.teachersWrapper .photo .heading b {
  background-color: #732C7C;
  display: block;
  width: 100%;
  font: 400 72px/72px "just_lovelyslanted", serif;
  color: #fff;
  text-align: center;
}

@media (max-width: 998px) {
  .teachersWrapper .photo .heading b {
    font: 400 56px/56px "just_lovelyslanted", serif;
  }
}

@media (max-width: 768px) {
  .teachersWrapper .photo .heading b {
    font: 400 40px/40px "just_lovelyslanted", serif;
  }
}

@media (max-width: 560px) {
  .teachersWrapper .photo .heading b {
    font: 400 36px/36px "just_lovelyslanted", serif;
  }
}

.teachersWrapper .educators {
  width: 100%;
  margin: 62px 0 0 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 48px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .teachersWrapper .educators {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
    margin: 32px 0 0 0;
  }
}

@media (max-width: 560px) {
  .teachersWrapper .educators {
    margin: 16px 0 0 0;
  }
}

.teachersWrapper .educators dt {
  width: 100%;
}

.teachersWrapper .educators dt p {
  text-align: left;
  font: 400 14px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 24px 0 0 0;
}

.teachersWrapper .educators dt p span {
  font: 400 14px "Circular Std medium", sans-serif;
  color: #000;
}

.teachersWrapper .ratio {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 62px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  margin: 56px 0 0 0;
}

@media (max-width: 998px) {
  .teachersWrapper .ratio {
    grid-gap: 32px;
  }
}

@media (max-width: 768px) {
  .teachersWrapper .ratio {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 420px) {
  .teachersWrapper .ratio {
    margin: 36px 0 0 0;
    grid-gap: 16px;
  }
}

.teachersWrapper .ratio li {
  width: 100%;
}

.teachersWrapper .ratio li h2 {
  text-align: left;
  font: 400 48px "Circular Std", sans-serif;
  color: #732C7C;
}

@media (max-width: 420px) {
  .teachersWrapper .ratio li h2 {
    font-size: 32px;
  }
}

.teachersWrapper .ratio li b {
  display: block;
  width: 100%;
  text-align: left;
  font: 400 14px "Circular Std Book", sans-serif;
  color: #505050;
}

@media (max-width: 420px) {
  .teachersWrapper .ratio li b {
    font-size: 13px;
  }
}

.teachersWrapper .workshops {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 48px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin: 72px 0 0 0;
}

@media (max-width: 768px) {
  .teachersWrapper .workshops {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.teachersWrapper .workshops li {
  width: 100%;
}

.teachersWrapper .workshops li h2 {
  text-align: left;
  font: 400 20px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 998px) {
  .teachersWrapper .workshops li h2 {
    font-size: 18px;
  }
}

.teachersWrapper .workshops li ol {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  margin: 24px 0 0 0;
}

.teachersWrapper .workshops li ol li {
  width: calc(100% - 16px);
  list-style: disc;
  color: #732C7C;
  margin: 0 0 0 16px;
}

.teachersWrapper .workshops li ol li p {
  text-align: left;
  font: 400 14px "Circular Std Book", sans-serif;
  color: #505050;
}

.teachersWrapper .learners {
  width: 100%;
}

.teachersWrapper .learners ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 72px;
  -ms-grid-columns: 520px auto;
      grid-template-columns: 520px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 72px 0 0 0;
}

@media (max-width: 998px) {
  .teachersWrapper .learners ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .teachersWrapper .learners ul {
    margin: 48px 0 0 0;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 48px;
  }
}

@media (max-width: 560px) {
  .teachersWrapper .learners ul {
    grid-gap: 24px;
  }
}

@media (max-width: 420px) {
  .teachersWrapper .learners ul {
    margin: 32px 0 0 0;
  }
}

.teachersWrapper .learners ul li {
  width: 100%;
}

.teachersWrapper .learners ul li h2 {
  text-transform: uppercase;
  font: 400 24px/56px "Circular Std", sans-serif;
  color: #000;
}

.teachersWrapper .learners ul li h2 span {
  text-align: left;
  font: 400 56px/56px "just_lovelyslanted", serif;
  color: #732C7C;
  text-transform: none;
  margin: 0 0 0 8px;
}

@media (max-width: 420px) {
  .teachersWrapper .learners ul li h2 span {
    font: 400 40px/40px "just_lovelyslanted", serif;
  }
}

@media (max-width: 420px) {
  .teachersWrapper .learners ul li h2 {
    font: 400 18px/40px "Circular Std", sans-serif;
    text-align: center;
  }
}

.teachersWrapper .learners ul li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 20px 0 0 0;
}

@media (max-width: 420px) {
  .teachersWrapper .learners ul li p {
    font-size: 14px;
  }
}

.teachersWrapper .learners ul li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 420px) {
  .teachersWrapper .learners ul li p {
    font-size: 14px;
  }
}

.teachersWrapper .learners ul li .photo {
  width: 100%;
  height: auto;
  position: relative;
}

.teachersWrapper .learners ul li .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  bottom: -34px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 0 48px 124px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}

.teachersWrapper .learners ul li .photo .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 20px 648px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 0;
}

.teachersWrapper .learners ul li .photo .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 220px 40px 72px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: -30px;
  left: 0;
  -webkit-transform: rotate(177deg);
          transform: rotate(177deg);
}

@media (max-width: 998px) {
  .teachersWrapper .learners ul li .photo .bottomshape {
    position: absolute;
    width: 0px;
    height: 0px;
    border-color: transparent transparent #732C7C;
    border-style: solid;
    border-width: 0px 93px 27px 37px;
    -o-border-image: none 100% / 1 / 0 stretch;
       border-image: none 100% / 1 / 0 stretch;
    bottom: -22px;
    left: 0;
    -webkit-transform: rotate(177deg);
            transform: rotate(177deg);
  }
}

@media (max-width: 768px) {
  .teachersWrapper .learners ul li .photo .bottomshape {
    position: absolute;
    width: 0px;
    height: 0px;
    border-color: transparent transparent #732C7C;
    border-style: solid;
    border-width: 0px 148px 27px 37px;
    -o-border-image: none 100% / 1 / 0 stretch;
       border-image: none 100% / 1 / 0 stretch;
    bottom: -21px;
    left: 0;
    -webkit-transform: rotate(177deg);
            transform: rotate(177deg);
  }
}

.teachersWrapper .learners ul li .photo .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 364px 20px 0px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
}

.teachersWrapper .learners ul li .photo .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.teachersWrapper .support {
  width: 100%;
  margin: 106px 0 0 0;
  position: relative;
  background-color: #732C7C;
  overflow: hidden;
}

@media (max-width: 768px) {
  .teachersWrapper .support {
    margin: 62px 0 0 0;
  }
}

.teachersWrapper .support ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 48px;
  padding: 48px 48px 62px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 10;
}

@media (max-width: 998px) {
  .teachersWrapper .support ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    padding: 0 48px 62px 48px;
  }
}

@media (max-width: 768px) {
  .teachersWrapper .support ul {
    grid-gap: 16px;
  }
}

@media (max-width: 560px) {
  .teachersWrapper .support ul {
    padding: 0 24px 24px 24px;
  }
}

.teachersWrapper .support ul li {
  width: 100%;
}

.teachersWrapper .support ul li:last-child {
  background-color: #732C7C;
}

@media (max-width: 560px) {
  .teachersWrapper .support ul li:last-child {
    padding-bottom: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.teachersWrapper .support ul li h2 {
  text-transform: uppercase;
  font: 400 24px/56px "Circular Std", sans-serif;
  color: #fff;
}

.teachersWrapper .support ul li h2 span {
  text-align: left;
  font: 400 56px/56px "just_lovelyslanted", serif;
  color: #fff;
  text-transform: none;
  margin: 0 0 0 8px;
}

@media (max-width: 560px) {
  .teachersWrapper .support ul li h2 span {
    font: 400 40px/40px "just_lovelyslanted", serif;
  }
}

@media (max-width: 560px) {
  .teachersWrapper .support ul li h2 {
    text-align: center;
    font: 400 18px/40px "Circular Std", sans-serif;
  }
}

.teachersWrapper .support ul li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #fff;
  margin: 20px 0 0 0;
}

.teachersWrapper .support ul li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #fff;
}

@media (max-width: 560px) {
  .teachersWrapper .support ul li p {
    font-size: 14px;
    margin: 16px 0 0 0;
  }
}

.teachersWrapper .support ul li .photo {
  width: 100%;
}

.teachersWrapper .support ul li .photo .video {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}

.teachersWrapper .support ul li .photo .video img {
  display: block;
  width: 100%;
}

.teachersWrapper .support ul li .photo .video video {
  display: block;
  width: 100%;
}

.teachersWrapper .support ul li .photo .video:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.teachersWrapper .support ul li .photo .video button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.teachersWrapper .support ul li .photo .video button.playsport {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.teachersWrapper .support ul li .photo .video button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.teachersWrapper .support .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: -22px;
  top: -10px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 513px 40px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

@media (max-width: 998px) {
  .teachersWrapper .support .rightshape {
    position: absolute;
    width: 0px;
    height: 0px;
    right: -26px;
    top: -10px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 0 0 842px 40px;
    -o-border-image: none 100% / 1 / 0 stretch;
       border-image: none 100% / 1 / 0 stretch;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
}

@media (max-width: 768px) {
  .teachersWrapper .support .rightshape {
    border-width: 0 0 735px 32px;
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
    right: -20px;
  }
}

@media (max-width: 420px) {
  .teachersWrapper .support .rightshape {
    border-width: 0 0 735px 32px;
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    right: -26px;
  }
}

.teachersWrapper .support .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 596px 300px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0px;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 998px) {
  .teachersWrapper .support .topshape {
    border-width: 0 0 804px 48px;
  }
}

@media (max-width: 768px) {
  .teachersWrapper .support .topshape {
    border-width: 0 0 716px 48px;
  }
}

@media (max-width: 768px) {
  .teachersWrapper .support .topshape {
    border-width: 0 0 684px 24px;
  }
}

@media (max-width: 420px) {
  .teachersWrapper .support .topshape {
    border-width: 0 0 720px 24px;
  }
}

.teachersWrapper .support .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 1232px 24px 0px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0;
  left: 0;
}

@media (max-width: 998px) {
  .teachersWrapper .support .bottomshape {
    border-width: 0px 700px 24px 0px;
  }
}

@media (max-width: 768px) {
  .teachersWrapper .support .bottomshape {
    border-width: 0px 512px 24px 0px;
  }
}

@media (max-width: 560px) {
  .teachersWrapper .support .bottomshape {
    border-width: 0px 374px 12px 0px;
  }
}

.teachersWrapper .support .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 24px 1232px 0px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
}

@media (max-width: 998px) {
  .teachersWrapper .support .leftshape {
    border-width: 359px 768px 0px 24px;
  }
}

@media (max-width: 768px) {
  .teachersWrapper .support .leftshape {
    border-width: 242px 484px 0px 24px;
  }
}

@media (max-width: 560px) {
  .teachersWrapper .support .leftshape {
    border-width: 178px 360px 0px 0px;
  }
}

@media (max-width: 420px) {
  .teachersWrapper .support .leftshape {
    border-width: 118px 287px 0px 0px;
  }
}

.teachersWrapper .support .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.teachersWrapper .asteachers {
  width: 100%;
  margin: 72px 0 0 0;
}

.teachersWrapper .asteachers ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 72px;
  -ms-grid-columns: 380px auto;
      grid-template-columns: 380px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 998px) {
  .teachersWrapper .asteachers ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-gap: 36px;
  }
}

@media (max-width: 768px) {
  .teachersWrapper .asteachers ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.teachersWrapper .asteachers ul li {
  width: 100%;
  position: relative;
}

.teachersWrapper .asteachers ul li h2 {
  text-transform: uppercase;
  font: 400 24px/56px "Circular Std", sans-serif;
  color: #000;
}

@media (max-width: 420px) {
  .teachersWrapper .asteachers ul li h2 {
    font: 400 18px/40px "Circular Std", sans-serif;
    text-align: center;
  }
}

.teachersWrapper .asteachers ul li h2 span {
  text-align: left;
  font: 400 56px/56px "just_lovelyslanted", serif;
  color: #732C7C;
  text-transform: none;
  margin: 0 0 0 8px;
}

@media (max-width: 420px) {
  .teachersWrapper .asteachers ul li h2 span {
    font: 400 40px/40px "just_lovelyslanted", serif;
  }
}

.teachersWrapper .asteachers ul li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 20px 0 0 0;
}

@media (max-width: 420px) {
  .teachersWrapper .asteachers ul li p {
    font-size: 14px;
  }
}

.teachersWrapper .asteachers ul li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 420px) {
  .teachersWrapper .asteachers ul li p {
    font-size: 14px;
  }
}

.teachersWrapper .asteachers ul li .photo {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #732C7C;
  padding: 62px 0 48px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 998px) {
  .teachersWrapper .asteachers ul li .photo {
    padding: 32px 0 24px 0;
  }
}

.teachersWrapper .asteachers ul li .photo img {
  display: inline-block;
  width: 85%;
  position: relative;
  z-index: 10;
}

.teachersWrapper .asteachers ul li .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  top: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 24px 780px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
}

@media (max-width: 998px) {
  .teachersWrapper .asteachers ul li .rightshape {
    border-width: 0 0 24px 343px;
  }
}

@media (max-width: 768px) {
  .teachersWrapper .asteachers ul li .rightshape {
    border-width: 0 0 24px 422px;
  }
}

@media (max-width: 420px) {
  .teachersWrapper .asteachers ul li .rightshape {
    border-width: 0 0 24px 292px;
  }
}

.teachersWrapper .asteachers ul li .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 560px 56px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  right: 0;
}

@media (max-width: 998px) {
  .teachersWrapper .asteachers ul li .topshape {
    border-width: 0 0 252px 30px;
  }
}

@media (max-width: 768px) {
  .teachersWrapper .asteachers ul li .topshape {
    border-width: 0 0 350px 30px;
  }
}

@media (max-width: 420px) {
  .teachersWrapper .asteachers ul li .topshape {
    border-width: 0 0 228px 30px;
  }
}

.teachersWrapper .asteachers ul li .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 220px 40px 72px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: -30px;
  left: 0;
  -webkit-transform: rotate(177deg);
          transform: rotate(177deg);
}

.teachersWrapper .asteachers ul li .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #fff;
  border-style: solid;
  border-width: 560px 148px 0px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
}

@media (max-width: 998px) {
  .teachersWrapper .asteachers ul li .leftshape {
    border-width: 254px 96px 0px 0;
  }
}

@media (max-width: 768px) {
  .teachersWrapper .asteachers ul li .leftshape {
    border-width: 352px 96px 0px 0;
  }
}

@media (max-width: 560px) {
  .teachersWrapper .asteachers ul li .leftshape {
    border-width: 288px 96px 0px 0;
  }
}

@media (max-width: 420px) {
  .teachersWrapper .asteachers ul li .leftshape {
    border-width: 228px 96px 0px 0;
  }
}

.teachersWrapper .asteachers ul li .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.teachersWrapper .interested {
  width: 100%;
  position: relative;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  position: relative;
  bottom: -180px;
  margin: -140px 0 0 0;
}

@media (max-width: 560px) {
  .teachersWrapper .interested {
    padding: 24px;
  }
}

.teachersWrapper .interested .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 72px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
}

.teachersWrapper .interested .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 40px 0px 96px 40px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0px;
  left: 0;
}

@media (max-width: 768px) {
  .teachersWrapper .interested .topshape {
    border-width: 40px 0px 137px 40px;
  }
}

@media (max-width: 560px) {
  .teachersWrapper .interested .topshape {
    border-width: 23px 0px 160px 16px;
    left: 8px;
  }
}

.teachersWrapper .interested .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 1176px 40px 12px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 30px;
  left: 34px;
  -webkit-transform: rotate(179deg);
          transform: rotate(179deg);
}

@media (max-width: 998px) {
  .teachersWrapper .interested .bottomshape {
    border-width: 0px 920px 40px 12px;
  }
}

@media (max-width: 998px) {
  .teachersWrapper .interested .bottomshape {
    border-width: 0px 659px 40px 12px;
    -webkit-transform: rotate(178deg);
            transform: rotate(178deg);
    left: 40px;
  }
}

@media (max-width: 768px) {
  .teachersWrapper .interested .bottomshape {
    border-width: 0px 452px 40px 11px;
    -webkit-transform: rotate(177deg);
            transform: rotate(177deg);
    left: 40px;
  }
}

@media (max-width: 560px) {
  .teachersWrapper .interested .bottomshape {
    border-width: 0px 331px 24px 11px;
    -webkit-transform: rotate(176deg);
            transform: rotate(176deg);
    left: 24px;
    top: 13px;
  }
}

@media (max-width: 420px) {
  .teachersWrapper .interested .bottomshape {
    border-width: 0px 257px 24px 11px;
    -webkit-transform: rotate(176deg);
            transform: rotate(176deg);
    left: 24px;
    top: 15px;
  }
}

.teachersWrapper .interested .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 98px 24px 0 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 40px;
  right: 16px;
}

@media (max-width: 768px) {
  .teachersWrapper .interested .leftshape {
    border-width: 138px 24px 0 0;
  }
}

@media (max-width: 560px) {
  .teachersWrapper .interested .leftshape {
    border-width: 182px 16px 0px 0px;
    bottom: 0;
    top: 2px;
    right: 8px;
  }
}

@media (max-width: 420px) {
  .teachersWrapper .interested .leftshape {
    border-width: 178px 24px 0px 0px;
    right: 0;
    top: 6px;
  }
}

.teachersWrapper .interested .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.teachersWrapper .interested ul {
  width: 100%;
  padding: 16px 36px 24px 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #732C7C;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 160px;
      grid-template-columns: auto 160px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

@media (max-width: 768px) {
  .teachersWrapper .interested ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
  }
}

.teachersWrapper .interested ul li {
  width: 100%;
  text-align: left;
  font: 400 24px "Source Serif Pro", serif;
  color: #fff;
}

@media (max-width: 998px) {
  .teachersWrapper .interested ul li {
    font-size: 20px;
  }
}

@media (max-width: 560px) {
  .teachersWrapper .interested ul li {
    font-size: 18px;
    text-align: center;
  }
}

.teachersWrapper .interested ul li a {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  height: 56px;
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.teachersWrapper .interested ul li a:hover b {
  background-color: #fff;
}

.teachersWrapper .interested ul li a:hover .rightshape {
  border-color: transparent transparent transparent #fff;
}

.teachersWrapper .interested ul li a:hover .topshape {
  border-color: transparent transparent #fff;
}

.teachersWrapper .interested ul li a:hover .bottomshape {
  border-color: transparent transparent #fff;
}

.teachersWrapper .interested ul li a b {
  display: block;
  width: 100%;
  font: 400 15px/40px "Circular Std Book", sans-serif;
  color: #000;
  background-color: #9C8AA4;
}

.teachersWrapper .interested ul li a .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  border-color: transparent transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 40px 0px 0px 10px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
}

@media (max-width: 768px) {
  .teachersWrapper .interested ul li a .rightshape {
    border-width: 48px 0px 0px 16px;
    top: 0;
    right: -3px;
  }
}

.teachersWrapper .interested ul li a .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0 0px 40px 10px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  left: 1px;
}

@media (max-width: 768px) {
  .teachersWrapper .interested ul li a .topshape {
    border-width: 0 0px 40px 16px;
    top: 8px;
    left: -6px;
  }
}

.teachersWrapper .interested ul li a .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0px 3px 8px 143px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 1px;
  left: 6px;
  -webkit-transform: rotate(1deg);
          transform: rotate(1deg);
}

@media (max-width: 768px) {
  .teachersWrapper .interested ul li a .bottomshape {
    border-width: 0px 7px 16px 336px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    left: 8px;
    top: -8px;
  }
}

@media (max-width: 560px) {
  .teachersWrapper .interested ul li a .bottomshape {
    border-width: 0px 7px 16px 227px;
  }
}

@media (max-width: 420px) {
  .teachersWrapper .interested ul li a .bottomshape {
    border-width: 0px 5px 10px 150px;
    top: -1px;
  }
}

.teachersWrapper .interested ul li a .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #9C8AA4 transparent transparent;
  border-style: solid;
  border-width: 40px 10px 0 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  right: 0;
}

.teachersWrapper .interested ul li a .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper {
  width: 100%;
  max-width: 1280px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 998px) {
  .sportsWrapper {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .sportsWrapper {
    max-width: 1024px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper {
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper {
    max-width: 340px;
  }
}

.sportsWrapper .sphoto {
  width: 100%;
  position: relative;
}

.sportsWrapper .sphoto .video {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 16 /9;
}

.sportsWrapper .sphoto .video video {
  display: block;
  width: 100%;
}

.sportsWrapper .sphoto .video .btns {
  width: 100%;
  position: absolute;
  height: 100%;
  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;
  top: 0;
  left: 0;
  z-index: 10;
}

.sportsWrapper .sphoto .video .btns button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
}

.sportsWrapper .sphoto .video .btns button.playsport {
  display: none;
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .sphoto .video .btns button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .sphoto .video .btns button.mute {
  background: url(../icons/mute.html) no-repeat center !important;
  background-size: 32px !important;
  opacity: .48;
  position: absolute;
  top: 24px;
  right: 24px;
}

.sportsWrapper .sphoto .video .btns button.mute:hover {
  opacity: 1;
}

.sportsWrapper .sphoto .video .btns button#mute_button {
  background: url(../icons/unmute.html) no-repeat center;
  background-size: 32px;
  opacity: .48;
  position: absolute;
  top: 24px;
  right: 24px;
}

.sportsWrapper .sphoto .video .btns button#mute_button:hover {
  opacity: 1;
}

.sportsWrapper .sphoto .heading {
  background-color: transparent;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 418px;
  position: absolute;
  left: 62px;
  right: 0;
  bottom: -56px;
}

@media (max-width: 998px) {
  .sportsWrapper .sphoto .heading {
    max-width: 330px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .sphoto .heading {
    max-width: 237px;
    bottom: -48px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .sphoto .heading {
    max-width: 192px;
  }
}

.sportsWrapper .sphoto .heading .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 72px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
}

@media (max-width: 998px) {
  .sportsWrapper .sphoto .heading .rightshape {
    border-width: 56px 0px 0px 25px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .sphoto .heading .rightshape {
    border-width: 40px 0px 0px 25px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .sphoto .heading .rightshape {
    border-width: 32px 0px 0px 25px;
  }
}

.sportsWrapper .sphoto .heading .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 24px 0px 73px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0px;
  left: 0;
}

@media (max-width: 998px) {
  .sportsWrapper .sphoto .heading .topshape {
    border-width: 24px 0px 57px 25px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .sphoto .heading .topshape {
    border-width: 24px 0px 41px 25px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .sphoto .heading .topshape {
    border-width: 24px 0px 33px 25px;
  }
}

.sportsWrapper .sphoto .heading .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 342px 25px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 14px;
  left: 25px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.sportsWrapper .sphoto .heading .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 73px 0px 25px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 25px;
  left: 1px;
}

.sportsWrapper .sphoto .heading .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .sphoto .heading b {
  background-color: #732C7C;
  display: block;
  width: 100%;
  font: 400 72px/72px "just_lovelyslanted", serif;
  color: #fff;
  text-align: center;
}

@media (max-width: 998px) {
  .sportsWrapper .sphoto .heading b {
    font: 400 56px/56px "just_lovelyslanted", serif;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .sphoto .heading b {
    font: 400 40px/40px "just_lovelyslanted", serif;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .sphoto .heading b {
    font: 400 32px/32px "just_lovelyslanted", serif;
  }
}

.sportsWrapper .sportsTextWrapp {
  width: 100%;
}

@media (max-width: 998px) {
  .sportsWrapper .sportsTextWrapp {
    max-width: 768px;
    margin: 0 auto;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .sportsTextWrapp {
    margin: 0;
  }
}

.sportsWrapper .sportsTextWrapp .sportstxtCon {
  width: 100%;
  padding: 62px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 998px) {
  .sportsWrapper .sportsTextWrapp .sportstxtCon {
    padding: 48px 0 0 0;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .sportsTextWrapp .sportstxtCon {
    padding: 28px 0 0 0;
  }
}

.sportsWrapper .sportsTextWrapp .sportstxtCon .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 1px 0px 62px 1040px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
}

@media (max-width: 998px) {
  .sportsWrapper .sportsTextWrapp .sportstxtCon .topshape {
    border-width: 1px 0px 62px 784px;
  }
}

@media (max-width: 998px) {
  .sportsWrapper .sportsTextWrapp .sportstxtCon .topshape {
    border-width: 1px 0px 62px 624px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .sportsTextWrapp .sportstxtCon .topshape {
    border-width: 1px 0px 62px 416px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .sportsTextWrapp .sportstxtCon .topshape {
    border-width: 1px 0px 28px 308px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .sportsTextWrapp .sportstxtCon .topshape {
    border-width: 1px 0px 28px 244px;
  }
}

.sportsWrapper .sportsTextWrapp .sportstxtCon .txtCon {
  width: 100%;
  background-color: #fff;
  padding: 0 96px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*h1{
                    text-align: center;
                    font: 400 72px $justslanted;
                    color: $red;

                    @include desktop(){
                        font-size: 62px;
                    }

                    @include tablet(){
                        font-size: 52px;
                    }

                    @include xs(){
                        font-size: 48px;
                    }
                }*/
}

@media (max-width: 998px) {
  .sportsWrapper .sportsTextWrapp .sportstxtCon .txtCon {
    padding: 0;
  }
}

.sportsWrapper .sportsTextWrapp .sportstxtCon .txtCon b {
  display: block;
  width: 100%;
  text-align: center;
  font: 400 24px "Source Serif Pro", serif;
  color: #000;
  margin: 40px 0 0 0;
}

@media (max-width: 998px) {
  .sportsWrapper .sportsTextWrapp .sportstxtCon .txtCon b {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .sportsTextWrapp .sportstxtCon .txtCon b {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .sportsTextWrapp .sportstxtCon .txtCon b {
    font-size: 16px;
    margin: 16px 0 0 0;
  }
}

.sportsWrapper .sportsTextWrapp .sportstxtCon .txtCon b span {
  color: #732C7C;
}

.sportsWrapper .sportsTextWrapp .sportstxtCon .txtCon ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 62px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  padding: 24px 0 0 0;
}

@media (max-width: 998px) {
  .sportsWrapper .sportsTextWrapp .sportstxtCon .txtCon ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 8px;
  }
}

.sportsWrapper .sportsTextWrapp .sportstxtCon .txtCon ul li {
  width: 100%;
}

.sportsWrapper .sportsTextWrapp .sportstxtCon .txtCon ul li p {
  text-align: left;
  font: 400 14px/19px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 24px 0 0 0;
}

@media (max-width: 768px) {
  .sportsWrapper .sportsTextWrapp .sportstxtCon .txtCon ul li p {
    font: 400 13px/18px "Circular Std Book", sans-serif;
  }
}

.sportsWrapper .sportsTextWrapp .sportstxtCon .txtCon ul li p span {
  font: 400 14px/19px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 768px) {
  .sportsWrapper .sportsTextWrapp .sportstxtCon .txtCon ul li p span {
    font: 400 13px/18px "Circular Std medium", sans-serif;
  }
}

.sportsWrapper .outdoorWrapper {
  width: 100%;
  margin: 72px 0 0 0;
  padding: 0 96px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper {
    padding: 0;
  }
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper {
    max-width: 768px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .outdoorWrapper {
    margin: 0;
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .outdoorWrapper {
    max-width: 360px;
  }
}

.sportsWrapper .outdoorWrapper h1 {
  text-align: center;
  font: 400 72px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper h1 {
    font-size: 56px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper h1 {
    font-size: 48px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .outdoorWrapper h1 {
    font-size: 40px;
  }
}

.sportsWrapper .outdoorWrapper .swimingpool {
  width: 100%;
  position: relative;
  margin: 36px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 650px auto;
      grid-template-columns: 650px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .swimingpool {
    -ms-grid-columns: 420px auto;
        grid-template-columns: 420px auto;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .swimingpool {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.sportsWrapper .outdoorWrapper .swimingpool .photo {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.sportsWrapper .outdoorWrapper .swimingpool .photo .video {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}

.sportsWrapper .outdoorWrapper .swimingpool .photo .video video {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .swimingpool .photo .video:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.sportsWrapper .outdoorWrapper .swimingpool .photo .video button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sportsWrapper .outdoorWrapper .swimingpool .photo .video button.playsport {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .outdoorWrapper .swimingpool .photo .video button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .outdoorWrapper .swimingpool .photo .photos {
  width: 100%;
  margin: 8px 0 0 0;
}

.sportsWrapper .outdoorWrapper .swimingpool .photo .photos ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.sportsWrapper .outdoorWrapper .swimingpool .photo .photos ul li {
  width: 100%;
}

.sportsWrapper .outdoorWrapper .swimingpool .photo .photos ul li a {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .swimingpool .photo .photos ul li a img {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .swimingpool .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 72px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
}

.sportsWrapper .outdoorWrapper .swimingpool .photo .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 728px 12px 0px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 0;
}

.sportsWrapper .outdoorWrapper .swimingpool .photo .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sportsWrapper .outdoorWrapper .swimingpool .photo .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 550px 0px 0px 16px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  right: 0;
}

.sportsWrapper .outdoorWrapper .swimingpool .photo .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .outdoorWrapper .swimingpool .text {
  width: 100%;
  max-width: 380px;
  background-color: #732C7C;
  padding: 62px 40px 62px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 24px;
  bottom: 40px;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text {
    padding: 48px 32px 48px 36px;
  }
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text {
    padding: 20px;
    max-width: 324px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text {
    position: relative;
    right: 0;
    bottom: 0;
    max-width: 486px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text {
    max-width: 346px;
    padding: 16px 20px 20px 20px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text {
    max-width: 272px;
    padding: 16px;
  }
}

.sportsWrapper .outdoorWrapper .swimingpool .text h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #fff;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text h2 {
    font-size: 40px;
  }
}

.sportsWrapper .outdoorWrapper .swimingpool .text p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #fff;
  margin: 24px 0 0 0;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text p {
    font-size: 13px;
    margin: 12px 0 0 0;
  }
}

.sportsWrapper .outdoorWrapper .swimingpool .text .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: -24px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 3px 0px 387px 24px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text .rightshape {
    border-width: 0 0px 343px 24px;
  }
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text .rightshape {
    border-width: 1px 0px 236px 24px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text .rightshape {
    border-width: 1px 0px 186px 24px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text .rightshape {
    border-width: 1px 0px 232px 24px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text .rightshape {
    border-width: 1px 0px 244px 16px;
    right: -16px;
  }
}

.sportsWrapper .outdoorWrapper .swimingpool .text .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 380px 24px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: -24px;
  left: 0;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text .topshape {
    border-width: 0 405px 24px 0;
  }
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text .topshape {
    border-width: 0 349px 24px 0;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text .topshape {
    border-width: 0 512px 24px 0;
    top: -23px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text .topshape {
    border-width: 0 375px 16px 0;
    top: -16px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text .topshape {
    border-width: 0 292px 16px 0;
  }
}

.sportsWrapper .outdoorWrapper .swimingpool .text .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sportsWrapper .outdoorWrapper .swimingpool .text .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 16px 380px 0px 0px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: -16px;
  right: 0;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text .leftshape {
    border-width: 16px 324px 0px 0px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text .leftshape {
    border-width: 16px 487px 0px 0px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text .leftshape {
    border-width: 16px 346px 0px 0px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .outdoorWrapper .swimingpool .text .leftshape {
    border-width: 16px 272px 0px 0px;
  }
}

.sportsWrapper .outdoorWrapper .swimingpool .text .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .outdoorWrapper .horseRiding {
  width: 100%;
}

.sportsWrapper .outdoorWrapper .horseRiding ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 72px;
  -ms-grid-columns: 320px auto;
      grid-template-columns: 320px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 72px 0 0 0;
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .horseRiding ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
  }
}

.sportsWrapper .outdoorWrapper .horseRiding ul li {
  width: 100%;
}

.sportsWrapper .outdoorWrapper .horseRiding ul li h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .horseRiding ul li h2 {
    font-size: 40px;
  }
}

.sportsWrapper .outdoorWrapper .horseRiding ul li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 20px 0 0 0;
}

.sportsWrapper .outdoorWrapper .horseRiding ul li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

.sportsWrapper .outdoorWrapper .horseRiding ul li .photo {
  width: 100%;
  height: auto;
  position: relative;
}

.sportsWrapper .outdoorWrapper .horseRiding ul li .photo .video {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}

.sportsWrapper .outdoorWrapper .horseRiding ul li .photo .video video {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .horseRiding ul li .photo .video:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.sportsWrapper .outdoorWrapper .horseRiding ul li .photo .video button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sportsWrapper .outdoorWrapper .horseRiding ul li .photo .video button.playsport {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .outdoorWrapper .horseRiding ul li .photo .video button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .outdoorWrapper .horseRiding ul li .photo .photos {
  width: 100%;
  margin: 8px 0 0 0;
}

.sportsWrapper .outdoorWrapper .horseRiding ul li .photo .photos ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.sportsWrapper .outdoorWrapper .horseRiding ul li .photo .photos ul li {
  width: 100%;
}

.sportsWrapper .outdoorWrapper .horseRiding ul li .photo .photos ul li a {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .horseRiding ul li .photo .photos ul li a img {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .horseRiding ul li .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  bottom: -34px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 0 48px 124px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}

.sportsWrapper .outdoorWrapper .horseRiding ul li .photo .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 20px 648px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 0;
}

.sportsWrapper .outdoorWrapper .horseRiding ul li .photo .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sportsWrapper .outdoorWrapper .horseRiding ul li .photo .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 364px 20px 0px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
}

.sportsWrapper .outdoorWrapper .horseRiding ul li .photo .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .outdoorWrapper .archeryShooting {
  width: 100%;
  margin: 72px 0 0 0;
  position: relative;
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .archeryShooting {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo {
  width: 600px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .photo {
    height: auto;
    width: 420px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .photo {
    width: 100%;
  }
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo .video {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo .video img {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo .video video {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo .video:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo .video button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo .video button.playsport {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo .video button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo .photos {
  width: 100%;
  margin: 8px 0 0 0;
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo .photos ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo .photos ul li {
  width: 100%;
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo .photos ul li a {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo .photos ul li a img {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 72px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 0px 490px 40px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  right: 0;
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 0px 30px 600px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 550px 0px 0px 16px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  right: 0;
}

.sportsWrapper .outdoorWrapper .archeryShooting .photo .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .outdoorWrapper .archeryShooting .text {
  width: 100%;
  max-width: 448px;
  background-color: #732C7C;
  padding: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 72px;
  height: 360px;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text {
    padding: 40px;
    max-width: 370px;
    right: 24px;
  }
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text {
    padding: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 300px;
    height: 300px;
    right: 48px;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text {
    position: relative;
    bottom: 0;
    right: -44px;
    max-width: 420px;
    height: 240px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text {
    max-width: 312px;
    padding: 8px 24px 24px 24px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text {
    padding: 16px;
    right: -16px;
    max-width: 260px;
    height: 270px;
  }
}

.sportsWrapper .outdoorWrapper .archeryShooting .text h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #fff;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text h2 {
    font-size: 40px;
  }
}

.sportsWrapper .outdoorWrapper .archeryShooting .text p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #fff;
  margin: 24px 0 0 0;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text p {
    font-size: 13px;
    margin: 8px 0 0 0;
  }
}

.sportsWrapper .outdoorWrapper .archeryShooting .text .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  left: -29px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 0px 360px 30px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text .rightshape {
    border-width: 0 0px 300px 30px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text .rightshape {
    border-width: 0 0px 241px 30px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text .rightshape {
    border-width: 0 0px 270px 16px;
    left: -16px;
  }
}

.sportsWrapper .outdoorWrapper .archeryShooting .text .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 24px 361px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  right: -11px;
  bottom: -1px;
  -webkit-transform: rotate(-176deg);
          transform: rotate(-176deg);
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text .topshape {
    border-width: 0px 24px 370px 0px;
    right: -9px;
    -webkit-transform: rotate(-177deg);
            transform: rotate(-177deg);
  }
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text .topshape {
    border-width: 0px 24px 323px 0px;
    right: -8px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text .topshape {
    border-width: 0px 24px 264px 0px;
    right: -7px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text .topshape {
    border-width: 0px 24px 272px 0px;
  }
}

.sportsWrapper .outdoorWrapper .archeryShooting .text .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 0px 24px 474px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: -22px;
  left: -2px;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text .bottomshape {
    border-width: 0px 0px 24px 392px;
    top: -24px;
  }
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text .bottomshape {
    border-width: 0px 0px 24px 318px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text .bottomshape {
    border-width: 0px 0px 24px 436px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text .bottomshape {
    border-width: 0px 0px 24px 326px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text .bottomshape {
    border-width: 0px 0px 16px 276px;
    top: -16px;
  }
}

.sportsWrapper .outdoorWrapper .archeryShooting .text .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 16px 478px 0px 0px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: -16px;
  left: -30px;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text .leftshape {
    border-width: 16px 400px 0px 0px;
  }
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text .leftshape {
    border-width: 16px 331px 0px 0px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text .leftshape {
    border-width: 16px 450px 0px 0px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text .leftshape {
    border-width: 16px 343px 0px 0px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .outdoorWrapper .archeryShooting .text .leftshape {
    border-width: 16px 276px 0px 0px;
    left: -16px;
  }
}

.sportsWrapper .outdoorWrapper .archeryShooting .text .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .outdoorWrapper .basketball {
  width: 100%;
}

.sportsWrapper .outdoorWrapper .basketball ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 72px;
  -ms-grid-columns: 320px auto;
      grid-template-columns: 320px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 72px 0 0 0;
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .basketball ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
  }
}

.sportsWrapper .outdoorWrapper .basketball ul li {
  width: 100%;
}

.sportsWrapper .outdoorWrapper .basketball ul li h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .basketball ul li h2 {
    font-size: 40px;
  }
}

.sportsWrapper .outdoorWrapper .basketball ul li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 20px 0 0 0;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .basketball ul li p {
    font-size: 13px;
  }
}

.sportsWrapper .outdoorWrapper .basketball ul li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .basketball ul li p span {
    font-size: 13px;
  }
}

.sportsWrapper .outdoorWrapper .basketball ul li .photo {
  width: 100%;
  height: auto;
  position: relative;
}

.sportsWrapper .outdoorWrapper .basketball ul li .photo .video {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}

.sportsWrapper .outdoorWrapper .basketball ul li .photo .video video {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .basketball ul li .photo .video:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.sportsWrapper .outdoorWrapper .basketball ul li .photo .video button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sportsWrapper .outdoorWrapper .basketball ul li .photo .video button.playsport {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .outdoorWrapper .basketball ul li .photo .video button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .outdoorWrapper .basketball ul li .photo .photos {
  width: 100%;
  margin: 8px 0 0 0;
}

.sportsWrapper .outdoorWrapper .basketball ul li .photo .photos ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.sportsWrapper .outdoorWrapper .basketball ul li .photo .photos ul li {
  width: 100%;
}

.sportsWrapper .outdoorWrapper .basketball ul li .photo .photos ul li a {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .basketball ul li .photo .photos ul li a img {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .basketball ul li .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  bottom: -30px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 0 49px 250px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.sportsWrapper .outdoorWrapper .basketball ul li .photo .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 20px 648px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 0;
}

.sportsWrapper .outdoorWrapper .basketball ul li .photo .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sportsWrapper .outdoorWrapper .basketball ul li .photo .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 364px 20px 0px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
}

.sportsWrapper .outdoorWrapper .basketball ul li .photo .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .outdoorWrapper .tennis {
  width: 100%;
  margin: 96px 0 0 0;
  position: relative;
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .tennis {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.sportsWrapper .outdoorWrapper .tennis .photo {
  width: 680px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .tennis .photo {
    width: 420px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .tennis .photo {
    width: 100%;
  }
}

.sportsWrapper .outdoorWrapper .tennis .photo .video {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}

.sportsWrapper .outdoorWrapper .tennis .photo .video video {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .tennis .photo .video:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.sportsWrapper .outdoorWrapper .tennis .photo .video button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sportsWrapper .outdoorWrapper .tennis .photo .video button.playsport {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .outdoorWrapper .tennis .photo .video button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .outdoorWrapper .tennis .photo .photos {
  width: 100%;
  margin: 8px 0 0 0;
}

.sportsWrapper .outdoorWrapper .tennis .photo .photos ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.sportsWrapper .outdoorWrapper .tennis .photo .photos ul li {
  width: 100%;
}

.sportsWrapper .outdoorWrapper .tennis .photo .photos ul li a {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .tennis .photo .photos ul li a img {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .tennis .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  left: 0px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 540px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
}

.sportsWrapper .outdoorWrapper .tennis .photo .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 728px 24px 0px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 0;
}

.sportsWrapper .outdoorWrapper .tennis .photo .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sportsWrapper .outdoorWrapper .tennis .photo .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 552px 0px 0px 24px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  right: -14px;
  -webkit-transform: rotate(182deg);
          transform: rotate(182deg);
}

.sportsWrapper .outdoorWrapper .tennis .photo .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .outdoorWrapper .tennis .text {
  width: 100%;
  max-width: 380px;
  background-color: #732C7C;
  padding: 40px 40px 40px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 48px;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .tennis .text {
    padding: 24px 24px 24px 36px;
  }
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .tennis .text {
    max-width: 348px;
    bottom: 36px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .tennis .text {
    position: relative;
    right: 0;
    bottom: 0;
    max-width: 512px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .outdoorWrapper .tennis .text {
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .outdoorWrapper .tennis .text {
    padding: 20px;
  }
}

.sportsWrapper .outdoorWrapper .tennis .text h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #fff;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .tennis .text h2 {
    font-size: 40px;
  }
}

.sportsWrapper .outdoorWrapper .tennis .text p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #fff;
  margin: 24px 0 0 0;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .tennis .text p {
    font-size: 13px;
    margin: 8px 0 0 0;
  }
}

.sportsWrapper .outdoorWrapper .tennis .text .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: -24px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 3px 0px 387px 24px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0;
}

.sportsWrapper .outdoorWrapper .tennis .text .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 380px 24px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: -10px;
  left: 0;
  -webkit-transform: rotate(177deg);
          transform: rotate(177deg);
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .tennis .text .topshape {
    border-width: 0 348px 24px 0;
    top: -9px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .tennis .text .topshape {
    border-width: 0 512px 24px 0;
    top: -9px;
    -webkit-transform: rotate(178deg);
            transform: rotate(178deg);
  }
}

@media (max-width: 560px) {
  .sportsWrapper .outdoorWrapper .tennis .text .topshape {
    border-width: 0 372px 24px 0;
    top: -7px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .outdoorWrapper .tennis .text .topshape {
    border-width: 0 292px 16px 0;
    top: -5px;
  }
}

.sportsWrapper .outdoorWrapper .tennis .text .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sportsWrapper .outdoorWrapper .tennis .text .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 16px 380px 0px 0px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: -7px;
  right: 0;
  -webkit-transform: rotate(182deg);
          transform: rotate(182deg);
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .tennis .text .leftshape {
    border-width: 16px 347px 0px 0px;
    bottom: -6px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .tennis .text .leftshape {
    border-width: 16px 512px 0px 0px;
    -webkit-transform: rotate(181deg);
            transform: rotate(181deg);
    bottom: -5px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .outdoorWrapper .tennis .text .leftshape {
    border-width: 16px 372px 0px 0px;
    bottom: -3px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .outdoorWrapper .tennis .text .leftshape {
    border-width: 16px 292px 0px 0px;
  }
}

.sportsWrapper .outdoorWrapper .tennis .text .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .outdoorWrapper .volleyball {
  width: 100%;
}

.sportsWrapper .outdoorWrapper .volleyball ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 124px;
  -ms-grid-columns: 320px auto;
      grid-template-columns: 320px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 72px 0 0 0;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .volleyball ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .volleyball ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 72px;
  }
}

.sportsWrapper .outdoorWrapper .volleyball ul li {
  width: 100%;
}

.sportsWrapper .outdoorWrapper .volleyball ul li h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .volleyball ul li h2 {
    font-size: 40px;
  }
}

.sportsWrapper .outdoorWrapper .volleyball ul li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 20px 0 0 0;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .volleyball ul li p {
    font-size: 13px;
    margin: 16px 0 0 0;
  }
}

.sportsWrapper .outdoorWrapper .volleyball ul li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .volleyball ul li p span {
    font-size: 13px;
  }
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo {
  width: 100%;
  position: relative;
  padding: 24px 24px 40px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #732C7C;
  right: 32px;
}

@media (max-width: 998px) {
  .sportsWrapper .outdoorWrapper .volleyball ul li .photo {
    right: 0;
    padding: 24px 24px 24px 0;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .volleyball ul li .photo {
    padding: 0 24px;
    right: 0;
  }
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo span {
  display: block;
  width: 100%;
  position: relative;
  right: 48px;
}

@media (max-width: 768px) {
  .sportsWrapper .outdoorWrapper .volleyball ul li .photo span {
    right: 0;
    top: -48px;
  }
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo span .video {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo span .video video {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo span .video:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo span .video button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo span .video button.playsport {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo span .video button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo span .photos {
  width: 100%;
  margin: 8px 0 0 0;
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo span .photos ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo span .photos ul li {
  width: 100%;
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo span .photos ul li a {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo span .photos ul li a img {
  display: block;
  width: 100%;
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  bottom: -30px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 0 49px 250px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 616px 21px 2px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: -9px;
  left: 0;
  -webkit-transform: rotate(-182deg);
          transform: rotate(-182deg);
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 372px 20px 0px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  right: -20px;
}

.sportsWrapper .outdoorWrapper .volleyball ul li .photo .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .indoorWrapper {
  width: 100%;
  margin: 72px 0 0 0;
  padding: 0 96px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper {
    padding: 0;
  }
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper {
    max-width: 768px;
    margin: 72px auto 0 auto;
  }
}

.sportsWrapper .indoorWrapper h1 {
  text-align: center;
  font: 400 72px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper h1 {
    font-size: 56px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper h1 {
    font-size: 48px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .indoorWrapper h1 {
    font-size: 40px;
  }
}

.sportsWrapper .indoorWrapper .pool {
  width: 100%;
  position: relative;
  margin: 36px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 650px auto;
      grid-template-columns: 650px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .pool {
    -ms-grid-columns: 420px auto;
        grid-template-columns: 420px auto;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .pool {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.sportsWrapper .indoorWrapper .pool .photo {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.sportsWrapper .indoorWrapper .pool .photo .video {
  display: block;
  width: 100%;
  position: relative;
}

.sportsWrapper .indoorWrapper .pool .photo .video img {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .pool .photo .video video {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .pool .photo .video:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.sportsWrapper .indoorWrapper .pool .photo .video button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sportsWrapper .indoorWrapper .pool .photo .video button.playsport {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .indoorWrapper .pool .photo .video button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .indoorWrapper .pool .photo .photos {
  width: 100%;
  margin: 8px 0 0 0;
}

.sportsWrapper .indoorWrapper .pool .photo .photos ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.sportsWrapper .indoorWrapper .pool .photo .photos ul li {
  width: 100%;
}

.sportsWrapper .indoorWrapper .pool .photo .photos ul li a {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .pool .photo .photos ul li a img {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .pool .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 72px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
}

.sportsWrapper .indoorWrapper .pool .photo .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 728px 12px 0px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 0;
}

.sportsWrapper .indoorWrapper .pool .photo .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sportsWrapper .indoorWrapper .pool .photo .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 550px 0px 0px 16px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  right: 0;
}

.sportsWrapper .indoorWrapper .pool .photo .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .indoorWrapper .pool .text {
  width: 100%;
  max-width: 380px;
  background-color: #732C7C;
  padding: 62px 40px 62px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 24px;
  bottom: 40px;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .pool .text {
    padding: 48px 32px 48px 36px;
  }
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .pool .text {
    padding: 20px;
    max-width: 324px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .pool .text {
    position: relative;
    right: 0;
    bottom: 0;
    max-width: 486px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .indoorWrapper .pool .text {
    max-width: 346px;
    padding: 16px 20px 20px 20px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .indoorWrapper .pool .text {
    max-width: 272px;
    padding: 16px;
  }
}

.sportsWrapper .indoorWrapper .pool .text h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #fff;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .pool .text h2 {
    font-size: 40px;
  }
}

.sportsWrapper .indoorWrapper .pool .text p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #fff;
  margin: 24px 0 0 0;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .pool .text p {
    font-size: 13px;
    margin: 12px 0 0 0;
  }
}

.sportsWrapper .indoorWrapper .pool .text .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: -24px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 3px 0px 387px 24px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .pool .text .rightshape {
    border-width: 0 0px 326px 24px;
  }
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .pool .text .rightshape {
    border-width: 1px 0px 219px 24px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .pool .text .rightshape {
    border-width: 1px 0px 186px 24px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .indoorWrapper .pool .text .rightshape {
    border-width: 1px 0px 215px 24px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .indoorWrapper .pool .text .rightshape {
    border-width: 1px 0px 244px 16px;
    right: -16px;
  }
}

.sportsWrapper .indoorWrapper .pool .text .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 380px 24px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: -24px;
  left: 0;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .pool .text .topshape {
    border-width: 0 405px 24px 0;
  }
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .pool .text .topshape {
    border-width: 0 349px 24px 0;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .pool .text .topshape {
    border-width: 0 512px 24px 0;
    top: -23px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .indoorWrapper .pool .text .topshape {
    border-width: 0 375px 16px 0;
    top: -16px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .indoorWrapper .pool .text .topshape {
    border-width: 0 292px 16px 0;
  }
}

.sportsWrapper .indoorWrapper .pool .text .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sportsWrapper .indoorWrapper .pool .text .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 16px 380px 0px 0px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: -16px;
  right: 0;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .pool .text .leftshape {
    border-width: 16px 324px 0px 0px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .pool .text .leftshape {
    border-width: 16px 487px 0px 0px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .indoorWrapper .pool .text .leftshape {
    border-width: 16px 346px 0px 0px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .indoorWrapper .pool .text .leftshape {
    border-width: 16px 272px 0px 0px;
  }
}

.sportsWrapper .indoorWrapper .pool .text .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .indoorWrapper .taekwondo {
  width: 100%;
}

.sportsWrapper .indoorWrapper .taekwondo ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 72px;
  -ms-grid-columns: 320px auto;
      grid-template-columns: 320px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 72px 0 0 0;
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .taekwondo ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
  }
}

.sportsWrapper .indoorWrapper .taekwondo ul li {
  width: 100%;
}

.sportsWrapper .indoorWrapper .taekwondo ul li h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .taekwondo ul li h2 {
    font-size: 40px;
  }
}

.sportsWrapper .indoorWrapper .taekwondo ul li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 20px 0 0 0;
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .taekwondo ul li p {
    font-size: 13px;
  }
}

.sportsWrapper .indoorWrapper .taekwondo ul li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .taekwondo ul li p span {
    font-size: 13px;
  }
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo {
  width: 100%;
  height: auto;
  position: relative;
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo .video {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo .video img {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo .video video {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo .video:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo .video button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo .video button.playsport {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo .video button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo .photos {
  width: 100%;
  margin: 8px 0 0 0;
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo .photos ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo .photos ul li {
  width: 100%;
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo .photos ul li a {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo .photos ul li a img {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  bottom: -34px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 0 48px 124px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 20px 648px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 0;
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 364px 20px 0px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
}

.sportsWrapper .indoorWrapper .taekwondo ul li .photo .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .indoorWrapper .boxing {
  width: 100%;
  margin: 72px 0 0 0;
  position: relative;
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .boxing {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.sportsWrapper .indoorWrapper .boxing .photo {
  width: 600px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .boxing .photo {
    height: auto;
    width: 420px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .boxing .photo {
    width: 100%;
  }
}

.sportsWrapper .indoorWrapper .boxing .photo .video {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}

.sportsWrapper .indoorWrapper .boxing .photo .video img {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .boxing .photo .video video {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .boxing .photo .video:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.sportsWrapper .indoorWrapper .boxing .photo .video button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sportsWrapper .indoorWrapper .boxing .photo .video button.playsport {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .indoorWrapper .boxing .photo .video button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .indoorWrapper .boxing .photo .photos {
  width: 100%;
  margin: 8px 0 0 0;
}

.sportsWrapper .indoorWrapper .boxing .photo .photos ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.sportsWrapper .indoorWrapper .boxing .photo .photos ul li {
  width: 100%;
}

.sportsWrapper .indoorWrapper .boxing .photo .photos ul li a {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .boxing .photo .photos ul li a img {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .boxing .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 72px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
}

.sportsWrapper .indoorWrapper .boxing .photo .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 0px 490px 40px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  right: 0;
}

.sportsWrapper .indoorWrapper .boxing .photo .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 0px 30px 600px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sportsWrapper .indoorWrapper .boxing .photo .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 550px 0px 0px 16px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  right: 0;
}

.sportsWrapper .indoorWrapper .boxing .photo .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .indoorWrapper .boxing .text {
  width: 100%;
  max-width: 448px;
  background-color: #732C7C;
  padding: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 72px;
  height: 360px;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .boxing .text {
    padding: 40px;
    max-width: 370px;
    right: 24px;
  }
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .boxing .text {
    padding: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 300px;
    height: 300px;
    right: 48px;
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .boxing .text {
    position: relative;
    bottom: 0;
    right: -44px;
    max-width: 420px;
    height: 240px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .indoorWrapper .boxing .text {
    max-width: 312px;
    padding: 8px 24px 24px 24px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .indoorWrapper .boxing .text {
    padding: 16px;
    right: -16px;
    max-width: 260px;
    height: 270px;
  }
}

.sportsWrapper .indoorWrapper .boxing .text h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #fff;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .boxing .text h2 {
    font-size: 40px;
  }
}

.sportsWrapper .indoorWrapper .boxing .text p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #fff;
  margin: 24px 0 0 0;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .boxing .text p {
    font-size: 13px;
    margin: 8px 0 0 0;
  }
}

.sportsWrapper .indoorWrapper .boxing .text .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  left: -29px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 0px 360px 30px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .boxing .text .rightshape {
    border-width: 0 0px 300px 30px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .boxing .text .rightshape {
    border-width: 0 0px 241px 30px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .indoorWrapper .boxing .text .rightshape {
    border-width: 0 0px 270px 16px;
    left: -16px;
  }
}

.sportsWrapper .indoorWrapper .boxing .text .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 24px 361px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  right: -11px;
  bottom: -1px;
  -webkit-transform: rotate(-176deg);
          transform: rotate(-176deg);
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .boxing .text .topshape {
    border-width: 0px 24px 370px 0px;
    right: -9px;
    -webkit-transform: rotate(-177deg);
            transform: rotate(-177deg);
  }
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .boxing .text .topshape {
    border-width: 0px 24px 323px 0px;
    right: -8px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .boxing .text .topshape {
    border-width: 0px 24px 264px 0px;
    right: -7px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .indoorWrapper .boxing .text .topshape {
    border-width: 0px 24px 272px 0px;
  }
}

.sportsWrapper .indoorWrapper .boxing .text .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 0px 24px 474px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: -22px;
  left: -2px;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .boxing .text .bottomshape {
    border-width: 0px 0px 24px 392px;
    top: -24px;
  }
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .boxing .text .bottomshape {
    border-width: 0px 0px 24px 318px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .boxing .text .bottomshape {
    border-width: 0px 0px 24px 436px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .indoorWrapper .boxing .text .bottomshape {
    border-width: 0px 0px 24px 326px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .indoorWrapper .boxing .text .bottomshape {
    border-width: 0px 0px 16px 276px;
    top: -16px;
  }
}

.sportsWrapper .indoorWrapper .boxing .text .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 16px 478px 0px 0px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: -16px;
  left: -30px;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .boxing .text .leftshape {
    border-width: 16px 400px 0px 0px;
  }
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .boxing .text .leftshape {
    border-width: 16px 331px 0px 0px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .boxing .text .leftshape {
    border-width: 16px 450px 0px 0px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .indoorWrapper .boxing .text .leftshape {
    border-width: 16px 343px 0px 0px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .indoorWrapper .boxing .text .leftshape {
    border-width: 16px 276px 0px 0px;
    left: -16px;
  }
}

.sportsWrapper .indoorWrapper .boxing .text .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .indoorWrapper .tabletennis {
  width: 100%;
}

.sportsWrapper .indoorWrapper .tabletennis ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 72px;
  -ms-grid-columns: 320px auto;
      grid-template-columns: 320px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 72px 0 0 0;
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .tabletennis ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
  }
}

.sportsWrapper .indoorWrapper .tabletennis ul li {
  width: 100%;
}

.sportsWrapper .indoorWrapper .tabletennis ul li h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .tabletennis ul li h2 {
    font-size: 40px;
  }
}

.sportsWrapper .indoorWrapper .tabletennis ul li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 20px 0 0 0;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .tabletennis ul li p {
    font-size: 13px;
  }
}

.sportsWrapper .indoorWrapper .tabletennis ul li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .tabletennis ul li p span {
    font-size: 13px;
  }
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo {
  width: 100%;
  height: auto;
  position: relative;
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo .video {
  display: block;
  width: 100%;
  position: relative;
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo .video img {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo .video video {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo .video:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo .video button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo .video button.playsport {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo .video button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo .photos {
  width: 100%;
  margin: 8px 0 0 0;
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo .photos ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo .photos ul li {
  width: 100%;
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo .photos ul li a {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo .photos ul li a img {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  bottom: -30px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 0 49px 250px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 20px 648px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 0;
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 364px 20px 0px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
}

.sportsWrapper .indoorWrapper .tabletennis ul li .photo .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .indoorWrapper .yoga {
  width: 100%;
  margin: 96px 0 0 0;
  position: relative;
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .yoga {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.sportsWrapper .indoorWrapper .yoga .photo {
  width: 680px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .yoga .photo {
    width: 420px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .yoga .photo {
    width: 100%;
  }
}

.sportsWrapper .indoorWrapper .yoga .photo .video {
  display: block;
  width: 100%;
  position: relative;
}

.sportsWrapper .indoorWrapper .yoga .photo .video img {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .yoga .photo .video video {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .yoga .photo .video:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.sportsWrapper .indoorWrapper .yoga .photo .video button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sportsWrapper .indoorWrapper .yoga .photo .video button.playsport {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .indoorWrapper .yoga .photo .video button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .indoorWrapper .yoga .photo .photos {
  width: 100%;
  margin: 8px 0 0 0;
}

.sportsWrapper .indoorWrapper .yoga .photo .photos ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.sportsWrapper .indoorWrapper .yoga .photo .photos ul li {
  width: 100%;
}

.sportsWrapper .indoorWrapper .yoga .photo .photos ul li a {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .yoga .photo .photos ul li a img {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .yoga .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  left: 0px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 540px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
}

.sportsWrapper .indoorWrapper .yoga .photo .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 728px 24px 0px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 0;
}

.sportsWrapper .indoorWrapper .yoga .photo .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sportsWrapper .indoorWrapper .yoga .photo .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 552px 0px 0px 24px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  right: -14px;
  -webkit-transform: rotate(182deg);
          transform: rotate(182deg);
}

.sportsWrapper .indoorWrapper .yoga .photo .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .indoorWrapper .yoga .text {
  width: 100%;
  max-width: 380px;
  background-color: #732C7C;
  padding: 40px 40px 40px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 48px;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .yoga .text {
    padding: 24px 24px 24px 36px;
  }
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .yoga .text {
    max-width: 348px;
    bottom: 36px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .yoga .text {
    position: relative;
    right: 0;
    bottom: 0;
    max-width: 512px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .indoorWrapper .yoga .text {
    max-width: 100%;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .indoorWrapper .yoga .text {
    padding: 20px;
  }
}

.sportsWrapper .indoorWrapper .yoga .text h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #fff;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .yoga .text h2 {
    font-size: 40px;
  }
}

.sportsWrapper .indoorWrapper .yoga .text p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #fff;
  margin: 24px 0 0 0;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .yoga .text p {
    font-size: 13px;
    margin: 8px 0 0 0;
  }
}

.sportsWrapper .indoorWrapper .yoga .text .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: -24px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 3px 0px 387px 24px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0;
}

.sportsWrapper .indoorWrapper .yoga .text .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 380px 24px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: -10px;
  left: 0;
  -webkit-transform: rotate(177deg);
          transform: rotate(177deg);
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .yoga .text .topshape {
    border-width: 0 348px 24px 0;
    top: -9px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .yoga .text .topshape {
    border-width: 0 512px 24px 0;
    top: -9px;
    -webkit-transform: rotate(178deg);
            transform: rotate(178deg);
  }
}

@media (max-width: 560px) {
  .sportsWrapper .indoorWrapper .yoga .text .topshape {
    border-width: 0 372px 24px 0;
    top: -7px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .indoorWrapper .yoga .text .topshape {
    border-width: 0 292px 16px 0;
    top: -5px;
  }
}

.sportsWrapper .indoorWrapper .yoga .text .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sportsWrapper .indoorWrapper .yoga .text .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 16px 380px 0px 0px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: -7px;
  right: 0;
  -webkit-transform: rotate(182deg);
          transform: rotate(182deg);
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .yoga .text .leftshape {
    border-width: 16px 347px 0px 0px;
    bottom: -6px;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .yoga .text .leftshape {
    border-width: 16px 512px 0px 0px;
    -webkit-transform: rotate(181deg);
            transform: rotate(181deg);
    bottom: -5px;
  }
}

@media (max-width: 560px) {
  .sportsWrapper .indoorWrapper .yoga .text .leftshape {
    border-width: 16px 372px 0px 0px;
    bottom: -3px;
  }
}

@media (max-width: 420px) {
  .sportsWrapper .indoorWrapper .yoga .text .leftshape {
    border-width: 16px 292px 0px 0px;
  }
}

.sportsWrapper .indoorWrapper .yoga .text .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.sportsWrapper .indoorWrapper .chess {
  width: 100%;
}

.sportsWrapper .indoorWrapper .chess ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 124px;
  -ms-grid-columns: 320px auto;
      grid-template-columns: 320px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 72px 0 0 0;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .chess ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .chess ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 72px;
  }
}

.sportsWrapper .indoorWrapper .chess ul li {
  width: 100%;
}

.sportsWrapper .indoorWrapper .chess ul li h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .chess ul li h2 {
    font-size: 40px;
  }
}

.sportsWrapper .indoorWrapper .chess ul li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 20px 0 0 0;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .chess ul li p {
    font-size: 13px;
    margin: 16px 0 0 0;
  }
}

.sportsWrapper .indoorWrapper .chess ul li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .chess ul li p span {
    font-size: 13px;
  }
}

.sportsWrapper .indoorWrapper .chess ul li .photo {
  width: 100%;
  position: relative;
  padding: 24px 24px 40px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #732C7C;
  right: 32px;
}

@media (max-width: 998px) {
  .sportsWrapper .indoorWrapper .chess ul li .photo {
    right: 0;
    padding: 24px 24px 24px 0;
  }
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .chess ul li .photo {
    padding: 0 24px;
    right: 0;
  }
}

.sportsWrapper .indoorWrapper .chess ul li .photo span {
  display: block;
  width: 100%;
  position: relative;
  right: 48px;
}

@media (max-width: 768px) {
  .sportsWrapper .indoorWrapper .chess ul li .photo span {
    right: 0;
    top: -48px;
  }
}

.sportsWrapper .indoorWrapper .chess ul li .photo span .video {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}

.sportsWrapper .indoorWrapper .chess ul li .photo span .video img {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .chess ul li .photo span .video video {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .chess ul li .photo span .video:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.sportsWrapper .indoorWrapper .chess ul li .photo span .video button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.sportsWrapper .indoorWrapper .chess ul li .photo span .video button.playsport {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .indoorWrapper .chess ul li .photo span .video button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.sportsWrapper .indoorWrapper .chess ul li .photo span .photos {
  width: 100%;
  margin: 8px 0 0 0;
}

.sportsWrapper .indoorWrapper .chess ul li .photo span .photos ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 0;
}

.sportsWrapper .indoorWrapper .chess ul li .photo span .photos ul li {
  width: 100%;
}

.sportsWrapper .indoorWrapper .chess ul li .photo span .photos ul li a {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .chess ul li .photo span .photos ul li a img {
  display: block;
  width: 100%;
}

.sportsWrapper .indoorWrapper .chess ul li .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  bottom: -30px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 0 49px 250px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}

.sportsWrapper .indoorWrapper .chess ul li .photo .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 616px 21px 2px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: -9px;
  left: 0;
  -webkit-transform: rotate(-182deg);
          transform: rotate(-182deg);
}

.sportsWrapper .indoorWrapper .chess ul li .photo .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sportsWrapper .indoorWrapper .chess ul li .photo .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 372px 20px 0px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  right: -20px;
}

.sportsWrapper .indoorWrapper .chess ul li .photo .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.ourcampusWrapper {
  width: 100%;
  max-width: 1280px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 998px) {
  .ourcampusWrapper {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .ourcampusWrapper {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .ourcampusWrapper {
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .ourcampusWrapper {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .ourcampusWrapper {
    max-width: 340px;
  }
}

.ourcampusWrapper .campusPhoto {
  width: 100%;
  position: relative;
  margin: 0 0 -124px 0;
}

.ourcampusWrapper .campusPhoto .photo {
  width: 100%;
}

.ourcampusWrapper .campusPhoto .photo img {
  display: block;
  width: 100%;
}

.ourcampusWrapper .campusPhoto .text {
  width: 100%;
  padding: 0 124px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  bottom: 124px;
  margin: 0 auto;
}

@media (max-width: 998px) {
  .ourcampusWrapper .campusPhoto .text {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .ourcampusWrapper .campusPhoto .text {
    bottom: 32px;
  }
}

@media (max-width: 768px) {
  .ourcampusWrapper .campusPhoto .text {
    padding: 0 24px;
  }
}

@media (max-width: 768px) {
  .ourcampusWrapper .campusPhoto .text {
    bottom: 32px;
  }
}

@media (max-width: 560px) {
  .ourcampusWrapper .campusPhoto .text {
    bottom: 16px;
  }
}

.ourcampusWrapper .campusPhoto .text ul {
  width: 100%;
  background-color: #732C7C;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px auto;
      grid-template-columns: 250px auto;
  padding: 40px 40px 24px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 998px) {
  .ourcampusWrapper .campusPhoto .text ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 420px) {
  .ourcampusWrapper .campusPhoto .text ul {
    padding: 20px;
  }
}

.ourcampusWrapper .campusPhoto .text ul li {
  width: 100%;
}

.ourcampusWrapper .campusPhoto .text ul li h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #fff;
}

@media (max-width: 420px) {
  .ourcampusWrapper .campusPhoto .text ul li h2 {
    font-size: 40px;
  }
}

.ourcampusWrapper .campusPhoto .text ul li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #fff;
  margin: 0 0 16px 0;
}

@media (max-width: 420px) {
  .ourcampusWrapper .campusPhoto .text ul li p {
    font-size: 13px;
  }
}

.ourcampusWrapper .campusPhoto .text ul .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  left: -15px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 314px 0px 3px 32px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: -1px;
  -webkit-transform: rotate(6deg);
          transform: rotate(6deg);
}

@media (max-width: 998px) {
  .ourcampusWrapper .campusPhoto .text ul .rightshape {
    border-width: 404px 0px 3px 32px;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
    left: -14px;
  }
}

@media (max-width: 998px) {
  .ourcampusWrapper .campusPhoto .text ul .rightshape {
    border-width: 478px 0px 3px 32px;
  }
}

@media (max-width: 768px) {
  .ourcampusWrapper .campusPhoto .text ul .rightshape {
    border-width: 496px 0px 2px 32px;
  }
}

@media (max-width: 560px) {
  .ourcampusWrapper .campusPhoto .text ul .rightshape {
    border-width: 645px 0px 2px 32px;
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
    left: -11px;
  }
}

@media (max-width: 420px) {
  .ourcampusWrapper .campusPhoto .text ul .rightshape {
    border-width: 582px 0px 2px 32px;
    left: -10px;
  }
}

.ourcampusWrapper .campusPhoto .text ul .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 380px 24px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: -24px;
  left: 0;
}

.ourcampusWrapper .campusPhoto .text ul .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 984px 26px 0px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: -11px;
  left: 0;
  -webkit-transform: rotate(178.7deg);
          transform: rotate(178.7deg);
}

@media (max-width: 998px) {
  .ourcampusWrapper .campusPhoto .text ul .bottomshape {
    border-width: 0px 728px 26px 0px;
    top: -10px;
  }
}

@media (max-width: 998px) {
  .ourcampusWrapper .campusPhoto .text ul .bottomshape {
    border-width: 0px 472px 26px 0px;
    top: -4px;
  }
}

@media (max-width: 768px) {
  .ourcampusWrapper .campusPhoto .text ul .bottomshape {
    border-width: 0px 465px 26px 0px;
  }
}

@media (max-width: 560px) {
  .ourcampusWrapper .campusPhoto .text ul .bottomshape {
    border-width: 0px 324px 26px 0px;
  }
}

@media (max-width: 420px) {
  .ourcampusWrapper .campusPhoto .text ul .bottomshape {
    border-width: 0px 245px 26px 0px;
  }
}

.ourcampusWrapper .campusPhoto .text ul .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 312px 32px 0px 0px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0;
  left: -15px;
  -webkit-transform: rotate(-6deg);
          transform: rotate(-6deg);
}

.ourcampusWrapper .campusPhoto .text ul .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.ourcampusWrapper .difference {
  width: 100%;
  margin: 72px 0 0 0;
}

@media (max-width: 560px) {
  .ourcampusWrapper .difference {
    margin: 172px 0 0 0;
  }
}

.ourcampusWrapper .difference h1 {
  text-align: center;
  font: 400 28px/56px "Circular Std", sans-serif;
  color: #202020;
  text-transform: uppercase;
}

.ourcampusWrapper .difference h1 span {
  font: 400 56px/56px "just_lovelyslanted", serif;
  color: #732C7C;
  text-transform: none;
}

.ourcampusWrapper .difference ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 96px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin: 36px 0 0 0;
}

@media (max-width: 768px) {
  .ourcampusWrapper .difference ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 48px;
  }
}

.ourcampusWrapper .difference ul li {
  width: 100%;
}

.ourcampusWrapper .difference ul li dl {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

.ourcampusWrapper .difference ul li dl dt {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  -ms-grid-columns: 8px auto;
      grid-template-columns: 8px auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ourcampusWrapper .difference ul li dl dt span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #732C7C;
  margin: 4px 0 0 0;
}

.ourcampusWrapper .difference ul li dl dt b {
  width: 100%;
  display: block;
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
}

.ourcampusWrapper .kinderGaredenWrapp {
  width: 100%;
  margin: 96px 0 0 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 72px;
  -ms-grid-columns: 40% auto;
      grid-template-columns: 40% auto;
}

@media (max-width: 998px) {
  .ourcampusWrapper .kinderGaredenWrapp {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 420px) {
  .ourcampusWrapper .kinderGaredenWrapp {
    margin: 48px 0 0 0;
    grid-gap: 24px;
  }
}

.ourcampusWrapper .kinderGaredenWrapp li {
  width: 100%;
}

.ourcampusWrapper .kinderGaredenWrapp li h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
  line-height: 55px;
}

@media (max-width: 420px) {
  .ourcampusWrapper .kinderGaredenWrapp li h2 {
    font-size: 48px;
  }
}

.ourcampusWrapper .kinderGaredenWrapp li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 24px 0 0 0;
}

.ourcampusWrapper .kinderGaredenWrapp li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

.ourcampusWrapper .kinderGaredenWrapp li .photo {
  width: 100%;
  position: relative;
}

.ourcampusWrapper .kinderGaredenWrapp li .photo img {
  display: block;
  width: 100%;
}

.ourcampusWrapper .kinderGaredenWrapp li .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  bottom: -43px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 0 49px 250px;
  -o-border-image: none 100% / 1 / 0 stretch;
  border-image: none 100% / 1 / 0 stretch;
  -webkit-transform: rotate(2.5deg);
          transform: rotate(2.5deg);
}

.ourcampusWrapper .campusFeatures {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 32px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  margin: 72px 0 0 0;
}

@media (max-width: 998px) {
  .ourcampusWrapper .campusFeatures {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .ourcampusWrapper .campusFeatures {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.ourcampusWrapper .campusFeatures li {
  width: 100%;
}

.ourcampusWrapper .campusFeatures li .icon {
  width: 100%;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.ourcampusWrapper .campusFeatures li .icon .iconInner {
  background-color: #732C7C;
  width: 100%;
  height: 180px;
  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;
}

.ourcampusWrapper .campusFeatures li .icon .iconInner img {
  display: block;
  width: 100%;
  max-width: 72px;
}

.ourcampusWrapper .campusFeatures li .icon .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 12px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 0px 180px 20px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 32px;
}

.ourcampusWrapper .campusFeatures li .icon .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0 0px 40px 10px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  left: 1px;
}

.ourcampusWrapper .campusFeatures li .icon .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 0px 16px 240px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 16px;
  left: 12px;
}

@media (max-width: 998px) {
  .ourcampusWrapper .campusFeatures li .icon .bottomshape {
    border-width: 0px 0px 16px 176px;
  }
}

@media (max-width: 998px) {
  .ourcampusWrapper .campusFeatures li .icon .bottomshape {
    border-width: 0px 0px 16px 300px;
  }
}

@media (max-width: 768px) {
  .ourcampusWrapper .campusFeatures li .icon .bottomshape {
    border-width: 0px 0px 16px 196px;
  }
}

@media (max-width: 560px) {
  .ourcampusWrapper .campusFeatures li .icon .bottomshape {
    border-width: 0px 0px 16px 328px;
  }
}

@media (max-width: 420px) {
  .ourcampusWrapper .campusFeatures li .icon .bottomshape {
    border-width: 0px 0px 16px 248px;
  }
}

.ourcampusWrapper .campusFeatures li .icon .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 20px 3px 0 218px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 12px;
  right: 32px;
}

@media (max-width: 998px) {
  .ourcampusWrapper .campusFeatures li .icon .leftshape {
    border-width: 20px 3px 0 154px;
  }
}

@media (max-width: 998px) {
  .ourcampusWrapper .campusFeatures li .icon .leftshape {
    border-width: 20px 3px 0 278px;
  }
}

@media (max-width: 768px) {
  .ourcampusWrapper .campusFeatures li .icon .leftshape {
    border-width: 20px 3px 0 175px;
  }
}

@media (max-width: 560px) {
  .ourcampusWrapper .campusFeatures li .icon .leftshape {
    border-width: 20px 3px 0 305px;
  }
}

@media (max-width: 420px) {
  .ourcampusWrapper .campusFeatures li .icon .leftshape {
    border-width: 20px 3px 0 226px;
  }
}

.ourcampusWrapper .campusFeatures li .icon .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 180px 0px 0px 20px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 32px;
  left: 12px;
}

.ourcampusWrapper .campusFeatures li p {
  text-align: center;
  font: 400 16px "Circular Std medium", sans-serif;
  color: #202020;
  margin: 8px 0 0 0;
}

.ourcampusWrapper .academicBlock {
  width: 100%;
  position: relative;
  margin: 72px 0 0 0;
}

@media (max-width: 998px) {
  .ourcampusWrapper .academicBlock {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.ourcampusWrapper .academicBlock .photo {
  width: 728px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 998px) {
  .ourcampusWrapper .academicBlock .photo {
    width: 550px;
  }
}

@media (max-width: 998px) {
  .ourcampusWrapper .academicBlock .photo {
    width: 100%;
  }
}

.ourcampusWrapper .academicBlock .photo img {
  display: block;
  width: 100%;
}

.ourcampusWrapper .academicBlock .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 72px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
}

.ourcampusWrapper .academicBlock .photo .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 728px 12px 0px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 0;
}

.ourcampusWrapper .academicBlock .photo .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ourcampusWrapper .academicBlock .photo .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 550px 0px 0px 16px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  right: 0;
}

.ourcampusWrapper .academicBlock .photo .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.ourcampusWrapper .academicBlock .text {
  width: 100%;
  max-width: 460px;
  background-color: #732C7C;
  padding: 62px 40px 62px 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 132px;
  bottom: 40px;
}

@media (max-width: 998px) {
  .ourcampusWrapper .academicBlock .text {
    right: 24px;
  }
}

@media (max-width: 998px) {
  .ourcampusWrapper .academicBlock .text {
    position: relative;
    right: 0;
    bottom: 0;
    max-width: calc(100% - 32px);
    z-index: 10;
  }
}

@media (max-width: 420px) {
  .ourcampusWrapper .academicBlock .text {
    padding: 24px;
  }
}

.ourcampusWrapper .academicBlock .text h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #fff;
}

@media (max-width: 420px) {
  .ourcampusWrapper .academicBlock .text h2 {
    font-size: 40px;
  }
}

.ourcampusWrapper .academicBlock .text p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #fff;
  margin: 24px 0 0 0;
}

@media (max-width: 420px) {
  .ourcampusWrapper .academicBlock .text p {
    font-size: 13px;
  }
}

.ourcampusWrapper .academicBlock .text .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: -24px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 3px 0px 411px 24px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0;
}

@media (max-width: 998px) {
  .ourcampusWrapper .academicBlock .text .rightshape {
    border-width: 3px 0px 356px 24px;
  }
}

@media (max-width: 768px) {
  .ourcampusWrapper .academicBlock .text .rightshape {
    border-width: 3px 0px 412px 24px;
  }
}

@media (max-width: 560px) {
  .ourcampusWrapper .academicBlock .text .rightshape {
    border-width: 3px 0px 506px 24px;
  }
}

@media (max-width: 420px) {
  .ourcampusWrapper .academicBlock .text .rightshape {
    border-width: 3px 0px 377px 24px;
  }
}

.ourcampusWrapper .academicBlock .text .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 460px 24px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: -24px;
  left: 0;
}

@media (max-width: 998px) {
  .ourcampusWrapper .academicBlock .text .topshape {
    border-width: 0 693px 24px 0;
  }
}

@media (max-width: 768px) {
  .ourcampusWrapper .academicBlock .text .topshape {
    border-width: 0 490px 24px 0;
  }
}

@media (max-width: 560px) {
  .ourcampusWrapper .academicBlock .text .topshape {
    border-width: 0 367px 24px 0;
  }
}

@media (max-width: 420px) {
  .ourcampusWrapper .academicBlock .text .topshape {
    border-width: 0 285px 24px 0;
  }
}

.ourcampusWrapper .academicBlock .text .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ourcampusWrapper .academicBlock .text .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 16px 460px 0px 0px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: -16px;
  right: 0;
}

@media (max-width: 998px) {
  .ourcampusWrapper .academicBlock .text .leftshape {
    border-width: 16px 688px 0px 0px;
  }
}

@media (max-width: 768px) {
  .ourcampusWrapper .academicBlock .text .leftshape {
    border-width: 16px 480px 0px 0px;
  }
}

@media (max-width: 560px) {
  .ourcampusWrapper .academicBlock .text .leftshape {
    border-width: 16px 340px 0px 0px;
  }
}

@media (max-width: 420px) {
  .ourcampusWrapper .academicBlock .text .leftshape {
    border-width: 16px 260px 0px 0px;
  }
}

.ourcampusWrapper .academicBlock .text .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.ourcampusWrapper .staffresi {
  width: 100%;
}

.ourcampusWrapper .staffresi ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 72px;
  -ms-grid-columns: 320px auto;
      grid-template-columns: 320px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 72px 0 0 0;
}

@media (max-width: 768px) {
  .ourcampusWrapper .staffresi ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.ourcampusWrapper .staffresi ul li {
  width: 100%;
}

.ourcampusWrapper .staffresi ul li h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}

.ourcampusWrapper .staffresi ul li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 20px 0 0 0;
}

.ourcampusWrapper .staffresi ul li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

.ourcampusWrapper .staffresi ul li .photo {
  width: 100%;
  height: auto;
  position: relative;
}

.ourcampusWrapper .staffresi ul li .photo img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.ourcampusWrapper .staffresi ul li .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  bottom: -29px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 0 48px 124px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
}

@media (max-width: 998px) {
  .ourcampusWrapper .staffresi ul li .photo .rightshape {
    bottom: -35px;
  }
}

@media (max-width: 560px) {
  .ourcampusWrapper .staffresi ul li .photo .rightshape {
    bottom: -40px;
  }
}

.ourcampusWrapper .staffresi ul li .photo .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 20px 648px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 0;
}

.ourcampusWrapper .staffresi ul li .photo .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ourcampusWrapper .staffresi ul li .photo .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 364px 20px 0px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
}

.ourcampusWrapper .staffresi ul li .photo .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.ourcampusWrapper .greatFacilities {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 48px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  margin: 72px 0 0 0;
}

@media (max-width: 998px) {
  .ourcampusWrapper .greatFacilities {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .ourcampusWrapper .greatFacilities {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.ourcampusWrapper .greatFacilities li {
  width: 100%;
}

.ourcampusWrapper .greatFacilities li span {
  width: 100%;
  text-align: left;
}

.ourcampusWrapper .greatFacilities li span img {
  display: inline-block;
  width: 100%;
  max-width: 48px;
}

.ourcampusWrapper .greatFacilities li b {
  display: block;
  width: 100%;
  text-align: left;
  font: 400 22px "Circular Std", sans-serif;
  color: #000;
  margin: 24px 0 16px 0;
}

.ourcampusWrapper .greatFacilities li p {
  text-align: left;
  font: 400 14px "Circular Std Book", sans-serif;
  color: #505050;
}

.ourcampusWrapper .greatFacilities li i {
  display: block;
  width: 100%;
  font-style: normal;
  text-align: left;
  font: 400 14px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 116px 0 0 0;
}

@media (max-width: 998px) {
  .ourcampusWrapper .greatFacilities li i {
    margin: 0;
  }
}

.ourcampusWrapper .administrativeBlock {
  width: 100%;
  position: relative;
  margin: 72px 0 0 0;
}

.ourcampusWrapper .administrativeBlock img {
  display: block;
  width: 100%;
}

.ourcampusWrapper .administrativeBlock .text {
  width: 100%;
  max-width: 436px;
  font: 400 72px/72px "just_lovelyslanted", serif;
  color: #fff;
  background-color: #732C7C;
  text-align: center;
  position: absolute;
  left: 96px;
  bottom: -36px;
}

@media (max-width: 768px) {
  .ourcampusWrapper .administrativeBlock .text {
    font: 400 32px/32px "just_lovelyslanted", serif;
    max-width: 200px;
    bottom: -16px;
  }
}

@media (max-width: 420px) {
  .ourcampusWrapper .administrativeBlock .text {
    left: 50px;
  }
}

.ourcampusWrapper .administrativeBlock .text .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: -24px;
  bottom: 0px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 0 72px 24px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
}

@media (max-width: 768px) {
  .ourcampusWrapper .administrativeBlock .text .rightshape {
    border-width: 0 0 32px 24px;
  }
}

.ourcampusWrapper .administrativeBlock .text .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 72px 0 0 24px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: -24px;
}

@media (max-width: 768px) {
  .ourcampusWrapper .administrativeBlock .text .topshape {
    border-width: 32px 0 0 24px;
  }
}

.ourcampusWrapper .administrativeBlock .text .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 0px 24px 728px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ourcampusWrapper .administrativeBlock .text .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 364px 20px 0px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0;
  left: 0;
}

.ourcampusWrapper .administrativeBlock .text .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.scrollToTop {
  width: 48px;
  height: 48px;
  text-align: center;
  color: #fff;
  background: url(../Images/scrolltop.svg) no-repeat center #9C8AA4;
  background-size: 24px;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  overflow: hidden;
  z-index: 9999;
}

.lifeatWrapper {
  width: 100%;
}

.lifeatWrapper .photolife {
  width: 100%;
  position: relative;
  max-width: 1280px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 998px) {
  .lifeatWrapper .photolife {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .lifeatWrapper .photolife {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .lifeatWrapper .photolife {
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .lifeatWrapper .photolife {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .lifeatWrapper .photolife {
    max-width: 340px;
  }
}

.lifeatWrapper .photolife img {
  display: block;
  width: 100%;
}

.lifeatWrapper .photolife .video {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}

.lifeatWrapper .photolife .video video {
  display: block;
  width: 100%;
}

.lifeatWrapper .photolife .video .btns {
  width: 100%;
  position: absolute;
  height: 100%;
  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;
  top: 0;
  left: 0;
  z-index: 10;
  /*&:hover{
                    button{

                        &.playsport{
                            display: block;
                            background: url(../icons/playbtn.svg) no-repeat center;
                            background-size: 56px;
                        }
    
                        &.pausesport{
                            background: url(../icons/pausebtn.svg) no-repeat center;
                            background-size: 56px;
                            display: inline-block;
                        }
                    }
                }*/
}

.lifeatWrapper .photolife .video .btns button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
}

.lifeatWrapper .photolife .video .btns button.playsport {
  display: none;
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.lifeatWrapper .photolife .video .btns button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.lifeatWrapper .photolife .video .btns button.mute {
  background: url(../icons/mute.html) no-repeat center !important;
  background-size: 32px !important;
  opacity: .48;
  position: absolute;
  top: 24px;
  right: 24px;
}

.lifeatWrapper .photolife .video .btns button.mute:hover {
  opacity: 1;
}

.lifeatWrapper .photolife .video .btns button#mute_button {
  background: url(../icons/unmute.html) no-repeat center;
  background-size: 32px;
  opacity: .48;
  position: absolute;
  top: 24px;
  right: 24px;
}

.lifeatWrapper .photolife .video .btns button#mute_button:hover {
  opacity: 1;
}

.lifeatWrapper .photolife .heading {
  background-color: transparent;
  padding: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 418px;
  position: absolute;
  left: 62px;
  right: 0;
  bottom: -56px;
}

@media (max-width: 998px) {
  .lifeatWrapper .photolife .heading {
    max-width: 330px;
  }
}

@media (max-width: 768px) {
  .lifeatWrapper .photolife .heading {
    max-width: 237px;
    bottom: -48px;
  }
}

@media (max-width: 560px) {
  .lifeatWrapper .photolife .heading {
    max-width: 192px;
  }
}

.lifeatWrapper .photolife .heading .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 0px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 72px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
}

@media (max-width: 998px) {
  .lifeatWrapper .photolife .heading .rightshape {
    border-width: 56px 0px 0px 25px;
  }
}

@media (max-width: 768px) {
  .lifeatWrapper .photolife .heading .rightshape {
    border-width: 40px 0px 0px 25px;
  }
}

@media (max-width: 560px) {
  .lifeatWrapper .photolife .heading .rightshape {
    border-width: 32px 0px 0px 25px;
  }
}

.lifeatWrapper .photolife .heading .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 24px 0px 73px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 0px;
  left: 0;
}

@media (max-width: 998px) {
  .lifeatWrapper .photolife .heading .topshape {
    border-width: 24px 0px 57px 25px;
  }
}

@media (max-width: 768px) {
  .lifeatWrapper .photolife .heading .topshape {
    border-width: 24px 0px 41px 25px;
  }
}

@media (max-width: 560px) {
  .lifeatWrapper .photolife .heading .topshape {
    border-width: 24px 0px 33px 25px;
  }
}

.lifeatWrapper .photolife .heading .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #732C7C;
  border-style: solid;
  border-width: 0 342px 25px 0;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 14px;
  left: 25px;
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
}

.lifeatWrapper .photolife .heading .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 73px 0px 25px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 25px;
  left: 1px;
}

.lifeatWrapper .photolife .heading .leftshape1 {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: #732C7C transparent transparent;
  border-style: solid;
  border-width: 399.5px 0px 0px 25px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0px;
  left: 1px;
}

.lifeatWrapper .photolife .heading b {
  background-color: #732C7C;
  display: block;
  width: 100%;
  font: 400 72px/72px "just_lovelyslanted", serif;
  color: #fff;
  text-align: center;
}

@media (max-width: 998px) {
  .lifeatWrapper .photolife .heading b {
    font: 400 56px/56px "just_lovelyslanted", serif;
  }
}

@media (max-width: 768px) {
  .lifeatWrapper .photolife .heading b {
    font: 400 40px/40px "just_lovelyslanted", serif;
  }
}

@media (max-width: 560px) {
  .lifeatWrapper .photolife .heading b {
    font: 400 32px/32px "just_lovelyslanted", serif;
  }
}

.lifeatWrapper .traditionStudy {
  width: 100%;
  max-width: 1280px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 96px auto 0 auto;
}

@media (max-width: 998px) {
  .lifeatWrapper .traditionStudy {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .lifeatWrapper .traditionStudy {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .lifeatWrapper .traditionStudy {
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .lifeatWrapper .traditionStudy {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .lifeatWrapper .traditionStudy {
    max-width: 340px;
  }
}

.lifeatWrapper .traditionStudy h1 {
  text-align: center;
  font: 400 28px/42px "Circular Std", sans-serif;
  color: #202020;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .lifeatWrapper .traditionStudy h1 {
    font: 400 20px/32px "Circular Std", sans-serif;
  }
}

.lifeatWrapper .traditionStudy h1 span {
  font: 400 56px/42px "just_lovelyslanted", serif;
  color: #732C7C;
  text-transform: none;
}

@media (max-width: 768px) {
  .lifeatWrapper .traditionStudy h1 span {
    font: 400 40px/32px "just_lovelyslanted", serif;
  }
}

.lifeatWrapper .traditionStudy dl {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 48px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin: 40px 0 0 0;
}

@media (max-width: 768px) {
  .lifeatWrapper .traditionStudy dl {
    margin: 24px 0 0 0;
    grid-gap: 0;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.lifeatWrapper .traditionStudy dl dt {
  width: 100%;
}

.lifeatWrapper .traditionStudy dl dt p {
  text-align: left;
  font: 400 14px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 24px 0 0 0;
}

.lifeatWrapper .traditionStudy dl dt p span {
  font: 400 14px "Circular Std medium", sans-serif;
  color: #000;
}

.lifeatWrapper .sports {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 72px;
  -ms-grid-columns: 640px auto;
      grid-template-columns: 640px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 72px auto 0 auto;
}

@media (max-width: 998px) {
  .lifeatWrapper .sports {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .lifeatWrapper .sports {
    max-width: 768px;
    -ms-grid-columns: 420px auto;
        grid-template-columns: 420px auto;
    grid-gap: 36px;
  }
}

@media (max-width: 768px) {
  .lifeatWrapper .sports {
    max-width: 560px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
  }
}

@media (max-width: 560px) {
  .lifeatWrapper .sports {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .lifeatWrapper .sports {
    max-width: 340px;
  }
}

.lifeatWrapper .sports li {
  width: 100%;
}

.lifeatWrapper .sports li .photo {
  width: 100%;
}

.lifeatWrapper .sports li .photo img {
  display: block;
  width: 100%;
}

.lifeatWrapper .sports li .photo .video {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}

.lifeatWrapper .sports li .photo .video video {
  display: block;
  width: 100%;
}

.lifeatWrapper .sports li .photo .video:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.lifeatWrapper .sports li .photo .video button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.lifeatWrapper .sports li .photo .video button.playsport {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.lifeatWrapper .sports li .photo .video button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.lifeatWrapper .sports li h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .lifeatWrapper .sports li h2 {
    font-size: 40px;
  }
}

.lifeatWrapper .sports li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 20px 0 0 0;
}

@media (max-width: 998px) {
  .lifeatWrapper .sports li p {
    font-size: 13px;
  }
}

.lifeatWrapper .sports li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 998px) {
  .lifeatWrapper .sports li p span {
    font-size: 13px;
  }
}

.lifeatWrapper .timeline {
  width: 100%;
  margin: 72px 0 0 0;
}

.lifeatWrapper .timeline img {
  display: block;
  width: 100%;
}

.lifeatWrapper .per_arts {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 72px;
  -ms-grid-columns: auto 640px;
      grid-template-columns: auto 640px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 72px auto 0 auto;
}

@media (max-width: 998px) {
  .lifeatWrapper .per_arts {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .lifeatWrapper .per_arts {
    max-width: 768px;
    -ms-grid-columns: auto 420px;
        grid-template-columns: auto 420px;
    grid-gap: 36px;
  }
}

@media (max-width: 768px) {
  .lifeatWrapper .per_arts {
    max-width: 560px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
  }
}

@media (max-width: 560px) {
  .lifeatWrapper .per_arts {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .lifeatWrapper .per_arts {
    max-width: 340px;
  }
}

.lifeatWrapper .per_arts li {
  width: 100%;
}

.lifeatWrapper .per_arts li .photo {
  width: 100%;
}

.lifeatWrapper .per_arts li .photo img {
  display: block;
  width: 100%;
}

.lifeatWrapper .per_arts li .photo .video {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}

.lifeatWrapper .per_arts li .photo .video video {
  display: block;
  width: 100%;
}

.lifeatWrapper .per_arts li .photo .video:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.lifeatWrapper .per_arts li .photo .video button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.lifeatWrapper .per_arts li .photo .video button.playsport {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.lifeatWrapper .per_arts li .photo .video button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.lifeatWrapper .per_arts li h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .lifeatWrapper .per_arts li h2 {
    font-size: 40px;
  }
}

.lifeatWrapper .per_arts li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 20px 0 0 0;
}

@media (max-width: 998px) {
  .lifeatWrapper .per_arts li p {
    font-size: 13px;
  }
}

.lifeatWrapper .per_arts li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 998px) {
  .lifeatWrapper .per_arts li p span {
    font-size: 13px;
  }
}

.lifeatWrapper .artcraft {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 72px;
  -ms-grid-columns: 640px auto;
      grid-template-columns: 640px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 72px auto 0 auto;
}

@media (max-width: 998px) {
  .lifeatWrapper .artcraft {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .lifeatWrapper .artcraft {
    max-width: 768px;
    -ms-grid-columns: 420px auto;
        grid-template-columns: 420px auto;
    grid-gap: 36px;
  }
}

@media (max-width: 768px) {
  .lifeatWrapper .artcraft {
    max-width: 560px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
  }
}

@media (max-width: 560px) {
  .lifeatWrapper .artcraft {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .lifeatWrapper .artcraft {
    max-width: 340px;
  }
}

.lifeatWrapper .artcraft li {
  width: 100%;
}

.lifeatWrapper .artcraft li .photo {
  width: 100%;
}

.lifeatWrapper .artcraft li .photo img {
  display: block;
  width: 100%;
}

.lifeatWrapper .artcraft li .photo .video {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}

.lifeatWrapper .artcraft li .photo .video video {
  display: block;
  width: 100%;
}

.lifeatWrapper .artcraft li .photo .video:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.lifeatWrapper .artcraft li .photo .video button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.lifeatWrapper .artcraft li .photo .video button.playsport {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.lifeatWrapper .artcraft li .photo .video button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.lifeatWrapper .artcraft li h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .lifeatWrapper .artcraft li h2 {
    font-size: 40px;
  }
}

.lifeatWrapper .artcraft li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 20px 0 0 0;
}

@media (max-width: 998px) {
  .lifeatWrapper .artcraft li p {
    font-size: 13px;
  }
}

.lifeatWrapper .artcraft li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 998px) {
  .lifeatWrapper .artcraft li p span {
    font-size: 13px;
  }
}

.lifeatWrapper .clubs {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 72px;
  -ms-grid-columns: auto 640px;
      grid-template-columns: auto 640px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 72px auto 0 auto;
}

@media (max-width: 998px) {
  .lifeatWrapper .clubs {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .lifeatWrapper .clubs {
    max-width: 768px;
    -ms-grid-columns: auto 420px;
        grid-template-columns: auto 420px;
    grid-gap: 36px;
  }
}

@media (max-width: 768px) {
  .lifeatWrapper .clubs {
    max-width: 560px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
  }
}

@media (max-width: 560px) {
  .lifeatWrapper .clubs {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .lifeatWrapper .clubs {
    max-width: 340px;
  }
}

.lifeatWrapper .clubs li {
  width: 100%;
}

.lifeatWrapper .clubs li .photo {
  width: 100%;
}

.lifeatWrapper .clubs li .photo img {
  display: block;
  width: 100%;
}

.lifeatWrapper .clubs li h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .lifeatWrapper .clubs li h2 {
    font-size: 40px;
  }
}

.lifeatWrapper .clubs li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 20px 0 0 0;
}

@media (max-width: 998px) {
  .lifeatWrapper .clubs li p {
    font-size: 13px;
  }
}

.lifeatWrapper .clubs li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 998px) {
  .lifeatWrapper .clubs li p span {
    font-size: 13px;
  }
}

.lifeatWrapper .literacy {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 72px;
  -ms-grid-columns: 640px auto;
      grid-template-columns: 640px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 72px auto 0 auto;
}

@media (max-width: 998px) {
  .lifeatWrapper .literacy {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .lifeatWrapper .literacy {
    max-width: 768px;
    -ms-grid-columns: 420px auto;
        grid-template-columns: 420px auto;
    grid-gap: 36px;
  }
}

@media (max-width: 768px) {
  .lifeatWrapper .literacy {
    max-width: 560px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
  }
}

@media (max-width: 560px) {
  .lifeatWrapper .literacy {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .lifeatWrapper .literacy {
    max-width: 340px;
  }
}

.lifeatWrapper .literacy li {
  width: 100%;
}

.lifeatWrapper .literacy li .photo {
  width: 100%;
}

.lifeatWrapper .literacy li .photo img {
  display: block;
  width: 100%;
}

.lifeatWrapper .literacy li h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .lifeatWrapper .literacy li h2 {
    font-size: 40px;
  }
}

.lifeatWrapper .literacy li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 20px 0 0 0;
}

@media (max-width: 998px) {
  .lifeatWrapper .literacy li p {
    font-size: 13px;
  }
}

.lifeatWrapper .literacy li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 998px) {
  .lifeatWrapper .literacy li p span {
    font-size: 13px;
  }
}

.lifeatWrapper .photography {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 72px;
  -ms-grid-columns: auto 640px;
      grid-template-columns: auto 640px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 72px auto 0 auto;
}

@media (max-width: 998px) {
  .lifeatWrapper .photography {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .lifeatWrapper .photography {
    max-width: 768px;
    -ms-grid-columns: auto 420px;
        grid-template-columns: auto 420px;
    grid-gap: 36px;
  }
}

@media (max-width: 768px) {
  .lifeatWrapper .photography {
    max-width: 560px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
  }
}

@media (max-width: 560px) {
  .lifeatWrapper .photography {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .lifeatWrapper .photography {
    max-width: 340px;
  }
}

.lifeatWrapper .photography li {
  width: 100%;
}

.lifeatWrapper .photography li .photo {
  width: 100%;
}

.lifeatWrapper .photography li .photo img {
  display: block;
  width: 100%;
}

.lifeatWrapper .photography li .photo .video {
  display: block;
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
}

.lifeatWrapper .photography li .photo .video video {
  display: block;
  width: 100%;
}

.lifeatWrapper .photography li .photo .video:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.lifeatWrapper .photography li .photo .video button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.lifeatWrapper .photography li .photo .video button.playsport {
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.lifeatWrapper .photography li .photo .video button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.lifeatWrapper .photography li h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 998px) {
  .lifeatWrapper .photography li h2 {
    font-size: 40px;
  }
}

.lifeatWrapper .photography li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 20px 0 0 0;
}

@media (max-width: 998px) {
  .lifeatWrapper .photography li p {
    font-size: 13px;
  }
}

.lifeatWrapper .photography li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 998px) {
  .lifeatWrapper .photography li p span {
    font-size: 13px;
  }
}

.appWrapper {
  width: 100%;
  max-width: 1280px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 998px) {
  .appWrapper {
    max-width: 1024px;
  }
}

@media (max-width: 998px) {
  .appWrapper {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .appWrapper {
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .appWrapper {
    max-width: 420px;
  }
}

@media (max-width: 420px) {
  .appWrapper {
    max-width: 340px;
  }
}

.appWrapper .photoapp {
  width: 100%;
  position: relative;
}

.appWrapper .photoapp img {
  display: block;
  width: 100%;
}

.appWrapper .photoapp .video {
  display: block;
  width: 100%;
  position: relative;
}

.appWrapper .photoapp .video img {
  display: block;
  width: 100%;
}

.appWrapper .photoapp .video video {
  display: block;
  width: 100%;
}

.appWrapper .photoapp .video .btns {
  width: 100%;
  position: absolute;
  height: 100%;
  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;
  top: 0;
  left: 0;
  z-index: 10;
}

.appWrapper .photoapp .video .btns:hover button.playsport {
  display: block;
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.appWrapper .photoapp .video .btns:hover button.pausesport {
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
  display: inline-block;
}

.appWrapper .photoapp .video .btns button {
  display: inline-block;
  border: none;
  font-size: 0;
  height: 48px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: .15s ease-out;
  transition: .15s ease-out;
}

.appWrapper .photoapp .video .btns button.playsport {
  display: none;
  background: url(../icons/playbtn.html) no-repeat center;
  background-size: 56px;
}

.appWrapper .photoapp .video .btns button.pausesport {
  display: none;
  background: url(../icons/pausebtn.html) no-repeat center;
  background-size: 56px;
}

.appWrapper .photoapp .video .btns button.mute {
  background: url(../icons/mute.html) no-repeat center !important;
  background-size: 32px !important;
  opacity: .48;
  position: absolute;
  top: 24px;
  right: 24px;
}

.appWrapper .photoapp .video .btns button.mute:hover {
  opacity: 1;
}

.appWrapper .photoapp .video .btns button#mute_button {
  background: url(../icons/unmute.html) no-repeat center;
  background-size: 32px;
  opacity: .48;
  position: absolute;
  top: 24px;
  right: 24px;
}

.appWrapper .photoapp .video .btns button#mute_button:hover {
  opacity: 1;
}

.appWrapper .schoolApp {
  width: 100%;
  margin: 62px 0 0 0;
}

.appWrapper .schoolApp h1 {
  text-align: center;
  font: 400 28px/56px "Circular Std", sans-serif;
  color: #202020;
  text-transform: uppercase;
}

@media (max-width: 560px) {
  .appWrapper .schoolApp h1 {
    font: 400 18px/40px "Circular Std", sans-serif;
  }
}

.appWrapper .schoolApp h1 span {
  font: 400 56px/56px "just_lovelyslanted", serif;
  color: #732C7C;
  text-transform: none;
}

@media (max-width: 560px) {
  .appWrapper .schoolApp h1 span {
    font: 400 40px/40px "just_lovelyslanted", serif;
  }
}

.appWrapper .schoolApp ul {
  width: 100%;
  margin: 48px 0 0 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 72px;
  -ms-grid-columns: auto 640px;
      grid-template-columns: auto 640px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 998px) {
  .appWrapper .schoolApp ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    margin: 24px 0 0 0;
    grid-gap: 24px;
  }
}

.appWrapper .schoolApp ul li {
  width: 100%;
}

.appWrapper .schoolApp ul li h2 {
  text-align: left;
  font: 400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}

@media (max-width: 768px) {
  .appWrapper .schoolApp ul li h2 {
    font-size: 40px;
  }
}

.appWrapper .schoolApp ul li p {
  text-align: left;
  font: 400 16px "Circular Std Book", sans-serif;
  color: #505050;
  margin: 24px 0 0 0;
}

@media (max-width: 768px) {
  .appWrapper .schoolApp ul li p {
    font-size: 13px;
    margin: 16px 0 0 0;
  }
}

.appWrapper .schoolApp ul li p span {
  font: 400 15px "Circular Std medium", sans-serif;
  color: #000;
}

@media (max-width: 768px) {
  .appWrapper .schoolApp ul li p span {
    font-size: 13px;
  }
}

.appWrapper .schoolApp ul li .photo {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(20%, white), color-stop(20%, #732C7C), to(#732C7C));
  background: linear-gradient(90deg, white 0%, white 20%, #732C7C 20%, #732C7C 100%);
  text-align: left;
  padding: 36px 48px 48px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.appWrapper .schoolApp ul li .photo img {
  display: inline-block;
  width: 85%;
}

.appWrapper .schoolApp ul li .photo video {
  display: block;
  width: 70%;
}

@media (max-width: 998px) {
  .appWrapper .schoolApp ul li .photo video {
    width: 80%;
  }
}

@media (max-width: 768px) {
  .appWrapper .schoolApp ul li .photo video {
    width: 100%;
  }
}

.appWrapper .schoolApp ul li .photo .rightshape {
  position: absolute;
  width: 0px;
  height: 0px;
  right: 12px;
  border-color: transparent transparent transparent #732C7C;
  border-style: solid;
  border-width: 0px 0px 180px 20px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 32px;
}

.appWrapper .schoolApp ul li .photo .topshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #9C8AA4;
  border-style: solid;
  border-width: 0 0px 40px 10px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  top: 8px;
  left: 1px;
}

.appWrapper .schoolApp ul li .photo .bottomshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0px 0px 24px 636px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  right: 0;
  bottom: 0;
}

.appWrapper .schoolApp ul li .photo .leftshape {
  position: absolute;
  width: 0px;
  height: 0px;
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 0 0 620px 24px;
  -o-border-image: none 100% / 1 / 0 stretch;
     border-image: none 100% / 1 / 0 stretch;
  bottom: 0;
  right: 0;
}

.appWrapper .appFeatures {
  width: 100%;
  margin: 72px 0 0 0;
}

.appWrapper .appFeatures h1 {
  text-align: center;
  font: 400 28px/40px "Circular Std", sans-serif;
  color: #202020;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .appWrapper .appFeatures h1 {
    font: 400 20px/40px "Circular Std", sans-serif;
  }
}

.appWrapper .appFeatures h1 span {
  font: 400 56px/40px "just_lovelyslanted", serif;
  color: #732C7C;
  text-transform: none;
}

@media (max-width: 768px) {
  .appWrapper .appFeatures h1 span {
    font: 400 40px/40px "just_lovelyslanted", serif;
  }
}

.appWrapper .appFeatures ul {
  width: 100%;
  margin: 48px 0 0 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 16px;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 998px) {
  .appWrapper .appFeatures ul {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .appWrapper .appFeatures ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .appWrapper .appFeatures ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.appWrapper .appFeatures ul li {
  width: 100%;
  border-radius: 8px;
  background-color: #F9F9F9;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 204px;
}

.appWrapper .appFeatures ul li span {
  display: block;
  width: 100%;
  text-align: left;
  margin: 0 0 32px 0;
}

.appWrapper .appFeatures ul li span img {
  display: inline-block;
  width: 100%;
  max-width: 48px;
}

.appWrapper .appFeatures ul li b {
  display: block;
  width: 100%;
  text-align: left;
  font: 400 16px "Circular Std medium", sans-serif;
  color: #202020;
}

.appWrapper .howto {
  width: 100%;
  margin: 72px 0 0 0;
}

.appWrapper .howto h1 {
  text-align: center;
  font: 400 28px/40px "Circular Std", sans-serif;
  color: #202020;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .appWrapper .howto h1 {
    font: 400 24px/32px "Circular Std", sans-serif;
  }
}

@media (max-width: 560px) {
  .appWrapper .howto h1 {
    font: 400 20px/40px "Circular Std", sans-serif;
  }
}

.appWrapper .howto h1 span {
  font: 400 56px/40px "just_lovelyslanted", serif;
  color: #732C7C;
  text-transform: none;
}

@media (max-width: 768px) {
  .appWrapper .howto h1 span {
    font: 400 36px/32px "just_lovelyslanted", serif;
  }
}

@media (max-width: 560px) {
  .appWrapper .howto h1 span {
    font: 400 40px/40px "just_lovelyslanted", serif;
  }
}

.appWrapper .howto ul {
  width: 100%;
  margin: 48px 0 0 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 96px;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .appWrapper .howto ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-gap: 24px;
    margin: 24px 0 0 0;
  }
}

.appWrapper .howto ul li {
  width: 100%;
}

.appWrapper .howto ul li span {
  display: block;
  width: 100%;
  text-align: left;
}

.appWrapper .howto ul li span img {
  display: inline-block;
  width: 100%;
  max-width: 48px;
}

.appWrapper .howto ul li b {
  display: block;
  width: 100%;
  text-align: left;
  font: 400 16px "Circular Std medium", sans-serif;
  color: #101010;
  margin: 24px 0 8px 0;
}

@media (max-width: 768px) {
  .appWrapper .howto ul li b {
    margin: 8px 0 4px 0;
  }
}

.appWrapper .howto ul li p {
  text-align: left;
  font: 400 14px "Circular Std Book", sans-serif;
  color: #505050;
}

.cbsecorner {
  width: 100%;
  max-width: 1024px;
  margin: 72px auto;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 998px) {
  .cbsecorner {
    max-width: 768px;
  }
}

@media (max-width: 768px) {
  .cbsecorner {
    max-width: 560px;
  }
}

@media (max-width: 560px) {
  .cbsecorner {
    max-width: 420px;
  }
}

.cbsecorner h1 {
  text-align: center;
  font: 400 28px/56px "Circular Std", sans-serif;
  color: #202020;
  text-transform: uppercase;
}

@media (max-width: 560px) {
  .cbsecorner h1 {
    font: 400 18px/40px "Circular Std", sans-serif;
  }
}

.cbsecorner h1 span {
  font: 400 56px/56px "just_lovelyslanted", serif;
  color: #732C7C;
  text-transform: none;
}

@media (max-width: 560px) {
  .cbsecorner h1 span {
    font: 400 40px/40px "just_lovelyslanted", serif;
  }
}

.cbsecorner ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin: 48px 0 0 0;
}

@media (max-width: 560px) {
  .cbsecorner ul {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.cbsecorner ul li {
  width: 100%;
}

.cbsecorner ul li a {
  display: block;
  width: 100%;
  padding: 72px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f0f0f0;
  border-radius: 16px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.cbsecorner ul li a.tc {
  background-color: #FFD697;
}

.cbsecorner ul li a.md {
  background-color: #A2EAFF;
}

.cbsecorner ul li a.grant {
  background-color: #FFB5C3;
}

.cbsecorner ul li a.fire {
  background-color: #C6FFB5;
}

.cbsecorner ul li a:hover {
  -webkit-transform: translate3d(-10px, -10px, 0);
          transform: translate3d(-10px, -10px, 0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.cbsecorner ul li a span {
  display: block;
  width: 100%;
  text-align: center;
}

.cbsecorner ul li a span img {
  display: inline-block;
  width: 100%;
  max-width: 62px;
}

.cbsecorner ul li a b {
  display: block;
  width: 100%;
  text-align: center;
  font: 400 16px "Circular Std medium", sans-serif;
  color: #000;
  margin: 40px 0 0 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 16px;
  background-color: #732C7C;
  padding: 40px 0 0px 0;
  color: white;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 80px;
  margin-right: 6px;
  border-radius: 50px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 16px;
  font-family: var(--font-primary);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer h4 {
  font-size: 21px;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(0, 131, 116, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 16px;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color: #fff;
}


.photoGallery video {
  width: 100%;
}


.flexbox {
  display: grid;
  grid-template-columns: 1fr ;
  row-gap: 40px;
}

@media only screen and (max-width: 600px) {
  body {
    background-color: white;
  }
}


.parent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.image1 img{
  width: 50%;
  height: auto;
}

.awardtext li h1{
  text-align: center;
  font: 500 70px "just_lovelyslanted", serif;
  color: #732C7C;
  line-height: 30px;
}

.awardsection{
  margin: 20px 0px;
}


/* Blog */




.blog .blog-pagination {
  margin-top: 30px;
  color: #732C7C;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
  border-radius: 10px;
}

.blog .blog-pagination li a {
  color: var(--color-default);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog .posts-list .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog .posts-list .post-category {
  font-size: 16px;
  color: #732C7C;
  margin-bottom: 10px;
}

.blog .posts-list .title {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .posts-list .title a {
  color: #732C7C;
  transition: 0.3s;
  text-decoration: none;
}

.blog .posts-list .title a:hover {
  color: var(--color-primary);
}

.blog .posts-list .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog .posts-list .post-author-list {
  font-weight: 600;
  margin-bottom: 5px;
}

.blog .posts-list .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog .blog-details {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
}

.blog .blog-details .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.blog .blog-details .title {
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-default);
}

.blog .blog-details .content {
  margin-top: 20px;
}

.blog .blog-details .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .blog-details .content blockquote {
  overflow: hidden;
  background-color: rgba(34, 34, 34, 0.06);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .blog-details .content blockquote p {
  color: var(--color-default);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .blog-details .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-secondary);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .blog-details .meta-top {
  margin-top: 20px;
  color: #6c757d;
}

.blog .blog-details .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .blog-details .meta-top ul li+li {
  padding-left: 20px;
}

.blog .blog-details .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: var(--color-primary);
}

.blog .blog-details .meta-top a {
  color: #6c757d;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .blog-details .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(34, 34, 34, 0.15);
}

.blog .blog-details .meta-bottom i {
  color: #732C7C;
  display: inline;
}

.blog .blog-details .meta-bottom a {
  color: rgba(34, 34, 34, 0.8);
  transition: 0.3s;
}

.blog .blog-details .meta-bottom a:hover {
  color: var(--color-primary);
}

.blog .blog-details .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .cats li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .blog-details .meta-bottom .tags li {
  display: inline-block;
}

.blog .blog-details .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-default);
  content: ",";
}

.blog .blog-details .meta-bottom .share {
  font-size: 16px;
}

.blog .blog-details .meta-bottom .share i {
  padding-left: 5px;
}

.blog .post-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .post-author img {
  max-width: 120px;
  margin-right: 20px;
}

.blog .post-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--color-default);
}

.blog .post-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .post-author .social-links a {
  color: rgba(34, 34, 34, 0.5);
  margin-right: 5px;
}

.blog .post-author p {
  font-style: italic;
  color: rgba(108, 117, 125, 0.8);
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Blog Sidebar
--------------------------------------------------------------*/
.blog .sidebar {
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
  color: var(--color-default);
}

.blog .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.3);
  padding: 5px 10px;
  position: relative;
  border-radius: 50px;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 50px;
  width: calc(100% - 60px);
}

.blog .sidebar .search-form form input[type=text]:focus {
  outline: none;
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  background: var(--color-primary);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: rgba(0, 131, 116, 0.8);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--color-primary);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(34, 34, 34, 0.4);
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--color-default);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--color-primary);
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.4);
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #732C7C;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0 6px 8px 0;
  border: 1px solid #d5d5d5;
  display: inline-block;
  transition: 0.3s;
  border-radius: 50px;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid var(--color-primary);
  background: var(--color-primary);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(85, 85, 85, 0.8);
  font-size: 14px;
}

/*--------------------------------------------------------------
# Blog Comments
--------------------------------------------------------------*/
.blog .comments {
  margin-top: 30px;
}

.blog .comments .comments-count {
  font-weight: bold;
}

.blog .comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .comments .comment .comment-img {
  margin-right: 14px;
}

.blog .comments .comment .comment-img img {
  width: 60px;
}

.blog .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-default);
  transition: 0.3s;
}

.blog .comments .comment h5 a:hover {
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--color-primary);
}

.blog .comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.8);
  margin-bottom: 5px;
}

.blog .comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .comments .reply-form p {
  font-size: 14px;
}

.blog .comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form input:focus {
  box-shadow: none;
  border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: rgba(0, 131, 116, 0.8);
}

.blog .comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .comments .reply-form .btn-primary {
  border-radius: 50px;
  padding: 14px 40px;
  border: 0;
  background-color: var(--color-secondary);
}

.blog .comments .reply-form .btn-primary:hover {
  background-color: rgba(248, 90, 64, 0.8);
}





.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 14px 50px rgba(234, 149, 30, 0.2);
  padding: 25px;
  border-radius: 0px;
  height: 400px;
  transition: all .3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
    padding-top: 0;
    margin-top: 0;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: .3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
 
  box-shadow: 4px 8px 10px 1px rgba(115, 44, 124, 0.2);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all .3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all .4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #0d0925;
  margin-bottom: 20px;
}
.blog-slider__text {
  color: #333333;
  margin-bottom: 20px;
  line-height: 26px;
  font-size: 16px;
  font-weight: 400 !important;
  text-align: justify;
}
.blog-slider__button {
  display: inline-flex;
  background-color: #732C7C;
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  /* box-shadow: 0px 5px 40px rgba(252, 56, 56, 0.4); */
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all .3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #732C7C;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}

.blog-slider__text{
  font-weight: 100;
}


.main-gallery{
  background-image: linear-gradient(to top, rgba(0,0,0,0.4), rgba(0,54,86,0.7)),url("../Images/s6.html\ copy.jpg");
  width: 100%;
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
 
}

.main-gallery{
  font-size: 60px;
  font-weight: bolder;
  font-family: just_lovelyslanted;
  
}
.top-sec{
  position: relative;
  top: 0;
}
.top-sec2{
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 43px;
  background: linear-gradient(180deg, rgba(51,51,51,0.9) 0%, rgba(51,51,51,0) 100%);
}
.top-sec2 .bg-light{
  background: none !important;
}
@media (min-width: 768px) {
.navbar-brand.abs
    {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
    }
}
.ml-auto, .mx-auto {
    margin-left: auto !important;
}
@media only screen and (min-width: 767px) {
.mob-sd{
display: none;
}
}
@media only screen and (max-width: 767px) {
.top-sec2{
  position: relative;
  top: 0;
  background: #ffffff;
}
.top-sec2 img{
  width: 250px;
}
}
.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
    text-transform: capitalize;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}
.ddd2:hover .dropdown-menu {
  display:block;
}
.dropdown-toggle::after{
  display: none !important;
}
.mosdfsf{
  margin: 0;
  padding: 0;
}
.mosdfsf li{
  display: block;
  width: auto;
  float: left;
}
.mosdfsf li a{
  color: #ffffff;
}
.socialss{
  padding: 0 !important;
  margin: 0;
  float: right;
}
.socialss li{
  float: left;
  padding-right: 10px;
}
.socialss li a.aa1 {
    color: #ffffff;
    background: #9C8AA4;
    padding: 5px 13px 5px 11px;
    border-radius: 50%;
}
.socialss li a.aa2 {
    color: #ffffff;
    background: #9C8AA4;
    padding: 5px 11px 5px 11px;
    border-radius: 50%;
}
.socialss li a.aa3 {
    color: #ffffff;
    background: #9C8AA4;
    padding: 5px 11px 5px 11px;
    border-radius: 50%;
}
.socialss li a.aa5 {
    color: #ffffff;
    background: #9C8AA4;
    padding: 5px 11px 5px 11px;
    border-radius: 50%;
}
.dropdown-menu{
  border-radius: 0 !important;
  margin: 0 !important;
}
p{
  text-align: justify !important;
}
.acade{
  background-image:url(../../images/a1.jpg);
  background-size: cover;
  background-position: center center;
}
.acade2{
  background: rgba(115,44,124,0.9);
} 
.text-white{
  color: #ffffff;
}
.link1{
  font-style: 18px;
  color: #ffffff;
  font-weight: 600;
}
.link1:hover{
  font-style: 18px;
  color: #ffffff;
  font-weight: 600;
}
.ourways2{
      width: 100%;
    /* max-width: 1024px; */
    padding: 0 24px 106px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
.ourways2 .photo {
    width: 100%;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.ourways2 .photo img {
    display: block;
    width: 100%;
}
.ourways2 b {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    height: 56px;
    padding: 8px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 10px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}
.ourways2 b small {
    display: block;
    width: 100%;
    font: 400 15px/30px "Circular Std Book", sans-serif;
    color: #000;
    background-color: #9C8AA4;
    /* height: 40px; */
}
.ourways b .topshape {
    position: absolute;
    width: 0px;
    height: 0px;
    border-color: transparent transparent #9C8AA4;
    border-style: solid;
    border-width: 0 0px 40px 10px;
    -o-border-image: none 100% / 1 / 0 stretch;
    border-image: none 100% / 1 / 0 stretch;
    top: 8px;
    left: 1px;
}
.ourways b .rightshape {
    position: absolute;
    width: 0px;
    height: 0px;
    right: 1px;
    border-color: transparent transparent transparent #9C8AA4;
    border-style: solid;
    border-width: 40px 0px 0px 10px;
    -o-border-image: none 100% / 1 / 0 stretch;
    border-image: none 100% / 1 / 0 stretch;
    bottom: 8px;
}
.ourways b .bottomshape {
    position: absolute;
    width: 0px;
    height: 0px;
    border-color: transparent transparent #9C8AA4;
    border-style: solid;
    border-width: 0px 5px 20px 267.5px;
    -o-border-image: none 100% / 1 / 0 stretch;
    border-image: none 100% / 1 / 0 stretch;
    top: -12px;
    left: -1px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.facdfsds{
  background: #f2f2f2;
}
.sdfdsf a {
    display: inline-block;
    width: auto;
    font: 300 16px/32px "Circular Std medium", sans-serif;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #9C8AA4;
    padding: 0 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 99999;
    text-transform: uppercase;
}
.number-box{
  position: relative;
}
.number-box2{
  position: relative;
  border-right: 2px solid #ffffff;
}
.number-box3{
  background: rgba(156, 138, 162, 0.82);
  padding: 10px;
  width: 100%;
  position: absolute;
  top: 0;
}
.number-box3 h1{
  color: #ffffff;
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
}
.number-box6{
  position: relative;
}
.bglosdff{
  border-right:2px solid #ffffff;
  position: relative;
}
.dsfsdfv{
  border-top:2px solid #ffffff;
}
.number-box7{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(156, 138, 162, 0.82);
  top: 0;
  vertical-align: center;
  padding: 35% 2%;
}
.number-box7 h3{
  color: #ffffff;
  text-align: center;
  font-size: 35px;
}
.number-box7 p{
  color: #ffffff;
  text-align: center !important;
  font-size: 18px;
  font-weight: 600;
}
.number-box5{
  position: relative;
}
.contt-info{
  padding: 0;
  margin: 0;
}
.contt-info li{
  font-size: 16px;
  padding-bottom: 10px;
}
.contt-info li p{
  text-align: left !important;
  line-height: 23px !important;
  padding-bottom: 0;
  margin-bottom: 0;
}
.contt-info li i{
  float: left;
  font-size: 18px;
  line-height: 28px;
  width: 30px;
}
.contt-info li a{
  color: #ffffff;
}
.dfsd{
  padding-left: 30px;
}
.foot-boottom{
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #501f56;
}
.sfsdfsf{
  padding-bottom: 30px;
}
.foot-boottom p{
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
.faclis{
  color: #ffffff !important;
  text-decoration: none;
}
.dropdown-item{
  white-space:normal !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #732C7C !important;
}
.abt-sedd .teachersWrapper{
  padding: 0;
  max-width:100%;
}
.pt-30{
  padding-top: 30px;
}
.pb-30{
  padding-bottom: 30px;
}
.aucc h3{
  color: #732C7C;
  padding-top: 10px;
  font-size: 25px !important;
  line-height: 35px !important;
  margin-bottom: 0;
  padding-bottom: 0;
}
.aucc p{
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #333333 !important;
}
.why-chhos2{
  background: #f2f2f2;
  padding: 20px;
  border: 1px solid #dddddd;
}
.why-chhos2:hover{
  background: #dddddd;
}
.why-chhos3{
  background: #f2f2f2;
}
.why-chhos3:hover{
  background: #dddddd;
}
.why-chhos5{
padding: 20px;
}
.new-list li {
    line-height: 25px;
    padding-left: 30px;
    font-size: 16px;
    color: #333333;
    list-style: none;
    background-image:url(../../images/lis.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    margin-bottom: 10px;
    text-align: justify;
    font-weight: 400 !important;
}
.new-list {
    padding: 0;
    margin: 0;
}
.new-list2 li {
    line-height: 25px;
    padding-left: 30px;
    font-size: 16px;
    color: #333333;
    list-style: none;
    background-image:url(../../images/lis.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    margin-bottom: 10px;
    text-align: justify;
    font-weight: 400 !important;
}
.new-list2 {
    padding: 0;
    margin: 0;
}
.new-list3 li {
    line-height: 25px;
    padding-left: 30px;
    font-size: 16px;
    color: #ffffff;
    list-style: none;
    background-image:url(../../images/lis2.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    margin-bottom: 10px;
    text-align: justify;
    font-weight: 400 !important;
}
.new-list3 {
    padding: 0;
    margin: 0;
}
.why-chhos2 h3{
  text-align: center;
  color: #333333;
  font-size: 25px;
  line-height: 35px;
  padding-bottom: 10px;
}
.why-chhos3 h3{
  text-align: center;
  color: #333333;
  font-size: 25px;
  line-height: 35px;
  padding-bottom: 10px;
}
.why-chhos{
  padding-bottom: 30px;
  padding-top: 50px;
}
.main-f{
  font:400 56px "just_lovelyslanted", serif;
  color: #732C7C;
}
.spacex1{
  padding-top: 10px;
}
.spacex2{
  padding-top: 50px;
}
.spacex3{
  padding-top: 24px;
}
.spacex5{
  padding-top: 10px;
}
.spacex6{
  padding-top: 15px;
}
.spacex7{
  padding-top: 25px;
}
.text-white{
  color: #ffffff;
}
form.contact-form {
    background: #f2f2f2;
    padding: 30px 30px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 12%);
    height: 100%;
    border-bottom-right-radius: 30px;
    border: 1px solid #dddddd;
}
form.main-form .form-control {
    border-radius: 0;
    height: 44px;
    padding: 6px 16px;
    color: #000;
    font-weight: 500;
    font-size: 17px;
}
form.main-form .form-group textarea {
    height: 120px;
}
.sdfsdf .blog-slider__button{
  border: 1px solid #732C7C;
}
.contac-box{
  background: #732C7C;
  padding: 20px;
}
.contac-box li{
  color: #ffffff;
}
.contac-box li a{
  color: #ffffff;
}
.contac-box h3{
  color: #ffffff;
  font:400 56px "just_lovelyslanted", serif;
  line-height: 55px;
}
.main-form.contact-form h3{
  font:400 56px "just_lovelyslanted", serif;
  line-height: 55px;
}
.d-maps{
  margin-bottom: -10px;
}
.modal-header{
  padding: 0 !important;
  margin: 0;
}