body {
  --background:white;
  --dark-color: #051126;
  --dark-color-l: #3B4F72;
  --highlight-color: #007F97;
  --light-color: #A4BCBC;
}
body.darkmode {
  --background: #140412;
  --dark-color: #260521;
  --dark-color-l: #542D4E;
  --highlight-color: #8977B9;
  --light-color: #B3A4BC;
}

body {
  background: var(--background);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  --wp--preset--font-size--small: 1.2rem;
  --wp--preset--font-size--medium: 2rem;
  --wp--preset--font-size--large: 3rem;
  --wp--preset--font-size--x-large: 4rem;
}

main {
  flex: 1;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding: 0 2rem;
}
@media only screen and (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding: 0;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 768px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
  }
}

.content-area {
  overflow: hidden;
}

.is-layout-constrained {
  padding: 0 2rem;
}
.is-layout-constrained .container {
  padding: 0;
}

.row [class*=col-], .row .wp-block-column, .wp-block-columns [class*=col-], .wp-block-columns .wp-block-column {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .row [class*=col-], .row .wp-block-column, .wp-block-columns [class*=col-], .wp-block-columns .wp-block-column {
    margin-bottom: 0;
  }
}

.is-layout-flex {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

.has-background {
  padding: 60px 30px;
}
@media only screen and (min-width: 992px) {
  .has-background {
    padding: 100px 50px;
  }
}

.is-style-rounded {
  border-radius: 0 100px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .is-style-rounded {
    border-radius: 0 200px;
    padding-left: 100px;
    padding-right: 100px;
  }
}

.is-style-rounded-top-left {
  border-radius: 200px 0 0 0;
  overflow: hidden;
}

.is-style-rounded-top-right {
  border-radius: 0 200px 0 0;
  overflow: hidden;
}

.is-style-rounded-bottom-right {
  border-radius: 0 0 200px 0;
  overflow: hidden;
}

.is-style-rounded-bottom-left {
  border-radius: 0 0 0 200px;
  overflow: hidden;
}

.title {
  padding: 70px 30px 0;
}
@media only screen and (min-width: 992px) {
  .title {
    padding: 100px 30px 50px;
  }
}
.title .container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .title .container {
    max-width: 100%;
  }
}

.branding {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .branding {
    text-align: left;
  }
}
.branding .logo-img, .branding svg {
  width: 100%;
  height: auto;
  max-width: 250px;
  display: block;
}

