@charset "UTF-8";
/* -- PRIMARY COLORS -- */
/* -- TYPOGRAPHY :: FONT SIZE -- */
/* -- TYPOGRAPHY :: LINE HEIGHT -- */
/* -- TYPOGRAPHY :: FONT FAMILY -- */
/* -- LAYOUT :: BREAKPOINTS -- */
/* -- LAYOUTS -- */
/* -- TYPOGRAPHY -- */
/* -- HIDE SCROLLBAR -- */
/* -- RESET UNORDERED LIST -- */
:root {
  --color-nds-black: #0F0F0F;
  --color-nds-blue: #244692;
  --color-nds-whitesmoke: #f6f6f6;
  --color-nds-white: #FAFAFA;
}

:root {
  --font-size-nds-base: 20px;
  --font-size-nds-h1: 2rem;
  --font-size-nds-h2: 1.6rem;
  --font-size-nds-h3: 1.2rem;
  --font-size-nds-h4: 1rem;
  --font-size-nds-h5: 1rem;
  --line-height-nds-base: 1.1;
  --line-height-nds-h1: 1.1;
  --line-height-nds-h2: 1.125;
  --line-height-nds-h3: 1.1;
  --line-height-nds-h4: 1.1;
  --line-height-nds-h5: 1.1;
}
@media (max-width: 767px) {
  :root {
    --font-size-nds-base: 16px;
    --font-size-nds-h1: 1.625rem;
    --font-size-nds-h2: 1.75rem;
    --font-size-nds-h3: 1.25rem;
    --font-size-nds-h4: 1.125rem;
    --font-size-nds-h5: 1rem;
    --line-height-nds-base: 1.1;
    --line-height-nds-h1: 1.1;
    --line-height-nds-h2: 1.15;
    --line-height-nds-h3: 1.2;
    --line-height-nds-h4: 1.2;
    --line-height-nds-h5: 1.2;
  }
}

:root {
  --layout-nds-content: 1900px;
}

.block-editor-iframe__html {
  font-size: 20px;
}

/* - SLIDER - */
.block-editor div[data-nds-slider-element=slides] {
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex !important;
  overflow: scroll;
}
.block-editor div[data-nds-slider-element=slides]::-webkit-scrollbar {
  display: none;
}
.block-editor div[data-nds-slider=main] div[data-nds-slider-element=slides] > * {
  width: 25rem;
}

/* - BLOCK OPTIONS - */
.dimensions-block-support-panel,
.border-block-support-panel {
  display: none !important;
}

.nds-is-c-black, .nds-is-c-black * {
  color: #0F0F0F !important;
}

.nds-is-c-blue, .nds-is-c-blue * {
  color: #244692 !important;
}

.nds-is-c-light-blue, .nds-is-c-light-blue * {
  color: #a1aecf !important;
}

.nds-is-c-whitesmoke, .nds-is-c-whitesmoke * {
  color: #f6f6f6 !important;
}

.nds-is-c-white, .nds-is-c-white * {
  color: #FAFAFA !important;
}

.nds-is-bg-black {
  background-color: #0F0F0F;
}

.nds-is-bg-blue {
  background-color: #244692;
}

.nds-is-bg-light-blue {
  background-color: #a1aecf;
}

.nds-is-bg-whitesmoke {
  background-color: #f6f6f6;
}

.nds-is-bg-white {
  background-color: #FAFAFA;
}

@media (min-width: 767px) {
  .nds-visible-on-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .nds-hide-on-mobile {
    display: none;
  }
}

