@charset "UTF-8";
/* 
....####...........####........####...####....####.###........####....##..##...
...##..##.........##..##......##.....##..##..##..##..##......##..##...##..##...
...##..##..#####..######......##.....##..##..##..##..##......######...##..##...
...##..##.........##..##......##.....##..##..##..##..##......##..##...##..##...
....####..........##..##..##...####...####...##..##..##..##..##..##...######...
 */
/* ==============================================================
  FONTS
============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
/* ==============================================================
  HEADING SIZES
============================================================== */
/* ==============================================================
  FONT SIZES
============================================================== */
/* ==============================================================
  COLOURS
============================================================== */
/* ==============================================================
  FONT SIZES
============================================================== */
/* ==============================================================
  FONT WEIGHTS
============================================================== */
/* ==============================================================
  PADDING AND MARGINS
============================================================== */
/* ==============================================================
  TRANSITIONS
============================================================== */
/* ==============================================================
  WIDE BLOCK
============================================================== */
/* ==============================================================
  CONTAINER SIZES
============================================================== */
/* ==============================================================
  MEDIA QUERY BREAKPOINTS
============================================================== */
/* ==============================================================

   PAGE STRUCTURE

   Setup overall page structure with sticky footer

============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
* {
  box-sizing: border-box;
}

html {
  height: fill-available;
  height: -webkit-fill-available;
}

body {
  display: flex;
  min-height: 100vh;
  min-height: fill-available;
  min-height: -webkit-fill-available;
  flex-direction: column;
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  text-wrap: pretty;
}
body.show-menu {
  display: fixed;
  height: 100vh;
  height: fill-available;
  height: -webkit-fill-available;
  overflow: hidden;
}
body.dates--open {
  display: fixed;
  height: 100vh;
  height: fill-available;
  height: -webkit-fill-available;
  overflow: hidden;
}

main {
  flex: 1;
  background: #ffffff;
}
@media all and (-ms-high-contrast: none) {
  main {
    flex: none;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
/* ==============================================================
    CONTAINER
============================================================== */
.container {
  width: 100%;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  margin: auto;
  max-width: 810px;
  padding-left: 30px;
  padding-right: 30px;
}

/* ==============================================================
    WORDPRESS ALIGNMENT
============================================================== */
.aligncenter,
.alignleft,
.alignright {
  display: block;
  padding: 0;
}

.aligncenter {
  float: none;
  margin: 0.5em auto 1em;
}

.alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: auto;
  max-width: 1000%;
}

.alignwide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  padding-left: clamp(20px, 5vw, 60px);
  padding-right: clamp(20px, 5vw, 60px);
}
@media (min-width: 1300px) {
  .alignwide {
    max-width: 1300px;
    margin-left: calc(50% - 1300px / 2);
    margin-right: calc(50% - 1300px / 2);
  }
}

/* ==============================================================

    TRANSPARENT SCROLLBAR

============================================================== */
::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

figure {
  margin: 0;
}

img,
picture,
svg {
  margin: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 2.3ex;
  margin-top: 0;
  margin-bottom: 0;
}
.has-color h1 {
  color: inherit;
}

h2 {
  font-size: clamp(1.8rem, 3.5vw, 2rem);
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: none;
  font-weight: 300;
  line-height: 2.3ex;
  margin-top: 3.54rem;
  margin-bottom: 1rem;
}
.has-color h2 {
  color: inherit;
}

h3 {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.2;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 2.3ex;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h4 {
  font-size: clamp(1rem, 1.5vw, 1.125rem);
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: none;
  font-weight: 300;
  line-height: 2.7027027027ex;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.has-color h4 {
  color: inherit;
}

h5 {
  font-size: clamp(1rem, 3vw, 1.125rem);
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: none;
  font-weight: 300;
}
.has-color h5 {
  color: inherit;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 3ex;
  margin: 3.125ex 0;
  opacity: 0.9;
}
p.has-small-font-size {
  font-size: 0.8rem;
}
p.has-medium-font-size {
  font-size: 1.1rem;
}
p.has-large-font-size {
  font-size: 1.3rem;
}
p a {
  color: #67bec5;
  text-decoration: none;
  opacity: 1;
}
p a:hover {
  color: #0d1f2c;
}

li {
  font-size: 0.9rem;
  opacity: 0.9;
  padding-left: 0;
  padding-right: 0;
  font-family: "Poppins", sans-serif;
  line-height: 3.125ex;
  margin: 0 0;
  color: inherit;
  font-weight: 400;
}
li a {
  color: #0054a4;
  text-decoration: none;
  opacity: 1;
}
li a:hover {
  color: #0d1f2c;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
}

ol {
  list-style: decimal;
  padding-left: 20px;
  margin: 3rem 0;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sup {
  position: relative;
  font-size: 80%;
}

/* ==============================================================
   PRINT 
============================================================== */
@media print {
  header {
    display: none !important;
  }
  footer {
    display: none !important;
  }
}
/* ==============================================================
   HEADER
============================================================== */
.header {
  position: relative;
  z-index: 999;
  width: 100%;
  background-color: #0054a4;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: clamp(20px, 5vw, 60px);
  padding-right: clamp(20px, 5vw, 60px);
  padding-top: 10px;
  padding-bottom: 10px;
}
.hide-header .header {
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  transform: translateY(-150px);
}
.header--sticky-up .header {
  position: fixed;
  margin-top: 0;
}
.header #logo {
  flex: none;
  display: block;
  padding: 0;
  display: flex;
  align-items: center;
}
.header #logo img {
  width: clamp(80px, 10vw, 150px);
  transform: translateY(-8px);
}
.header #call-button {
  margin-left: auto;
  margin-right: 5px;
  outline: none;
  border: none;
  background-color: #ffffff;
  color: #ffffff;
  border-radius: 999px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-image: url("../images/icons/icon-call.svg");
  background-size: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .header #call-button {
    display: none;
  }
}
.header .header__actions {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .header .header__actions {
    display: none;
  }
}
.header #search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 8px;
  transition: opacity 200ms ease;
}
.header #search-button:hover {
  opacity: 0.8;
}
.header #search-button svg {
  display: block;
  width: 30px;
  height: 30px;
}
.header #menu-button {
  margin: 0;
  background: none;
  border: none;
  padding: 0;
  opacity: 1;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  z-index: 999;
}
.header #menu-button span, .header #menu-button:before, .header #menu-button:after {
  content: "";
  display: block;
  background: #ffffff;
  width: 40px;
  height: 3px;
  transition: 100ms ease-out;
}
.show-menu .header #menu-button span {
  display: none;
}
.show-menu .header #menu-button:before {
  transform: translate(0, 5px) rotate(45deg);
  background: #000000;
}
.show-menu .header #menu-button:after {
  transform: translate(0, -5px) rotate(-45deg);
  background: #000000;
}
.header .phone-link {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .header .phone-link {
    color: #67bec5;
    text-decoration: underline;
    pointer-events: auto;
  }
}