header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 80px;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 992px) {
  header .header-left {
    padding-right: 0;
  }
}
header .navbar {
  position: static;
  padding: 0;
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-font-size: 2rem;
  --bs-navbar-color: #ccc;
  --bs-navbar-toggler-padding-x: 0;
  --bs-navbar-toggler-padding-y: 0;
  --bs-border-width: 0;
}
@media only screen and (min-width: 1800px) {
  header .navbar {
    --bs-navbar-nav-link-padding-x: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  header .navbar .navbar-nav {
    --bs-nav-link-padding-y: 2.5rem;
  }
}
header .navbar .navbar-nav li {
  display: flex;
  align-items: center;
}
header .navbar .navbar-toggler {
  position: fixed;
  top: 2rem;
  right: 4.5rem;
  width: 40px;
  height: 40px;
  z-index: 999999;
  transition: all 0.3s cubic-bezier(0, 0, 0.6, 1);
  border: none !important;
  box-shadow: none !important;
}
header .navbar .navbar-toggler span {
  display: block;
  width: 40px;
  height: 3px;
  position: absolute;
  background: var(--dark-color);
  transform-origin: center center;
  transition: all 0.3s cubic-bezier(0, 0, 0.6, 1);
}
header .navbar .navbar-toggler span.top {
  transform: translateY(-12px);
}
header .navbar .navbar-toggler span.bottom {
  transform: translateY(12px);
}
header .navbar .navbar-toggler[aria-expanded=true] {
  transform: rotate(90deg);
}
header .navbar .navbar-toggler[aria-expanded=true] span.one {
  transform: rotate(45deg);
}
header .navbar .navbar-toggler[aria-expanded=true] span.two {
  transform: rotate(-45deg);
}
header .navbar .navbar-toggler[aria-expanded=true] span.top {
  transform: translateY(-3px);
  opacity: 0;
}
header .navbar .navbar-toggler[aria-expanded=true] span.bottom {
  transform: translateY(3px);
  opacity: 0;
}
header .navbar li.menu-item {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  line-height: 150%;
  color: var(--dark-color);
  margin-bottom: 0 !important;
  font-family: "Montserrat", sans-serif;
}
header .navbar li.menu-item .nav-link {
  color: var(--dark-color);
  position: relative;
  padding: 10px 20px;
}
header .navbar li.menu-item .nav-link span {
  position: relative;
  z-index: 2;
}
header .navbar li.menu-item .nav-link:hover, header .navbar li.menu-item .nav-link:focus, header .navbar li.menu-item .nav-link:active {
  text-decoration: none !important;
  transition: 0.2s all;
  background: var(--highlight-color);
  color: white;
}
@media only screen and (min-width: 992px) {
  header .navbar li.menu-item:hover .dropdown-toggle {
    border-bottom: 5px solid var(--highlight-color);
  }
  header .navbar li.menu-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
    pointer-events: auto;
  }
}
header .navbar li.menu-item .dropdown-menu {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.25);
  --bs-dropdown-min-width: 20rem;
  --bs-dropdown-spacer: 0;
  --bs-dropdown-link-active-bg: rgba(0, 0, 0, 0.2);
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-border-radius: 0;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-box-shadow: 0 1rem 1rem rgb(0 0 0 / 25%);
  --bs-dropdown-item-padding-x: 2rem;
  --bs-dropdown-item-padding-y: 1rem;
}
@media only screen and (min-width: 992px) {
  header .navbar li.menu-item .dropdown-menu {
    display: block;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0, 0, 0.6, 1);
    transform: translate(0, 3rem);
  }
}
header .navbar li.menu-item .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  pointer-events: auto;
}
header .navbar li.menu-item .dropdown-menu .dropdown-item {
  text-decoration: none;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
header .navbar li.menu-item .dropdown-menu .dropdown-menu {
  display: block;
  position: static;
  box-shadow: none;
  visibility: visible;
  transform: translate(0, 0);
  opacity: 1;
}
header .navbar li.menu-item .dropdown-menu .dropdown-menu li .dropdown-item {
  position: relative;
  padding-left: 3.5rem;
  display: block;
}
header .navbar .nav-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.15rem;
  height: 2.25rem;
  width: 2.25rem;
  outline: none;
  border: none;
  color: currentColor;
  background: transparent;
  margin: 0 0.5rem;
  transition: all 0.3s cubic-bezier(0, 0, 0.6, 1);
}
header .navbar .nav-icon:hover, header .navbar .nav-icon:focus {
  color: var(--highlight-color);
}
header .navbar .mode-toggler {
  position: fixed;
  font-size: 2rem;
  top: 2.3rem;
  right: 1.5rem;
}
@media only screen and (max-width: 992px) {
  header .navbar {
    --bs-navbar-nav-link-padding-x: 2rem;
    --bs-navbar-nav-link-padding-y: 1rem;
  }
  header .navbar .navbar-collapse {
    background-color: var(--dark-color) -light;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 100% !important;
    transition: all 0.3s cubic-bezier(0, 0, 0.6, 1);
    padding: 100px 20px;
  }
  header .navbar .navbar-collapse.collapse:not(.show) {
    transform: translateX(-100%);
    display: block !important;
    opacity: 0;
  }
  header .navbar .navbar-collapse .navbar-nav {
    height: 85vh;
    flex-direction: column;
    display: flex;
  }
  header .navbar .navbar-collapse .navbar-nav .menu-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .navbar .navbar-collapse .navbar-nav .menu-item:last-child {
    margin-top: auto;
  }
  header .navbar .navbar-collapse .navbar-nav .menu-item .nav-link {
    padding: 1rem 2rem;
    width: 100%;
  }
  header .navbar .navbar-collapse .navbar-nav .menu-item .nav-link:hover, header .navbar .navbar-collapse .navbar-nav .menu-item .nav-link:focus, header .navbar .navbar-collapse .navbar-nav .menu-item .nav-link:active {
    background-color: white;
  }
}

footer {
  position: relative;
  padding: 6rem 2rem 3rem;
  font-size: 0.9rem;
}
footer nav ul {
  display: flex;
  list-style: none;
  gap: 0.5rem 1.5rem;
  justify-content: flex-end;
}
footer nav ul .nav-link {
  font-weight: bold;
}

