@import url("https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  --wedu-MainColour: $MainColour;
  --wedu-Hover: $Hover;
  --wedu-NearlyBlack: $NearlyBlack;
  --wedu-Gray: $Gray;
  --wedu-WhiteColor: $WhiteColor;
  --wedu-DKIndigo: $DKIndigo;
  --wedu-Blarckle: $Blarckle;
  --wedu-Indigo: $Indigo;
  --wedu-SkyBlue: $SkyBlue;
  --wedu-Magenta: $Magenta;
  --wedu-Eggplant: $Eggplant;
  --wedu-GradientLinear: $GradientLinear;
  --wedu-GradientRadial: $GradientRadial;
}

.playfair-class {
  font-family: "Playfair Display", "Times New Roman", Times, serif !important;
}

.chivo-class {
  font-family: "Chivo", Arial, Helvetica, sans-serif !important;
}

.has-global-padding {
  padding-right: 0;
  padding-left: 0;
}
.has-global-padding > .alignfull {
  margin-right: 0;
  margin-left: 0;
}

.responsive-youtube-embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-youtube-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-responsive-video video {
  width: 100%;
  max-height: 100%;
}

.apply-button-container {
  background: #01011B;
  display: block;
  text-align: center;
  padding: 2rem;
}

.apply-button {
  display: inline-block;
  min-width: 200px;
  text-decoration: none;
  text-transform: lowercase;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 2rem;
  text-align: center;
  padding: 0.5rem 1rem;
  border: 4px solid transparent;
  background: transparent;
  transition: opacity 0.3s;
  border-color: #CD1477;
  background: linear-gradient(45deg, rgba(0, 0, 80, 0.2) 0%, rgba(205, 20, 119, 0.2) 100%);
  color: #fff !important;
  opacity: 0.5;
}
.apply-button:hover {
  opacity: 1;
}

html,
body,
.block-editor-iframe__body {
  background: #01011B;
  color: #D1D1D1;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
}

input, textarea, select {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
}

a {
  color: #D1D1D1;
}

.debug * {
  outline: 1px dashed pink;
}