/* ==============================================================
 MENU SLIDDE
  ============================================================== */
.menu-slide, .header--sticky-up .header {
  -moz-animation: menu-slide 200ms;
  -webkit-animation: menu-slide 200ms;
  animation: menu-slide 200ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes menu-slide {
  0% {
    transform: translateY(-120px);
  }
  100% {
    transform: translateY(0);
  }
}
/* ==============================================================
   FOOTER
============================================================== */
.footer .socials ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.footer__social {
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-size: contain;
  opacity: 0.5;
  display: block;
}
.footer__social--facebook {
  background-image: url(../images/icons/icon-social-facebook.svg);
}
.footer__social--instagram {
  background-image: url(../images/icons/icon-social-instagram.svg);
}
.footer__social--linkedin {
  background-image: url(../images/icons/icon-social-linkedin.svg);
}
.footer__social--x {
  background-image: url(../images/icons/icon-social-x.svg);
}
.footer__social--youtube {
  background-image: url(../images/icons/icon-social-youtube.svg);
}
.footer__social:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .footer {
    padding-top: 60px;
  }
  .announcement--show .footer .footer__container {
    padding-bottom: 60px;
  }
  .footer__wrapper {
    display: flex;
    align-items: center;
    height: auto;
    padding-left: clamp(20px, 5vw, 60px);
    padding-right: clamp(20px, 5vw, 60px);
    max-width: 1300px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 auto;
  }
  .footer--no-margin .footer {
    margin-top: 0;
  }
  .footer__container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footer__main {
    display: flex;
    flex-direction: row;
    gap: clamp(40px, 6vw, 100px);
    width: 100%;
    border-top: 3px solid #f6f6f6;
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .footer__logos {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 30px;
  }
  .footer__logos img {
    width: 160px;
  }
  .footer__nav h4 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .footer__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .footer__nav ul li a {
    color: #000000;
    text-decoration: none;
    opacity: 0.5;
    padding: 5px 0;
    display: block;
    font-size: 0.75rem;
  }
  .footer__nav ul li a:hover {
    opacity: 1;
  }
  .footer__nav.socials {
    margin-left: auto;
  }
  .footer__nav.socials ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__base {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .footer__group {
    border-top: 3px solid #f6f6f6;
    padding-top: 30px;
    font-size: 0.75rem;
    color: #4d4f52;
    text-align: center;
    gap: 20px;
    width: 100%;
  }
  .footer__group p {
    margin: 0;
    padding: 0;
  }
  .footer__group a {
    text-decoration: none;
    color: #0054a4;
  }
  .footer__group a:hover {
    color: #0d1f2c;
  }
  .footer__group img {
    max-width: 60px;
  }
  .footer__nrt {
    width: 80px;
  }
}
/* ==============================================================
   MOBILE NAV
============================================================== */
@media (max-width: 1000px) {
  .footer {
    padding-top: 30px;
    padding-left: clamp(20px, 5vw, 60px);
    padding-right: clamp(20px, 5vw, 60px);
    background: #ffffff;
  }
  .footer .socials {
    display: block;
  }
  .footer .socials h4 {
    display: none;
  }
  .footer .socials ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .announcement--show .footer .footer__container {
    padding-bottom: 100px;
  }
  .footer__logos {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .footer__logos img {
    width: 100px;
  }
  .footer__main {
    border-top: 3px solid #F7F9FA;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer__nav {
    display: none;
  }
  .footer__base {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__group {
    font-size: 0.75rem;
    display: block;
    text-align: center;
    gap: 10px;
    width: 100%;
    font-size: 0.7rem;
    border-top: 3px solid #f6f6f6;
    padding-top: 30px;
  }
  .footer__group p {
    margin: 0;
    padding: 0;
  }
  .footer__group img {
    max-width: 40px;
  }
  .footer__nrt {
    width: 40px;
  }
}
/* ==============================================================
   ANNOUNCEMENT
============================================================== */
.announcement {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #09888e;
  color: #ffffff;
  text-align: center;
  padding: 5px 20px;
  font-size: 0.8rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .announcement {
    font-size: 0.6rem;
  }
}

/* ==============================================================
   NAVIGATION
============================================================== */
.desktop-search {
  display: none;
}
@media (min-width: 768px) {
  .desktop-search {
    display: block;
  }
}

@media (min-width: 768px) {
  .menu {
    height: 100%;
    margin-left: auto;
  }
  .menu .primary-menu {
    position: relative;
  }
  .menu .primary-menu:hover .secondary-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .menu .primary-menu.call .menu__link {
    margin-left: 20px;
    background-color: #67bec5;
    color: #ffffff;
    border-radius: 999px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-image: url("../images/icons/icon-call.svg");
    background-size: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }
  .menu .primary-menu.call .menu__link:hover {
    background-color: #000000;
  }
  .menu .primary-menu.call h4 {
    margin-top: 20px;
  }
  .menu .primary-menu.call h4:first-child {
    margin-top: 0;
  }
  .menu .primary-menu.call .secondary-menu {
    right: 0;
    left: auto;
    width: 250px;
  }
  .menu .primary-menu.portal {
    margin-left: 20px;
  }
  .menu .primary-menu.portal:hover .menu__link {
    background-color: #09888e;
    border: 1px solid #09888e;
    color: #ffffff;
  }
  .menu .primary-menu.portal .menu__link {
    border: 1px solid #F7F9FA;
  }
  .menu .primary-menu.portal .secondary-menu {
    background: #09888e;
    padding: 20px;
    border-radius: 15px;
    right: 0;
    left: auto;
    width: 280px;
  }
  .menu .primary-menu.portal .secondary-menu:after {
    border-bottom-color: #67bec5;
    right: 50px;
    left: auto;
  }
  .menu .primary-menu.portal .secondary-menu__link {
    color: #ffffff;
    position: relative;
  }
  .menu .primary-menu.portal .secondary-menu__link:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 24 24"><path d="M13.025 1l-2.847 2.828 6.176 6.176h-16.354v3.992h16.354l-6.176 6.176 2.847 2.828 10.975-11z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .menu .primary-menu.portal .secondary-menu__link:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
  }
  .menu .primary-menu.program-areas .secondary-menu {
    width: 650px;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 10px;
  }
  .menu .primary-menu.program-areas .secondary-menu__link {
    flex: 1 1 calc(50% - 5px);
  }
  .menu .secondary-menu {
    display: block;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 400px;
    height: auto;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 25px 15px;
    border-radius: 10px;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 200ms ease-out;
  }
  .menu .secondary-menu.program-areas {
    width: 650px;
  }
  .menu .secondary-menu__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
  .menu .secondary-menu__group {
    display: flex;
    flex-direction: column;
  }
  .menu .secondary-menu__group.highlight {
    background-color: #F7F9FA;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
  }
  .menu .secondary-menu__group h4 {
    padding: 0 10px 10px 10px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 500;
    color: #0054a4;
    font-size: 0.8rem;
    letter-spacing: 0.2ch;
  }
  .menu .secondary-menu__link {
    text-decoration: none;
    color: #333333;
    opacity: 1;
    padding: 5px 10px;
  }
  .menu .secondary-menu__link:hover {
    background-color: #F7F9FA;
    opacity: 1;
  }
  .menu__primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
  }
  .menu__secondary {
    display: none;
  }
  .menu__link {
    height: 100%;
    padding: 7px 20px;
    padding-left: clamp(0.6rem, 1.5vw, 1.2rem);
    padding-right: clamp(0.6rem, 1.5vw, 1.2rem);
    display: block;
    text-decoration: none;
    font-size: clamp(0.8rem, 1.5vw, 1rem);
    color: #ffffff;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 300ms ease-out;
    display: block;
    position: relative;
    border-radius: 999px;
  }
  .menu__link.mobile {
    display: none;
  }
  .menu__link:hover {
    background-color: #000000;
    color: #ffffff;
    opacity: 1 !important;
  }
  .menu #enquire-button {
    background-color: #67bec5;
    color: #ffffff;
    padding: 40px;
    border-bottom-right-radius: 10px;
    margin-left: 40px;
    transition: 300ms ease-out;
  }
  .menu #enquire-button:hover {
    background-color: #67bec5;
  }
}
/* ==============================================================
   MOBILE NAV
============================================================== */
@media (max-width: 767px) {
  .menu {
    display: block;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100svh;
    display: none;
    overflow: scroll;
  }
  .menu .call {
    display: none;
  }
  .show-menu .menu {
    display: block;
  }
  .menu__primary {
    display: flex;
    flex-direction: column;
    padding: clamp(40px, 6vw, 60px);
    padding-top: 100px;
    padding-bottom: 0;
    animation: menu-vanish 300ms;
  }
  .show-menu .menu__primary {
    animation: menu-reveal 300ms;
  }
  .menu .primary-menu {
    width: 100%;
  }
  .menu .primary-menu.active .secondary-menu {
    display: flex;
    animation: menu-reveal 300ms;
  }
  .menu .secondary-menu {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: none;
  }
  .menu .secondary-menu__group {
    display: flex;
    flex-direction: column;
  }
  .menu .secondary-menu__group h4 {
    padding: 0;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #0054a4;
    font-size: 0.8rem;
    letter-spacing: 0.2ch;
  }
  .menu .secondary-menu__link {
    text-decoration: none;
    color: #000000;
    opacity: 1;
    padding: 5px 0;
    font-size: 0.9rem;
  }
  .menu__secondary {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: clamp(40px, 6vw, 60px);
    padding-top: 40px;
    font-size: 1rem;
    border-bottom: none;
    animation: menu-vanish 300ms;
  }
  .show-menu .menu__secondary {
    animation: menu-reveal 300ms;
  }
  .menu__secondary .menu__link {
    font-size: 0.9rem;
    border-bottom: none;
    padding: 5px 0;
    font-weight: 500;
    width: auto;
    color: #0054a4;
  }
  .menu__secondary .menu__link.external {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
  }
  .menu__secondary .menu__link.external:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("../images/icons/icon-external-link.svg");
    background-size: contain;
  }
  .menu__link {
    text-decoration: none;
    color: #000000;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 15px 0;
    border-bottom: 3px solid #F7F9FA;
    display: block;
    width: 100%;
  }
  .show-menu .menu {
    display: block;
  }
}
@keyframes menu-reveal {
  0% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes menu-vanish {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.wpforms-container .wpforms-field-label {
  margin-bottom: 10px;
}
.wpforms-container .wpforms-field-sublabel {
  margin-top: 5px;
  color: #4d4f52;
}
.wpforms-container .wpforms-field:first-child {
  padding: 0 0 10px 0;
}
.wpforms-container {
  /* Base for input */
}
.wpforms-container input[type=text], .wpforms-container input[type=email], .wpforms-container textarea {
  background-color: #f6f6f6;
  border: 2px solid #f6f6f6;
  padding: 10px;
}
.wpforms-container input[type=text]:focus, .wpforms-container input[type=email]:focus, .wpforms-container textarea:focus {
  border: 2px solid rgba(103, 190, 197, 0.2);
  outline: none;
}
.wpforms-container {
  /* Base for label styling */
}
.wpforms-container input[type=radio]:not(:checked),
.wpforms-container input[type=radio]:checked {
  position: absolute;
  left: -9999px;
}
.wpforms-container input[type=radio]:not(:checked) + label,
.wpforms-container input[type=radio]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.wpforms-container {
  /* radio aspect */
}
.wpforms-container input[type=radio]:not(:checked) + label:before,
.wpforms-container input[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 999px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.wpforms-container {
  /* checked mark aspect */
}
.wpforms-container input[type=radio]:not(:checked) + label:after,
.wpforms-container input[type=radio]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 0;
  left: 6px;
  font-size: 1.4em;
  line-height: 0.8;
  color: #67bec5;
  transition: all 0.2s;
  font-family: Helvetica, Arial, sans-serif;
}
.wpforms-container {
  /* checked mark aspect changes */
}
.wpforms-container input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.wpforms-container input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.wpforms-container {
  /* disabled radio */
}
.wpforms-container input[type=radio]:disabled:not(:checked) + label:before,
.wpforms-container input[type=radio]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.wpforms-container input[type=radio]:disabled:checked + label:after {
  color: #999;
}
.wpforms-container input[type=radio]:disabled + label {
  color: #aaa;
}
.wpforms-container {
  /* accessibility */
}
.wpforms-container input[type=radio]:checked:focus + label:before,
.wpforms-container input[type=radio]:not(:checked):focus + label:before {
  border: 1px solid #333;
}
.wpforms-container {
  /* Base for label styling */
}
.wpforms-container input[type=checkbox]:not(:checked),
.wpforms-container input[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.wpforms-container input[type=checkbox]:not(:checked) + label,
.wpforms-container input[type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
.wpforms-container {
  /* checkbox aspect */
}
.wpforms-container input[type=checkbox]:not(:checked) + label:before,
.wpforms-container input[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.wpforms-container {
  /* checked mark aspect */
}
.wpforms-container input[type=checkbox]:not(:checked) + label:after,
.wpforms-container input[type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 0;
  left: 6px;
  font-size: 1.4em;
  line-height: 0.8;
  color: #67bec5;
  transition: all 0.2s;
  font-family: Helvetica, Arial, sans-serif;
}
.wpforms-container {
  /* checked mark aspect changes */
}
.wpforms-container input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.wpforms-container input[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.wpforms-container {
  /* disabled checkbox */
}
.wpforms-container input[type=checkbox]:disabled:not(:checked) + label:before,
.wpforms-container input[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.wpforms-container input[type=checkbox]:disabled:checked + label:after {
  color: #999;
}
.wpforms-container input[type=checkbox]:disabled + label {
  color: #aaa;
}
.wpforms-container {
  /* accessibility */
}
.wpforms-container input[type=checkbox]:checked:focus + label:before,
.wpforms-container input[type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid #333;
}
.wpforms-container button[type=submit] {
  touch-action: manipulation;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
  display: block;
  width: fit-content;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 300px;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.25, 1, 0.2, 1);
  color: #ffffff;
  padding: 10px 50px;
  letter-spacing: 5px;
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  margin: 3.125ex 0;
  outline: none;
  border: 0;
  background-color: #67bec5;
}
.wpforms-container button[type=submit]:hover {
  background-color: #67bec5;
}

.page-404 {
  background: linear-gradient(#F7F9FA, #ffffff);
  background-size: cover;
  background-position: 50% 50%;
  height: calc(100vh - 280px);
  min-height: 750px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000000;
  text-align: center;
}
.page-404 h1 {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
  text-align: center;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  text-transform: none;
  line-height: 2.380952381ex;
  margin: 0;
  margin-bottom: 30px;
}
.has-color .page-404 h1 {
  color: inherit;
}
.page-404 h1 {
  opacity: 0;
  animation-name: error-header-heading-animation;
  animation-duration: 500ms;
  animation-delay: 500ms;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-fill-mode: forwards;
}
.page-404 p {
  padding-top: 0;
  font-size: 1.2rem;
  opacity: 0;
  animation-name: page-header-subheading-animation;
  animation-duration: 500ms;
  animation-delay: 1500ms;
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-fill-mode: forwards;
}

@keyframes page-header-tint {
  0% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes page-header-heading-divider {
  0% {
    opacity: 0;
    width: 50px;
  }
  100% {
    opacity: 1;
    width: 100px;
  }
}
@keyframes error-header-heading-animation {
  0% {
    opacity: 0;
    transform: translateY(4.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes page-header-subheading-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.enquiry-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.enquiry-form.active {
  opacity: 1;
  visibility: visible;
}
.enquiry-form.transitioning .enquiry-form__step--1 {
  transform: translateX(-100%);
  opacity: 0;
}
.enquiry-form.transitioning .enquiry-form__step--2 {
  transform: translateX(100%);
}

.enquiry-form__container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: 90%;
  max-height: 800px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.enquiry-form__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #6bb6b0;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s ease;
}
.enquiry-form__close:hover {
  background: #5a9a95;
}
.enquiry-form__close img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.enquiry-form__step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
.enquiry-form__step.active {
  opacity: 1;
  visibility: visible;
}
.enquiry-form__step.hidden {
  opacity: 0;
  visibility: hidden;
}

.enquiry-form__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 60px 40px 40px;
}
.enquiry-form__content--split {
  flex-direction: row;
  padding: 60px 0 40px;
}

.enquiry-form__logo {
  margin-bottom: 40px;
}
.enquiry-form__logo img {
  height: 40px;
}

.enquiry-form__main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.enquiry-form__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.2;
}

.enquiry-form__subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.5;
}

.enquiry-form__states {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 40px;
}

.enquiry-form__state-btn {
  padding: 15px 20px;
  border: 2px solid #e5e5e5;
  background: white;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}
.enquiry-form__state-btn:hover {
  border-color: #6bb6b0;
  background: #f8fffe;
}
.enquiry-form__state-btn.active {
  border-color: #6bb6b0;
  background: #6bb6b0;
  color: white;
}

.enquiry-form__next-btn {
  padding: 15px 30px;
  background: #6bb6b0;
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  margin-top: auto;
  opacity: 0.5;
}
.enquiry-form__next-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.enquiry-form__next-btn.enabled {
  opacity: 1;
}
.enquiry-form__next-btn.enabled:hover {
  background: #5a9a95;
}
.enquiry-form__next-btn img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.enquiry-form__left {
  flex: 1;
  padding: 0 40px;
  border-right: 1px solid #e5e5e5;
}

.enquiry-form__right {
  width: 400px;
  background: #6bb6b0;
  padding: 40px;
  color: white;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.6s ease;
}
.enquiry-form__right.expanding {
  transform: translateX(0);
}
.enquiry-form__step--2.active .enquiry-form__right {
  transform: translateX(0);
}

.enquiry-form__managers {
  height: 100%;
}

.enquiry-form__managers-title {
  font-size: 1.1rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

.enquiry-form__managers-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.enquiry-form__manager {
  display: flex;
  align-items: center;
  gap: 15px;
}

.enquiry-form__manager-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.1);
}
.enquiry-form__manager-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enquiry-form__manager-info {
  flex: 1;
}

.enquiry-form__manager-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.enquiry-form__manager-title {
  font-size: 0.9rem;
  opacity: 0.8;
  font-weight: 500;
}

.enquiry-form__programs {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.enquiry-form__checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 40px;
}

.enquiry-form__checkbox {
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.enquiry-form__checkbox input[type=checkbox] {
  display: none;
}

.enquiry-form__checkbox-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #e5e5e5;
  border-radius: 3px;
  background: white;
  position: relative;
  transition: all 0.3s ease;
}
.enquiry-form__checkbox-custom::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}
input[type=checkbox]:checked + .enquiry-form__checkbox-custom {
  background: #6bb6b0;
  border-color: #6bb6b0;
}
input[type=checkbox]:checked + .enquiry-form__checkbox-custom::after {
  opacity: 1;
}

.enquiry-form__checkbox-label {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}

.enquiry-form__submit-btn {
  padding: 15px 30px;
  background: #6bb6b0;
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  margin-top: auto;
}
.enquiry-form__submit-btn:hover {
  background: #5a9a95;
}
.enquiry-form__submit-btn img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.enquiry-form-open {
  overflow: hidden;
}

@media (max-width: 768px) {
  .enquiry-form__container {
    width: 95%;
    height: 95%;
  }
  .enquiry-form__content {
    padding: 40px 20px 20px;
  }
  .enquiry-form__content--split {
    flex-direction: column;
    padding: 40px 0 20px;
  }
  .enquiry-form__title {
    font-size: 2rem;
  }
  .enquiry-form__states {
    grid-template-columns: 1fr;
  }
  .enquiry-form__left {
    padding: 0 20px;
    border-right: none;
    border-bottom: 1px solid #e5e5e5;
  }
  .enquiry-form__right {
    width: 100%;
    padding: 20px;
  }
}
.enquire-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: 9999;
  overflow: hidden;
}

.enquire-page__header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
  border-bottom: 1px solid #f0f0f0;
  z-index: 10;
  height: 80px;
  display: flex;
  align-items: center;
  padding: 0 80px;
}

.enquire-page__header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.enquire-page__logo {
  height: 40px;
  width: auto;
}
.enquire-page__logo img {
  height: 40px;
}

.enquire-page__return-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
.enquire-page__return-btn:hover {
  color: #333;
}
.enquire-page__return-btn svg {
  width: 16px;
  height: 16px;
}

.enquire-page__container {
  position: relative;
  width: 100%;
  height: calc(100% - 80px);
  top: 80px;
  background: #f8f9fa;
  overflow: hidden;
}

.enquire-page__step {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.enquire-page__step.active {
  opacity: 1;
  visibility: visible;
}

.enquire-page__content {
  height: 100%;
  position: relative;
  overflow-y: scroll;
}

.enquire-page__main {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .enquire-page__main {
    margin-top: 0;
  }
}

.enquire-page__title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.2;
}

.enquire-page__subtitle {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.5;
}

.enquire-page__states {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 40px;
}

.enquire-page__state-btn {
  padding: 15px 20px;
  border: 2px solid #e5e5e5;
  background: white;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}
.enquire-page__state-btn:hover {
  border-color: #6bb6b0;
  background: #f8fffe;
}
.enquire-page__state-btn.active {
  border-color: #6bb6b0;
  background: #6bb6b0;
  color: white;
}

.enquire-page__next-btn {
  padding: 15px 30px;
  background: #6bb6b0;
  border: none;
  border-radius: 4px;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.enquire-page__next-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.enquire-page__next-btn.enabled {
  opacity: 1;
}
.enquire-page__next-btn.enabled:hover {
  background: #5a9a95;
}
.enquire-page__next-btn img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.enquire-page__step--1 {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.enquire-page__step--1.active {
  opacity: 1;
  transform: translateY(0);
}

.enquire-page__left {
  flex: 1;
  padding: 80px 80px 80px;
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: relative;
  z-index: 1;
  overflow: scroll;
}

.enquire-page__form-title {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.2;
}

.enquire-page__form-subtitle {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 40px;
  line-height: 1.5;
}

.enquire-page__right {
  width: 36%;
  background: transparent;
  padding: 80px 60px;
  color: white;
  overflow-y: auto;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.6s ease 0.3s;
  background: linear-gradient(135deg, #6bb6b0 0%, #5a9a95 100%);
}
.enquire-page__right.slide-in {
  opacity: 1;
}

.enquire-page__managers {
  height: 100%;
}

.enquire-page__managers-title {
  font-size: 1.1rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

.enquire-page__managers-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.enquire-page__manager {
  display: flex;
  align-items: center;
  gap: 15px;
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}
.enquire-page__manager:nth-child(2) {
  animation-delay: 0.1s;
}
.enquire-page__manager:nth-child(3) {
  animation-delay: 0.2s;
}
.enquire-page__manager:nth-child(4) {
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.enquire-page__manager-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.1);
}
.enquire-page__manager-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enquire-page__manager-info {
  flex: 1;
}

.enquire-page__manager-name {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.enquire-page__manager-title {
  font-size: 0.9rem;
  opacity: 0.8;
  font-weight: 500;
  margin-bottom: 5px;
}

.enquire-page__manager-phone,
.enquire-page__manager-email {
  font-size: 0.85rem;
  opacity: 0.7;
  margin-bottom: 3px;
}
.enquire-page__manager-phone a,
.enquire-page__manager-email a {
  color: white;
  text-decoration: none;
}
.enquire-page__manager-phone a:hover,
.enquire-page__manager-email a:hover {
  text-decoration: underline;
}

.enquire-page__hubspot-container .hs-form-frame {
  border: none;
}

body.page-template-page-enquire {
  overflow: hidden;
}
body.page-template-page-enquire .header,
body.page-template-page-enquire .footer {
  display: none;
}

@media (max-width: 768px) {
  .enquire-page__header {
    padding: 0 20px;
    height: 60px;
  }
  .enquire-page__container {
    height: calc(100% - 60px);
    top: 60px;
  }
  .enquire-page__content {
    padding: 40px 20px 20px;
  }
  .enquire-page__content--split {
    flex-direction: column;
    padding: 0;
  }
  .enquire-page__form-section {
    padding: 0;
    margin: 0;
  }
  .enquire-page__title {
    font-size: 2rem;
  }
  .enquire-page__states {
    grid-template-columns: 1fr;
  }
  .enquire-page__left {
    padding: 40px 20px;
    flex: none;
    height: 60%;
  }
  .enquire-page__right {
    width: 100%;
    padding: 20px;
    height: 40%;
    transform: translateY(100%);
  }
  .enquire-page__right.slide-in {
    transform: translateY(0);
  }
}
.page-template-template-custom .editor-styles-wrapper {
  background-color: #f0f0f0;
}

.article-header {
  background-color: #000000;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.article-header h1 {
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  text-wrap: balance;
}

.article-header__meta {
  font-size: 0.7rem;
  opacity: 0.5;
}

.article-image {
  margin-bottom: 60px;
  margin: 40px auto;
  border-radius: 20px;
  overflow: hidden;
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .article-image {
    border-radius: 0;
    margin: 0 auto;
  }
}
.article-image img {
  aspect-ratio: 4/2;
  object-fit: cover;
  width: 100%;
  height: auto;
  filter: brightness(0.9);
  animation: zoomOut 3s ease-out;
}
@media (max-width: 767px) {
  .article-image img {
    aspect-ratio: 4/3;
  }
}

.article-categories {
  padding: 20px 0;
}
.article-categories__content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.article-categories__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.article-categories__tag {
  display: inline-block;
  background-color: #67bec5;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 300ms ease-out;
}
.article-categories__tag:hover {
  background-color: #09888e;
  color: #ffffff;
}

.article-share {
  display: flex;
  align-items: center;
  gap: 5px;
}
.article-share__button {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #f1f1f1;
  color: #000000;
  padding: 10px 20px;
  border-radius: 30px;
  border: none;
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 300ms ease-out;
}
.article-share__links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.article-share__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #f1f1f1;
  color: #000000;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 300ms ease-out, transform 300ms ease-out;
}
.article-share__link svg {
  width: 15px;
  height: 15px;
}
.article-share__link:hover {
  background-color: #333333;
}

.article-navigation {
  padding: clamp(50px, 6vw, 80px) 0;
}
.article-navigation__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}
@media (max-width: 767px) {
  .article-navigation__wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.article-navigation__item {
  background-color: #222222;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 300ms ease-out;
}
.article-navigation__item:hover {
  transform: translateY(-2px);
}
.article-navigation__item--prev .article-navigation__link {
  justify-content: flex-start;
}
.article-navigation__item--next .article-navigation__link {
  justify-content: flex-start;
  text-align: left;
}
.article-navigation__item--next .article-navigation__link .article-navigation__content {
  order: 1;
}
.article-navigation__item--next .article-navigation__link .article-navigation__arrow {
  order: 2;
}
.article-navigation__link {
  display: flex;
  align-items: center;
  padding: 40px 30px;
  color: #ffffff;
  text-decoration: none;
  height: 100%;
  gap: 20px;
}
.article-navigation__link:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .article-navigation__link {
    padding: 30px 20px;
    gap: 15px;
  }
}
.article-navigation__content {
  flex: 1;
  min-width: 0;
}
.article-navigation__title {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 10px 0;
}
@media (max-width: 767px) {
  .article-navigation__title {
    font-size: 400;
  }
}
.article-navigation__date {
  font-size: 0.75rem;
  opacity: 0.7;
  margin: 0;
}
.article-navigation__arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.article-navigation__arrow svg {
  width: 24px;
  height: 24px;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
/**
 * Article Card Block Styles
 * Reusable card component for blog posts
 */
/* ==============================================================
  FONTS
============================================================== */
/* ==============================================================
  HEADING SIZES
============================================================== */
/* ==============================================================
  FONT SIZES
============================================================== */
/* ==============================================================
  COLOURS
============================================================== */
/* ==============================================================
  FONT SIZES
============================================================== */
/* ==============================================================
  FONT WEIGHTS
============================================================== */
/* ==============================================================
  PADDING AND MARGINS
============================================================== */
/* ==============================================================
  TRANSITIONS
============================================================== */
/* ==============================================================
  WIDE BLOCK
============================================================== */
/* ==============================================================
  CONTAINER SIZES
============================================================== */
/* ==============================================================
  MEDIA QUERY BREAKPOINTS
============================================================== */
.article-card {
  background: #000000;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}
.article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.article-card__image-wrapper {
  position: relative;
  overflow: hidden;
}
.article-card__image {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  filter: brightness(0.9);
  display: block;
}
@media (max-width: 767px) {
  .article-card__image {
    height: 160px;
  }
}
.article-card__content {
  padding: 20px;
  color: #ffffff;
  min-height: 160px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .article-card__content {
    padding: 16px;
  }
}
.article-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 0.85rem;
  color: #333333;
}
.article-card__date {
  font-weight: 400;
  font-size: 0.8rem;
  margin-top: auto;
  opacity: 0.5;
}
.article-card__categories {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.article-card__category {
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 500;
  text-decoration: none;
}
.article-card__category:hover {
  background: white;
  color: #67bec5;
  text-decoration: none;
}
.article-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 !important;
  padding: 0;
  text-wrap: balance;
}
.article-card__title a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .article-card__title {
    font-size: 1.1rem;
  }
}
.article-card__excerpt {
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
}
.article-card__author {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 8px;
}
.article-card__read-more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  height: 45px;
  background-color: rgba(255, 255, 255, 0.15);
  background-image: url("../icons/icon-arrow-right--white.svg");
  background-size: 12px 12px;
  background-position: 70% 50%;
  background-repeat: no-repeat;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
  transition: background-position 0.2s ease;
  text-indent: -9999px;
  overflow: hidden;
}
.article-card__read-more:hover {
  background-position: 80% 50%;
}
@media (min-width: 768px) {
  .article-card--featured {
    display: flex;
    flex-direction: row;
    grid-column: 1/-1;
  }
  .article-card--featured .article-card__image-wrapper {
    width: 60%;
    flex-shrink: 0;
    position: relative;
  }
  .article-card--featured .article-card__image {
    width: 100%;
    aspect-ratio: 4/3;
    height: 100%;
    object-fit: cover;
  }
  .article-card--featured .article-card__content {
    width: 40%;
    padding: 30px;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .article-card--featured .article-card__title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .article-card--featured .article-card__title {
    font-size: 1.6rem;
  }
}

/**
 * Blog Grid Styles
 * Grid layout for blog post cards
 */
/* ==============================================================
  FONTS
============================================================== */
/* ==============================================================
  HEADING SIZES
============================================================== */
/* ==============================================================
  FONT SIZES
============================================================== */
/* ==============================================================
  COLOURS
============================================================== */
/* ==============================================================
  FONT SIZES
============================================================== */
/* ==============================================================
  FONT WEIGHTS
============================================================== */
/* ==============================================================
  PADDING AND MARGINS
============================================================== */
/* ==============================================================
  TRANSITIONS
============================================================== */
/* ==============================================================
  WIDE BLOCK
============================================================== */
/* ==============================================================
  CONTAINER SIZES
============================================================== */
/* ==============================================================
  MEDIA QUERY BREAKPOINTS
============================================================== */
.blog-main {
  margin: 40px 0;
}
.blog-main .container {
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 clamp(20px, 5vw, 40px);
}

.blog-header {
  text-align: left;
  margin-bottom: 40px;
}
.blog-header .blog-title, .blog-header h1 {
  margin: 0 0 12px 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #000000;
}
.blog-header .blog-description, .blog-header p {
  margin: 0;
  font-size: 1.1rem;
  color: grey-dark;
}
@media (max-width: 767px) {
  .blog-header {
    margin-bottom: 30px;
  }
}

.category-header {
  text-align: left;
  margin-bottom: 40px;
}
.category-header .category-title, .category-header h1 {
  margin: 0 0 12px 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #000000;
}
.category-header .category-description {
  margin-bottom: 12px;
  font-size: 1.1rem;
  color: grey-dark;
}
.category-header .category-meta {
  font-size: 0.9rem;
  color: #333333;
}
@media (max-width: 767px) {
  .category-header {
    margin-bottom: 30px;
  }
}

.blog-grid {
  display: grid;
  column-gap: 20px;
  row-gap: 40px;
  margin-bottom: 40px;
}
.blog-grid--columns-1 {
  grid-template-columns: 1fr;
}
.blog-grid--columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .blog-grid--columns-2 {
    grid-template-columns: 1fr;
  }
}
.blog-grid--columns-3 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) and (max-width: 999px) {
  .blog-grid--columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .blog-grid--columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-grid--columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .blog-grid--columns-4 {
    grid-template-columns: 1fr;
  }
}

.blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.blog-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 8px;
}
.blog-pagination li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-pagination li::before {
  display: none;
}
.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  margin: 0;
  background: #ffffff;
  border: 2px solid #F7F9FA;
  color: #000000;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.blog-pagination .page-numbers.current {
  background: #67bec5;
  border-color: #67bec5;
  color: #ffffff;
}
.blog-pagination .page-numbers.prev, .blog-pagination .page-numbers.next {
  width: 40px;
  height: 40px;
  padding: 0;
  background-image: url("../icons/icon-arrow-right--black.svg");
  background-size: 11px 11px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.blog-pagination .page-numbers.prev:before, .blog-pagination .page-numbers.prev:after, .blog-pagination .page-numbers.next:before, .blog-pagination .page-numbers.next:after {
  content: none;
}
.blog-pagination .page-numbers.prev {
  transform: scaleX(-1);
}

.blog-no-posts {
  text-align: center;
  padding: 60px 20px;
  color: #333333;
}
.blog-no-posts h2 {
  margin: 0 0 12px 0;
  color: #000000;
}
.blog-no-posts p {
  margin: 0 0 20px 0;
  font-size: 1.1rem;
}
.blog-no-posts .back-to-blog {
  color: #67bec5;
  text-decoration: none;
  font-weight: 500;
}
.blog-no-posts .back-to-blog:hover {
  text-decoration: underline;
}

/**
 * Course Card Block Styles
 * Reusable card component for course listings and search results
 */
/* ==============================================================
  FONTS
============================================================== */
/* ==============================================================
  HEADING SIZES
============================================================== */
/* ==============================================================
  FONT SIZES
============================================================== */
/* ==============================================================
  COLOURS
============================================================== */
/* ==============================================================
  FONT SIZES
============================================================== */
/* ==============================================================
  FONT WEIGHTS
============================================================== */
/* ==============================================================
  PADDING AND MARGINS
============================================================== */
/* ==============================================================
  TRANSITIONS
============================================================== */
/* ==============================================================
  WIDE BLOCK
============================================================== */
/* ==============================================================
  CONTAINER SIZES
============================================================== */
/* ==============================================================
  MEDIA QUERY BREAKPOINTS
============================================================== */
.course-card {
  background: #000000;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.course-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.course-card__image-wrapper {
  position: relative;
  overflow: hidden;
}
.course-card__image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  filter: brightness(0.9);
  display: block;
}
@media (max-width: 767px) {
  .course-card__image {
    height: 180px;
  }
}
.course-card__content {
  padding: 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media (max-width: 767px) {
  .course-card__content {
    padding: 16px;
  }
}
.course-card__code {
  display: inline-block;
  background: #0054a4;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 10px;
  width: fit-content;
}
.course-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
  margin: 0 0 12px 0 !important;
  padding: 0;
  text-wrap: balance;
}
.course-card__title a {
  color: inherit;
  text-decoration: none;
}
.course-card__title a:hover {
  color: #0054a4;
}
@media (max-width: 767px) {
  .course-card__title {
    font-size: 1.1rem;
  }
}
.course-card__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
  flex: 1;
}
.course-card__levels, .course-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.course-card__level, .course-card__category {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 0.75rem;
  font-weight: 500;
}
.course-card__delivery, .course-card__structure, .course-card__subsidised {
  font-size: 0.85rem;
  line-height: 1.4;
}
.course-card__delivery strong, .course-card__structure strong, .course-card__subsidised strong {
  color: #0054a4;
  font-weight: 600;
}
.course-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0054a4;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  margin-top: auto;
  padding-top: 12px;
  transition: gap 0.2s ease;
}
.course-card__link:after {
  content: "→";
  font-size: 1.2rem;
  transition: transform 0.2s ease;
}
.course-card__link:hover {
  gap: 12px;
  text-decoration: none;
}
.course-card__link:hover:after {
  transform: translateX(4px);
}

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .search-results-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/**
 * Search Results Page Styles
 */