/*Lightswitch*/
.switch {
  --switch_width: 3em;
  --switch_height: 1.5em;
  position: relative;
  display: inline-block;
  width: var(--switch_width);
  height: var(--switch_height);
  transform: rotate(90deg);
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  box-sizing: border-box;
  border: 2px solid currentColor;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--background);
  transition: 0.15s;
  border-radius: var(--switch_height);
}
.slider:before {
  box-sizing: border-box;
  position: absolute;
  content: "";
  height: var(--switch_height);
  width: var(--switch_height);
  border: 2px solid currentColor;
  border-radius: 100%;
  left: -2px;
  bottom: -2px;
  background-color: var(--background);
  transform: translateY(-0.2em);
  box-shadow: 0 0.2em 0 currentColor;
  transition: 0.15s;
}

input.checked + .slider {
  border-color: white;
}
input.checked + .slider:before {
  box-shadow: 0 0.2em 0 white;
  border-color: white;
}

input:focus-visible + .slider {
  box-shadow: 0 0 0 2px var(--background);
}

/* Raise thumb when hovered */
input:hover + .slider:before {
  transform: translateY(-0.3em);
  box-shadow: 0 0.3em 0 currentColor;
}

input.checked + .slider:before {
  transform: translateX(calc(var(--switch_width) - var(--switch_height))) translateY(-0.2em);
}

/* Raise thumb when hovered & checked */
input.checked:hover + .slider:before {
  transform: translateX(calc(var(--switch_width) - var(--switch_height))) translateY(-0.3em);
  box-shadow: 0 0.3em 0 white;
}

h1, h2, h3 {
  font-family: "Poppins", sans-serif;
  color: var(--dark-color);
  letter-spacing: -0.1px;
}
h1 strong, h2 strong, h3 strong {
  color: var(--dark-color) -light;
  font-weight: normal;
}
h1 small, h1 em, h2 small, h2 em, h3 small, h3 em {
  display: block;
  font-size: 40%;
  line-height: 100%;
  color: var(--highlight-color);
  font-weight: 400;
  margin-top: 10px;
}

h1,
.h1 {
  font-size: clamp(1.5rem, 5vw, 2.75rem);
  line-height: 100%;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}

h2,
.h2 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}

h3,
.h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 1.25rem;
  }
}

h4,
.h4 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 15px;
}

p, em, blockquote, li {
  font-size: 1.2rem;
  line-height: 150%;
  margin-bottom: 35px;
}
p:empty, em:empty, blockquote:empty, li:empty {
  display: none;
}
p a, em a, blockquote a, li a {
  color: var(--highlight-color);
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0, 0, 0.6, 1);
}
p a:hover, p a:focus, p a:active, em a:hover, em a:focus, em a:active, blockquote a:hover, blockquote a:focus, blockquote a:active, li a:hover, li a:focus, li a:active {
  background-color: var(--dark-color) -light;
}

ul, ol {
  margin-bottom: 35px;
}
ul li, ol li {
  margin-bottom: 15px;
}

.text-right {
  text-align: right;
  justify-content: flex-end;
}

.lead, .is-style-lead {
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .lead, .is-style-lead {
    font-size: 1.6rem;
  }
}

.wp-block-separator {
  margin: 3rem 0;
}

blockquote,
.wp-block-quote {
  position: relative;
  background-color: var(--dark-color) -light;
  padding: 1.5rem;
  border-radius: 20px 0;
  font-size: 1.4rem;
}
blockquote:after,
.wp-block-quote:after {
  content: "";
  position: absolute;
  height: 0.5rem;
  width: 30%;
  bottom: 0;
  left: 0;
  background-color: var(--dark-color);
}
blockquote p,
.wp-block-quote p {
  margin-bottom: 0;
}

iframe, video, img {
  width: auto;
  height: auto;
  max-width: 100%;
  min-height: 100%;
}

figure,
.wp-block-post-featured-image {
  margin-bottom: 3rem;
}

.btn,
.wp-element-button {
  background-color: var(--dark-color);
  color: white;
  transition: all 0.3s cubic-bezier(0, 0, 0.6, 1);
  font-weight: 500;
  font-size: 1.2rem;
}
.btn:hover, .btn:focus,
.wp-element-button:hover,
.wp-element-button:focus {
  background-color: var(--dark-color) -l;
  color: white;
}

.btn-light,
.is-style-btn-light .wp-element-button {
  background-color: var(--dark-color) -light;
}
.btn-dark,
.is-style-btn-dark .wp-element-button {
  background-color: var(--dark-color) -l;
  border-color: var(--dark-color) -l;
}

.glide__arrows {
  position: absolute;
  top: -65px;
  right: 0;
}

.glide__arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.75rem;
  padding: 0.5rem 1rem;
  outline: none;
  border: none;
  line-height: 90%;
  transition: all 0.3s cubic-bezier(0, 0, 0.6, 1);
  background: transparent;
  color: var(--highlight-color);
}
.glide__arrow:hover, .glide__arrow:focus {
  color: rgba(var(--highlight-color), 0.5);
}