.main-layout {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.main-wrapper {
  max-width: 1400px;
  margin: auto;
}
.main-wrapper.full-width {
  max-width: 95%;
}

.align-max-width {
  max-width: 1400px;
  margin: 0 auto;
}

main > :not(.alignfull) {
  max-width: 1400px;
  margin: 0 auto;
}
main > h1, main > h2, main > h3, main > h4, main > h5, main > h6 {
  border: 1rem solid transparent;
}

.w-100-fix {
  width: 100% !important;
}

* {
  box-sizing: border-box;
}

body:not(.loaded) * {
  transition: none !important;
}

.dot::after,
.is-style-dot::after {
  content: ".";
  color: #59C5EA;
}

.gradient-text,
.is-style-gradient-text {
  background: linear-gradient(to left, #391C7E 10%, #CD1477 100%);
  background: -webkit- linear-gradient(to left, #391C7E 10%, #CD1477 100%);
  background: -moz- linear-gradient(to left, #391C7E 10%, #CD1477 100%);
  background: -o- linear-gradient(to left, #391C7E 10%, #CD1477 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 122px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 128px;
  text-align: center;
}
@media screen and (max-width: 868px) {
  h1 {
    font-size: 100px;
    line-height: 104px;
  }
}
@media screen and (max-width: 750px) {
  h1 {
    font-size: 80px;
    line-height: 96px;
  }
}

h2 {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 80px;
  text-align: center;
}
@media screen and (max-width: 868px) {
  h2 {
    font-size: 30px;
    line-height: 60px;
  }
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 28px;
    line-height: 46px;
  }
}

@media screen and (max-width: 1124px) {
  h1, h2, h3, h4, h5, h6 {
    text-align: center !important;
  }
}
.wp-block-embed.is-provider-youtube.is-type-video {
  margin: 5rem auto !important;
}
.wp-block-embed.is-provider-youtube.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  margin: 0 auto;
}
.wp-block-embed.is-provider-youtube.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@keyframes appear-on-scroll {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media screen and (min-width: 1000px) {
  .navbar-holder {
    overflow-x: hidden;
  }
  .navbar-holder.floating {
    position: sticky;
    top: 0px;
    background: #01011B;
    z-index: 9999;
    max-width: 100%;
    padding: 0 1rem;
    transform: translateY(-100px);
    transition: transform 0.3s ease-in-out;
  }
  .navbar-holder.floating.disable-transition {
    transition: none;
  }
  .navbar-holder.floating.scroll-up {
    transform: translateY(0px);
  }
}
nav.main-navbar {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1400px;
  transition: max-width 0.3s ease-in-out;
  margin: 0 auto;
}
@media screen and (max-width: 868px) {
  nav.main-navbar {
    height: 50px;
  }
}
nav.main-navbar.full-width {
  max-width: 95%;
}
nav.main-navbar.max-width {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
nav.main-navbar.collapsed {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 9999;
}
nav.main-navbar > .logo > a {
  display: block;
  width: 137px;
  height: 34px;
  background: url(/wp-content/themes/wedu/assets/logos/wedu-logo.svg);
  background-repeat: no-repeat;
}
nav.main-navbar > .nav-links {
  height: 100%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex: 1;
  padding: 0 1rem;
  justify-content: flex-end;
  align-items: center;
  overflow-x: hidden;
}
nav.main-navbar > .nav-links > a {
  display: block;
  text-decoration: none;
  text-transform: lowercase;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
  min-width: 80px;
  padding: 0.5rem 1rem;
  border: 4px solid transparent;
  background: transparent;
  transition: opacity 0.3s;
}
nav.main-navbar > .nav-links > a:hover, nav.main-navbar > .nav-links > a.hover {
  opacity: 1;
}
nav.main-navbar > .nav-links > a.active {
  border-color: #CD1477;
  background: linear-gradient(45deg, rgba(0, 0, 80, 0.2) 0%, rgba(205, 20, 119, 0.2) 100%);
}
nav.main-navbar > .nav-links > a::after {
  content: ".";
  color: #59C5EA;
}
nav.main-navbar > .nav-links > .inline-logo {
  position: absolute;
  top: 31px;
  left: 31px;
  display: none;
}
@media screen and (max-width: 868px) {
  nav.main-navbar > .nav-links > .inline-logo {
    left: 15px;
  }
}
nav.main-navbar > .nav-links > .inline-logo > a {
  display: block;
  width: 137px;
  height: 34px;
  background: url(/wp-content/themes/wedu/assets/logos/wedu-logo.svg);
  background-repeat: no-repeat;
  opacity: 1 !important;
}
nav.main-navbar.collapsed > .nav-links {
  background: #01011B;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
nav.main-navbar.collapsed > .nav-links > .inline-logo {
  display: block;
}
nav.main-navbar.collapsed > .nav-links > a {
  transform: translateX(1000%);
  transition: transform 0.3s;
  transition-delay: 0.3s;
}
nav.main-navbar.collapsed > .nav-links.visible {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
nav.main-navbar.collapsed > .nav-links.visible > a {
  transition-delay: 0;
  transform: translate(0);
}
nav.main-navbar.collapsed > .nav-hamburger {
  display: flex;
}
nav.main-navbar > .nav-hamburger {
  background: #01011B;
  width: 100px;
  height: 100px;
  top: 0;
  right: 0;
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  align-self: flex-end;
  z-index: 9999;
  cursor: pointer;
  transition: transform 0.3s;
}
@media screen and (max-width: 868px) {
  nav.main-navbar > .nav-hamburger {
    width: 50px;
    height: 50px;
  }
}
nav.main-navbar > .nav-hamburger.active > div {
  transform: rotate(-90deg);
}
nav.main-navbar > .nav-hamburger > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transform: rotate(0deg);
  transition: transform 0.3s;
}
@media screen and (max-width: 868px) {
  nav.main-navbar > .nav-hamburger > div {
    gap: 0.3rem;
  }
}
nav.main-navbar > .nav-hamburger > div > div {
  width: 100%;
  height: 8px;
}
nav.main-navbar > .nav-hamburger > div > div:nth-child(1) {
  background: rgba(205, 20, 119, 0.4);
}
nav.main-navbar > .nav-hamburger > div > div:nth-child(2) {
  background: rgba(205, 20, 119, 0.7);
}
nav.main-navbar > .nav-hamburger > div > div:nth-child(3) {
  background: #CD1477;
}
@media screen and (max-width: 868px) {
  nav.main-navbar > .nav-hamburger > div > div {
    height: 4px;
  }
}
nav.main-navbar:not(.collapsed) > .nav-links a:not(.active) {
  opacity: 0.5;
}
nav.main-navbar:not(.collapsed) > .nav-links a:not(.active):hover {
  opacity: 1;
}
@media screen and (max-width: 868px) {
  nav.main-navbar:not(.collapsed) > .nav-hamburger {
    display: flex;
  }
  nav.main-navbar body.admin-bar .nav-links {
    top: 46px;
  }
  nav.main-navbar > .nav-links {
    padding-top: 1rem;
    height: auto;
    background-color: #01011B;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    transition: opacity 0.3s, background-color 0.3s;
    position: fixed;
    left: 0;
    right: 0;
    top: 0px;
    z-index: 999;
    bottom: 0;
    align-items: flex-start;
    justify-content: flex-start;
    overflow-y: auto;
  }
  nav.main-navbar > .nav-links > .inline-logo {
    display: block;
    margin-left: 0;
    margin-top: -8px;
    position: static !important;
  }
  nav.main-navbar > .nav-links > a {
    font-size: 3rem;
    display: block;
    text-decoration: none;
    text-transform: lowercase;
    font-family: "Chivo", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 2rem;
    text-align: center;
    min-width: 80px;
    padding: 0.5rem 1rem;
    border: 4px solid transparent;
    background: transparent;
    transition: opacity 0.3s;
  }
  nav.main-navbar > .nav-links > a:hover, nav.main-navbar > .nav-links > a.hover {
    opacity: 1;
  }
  nav.main-navbar > .nav-links > a.active {
    border-color: #CD1477;
    background: linear-gradient(45deg, rgba(0, 0, 80, 0.2) 0%, rgba(205, 20, 119, 0.2) 100%);
  }
  nav.main-navbar > .nav-links.visible {
    display: flex;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    bottom: 0;
  }
  nav.main-navbar > .nav-hack-block {
    flex: 1;
  }
}
@media screen and (max-width: 1400px) {
  nav.main-navbar > .logo {
    margin-left: 1rem;
  }
}

@media screen and (max-width: 868px) {
  body.admin-bar nav.main-navbar .nav-links {
    top: 46px;
  }
}
body.admin-bar .navbar-holder.floating {
  top: 32px;
}

@media screen and (max-width: 600px) {
  body.admin-bar nav.main-navbar .nav-links {
    top: 0;
  }
  body.admin-bar .navbar-holder.floating {
    top: 0;
  }
}
footer.main-footer {
  height: 600px;
  background: linear-gradient(180deg, rgba(1, 1, 27, 0.2) 0%, rgba(126, 12, 103, 0.3) 49.56%, rgba(1, 1, 27, 0.2) 100%);
  position: relative;
  width: 100%;
  margin: 2rem auto 0 auto;
  overflow: hidden;
}
footer.main-footer.wide {
  max-width: 1400px;
}
footer.main-footer .wedu-outline {
  position: absolute;
  top: 0%;
  left: 0;
  right: -130px;
  bottom: 0;
  background: url(/wp-content/themes/wedu/assets/logos/wedu-logo-outline.svg);
  background-repeat: no-repeat;
  background-position: right 10%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.2;
}
footer.main-footer .inner-footer {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  margin: 0 auto;
}
footer.main-footer .inner-footer > .top > div,
footer.main-footer .inner-footer > .bottom > div {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  z-index: 9;
}
footer.main-footer .inner-footer > .top {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: flex-start;
}
footer.main-footer .inner-footer > .top > div > a {
  display: block;
  text-decoration: none;
  text-transform: lowercase;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  min-width: 80px;
  padding: 0.5rem 1rem;
  border: 4px solid transparent;
  background: transparent;
  transition: opacity 0.3s;
}
footer.main-footer .inner-footer > .top > div > a:hover, footer.main-footer .inner-footer > .top > div > a.hover {
  opacity: 1;
}
footer.main-footer .inner-footer > .top > div > a.active {
  border-color: #CD1477;
  background: linear-gradient(45deg, rgba(0, 0, 80, 0.2) 0%, rgba(205, 20, 119, 0.2) 100%);
}
footer.main-footer .inner-footer > .top > div > a::after {
  content: ".";
  color: #59C5EA;
}
footer.main-footer .inner-footer > .top > div > a:hover {
  border-color: #CD1477;
  background: linear-gradient(45deg, rgba(0, 0, 80, 0.2) 0%, rgba(205, 20, 119, 0.2) 100%);
}
footer.main-footer .inner-footer > .bottom {
  display: flex;
  height: 115px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer.main-footer .inner-footer > .bottom > div.copyright {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  display: block;
  position: relative;
  font-size: 1rem;
}
footer.main-footer .inner-footer > .bottom > div.copyright.egg > .copyright-year::after {
  opacity: 1;
}
footer.main-footer .inner-footer > .bottom > div.copyright > .copyright-year::after {
  position: absolute;
  top: 0px;
  right: -40px;
  color: #000;
  content: ":)";
  background: #FFFFFF;
  width: 2rem;
  height: 2.5rem;
  padding-left: 10px;
  border-radius: 50%/60% 60% 40% 40%;
  opacity: 0;
  transition: opacity 0.5s;
}
footer.main-footer .inner-footer > .bottom > div > a {
  display: block;
  text-decoration: none;
  text-transform: lowercase;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  min-width: 80px;
  padding: 0.5rem 1rem;
  border: 4px solid transparent;
  background: transparent;
  transition: opacity 0.3s;
  text-transform: none;
}
footer.main-footer .inner-footer > .bottom > div > a:hover, footer.main-footer .inner-footer > .bottom > div > a.hover {
  opacity: 1;
}
footer.main-footer .inner-footer > .bottom > div > a.active {
  border-color: #CD1477;
  background: linear-gradient(45deg, rgba(0, 0, 80, 0.2) 0%, rgba(205, 20, 119, 0.2) 100%);
}
footer.main-footer .inner-footer > .bottom > div > a:hover {
  border-color: #CD1477;
  background: linear-gradient(45deg, rgba(0, 0, 80, 0.2) 0%, rgba(205, 20, 119, 0.2) 100%);
}
@media screen and (max-width: 868px) {
  footer.main-footer {
    height: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 3rem 0;
  }
  footer.main-footer .wedu-outline {
    position: static;
    width: 300px;
    height: 100px;
    background-size: contain;
    background-position: center center;
    margin: auto;
  }
  footer.main-footer .inner-footer {
    height: auto;
  }
  footer.main-footer .inner-footer > .top,
  footer.main-footer .inner-footer > .bottom {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    flex: auto;
    margin: 1rem 0;
    gap: 1rem;
  }
  footer.main-footer .inner-footer > .top > div.copyright,
  footer.main-footer .inner-footer > .bottom > div.copyright {
    text-align: center;
    padding: 2rem 0 0 0;
  }
  footer.main-footer .inner-footer > .top > div:not(.copyright),
  footer.main-footer .inner-footer > .bottom > div:not(.copyright) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  footer.main-footer .inner-footer > .top > div:not(.copyright) > a,
  footer.main-footer .inner-footer > .bottom > div:not(.copyright) > a {
    display: block;
    text-decoration: none;
    text-transform: lowercase;
    font-family: "Chivo", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2rem;
    text-align: center;
    min-width: 80px;
    padding: 0.5rem 1rem;
    border: 4px solid transparent;
    background: transparent;
    transition: opacity 0.3s;
    text-align: left;
  }
  footer.main-footer .inner-footer > .top > div:not(.copyright) > a:hover, footer.main-footer .inner-footer > .top > div:not(.copyright) > a.hover,
  footer.main-footer .inner-footer > .bottom > div:not(.copyright) > a:hover,
  footer.main-footer .inner-footer > .bottom > div:not(.copyright) > a.hover {
    opacity: 1;
  }
  footer.main-footer .inner-footer > .top > div:not(.copyright) > a.active,
  footer.main-footer .inner-footer > .bottom > div:not(.copyright) > a.active {
    border-color: #CD1477;
    background: linear-gradient(45deg, rgba(0, 0, 80, 0.2) 0%, rgba(205, 20, 119, 0.2) 100%);
  }
  footer.main-footer .inner-footer > .top > div:not(.copyright) > a::after,
  footer.main-footer .inner-footer > .bottom > div:not(.copyright) > a::after {
    content: ".";
    color: #59C5EA;
  }
  footer.main-footer .inner-footer > .top > div:not(.copyright) > a:nth-child(even),
  footer.main-footer .inner-footer > .bottom > div:not(.copyright) > a:nth-child(even) {
    text-align: right;
  }
}

section.wedu-common-text-block {
  position: relative;
}
section.wedu-common-text-block.no-padding {
  padding: 0;
}
section.wedu-common-text-block > .wedu-letter-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat !important;
  pointer-events: none;
  background-position: 50% center !important;
  z-index: 0;
  background-size: contain !important;
}
section.wedu-common-text-block > .wedu-letter-bg.letter-w {
  background: url(/wp-content/uploads/2023/05/wedu-w-svg.svg);
}
section.wedu-common-text-block > .wedu-letter-bg.letter-e {
  background: url(/wp-content/uploads/2023/06/wedu-e.svg);
}
section.wedu-common-text-block > .wedu-letter-bg.letter-d {
  background: url(/wp-content/uploads/2023/06/wedu-d.svg);
}
section.wedu-common-text-block > .wedu-letter-bg.letter-u {
  background: url(/wp-content/uploads/2023/06/wedu-u.svg);
}
section.wedu-common-text-block > .container-wedu-text-block > .wedu-text-block-row > .wedu-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.wedu-common-text-block > .container-wedu-text-block > .wedu-text-block-row > .wedu-content-wrapper > .wedu-content-heading {
  color: #ffffff;
  font-size: var(--font-size);
  letter-spacing: 0;
  line-height: var(--line-height);
  max-width: var(--max-width);
  text-align: center;
  background: linear-gradient(to left, #391C7E 10%, #CD1477 100%);
  background: -webkit- linear-gradient(to left, #391C7E 10%, #CD1477 100%);
  background: -moz- linear-gradient(to left, #391C7E 10%, #CD1477 100%);
  background: -o- linear-gradient(to left, #391C7E 10%, #CD1477 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  section.wedu-common-text-block > .container-wedu-text-block > .wedu-text-block-row > .wedu-content-wrapper > .wedu-content-heading {
    font-size: var(--font-size-xl);
    line-height: var(--line-height-xl);
    max-width: var(--max-width-xl);
  }
}
@media screen and (max-width: 1124px) {
  section.wedu-common-text-block > .container-wedu-text-block > .wedu-text-block-row > .wedu-content-wrapper > .wedu-content-heading {
    font-size: var(--font-size-lg);
    line-height: var(--line-height-lg);
    max-width: var(--max-width-lg);
  }
}
@media screen and (max-width: 868px) {
  section.wedu-common-text-block > .container-wedu-text-block > .wedu-text-block-row > .wedu-content-wrapper > .wedu-content-heading {
    font-size: var(--font-size-md);
    line-height: var(--line-height-md);
    max-width: var(--max-width-md);
  }
}
@media screen and (max-width: 750px) {
  section.wedu-common-text-block > .container-wedu-text-block > .wedu-text-block-row > .wedu-content-wrapper > .wedu-content-heading {
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
    max-width: var(--max-width-sm);
  }
}
@media screen and (max-width: 300px) {
  section.wedu-common-text-block > .container-wedu-text-block > .wedu-text-block-row > .wedu-content-wrapper > .wedu-content-heading {
    font-size: var(--font-size-xs);
    line-height: var(--line-height-xs);
    max-width: var(--max-width-xs);
  }
}
section.wedu-common-text-block > .container-wedu-text-block > .wedu-text-block-row > .wedu-content-wrapper > p.wedu-content-subheading {
  color: #ffffff;
  font-family: "Playfair Display";
  font-size: var(--sh-font-size);
  letter-spacing: -1px;
  line-height: var(--sh-line-height);
  max-width: 1440px;
  text-align: center;
  padding: 0 17rem;
  position: relative;
}
@media screen and (max-width: 1400px) {
  section.wedu-common-text-block > .container-wedu-text-block > .wedu-text-block-row > .wedu-content-wrapper > p.wedu-content-subheading {
    font-size: var(--sh-font-size-xl);
    line-height: var(--sh-line-height-xl);
  }
}
@media screen and (max-width: 1124px) {
  section.wedu-common-text-block > .container-wedu-text-block > .wedu-text-block-row > .wedu-content-wrapper > p.wedu-content-subheading {
    font-size: var(--sh-font-size-lg);
    line-height: var(--sh-line-height-lg);
  }
}
@media screen and (max-width: 868px) {
  section.wedu-common-text-block > .container-wedu-text-block > .wedu-text-block-row > .wedu-content-wrapper > p.wedu-content-subheading {
    font-size: var(--sh-font-sizee-md);
    line-height: var(--sh-line-height-md);
  }
}
@media screen and (max-width: 750px) {
  section.wedu-common-text-block > .container-wedu-text-block > .wedu-text-block-row > .wedu-content-wrapper > p.wedu-content-subheading {
    font-size: var(--sh-font-size-sm);
    line-height: var(--sh-line-height-sm);
  }
}
@media screen and (max-width: 300px) {
  section.wedu-common-text-block > .container-wedu-text-block > .wedu-text-block-row > .wedu-content-wrapper > p.wedu-content-subheading {
    font-size: var(--sh-font-size-xs);
    line-height: var(--sh-line-height-xs);
  }
}
section.wedu-common-text-block > .container-wedu-text-block > .wedu-text-block-row > .wedu-content-wrapper > p.wedu-content-subheading.subheading-ampersand::before {
  content: "&";
  opacity: 0.18;
  color: #FFFFFF;
  font-family: "Playfair Display";
  font-size: 245px;
  letter-spacing: 0;
  line-height: 326px;
  text-align: center;
  position: absolute;
  margin-left: -100px;
  bottom: -100px;
}
@media screen and (max-width: 868px) {
  section.wedu-common-text-block > .container-wedu-text-block > .wedu-text-block-row > .wedu-content-wrapper > p.wedu-content-subheading {
    font-size: 30px;
    line-height: 50px;
    padding: 0 10rem;
  }
}
@media screen and (max-width: 750px) {
  section.wedu-common-text-block > .container-wedu-text-block > .wedu-text-block-row > .wedu-content-wrapper > p.wedu-content-subheading {
    font-size: 20px;
    line-height: 40px;
    padding: 0 5rem;
  }
}

.wedu-video-header {
  max-width: 100vw;
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .wedu-video-header {
    height: auto;
    aspect-ratio: 14/9;
  }
}
.wedu-video-header .wedu-video-block-logo {
  position: absolute;
  top: 30px;
  left: 31px;
  opacity: 1;
  transform: scale(1);
  width: 137px;
  height: 34px;
  z-index: 99;
  background: url(/wp-content/themes/wedu/assets/logos/wedu-logo.svg);
  background-repeat: no-repeat;
}
@media screen and (max-width: 300px) {
  .wedu-video-header .wedu-video-block-logo {
    width: 68.5px;
    height: 17px;
  }
}
.wedu-video-header > video,
.wedu-video-header > iframe {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.wedu-video-header > iframe
{
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wedu-video-header > .wedu-video-header-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@keyframes wedu-arrow-block-hover {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes wedu-arrow-block-move-left {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes wedu-arrow-block-move-right {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes wedu-arrow-block-wiggle {
  0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-15deg);
  }
  20% {
    transform: rotateZ(10deg);
  }
  25% {
    transform: rotateZ(-10deg);
  }
  30% {
    transform: rotateZ(6deg);
  }
  35% {
    transform: rotateZ(-4deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
@keyframes wedu-arrow-block-grow {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes wedu-arrow-block-hover-and-fade {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    opacity: 0;
    transform: translateY(0);
  }
}
.wedu-arrow-block {
  display: block;
  width: 35px;
  margin: 3rem auto 10rem auto !important;
  animation-fill-mode: forwards;
}
.wedu-arrow-block.arrows-left, .wedu-arrow-block.arrows-right {
  display: flex;
  flex-direction: row;
  width: auto;
  align-items: center;
  justify-content: center;
  height: 42px;
}
.wedu-arrow-block.animation-hover-and-fade > * {
  animation: wedu-arrow-block-hover-and-fade 2s infinite;
}
.wedu-arrow-block.animation-hover > * {
  animation: wedu-arrow-block-hover 2s infinite;
}
.wedu-arrow-block.animation-move-left > * {
  animation: wedu-arrow-block-move-left 2s infinite;
}
.wedu-arrow-block.animation-move-right > * {
  animation: wedu-arrow-block-move-right 2s infinite;
}
.wedu-arrow-block.animation-wiggle > * {
  animation: wedu-arrow-block-wiggle 2s infinite;
}
.wedu-arrow-block.animation-grow > .wedu-arrow-block-arrow:nth-child(1) {
  animation: wedu-arrow-block-grow 1s ease-in-out alternate infinite;
}
.wedu-arrow-block.animation-grow > .wedu-arrow-block-arrow:nth-child(2) {
  animation: wedu-arrow-block-grow 1s ease-in-out alternate 0.2s infinite;
}
.wedu-arrow-block.animation-grow > .wedu-arrow-block-arrow:nth-child(3) {
  animation: wedu-arrow-block-grow 1s ease-in-out alternate 0.4s infinite;
}
.wedu-arrow-block > .wedu-arrow-block-arrow {
  display: block;
  background-image: url(/wp-content/themes/wedu/assets/icons/arrow.svg);
  height: 34px;
  margin: 0.2rem 0 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  animation-fill-mode: forwards !important;
}
.wedu-arrow-block.arrows-up > .wedu-arrow-block-arrow {
  background-image: url(/wp-content/themes/wedu/assets/icons/arrow-up.webp);
}
.wedu-arrow-block.arrows-left > .wedu-arrow-block-arrow {
  width: 42px;
  height: 42px;
  background-image: url(/wp-content/themes/wedu/assets/icons/arrow-left.webp);
}
.wedu-arrow-block.arrows-right > .wedu-arrow-block-arrow {
  width: 42px;
  height: 42px;
  background-image: url(/wp-content/themes/wedu/assets/icons/arrow-right.webp);
}

section.wedu-project-block,
.facetwp-template[data-name=project_listing] > .fwpl-layout {
  padding: 2rem 0;
  background: transparent;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 868px) {
  section.wedu-project-block,
  .facetwp-template[data-name=project_listing] > .fwpl-layout {
    grid-template-columns: 1fr !important;
  }
  section.wedu-project-block . > .img,
  .facetwp-template[data-name=project_listing] > .fwpl-layout .project-block-2 > .img {
    filter: saturate(1) !important;
    opacity: 1 !important;
  }
  section.wedu-project-block .project-block-2 > .project-details,
  .facetwp-template[data-name=project_listing] > .fwpl-layout .project-block-2 > .project-details {
    padding: 1rem 3.75rem !important;
    height: auto !important;
  }
}
section.wedu-project-block .project-block-2,
.facetwp-template[data-name=project_listing] > .fwpl-layout .project-block-2 {
  display: block;
  width: 100%;
  position: relative;
}
section.wedu-project-block .project-block-2:hover > .img, section.wedu-project-block .project-block-2.open > .img,
.facetwp-template[data-name=project_listing] > .fwpl-layout .project-block-2:hover > .img,
.facetwp-template[data-name=project_listing] > .fwpl-layout .project-block-2.open > .img {
  filter: saturate(1);
  opacity: 1;
}
section.wedu-project-block .project-block-2:hover > .project-details, section.wedu-project-block .project-block-2.open > .project-details,
.facetwp-template[data-name=project_listing] > .fwpl-layout .project-block-2:hover > .project-details,
.facetwp-template[data-name=project_listing] > .fwpl-layout .project-block-2.open > .project-details {
  padding: 1rem 3.75rem;
  height: auto;
}
section.wedu-project-block .project-block-2 > .project-details,
.facetwp-template[data-name=project_listing] > .fwpl-layout .project-block-2 > .project-details {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  opacity: 1;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.15s ease;
}
section.wedu-project-block .project-block-2 > .project-details > .project-header,
.facetwp-template[data-name=project_listing] > .fwpl-layout .project-block-2 > .project-details > .project-header {
  width: 100%;
  display: block;
  color: #cd1477;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
  position: relative;
  text-align: center;
}
section.wedu-project-block .project-block-2 > .project-details > .project-header > img.arrow-left-icon,
.facetwp-template[data-name=project_listing] > .fwpl-layout .project-block-2 > .project-details > .project-header > img.arrow-left-icon {
  position: absolute;
  width: 52px;
  top: 30px;
  right: -67px;
  user-select: none;
  pointer-events: none;
}
section.wedu-project-block .project-block-2 > .project-details > p,
.facetwp-template[data-name=project_listing] > .fwpl-layout .project-block-2 > .project-details > p {
  color: #01011b;
  font-family: Chivo;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 600;
}
section.wedu-project-block .project-block-2 > .img,
.facetwp-template[data-name=project_listing] > .fwpl-layout .project-block-2 > .img {
  width: 100%;
  opacity: 0.8;
  filter: saturate(0);
  transition: filter 0.5s, opacity 0.5s;
  min-height: 575px;
  background-color: #cd1477;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 868px) {
  section.wedu-project-block .project-block-2 > .img,
  .facetwp-template[data-name=project_listing] > .fwpl-layout .project-block-2 > .img {
    min-height: 400px;
  }
}
@media screen and (max-width: 750px) {
  section.wedu-project-block .project-block-2 > .img,
  .facetwp-template[data-name=project_listing] > .fwpl-layout .project-block-2 > .img {
    min-height: 300px;
  }
}

section.wedu-testimonial-block {
  padding: 1rem 0;
  background: transparent;
  position: relative;
}
@media screen and (max-width: 900px) {
  section.wedu-testimonial-block {
    max-width: 90vw !important;
  }
}
section.wedu-testimonial-block .DragHandler {
  position: absolute;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  outline: 1px solid #CD1477;
  background-color: #01011B;
  z-index: 9999;
  color: #CD1477;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 3rem;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  transition: outline-width 0.1s, opacity 0.5s;
}
section.wedu-testimonial-block .DragHandler.down {
  outline-width: 5px;
  opacity: 0.8;
  box-shadow: 0 0 10px 3px #CD1477;
}
section.wedu-testimonial-block .DragHandler.active {
  opacity: 1;
}
section.wedu-testimonial-block > .container2 {
  margin-bottom: 10rem;
}
section.wedu-testimonial-block > .container2 > .testimonial-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  overflow-x: hidden;
  max-width: 1400px;
  width: 100%;
  cursor: none;
  user-select: none;
}
section.wedu-testimonial-block > .container2 > .testimonial-row.Moving .item > .testimonial-wrapper {
  transform: scale(0.9);
  opacity: 0.7;
}
section.wedu-testimonial-block > .container2 > .testimonial-row.Moving .item > .testimonial-wrapper:hover {
  transform: scale(1);
}
section.wedu-testimonial-block > .container2 > .testimonial-row .item {
  max-width: 500px;
  flex: 0 0 500px;
  margin: 20px;
  align-items: stretch;
}
@media screen and (max-width: 868px) {
  section.wedu-testimonial-block > .container2 > .testimonial-row .item {
    max-width: 300px;
    flex: 0 0 300px;
    margin: 10px;
  }
}
section.wedu-testimonial-block > .container2 > .testimonial-row .item > .testimonial-wrapper {
  border: 1px solid #CD1477;
  padding: 3rem 2rem;
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  transform: scale(1);
  opacity: 1;
  transition: transform 0.5s, opacity 0.5s;
}
@media screen and (max-width: 868px) {
  section.wedu-testimonial-block > .container2 > .testimonial-row .item > .testimonial-wrapper {
    padding: 2rem 1rem;
  }
}
section.wedu-testimonial-block > .container2 > .testimonial-row .item > .testimonial-wrapper > img.quote-icon {
  position: absolute;
  top: -30px;
  pointer-events: none;
}
section.wedu-testimonial-block > .container2 > .testimonial-row .item > .testimonial-wrapper > p.testimonial-text {
  color: #ffffff;
  font-family: Chivo;
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 35px;
  padding: 2.75rem 0 1.75rem 0;
  flex: 1;
}
@media screen and (max-width: 868px) {
  section.wedu-testimonial-block > .container2 > .testimonial-row .item > .testimonial-wrapper > p.testimonial-text {
    font-size: 18px;
    line-height: 25px;
  }
}
section.wedu-testimonial-block > .container2 > .testimonial-row .item > .testimonial-wrapper > .author-meta-wrapper {
  color: #ffffff;
  font-family: Chivo;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 0px;
  line-height: 18px;
  margin: 1rem 0 0.58rem 0;
}
@media screen and (max-width: 868px) {
  section.wedu-testimonial-block > .container2 > .testimonial-row .item > .testimonial-wrapper > .author-meta-wrapper {
    font-size: 14px;
    line-height: 12px;
  }
}
section.wedu-testimonial-block > .container2 > .testimonial-row .item > .testimonial-wrapper > .author-meta-wrapper > .author-name {
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
  line-height: 1.5rem;
}

.wedu-promo-section-block {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 9rem auto !important;
}
.wedu-promo-section-block .labels {
  max-width: 460px;
  flex: 1;
}
.wedu-promo-section-block .labels > div {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: sticky;
  top: 100px;
  bottom: 100px;
  padding: 0 2rem;
}
.wedu-promo-section-block .labels > div > span {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 72px;
  line-height: 96px;
  font-weight: bold;
  letter-spacing: 0;
  opacity: 1;
  transition: opacity 1s ease-in-out;
}
.wedu-promo-section-block .labels > div > span.inactive {
  opacity: 0.3;
}
@media screen and (max-width: 1124px) {
  .wedu-promo-section-block .labels {
    display: none;
  }
}
.wedu-promo-section-block .detail {
  flex: 1;
  padding: 0 2rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.wedu-promo-section-block .wedu-promo-section {
  display: flex;
  flex-direction: column;
}
.wedu-promo-section-block .wedu-promo-section img {
  width: 100%;
}
.wedu-promo-section-block .wedu-promo-section > .wedu-promo-section-header {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 86px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 155px;
}
@media screen and (min-width: 1124px) {
  .wedu-promo-section-block .wedu-promo-section > .wedu-promo-section-header {
    display: none;
  }
}
.wedu-promo-section-block .wedu-promo-section > p {
  max-width: 820px;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 44px;
  opacity: 1;
  transition: opacity 0.5s;
}
@media screen-md {
  .wedu-promo-section-block .wedu-promo-section > p {
    font-size: 20px;
    line-height: 32px;
  }
}
.wedu-promo-section-block .wedu-promo-section > .bottom {
  margin-top: 1rem;
  min-width: 0;
  width: 55%;
  align-self: flex-end;
}
.wedu-promo-section-block .wedu-promo-section > .bottom img {
  max-height: 500px;
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  .wedu-promo-section-block {
    height: auto;
    overflow: auto;
  }
  .wedu-promo-section-block > .wedu-promo-section > .bottom {
    align-self: center;
  }
  .wedu-promo-section-block > .wedu-promo-section.inactive > .wedu-promo-section-header {
    opacity: 1;
  }
  .wedu-promo-section-block > .wedu-promo-section.inactive > p {
    opacity: 1;
  }
  .wedu-promo-section-block > .wedu-promo-section.inactive:nth-child(1) > .wedu-promo-section-header {
    transform: translateY(0%);
  }
  .wedu-promo-section-block > .wedu-promo-section.inactive:nth-child(2) > .wedu-promo-section-header {
    transform: translateY(0%);
  }
  .wedu-promo-section-block > .wedu-promo-section.inactive:nth-child(3) > .wedu-promo-section-header {
    transform: translateY(0%);
  }
}

.rotating-text {
  max-width: 100vw !important;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: var(--line-height);
  margin-left: var(--margin-left);
  margin-right: var(--margin-right);
  margin-top: var(--margin-top);
  margin-bottom: var(--margin-bottom);
}
@media screen and (max-width: 1400px) {
  .rotating-text {
    font-size: var(--font-size-xl);
    line-height: var(--line-height-xl);
    max-width: var(--max-width-xl);
  }
}
@media screen and (max-width: 1124px) {
  .rotating-text {
    font-size: var(--font-size-lg);
    line-height: var(--line-height-lg);
    max-width: var(--max-width-lg);
  }
}
@media screen and (max-width: 868px) {
  .rotating-text {
    font-size: var(--font-size-lg);
    line-height: var(--line-height-lg);
    max-width: var(--max-width-md);
  }
}
@media screen and (max-width: 750px) {
  .rotating-text {
    font-size: var(--font-size-lg);
    line-height: var(--line-height-lg);
    max-width: var(--max-width-sm);
  }
}
@media screen and (max-width: 300px) {
  .rotating-text {
    font-size: var(--font-size-md);
    line-height: var(--line-height-md);
    max-width: var(--max-width-xs);
  }
}

.wedu-split-container,
.wedu-split-container .acf-block-preview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  min-height: 200px;
}
.wedu-split-container:empty,
.wedu-split-container .acf-block-preview:empty {
  min-height: 300px;
  border: 1px solid #CD1477 !important;
}
.wedu-split-container .wedu-split-element,
.wedu-split-container .acf-block-preview .wedu-split-element {
  min-height: 300px;
  min-height: 300px;
  border: 1px solid #CD1477 !important;
}
@media screen and (max-width: 868px) {
  .wedu-split-container,
  .wedu-split-container .acf-block-preview {
    flex-direction: column;
  }
  .wedu-split-container .wedu-split-element,
  .wedu-split-container .acf-block-preview .wedu-split-element {
    width: 100% !important;
  }
}

.common-cta-block {
  background: transparent;
  cursor: pointer;
  max-width: 90%;
  display: block;
  text-decoration: none;
}
.common-cta-block.align-Center {
  display: flex;
  justify-content: center;
}
.common-cta-block.align-Right {
  display: flex;
  justify-content: right;
}
.common-cta-block.align-Left {
  display: flex;
  justify-content: left;
}
.common-cta-block.padding-Small {
  padding: 1rem auto;
}
.common-cta-block.padding-Medium {
  padding: 2.5rem auto;
}
.common-cta-block.padding-Large {
  padding: 4rem auto;
}
.common-cta-block.margin-None {
  margin: 0;
}
@media screen and (max-width: 868px) {
  .common-cta-block.margin-None {
    margin: 0 auto;
  }
}
.common-cta-block.margin-Small {
  margin: 1rem auto;
}
.common-cta-block.margin-Medium {
  margin: 2.5rem auto;
}
.common-cta-block.margin-Large {
  margin: 4rem auto;
}
@media screen and (min-width: 1400px) {
  .common-cta-block.margin-Fifty {
    margin: 0 auto 0 50% !important;
  }
}
@media screen and (max-width: 868px) {
  .common-cta-block {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .common-cta-block > .cta-content-wrapper {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .common-cta-block > .cta-content-wrapper > .cta-heading {
    font-size: 18px !important;
    line-height: 24px !important;
  }
}
.common-cta-block > .cta-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}
.common-cta-block > .cta-content-wrapper > .cta-heading {
  opacity: 0.25;
  color: #FFFFFF;
  font-family: Chivo;
  font-size: 33px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  margin: 0;
  cursor: pointer;
}
.common-cta-block > .cta-content-wrapper > img.cta-arrow-icon {
  transition: transform 0.3s ease;
  transform: translateX(0px);
  width: 65px;
  position: relative;
  top: 3px;
  pointer-events: none;
  user-select: none;
}
.common-cta-block:hover > .cta-content-wrapper img.cta-arrow-icon {
  transform: translateX(10px);
}
.common-cta-block:hover > .cta-content-wrapper > .cta-heading {
  opacity: 1;
  cursor: pointer;
}

.wedu-teams-cta-block {
  max-width: 1170px;
  margin: 5rem auto !important;
  background: linear-gradient(-90deg, #000050 0%, #CD1477 100%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5rem 100px;
  gap: 3rem;
}
@media screen and (max-width: 868px) {
  .wedu-teams-cta-block {
    padding: 3rem 50px;
  }
}
.wedu-teams-cta-block > .cta-left > .cta-left-head {
  color: #FFFFFF;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 56px;
  margin-bottom: 20px;
}
.wedu-teams-cta-block > .cta-left > .cta-left-body {
  max-width: 460px;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}
.wedu-teams-cta-block > .cta-right > a {
  color: #fff;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: lowercase;
  border: 3px solid #CD1477;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 4rem;
}
@media screen and (max-width: 868px) {
  .wedu-teams-cta-block {
    flex-direction: column;
    text-align: center;
    padding: 3rem 1rem;
  }
  .wedu-teams-cta-block > .cta-left-head {
    font-size: 36px;
    line-height: 48px;
  }
  .wedu-teams-cta-block > .cta-left-body {
    font-size: 14px;
    line-height: 22px;
  }
}

.wedu-separator-bar {
  height: 1px;
  max-width: 1200px;
  opacity: 0.64;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 50.06%, rgba(216, 216, 216, 0) 100%);
  margin: 5rem auto !important;
}

.wedu-guide-block {
  max-width: 1400px;
  margin: 9rem auto !important;
}
.wedu-guide-block > .wedu-guide-block-values {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
}
.wedu-guide-block > .wedu-guide-block-values > div {
  height: 300px;
  flex: 1;
  border: 2px solid #FFFFFF;
  opacity: 0.45;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  outline: 0px solid transparent;
  transition: opacity 0.8s, background 0.8s, color 0.8s, outline 0.8s, border-color 0.8s;
}
.wedu-guide-block > .wedu-guide-block-values > div > span {
  display: inline-block;
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 62px;
  text-align: center;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
}
.wedu-guide-block > .wedu-guide-block-values > div.active {
  opacity: 1;
  background: linear-gradient(135deg, rgba(205, 20, 119, 0.18) 0%, rgba(202, 20, 118, 0.3) 50.67%, rgba(1, 1, 27, 0.18) 100%);
  border-color: #CD1477;
  outline: 10px solid #CD1477;
  color: #CD1477;
}
.wedu-guide-block > .wedu-guide-block-values > div:not(.active) {
  cursor: pointer;
}
.wedu-guide-block > .wedu-guide-block-values > div:not(.active):hover {
  opacity: 1;
}
.wedu-guide-block > .wedu-guide-block-description {
  max-width: 1100px;
  margin: 9rem auto 0 auto;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 44px;
  opacity: 1;
  transition: opacity 0.5s;
}
.wedu-guide-block > .wedu-guide-block-description.changing {
  opacity: 0;
}
@media screen and (max-width: 868px) {
  .wedu-guide-block {
    display: flex;
    flex-direction: column;
    margin: 2rem 0 !important;
  }
  .wedu-guide-block > .wedu-guide-block-values {
    flex-direction: row;
    gap: 5px;
    padding: 0 10px;
  }
  .wedu-guide-block > .wedu-guide-block-values > div {
    display: block;
    padding: 5px 5px 8px 5px;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .wedu-guide-block > .wedu-guide-block-values > div > span {
    font-size: 12px;
    line-height: 18px;
  }
  .wedu-guide-block > .wedu-guide-block-values > div.active {
    outline: none;
  }
  .wedu-guide-block > .wedu-guide-block-description {
    flex: 1;
    font-size: 1rem;
    line-height: 1.4rem;
    height: 100%;
    margin: 10px 0;
    padding: 10px;
    max-width: 80%;
    margin: auto;
    text-align: center;
  }
}

.wedu-progressor-block {
  margin: 10rem auto;
}
.wedu-progressor-block > .wedu-progressor-block-flags {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wedu-progressor-block > .wedu-progressor-block-flags > .flag {
  flex: 1;
  height: 205px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.wedu-progressor-block > .wedu-progressor-block-flags > .flag > .flag-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.wedu-progressor-block > .wedu-progressor-block-flags > .flag > .flag-top > .circle {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s;
  position: relative;
}
.wedu-progressor-block > .wedu-progressor-block-flags > .flag > .flag-top > .circle > .flag-line {
  position: absolute;
  top: 100%;
  height: 146px;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.5s;
}
@media screen and (max-width: 750px) {
  .wedu-progressor-block > .wedu-progressor-block-flags > .flag > .flag-top > .circle {
    width: 29.5px;
    height: 29.5px;
    font-size: 12.5px;
    line-height: 15px;
  }
  .wedu-progressor-block > .wedu-progressor-block-flags > .flag > .flag-top > .circle > .flag-line {
    height: 179px;
  }
}
.wedu-progressor-block > .wedu-progressor-block-flags > .flag > .flag-top > .text {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
}
@media screen and (max-width: 750px) {
  .wedu-progressor-block > .wedu-progressor-block-flags > .flag > .flag-top > .text {
    display: none;
  }
}
.wedu-progressor-block > .wedu-progressor-block-flags > .flag.active > .flag-top > .circle {
  background-color: #CD1477;
}
.wedu-progressor-block > .wedu-progressor-block-flags > .flag.active > .flag-top > .circle > .flag-line {
  background-color: #CD1477;
  opacity: 1;
}
.wedu-progressor-block > .wedu-progressor-block-flags > .flag:not(.active) {
  cursor: pointer;
}
.wedu-progressor-block > .wedu-progressor-block-progress-bar {
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.wedu-progressor-block > .wedu-progressor-block-progress-bar > .wedu-progressor-block-progress-bar-inner {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0%;
  border-radius: 0 1rem 1rem 0;
  background-color: #CD1477;
  max-width: 100%;
  transition: width 0.5s, border-radius 0.5s;
}
.wedu-progressor-block > .wedu-progressor-block-progress-bar > .wedu-progressor-block-progress-bar-inner.full {
  border-radius: 0;
  width: 100%;
}
.wedu-progressor-block > .wedu-progressor-block-description {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  opacity: 1;
  transition: opacity 0.5s;
}
.wedu-progressor-block > .wedu-progressor-block-description.changing {
  opacity: 0;
}
.wedu-progressor-block > .wedu-progressor-block-description > .wpbd-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
}
.wedu-progressor-block > .wedu-progressor-block-description > .wpbd-icon > img {
  max-width: 100%;
}
.wedu-progressor-block > .wedu-progressor-block-description > .wpbd-title {
  display: none;
}
.wedu-progressor-block > .wedu-progressor-block-description > .wpbd-text {
  flex: 1;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 38px;
}
@media screen and (max-width: 750px) {
  .wedu-progressor-block > .wedu-progressor-block-description {
    flex-direction: column;
    padding: 1.2rem;
  }
  .wedu-progressor-block > .wedu-progressor-block-description > .wpbd-icon {
    width: 100px;
    height: 100px;
  }
  .wedu-progressor-block > .wedu-progressor-block-description > .wpbd-title {
    display: block;
    font-family: "Chivo", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 29px;
    text-align: center;
  }
  .wedu-progressor-block > .wedu-progressor-block-description > .wpbd-text {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
}

.wedu-align-right-header {
  min-height: 100px;
}
.wedu-align-right-header > h2 {
  max-width: 700px !important;
  margin: 0 0 0 auto !important;
  color: #FFFFFF;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 38px;
  letter-spacing: 0;
  line-height: 65px;
  text-align: right;
  font-weight: normal;
}

.wedu-client-container {
  max-width: 100%;
  margin: 5rem auto !important;
  min-height: 130px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
  grid-gap: 40px;
}
.wedu-client-container > .wedu-client-block {
  max-height: 200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wedu-client-container > .wedu-client-block > a > img,
.wedu-client-container > .wedu-client-block > img {
  max-width: 100%;
  max-height: 200px;
  filter: grayscale(100%);
  transition: filter 0.5s;
}
.wedu-client-container > .wedu-client-block > a > img:hover,
.wedu-client-container > .wedu-client-block > img:hover {
  filter: grayscale(0%);
}
@media screen and (max-width: 868px) {
  .wedu-client-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 750px) {
  .wedu-client-container {
    gap: 20px;
    grid-gap: 20px;
  }
}

.wedu-services-block {
  background: #CD1477;
  padding: 7px;
  margin: 5rem auto !important;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .wedu-services-block {
    padding: 0;
  }
}
.wedu-services-block > .wedu-services-inner {
  width: 100%;
  min-height: 740px;
  background: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.wedu-services-block > .wedu-services-inner.changing > .wedu-services-left,
.wedu-services-block > .wedu-services-inner.changing > .wedu-services-right {
  opacity: 0;
}
@media screen and (max-width: 1124px) {
  .wedu-services-block > .wedu-services-inner {
    flex-direction: column;
    height: auto;
    min-height: auto;
    padding: 5rem;
  }
}
@media screen and (max-width: 868px) {
  .wedu-services-block > .wedu-services-inner {
    padding: 5rem 3rem;
  }
}
@media screen and (max-width: 750px) {
  .wedu-services-block > .wedu-services-inner {
    padding: 5rem 2rem;
  }
}
.wedu-services-block > .wedu-services-inner > .wedu-services-left,
.wedu-services-block > .wedu-services-inner > .wedu-services-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  padding: 0 5rem;
  opacity: 1;
  transition: opacity 0.5s;
}
@media screen and (max-width: 750px) {
  .wedu-services-block > .wedu-services-inner > .wedu-services-left,
  .wedu-services-block > .wedu-services-inner > .wedu-services-right {
    padding: 2rem 0 0 0 !important;
  }
}
@media screen and (max-width: 1124px) {
  .wedu-services-block > .wedu-services-inner > .wedu-services-left,
  .wedu-services-block > .wedu-services-inner > .wedu-services-right {
    padding: 1rem 5rem;
  }
}
.wedu-services-block > .wedu-services-inner > .wedu-services-left > .wedu-services-left-header,
.wedu-services-block > .wedu-services-inner > .wedu-services-right > .wedu-services-left-header {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 85px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 101px;
  color: #CD1477;
}
@media screen and (max-width: 868px) {
  .wedu-services-block > .wedu-services-inner > .wedu-services-left > .wedu-services-left-header,
  .wedu-services-block > .wedu-services-inner > .wedu-services-right > .wedu-services-left-header {
    font-size: 80px;
    line-height: 86px;
  }
}
@media screen and (max-width: 750px) {
  .wedu-services-block > .wedu-services-inner > .wedu-services-left > .wedu-services-left-header,
  .wedu-services-block > .wedu-services-inner > .wedu-services-right > .wedu-services-left-header {
    font-size: 60px;
    line-height: 66px;
  }
}
.wedu-services-block > .wedu-services-inner > .wedu-services-left > .wedu-services-right-service,
.wedu-services-block > .wedu-services-inner > .wedu-services-right > .wedu-services-right-service {
  color: #01011B;
  font-family: Chivo;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
}
.wedu-services-block > .wedu-services-inner > .wedu-services-middle {
  height: 542px;
  width: 2px;
  background: linear-gradient(0deg, rgba(221, 109, 169, 0) 0%, #D12A83 53.27%, rgba(205, 20, 119, 0) 100%);
}
@media screen and (max-width: 1124px) {
  .wedu-services-block > .wedu-services-inner > .wedu-services-middle {
    display: none;
  }
}
.wedu-services-block > .wedu-services-navigation {
  position: absolute;
  top: 6rem;
  left: 4rem;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 1124px) {
  .wedu-services-block > .wedu-services-navigation {
    top: 15px;
    left: 0;
    right: 0;
    justify-content: center;
  }
}
.wedu-services-block > .wedu-services-navigation > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  opacity: 0.2;
  transition: opacity 0.5s;
}
.wedu-services-block > .wedu-services-navigation > div > .services-logo {
  max-width: 80px;
  height: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wedu-services-block > .wedu-services-navigation > div > .services-logo > img {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1124px) {
  .wedu-services-block > .wedu-services-navigation > div > .services-logo {
    max-width: 50px;
    height: 75px;
  }
  .wedu-services-block > .wedu-services-navigation > div > .services-logo > img {
    margin-bottom: 0px;
  }
}
.wedu-services-block > .wedu-services-navigation > div > span {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
  color: #CD1477;
}
.wedu-services-block > .wedu-services-navigation > div.active {
  opacity: 1;
}
.wedu-services-block > .wedu-services-navigation > div:not(.active) {
  cursor: pointer;
}
.wedu-services-block > .wedu-services-navigation > div:not(.active):hover {
  opacity: 0.5;
}

.wedu-job-opportunities {
  display: flex;
  gap: 1rem;
  margin: 10rem auto !important;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1124px) {
  .wedu-job-opportunities {
    padding: 0 1rem;
  }
}
.wedu-job-opportunities > .wedu-job-opportunity {
  text-decoration: none;
  width: 100%;
  height: 200px;
  max-width: 311px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border: 1px solid #E2E2E2;
  padding: 2rem;
  color: #FFFFFF;
  opacity: 0.7;
  outline: 0px solid transparent;
  transition: opacity 0.8s, background 0.8s, color 0.8s, outline 0.8s, border-color 0.8s;
}
.wedu-job-opportunities > .wedu-job-opportunity > .title {
  display: block;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 30px;
}
.wedu-job-opportunities > .wedu-job-opportunity > .apply-now {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 19px;
}
.wedu-job-opportunities > .wedu-job-opportunity > .apply-now > .arrows {
  background: url(/wp-content/themes/wedu/assets/icons/arrows-left-img.svg) no-repeat;
  background-size: contain;
  width: 100px;
  height: 16px;
  opacity: 0;
  transition: transform 0.8s, opacity 0.8s;
  transform: translateX(0);
}
.wedu-job-opportunities > .wedu-job-opportunity:hover {
  opacity: 1;
  background: linear-gradient(135deg, rgba(205, 20, 119, 0.18) 0%, rgba(202, 20, 118, 0.3) 50.67%, rgba(1, 1, 27, 0.18) 100%);
  border-color: #CD1477;
  outline: 7px solid #CD1477;
  color: #CD1477;
  opacity: 1;
}
.wedu-job-opportunities > .wedu-job-opportunity:hover > .apply-now {
  color: #fff;
}
.wedu-job-opportunities > .wedu-job-opportunity:hover > .apply-now > .arrows {
  transform: translateX(10px);
  opacity: 1;
}

.wedu-team-members-container {
  margin: 10rem auto !important;
}
@media screen and (max-width: 1124px) {
  .wedu-team-members-container {
    padding: 0 3rem;
  }
}
.wedu-team-members-container > .wedu-team-member-about-section {
  opacity: 0;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.wedu-team-members-container > .wedu-team-member-about-section.open {
  max-height: 10000px;
  opacity: 1;
}
.wedu-team-members-container > .wedu-team-member-about-section.open.changing {
  opacity: 0;
}
.wedu-team-members-container > .wedu-team-member-about-section > .inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 5rem 7rem;
  position: relative;
}
@media screen and (max-width: 1124px) {
  .wedu-team-members-container > .wedu-team-member-about-section > .inner {
    padding: 1rem 0;
  }
}
.wedu-team-members-container > .wedu-team-member-about-section > .inner > .wtmas-close {
  transform: rotate(315deg);
  color: #CD1477;
  font-size: 72px;
  position: absolute;
  top: 40px;
  right: 100px;
}
@media screen and (max-width: 1124px) {
  .wedu-team-members-container > .wedu-team-member-about-section > .inner > .wtmas-close {
    top: 0;
    right: 0;
  }
}
.wedu-team-members-container > .wedu-team-member-about-section > .inner > .wtmas-name {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 54px;
}
.wedu-team-members-container > .wedu-team-member-about-section > .inner > .wtmas-title {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 24px;
}
.wedu-team-members-container > .wedu-team-member-about-section > .inner > .wtmas-about {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}

.wedu-team-members {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 3rem;
  margin-bottom: 24px;
}
@media screen and (max-width: 868px) {
  .wedu-team-members {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 300px) {
  .wedu-team-members {
    grid-template-columns: 1fr;
  }
}
.wedu-team-members > .wedu-team-members-row {
  display: flex;
  flex-direction: column;
  outline: 0px solid #CD1477;
  transition: outline 0.1s ease-in-out;
  padding-bottom: 27px;
}
.wedu-team-members > .wedu-team-members-row:hover {
  /*outline: 3px solid $Magenta;*/
}
.wedu-team-members > .wedu-team-members-row.active {
  outline: 6px solid #CD1477;
}
.wedu-team-members > .wedu-team-members-row .wedu-team-member-name {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
  margin-bottom: 6px;
  color: #CD1477;
}
.wedu-team-members > .wedu-team-members-row .wedu-team-member-title {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  text-align: left;
}
.wedu-team-members > .wedu-team-members-row .wedu-team-member-picture {
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  background-color: #DFDFDF;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 15px;
}
.wedu-team-members > .wedu-team-members-row .wedu-team-member-picture > .wedu-team-member-picture-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-image: var(--img);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.wedu-team-members > .wedu-team-members-row .wedu-team-member-picture.hover > .wedu-team-member-picture-hover {
  opacity: 1;
}

.wedu-team-stats {
  display: flex;
  flex-direction: row;
  margin: 10rem auto !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 1124px) {
  .wedu-team-stats {
    padding: 0 1rem;
  }
}
.wedu-team-stats > .wedu-team-stat {
  min-width: 0;
  align-self: stretch;
  flex: 1;
  text-align: center;
  margin: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.wedu-team-stats > .wedu-team-stat > .wedu-team-stat-icon {
  width: 100%;
}
.wedu-team-stats > .wedu-team-stat > .wedu-team-stat-icon > img {
  max-width: 150px;
  width: 100%;
}
.wedu-team-stats > .wedu-team-stat > .wedu-team-stat-text p {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  max-width: 178px;
  margin: 1rem auto;
}

.wedu-images-aside {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10rem;
  margin: 10rem auto !important;
}
.wedu-images-aside > p {
  max-width: 550px;
  flex: 1;
  color: #FFFFFF;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 38px;
}
.wedu-images-aside > div {
  flex: 1;
}
.wedu-images-aside > div img {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1124px) {
  .wedu-images-aside {
    flex-direction: column-reverse;
    gap: 5rem;
    margin: 10rem auto !important;
  }
  .wedu-images-aside > p {
    max-width: none;
    padding: 3rem;
  }
}

.wedu-images-block {
  display: flex;
  flex-direction: row;
  margin: 10rem auto !important;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 3rem;
}
.wedu-images-block > div {
  flex: 1;
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
}
.wedu-images-block > div > div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
  width: 100%;
  height: 0;
  padding-bottom: 125.7798165%;
  background-image: var(--img);
}
.wedu-images-block > div.image-container:nth-child(odd) > div {
  transform: translateX(0) scale(75%);
  padding-bottom: 100%;
}
@media screen and (max-width: 868px) {
  .wedu-images-block > div.image-container:nth-child(odd) {
    display: none;
  }
}
.wedu-images-block > .interactive-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -60px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99;
  border: 1px solid #CD1477;
  outline: 0px solid #CD1477;
  transition: outline 0.1s;
  background-image: url(/wp-content/themes/wedu/assets/icons/arrow-left.webp);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
.wedu-images-block > .interactive-arrow:active {
  outline: 5px solid #CD1477;
}
@media screen and (max-width: 1124px) {
  .wedu-images-block > .interactive-arrow {
    left: 5px;
    background-color: #fff;
  }
}
.wedu-images-block > .interactive-arrow.right {
  left: unset;
  right: -60px;
  background-image: url(/wp-content/themes/wedu/assets/icons/arrow-right.webp);
}
@media screen and (max-width: 1124px) {
  .wedu-images-block > .interactive-arrow.right {
    right: 5px;
  }
}
.wedu-images-block > .interactive-arrow > span {
  color: #CD1477;
  font-weight: bold;
  font-size: 18px;
}

.wedu-homepage-team-block {
  display: flex;
  flex-direction: row;
  margin: 10rem auto !important;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
.wedu-homepage-team-block > .left {
  width: 30%;
}
@media screen and (max-width: 1124px) {
  .wedu-homepage-team-block > .left {
    display: none;
  }
  .wedu-homepage-team-block > .right > .text > p {
    padding: 0 2rem;
  }
}
.wedu-homepage-team-block > .right {
  flex: 1;
}
.wedu-homepage-team-block > .right > .image {
  margin-bottom: 4rem;
}
.wedu-homepage-team-block > .right > .image > img {
  max-width: 100%;
  width: 100%;
}
.wedu-homepage-team-block > .right > .text > p {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 62px;
}

.wedu-uploaded-video-block {
  margin: 5rem auto !important;
}
.wedu-uploaded-video-block > .wedu-video-inner {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 auto;
}
.wedu-uploaded-video-block > .wedu-video-inner > .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background: rgba(1, 1, 27, 0.4);
  opacity: 1;
  transition: opacity 0.5s;
  cursor: pointer;
}
.wedu-uploaded-video-block > .wedu-video-inner > .video-overlay > .play-button {
  width: 150px;
  height: 150px;
  background-image: url(/wp-content/themes/wedu/assets/icons/wedu-play.svg);
  background-size: contain;
}
.wedu-uploaded-video-block > .wedu-video-inner > .video-overlay > .pause-button {
  display: none;
  width: 150px;
  height: 150px;
  background-image: url(/wp-content/themes/wedu/assets/icons/wedu-pause.svg);
  background-size: contain;
}
.wedu-uploaded-video-block > .wedu-video-inner > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wedu-uploaded-video-block.playing > .wedu-video-inner > .video-overlay {
  opacity: 0;
}
.wedu-uploaded-video-block.playing > .wedu-video-inner > .video-overlay > .play-button {
  display: none;
}
.wedu-uploaded-video-block.playing > .wedu-video-inner > .video-overlay > .pause-button {
  display: block;
}
.wedu-uploaded-video-block.playing > .wedu-video-inner > .video-overlay.show-controls {
  opacity: 1;
}

@keyframes rotate-in-2-cw {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  100% {
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes slide-in-elliptic-bottom-fwd {
  0% {
    transform: translateY(600px) rotateX(30deg) scale(0);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotateX(0) scale(1);
    transform-origin: 50% -1400px;
    opacity: 1;
  }
}
@keyframes slide-in-blurred-left {
  0% {
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-blurred-right {
  0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 0 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translateX(-110%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes roll-in-left {
  0% {
    transform: translateX(-800px) rotate(-540deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes roll-in-right {
  0% {
    transform: translateX(800px) rotate(540deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes roll-in-bottom {
  0% {
    transform: translateY(800px) rotate(540deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
}
.animation-holder {
  overflow: hidden;
  width: 100% !important;
  max-width: 100% !important;
}

.animation {
  --animation-length: 1s;
}
.animation.animation-reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: var(--animation-length) all ease;
}
.animation.animation-reveal.active {
  transform: translateY(0);
  opacity: 1;
}
.animation.animation-scale {
  transform: scale(0);
  opacity: 0;
  transition: var(--animation-length) all ease;
}
.animation.animation-scale.active {
  transform: scale(1);
  opacity: 1;
}
.animation.animation-rotate-in {
  opacity: 0;
}
.animation.animation-rotate-in.active {
  animation: rotate-in-2-cw var(--animation-length) cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-iteration-count: 1;
}
.animation.animation-slide-in-elliptic-bottom-fwd {
  opacity: 0;
}
.animation.animation-slide-in-elliptic-bottom-fwd.active {
  animation: slide-in-elliptic-bottom-fwd var(--animation-length) cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation-iteration-count: 1;
}
.animation.animation-slide-in-blurred-left {
  opacity: 0;
}
.animation.animation-slide-in-blurred-left.active {
  animation: slide-in-blurred-left var(--animation-length) cubic-bezier(0.23, 1, 0.32, 1) both;
  animation-iteration-count: 1;
}
.animation.animation-slide-in-blurred-right {
  opacity: 0;
}
.animation.animation-slide-in-blurred-right.active {
  animation: slide-in-blurred-right var(--animation-length) cubic-bezier(0.23, 1, 0.32, 1) both;
  animation-iteration-count: 1;
}
.animation.animation-slide-in-left {
  opacity: 0;
}
.animation.animation-slide-in-left.active {
  animation: slide-in-left var(--animation-length) cubic-bezier(0.23, 1, 0.32, 1) both;
  animation-iteration-count: 1;
}
.animation.animation-roll-in-left {
  opacity: 0;
}
.animation.animation-roll-in-left.active {
  animation: roll-in-left var(--animation-length) cubic-bezier(0.23, 1, 0.32, 1) both;
  animation-iteration-count: 1;
}
.animation.animation-roll-in-right {
  opacity: 0;
}
.animation.animation-roll-in-right.active {
  animation: roll-in-right var(--animation-length) cubic-bezier(0.23, 1, 0.32, 1) both;
  animation-iteration-count: 1;
}
.animation.animation-roll-in-bottom {
  opacity: 0;
}
.animation.animation-roll-in-bottom.active {
  animation: roll-in-bottom var(--animation-length) cubic-bezier(0.23, 1, 0.32, 1) both;
  animation-iteration-count: 1;
}
.animation.admin-view {
  padding: 2rem;
  border: 3px dashed yellow;
  border-radius: 12px;
  opacity: 1 !important;
  position: relative;
}
.animation.admin-view > .AdminText {
  position: absolute;
  top: 0;
  left: 0;
  background-color: yellow;
  color: black;
  padding: 0.2rem;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 12px 0 0 0;
}
.animation.user-view {
  max-width: 100%;
}
.animation.user-view > :not(.alignfull) {
  max-width: 1400px;
  margin: 0 auto;
}

.svg-video-block {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  min-height: 400px;
  border: 1px solid pink;
}
.svg-video-block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.svg-video-block.c1 {
  clip-path: url(#test);
}

.editor-styles-wrapper {
  background-color: #01011B !important;
  color: #D1D1D1;
}

.content {
  color: #fff;
}

.blog-category-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.blog-category-holder a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 155px;
  border: 3px solid transparent;
  transition: border 0.5s;
  text-decoration: none;
}
.blog-category-holder a > .cat-icon {
  width: 60px;
  height: 60px;
  background: #CD1477;
}
.blog-category-holder a > .cat-text {
  opacity: 0.3;
  color: #FFFFFF;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
}

h1.blog-template-heading {
  font-size: 80px;
  font-weight: 700;
  transition: font-size 0.3s;
}
@media screen and (max-width: 1124px) {
  h1.blog-template-heading {
    font-size: 70px;
  }
}
@media screen and (max-width: 868px) {
  h1.blog-template-heading {
    font-size: 60px;
  }
}
@media screen and (max-width: 750px) {
  h1.blog-template-heading {
    font-size: 50px;
  }
}
@media screen and (max-width: 300px) {
  h1.blog-template-heading {
    font-size: 40px;
  }
}

.blog-posts-white {
  background-color: #fff;
  padding: 1rem;
  width: 100%;
}
.blog-posts-white > .showing-query-text-wrapper > .showing-query-text {
  display: flex;
  max-width: 1440px;
  margin: 0rem 16rem;
  padding-bottom: 0;
  margin-bottom: -88px;
}
.blog-posts-white > .showing-query-text-wrapper > .showing-query-text > h3 {
  font-family: "Chivo";
  font-size: 1.25rem;
  color: #01011b;
}

.blog-posts-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  gap: 2rem;
  padding: 1rem;
}
.blog-posts-grid .blog-post {
  min-height: 550px;
  border: 1px solid #CD1477;
  position: relative;
}
.blog-posts-grid .blog-post > .blog-post-preview-picture {
  height: 220px;
  background-color: #59C5EA;
  position: relative;
}
.blog-posts-grid .blog-post > .blog-post-preview-picture > .blog-post-timeframe {
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #CD1477;
  color: #ffffff;
  padding: 0.4rem 1rem;
  border-radius: 0 1rem 1rem 0;
  font-size: 0.7rem;
  letter-spacing: -0.17px;
  text-transform: uppercase;
}
.blog-posts-grid .blog-post > .blog-post-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem 1.5rem;
}
.blog-posts-grid .blog-post > .blog-post-information .blog-post-title {
  display: block;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  color: #010101;
  text-decoration: none;
}
.blog-posts-grid .blog-post > .blog-post-information > .blog-post-author {
  color: #CD1477;
  font-family: "Playfair Display";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 2rem;
}
.blog-posts-grid .blog-post > .blog-post-information > .blog-post-author > a {
  color: #CD1477;
}
.blog-posts-grid .blog-post > .blog-post-information > .blog-read-more a {
  color: #042130;
  font-family: Chivo;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 22px;
  opacity: 1;
  text-decoration: none;
  position: absolute;
  text-transform: lowercase;
  bottom: 30px;
}
@media screen and (max-width: 868px) {
  .blog-posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.fwpl-item .blog-post {
  min-height: 500px;
  border: 1px solid #CD1477;
  position: relative;
  display: block;
  text-decoration: none;
}
.fwpl-item .blog-post:hover > .blog-post-information > .blog-read-more > .blog-post-read-more > .arrows {
  transform: translateX(10px);
  opacity: 1;
}
.fwpl-item .blog-post > .blog-post-preview-picture {
  height: 220px;
  background-color: #59C5EA;
  position: relative;
}
.fwpl-item .blog-post > .blog-post-preview-picture > .blog-post-timeframe {
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #CD1477;
  color: #ffffff;
  padding: 0.4rem 2rem;
  border-radius: 0 1rem 1rem 0;
  font-size: 0.7rem;
  letter-spacing: -0.17px;
  text-transform: uppercase;
}
.fwpl-item .blog-post > .blog-post-preview-picture > .blog-post-timeframe:before {
  display: inline-block !important;
  content: "" !important;
  width: 46px !important;
  height: 100% !important;
  background: url(/wp-content/themes/wedu/assets/icons/blog-clock.svg) no-repeat !important;
  background-position: 18px 55% !important;
  background-size: 32px 18px !important;
  animation: none !important;
  position: absolute;
  top: -2px;
  left: -18px;
}
.fwpl-item .blog-post > .blog-post-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem 1.5rem;
}
.fwpl-item .blog-post > .blog-post-information .blog-post-title {
  display: block;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 32px;
  color: #010101;
  text-decoration: none;
}
.fwpl-item .blog-post > .blog-post-information .blog-post-date {
  margin-top: 0.7rem;
  display: block;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
}
.fwpl-item .blog-post > .blog-post-information > .blog-post-author {
  color: #CD1477;
  font-family: "Playfair Display";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 2rem;
}
.fwpl-item .blog-post > .blog-post-information > .blog-post-author > a {
  color: #CD1477;
}
.fwpl-item .blog-post > .blog-post-information > .blog-read-more .blog-post-read-more {
  color: #042130;
  font-family: Chivo;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 22px;
  opacity: 1;
  text-decoration: none;
  position: absolute;
  text-transform: lowercase;
  bottom: 30px;
  display: flex;
  align-items: center;
}
.fwpl-item .blog-post > .blog-post-information > .blog-read-more .blog-post-read-more > .arrows {
  background: url(/wp-content/themes/wedu/assets/icons/arrow-right.webp) no-repeat;
  background-size: contain;
  width: 100px;
  height: 16px;
  opacity: 0;
  transition: transform 0.8s, opacity 0.8s;
  transform: translateX(0);
}

.wedu-blog-separator-bar {
  height: 1px;
  opacity: 0.64;
  background: #fff;
  margin: 1rem auto !important;
}

/* FacetWP CSS Tweak */
.facetwp-facet {
  margin-bottom: auto;
}

.blog .fwpl-layout.el-hkhimk {
  max-width: 1170px;
  margin: 6.25rem auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem !important;
  gap: 3rem;
  padding: 1rem;
}
@media screen and (max-width: 868px) {
  .blog .fwpl-layout.el-hkhimk {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 750px) {
  .blog .fwpl-layout.el-hkhimk {
    grid-template-columns: 1fr;
  }
}

/* Hide counts in all facets with a radio UI (Radio facet, Range List facet in UI modes "None" or "Radio" */
.facetwp-radio .facetwp-counter {
  display: none;
}

/* Hide counts in all Radio facets */
[data-type=radio] .facetwp-counter {
  display: none;
}

/* Hide counts in a specific Radio facet */
.facetwp-facet-yourfacetname .facetwp-counter {
  display: none;
}

.facetwp-facet-categories {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.blog .facetwp-facet-categories.is-loading {
  opacity: 1 !important;
}

.blog .facetwp-radio {
  background: none !important;
  padding: 1.25rem 2rem !important;
  border: 0px !important;
  flex: 1 0 20%;
  outline: 0px solid #CD1477;
  transition: outline 0.8s !important;
  flex: 1;
}
.blog .facetwp-radio.checked {
  opacity: 1;
  border: 0px !important;
  background: linear-gradient(135deg, rgba(205, 20, 119, 0.18) 0%, rgba(202, 20, 118, 0.3) 50.67%, rgba(1, 1, 27, 0.18) 100%) !important;
  outline: 10px solid #CD1477;
  color: #CD1477;
}
.blog .facetwp-radio.checked > span.facetwp-display-value > span.cat-text {
  opacity: 1;
}
.blog .facetwp-radio:hover {
  opacity: 1;
  transition: none;
}
.blog .facetwp-radio:hover > span.facetwp-display-value > span.cat-text {
  opacity: 1;
}
.blog .facetwp-radio > span.facetwp-display-value {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.blog .facetwp-radio > span.facetwp-display-value > span.cat-icon > img {
  width: 100%;
  max-width: 60px;
}
.blog .facetwp-radio > span.facetwp-display-value > span.cat-text {
  opacity: 0.3;
  color: #ffffff;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
}

.blog .search-bar-wrapper {
  max-width: 1170px;
  margin: 0 auto 2rem auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding-top: 1rem;
}
.blog .search-bar-wrapper > .view-all-link a {
  color: #ffffff;
  font-family: Chivo;
  font-size: 18px;
  letter-spacing: 0;
  text-decoration: none;
  line-height: 40px;
}
.blog .search-bar-wrapper > .search-bar {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.blog .search-bar-wrapper > .search-bar > .facetwp-facet {
  margin: 0;
}

.blog .facetwp-icon {
  top: -2px;
  right: 0px;
  height: 100% !important;
  line-height: 1 !important;
  position: absolute !important;
  cursor: pointer !important;
  opacity: 1 !important;
}
.blog .facetwp-icon:before {
  display: inline-block !important;
  content: "" !important;
  width: 46px !important;
  height: 100% !important;
  background: url(/wp-content/themes/wedu/assets/icons/blog-search.svg) no-repeat !important;
  background-position: 18px 55% !important;
  background-size: 14px 14px !important;
  animation: none !important;
}

.blog span.facetwp-input-wrap > input.facetwp-search {
  width: 100%;
  background: transparent;
  min-height: 44px;
  color: #ffffff;
  caret-color: #ffffff;
  position: relative;
  margin: 0 !important;
  padding-right: 40px !important;
  padding-left: 30px !important;
  min-width: 240px !important;
  border: none;
  font-size: 1.125rem;
  text-align: right;
}
.blog span.facetwp-input-wrap > input.facetwp-search::placeholder {
  color: #ffffff;
  opacity: 0.5;
}

/* Pagination Custom CSS */
.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 0;
}

.facetwp-page {
  font-weight: bold;
  cursor: pointer;
  background: inherit;
  padding: 1px 8px;
  font-family: Chivo;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 25px;
  text-align: center;
  color: #01011B;
  text-decoration: none;
  transition: none;
  animation: none;
  margin-right: 30px !important;
}
.facetwp-page.active {
  color: #ffffff;
  background: #CD1477;
  padding: 1px 8px;
}
.facetwp-page:visited, .facetwp-page:focus {
  color: #ffffff;
  background: none;
}

a.facetwp-page.next,
a.facetwp-page.prev {
  position: relative;
  top: 6px;
  opacity: 0.65;
  transition: none !important;
  animation: none !important;
}

.blog-header-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 3rem;
  align-items: normal;
  justify-content: space-between;
  position: relative;
  padding: 1rem 0;
  margin-top: 1rem;
}
@media screen and (max-width: 1124px) {
  .blog-header-wrapper {
    flex-direction: column;
  }
}
.blog-header-wrapper > .blog-title-area {
  padding: 4rem 6rem;
}
@media screen and (max-width: 1124px) {
  .blog-header-wrapper > .blog-title-area {
    padding: 2rem 3rem;
  }
}
.blog-header-wrapper > .blog-title-area > a.back-to-blog-btn {
  position: absolute;
  top: 40px;
  text-decoration: none;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.blog-header-wrapper > .blog-title-area > a.back-to-blog-btn > span.right-arrows {
  background: url(/wp-content/themes/wedu/assets/icons/arrow-right.webp) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  opacity: 1;
  position: relative;
  transform: rotate(179deg);
  right: 9px;
}
.blog-header-wrapper > .blog-title-area > h2.blog-title {
  color: #ffffff;
  font-size: 45px;
  letter-spacing: 0;
  line-height: 57px;
  text-align: left;
  max-width: 560px;
}
.blog-header-wrapper > .blog-title-area > h2.blog-title.Playfair {
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-weight: 500;
}
@media screen and (max-width: 1124px) {
  .blog-header-wrapper > .blog-title-area > h2.blog-title {
    max-width: 100%;
  }
}
.blog-header-wrapper > .blog-title-area > p.blog-timestamp {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1.75px;
  line-height: 24px;
  text-transform: uppercase;
  position: relative;
  bottom: -15px;
  left: 28px;
}
.blog-header-wrapper > .blog-title-area > p.blog-timestamp:before {
  display: inline-block !important;
  content: "" !important;
  width: 46px !important;
  height: 100% !important;
  background: url(/wp-content/themes/wedu/assets/icons/blog-clock.svg) no-repeat !important;
  background-position: 18px 55% !important;
  background-size: 32px 18px !important;
  animation: none !important;
  position: absolute;
  left: -53px;
}
.blog-header-wrapper > .blog-featured-image > img {
  max-width: 767px;
  position: relative;
  top: 6rem;
}
@media screen and (max-width: 1124px) {
  .blog-header-wrapper > .blog-featured-image > img {
    width: 100%;
    max-width: 100%;
    margin-top: -10rem;
    margin-bottom: 2rem;
  }
}

.blog-content-area {
  display: flex;
  padding: 7.55rem 3.55rem 5rem 3.55rem;
  flex-wrap: nowrap;
  background: #ffffff;
  gap: 5rem;
  flex-direction: row;
  justify-content: center;
}
.blog-content-area iframe {
  max-width: 100%;
}
.blog-content-area .addtoany_shortcode > .addtoany_list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 150px;
  align-items: center;
}
@media screen and (max-width: 868px) {
  .blog-content-area .addtoany_shortcode > .addtoany_list {
    flex-direction: row;
    max-width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 868px) {
  .blog-content-area {
    flex-direction: column-reverse;
    padding: 3.55rem 1.55rem 5rem 1.55rem;
    gap: 0rem;
  }
}
.blog-content-area h1.wp-block-heading,
.blog-content-area h2.wp-block-heading,
.blog-content-area h3.wp-block-heading,
.blog-content-area h4.wp-block-heading,
.blog-content-area h5.wp-block-heading,
.blog-content-area h6.wp-block-heading {
  color: #CD1477;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.58px;
  line-height: 48px;
}
.blog-content-area > p {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
.blog-content-area > .social-media-share > h4.share-btn-heading {
  padding: 0;
  margin: 12px 0;
  color: #01011B;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 868px) {
  .blog-content-area > .social-media-share {
    margin: 10px 0;
  }
}
.blog-content-area > .blog-content-inner {
  width: 100%;
  max-width: 850px;
  color: #01011B;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 34px;
}
.blog-content-area > .blog-content-inner.large {
  max-width: 1100px;
}
.blog-content-area > .blog-content-inner a {
  color: #CD1477;
}
.blog-content-area > .blog-content-inner p {
  color: #01011B;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 1rem;
}
.blog-content-area > .blog-content-inner > span {
  color: #01011B;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 25px;
}
.blog-content-area > .blog-content-inner > span > a {
  color: #CD1477;
}
.blog-content-area > .blog-content-inner h1,
.blog-content-area > .blog-content-inner h2,
.blog-content-area > .blog-content-inner h3,
.blog-content-area > .blog-content-inner h4,
.blog-content-area > .blog-content-inner h5,
.blog-content-area > .blog-content-inner h6 {
  color: #CD1477;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.58px;
  line-height: 48px;
}
.blog-content-area > .blog-content-inner > p a {
  color: #CD1477;
}
.blog-content-area > .blog-content-inner > .wp-block-quote {
  padding-top: 30px;
  padding-right: 40px;
  padding-bottom: 30px;
  padding-left: 40px;
  color: #3D3D3D;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 34px;
  border: none;
}

.blog-newsletter-section {
  background: #ffffff;
  padding: 2.55rem 0;
}
.blog-newsletter-section > .internale-newsletter {
  display: flex;
  align-items: center;
  gap: 10rem;
  padding: 72px 0;
  background: #01011b;
  max-width: 1121px;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
}
.blog-newsletter-section > .internale-newsletter > .newsletter-content {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 2rem;
}
.blog-newsletter-section > .internale-newsletter > .newsletter-content > p.newletter-text {
  color: #ffffff;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 50px;
  max-width: 321px;
}

.author-section {
  display: flex;
  padding: 4rem 0;
  flex-direction: row;
  gap: 4rem;
  max-width: 800px !important;
  margin: 0 auto;
}
.author-section > .author-profile-wrapper > img.author-img {
  width: 201px;
  height: 201px;
  object-fit: cover;
  border-radius: 50%;
}
.author-section > .author-bio-wraper {
  display: flex;
  flex-direction: column;
}
.author-section > .author-bio-wraper > h4.author-name {
  color: #CD1477;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  margin: 10px 0px;
}
.author-section > .author-bio-wraper > p.author-designation {
  color: #01011B;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}
.author-section > .author-bio-wraper > p.author-bio {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  color: #01011B;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 25px;
  padding-top: 1rem;
}

.related-blog-section {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.related-blog-section > .blog-title {
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 56px;
  color: #ffffff;
  text-align: center;
}
.related-blog-section > .blog-item-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  user-select: none;
}
@media screen and (max-width: 750px) {
  .related-blog-section > .blog-item-wrapper {
    flex-direction: column;
  }
  .related-blog-section > .blog-item-wrapper > .blog-list-item {
    max-width: 100%;
  }
}
.related-blog-section > .blog-item-wrapper > .blog-list-item {
  max-width: 33%;
  display: block;
  text-decoration: none;
  flex: 1;
  margin: 0px 20px;
  padding-bottom: 2rem;
}
@media screen and (max-width: 1124px) {
  .related-blog-section > .blog-item-wrapper > .blog-list-item {
    max-width: 100%;
  }
}
.related-blog-section > .blog-item-wrapper > .blog-list-item > .single-blog-image {
  width: 100%;
  padding-bottom: 71.46%;
  background-size: cover;
  margin-bottom: 10px;
  background-color: #fff;
  background-position: center;
}
.related-blog-section > .blog-item-wrapper > .blog-list-item:hover > .blog-meta > a.read-more-link > .arrows {
  transform: translateX(10px);
  opacity: 1;
}
.related-blog-section > .blog-item-wrapper > .blog-list-item > .blog-title-list {
  color: #CD1477;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
  cursor: pointer;
}
.related-blog-section > .blog-item-wrapper > .blog-list-item > .blog-meta {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  justify-content: space-between;
  flex-direction: row;
  position: relative;
}
.related-blog-section > .blog-item-wrapper > .blog-list-item > .blog-meta > a.read-more-link {
  color: #ffffff;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 22px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.related-blog-section > .blog-item-wrapper > .blog-list-item > .blog-meta > a.read-more-link > .arrows {
  background: url(/wp-content/themes/wedu/assets/icons/arrow-right.webp) no-repeat;
  background-size: contain;
  width: 100px;
  height: 16px;
  opacity: 0;
  transition: transform 0.8s, opacity 0.8s;
  transform: translateX(0);
  position: absolute;
  top: 5px;
  left: 97px;
}
.related-blog-section > .blog-item-wrapper > .blog-list-item > .blog-meta > p.blog-timestamp {
  color: #ffffff;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
}
.related-blog-section > .blog-item-wrapper > .blog-list-item > .blog-meta > p.blog-timestamp:before {
  display: inline-block !important;
  content: "" !important;
  width: 46px !important;
  height: 100% !important;
  background: url(/wp-content/themes/wedu/assets/icons/blog-clock.svg) no-repeat !important;
  background-position: 18px 55% !important;
  background-size: 32px 18px !important;
  animation: none !important;
  position: absolute;
  left: -53px;
}

.gform_button.button {
  margin: auto;
  display: block;
}

#gform_confirmation_message_1 {
  color: #000;
}

section.contact-page-wrapper {
  padding: 3.5rem 0;
  background: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 1124px) {
  section.contact-page-wrapper {
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 1124px) {
  section.contact-page-wrapper > .contact-page-content {
    padding: 0 1rem;
  }
}
section.contact-page-wrapper > .contact-page-content > .mvm {
  margin: 5rem 0;
}
section.contact-page-wrapper > .contact-page-content > .heading {
  background: linear-gradient(to left, #391C7E 10%, #CD1477 100%);
  background: -webkit- linear-gradient(to left, #391C7E 10%, #CD1477 100%);
  background: -moz- linear-gradient(to left, #391C7E 10%, #CD1477 100%);
  background: -o- linear-gradient(to left, #391C7E 10%, #CD1477 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #ffffff;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 101px;
  font-weight: bold;
  letter-spacing: 0;
  margin: 0 0 20px 0;
  line-height: 128px;
  text-align: left;
}
section.contact-page-wrapper > .contact-page-content > .navigation-area {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  margin: 4rem 0.5rem;
}
section.contact-page-wrapper > .contact-page-content > .navigation-area > a.contact-nav-item {
  text-decoration: none;
  border-bottom: 1px solid #F6F6F6;
  padding: 0.75rem 3px;
  opacity: 0.4;
  color: #ffffff;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
}
section.contact-page-wrapper > .contact-page-content > .navigation-area > a.contact-nav-item:hover {
  opacity: 1;
}
section.contact-page-wrapper > .contact-page-content > .headquarters-content-wrapper {
  max-width: 255px;
}
@media screen and (max-width: 1124px) {
  section.contact-page-wrapper > .contact-page-content > .headquarters-content-wrapper {
    text-align: center;
    margin: 1rem auto;
  }
}
section.contact-page-wrapper > .contact-page-content > .headquarters-content-wrapper > h4.heading {
  color: #ffffff;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  margin: 5px 0;
}
section.contact-page-wrapper > .contact-page-content > .headquarters-content-wrapper > p.address {
  color: #ffffff;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 22px;
  max-width: 165px;
}
@media screen and (max-width: 1124px) {
  section.contact-page-wrapper > .contact-page-content > .headquarters-content-wrapper > p.address {
    text-align: center;
    margin: 1rem auto;
  }
}
section.contact-page-wrapper > .contact-page-content > p.content-area {
  color: #F6F6F6;
  font-family: "Playfair Display";
  font-size: 21px;
  letter-spacing: 0;
  line-height: 32px;
  margin: 1rem 0;
}
@media screen and (max-width: 1124px) {
  section.contact-page-wrapper > .contact-page-content > p.content-area {
    text-align: center;
  }
}

.wedu-contact-form-wrapper {
  border-top: 6px solid #ffffff;
  padding: 2rem 1rem;
  background-color: #ffffff;
  box-shadow: -30px 42px 84px 0 rgba(0, 0, 0, 0.07);
}
.wedu-contact-form-wrapper > h3.form-heading {
  color: #01011B;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
}

.gform_wrapper.gravity-theme .gfield_header_item,
.gform_wrapper.gravity-theme .gform_fileupload_rules,
.gform_wrapper.gravity-theme .ginput_complex label {
  font-size: 15px;
  padding-top: 5px;
  display: none !important;
}

.gform-body.gform_body {
  padding: 1.55rem 2rem;
}

body #gform_wrapper_1 .gfield_checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

body #gform_wrapper_1 .gfield_checkbox input[type=checkbox] + label {
  position: relative;
  overflow: hidden;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
}

body #gform_wrapper_1 .gfield_checkbox input[type=checkbox] + label:before,
body #gform_wrapper_1 .gfield_checkbox input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* after */
body #gform_wrapper_1 .gfield_checkbox input[type=checkbox]:not(:checked) + label:after {
  width: 22px;
  height: 22px;
  border: 3px solid #ddd;
  top: 0px;
}

body #gform_wrapper_1 .gfield_checkbox input[type=checkbox]:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #CD1477;
  background-color: #CD1477;
  z-index: 0;
  border-radius: 2px;
}

/* before */
body #gform_wrapper_1 .gfield_checkbox input[type=checkbox]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

body #gform_wrapper_1 .gfield_checkbox input[type=checkbox]:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  margin-top: 3px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

form#gform_1 {
  background: #ffffff;
  border: 1px solid #ffffff;
}

.ginput_container.ginput_container_checkbox {
  position: relative;
}

.gform_wrapper.gravity-theme .gfield_label {
  color: #CD1477;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  line-height: 25px;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  min-height: 60px;
  background: #F1F1F1;
  border: none;
}

.gform_wrapper.gravity-theme .gfield input:focus,
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  outline: none !important;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
  color: #555555;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  letter-spacing: 0;
  line-height: 26px;
  margin-left: 15px;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
  margin: 6px 0 0 !important;
  padding: 1rem 0 !important;
  justify-content: center;
}

.gform_wrapper.gravity-theme .gform_footer input,
.gform_wrapper.gravity-theme .gform_page_footer input {
  padding: 24px 46px;
  border-radius: 0;
  font-size: 18px;
  color: #CD1477 !important;
  border: 4px solid #CD1477;
  box-shadow: 0 16px 18px -18px rgba(0, 0, 0, 0.39);
  font-weight: 700;
  background-color: #ffffff;
  line-height: 24px;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
  display: block !important;
  max-width: 425px !important;
  margin: 0 auto !important;
}

.privacy-policy-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.privacy-policy-wrapper > a.gf-privacy-policy-link {
  opacity: 0.51;
  color: #01011B;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: -0.36px;
  line-height: 27px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
}
.privacy-policy-wrapper > a.gf-privacy-policy-link:hover {
  opacity: 1;
}

.page-template-work .showing-query-text-wrapper {
  margin: 1rem auto;
  text-align: center;
}
.page-template-work header {
  max-width: 100%;
  margin: 5rem 0;
}
.page-template-work header > .work-container {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
.page-template-work header > .work-container > h1 {
  color: #ffffff;
  letter-spacing: 0;
  max-width: 1440px;
  background: radial-gradient(circle, #000050 0%, #391C7E 40.38%, #CD1477 100%);
  background: -webkit- radial-gradient(circle, #000050 0%, #391C7E 40.38%, #CD1477 100%);
  background: -moz- radial-gradient(circle, #000050 0%, #391C7E 40.38%, #CD1477 100%);
  background: -o- radial-gradient(circle, #000050 0%, #391C7E 40.38%, #CD1477 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-template-work header > .work-container > h2 {
  color: #FFFFFF;
  font-family: "Playfair Display";
  letter-spacing: 0;
  max-width: 830px;
  font-weight: normal;
  margin: auto;
}
.page-template-work header > .work-container > .project-category-listing {
  padding: 7rem 0 1rem 0;
}
@media screen and (max-width: 750px) {
  .page-template-work header > .work-container > .project-category-listing {
    padding: 3rem 0 1rem 0;
  }
}
.page-template-work header > .work-container > .project-category-listing > .facetwp-facet-project_categories {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5rem;
  margin-bottom: -0.25rem;
}
@media screen and (max-width: 750px) {
  .page-template-work header > .work-container > .project-category-listing > .facetwp-facet-project_categories {
    gap: 1rem;
  }
}
.page-template-work .facetwp-facet-project_categories.is-loading {
  opacity: 1 !important;
}
.page-template-work .facetwp-radio {
  background: none !important;
  padding: auto !important;
  transition: opacity 0.8s, background 0.8s, color 0.8s, outline 0.8s, border-color 0.8s !important;
  opacity: 0.9;
  padding-right: 5px;
  color: #FFFFFF;
  font-family: Chivo;
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 0;
  line-height: 34px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .page-template-work .facetwp-radio {
    font-size: 18px;
    line-height: 24px;
    padding-right: 0;
  }
}
.page-template-work .facetwp-radio.checked {
  opacity: 1;
  color: #CD1477;
}
.page-template-work .facetwp-radio:hover {
  opacity: 1;
}

.fwpl-layout.el-khlbu49 {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-gap: 0 !important;
}

header.project-header {
  margin-top: 3rem;
  max-width: 100%;
}
header.project-header > .InnerHeader {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3rem;
  max-width: 1400px;
  margin: auto;
}
header.project-header > .InnerHeader > .eyebrow-title {
  max-width: 1400px;
  color: #ffffff;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 28px;
  width: 100%;
}
header.project-header > .InnerHeader > .main-heading {
  color: #ffffff;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 50px;
  letter-spacing: 0;
  line-height: 65px;
  text-align: left;
  font-weight: 400;
  max-width: 835px;
  width: 100%;
}
header.project-header > .InnerHeader > a.project-title {
  display: inline-block;
}
header.project-header > .InnerHeader > .project-title {
  color: #ffffff;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  opacity: 0.31;
  line-height: 24px;
  width: 100%;
  text-decoration: none;
}
header.project-header > .InnerHeader > .project-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 4rem 0;
  width: 100%;
}
header.project-header > .InnerHeader > .project-tags > .tag-name {
  color: #D1D1D1;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}
@media screen and (max-width: 868px) {
  header.project-header > .InnerHeader > .eyebrow-title {
    text-align: center;
  }
  header.project-header > .InnerHeader > .main-heading {
    text-align: center;
    font-size: 36px;
    line-height: 48px;
    max-width: 100%;
  }
  header.project-header > .InnerHeader > .project-title {
    text-align: center;
  }
  header.project-header > .InnerHeader > .project-tags {
    justify-content: center;
  }
}
header.project-header > .full-width-divider {
  border: 1px solid #ffffff;
  opacity: 0.64;
  margin: 4rem 0 0 0;
}

.project-content-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
  margin-top: var(--margin-top, 0) !important;
  margin-left: var(--margin-left, auto) !important;
  margin-right: var(--margin-right, auto) !important;
  margin-bottom: var(--margin-bottom, 0) !important;
  padding-left: var(--padding-left, 0px);
  padding-right: var(--padding-right, 0px);
  padding-top: var(--padding-top, 0px);
  padding-bottom: var(--padding-bottom, 0px);
  color: var(--text-color, inherit);
  background-color: var(--background-color, none);
}
@media screen and (max-width: 1124px) {
  .project-content-block {
    padding-left: var(--padding-left-lg, 0);
    padding-right: var(--padding-left-lg, 0);
    padding-top: var(--padding-top-lg, 0);
    padding-bottom: var(--padding-top-lg, 0);
  }
}
@media screen and (max-width: 868px) {
  .project-content-block {
    padding-left: var(--padding-left-md, 0);
    padding-right: var(--padding-left-md, 0);
    padding-top: var(--padding-top-md, 0);
    padding-bottom: var(--padding-top-md, 0);
  }
}
@media screen and (max-width: 750px) {
  .project-content-block {
    padding-left: var(--padding-left-sm, 0);
    padding-right: var(--padding-left-sm, 0);
    padding-top: var(--padding-top-sm, 0);
    padding-bottom: var(--padding-top-sm, 0);
  }
}
@media screen and (max-width: 300px) {
  .project-content-block {
    padding-left: var(--padding-left-xs, 0);
    padding-right: var(--padding-right-xs, 0);
    padding-top: var(--padding-top-xs, 0);
    padding-bottom: var(--padding-top-xs, 0);
  }
}
.project-content-block > .project-content-block-inner {
  display: flex;
  align-items: stretch;
  height: 100%;
  gap: 6rem;
  width: 100%;
  margin: 0 auto !important;
}
.project-content-block > .project-content-block-inner:not(.full-width) {
  max-width: 1440px;
}
@media screen and (max-width: 1124px) {
  .project-content-block > .project-content-block-inner {
    flex-direction: column;
    gap: 2rem;
  }
}
.project-content-block > .project-content-block-inner > div {
  flex: 1;
  width: 100%;
}
@media screen and (max-width: 1124px) {
  .project-content-block > .project-content-block-inner > div {
    text-align: center;
  }
}
.project-content-block > .project-content-block-inner > div:first-of-type:not(:only-child) {
  max-width: 450px;
}
@media screen and (max-width: 1124px) {
  .project-content-block > .project-content-block-inner > div:first-of-type:not(:only-child) {
    max-width: 100%;
  }
}
.project-content-block > .project-content-block-inner > div .scroll-block {
  position: sticky;
  top: 50px;
  text-align: inherit;
  bottom: 100px;
}
.project-content-block > .project-content-block-inner > div .block-heading {
  color: var(--heading-color, #ffffff);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 34px;
  text-align: inherit;
  width: 100%;
  display: block;
}
.project-content-block > .project-content-block-inner > div p {
  color: var(--content-color, #ffffff);
  font-size: var(--font-size, 16px);
  line-height: var(--font-size, 16px);
  letter-spacing: 0;
  line-height: 31px;
}
@media screen and (max-width: 1124px) {
  .project-content-block > .project-content-block-inner > div p {
    font-size: var(--font-size-lg, 16px);
    line-height: var(--font-size-lg, 31px);
  }
}
@media screen and (max-width: 868px) {
  .project-content-block > .project-content-block-inner > div p {
    font-size: var(--font-size-md, 16px);
    line-height: var(--font-size-md, 31px);
  }
}
@media screen and (max-width: 750px) {
  .project-content-block > .project-content-block-inner > div p {
    font-size: var(--font-size-sm, 16px);
    line-height: var(--font-size-sm, 31px);
  }
}
@media screen and (max-width: 300px) {
  .project-content-block > .project-content-block-inner > div p {
    font-size: var(--font-size-xs, 16px);
    line-height: var(--font-size-xs, 31px);
  }
}
.project-content-block img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.project-gallery-section {
  background: #fff;
}
.project-gallery-section > .projects-image-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: var(--height, 500px);
}
.project-gallery-section > .projects-image-wrapper > div {
  flex: 1;
  width: 100%;
  min-height: inherit;
  background-color: var(--bgcolor, #fff);
  min-width: 0;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  padding-top: var(--padding-top, 5rem);
  padding-bottom: var(--padding-bottom, 5rem);
  padding-left: var(--padding-left, 0);
  padding-right: var(--padding-right, 0);
  min-height: inherit;
}
.project-gallery-section > .projects-image-wrapper > div > .project-img {
  background-image: var(--img);
  background-size: var(--sizing);
  background-position: var(--position);
  background-repeat: no-repeat;
  flex: 1;
  width: 100%;
  min-height: inherit;
}
@media screen and (max-width: 1124px) {
  .project-gallery-section > .projects-image-wrapper {
    flex-direction: column;
    min-height: var(--height-lg);
  }
  .project-gallery-section > .projects-image-wrapper > div {
    padding: 0 0 0 0;
  }
  .project-gallery-section > .projects-image-wrapper > div:first-of-type {
    padding: 1rem 0 0 0;
  }
  .project-gallery-section > .projects-image-wrapper > div:last-of-type {
    padding: 0 0 1rem 0;
  }
  .project-gallery-section > .projects-image-wrapper > div > .project-img {
    width: 100%;
    background-size: contain;
    background-position: center center;
  }
}
@media screen and (max-width: 868px) {
  .project-gallery-section > .projects-image-wrapper {
    min-height: var(--height-md);
  }
}
@media screen and (max-width: 750px) {
  .project-gallery-section > .projects-image-wrapper {
    min-height: var(--height-sm);
  }
}
@media screen and (max-width: 300px) {
  .project-gallery-section > .projects-image-wrapper {
    min-height: var(--height-xs);
  }
}

.project-cta-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 8.5rem 2rem;
  gap: 2rem;
  background: var(--background-color, #262262);
}
.project-cta-block h4.cta-content {
  max-width: 1000px;
  color: #FEFEFE;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 31px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
}
@media screen and (max-width: 868px) {
  .project-cta-block {
    padding: 4.5rem 2rem;
  }
  .project-cta-block h4.cta-content {
    font-size: 24px;
    line-height: 36px;
  }
}
@media screen and (max-width: 750px) {
  .project-cta-block {
    padding: 2.5rem 2rem;
  }
  .project-cta-block h4.cta-content {
    font-size: 18px;
    line-height: 28px;
  }
}

.project-stats-section {
  padding: 9rem 0;
  background: #EFF2F5;
}
.project-stats-section > .projects-stats-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  gap: 8rem;
  grid-template-columns: var(--grid-template-columns, 1fr 1fr 1fr);
  align-items: first baseline;
}
@media screen and (max-width: 1124px) {
  .project-stats-section > .projects-stats-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4rem;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 868px) {
  .project-stats-section > .projects-stats-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
.project-stats-section > .projects-stats-wrapper > .stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.project-stats-section > .projects-stats-wrapper > .stats-item > img {
  max-width: 100%;
}
.project-stats-section > .projects-stats-wrapper > .stats-item > .stat-counter {
  color: #002037;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 43px;
  text-align: center;
}
@media screen and (max-width: 868px) {
  .project-stats-section > .projects-stats-wrapper > .stats-item > .stat-counter {
    font-size: 24px;
    line-height: 29px;
  }
}
@media screen and (max-width: 300px) {
  .project-stats-section > .projects-stats-wrapper > .stats-item > .stat-counter {
    font-size: 18px;
    line-height: 22px;
  }
}
.project-stats-section > .projects-stats-wrapper > .stats-item > .stat-heading {
  color: #4F4F4F;
  font-family: "Chivo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
  max-width: 169px;
  margin: 0.22rem 0;
}

.project-two-img-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  line-height: 0;
}
.project-two-img-section > .image-wrapper {
  width: 100%;
}
.project-two-img-section > .image-wrapper > img {
  width: 100%;
}
@media screen and (max-width: 868px) {
  .project-two-img-section {
    flex-direction: column;
  }
}

.project-main-banner-wrapper {
  line-height: 0;
  position: relative;
}
.project-main-banner-wrapper > .project-main-logo {
  position: absolute;
  top: 50px;
  right: 50px;
}

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