.nds-course-category-detail__intro {
  margin-bottom: 6rem;
}
@media (min-width: 767px) {
  .nds-course-category-detail__intro {
    display: flex;
  }
}
@media (min-width: 767px) {
  .nds-course-category-detail__intro-content {
    flex: 1;
    padding-right: 1.8rem;
  }
}
@media (max-width: 767px) {
  .nds-course-category-detail__intro-content {
    margin-bottom: 2.25rem;
  }
}
.nds-course-category-detail__intro-heading {
  margin-bottom: 1.2rem;
}
.nds-course-category-detail__intro-image {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .nds-course-category-detail__intro-image {
    flex: 1;
    border-radius: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .nds-course-category-detail__intro-image {
    flex: 0.65;
    border-radius: 1.6rem;
  }
}
@media (max-width: 767px) {
  .nds-course-category-detail__intro-image {
    border-radius: 1rem;
  }
}
.nds-course-category-detail__intro-image img {
  width: 100%;
  height: auto;
}

.nds-course-category-detail-preview__heading {
  font-size: 1.2rem;
  line-height: 1.1;
  color: #244692;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .nds-course-category-detail-preview__heading {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.nds-course-category-detail-preview a {
  display: block;
  margin-bottom: 1rem;
}
.nds-course-category-detail-preview + .nds-course-category-detail-preview {
  margin-top: 2rem;
}

.nds-course-category {
  display: block;
  box-sizing: border-box;
  border-radius: 1.4rem;
  border: solid 1px #244692;
  color: #244692;
  text-decoration: none;
}
.nds-course-category__inner {
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
  min-height: 8rem;
}
.nds-course-category__headline {
  font-size: 1.6rem;
  line-height: 1.125;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .nds-course-category__headline {
    font-size: 1.75rem;
    line-height: 1.15;
  }
}
.nds-course-category__excerpt {
  margin-bottom: 0.6rem;
}
.nds-course-category__button {
  font-size: 1rem;
  line-height: 1.1;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: auto;
}
@media (max-width: 767px) {
  .nds-course-category__button {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

.nds-course-category-query-loop__heading {
  color: #244692;
  margin-bottom: 1.2rem;
}
@media (min-width: 1000px) {
  .nds-course-category-query-loop__listing {
    display: flex;
    flex-wrap: wrap;
    margin: -0.6rem;
  }
}
@media (min-width: 1000px) {
  .nds-course-category-query-loop__listing .nds-course-category {
    width: calc(50% - 1.2rem);
    margin: 0.6rem;
  }
}
@media (max-width: 1000px) {
  .nds-course-category-query-loop__listing .nds-course-category + .nds-course-category {
    margin-top: 1rem;
  }
}

.nds-course-category-query-loop + *,
* + .nds-course-category-query-loop {
  margin-top: 6rem;
}

@media (min-width: 767px) {
  .nds-course-detail__inner {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 767px) {
  .nds-course-detail__content {
    flex: 1.25;
    padding-right: 1.8rem;
  }
}
@media (max-width: 767px) {
  .nds-course-detail__content {
    margin-bottom: 2.25rem;
  }
}
.nds-course-detail__media {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .nds-course-detail__media {
    flex: 1;
    border-radius: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .nds-course-detail__media {
    flex: 0.65;
    border-radius: 1.6rem;
  }
}
@media (max-width: 767px) {
  .nds-course-detail__media {
    border-radius: 1rem;
  }
}
.nds-course-detail__media img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .nds-fast-contact {
    border-radius: 1rem;
  }
}
.nds-fast-contact__box {
  width: fit-content;
  min-width: 33.33%;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
}
@media (min-width: 767px) {
  .nds-fast-contact__box {
    border-radius: 1.4rem;
  }
}
.nds-fast-contact__box.nds-is-c-white {
  border: solid 1px #FAFAFA;
  box-shadow: none !important;
  -webkit-box-shadow: none;
}
.nds-fast-contact__box.nds-is-c-white * {
  color: #FAFAFA;
}
.nds-fast-contact__inner {
  padding: 1.2rem;
}
.nds-fast-contact__inner p {
  color: #244692;
  margin-bottom: 0;
}
.nds-fast-contact__inner a {
  text-decoration: none;
}
.nds-fast-contact__headline {
  font-size: 1.6rem;
  line-height: 1.125;
  color: #244692;
  margin-bottom: 0.6rem !important;
}
@media (max-width: 767px) {
  .nds-fast-contact__headline {
    font-size: 1.75rem;
    line-height: 1.15;
  }
}

.is-layout-grid .nds-fast-contact__box {
  width: unset;
  min-width: unset;
}

.is-layout-grid:has(> .nds-fast-contact) {
  gap: 1.2rem;
}

.nds-footer {
  background-color: #244692;
  border-radius: 2rem 2rem 0 0;
}
.nds-footer * {
  color: #FAFAFA;
}
.nds-footer a {
  text-decoration: none;
}
.nds-footer a[href^=mailto] {
  text-decoration: underline;
}
.nds-footer__inner {
  padding-top: 3.5rem;
}
@media (min-width: 2000px) {
  .nds-footer__inner {
    max-width: 1900px;
    margin: 0 auto;
  }
}
@media (min-width: 1540px) and (max-width: 2000px) {
  .nds-footer__inner {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    width: calc(100% - 3.6rem);
  }
}
@media (min-width: 767px) and (max-width: 1540px) {
  .nds-footer__inner {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    width: calc(100% - 2.4rem);
  }
}
@media (max-width: 767px) {
  .nds-footer__inner {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: calc(100% - 1.5rem);
  }
}
@media (min-width: 1200px) {
  .nds-footer__inner {
    padding-bottom: 3.5rem;
  }
}
.nds-footer__logo {
  border-bottom: solid 1px #FAFAFA;
}
@media (min-width: 1000px) {
  .nds-footer__logo {
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1000px) {
  .nds-footer__logo {
    display: flex;
    justify-content: center;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.nds-footer__logo svg {
  height: 1.2rem;
  width: auto;
}
@media (min-width: 1000px) {
  .nds-footer__sections {
    display: flex;
  }
}
@media (min-width: 1000px) {
  .nds-footer__company {
    margin-right: 2rem;
  }
}
@media (max-width: 1000px) {
  .nds-footer__company {
    margin-bottom: 3.5rem;
  }
}
.nds-footer__company p {
  margin-bottom: 0.25rem;
}
@media (max-width: 1000px) {
  .nds-footer__company p {
    text-align: center;
  }
}
.nds-footer__navigation {
  flex: 1;
}
.nds-footer__navigation > ul {
  display: flex;
}
@media (min-width: 1200px) {
  .nds-footer__navigation > ul {
    justify-content: space-around;
  }
}
@media (max-width: 1200px) {
  .nds-footer__navigation > ul {
    flex-wrap: wrap;
  }
}
.nds-footer__navigation > ul > li {
  margin-right: 2rem;
}
.nds-footer__navigation > ul > li:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .nds-footer__navigation > ul > li {
    margin-right: 1rem;
    margin-bottom: 3.5rem;
    width: calc(50% - 1rem);
  }
}
.nds-footer__navigation ul {
  padding: 0;
  margin: 0;
}
.nds-footer__navigation ul li {
  display: block;
}
.nds-footer__navigation ul ul {
  margin-top: 0.6rem;
}
.nds-footer__navigation ul ul li {
  opacity: 0.6;
  margin-bottom: 0.6rem;
}
@media (min-width: 1200px) {
  .nds-footer__navigation ul ul li {
    font-size: 0.9rem;
    line-height: 1.1;
  }
}
@media (min-width: 1200px) {
  .nds-footer__company {
    font-size: 0.9rem;
    line-height: 1.1;
  }
}
@media (max-width: 1200px) {
  .nds-footer__company {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

@media (min-width: 767px) {
  .nds-form__fields {
    display: flex;
    flex-wrap: wrap;
    margin: -0.6rem -0.6rem 0.6rem -0.6rem;
  }
}
@media (max-width: 767px) {
  .nds-form__fields .nds-form__field {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 767px) {
  .nds-form__fields .nds-form__field--is-type-date,
  .nds-form__fields .nds-form__field--is-type-text,
  .nds-form__fields .nds-form__field--is-type-email,
  .nds-form__fields .nds-form__field--is-type-phone {
    margin: 0.6rem;
    width: calc(50% - 1.2rem);
  }
}
@media (min-width: 767px) {
  .nds-form__fields .nds-form__field--is-type-file,
  .nds-form__fields .nds-form__field--is-type-textarea,
  .nds-form__fields .nds-form__field--is-type-checkbox {
    margin: 0.6rem;
    width: calc(100% - 1.2rem);
  }
}
.nds-form__field--is-type-date label, .nds-form__field--is-type-text label, .nds-form__field--is-type-email label, .nds-form__field--is-type-phone label, .nds-form__field--is-type-textarea label {
  display: none;
  margin-bottom: 0.6rem;
}
.nds-form__field--is-type-date input,
.nds-form__field--is-type-date textarea, .nds-form__field--is-type-text input,
.nds-form__field--is-type-text textarea, .nds-form__field--is-type-email input,
.nds-form__field--is-type-email textarea, .nds-form__field--is-type-phone input,
.nds-form__field--is-type-phone textarea, .nds-form__field--is-type-textarea input,
.nds-form__field--is-type-textarea textarea {
  box-sizing: border-box;
  padding: 0.5rem;
  background-color: transparent;
  border: solid 1px #a1aecf;
  border-radius: 0.4rem;
  width: 100%;
}
@media (min-width: 767px) {
  .nds-form__field--is-type-date input,
  .nds-form__field--is-type-date textarea, .nds-form__field--is-type-text input,
  .nds-form__field--is-type-text textarea, .nds-form__field--is-type-email input,
  .nds-form__field--is-type-email textarea, .nds-form__field--is-type-phone input,
  .nds-form__field--is-type-phone textarea, .nds-form__field--is-type-textarea input,
  .nds-form__field--is-type-textarea textarea {
    border: solid 1px #a1aecf;
  }
}
@media (max-width: 767px) {
  .nds-form__field--is-type-date input,
  .nds-form__field--is-type-date textarea, .nds-form__field--is-type-text input,
  .nds-form__field--is-type-text textarea, .nds-form__field--is-type-email input,
  .nds-form__field--is-type-email textarea, .nds-form__field--is-type-phone input,
  .nds-form__field--is-type-phone textarea, .nds-form__field--is-type-textarea input,
  .nds-form__field--is-type-textarea textarea {
    border: solid 1px #244692;
  }
}
.nds-form__field--is-type-date input::placeholder,
.nds-form__field--is-type-date textarea::placeholder, .nds-form__field--is-type-text input::placeholder,
.nds-form__field--is-type-text textarea::placeholder, .nds-form__field--is-type-email input::placeholder,
.nds-form__field--is-type-email textarea::placeholder, .nds-form__field--is-type-phone input::placeholder,
.nds-form__field--is-type-phone textarea::placeholder, .nds-form__field--is-type-textarea input::placeholder,
.nds-form__field--is-type-textarea textarea::placeholder {
  color: #a1aecf;
}
.nds-form__field--is-type-date textarea, .nds-form__field--is-type-text textarea, .nds-form__field--is-type-email textarea, .nds-form__field--is-type-phone textarea, .nds-form__field--is-type-textarea textarea {
  resize: vertical;
  min-height: 12rem;
}
.nds-form__field label {
  font-size: 0.9rem;
  line-height: 1.1;
}
.nds-form__field--is-type-date label {
  display: block;
}
.nds-form__field--is-type-file label {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: #244692;
}
.nds-form__field--is-type-file input {
  display: block;
  color: #244692;
}
.nds-form__field--is-type-file input::file-selector-button {
  border: solid 1px #a1aecf;
  background-color: transparent;
  padding: 0.5rem;
}
.nds-form__legal, .nds-form__security {
  margin-bottom: 1.2rem;
}
.nds-form__security {
  display: none;
  width: calc(50% - 1.2rem);
  min-width: 20rem;
}
.nds-form__security label {
  display: block;
}
.nds-form__security svg {
  height: 1.6rem;
  width: auto;
  margin-bottom: 0.6rem;
}
.nds-form--has-visible-security .nds-form__security {
  display: block;
}
.nds-form__submit-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1.2rem;
}
.nds-form__submit {
  color: #244692;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  background: none;
  border: none;
  border-bottom: solid 3px #244692;
}
.nds-form--in-submission .nds-form__submit {
  display: none;
}
.nds-form__loading-spinner {
  display: none;
  justify-content: center;
}
.nds-form--in-submission .nds-form__loading-spinner {
  display: flex;
}
.nds-form__message {
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.2rem !important;
}
.nds-form--has-error .nds-form__message {
  color: #cc0000;
}

.nds-loading-spinner {
  width: 1.8rem;
  height: 1.8rem;
  border: 0.25rem solid #244692;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: loadingSpinnerRotation 1s linear infinite;
}

@keyframes loadingSpinnerRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wp-block-group.has-nds-blue-background-color .nds-loading-spinner,
.wp-block-group.has-nds-black-background-color .nds-loading-spinner {
  border-color: #FAFAFA;
}
.wp-block-group.has-nds-blue-background-color .nds-form *,
.wp-block-group.has-nds-black-background-color .nds-form * {
  color: #FAFAFA;
}
.wp-block-group.has-nds-blue-background-color .nds-form__security svg,
.wp-block-group.has-nds-black-background-color .nds-form__security svg {
  background: #FAFAFA;
  padding: 0.6rem;
  border-radius: 0.2rem;
}
.wp-block-group.has-nds-blue-background-color .nds-form__submit,
.wp-block-group.has-nds-black-background-color .nds-form__submit {
  border-bottom-color: #FAFAFA;
}

.site-header {
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 1.75rem;
}

@media (min-width: 2000px) {
  .nds-header {
    max-width: 1900px;
    margin: 0 auto;
  }
}
@media (min-width: 1540px) and (max-width: 2000px) {
  .nds-header {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    width: calc(100% - 3.6rem);
  }
}
@media (min-width: 767px) and (max-width: 1540px) {
  .nds-header {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    width: calc(100% - 2.4rem);
  }
}
@media (max-width: 767px) {
  .nds-header {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: calc(100% - 1.5rem);
  }
}
.nds-header__inner-wrapper {
  border-radius: 0.4rem;
  background-color: #FAFAFA;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
}
.nds-header__inner {
  display: flex;
}
@media (min-width: 1000px) {
  .nds-header__inner {
    align-items: flex-end;
    padding: 0.75rem 1.75rem;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  .nds-header__inner {
    align-items: center;
    padding: 0.5rem 0.8rem;
  }
}
@media (max-width: 767px) {
  .nds-header__inner {
    padding: 1rem;
  }
}
.nds-header__logo {
  display: flex;
  margin-right: 2.25rem;
}
.nds-header__logo svg {
  height: 1.1rem;
  width: auto;
}
.nds-header__navigation ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.nds-header__navigation ul li {
  display: block;
}
.nds-header__navigation ul li {
  margin-right: 1.75rem;
}
.nds-header__navigation ul li:last-child {
  margin-right: 0;
}
.nds-header__navigation ul a {
  font-size: 0.9rem;
  line-height: 1.1;
  display: flex;
  line-height: 0.875rem;
  color: #244692;
  text-decoration: none;
}
@media (max-width: 767px) {
  .nds-header__navigation ul a {
    font-size: 0.7rem;
    line-height: 1.2;
  }
}
.nds-header__search {
  display: flex;
  margin-left: auto;
  margin-right: 0.5rem;
}
.nds-header__search svg {
  height: 1.1rem;
  width: auto;
}
.nds-header__navigation-modal-action--is-language-switcher, .nds-header__language-switcher {
  padding: 0;
  margin: 0;
}
.nds-header__navigation-modal-action--is-language-switcher li, .nds-header__language-switcher li {
  display: block;
}
.nds-header__navigation-modal-action--is-language-switcher .current-lang, .nds-header__language-switcher .current-lang {
  display: none;
}
.nds-header__navigation-modal-action--is-language-switcher a, .nds-header__language-switcher a {
  font-size: 0.9rem;
  line-height: 1.1;
  display: flex;
  color: #244692;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 767px) {
  .nds-header__navigation-modal-action--is-language-switcher a, .nds-header__language-switcher a {
    font-size: 0.7rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .nds-header__navigation-modal-action--is-language-switcher a, .nds-header__language-switcher a {
    font-size: 1.25rem;
  }
}
@media (max-width: 1000px) {
  .nds-header__navigation, .nds-header__search, .nds-header__language-switcher {
    display: none;
  }
}
@media (min-width: 1000px) {
  .nds-header__navigation-modal-tigger {
    display: none;
  }
}
@media (max-width: 1000px) {
  .nds-header__navigation-modal-tigger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 0.9rem;
    width: 1rem;
    margin-left: auto;
  }
}
.nds-header__navigation-modal-tigger span {
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #244692;
  border-radius: 0.55rem;
  position: relative;
  top: 0;
  transform: rotate(0deg);
  transition: 0.4s;
}
.nds-header__navigation-modal-tigger[aria-expanded=true] span {
  width: 100% !important;
}
.nds-header__navigation-modal-tigger[aria-expanded=true] span:nth-child(1) {
  top: 0.4rem;
  transform: rotate(45deg);
}
.nds-header__navigation-modal-tigger[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
  width: 0 !important;
}
.nds-header__navigation-modal-tigger[aria-expanded=true] span:nth-child(3) {
  top: -0.4rem;
  transform: rotate(-45deg);
}
.nds-header__navigation-modal {
  display: none;
  overflow: hidden;
}
@media (min-width: 1000px) {
  .nds-header__navigation-modal {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .nds-header__navigation-modal nav {
    padding: 1.75rem;
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  .nds-header__navigation-modal nav {
    padding: 0.8rem;
  }
}
@media (max-width: 767px) {
  .nds-header__navigation-modal nav {
    padding: 1rem;
  }
}
.nds-header__navigation-modal nav ul {
  padding: 0;
  margin: 0;
}
.nds-header__navigation-modal nav ul li {
  display: block;
}
.nds-header__navigation-modal nav ul li {
  display: flex;
  border-top: solid 1px #244692;
}
.nds-header__navigation-modal nav ul li:last-child {
  border-bottom: solid 1px #244692;
}
.nds-header__navigation-modal nav ul a {
  font-size: 1.2rem;
  line-height: 1.1;
  color: #244692;
  text-decoration: none;
  padding: 0.6rem 0;
}
@media (max-width: 767px) {
  .nds-header__navigation-modal nav ul a {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.nds-header__navigation-modal-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1000px) {
  .nds-header__navigation-modal-actions {
    padding: 1.75rem 1.75rem 2rem 1.75rem;
  }
}
@media (max-width: 1000px) {
  .nds-header__navigation-modal-actions {
    padding: 0.8rem 0.8rem 1.25rem 0.8rem;
  }
}

.nds-search-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1rem);
}
.nds-search-modal[aria-hidden=false] {
  display: flex;
}
.nds-search-modal__inner {
  width: 75%;
  background-color: white;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.nds-search-modal__inner form input {
  font-size: 1.6rem;
  line-height: 1.125;
  padding: 1.8rem 1.8rem 1.8rem 5.5rem;
  width: 100%;
  box-sizing: border-box;
  background-image: url("../images/icons/search.svg");
  background-repeat: no-repeat;
  background-position: 2rem center;
  background-size: 1.75rem;
  border-radius: 1rem;
  border: none;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .nds-search-modal__inner form input {
    font-size: 1.75rem;
    line-height: 1.15;
  }
}
.nds-search-modal__inner form input::placeholder {
  color: #244692;
  opacity: 0.4;
}
.nds-search-modal__results {
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 1.8rem;
  max-height: 20rem;
  overflow: scroll;
  display: none;
}
.nds-search-modal__results::-webkit-scrollbar {
  display: none;
}
.nds-search-modal__results a {
  font-size: 1rem;
  line-height: 1.1;
  display: block;
  text-decoration: none;
  color: #244692;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .nds-search-modal__results a {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.nds-search-modal__results a span {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 1rem;
}
.nds-search-modal--has-visible-results .nds-search-modal__results {
  display: block;
}

.nds-body--has-search-modal-open {
  height: 100%;
  overflow: hidden;
}

.nds-job {
  display: block;
  box-sizing: border-box;
  border-radius: 1.4rem;
  color: #244692;
  text-decoration: none;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
}
.nds-job__inner {
  padding: 1.2rem;
}
.nds-job__headline {
  font-size: 1.6rem;
  line-height: 1.125;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .nds-job__headline {
    font-size: 1.75rem;
    line-height: 1.15;
  }
}
.nds-job__excerpt {
  margin-bottom: 0.6rem;
}
.nds-job__button {
  font-size: 1rem;
  line-height: 1.1;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 767px) {
  .nds-job__button {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

@media (min-width: 1000px) {
  .nds-job-query-loop__listing {
    display: flex;
    flex-wrap: wrap;
    margin: -0.6rem;
  }
}
@media (min-width: 1000px) {
  .nds-job-query-loop__listing .nds-job {
    width: calc(50% - 1.2rem);
    margin: 0.6rem;
  }
}
@media (max-width: 1000px) {
  .nds-job-query-loop__listing .nds-job + .nds-job {
    margin-top: 1rem;
  }
}

.wp-block-group.has-nds-blue-background-color .nds-job,
.wp-block-group.has-nds-black-background-color .nds-job {
  color: #FAFAFA;
  border: solid 1px #FAFAFA;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.nds-media img, .nds-media video {
  width: 100%;
  height: auto;
}

.nds-media-gallery__item {
  display: table;
  margin: 1rem;
}
.nds-media-gallery__item img,
.nds-media-gallery__item video {
  height: 30rem;
  max-width: unset !important;
  width: auto;
  overflow: hidden;
  border-radius: 2rem;
}
@media (min-width: 767px) {
  .nds-media-gallery__item-description, .nds-media-gallery__item-copyright {
    font-size: 0.9rem;
    line-height: 1.1;
  }
}
.nds-media-gallery__item-description {
  margin: 0.6rem 0.4rem;
}
.nds-media-gallery__item-copyright {
  margin: 0.6rem 0.4rem;
  opacity: 0.8;
}

@media (min-width: 1200px) {
  .nds-media-text__inner {
    border-radius: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .nds-media-text__inner {
    border-radius: 1.6rem;
  }
}
@media (min-width: 767px) {
  .nds-media-text__inner {
    display: flex;
  }
}
@media (max-width: 767px) {
  .nds-media-text__inner {
    border-radius: 1rem;
  }
}
@media (min-width: 767px) {
  .nds-media-text--is-reflected .nds-media-text__inner {
    flex-direction: row-reverse;
  }
}
@media (min-width: 767px) {
  .nds-media-text__content {
    flex: 1;
    padding-right: 1.8rem;
  }
}
@media (max-width: 767px) {
  .nds-media-text__content {
    margin-bottom: 2.25rem;
  }
}
@media (min-width: 767px) {
  .nds-media-text--is-reflected .nds-media-text__content {
    padding-left: 1.8rem;
    padding-right: unset;
  }
}
@media (min-width: 767px) {
  .nds-media-text--has-background .nds-media-text__content > div {
    padding: 1.8rem 1.2rem;
  }
}
@media (max-width: 767px) {
  .nds-media-text--has-background .nds-media-text__content > div {
    padding: 1.8rem 1.2rem 0 1.2rem;
  }
}
.nds-media-text__media {
  position: relative;
  height: auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .nds-media-text__media {
    flex: 1;
    min-height: 22rem;
    border-radius: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .nds-media-text__media {
    flex: 0.65;
    min-height: 16rem;
    border-radius: 1.6rem;
  }
}
@media (max-width: 767px) {
  .nds-media-text__media {
    min-height: 12rem;
    border-radius: 1rem;
  }
}
.nds-media-text__media img,
.nds-media-text__media video {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transform: scale(1);
  transition: 0.8s;
}

.nds-page-teaser__inner {
  border-radius: 2rem;
  background-color: #FAFAFA;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
}
@media (min-width: 767px) {
  .nds-page-teaser--is-horizontal .nds-page-teaser__inner {
    display: flex;
  }
}
@media (min-width: 767px) {
  .nds-page-teaser--is-horizontal-reflected .nds-page-teaser__inner {
    flex-direction: row-reverse;
  }
}
.nds-page-teaser__media {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .nds-page-teaser__media {
    flex: 1;
    min-height: 22rem;
    border-radius: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .nds-page-teaser__media {
    flex: 0.65;
    min-height: 16rem;
    border-radius: 1.6rem;
  }
}
@media (max-width: 767px) {
  .nds-page-teaser__media {
    min-height: 12rem;
    border-radius: 1rem;
  }
}
.nds-page-teaser__media img,
.nds-page-teaser__media video {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transform: scale(1);
  transition: 0.8s;
}
@media (min-width: 1200px) {
  .nds-page-teaser--is-big .nds-page-teaser__media {
    height: auto;
    aspect-ratio: 3;
  }
}
.nds-page-teaser--is-horizontal .nds-page-teaser__media {
  flex: 1;
}
.nds-page-teaser__details {
  padding: 1.8rem 1.2rem 1.8rem 1.2rem;
}
@media (min-width: 1000px) {
  .nds-page-teaser--is-big .nds-page-teaser__details {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.nds-page-teaser--is-horizontal .nds-page-teaser__details {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.2rem 1.2rem 1.8rem 1.2rem;
}
.nds-page-teaser--is-big .nds-page-teaser__details-inner {
  flex: 1;
  padding-right: 2.2rem;
  max-width: 46rem;
}
.nds-page-teaser__overline {
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 500;
  color: #244692;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
}
@media (max-width: 767px) {
  .nds-page-teaser__overline {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.nds-page-teaser__headline {
  font-size: 1.6rem;
  line-height: 1.125;
  color: #244692;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .nds-page-teaser__headline {
    font-size: 1.75rem;
    line-height: 1.15;
  }
}
.nds-page-teaser__excerpt {
  color: #244692;
}
.nds-page-teaser__links {
  display: flex;
  flex-direction: column;
  padding-top: 1.2rem;
  margin-top: auto;
}
.nds-page-teaser__link {
  font-size: 1rem;
  line-height: 1.1;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500;
  color: #244692;
}
@media (max-width: 767px) {
  .nds-page-teaser__link {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.nds-page-teaser__link::after {
  content: " →";
}
.nds-page-teaser__link + .nds-page-teaser__link {
  margin-top: 0.8rem;
}

.nds-page-teaser + *,
.wp-block-nds-page-teaser + *,
* + .nds-page-teaser,
* + .wp-block-nds-page-teaser {
  margin-top: 1.8rem;
}

.nds-post {
  display: block;
  box-sizing: border-box;
  border-radius: 2rem;
  color: #244692;
  text-decoration: none;
  background-color: #FAFAFA;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
}
@media (min-width: 767px) {
  .nds-post__inner {
    display: flex;
  }
}
.nds-post__thumbnail {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .nds-post__thumbnail {
    flex: 1;
    min-height: 22rem;
    border-radius: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .nds-post__thumbnail {
    flex: 0.65;
    min-height: 16rem;
    border-radius: 1.6rem;
  }
}
@media (max-width: 767px) {
  .nds-post__thumbnail {
    min-height: 12rem;
    border-radius: 1rem;
  }
}
.nds-post__thumbnail img {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transform: scale(1);
  transition: 0.8s;
}
.nds-post__details {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
}
.nds-post__categories {
  margin-bottom: 1.2rem;
}
.nds-post__category {
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .nds-post__category {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.nds-post__headline {
  font-size: 1.6rem;
  line-height: 1.125;
}
@media (max-width: 767px) {
  .nds-post__headline {
    font-size: 1.75rem;
    line-height: 1.15;
  }
}
@media (min-width: 767px) {
  .nds-post__headline {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .nds-post__headline {
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 767px) {
  .nds-post__excerpt {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .nds-post__excerpt {
    margin-bottom: 0.6rem;
  }
}
.nds-post__button {
  font-size: 1rem;
  line-height: 1.1;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: auto;
}
@media (max-width: 767px) {
  .nds-post__button {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

@media (min-width: 767px) {
  .nds-post-query-loop__listing .nds-post:nth-child(even) .nds-post__inner {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1000px) {
  .nds-post-query-loop__listing .nds-post + .nds-post {
    margin-top: 1.8rem;
  }
}
@media (max-width: 1000px) {
  .nds-post-query-loop__listing .nds-post + .nds-post {
    margin-top: 1rem;
  }
}
.nds-post-query-loop--is-grid .nds-post-query-loop__listing {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  .nds-post-query-loop--is-grid .nds-post-query-loop__listing > * {
    width: calc(50% - 1.2rem);
    margin: 0.6rem;
  }
}
.nds-post-query-loop--is-grid .nds-post-query-loop__listing > *.nds-post .nds-post__thumbnail {
  display: block;
}
@media (max-width: 1000px) {
  .nds-post-query-loop--is-grid .nds-post-query-loop__listing > div {
    margin-top: 1.2rem;
  }
}
.nds-post-query-loop--is-grid .nds-post-query-loop__listing .nds-post__inner {
  display: block;
}
.nds-post-query-loop--is-grid .nds-post-query-loop__listing .nds-post__thumbnail {
  display: none;
}
@media (max-width: 1000px) {
  .nds-post-query-loop--is-grid .nds-post-query-loop__listing .nds-post + .nds-post {
    margin-top: 1.2rem;
  }
}
.nds-post-query-loop--is-slider .nds-post {
  margin: 1rem !important;
}
.nds-post-query-loop--is-slider .nds-post__inner {
  display: block;
}
.nds-post-query-loop--is-slider .nds-post__thumbnail {
  min-height: unset;
  height: auto;
  aspect-ratio: 1;
}

.nds-product,
.nds-used-product {
  margin-top: 1.8rem;
}
.nds-product__inner,
.nds-used-product__inner {
  display: flex;
  min-height: 5rem;
}
.nds-product__thumbnail,
.nds-used-product__thumbnail {
  width: 5rem;
  margin-right: 1.2rem;
}
.nds-product__thumbnail img,
.nds-used-product__thumbnail img {
  width: 100%;
  height: 5rem;
  object-fit: cover;
  border-radius: 0.5rem;
}
.nds-product__name,
.nds-used-product__name {
  font-weight: 500;
  color: #244692;
  width: 20rem;
  margin-right: 1.2rem;
}
.nds-product__price,
.nds-used-product__price {
  font-size: 0.9rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .nds-product__price,
  .nds-used-product__price {
    font-size: 0.7rem;
    line-height: 1.2;
  }
}
.nds-product__price small,
.nds-used-product__price small {
  opacity: 0.6;
}
.nds-product__description,
.nds-used-product__description {
  font-size: 0.9rem;
  line-height: 1.1;
  font-size: 0.75rem;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .nds-product__description,
  .nds-used-product__description {
    font-size: 0.7rem;
    line-height: 1.2;
  }
}
.nds-product__brands,
.nds-used-product__brands {
  margin-right: 1.2rem;
}
.nds-product__brands img,
.nds-used-product__brands img {
  width: 8rem;
  height: auto;
}
.nds-product__brand-name,
.nds-used-product__brand-name {
  width: 8rem;
  text-align: center;
  opacity: 0.6;
}
.nds-product__actions,
.nds-used-product__actions {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.nds-product__actions a,
.nds-used-product__actions a {
  font-size: 1rem;
  line-height: 1.1;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500;
  color: #244692;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .nds-product__actions a,
  .nds-used-product__actions a {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.nds-product__actions a:last-child,
.nds-used-product__actions a:last-child {
  margin-right: 0;
}

.nds-product-query-loop__header,
.nds-used-product-query-loop__header {
  background-color: #244692;
  border-radius: 1rem;
}
.nds-product-query-loop__header-inner,
.nds-used-product-query-loop__header-inner {
  display: flex;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.nds-product-query-loop__header-inner p,
.nds-used-product-query-loop__header-inner p {
  font-weight: 500;
  color: #FAFAFA;
  margin-bottom: 0;
}
.nds-product-query-loop__header-name,
.nds-used-product-query-loop__header-name {
  margin-left: 6rem;
  width: 21.4rem;
}

.nds-person {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
}
@media (min-width: 767px) {
  .nds-person {
    border-radius: 1.4rem;
  }
}
@media (max-width: 767px) {
  .nds-person {
    border-radius: 1rem;
  }
}
.nds-person__portrait-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 767px) {
  .nds-person__portrait-image img {
    border-radius: 1.4rem;
  }
}
@media (max-width: 767px) {
  .nds-person__portrait-image img {
    border-radius: 1rem;
  }
}
.nds-person__details {
  padding: 1.8rem 1.2rem 1.2rem 1.2rem;
}
.nds-person__title {
  color: #244692;
  margin-bottom: 1.2rem;
}
.nds-person__name {
  color: #244692;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.nds-person__name br {
  display: none;
}
.nds-person__phone, .nds-person__email {
  font-size: 1rem;
  line-height: 1.1;
  color: #244692;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .nds-person__phone, .nds-person__email {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}
.nds-person__vcard-button-wrapper {
  margin-top: 1.2rem;
}
.nds-person__vcard-button {
  font-size: 1rem;
  line-height: 1.1;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500;
  color: #244692;
}
@media (max-width: 767px) {
  .nds-person__vcard-button {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

@media (min-width: 767px) {
  .nds-person-query-loop__listing {
    display: flex;
    flex-wrap: wrap;
    margin: -0.6rem;
  }
}
.nds-person-query-loop__listing .nds-person {
  margin: 0.6rem;
}
@media (min-width: 1200px) {
  .nds-person-query-loop__listing .nds-person {
    width: calc(25% - 1.2rem);
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .nds-person-query-loop__listing .nds-person {
    width: calc(33.33% - 1.2rem);
  }
}
@media (min-width: 767px) and (max-width: 1000px) {
  .nds-person-query-loop__listing .nds-person {
    width: calc(50% - 1.2rem);
  }
}
@media (max-width: 767px) {
  .nds-person-query-loop__listing .nds-person + .nds-person {
    margin-top: 1rem;
  }
}
@media (min-width: 1200px) {
  .nds-person-query-loop--is-mini .nds-person {
    width: calc(33.33% - 1.2rem);
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .nds-person-query-loop--is-mini .nds-person {
    width: calc(50% - 1.2rem);
  }
}
.nds-person-query-loop--is-mini .nds-person__inner {
  display: flex;
  align-items: center;
}
.nds-person-query-loop--is-mini .nds-person__portrait-image img {
  display: flex;
  height: 6rem;
  border-radius: 1.4rem;
}
.nds-person-query-loop--is-mini .nds-person__details {
  padding: 1.2rem;
}
.nds-person-query-loop--is-mini .nds-person__title, .nds-person-query-loop--is-mini .nds-person__phone, .nds-person-query-loop--is-mini .nds-person__email, .nds-person-query-loop--is-mini .nds-person__vcard-button-wrapper {
  display: none;
}
.nds-person-query-loop--is-mini .nds-person__name {
  margin-bottom: 0;
}
.nds-person-query-loop--is-mini .nds-person__name br {
  display: inline-block;
}

.nds-project {
  display: block;
  box-sizing: border-box;
  border-radius: 2rem;
  color: #244692;
  text-decoration: none;
  background-color: #FAFAFA;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.07);
}
@media (min-width: 767px) {
  .nds-project__inner {
    display: flex;
  }
}
.nds-project__thumbnail {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .nds-project__thumbnail {
    flex: 1;
    min-height: 22rem;
    border-radius: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .nds-project__thumbnail {
    flex: 0.65;
    min-height: 16rem;
    border-radius: 1.6rem;
  }
}
@media (max-width: 767px) {
  .nds-project__thumbnail {
    min-height: 12rem;
    border-radius: 1rem;
  }
}
.nds-project__thumbnail img {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transform: scale(1);
  transition: 0.8s;
}
.nds-project__details {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 1.2rem;
}
.nds-project__headline {
  font-size: 1.6rem;
  line-height: 1.125;
}
@media (max-width: 767px) {
  .nds-project__headline {
    font-size: 1.75rem;
    line-height: 1.15;
  }
}
@media (min-width: 767px) {
  .nds-project__headline {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .nds-project__headline {
    margin-bottom: 0.6rem;
  }
}
@media (min-width: 767px) {
  .nds-project__excerpt {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 767px) {
  .nds-project__excerpt {
    margin-bottom: 0.6rem;
  }
}
.nds-project__button {
  font-size: 1rem;
  line-height: 1.1;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: auto;
}
@media (max-width: 767px) {
  .nds-project__button {
    font-size: 1.125rem;
    line-height: 1.2;
  }
}

@media (min-width: 767px) {
  .nds-project-query-loop__listing .nds-project:nth-child(even) .nds-project__inner {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1000px) {
  .nds-project-query-loop__listing .nds-project + .nds-project {
    margin-top: 1.8rem;
  }
}
@media (max-width: 1000px) {
  .nds-project-query-loop__listing .nds-project + .nds-project {
    margin-top: 1rem;
  }
}
.nds-project-query-loop--is-slider .nds-project {
  margin: 1rem !important;
}
.nds-project-query-loop--is-slider .nds-project__inner {
  display: block;
}
.nds-project-query-loop--is-slider .nds-project__thumbnail {
  min-height: unset;
  height: auto;
  aspect-ratio: 1;
}

.nds-slider .nds-page-teaser {
  margin: 1rem !important;
}
.nds-slider .nds-page-teaser + .nds-page-teaser {
  margin-top: 0;
}

/* - BLOCK EDITOR - */
.block-editor .nds-slider__inner > * {
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: flex !important;
  overflow: scroll;
}
.block-editor .nds-slider__inner > *::-webkit-scrollbar {
  display: none;
}
.block-editor .nds-slider__inner > * > * {
  width: 30rem;
  min-width: 30rem;
}

/* -- LAYOUTS -- */
@media (min-width: 767px) {
  .entry-content > *:first-child,
  .is-root-container > *:first-child {
    margin-top: 12rem;
  }
}
@media (max-width: 767px) {
  .entry-content > *:first-child,
  .is-root-container > *:first-child {
    margin-top: 8rem;
  }
}
.entry-content > *:first-child.alignfull,
.is-root-container > *:first-child.alignfull {
  margin-top: 0;
}
@media (min-width: 767px) {
  .entry-content > *:last-child,
  .is-root-container > *:last-child {
    margin-bottom: 5.5rem;
  }
}
@media (max-width: 767px) {
  .entry-content > *:last-child,
  .is-root-container > *:last-child {
    margin-bottom: 3rem;
  }
}
.entry-content > *:last-child.alignfull,
.is-root-container > *:last-child.alignfull {
  margin-bottom: 0;
}
@media (min-width: 1540px) and (max-width: 2000px) {
  .entry-content > *,
  .is-root-container > * {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    max-width: none !important;
  }
  .entry-content > *.alignfull,
  .is-root-container > *.alignfull {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content > *.alignfull.wp-block-group > *,
  .is-root-container > *.alignfull.wp-block-group > * {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    max-width: none !important;
  }
  .entry-content > *.alignfull.wp-block-group > *.alignfull,
  .is-root-container > *.alignfull.wp-block-group > *.alignfull {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 767px) and (max-width: 1540px) {
  .entry-content > *,
  .is-root-container > * {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    max-width: none !important;
  }
  .entry-content > *.alignfull,
  .is-root-container > *.alignfull {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content > *.alignfull.wp-block-group > *,
  .is-root-container > *.alignfull.wp-block-group > * {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    max-width: none !important;
  }
  .entry-content > *.alignfull.wp-block-group > *.alignfull,
  .is-root-container > *.alignfull.wp-block-group > *.alignfull {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .entry-content > *,
  .is-root-container > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    max-width: none !important;
  }
  .entry-content > *.alignfull,
  .is-root-container > *.alignfull {
    padding-left: 0;
    padding-right: 0;
  }
  .entry-content > *.alignfull.wp-block-group > *,
  .is-root-container > *.alignfull.wp-block-group > * {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    max-width: none !important;
  }
  .entry-content > *.alignfull.wp-block-group > *.alignfull,
  .is-root-container > *.alignfull.wp-block-group > *.alignfull {
    padding-left: 0;
    padding-right: 0;
  }
}
.entry-content > *.wp-block-group,
.is-root-container > *.wp-block-group {
  padding-bottom: 7rem;
}

.site-content {
  min-height: calc(100vh - 10rem);
}

/* -- BLOCK: COLUMNS -- */
.wp-block-columns .wp-block-column {
  margin-right: 4rem;
}

/* -- BLOCK: LIST -- */
.wp-block-list {
  padding-left: 0.75rem;
}
.wp-block-list li + li {
  margin-top: 0.5rem;
}

/* -- BLOCK: HEADING -- */
h1.wp-block-heading + * {
  margin-top: 1.8rem;
}

.wp-block-heading + * {
  margin-top: 1.2rem;
}

/* -- BLOCK CLASS: COURSE SITE CONTENT -- */
body.tax-nds_course_category .site-content__inner {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media (min-width: 2000px) {
  body.tax-nds_course_category .site-content__inner {
    max-width: 1900px;
    margin: 0 auto;
  }
}
@media (min-width: 1540px) and (max-width: 2000px) {
  body.tax-nds_course_category .site-content__inner {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    width: calc(100% - 3.6rem);
  }
}
@media (min-width: 767px) and (max-width: 1540px) {
  body.tax-nds_course_category .site-content__inner {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    width: calc(100% - 2.4rem);
  }
}
@media (max-width: 767px) {
  body.tax-nds_course_category .site-content__inner {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: calc(100% - 1.5rem);
  }
}

/* -- BLOCK CLASS: PROJECT / POST INTRO -- */
.nds-project-intro__overline,
.nds-post-intro__overline {
  text-transform: uppercase;
  max-width: 60%;
}
.nds-project-intro__heading,
.nds-post-intro__heading {
  max-width: 60%;
}
.nds-project-intro *,
.nds-post-intro * {
  color: #244692;
}
.nds-project-intro .nds-media,
.nds-post-intro .nds-media {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7rem;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .nds-project-intro .nds-media,
  .nds-post-intro .nds-media {
    flex: 1;
    border-radius: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .nds-project-intro .nds-media,
  .nds-post-intro .nds-media {
    flex: 0.65;
    border-radius: 1.6rem;
  }
}
@media (max-width: 767px) {
  .nds-project-intro .nds-media,
  .nds-post-intro .nds-media {
    border-radius: 1rem;
  }
}
.nds-project-intro .nds-media img,
.nds-project-intro .nds-media video,
.nds-post-intro .nds-media img,
.nds-post-intro .nds-media video {
  aspect-ratio: 16/9;
  object-fit: cover;
}

/* -- BLOCK CLASS: PROJECT / POST CONTENT -- */
.nds-project-content,
.nds-post-content {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
}
.nds-project-content *,
.nds-post-content * {
  color: #244692;
}

/* -- BLOCK CLASS: ACADEMY INTRO -- */
.nds-academy-intro .nds-media {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .nds-academy-intro .nds-media {
    flex: 1;
    border-radius: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .nds-academy-intro .nds-media {
    flex: 0.65;
    border-radius: 1.6rem;
  }
}
@media (max-width: 767px) {
  .nds-academy-intro .nds-media {
    border-radius: 1rem;
  }
}

/* -- BLOCK CLASS: CONTACT HERO MEDIA -- */
.nds-contact-hero-media {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .nds-contact-hero-media {
    flex: 1;
    border-radius: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
  .nds-contact-hero-media {
    flex: 0.65;
    border-radius: 1.6rem;
  }
}
@media (max-width: 767px) {
  .nds-contact-hero-media {
    border-radius: 1rem;
  }
}

.glider, .glider-contain {
  margin: 0 auto;
  position: relative;
}

.glider, .glider-track {
  transform: translateZ(0);
}

.glider-dot, .glider-next, .glider-prev {
  border: 0;
  padding: 0;
  user-select: none;
  outline: 0;
}

.glider-contain {
  width: 100%;
}

.glider {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.glider-track {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;
}

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
  min-width: 150px;
}

.glider-slide img {
  max-width: 100%;
}

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}

.glider-next, .glider-prev {
  position: absolute;
  background: 0 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}

.glider-next:focus, .glider-next:hover, .glider-prev:focus, .glider-prev:hover {
  color: #ccc;
}

.glider-next {
  right: -23px;
  left: auto;
}

.glider-next.disabled, .glider-prev.disabled {
  opacity: 0.25;
  color: #666;
  cursor: default;
}

.glider-hide {
  opacity: 0;
}

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

.glider-dot {
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}

.glider-dot:focus, .glider-dot:hover {
  background: #ddd;
}

.glider-dot.active {
  background: black;
}

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
  }
}
.glider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.glider::-webkit-scrollbar {
  display: none;
}

.glider-track {
  max-width: none !important;
  align-items: flex-start;
}

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