.glide-peek .glide__track {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1800px) {
  .glide-peek .glide__track {
    width: calc(100% + 15vw);
  }
}
.glide-peek .glide__track:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20vw;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 100%);
}
@media only screen and (max-width: 992px) {
  .glide-peek .glide__track:after {
    content: none;
  }
}

.alert p {
  margin-bottom: 0;
}

.accordion {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion .accordion-item {
  background: transparent;
  border-color: rgba(var(--highlight-color), 0.4);
}
.accordion .accordion-header {
  margin: 0;
}
.accordion .accordion-button {
  font-weight: bold !important;
  padding: 1.5rem 2rem;
  background: transparent;
}
@media only screen and (min-width: 992px) {
  .accordion .accordion-button {
    font-size: 1.5rem;
    font-weight: 400;
  }
}
.accordion .accordion-button:not(.collapsed) {
  background-color: var(--dark-color) -light;
  color: currentColor;
}
.accordion .accordion-body {
  padding: 2rem;
  line-height: 150%;
}

.alert-primary {
  --bs-alert-color: black;
  --bs-alert-bg: white;
  --bs-alert-border-color:#E4F0F2;
}

.feature-block {
  border-radius: 100px 0;
  overflow: hidden;
  position: relative;
  height: 45vh;
  margin: 50px 0;
  padding: 50px;
}
@media only screen and (min-width: 768px) {
  .feature-block {
    border-radius: 200px 0;
    padding: 50px 75px;
    min-height: 500px;
  }
}
@media only screen and (min-width: 992px) {
  .feature-block {
    border-radius: 300px 0;
    height: 65vh;
    min-height: 600px;
  }
}
.feature-block .container {
  height: 100%;
}
.feature-block .feature-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-block .feature-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.feature-block .feature-bg img, .feature-block .feature-bg video {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.feature-block .feature-caption {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
.feature-block .feature-caption h1, .feature-block .feature-caption h2, .feature-block .feature-caption h3, .feature-block .feature-caption h4, .feature-block .feature-caption p, .feature-block .feature-caption li {
  color: white;
}
.feature-block .feature-caption h1 {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .feature-block .feature-caption h1 {
    font-size: 4.5rem;
  }
}

.card {
  border: none;
  margin-bottom: 40px;
  padding-bottom: 0;
  overflow: hidden;
  background: transparent;
}
.card > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.card > a:hover, .card > a:focus, .card > a:active {
  background: transparent;
}
.card > a:hover ~ .card-thumb img, .card > a:focus ~ .card-thumb img, .card > a:active ~ .card-thumb img {
  transform: scale(1.1);
  opacity: 0.75;
  filter: grayscale(1);
}
.card .card-thumb {
  border-radius: 0 25px 0 0;
  overflow: hidden;
  max-height: 300px;
  background: white;
  flex: 1 auto 350px;
}
.card .card-thumb img {
  width: 100%;
  height: auto;
  transition: all 0.3s cubic-bezier(0, 0, 0.6, 1);
}

.style-list .card {
  background: transparent;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  .style-list .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}
.style-list .card .card-thumb {
  max-height: none;
  border-radius: 0 25px;
}
@media only screen and (min-width: 992px) {
  .style-list .card .card-thumb {
    width: 30%;
  }
}
.style-list .card .card-content {
  background: transparent;
}
@media only screen and (min-width: 992px) {
  .style-list .card .card-content {
    flex: 1;
  }
}

.hero {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
}
.hero .overlay {
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .overlay video, .hero .overlay img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(20vw);
  object-fit: cover;
  border: none;
}
.hero .caption {
  position: relative;
  z-index: 2;
  padding: 30px;
}
.hero .caption h1 {
  font-size: clamp(2rem, 10vw, 6rem);
  color: var(--highlight-color);
}
.hero .caption p {
  font-weight: 300;
  font-size: clamp(1.2rem, 1vw, 2rem);
  line-height: 120%;
}

body.darkmode {
  color: white;
}
body.darkmode .dm-hidden {
  display: none;
}
body.darkmode .branding .st1 {
  fill: white;
}
body.darkmode .branding .st0 {
  fill: var(--highlight-color);
}
body.darkmode .hero h1 {
  color: white;
}
body.darkmode header .navbar .navbar-toggler span {
  background: var(--highlight-color);
}

body:not(.darkmode) .dm-active {
  display: none;
}

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