/* ==============================================================
  FONTS
============================================================== */
/* ==============================================================
  HEADING SIZES
============================================================== */
/* ==============================================================
  FONT SIZES
============================================================== */
/* ==============================================================
  COLOURS
============================================================== */
/* ==============================================================
  FONT SIZES
============================================================== */
/* ==============================================================
  FONT WEIGHTS
============================================================== */
/* ==============================================================
  PADDING AND MARGINS
============================================================== */
/* ==============================================================
  TRANSITIONS
============================================================== */
/* ==============================================================
  WIDE BLOCK
============================================================== */
/* ==============================================================
  CONTAINER SIZES
============================================================== */
/* ==============================================================
  MEDIA QUERY BREAKPOINTS
============================================================== */
.search-main {
  min-height: 60vh;
  width: 100%;
}
.search-main > .container {
  max-width: 810px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .search-main > .container {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.search-header {
  background: #0054a4;
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 767px) {
  .search-header {
    padding: 40px 0;
    margin-bottom: 30px;
  }
}
.search-header .container {
  max-width: 810px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

.search-title {
  color: #ffffff;
  margin: 0 0 24px 0 !important;
  padding: 0 !important;
}

.search-page-form {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .search-page-form {
    flex-direction: column;
    gap: 10px;
  }
}

.search-page-field {
  flex: 1;
  padding: 14px 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  transition: all 200ms ease;
}
.search-page-field::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-page-field:focus {
  outline: none;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 767px) {
  .search-page-field {
    width: 100%;
  }
}

.search-page-submit {
  background: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 14px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms ease;
  color: #0054a4;
}
@media (max-width: 767px) {
  .search-page-submit {
    width: 100%;
    padding: 14px;
  }
}
.search-page-submit svg {
  display: block;
}
.search-page-submit:hover {
  background: rgba(255, 255, 255, 0.9);
}

.search-count {
  font-size: 0.95rem;
  color: #ffffff;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0.8;
}

.search-no-results-message {
  text-align: left;
  padding: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .search-no-results-message {
    padding: 0;
  }
}

.search-no-results-message .search-suggestions {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  text-align: left;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .search-no-results-message .search-suggestions {
    padding: 0;
  }
}

.search-results-list {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 40px 0 !important;
}

.search-result-item {
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-result-item a {
  display: block;
  padding: 16px 0;
  color: #000000;
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.2s ease;
}
@media (max-width: 767px) {
  .search-result-item a {
    padding: 14px 0;
    font-size: 1rem;
  }
}
.search-result-item a:hover {
  color: #0054a4;
}

.search-pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .search-pagination {
    margin-top: 40px;
  }
}
.search-pagination ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.search-pagination ul li a,
.search-pagination ul li span {
  display: block;
  padding: 10px 16px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  color: #000000;
  text-decoration: none;
  transition: all 0.2s ease;
  min-width: 45px;
  text-align: center;
}
@media (max-width: 767px) {
  .search-pagination ul li a,
  .search-pagination ul li span {
    padding: 8px 12px;
    min-width: 40px;
  }
}
.search-pagination ul li a:hover {
  background: #0054a4;
  color: #ffffff;
  border-color: #0054a4;
}
.search-pagination ul li.current span {
  background: #0054a4;
  color: #ffffff;
  border-color: #0054a4;
  font-weight: 600;
}
.search-pagination ul li.prev a, .search-pagination ul li.next a {
  font-weight: 600;
}
.search-pagination ul li.dots span {
  border: none;
  background: transparent;
}

.modal-iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000000;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.modal-iframe.modal-iframe--active {
  display: block;
  opacity: 1;
}
.modal-iframe__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.modal-iframe__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  max-height: 90%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .modal-iframe__container {
    width: 95%;
    max-height: 95%;
  }
}
.modal-iframe__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}
@media (max-width: 768px) {
  .modal-iframe__header {
    padding: 0.75rem 1rem;
  }
}
.modal-iframe__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
}
@media (max-width: 768px) {
  .modal-iframe__title {
    font-size: 1.1rem;
  }
}
.modal-iframe__close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #666;
  cursor: pointer;
  padding: 0.25rem;
  line-height: 1;
  transition: color 0.2s ease;
}
.modal-iframe__close:hover {
  color: #333;
}
.modal-iframe__close:focus {
  outline: 2px solid #007cba;
  outline-offset: 2px;
}
.modal-iframe__content {
  position: relative;
  width: 100%;
  height: 600px;
}
@media (max-width: 768px) {
  .modal-iframe__content {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .modal-iframe__content {
    height: 300px;
  }
}
.modal-iframe__iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.modal-iframe:not(.modal-iframe--active) .modal-iframe__container {
  transform: translate(-50%, -50%) scale(0.7);
}
.modal-iframe.modal-iframe--active .modal-iframe__container {
  transform: translate(-50%, -50%) scale(1);
}

body.modal-iframe-open {
  overflow: hidden;
}

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