:root {
  --theme: #1f3e59;
  --theme-medium: #0474bd;
  --theme-light: #d8e5f3;
  --theme-bright: #ca3f82;
  --black: #000000;
}
@keyframes move-the-object {
  0% {
    width: 0;
  }
}
@keyframes prompt-arrow-bounce {
  0%, 20%, 50%, 80%, 100% {
    bottom: 2rem;
  }
  40% {
    bottom: 4rem;
  }
  60% {
    bottom: 3rem;
  }
}
.sarabun-thin {
  font-family: "Sarabun", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.sarabun-extralight {
  font-family: "Sarabun", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.sarabun-light {
  font-family: "Sarabun", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.sarabun-regular {
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.sarabun-medium {
  font-family: "Sarabun", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.sarabun-semibold {
  font-family: "Sarabun", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.sarabun-bold {
  font-family: "Sarabun", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.sarabun-extrabold, .introduction, h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5, a.cta-button {
  font-family: "Sarabun", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.sarabun-thin-italic {
  font-family: "Sarabun", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.sarabun-extralight-italic {
  font-family: "Sarabun", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.sarabun-light-italic {
  font-family: "Sarabun", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.sarabun-regular-italic {
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.sarabun-medium-italic {
  font-family: "Sarabun", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.sarabun-semibold-italic {
  font-family: "Sarabun", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.sarabun-bold-italic {
  font-family: "Sarabun", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.sarabun-extrabold-italic {
  font-family: "Sarabun", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.josefin-sans-regular, html,
body {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.corinthia-regular,
.script-font {
  font-family: "Corinthia", cursive;
  font-weight: 400;
  font-style: normal;
}

.script-font {
  font-size: 3em;
}

a.cta-button {
  background-color: var(--theme-light);
  padding: 0.5em 1em;
  border-radius: 5px;
  border: 2px solid var(--theme);
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a.cta-button:hover, a.cta-button:active, a.cta-button:focus {
  background: var(--theme);
  color: white;
}
.contact-bar a.cta-button {
  background-color: white;
}
.contact-bar a.cta-button:hover, .contact-bar a.cta-button:active, .contact-bar a.cta-button:focus {
  background: var(--theme);
  color: white;
}

ul {
  list-style-type: none;
  padding: 0;
}
.contact-bar ul {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-bar ul li {
  padding: 0;
}
.contact-bar ul li::before {
  display: none;
}
ul.no-bullet li::before {
  display: none;
}
ul.text-and-icon-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
ul.text-and-icon-list li {
  text-align: center;
  color: var(--theme);
  margin: 0;
  padding: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  ul.text-and-icon-list li {
    width: 25%;
  }
}
@media (min-width: 992px) {
  ul.text-and-icon-list li {
    width: 14.2857142857%;
  }
}
ul.text-and-icon-list li .content {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 5px;
  justify-content: space-evenly;
  align-items: center;
  padding: 4px;
  background: white;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
ul.text-and-icon-list li::before {
  display: none;
}
ul.text-and-icon-list li img {
  width: 33.333%;
}
ul li {
  padding-left: 1em;
  position: relative;
}
ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 0.25em;
  height: 0.25em;
  margin-top: 0.5em;
  background: var(--theme-medium);
  flex-shrink: 0;
}
.accreditations ul {
  padding: 0;
  margin: 0 auto 20px;
  display: flex;
  flex-direction: row;
  max-width: 300px;
  gap: 10px;
}
.accreditations ul li {
  flex-basis: 33.333%;
  display: flex;
  justify-content: center;
}
.accreditations ul li img {
  align-self: center;
}

.container {
  max-width: 1600px;
}

html,
body {
  padding: 0;
  margin: 0;
  color: var(--theme);
}

iframe {
  margin: 0 0 20px;
}

h1 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  h1 {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  h1 {
    max-width: 300px;
  }
}

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  color: var(--theme-medium);
}
.contact-bar h2,
.contact-bar .h2,
.contact-bar h3,
.contact-bar .h3,
.contact-bar h4,
.contact-bar .h4,
.contact-bar h5,
.contact-bar .h5 {
  color: white;
}
header h2,
header .h2,
header h3,
header .h3,
header h4,
header .h4,
header h5,
header .h5 {
  color: var(--theme-bright);
}

p:has(+ .script-font) {
  margin-bottom: 0;
}

.introduction {
  color: var(--theme-bright);
  font-size: 1.125em;
}
@media (min-width: 768px) {
  .introduction {
    font-size: 1.25em;
  }
  .introduction.narrow-md-up {
    text-wrap: balance;
    max-width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.introduction:has(+ .text-and-icon-list) {
  text-align: center;
}

.accreditations {
  padding-top: 20px;
}

img {
  width: 100%;
}
img.profile-image {
  max-width: 150px;
  float: left;
  border: 4px solid var(--theme);
  margin: 0 10px 5px 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(216, 229, 243) 100%);
}

@keyframes kenburns {
  0% {
    transform-origin: top;
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform-origin: bottom;
  }
}
.hero {
  aspect-ratio: 4/3;
  position: relative;
  background-position: center;
  background-size: cover;
  max-width: 1800px;
  width: 100%;
  margin: 0 auto 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero {
    aspect-ratio: 16/4;
  }
}
.hero:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/hero-image.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  animation: kenburns 40s infinite;
}

header {
  background: white;
  position: sticky;
  top: 0;
  z-index: 1;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-in-out;
}

.contact-bar {
  position: sticky;
  bottom: 0;
  padding: 10px 0;
  background: var(--theme-medium);
  color: white;
}
.contact-bar .col * {
  margin: 0;
}
.contact-bar_inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

footer {
  padding: 10px 0;
  background: var(--theme-bright);
  color: white;
}

.footer-copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-copyright * {
  margin: 0;
  padding: 0;
}

a {
  color: var(--theme);
}
footer a {
  color: var(--theme-light);
}

.skip-to-content {
  position: absolute;
  top: -100%;
  left: 0;
  background: #fff;
  z-index: 1000;
  width: auto;
  padding: 0.5em 1em;
  border: 2px solid transparent;
  transition: top 0.2s ease;
}
.skip-to-content:focus-within {
  top: 0;
}
.skip-to-content ul {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1em;
}
.skip-to-content ul li::before {
  display: none;
}
@media (max-width: 767px) {
  .skip-to-content ul {
    flex-direction: column;
    gap: 0.5em;
  }
}
.skip-to-content a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
  padding: 0.25em 0.5em;
  display: inline-block;
}
.skip-to-content a:focus {
  outline: 2px solid #007bff;
  background: #e9ecef;
}/*# sourceMappingURL=style.css.map */