/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/styles/style.scss ***!
  \******************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
Theme Name: lundeneset
Author: Appex Web
Author URI: http://appex.no/
Version: 0.1.2
*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

img {
  max-width: 100%;
  border-style: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 0 1rem;
}
body.menu-open {
  background-color: #06334b;
}
body.menu-open main,
body.menu-open .hero {
  position: relative;
  z-index: 0;
}

body.page main p a:not(.button):not(.btn):not(.wp-block-button__link),
body.page main .wp-block-paragraph a:not(.button):not(.btn):not(.wp-block-button__link) {
  text-decoration: underline;
}
body.page main p a:not(.button):not(.btn):not(.wp-block-button__link):hover,
body.page main .wp-block-paragraph a:not(.button):not(.btn):not(.wp-block-button__link):hover {
  color: #c96638;
}

main {
  flex: 1;
}
main p {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: clamp(0.5rem, 1vw, 1rem);
}

.container-wide {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  margin: 0 0 clamp(1rem, 2vw, 2rem) 0;
}

.container-components {
  max-width: 1376px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 clamp(1rem, 2vw, 2rem) 0;
}

.container-content {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

.user-is-clicking input,
.user-is-clicking textarea,
.user-is-clicking button {
  outline: none;
}

a {
  color: #06334b;
}

strong {
  font-weight: 700;
}

body {
  font-family: "Stack Sans Headline", sans-serif;
  font-size: clamp(18px, 1vw + 14px, 25px);
  font-weight: 300;
  line-height: 1.5;
  color: #06334b;
}

h1 {
  font-size: clamp(36px, 2.5vw + 26px, 55px);
  font-weight: 600;
  line-height: clamp(50px, 3vw + 26px, 60px);
  max-width: 625px;
  width: 100%;
  margin-inline: max(0px, (100% - 1100px) / 2) auto;
}

h2,
h1 + .has-ingress-text-35-font-size {
  font-size: clamp(24px, 1.5vw + 18px, 35px);
  font-weight: 300;
  line-height: 135%;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(32px, 6vw, 76px);
  padding-bottom: clamp(32px, 6vw, 76px);
}

h2 {
  font-weight: 500;
  font-size: clamp(28px, 2vw + 20px, 40px);
}

h3 {
  font-size: clamp(18px, 1vw + 14px, 25px);
  font-weight: 500;
  line-height: 20px;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(2rem, 4vw, 4rem);
}

h4 {
  font-size: clamp(14px, 0.5vw + 13px, 16px);
  font-weight: 300;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: clamp(2rem, 4vw, 4rem);
  padding-bottom: clamp(1rem, 2vw, 2rem);
}

.visuallyhidden {
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  top: 0;
}

button {
  cursor: pointer;
  font-size: clamp(18px, 0.5vw + 16px, 22px);
}

.btn-primary {
  border: 2px solid #06334b;
  border-radius: 12px;
  padding: 1rem 2rem;
  text-decoration: none;
  font-size: clamp(18px, 0.5vw + 16px, 22px);
  font-weight: 300;
  color: #06334b;
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: normal;
  white-space: nowrap;
}
.btn-primary:hover {
  background-color: #06334b;
  color: white;
}
.btn-primary:hover img {
  filter: brightness(0) invert(1);
}

.btn-secondary {
  border: 2px solid #fcf7ea;
  border-radius: 12px;
  padding: 18px 32px;
  text-decoration: none;
  font-size: clamp(18px, 0.5vw + 16px, 22px);
  font-weight: 300;
  color: #fcf7ea;
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: normal;
  white-space: nowrap;
}
.btn-secondary:hover {
  background-color: #fcf7ea;
  color: #06334b;
}
.btn-secondary img {
  filter: brightness(0) invert(1);
}

.btn-read-more {
  text-decoration: none;
  font-size: clamp(14px, 0.5vw + 13px, 16px);
  font-weight: 500;
  color: #06334b;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.btn-read-more img {
  width: 16px;
  height: auto;
  transition: transform 0.2s ease;
}
.btn-read-more:hover img {
  transform: scale(1.2);
}

.search-form {
  display: flex;
  align-items: center;
}
.search-form__input {
  border: none;
  border-bottom: 2px solid #06334b;
  background: transparent;
  font-size: 1rem;
  color: #06334b;
  outline: none;
  cursor: pointer;
}
.search-form__input::-moz-placeholder {
  color: rgba(6, 51, 75, 0.5);
}
.search-form__input::placeholder {
  color: rgba(6, 51, 75, 0.5);
}
.search-form__input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

.hero {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 815px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 52px;
}
@media (max-width: 900px) {
  .hero {
    height: 681px;
  }
}
.hero__content {
  position: relative;
  z-index: 2;
  text-align: start;
  padding: 118px 97px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .hero__content {
    padding: 3rem;
  }
}
@media (max-width: 600px) {
  .hero__content {
    padding: 2rem;
  }
}
.hero__title {
  font-size: clamp(37px, 4vw + 25px, 90px);
  line-height: 100px;
  font-weight: 500;
}
.hero__slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero__slide-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(232, 175, 83, 0.3), rgba(193, 189, 189, 0), transparent);
  z-index: 1;
}
.hero.hero--text-white .hero__overlay {
  background: radial-gradient(ellipse 90% 55% at 100% 0%, rgba(0, 0, 0, 0.14) 0%, transparent 72%), linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
}
.hero__slide-text-display {
  font-size: clamp(37px, 4vw + 25px, 90px);
  font-weight: 500;
  line-height: 100px;
}
@media (max-width: 900px) {
  .hero__slide-text-display {
    line-height: 45px;
    padding-top: 1.5rem;
  }
}
.hero__button-container {
  display: flex;
  justify-content: start;
  margin-top: auto;
}
.hero__button {
  max-width: 375px;
  width: 100%;
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hero__button svg {
  width: clamp(40px, 8vw, 70px);
  height: clamp(40px, 8vw, 70px);
  flex-shrink: 1;
  transition: transform 0.3s ease;
  /* Ikonet bruker currentColor og arver color fra .hero__button */
  color: inherit;
}
.hero__button:hover svg {
  transform: scale(1.1);
}
.hero--text-white .hero__title,
.hero--text-white .hero__slide-text-display {
  color: #fff;
}
.hero--text-white .hero__button {
  color: #fff;
}
.hero--text-white .hero__button .hero__button-text-lines,
.hero--text-white .hero__button .hero__button-text-line-1,
.hero--text-white .hero__button .hero__button-text-line-2 {
  color: #fff;
}
.hero--text-dark-blue .hero__title,
.hero--text-dark-blue .hero__slide-text-display {
  color: #06334b;
}
.hero--text-dark-blue .hero__button {
  color: #06334b;
}
.hero--text-dark-blue .hero__button .hero__button-text-lines,
.hero--text-dark-blue .hero__button .hero__button-text-line-1,
.hero--text-dark-blue .hero__button .hero__button-text-line-2 {
  color: #06334b;
}

.study-offer-block {
  padding: clamp(21px, 8vw, 76px) 0;
}
.home .study-offer-block {
  padding: 0;
}
.study-offer-block__content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 440px));
  gap: clamp(1rem, 3vw, 2rem);
  max-width: 1376px;
  margin: 0 auto;
  justify-content: center;
}
@media (max-width: 1250px) {
  .study-offer-block__content {
    grid-template-columns: repeat(2, minmax(0, 440px));
  }
}
@media (max-width: 765px) {
  .study-offer-block__content {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.study-offer-block__intro-text {
  aspect-ratio: 1;
  max-width: 440px;
  min-width: 0;
  width: 100%;
  background-color: #ffffff;
  font-size: clamp(25px, 4vw, 28px);
  padding: 46px;
  border-radius: clamp(30px, 8vw, 52px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
.study-offer-block__study-offer {
  aspect-ratio: 1;
  max-width: 440px;
  width: 100%;
  padding: 46px;
  border-radius: clamp(30px, 8vw, 52px);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: transform 0.6s ease;
  text-decoration: none;
  color: inherit;
}
.study-offer-block__study-offer:hover {
  transform: translateY(-20px);
}
@media (max-width: 765px) {
  .study-offer-block__study-offer:hover {
    transform: translateY(-10px);
  }
}
.study-offer-block__study-offer:hover .study-offer-block__title {
  -webkit-text-decoration: underline 2px solid #06334b;
          text-decoration: underline 2px solid #06334b;
  text-underline-offset: 5px;
}
.study-offer-block__study-offer:nth-child(6n+2) {
  background-color: #06334b;
  color: #e4f1f7;
}
.study-offer-block__study-offer:nth-child(6n+2):hover .study-offer-block__title {
  text-decoration-color: #e4f1f7;
}
.study-offer-block__study-offer:nth-child(6n+3) {
  background-color: rgba(237, 208, 119, 0.7);
}
.study-offer-block__study-offer:nth-child(6n+4) {
  background-color: #e4f1f7;
}
.study-offer-block__study-offer:nth-child(6n+5) {
  background-color: #c96638;
  color: #fcf7ea;
}
.study-offer-block__study-offer:nth-child(6n+5):hover .study-offer-block__title {
  text-decoration-color: #fcf7ea;
}
.study-offer-block__study-offer:nth-child(6n+6) {
  background-color: #ffffff;
  border: 2px dashed #06334b;
}
.study-offer-block__tagline-icon-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.study-offer-block__icon {
  width: clamp(40px, 15vw, 77px);
  height: clamp(40px, 15vw, 77px);
  flex-shrink: 1;
}
.study-offer-block__icon svg {
  width: 100%;
  max-height: 70px;
}
.study-offer-block__title {
  font-size: clamp(28px, 2vw + 20px, 40px);
  font-weight: 300;
  line-height: 135%;
}
@media (max-width: 600px) {
  .study-offer-block__title {
    font-size: clamp(24px, 2vw + 18px, 30px);
  }
}
.study-offer-block__tagline {
  font-size: clamp(14px, 0.5vw + 13px, 16px);
  font-weight: 300;
  line-height: 150%;
  margin: 0;
}

.event-block {
  width: 100%;
  margin: 0 auto;
}
.event-block__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.event-block__event {
  display: flex;
  width: 100%;
  height: 200px;
  gap: 0;
  padding: 0;
}
.event-block--rows .event-block__content {
  flex-direction: column;
}
.event-block--columns .event-block__content {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.event-block--columns .event-block__event {
  flex: 1 1 calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}
.event-block--columns.event-block--count-3 .event-block__event {
  flex: 1 1 calc(33.333% - 1.5rem);
  max-width: calc(33.333% - 1.5rem);
}
@media (max-width: 1024px) {
  .event-block--columns .event-block__event {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.event-block__date-time-container {
  background-color: #edaa77;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
  padding: 2rem 1.5rem;
  text-align: center;
  min-width: 200px;
  border-radius: 52px;
}
.event-block__date {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.event-block__time {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0.5rem;
}
.event-block__date-range {
  font-size: clamp(14px, 0.5vw + 13px, 16px);
  font-weight: 500;
  line-height: 1.25;
  margin: 0.35rem 0 0;
  text-align: center;
  color: #06334b;
}
.event-block__weekday {
  font-size: 20px;
  text-transform: lowercase;
  margin: 0;
}
.event-block__day {
  font-size: clamp(36px, 2.5vw + 26px, 55px);
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.event-block__month {
  font-size: 20px;
  text-transform: lowercase;
  margin: 0;
}
.event-block__info-container {
  background-color: #E4F1F7;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  flex: 1;
  border-radius: 52px;
}
.event-block__title {
  font-size: clamp(28px, 2vw + 20px, 40px);
  font-weight: 600;
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
  display: block;
}
.event-block__title:hover {
  -webkit-text-decoration: underline 2px solid #06334b;
          text-decoration: underline 2px solid #06334b;
  text-underline-offset: 5px;
}
@media (max-width: 900px) {
  .event-block__title {
    font-size: clamp(24px, 1.5vw + 18px, 35px);
  }
}
.event-block__title-wrapper {
  display: flex;
  gap: 33px;
}
@media (max-width: 900px) {
  .event-block__title-wrapper {
    padding-bottom: 1rem;
  }
}
.event-block__calendar-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-top: 8px;
}
@media (max-width: 900px) {
  .event-block__calendar-icon {
    margin-top: 0;
  }
}
.event-block__location {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.event-block__description {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.event-block__link {
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: 1px solid #06334b;
  border-radius: 12px;
  text-align: center;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.event-block__btn-registration {
  background-color: transparent;
}
.event-block--calendar .event-block__calendar-icon--date {
  display: none;
}
.event-block--calendar .event-block__calendar-icon--title {
  display: inline-block;
}
.event-block--calendar .event-block__event .event-block__date-time-container,
.event-block--calendar .event-block__event .event-block__info-container {
  background-color: #e4f1f7;
}
.event-block--calendar .event-block__event:nth-child(4n+2) .event-block__date-time-container, .event-block--calendar .event-block__event:nth-child(4n+2) .event-block__info-container {
  background-color: #edaa77;
}
.event-block--calendar .event-block__event:nth-child(4n+3) .event-block__date-time-container, .event-block--calendar .event-block__event:nth-child(4n+3) .event-block__info-container {
  background-color: #fcf7ea;
}
.event-block--calendar .event-block__event:nth-child(4n) .event-block__date-time-container, .event-block--calendar .event-block__event:nth-child(4n) .event-block__info-container {
  background-color: #e4f1f7;
}
.event-block--calendar .event-block__event:nth-child(4n+5) .event-block__date-time-container, .event-block--calendar .event-block__event:nth-child(4n+5) .event-block__info-container {
  background-color: #f6e8bb;
}
.event-block--calendar .event-block__read-more {
  font-size: 14px;
  font-weight: 400;
  color: #06334b;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.event-block--calendar .event-block__read-more:hover {
  text-decoration: none;
}
@media (max-width: 900px) {
  .event-block--calendar .event-block__event {
    flex-direction: column;
    max-height: 440px;
    height: 100%;
    border-radius: 32px;
    padding: 4rem;
    gap: 3rem;
    background-color: #e4f1f7;
    justify-content: center;
  }
  .event-block--calendar .event-block__date-time-container {
    background-color: transparent;
    border-radius: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    min-width: 0;
    gap: 0.7rem;
  }
  .event-block--calendar .event-block__calendar-icon--date {
    display: inline-block;
    height: 47px;
    flex-shrink: 0;
  }
  .event-block--calendar .event-block__calendar-icon--title {
    display: none;
  }
  .event-block--calendar .event-block__weekday,
  .event-block--calendar .event-block__day,
  .event-block--calendar .event-block__month {
    margin: 0;
    line-height: 1.1;
  }
  .event-block--calendar .event-block__weekday {
    font-size: clamp(14px, 0.5vw + 13px, 16px);
  }
  .event-block--calendar .event-block__day {
    font-size: clamp(24px, 1.5vw + 18px, 35px);
  }
  .event-block--calendar .event-block__month {
    font-size: clamp(14px, 0.5vw + 13px, 16px);
  }
  .event-block--calendar .event-block__info-container {
    background-color: transparent;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    gap: 1rem;
    width: 100%;
  }
  .event-block--calendar .event-block__event:nth-child(4n+2) {
    background-color: #edaa77;
  }
  .event-block--calendar .event-block__event:nth-child(4n+3) {
    background-color: #fcf7ea;
  }
  .event-block--calendar .event-block__event:nth-child(4n) {
    background-color: #e4f1f7;
  }
  .event-block--calendar .event-block__event:nth-child(4n+5) {
    background-color: #f6e8bb;
  }
}
.event-block--block .event-block__event {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  background-color: rgba(237, 170, 119, 0.4);
  border-radius: 52px;
  height: auto;
}
.event-block--block .event-block__image-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 33px;
  margin-right: 1rem;
}
.event-block--block .event-block__image-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(232, 175, 83, 0.3), rgba(193, 189, 189, 0), transparent);
  pointer-events: none;
  z-index: 1;
  border-radius: inherit;
}
.event-block--block .event-block__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-block--block .event-block__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #06334b;
}
.event-block--block .event-block__middle-container {
  display: flex;
  flex-direction: column;
  max-width: 523px;
  padding-left: 3rem;
}
.event-block--block .event-block__header-info-container {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.event-block--block .event-block__header-info-container__icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #06334b;
  height: 60px;
  padding: unset;
}
.event-block--block .event-block__header-info-container .event-block__header {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.event-block--block .event-block__header-info-container .event-block__header .event-block__title {
  font-size: clamp(14px, 0.5vw + 13px, 16px);
  margin: 0;
  line-height: 1.2;
  font-weight: 300;
  padding: unset;
}
.event-block--block .event-block__header-info-container .event-block__header .event-block__date {
  font-size: clamp(14px, 0.5vw + 13px, 16px);
  margin: 0;
  font-weight: 300;
  padding: unset;
  line-height: 1.2;
}
.event-block--block .event-block__header-info-container .event-block__header .event-block__time {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}
.event-block--block .event-block__description {
  grid-row: 2;
  grid-column: 2;
  font-size: clamp(24px, 1.5vw + 18px, 35px);
  font-weight: 300;
  line-height: 135%;
  margin: 0;
  padding-left: 3.6rem;
  margin-top: 2rem;
}
.event-block--block .event-block__link-container {
  display: flex;
  align-items: center;
  align-self: end;
  padding: 2rem;
}
.event-block--block .event-block__link {
  white-space: nowrap;
  padding: 0.75rem 1.5rem;
  background-color: #c96638;
  color: white;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.event-block--block .event-block__link:hover {
  background-color: #a2512c;
}
@media (max-width: 1300px) {
  .event-block--block .event-block__event {
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto;
    gap: 1.5rem;
    align-items: stretch;
  }
  .event-block--block .event-block__image-container {
    grid-row: 1/3;
  }
  .event-block--block .event-block__middle-container {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .event-block--block .event-block__description {
    padding-left: 0;
    margin-top: 1rem;
    line-height: 122%;
  }
  .event-block--block .event-block__link-container {
    grid-column: 2;
    grid-row: 2;
    justify-content: flex-start;
    align-self: flex-end;
    padding: 0;
  }
}
@media (max-width: 800px) {
  .event-block--block .event-block__event {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 1.5rem;
    padding: 1rem;
  }
  .event-block--block .event-block__image-container {
    grid-row: auto;
    justify-self: center;
    width: 100%;
    margin-right: 0;
  }
  .event-block--block .event-block__middle-container {
    padding: 2rem;
  }
  .event-block--block .event-block__header-info-container {
    justify-content: flex-start;
  }
  .event-block--block .event-block__description {
    padding-left: 0;
    text-align: left;
  }
  .event-block--block .event-block__link-container {
    grid-column: 1;
    grid-row: auto;
    justify-content: center;
    justify-self: center;
    padding-bottom: 2rem;
  }
}

.employee-section {
  width: 100%;
  margin: 0 auto;
}
.employee-section--white {
  background-color: white;
}
.employee-section--gray {
  background-color: lightgray;
}
.employee-section__content {
  max-width: 1272px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 1024px) {
  .employee-section__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .employee-section__content {
    grid-template-columns: 1fr;
  }
}
.employee-section__title {
  font-size: clamp(24px, 1.5vw + 18px, 30px);
  font-weight: 600;
  padding-bottom: unset;
  padding-top: clamp(32px, 6vw, 96px);
}
.employee-section__employee-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: clamp(25px, 2vw, 38px) 0 clamp(8px, 0vw, 12px);
}
.employee-section__employee-card h2.employee-section__card-name {
  font-size: clamp(18px, 1vw + 14px, 25px);
  font-weight: 600;
  padding: 32px 0 0 34px;
  line-height: 35px;
}
.employee-section__employee-card p.employee-section__card-title,
.employee-section__employee-card p.employee-section__mobile-number,
.employee-section__employee-card p.employee-section__email {
  font-size: clamp(18px, 1vw + 14px, 25px);
  line-height: 35px;
  margin: 0;
  padding: 0;
  padding-left: 34px;
}
.employee-section__employee-card p.employee-section__card-title {
  margin-bottom: 24px;
}
.employee-section__profile-picture-wrap {
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1/1;
  border-radius: 60px;
  overflow: hidden;
}
.employee-section__profile-picture-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(232, 175, 83, 0.3), rgba(193, 189, 189, 0), transparent);
  pointer-events: none;
  z-index: 1;
  border-radius: inherit;
}
.employee-section__profile-picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 60px;
  display: block;
}

.latest-news-block__content {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}
@media (max-width: 900px) {
  .latest-news-block__content {
    gap: 3rem;
  }
}
.latest-news-block__news-container {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 3rem;
}
@media (max-width: 900px) {
  .latest-news-block__news-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.latest-news-block__news-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  cursor: pointer;
}
.latest-news-block__news-item:hover .latest-news-block__news-item-image img {
  transform: scale(1.05);
}
.latest-news-block__news-item:hover .latest-news-block__news-item-title {
  -webkit-text-decoration: underline 2px solid #06334b;
          text-decoration: underline 2px solid #06334b;
  text-underline-offset: 5px;
}
.latest-news-block__news-item .btn-read-more::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
@media (max-width: 900px) {
  .latest-news-block__news-item {
    grid-column: 1 !important;
    grid-row: auto !important;
    align-self: auto !important;
  }
}
.latest-news-block__news-item-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 52px;
}
.latest-news-block__news-item-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(232, 175, 83, 0.3), rgba(193, 189, 189, 0), transparent);
  pointer-events: none;
  z-index: 1;
  border-radius: inherit;
}
.latest-news-block__news-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.latest-news-block__news-item-placeholder {
  width: 100%;
  height: 100%;
  background-color: #fcf7ea;
  display: flex;
  align-items: center;
  justify-content: center;
}
.latest-news-block__news-item-placeholder img {
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
}
.latest-news-block__news-item:nth-child(1) {
  grid-column: 1/span 5;
  grid-row: 1/span 2;
}
.latest-news-block__news-item:nth-child(2) {
  grid-column: 6/span 3;
  grid-row: 1/span 2;
  align-self: center;
}
.latest-news-block__news-item:nth-child(3) {
  grid-column: 1/span 3;
  grid-row: 3/span 2;
  align-self: center;
}
.latest-news-block__news-item:nth-child(4) {
  grid-column: 4/span 5;
  grid-row: 3/span 2;
}
.latest-news-block__news-item:nth-child(1) .latest-news-block__news-item-image, .latest-news-block__news-item:nth-child(4) .latest-news-block__news-item-image {
  aspect-ratio: 777/591;
}
@media (max-width: 900px) {
  .latest-news-block__news-item:nth-child(1) .latest-news-block__news-item-image, .latest-news-block__news-item:nth-child(4) .latest-news-block__news-item-image {
    height: auto;
    aspect-ratio: 360/411;
  }
}
.latest-news-block__news-item:nth-child(2) .latest-news-block__news-item-image, .latest-news-block__news-item:nth-child(3) .latest-news-block__news-item-image {
  aspect-ratio: 540/404;
}
@media (max-width: 900px) {
  .latest-news-block__news-item:nth-child(2) .latest-news-block__news-item-image, .latest-news-block__news-item:nth-child(3) .latest-news-block__news-item-image {
    height: auto;
    aspect-ratio: 360/270;
  }
}
.latest-news-block__news-item-date {
  font-size: clamp(14px, 0.5vw + 13px, 16px);
  font-weight: 300;
  line-height: 55px;
  color: #06334b;
  margin-left: 3rem;
}
@media (max-width: 900px) {
  .latest-news-block__news-item-date {
    margin-left: 1.5rem;
  }
}
.latest-news-block__title-link-container {
  max-width: 382px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-left: 6rem;
}
@media (max-width: 900px) {
  .latest-news-block__title-link-container {
    margin-left: 3.5rem;
  }
}
.latest-news-block__title-link-container .btn-read-more {
  width: -moz-fit-content;
  width: fit-content;
}
.latest-news-block__news-item-title {
  font-size: clamp(24px, 1.5vw + 18px, 35px);
  line-height: 135%;
  font-weight: 500;
  padding-top: 0;
}
.latest-news-block__all-news-link {
  margin: 0 auto;
  font-size: clamp(18px, 0.5vw + 16px, 22px);
  padding-top: clamp(32px, 4vw, 76px);
  padding-bottom: clamp(10px, 2vw, 12px);
}

.cta-section {
  margin: 0 auto;
  padding-top: clamp(76px, 8vw, 170px);
}
.cta-section__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 70px 101px 143px;
  border-radius: 52px;
  max-height: -moz-fit-content;
  max-height: fit-content;
  height: 100%;
}
@media (max-width: 600px) {
  .cta-section__content {
    padding: 4rem 2rem;
  }
}
.cta-section--terracotta .cta-section__content {
  background-color: #c96638;
  color: #fcf7ea;
}
.cta-section--terracotta .cta-section__content .btn-secondary {
  color: #fcf7ea;
  border-color: #fcf7ea;
}
.cta-section--terracotta .cta-section__content .btn-secondary svg {
  stroke: #fcf7ea;
  transition: stroke 0.2s ease;
}
.cta-section--terracotta .cta-section__content .btn-secondary svg path, .cta-section--terracotta .cta-section__content .btn-secondary svg line {
  stroke: #fcf7ea;
}
.cta-section--terracotta .cta-section__content .btn-secondary:hover {
  background-color: #fcf7ea;
  color: #c96638;
}
.cta-section--terracotta .cta-section__content .btn-secondary:hover svg {
  stroke: #c96638;
}
.cta-section--terracotta .cta-section__content .btn-secondary:hover svg path, .cta-section--terracotta .cta-section__content .btn-secondary:hover svg line {
  stroke: #c96638;
}
.cta-section--green .cta-section__content {
  background-color: #e9eec1;
  color: #06334b;
}
.cta-section--green .cta-section__content .btn-secondary {
  color: #06334b;
  border-color: #06334b;
}
.cta-section--green .cta-section__content .btn-secondary svg {
  stroke: #06334b;
  transition: stroke 0.2s ease;
}
.cta-section--green .cta-section__content .btn-secondary svg path, .cta-section--green .cta-section__content .btn-secondary svg line {
  stroke: #06334b;
}
.cta-section--green .cta-section__content .btn-secondary:hover {
  background-color: #06334b;
  color: #e9eec1;
}
.cta-section--green .cta-section__content .btn-secondary:hover svg {
  stroke: #e9eec1;
}
.cta-section--green .cta-section__content .btn-secondary:hover svg path, .cta-section--green .cta-section__content .btn-secondary:hover svg line {
  stroke: #e9eec1;
}
.cta-section__icon-tagline-container {
  display: flex;
  gap: 2rem;
  align-items: end;
}
@media (max-width: 900px) {
  .cta-section__icon-tagline-container {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
}
.cta-section__icon {
  height: 44px;
}
.cta-section__tagline {
  font-size: clamp(14px, 0.5vw + 13px, 16px);
  font-weight: 300;
  line-height: 100%;
}
.cta-section__title-button-container {
  display: flex;
  gap: 5rem;
  justify-content: center;
  font-size: clamp(30px, 2vw + 22px, 45px);
  align-items: center;
}
@media (max-width: 900px) {
  .cta-section__title-button-container {
    flex-direction: column;
    align-items: start;
    gap: 1rem;
  }
}
.cta-section__title-button-container .cta-section__title {
  font-weight: 500;
  line-height: 135%;
  max-width: 450px;
}
@media (max-width: 600px) {
  .cta-section__title-button-container .cta-section__button {
    justify-content: center;
    padding-bottom: 2rem;
  }
}

.image-collage {
  margin: clamp(32px, 5vw, 76px) auto;
}
.image-collage__content {
  display: grid;
  gap: 1rem;
}
.image-collage__content:has(.image-collage__image:first-child:nth-last-child(2)) {
  grid-template-columns: 1fr;
}
.image-collage__content:has(.image-collage__image:first-child:nth-last-child(3)) {
  grid-template-columns: minmax(250px, 474px) minmax(200px, 1fr);
}
.image-collage__content:has(.image-collage__image:first-child:nth-last-child(4)) {
  grid-template-columns: minmax(250px, 474px) 1fr;
}
.image-collage__content:has(.image-collage__image:first-child:nth-last-child(5)) {
  grid-template-columns: minmax(200px, 474px) 1fr minmax(200px, 474px);
}
@media (max-width: 1200px) {
  .image-collage__content:has(.image-collage__image:first-child:nth-last-child(3)), .image-collage__content:has(.image-collage__image:first-child:nth-last-child(4)) {
    grid-template-columns: 1fr 1fr;
  }
  .image-collage__content:has(.image-collage__image:first-child:nth-last-child(5)) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .image-collage__content {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 600px) {
  .image-collage__content {
    grid-template-columns: 1fr !important;
  }
}
.image-collage__image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 250px;
  overflow: hidden;
  border-radius: 60px;
}
.image-collage__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(232, 175, 83, 0.3), rgba(193, 189, 189, 0), transparent);
  pointer-events: none;
  z-index: 1;
  border-radius: inherit;
}
.image-collage__image:first-child:nth-last-child(2) {
  grid-column: 1/-1;
  width: 100%;
  max-width: 1100px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.image-collage__image:first-child:nth-last-child(3) {
  grid-column: 1;
  grid-row: 1;
  width: clamp(250px, 40vw, 474px);
  aspect-ratio: 1;
}
.image-collage__image:nth-child(2):nth-last-child(2) {
  grid-column: 2;
  grid-row: 1;
  height: clamp(250px, 40vw, 474px);
}
.image-collage__image:first-child:nth-last-child(4) {
  grid-column: 1;
  grid-row: 1;
  width: clamp(250px, 40vw, 474px);
  aspect-ratio: 1;
}
.image-collage__image:nth-child(2):nth-last-child(3) {
  grid-column: 2;
  grid-row: 1;
  height: clamp(250px, 40vw, 474px);
}
.image-collage__image:nth-child(3):nth-last-child(2) {
  grid-column: 1/-1;
  grid-row: 2;
}
.image-collage__image:first-child:nth-last-child(5) {
  grid-column: 1;
  grid-row: 1;
  width: clamp(250px, 40vw, 474px);
  aspect-ratio: 1;
}
.image-collage__image:nth-child(2):nth-last-child(4) {
  grid-column: 2/4;
  grid-row: 1;
  height: clamp(250px, 40vw, 474px);
}
.image-collage__image:nth-child(3):nth-last-child(3) {
  grid-column: 1/3;
  grid-row: 2;
  height: clamp(250px, 40vw, 474px);
}
.image-collage__image:nth-child(4):nth-last-child(2) {
  grid-column: 3;
  grid-row: 2;
  width: clamp(250px, 40vw, 474px);
  aspect-ratio: 1;
}
@media (max-width: 600px) {
  .image-collage__image {
    grid-column: auto !important;
    grid-row: auto !important;
    width: 100% !important;
    height: auto !important;
  }
  .image-collage__image:first-child, .image-collage__image:nth-child(3) {
    aspect-ratio: 1 !important;
  }
  .image-collage__image:nth-child(2), .image-collage__image:nth-child(4) {
    aspect-ratio: 16/9 !important;
  }
}
@media (max-width: 600px) {
  .image-collage__image {
    grid-column: 1 !important;
  }
}
.image-collage__collage-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.image-collage__video {
  position: relative;
  overflow: hidden;
}
.image-collage__video iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 140%;
  aspect-ratio: 16/9;
  transform: translate(-50%, -50%);
  border-radius: 25px;
}
.image-collage__text {
  font-size: clamp(16px, 0.5vw + 14px, 20px);
  line-height: 40px;
  grid-column: 1/-1;
  width: 100%;
  margin-top: clamp(18px, 2vw, 28px);
}

.link-section {
  padding: clamp(51px, 8vw, 106px) 0;
  margin: 0 auto;
}
.link-section__content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.link-section__title {
  margin-top: clamp(2.5rem, 5vw, 5rem);
}
.link-section--cards .link-section__content {
  display: grid;
  gap: 1rem;
}
.link-section--cards .link-section__content--cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.link-section--cards .link-section__content--cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.link-section--cards .link-section__content--cols-4 {
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}
@media (max-width: 1024px) {
  .link-section--cards .link-section__content {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 640px) {
  .link-section--cards .link-section__content {
    grid-template-columns: 1fr !important;
  }
}
.link-section__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 1;
  padding: 2rem;
  border-radius: 52px;
  border: 2px solid;
  text-decoration: none;
  transition: transform 0.6s ease;
}
.link-section__card:hover {
  transform: translateY(-20px);
  -webkit-text-decoration: underline 2px solid #06334b;
          text-decoration: underline 2px solid #06334b;
  text-underline-offset: 5px;
}
.link-section__card--dark-blue {
  border-color: #06334b;
  color: #06334b;
}
.link-section__card--yellow {
  border-color: #e8af53;
  color: #06334b;
}
.link-section__card--light-blue {
  border-color: #ace5fe;
  color: #06334b;
}
.link-section__card--terracotta {
  border-color: #c96638;
  color: #06334b;
}
.link-section__card-arrow {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.link-section__card-arrow img {
  width: 44px;
  height: 44px;
}
.link-section__card-text {
  font-size: clamp(24px, 1.5vw + 18px, 30px);
  text-align: center;
  -webkit-hyphens: auto;
          hyphens: auto;
  overflow-wrap: break-word;
}
.link-section--pills .link-section__content {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.link-section__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  border-radius: 12px;
  border: 2px solid;
  text-decoration: none;
  font-size: clamp(18px, 0.5vw + 16px, 22px);
  font-weight: 400;
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.link-section__pill:hover img {
  transform: translateX(4px);
}
.link-section__pill img {
  width: 30px;
  height: auto;
  flex-shrink: 0;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.link-section__pill--dark-blue {
  border-color: #06334b;
  color: #06334b;
}
.link-section__pill--dark-blue:hover {
  background-color: #06334b;
  color: #fcf7ea;
}
.link-section__pill--dark-blue:hover img {
  filter: brightness(0) invert(93%) sepia(10%) saturate(200%) hue-rotate(10deg);
}
.link-section__pill--yellow {
  border-color: #e8af53;
  color: #06334b;
}
.link-section__pill--yellow:hover {
  background-color: #e8af53;
}
.link-section__pill--light-blue {
  border-color: #ace5fe;
  color: #06334b;
}
.link-section__pill--light-blue:hover {
  background-color: #ace5fe;
}
.link-section__pill--terracotta {
  border-color: #c96638;
  color: #06334b;
}
.link-section__pill--terracotta:hover {
  background-color: #c96638;
  color: #fcf7ea;
}
.link-section__pill--terracotta:hover img {
  filter: brightness(0) invert(93%) sepia(10%) saturate(200%) hue-rotate(10deg);
}
.link-section__pill--blue-org {
  border-color: #387a90;
  color: #06334b;
}
.link-section__pill--blue-org:hover {
  background-color: #387a90;
  color: #fcf7ea;
}
.link-section__pill--blue-org:hover img {
  filter: brightness(0) invert(93%) sepia(10%) saturate(200%) hue-rotate(10deg);
}
.link-section__pill--orange {
  border-color: #edaa77;
  color: #06334b;
}
.link-section__pill--orange:hover {
  background-color: #edaa77;
}

#breadcrumbs {
  max-width: 1338px;
  width: 100%;
  margin-top: clamp(16px, 2vw, 42px);
  margin-bottom: clamp(76px, 7vw, 130px);
  padding: 0;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 1620px) {
  #breadcrumbs {
    max-width: 1100px;
  }
}

#breadcrumbs span {
  align-items: center;
}

#breadcrumbs .separator {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0.75rem;
  background-image: url("icons/select_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  transform: rotate(-90deg);
  text-indent: -9999px;
  overflow: hidden;
}

#breadcrumbs .breadcrumb_last,
#breadcrumbs span[aria-current=page] {
  font-weight: 700;
  transition: color 0.2s ease;
}

#breadcrumbs a {
  color: #06334b;
  text-decoration: none;
  transition: color 0.2s ease;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

/* Student stories carousel */
.student-stories-carousel {
  margin-top: clamp(32px, 6vw, 76px);
}
.student-stories-carousel__title {
  margin-bottom: 1.5rem;
}
.student-stories-carousel__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2.5rem;
  overflow-x: auto;
  /* overflow-x ≠ visible gjør overflow-y «auto» som standard → ekstra vertikal scrollbar */
  overflow-y: hidden;
  padding-bottom: 1rem;
  /* Ingen scroll-snap: nettleseren «rettet» etter JS og ga overscroll + snap tilbake */
  scroll-behavior: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}
.student-stories-carousel__track:active {
  cursor: grabbing;
}
.student-stories-carousel__track.is-dragging {
  cursor: grabbing;
}
.student-stories-carousel__track::-webkit-scrollbar {
  display: none;
}
@media (max-width: 900px) {
  .student-stories-carousel__track {
    gap: 1.5rem;
  }
}
@media (max-width: 600px) {
  .student-stories-carousel__track {
    gap: 1rem;
  }
}
.student-stories-carousel__item {
  flex: 0 0 auto;
  width: clamp(250px, 75vw, 910px); /* Ikke lås høyde på hele sliden: da presses sitat utenfor og sporet får vertikal scroll */
  align-self: flex-start;
}
.student-stories-carousel__item > article {
  display: block;
}
.student-stories-carousel__card {
  display: block;
  color: inherit;
  text-decoration: none;
}
.student-stories-carousel__link {
  color: inherit;
  text-decoration: none;
  display: block;
}
.student-stories-carousel__media {
  border-radius: 60px;
  overflow: hidden;
  aspect-ratio: 5/4;
  width: 100%;
  position: relative;
  max-height: 677px;
}
@media (max-width: 600px) {
  .student-stories-carousel__media {
    border-radius: 25px;
    max-height: 300px;
  }
}
.student-stories-carousel__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.student-stories-carousel__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
  overflow: hidden;
}
.student-stories-carousel__poster-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  transform-origin: center center;
}
.student-stories-carousel__play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 1;
}
.student-stories-carousel__play svg {
  width: 80px;
  height: 80px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
.student-stories-carousel__video:hover .student-stories-carousel__play, .student-stories-carousel__play:focus {
  opacity: 1;
}
.student-stories-carousel__video.is-playing .student-stories-carousel__play {
  opacity: 0;
  pointer-events: none;
}
.student-stories-carousel__quote {
  margin: 1.5rem 0 0;
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
}
.student-stories-carousel__quote p {
  margin: 0 0 0.75rem;
}
.student-stories-carousel__quote cite {
  font-style: normal;
  font-weight: 600;
}
@media (max-width: 900px) {
  .student-stories-carousel__quote {
    max-width: 500px;
  }
}
@media (max-width: 700px) {
  .student-stories-carousel__quote {
    max-width: 400px;
  }
}
@media (max-width: 600px) {
  .student-stories-carousel__quote {
    max-width: 300px;
  }
}
@media (max-width: 500px) {
  .student-stories-carousel__quote {
    max-width: 240px;
  }
}
.student-stories-carousel__empty {
  margin-top: 1rem;
}
.student-stories-carousel__pagination {
  max-width: 600px;
  margin-inline: auto;
  padding: 2rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.student-stories-carousel__pagination-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.student-stories-carousel__pagination-item.btn-secondary {
  color: #06334b;
  border-color: #06334b;
}
.student-stories-carousel__pagination-item.btn-secondary svg {
  color: inherit;
  stroke: currentColor;
}
.student-stories-carousel__pagination-item.btn-secondary svg path,
.student-stories-carousel__pagination-item.btn-secondary svg line,
.student-stories-carousel__pagination-item.btn-secondary svg rect {
  stroke: currentColor;
}
.student-stories-carousel__pagination-item.btn-secondary:hover:not(:disabled) {
  background-color: #06334b;
}
.student-stories-carousel__pagination-item.btn-secondary:hover:not(:disabled) path,
.student-stories-carousel__pagination-item.btn-secondary:hover:not(:disabled) line {
  stroke: #fcf7ea;
}
.student-stories-carousel__pagination-item.btn-secondary:hover:not(:disabled) svg {
  filter: none;
}
.student-stories-carousel__pagination-item:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.student-stories-carousel__pagination-arrow {
  display: inline-flex;
  line-height: 0;
  color: inherit;
}
.student-stories-carousel__pagination-arrow svg {
  display: block;
  width: 50px;
  height: 50px;
  color: inherit;
}
.student-stories-carousel__pagination-arrow--prev {
  transform: scaleX(-1);
}
.student-stories-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 600px) {
  .student-stories-carousel__dots {
    display: none;
  }
}
.student-stories-carousel__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background-color: #d9d9d9;
}
.student-stories-carousel__dot.is-active {
  background-color: #06334b;
}

.timeline {
  max-width: 900px;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 7rem auto 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 600px) {
  .timeline {
    padding: 0 50px;
    margin: 5rem 0;
  }
}
.timeline > li:nth-child(3n+1) {
  color: #c96638;
}
.timeline > li:nth-child(3n+2) {
  color: #06334b;
}
.timeline > li:nth-child(3n) {
  color: #919127;
}
.timeline > li:last-child ul > li:last-child .timeline__line::after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: currentColor;
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
          clip-path: polygon(50% 0, 0 100%, 100% 100%);
}
.timeline__year {
  font-size: clamp(30px, 2vw + 22px, 45px);
  border: 2px solid currentColor;
  border-radius: 20px;
  padding: 3px 32px;
  font-weight: 600;
  margin: 0 auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: relative;
  z-index: 1;
  transform: scale(0.5);
  opacity: 0;
  transition: transform 0.8s ease-in-out, opacity 0.6s ease-in-out;
}
.timeline__year.is-visible {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 600px) {
  .timeline__year {
    margin: 0 0 0 -34px;
  }
}
.timeline::before {
  content: none;
}
.timeline__item {
  display: grid;
  grid-template-columns: 1fr 2rem 2px 2rem 1fr;
  align-items: center;
  position: relative;
}
@media (max-width: 600px) {
  .timeline__item {
    grid-template-columns: 2px 2rem 1fr;
  }
}
.timeline__item--image-odd .timeline__image {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.timeline__item--image-odd .timeline__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.timeline__item--image-even .timeline__image {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.timeline__item--image-even .timeline__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.timeline__image {
  position: relative;
  overflow: hidden;
  border-radius: 60px;
  margin: 2rem 0;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.8s ease-in-out, opacity 0.6s ease-in-out;
}
.timeline__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(232, 175, 83, 0.3), rgba(193, 189, 189, 0), transparent);
  pointer-events: none;
  z-index: 1;
  border-radius: inherit;
}
.timeline__image.is-visible {
  transform: scale(1);
  opacity: 1;
}
@media (max-width: 600px) {
  .timeline__image {
    border-radius: 40px;
  }
}
.timeline > li > ul > li:first-child .timeline__image {
  margin-top: 8rem;
}
@media (max-width: 600px) {
  .timeline > li > ul > li:first-child .timeline__image {
    margin-top: 4rem;
  }
}
.timeline > li > ul > li:last-child .timeline__image {
  margin-bottom: 8rem;
}
@media (max-width: 600px) {
  .timeline > li > ul > li:last-child .timeline__image {
    margin-bottom: 2rem;
  }
}
.timeline > li > ul > li:first-child .timeline__text-content {
  margin-top: 8rem;
}
@media (max-width: 600px) {
  .timeline > li > ul > li:first-child .timeline__text-content {
    margin-top: 0rem;
  }
}
.timeline > li > ul > li:last-child .timeline__text-content {
  margin-bottom: 8rem;
}
@media (max-width: 600px) {
  .timeline > li > ul > li:last-child .timeline__text-content {
    margin-bottom: 4rem;
  }
}
@media (max-width: 600px) {
  .timeline__space {
    grid-area: 1/2;
    grid-row: 1/span 3;
  }
}
.timeline__line {
  position: relative;
  background-color: currentColor;
  height: 100%;
}
@media (max-width: 600px) {
  .timeline__line {
    grid-column: 1;
    grid-row: 1/span 2;
  }
}
.timeline__text-content {
  overflow-wrap: anywhere;
  margin: 2rem 0;
  font-size: clamp(18px, 0.5vw + 16px, 22px);
  align-self: start;
  position: sticky;
  top: 2rem;
}
@media (max-width: 600px) {
  .timeline__text-content {
    margin: 0 0 2rem;
    top: 4rem;
  }
}
.timeline__text-content h3 {
  font-size: clamp(24px, 1.5vw + 18px, 35px);
  margin-bottom: 0.5rem;
  position: relative;
  padding: 0;
  line-height: 1.1;
}
.timeline__text-content h3::before,
.timeline__text-content h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(-2rem - 12px);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: currentColor;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.timeline__text-content h3::after {
  left: -2rem;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.timeline__scroll-top-wrap {
  text-align: center;
  margin: 1.2rem auto 0;
  padding: 0 0 5rem 0;
}
.timeline__scroll-top {
  display: inline-block;
  color: #919127;
  background-color: transparent;
  border: 2px solid #919127;
  border-radius: 20px;
}
.timeline__scroll-top:hover {
  background-color: #919127;
  color: reverse-color(#919127);
}

.studentcalendar {
  padding: 32px 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.studentcalendar__month-heading {
  font-size: clamp(24px, 1.5vw + 18px, 35px);
  font-weight: 700;
  margin: 0;
  padding-bottom: 0;
}
.studentcalendar__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.studentcalendar__item {
  display: flex;
  align-items: flex-start;
  margin-top: 32px;
  width: 100%;
  gap: 10px;
}
.studentcalendar__date-boxes {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  width: 168px;
  min-width: 168px;
}
.studentcalendar__date-box {
  border: 2px solid #06334b;
  border-radius: 12px;
  min-width: 56px;
  padding: 8px 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.studentcalendar__date-day {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.studentcalendar__date-month {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  text-transform: uppercase;
}
.studentcalendar__date-and-location-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  align-items: baseline;
  font-size: 18px;
  margin-top: 5px;
}
.studentcalendar__date-and-location-container .studentcalendar__date-line,
.studentcalendar__date-and-location-container .studentcalendar__time,
.studentcalendar__date-and-location-container .studentcalendar__location {
  margin: 0;
  display: inline;
}
.studentcalendar__date-sep {
  font-weight: 600;
}
.studentcalendar__title {
  padding: 0;
  margin: 0;
  font-size: clamp(18px, 1vw + 14px, 25px);
  padding-top: 5px;
}
.studentcalendar__details {
  font-size: 18px;
}
.studentcalendar__ics {
  max-width: 400px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.studentcalendar__ics-intro {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
}
.studentcalendar__ics-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(18px, 2vw + 10px, 28px);
  margin: 0;
  min-width: 0;
  max-width: 100%;
}
.studentcalendar__ics-link {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: clamp(13px, 1.2vw + 10px, 18px);
  line-height: 1.45;
  overflow-wrap: anywhere;
  text-decoration: underline;
}
.studentcalendar__ics-copy.btn-primary {
  font-size: 18px;
  background-color: transparent;
}
.studentcalendar__ics-copy.btn-primary:hover {
  background-color: #06334b;
  color: white;
}
.studentcalendar__ics-copy {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.studentcalendar__label {
  font-weight: 600;
}
@media (max-width: 368px) {
  .studentcalendar__item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.header {
  font-size: clamp(18px, 0.5vw + 16px, 22px);
}
.header a {
  text-decoration: none;
}
.header a:hover {
  translate: translateY(4px) scale(1.02);
}
@media (max-width: 1495px) {
  .header {
    position: relative;
    z-index: 10002;
  }
}
@media (max-width: 1495px) and (max-width: 768px) {
  .header {
    position: sticky;
    top: 0;
    align-self: flex-start;
    width: 100%;
    background-color: #fff;
  }
  body.menu-open .header {
    background-color: #06334b;
  }
}
.header__content {
  display: flex;
  align-items: center;
  background-color: transparent;
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  padding: 84px 74px 59px;
  transition: padding 0.3s ease;
}
.header__content:has(.header__search.active) {
  padding: 84px 0 59px;
}
@media (max-width: 768px) {
  .header__content {
    padding: 14px 20px;
    background-color: inherit;
  }
  .header__content:has(.header__search.active) {
    padding: 14px 20px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
@media (max-width: 1480px) {
  body.menu-open .header .header__logo {
    position: relative;
    z-index: 1;
  }
}
.header__logo-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: #06334b;
  transition: color 0.3s ease;
}
@media (max-width: 1480px) {
  body.menu-open .header .header__logo-link {
    color: #e4f1f7;
  }
}
.header__logo-icon {
  max-height: 80px;
  display: block;
  flex-shrink: 0;
  width: auto;
}
@media (max-width: 768px) {
  .header__logo-icon {
    max-width: 250px;
  }
}
@media (max-width: 600px) {
  .header__logo-icon {
    width: 100%;
    max-width: 200px;
  }
}
.header__menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 1rem;
  z-index: 1001;
  margin-left: auto;
  height: 3rem;
  width: 3rem;
  margin-right: 0.5rem;
}
@media (max-width: 1495px) {
  .header__menu-toggle {
    display: block;
  }
}
.header__menu-toggle .hamburger {
  display: block;
  width: 29px;
  height: 2px;
  background-color: #06334b;
  position: relative;
  transition: all 0.3s ease;
  left: -1rem;
}
.header__menu-toggle .hamburger::before, .header__menu-toggle .hamburger::after {
  content: "";
  position: absolute;
  width: 29px;
  height: 2px;
  background-color: #06334b;
  transition: all 0.3s ease;
  left: 12px;
}
.header__menu-toggle .hamburger::before {
  top: -10px;
}
.header__menu-toggle .hamburger::after {
  bottom: -10px;
}
.header__menu-toggle .hamburger .hamburger__span {
  width: 29px;
  height: 2px;
  background-color: #06334b;
  transition: all 0.3s ease;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.header__menu-toggle.active .hamburger {
  background-color: transparent;
}
.header__menu-toggle.active .hamburger::before {
  transform: rotate(45deg);
  top: 0;
  background-color: #fcf7ea;
}
.header__menu-toggle.active .hamburger::after {
  transform: rotate(-45deg);
  bottom: 0;
  background-color: #fcf7ea;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: auto;
  margin-right: 2rem;
}
@media (max-width: 1495px) {
  .header__menu {
    position: fixed;
    top: 30px;
    right: -100%;
    width: 100%;
    height: calc(100dvh - 6rem);
    background-color: #06334b;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 107px;
    transition: right 0.3s ease;
    overflow-y: auto;
    margin-right: 0;
    margin-top: 14rem;
  }
  .header__menu.active {
    right: 0;
  }
}
@media (max-width: 768px) {
  .header__menu {
    padding: 60px 40px 40px;
    margin-top: 5.5rem;
    top: 45px;
  }
}
@media (max-width: 600px) {
  .header__menu {
    align-items: flex-start;
  }
}
.header__menu-list {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__menu-list > li > a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.header__menu-list li.current-menu-item > a,
.header__menu-list li.current-menu-ancestor > a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
@media (max-width: 1495px) {
  .header__menu-list {
    flex-direction: column;
    align-items: flex-end;
    width: 100%;
  }
  .header__menu-list > li {
    text-align: right;
  }
  .header__menu-list > li > a {
    font-size: 28px;
    color: #e4f1f7;
    transition: color 0.3s ease;
  }
  .header__menu-list > li.submenu-open > a {
    color: #ace5fe;
  }
  .header__menu-list > li.current-menu-item > a, .header__menu-list > li.current-menu-ancestor > a {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
}
@media (max-width: 600px) {
  .header__menu-list {
    align-items: flex-start;
  }
  .header__menu-list > li {
    text-align: left;
  }
}
.header__menu-search {
  display: none;
}
@media (max-width: 1495px) {
  .header__menu-search {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 4rem;
  }
  .header__menu-search .menu-search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
  }
  .header__menu-search .menu-search-toggle img {
    filter: brightness(0) invert(1) sepia(1) saturate(5) hue-rotate(175deg);
  }
  .header__menu-search .search-form {
    display: flex;
    align-items: center;
  }
  .header__menu-search .search-form__input {
    width: 30px;
    padding: 0;
    border: none;
    border-bottom: 2px solid #ace5fe;
    background: transparent;
    font-size: clamp(14px, 0.5vw + 13px, 16px);
    color: #ace5fe;
    outline: none;
    cursor: pointer;
    transition: width 0.3s ease, padding 0.3s ease;
  }
  .header__menu-search .search-form__input::-moz-placeholder {
    color: rgba(172, 229, 254, 0.5);
    opacity: 0;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .header__menu-search .search-form__input::placeholder {
    color: rgba(172, 229, 254, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .header__menu-search.active .search-form__input {
    width: 200px;
    cursor: text;
    text-align: left;
  }
  .header__menu-search.active .search-form__input::-moz-placeholder {
    opacity: 1;
  }
  .header__menu-search.active .search-form__input::placeholder {
    opacity: 1;
  }
}
.header__menu-supporter-btn {
  display: none;
}
@media (max-width: 1495px) {
  .header__menu-supporter-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: transparent;
    border: none;
    color: #e4f1f7;
    padding: 0;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 400;
    transition: color 0.3s ease;
  }
  .header__menu-supporter-btn img {
    width: 28px;
    height: 28px;
  }
  .header__menu-supporter-btn:hover {
    color: #ace5fe;
  }
}
@media (max-width: 600px) {
  .header__menu-supporter-btn {
    align-self: flex-start;
  }
}
.header__menu .menu-item-has-children {
  position: relative;
}
.header__menu .menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.header__menu .menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 9px;
  background-image: url("icons/nedtrekk_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  transform-origin: center center;
}
@media (max-width: 1495px) {
  .header__menu .menu-item-has-children > a::after {
    display: none;
  }
}
.header__menu .menu-item-has-children.submenu-open > .sub-menu {
  display: block;
}
.header__menu .menu-item-has-children.submenu-open > a::after {
  transform: scaleY(-1);
}
@media (max-width: 1495px) {
  .header__menu .menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
  }
}
@media (max-width: 600px) {
  .header__menu .menu-item-has-children {
    justify-content: flex-start;
  }
}
.header__menu .menu-item-has-children .submenu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding-left: 0.5rem;
}
@media (max-width: 1495px) {
  .header__menu .menu-item-has-children .submenu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header__menu .menu-item-has-children .submenu-toggle__icon {
  display: block;
  width: 18px;
  height: 9px;
  background-image: url("icons/nedtrekk_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
  transform-origin: center center;
}
.header__menu .menu-item-has-children.submenu-open .submenu-toggle__icon {
  transform: scaleY(-1);
  filter: brightness(0) saturate(100%) invert(94%) sepia(7%) saturate(5787%) hue-rotate(167deg) brightness(102%) contrast(96%);
}
.header__menu .sub-menu {
  display: none;
  background-color: rgba(228, 241, 247, 0.9);
  border-radius: 25px;
  position: absolute;
  top: 120%;
  left: -31px;
  z-index: 9999;
  padding: 2rem 2rem 1rem;
  list-style: none;
  max-width: 400px;
  text-wrap: nowrap;
}
@media (max-width: 1495px) {
  .header__menu .sub-menu {
    position: static;
    background: transparent;
    border-radius: 0;
    padding: 0.5rem 0 0 1.5rem;
    margin-top: 0;
    text-align: right;
    width: 100%;
  }
  .header__menu .sub-menu a {
    font-size: 20px;
    color: #ace5fe;
  }
}
@media (max-width: 600px) {
  .header__menu .sub-menu {
    text-align: left;
    padding-left: 2rem;
  }
}
.header__menu .sub-menu li {
  margin: 0;
  margin-bottom: 1.75rem;
}
@media (max-width: 1495px) {
  .header__menu .sub-menu li {
    margin: 2rem 0;
  }
  .header__menu .sub-menu li:first-child {
    margin-top: 0.75rem;
  }
}
.header__menu .sub-menu a {
  text-decoration: none;
}
.header__menu .sub-menu a:hover {
  text-decoration: underline;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header__search {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 1495px) {
  .header__search {
    display: none;
  }
}
.header__search .search-form {
  display: flex;
  align-items: center;
}
.header__search .search-form .search-form__input {
  width: 30px;
  padding: 0;
  cursor: pointer;
  transition: width 0.3s ease, padding 0.3s ease;
}
.header__search .search-form .search-form__input::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header__search .search-form .search-form__input::placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.header__search.active .search-form .search-form__input {
  width: 200px;
  cursor: text;
}
.header__search.active .search-form .search-form__input::-moz-placeholder {
  opacity: 1;
}
.header__search.active .search-form .search-form__input::placeholder {
  opacity: 1;
}
.header__search .search-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.header__supporter-btn {
  background-color: #06334b;
  color: #ace5fe;
  border-radius: 17px;
  padding: 18px 21px;
  text-decoration: none;
  font-size: clamp(18px, 0.5vw + 16px, 22px);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
@media (max-width: 1495px) {
  .header__supporter-btn {
    display: none;
  }
}
.header__supporter-btn svg {
  flex-shrink: 0;
}
.header__supporter-btn:hover {
  background-color: #042333;
}

.footer {
  background-color: #fbe5a1;
  max-width: 1580px;
  width: 100%;
  min-height: 600px;
  margin: 75px auto;
  padding: 8rem 8rem;
  border-radius: 52px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1280px) {
  .footer {
    padding: 8rem 4rem;
  }
}
.footer__inner {
  width: 100%;
}
.footer__logo-row {
  width: 100%;
  margin-bottom: 2rem;
}
@media (max-width: 640px) {
  .footer__logo-row {
    padding-left: 1rem;
  }
}
.footer__logo {
  width: 80px;
  height: auto;
}
@media (max-width: 600px) {
  .footer__logo {
    width: 55px;
  }
}
.footer__columns {
  display: grid;
  grid-template-columns: 3fr 3fr 3fr minmax(120px, 1fr) minmax(120px, 1fr);
  gap: 2rem;
  align-items: stretch;
}
@media (max-width: 1280px) {
  .footer__columns {
    grid-template-columns: 3fr 3fr 3fr minmax(100px, 1fr) minmax(100px, 1fr);
  }
}
@media (max-width: 1280px) {
  .footer__columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .footer__columns {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    margin: 0 auto;
    gap: 2.5rem;
  }
  .footer__columns > :nth-child(1),
  .footer__columns > :nth-child(2),
  .footer__columns > :nth-child(3) {
    grid-column: 1/-1;
  }
  .footer__columns > :nth-child(4) {
    order: 1;
    align-self: end;
  }
  .footer__columns > :nth-child(5) {
    order: 0;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
  margin: 1rem 0;
}
.footer__column p {
  margin: 0;
  padding: 0;
  font-size: clamp(18px, 0.5vw + 16px, 22px);
  color: #06334b;
}
.footer__column a {
  font-size: clamp(18px, 0.5vw + 16px, 22px);
  line-height: 100%;
  color: #06334b;
  text-decoration: underline;
}
.footer__column a:hover {
  color: #c96638;
}
.footer__column--links a {
  display: block;
  font-weight: 400;
  line-height: 100%;
  padding: 0;
}
@media (max-width: 1280px) {
  .footer__column--links a {
    padding: 10px 0;
  }
}
.footer__column--small {
  justify-content: flex-end;
}
@media (max-width: 1280px) {
  .footer__column--small {
    text-align: start;
  }
}
.footer__column--small a {
  font-size: clamp(14px, 0.5vw + 13px, 16px);
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 1280px) {
  .footer__column--small a {
    padding: 10px 0;
  }
}
@media (max-width: 640px) {
  .footer__column--small a {
    padding: 0;
  }
}
.footer__column--top {
  justify-content: flex-end;
  align-items: end;
}
@media (max-width: 1280px) {
  .footer__column--top {
    align-items: flex-start;
    text-align: left;
  }
}
.footer__column--top span {
  font-size: clamp(14px, 0.5vw + 13px, 16px);
  font-weight: 400;
  line-height: 150%;
  color: #06334b;
}
.footer address {
  font-style: normal;
  font-size: clamp(18px, 0.5vw + 16px, 22px);
  line-height: 150%;
  color: #06334b;
  margin-bottom: 1rem;
}
.footer address span {
  font-weight: 500;
}
.footer__misjon {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.footer__misjon img {
  max-width: 200px;
  width: 100%;
  justify-self: flex-start;
  height: auto;
}
.footer__misjon span {
  font-size: clamp(18px, 0.5vw + 16px, 22px);
  color: #06334b;
}
@media (max-width: 1024px) {
  .footer__misjon {
    margin-top: 5rem;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 5rem;
}
.footer__social a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.footer__social a img {
  width: 40px;
  height: 40px;
}
.footer__social a:hover {
  opacity: 0.7;
}
.footer__scroll-top {
  width: 70px;
  height: 70px;
  border: 2px solid #06334b;
  border-radius: 8px;
  background: transparent;
  color: #06334b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.footer__scroll-top svg {
  width: 31px;
  height: 38px;
}
.footer__scroll-top:hover {
  background-color: #06334b;
  color: #fbe5a1;
}
@media (max-width: 768px) {
  .footer {
    padding: 3.5rem 2rem;
    border-radius: 30px;
  }
  .footer__column--top {
    align-items: flex-start;
  }
}

.post-section-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
  margin: 96px auto 0 auto;
  max-width: 1376px;
}
@media (max-width: 1024px) {
  .post-section-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .post-section-grid {
    grid-template-columns: 1fr;
    margin: 2rem auto 2rem auto;
  }
}
.post-section-grid__item {
  position: relative;
  padding-bottom: clamp(40px, 8vw, 106px);
}
.post-section-grid__item:hover .post-section-grid__item-image img {
  transform: scale(1.05);
}
.post-section-grid__item:hover h2 {
  -webkit-text-decoration: underline 2px solid #06334b;
          text-decoration: underline 2px solid #06334b;
  text-underline-offset: 5px;
}
.post-section-grid__item-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 60px;
}
.post-section-grid__item-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(232, 175, 83, 0.3), rgba(193, 189, 189, 0), transparent);
  pointer-events: none;
  z-index: 1;
  border-radius: inherit;
}
.post-section-grid__item-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.post-section-grid__item-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 60px;
  background-color: #fcf7ea;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-section-grid__item-placeholder img {
  width: 50%;
  height: auto;
  aspect-ratio: auto;
  border-radius: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.5;
}
.post-section-grid__item h2 {
  font-size: clamp(18px, 1vw + 14px, 25px);
  font-weight: 600;
  padding: unset;
}
.post-section-grid__item-title-link-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 3rem;
}
@media (max-width: 480px) {
  .post-section-grid__item-title-link-container {
    padding-left: 2rem;
  }
}
.post-section-grid__item-title-link-container a {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.post-section-grid__item-title-link-container a img {
  margin: unset;
}
.post-section-grid__item-title-link-container img {
  width: 20px;
  height: 20px;
  aspect-ratio: auto;
  border-radius: 0;
}
.post-section-grid__item-stretched-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.post-section-grid__item-date {
  font-size: clamp(14px, 0.5vw + 13px, 16px);
  font-weight: 300;
  line-height: 150%;
  padding-left: 1rem;
  margin-top: 29px;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: clamp(32px, 5vw, 107px) 0 clamp(40px, 8vw, 182px);
  align-items: center;
}
.pagination .page-numbers:not(.next, .prev) {
  text-decoration: none;
  border: 2px solid #06334b;
  transition: border-color 0.2s ease;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: clamp(18px, 0.5vw + 16px, 22px);
}
.pagination .page-numbers:not(.next, .prev):hover {
  background-color: #e4f1f7;
  color: #06334b;
}
.pagination .page-numbers:not(.next, .prev).current {
  background-color: #06334b;
  color: #ace5fe;
}

.archive-page h1 {
  margin-bottom: clamp(1rem, 2vw, 2rem);
  text-align: center;
  padding-bottom: clamp(2rem, 4vw, 4rem);
}
.archive-page__no-results {
  background-color: #fcf7ea;
  border-radius: 60px;
  grid-column: 1/-1;
  text-align: left;
  padding: clamp(2rem, 4vw, 4rem);
  color: #06334b;
}

.archive-filter {
  display: flex;
  gap: 2rem;
  margin-bottom: clamp(32px, 5vw, 96px);
  flex-wrap: wrap;
}
.archive-filter__link {
  font-size: clamp(28px, 2vw + 20px, 40px);
  line-height: 114%;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s ease;
  padding-top: clamp(16px, 8vw, 26px);
}
.archive-filter__link:hover {
  border-bottom-color: #06334b;
}
.archive-filter__link--active {
  border-bottom-color: #06334b;
  font-weight: 600;
}

.single-post {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1580px;
}
.single-post__featured-image {
  position: relative;
  width: 100%;
  height: clamp(591px, 60vw, 815px);
  border-radius: 60px;
  overflow: hidden;
  margin: 0 auto;
}
.single-post__featured-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(232, 175, 83, 0.3), rgba(193, 189, 189, 0), transparent);
  pointer-events: none;
  z-index: 1;
  border-radius: inherit;
}
.single-post__featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post__title, .single-post__subtitle, .single-post__meta, .single-post__content {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.single-post__content {
  text-align: left;
}
.single-post__content p,
.single-post__content ul,
.single-post__content ol,
.single-post__content blockquote {
  text-align: left;
}
.single-post__content p {
  padding: 0.5rem 0;
}
.single-post__content a:not(.link-section__pill):link, .single-post__content a:not(.link-section__pill):visited {
  color: #06334b;
  text-decoration: underline;
}
.single-post__content a:not(.link-section__pill):hover, .single-post__content a:not(.link-section__pill):focus {
  color: #c96638;
}
.single-post__title {
  padding-top: 0;
  padding-bottom: clamp(32px, 5vw, 76px);
}
.single-post__title-wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.single-post__title-wrapper .single-post__title {
  margin: 0;
}
@media (max-width: 1615px) {
  .single-post__title-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.single-post__title-icon {
  position: absolute;
  left: -127px;
  color: #06334b;
}
.single-post__title-icon svg {
  width: 70px;
  height: 70px;
  fill: currentColor;
}
@media (max-width: 1615px) {
  .single-post__title-icon {
    position: static;
    margin-bottom: 1rem;
  }
  .single-post__title-icon svg {
    width: 50px;
    height: 50px;
  }
}
.single-post__subtitle {
  font-size: clamp(24px, 1.5vw + 18px, 35px);
  font-weight: 300;
  line-height: 135%;
  padding-top: 0;
  padding-bottom: clamp(32px, 5vw, 76px);
}
.single-post__intro .has-ingress-text-35-font-size {
  padding-bottom: clamp(32px, 6vw, 76px);
}
.single-post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  font-size: clamp(14px, 0.5vw + 13px, 16px);
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 2rem;
}
.single-post__date {
  color: #06334b;
  text-underline-offset: 3px;
}
.single-post__meta-time {
  color: #06334b;
}
.single-post__meta-time span {
  font-weight: 600;
}
.single-post__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.single-post__author img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-post__author strong {
  color: #06334b;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.single-post__share {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.single-post__share span {
  color: #06334b;
}
.single-post__share a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #06334b;
  transition: opacity 0.2s ease;
}
.single-post__share a:hover {
  opacity: 0.7;
}
.single-post__share a img,
.single-post__share a svg {
  width: 24px;
  height: 24px;
}

.wp-block-table,
.wp-block-list {
  max-width: 1100px;
  margin: 1rem auto;
}
.wp-block-table a,
.wp-block-list a {
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s ease;
}
.wp-block-table a:hover,
.wp-block-list a:hover {
  color: #c96638;
}
.wp-block-table .has-fixed-layout tbody td,
.wp-block-list .has-fixed-layout tbody td {
  font-size: 18px;
}

.wp-block-heading {
  padding-bottom: 1rem;
}

.wp-block-list {
  padding-left: 2rem;
  margin-top: 2rem;
  font-size: 18px;
}
.wp-block-list a {
  color: #06334b;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s ease;
}
.wp-block-list a:hover {
  color: #c96638;
}

.wp-block-column-is-layout-flow h3 {
  line-height: 1.2;
}
.wp-block-column-is-layout-flow .wp-block-list li {
  font-size: 18px;
}

.wp-block-quote {
  box-sizing: border-box;
  overflow-wrap: break-word;
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding: 1rem 0 4rem 0;
}

.wp-block-table {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: inset 0 0 0 2px #06334b;
}

.wp-block-table table {
  border-collapse: separate;
  border-spacing: 0;
}

.home p {
  max-width: unset;
  margin: 0;
}
.home h1 {
  font-size: clamp(37px, 4vw + 25px, 90px);
  line-height: 100px;
  font-weight: 500;
  max-width: unset;
  padding-bottom: unset;
  padding-top: unset;
  margin-inline: unset;
}
@media (max-width: 1280px) {
  .home h1 {
    line-height: 45px;
    padding-top: 1.5rem;
  }
}
@media (max-width: 600px) {
  .home h1 {
    line-height: 16px;
    padding-top: 2rem;
  }
}
.home h2 {
  font-size: clamp(36px, 2.5vw + 26px, 55px);
  font-weight: 500;
  line-height: 60px;
  padding-top: clamp(96px, 8vw, 182px);
  padding-bottom: clamp(32px, 3vw, 76px);
  max-width: 625px;
  width: 100%;
  margin-inline: max(0px, (100% - 1100px) / 2) auto;
}
.home h2 span {
  display: block;
}
.home h3 {
  font-size: clamp(24px, 1.5vw + 18px, 35px);
}

.contact-page__intro {
  font-size: clamp(24px, 1.5vw + 18px, 35px);
  line-height: 135%;
  color: #06334b;
  max-width: 1100px;
  margin-top: clamp(76px, 10vw, 106px);
  margin-bottom: clamp(32px, 5vw, 96px);
  padding: 0;
}
.contact-page__info {
  display: flex;
  gap: 4rem;
  padding: 0;
}
@media (max-width: 1280px) {
  .contact-page__info {
    flex-direction: column;
    gap: unset;
  }
}
.contact-page__info-column {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .contact-page__info-column {
    margin-bottom: 2rem;
  }
}
.contact-page__info p.contact-page__info-title {
  line-height: 55px;
  font-weight: 600;
}
.contact-page__info-title, .contact-page__info-text {
  font-size: clamp(18px, 1vw + 14px, 25px);
  line-height: 35px;
  margin: 0;
  padding: 0;
}
.contact-page__filter {
  margin-top: clamp(76px, 5vw, 182px);
}
.contact-page__filter h2 {
  font-size: clamp(36px, 2.5vw + 26px, 55px);
  font-weight: 600;
  margin: 0;
  padding-top: 0;
}
.contact-page__filter .employee-filter {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: clamp(5px, 0vw, 10px);
}
.contact-page__filter .employee-filter input,
.contact-page__filter .employee-filter select {
  padding: 1rem 1.25rem;
  border: 1px solid #06334b;
  border-radius: 12px;
  font-size: clamp(18px, 0.5vw + 16px, 22px);
  font-weight: 300;
  color: #06334b;
  background: transparent;
  min-width: 200px;
  max-width: 350px;
  width: 100%;
}
.contact-page__filter .employee-filter input::-moz-placeholder, .contact-page__filter .employee-filter select::-moz-placeholder {
  color: #06334b;
  opacity: 0.6;
}
.contact-page__filter .employee-filter input::placeholder,
.contact-page__filter .employee-filter select::placeholder {
  color: #06334b;
  opacity: 0.6;
}
.contact-page__filter .employee-filter input[type=text],
.contact-page__filter .employee-filter input[type=search] {
  padding-left: 3.5rem;
  background-image: url("icons/search_icon.svg");
  background-repeat: no-repeat;
  background-position: left 1rem center;
  background-size: 25px;
}
.contact-page__filter .employee-filter select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 3rem;
  background-image: url("icons/select_arrow.svg");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 25px;
  cursor: pointer;
}

.faq-page {
  padding-bottom: clamp(100px, 10vw, 284px);
}
.faq-page__header {
  margin-bottom: clamp(74px, 10vw, 109px);
  max-width: 318px;
}

.wiki-page {
  padding: clamp(1.5rem, 3vw, 3rem) 0 clamp(2.5rem, 5vw, 5rem);
}
.wiki-page__header {
  margin-bottom: clamp(2rem, 4vw, 4rem);
}
.wiki-page__header h1 {
  padding-top: clamp(1rem, 2vw, 2rem);
  font-size: clamp(36px, 2.5vw + 26px, 55px);
}
.wiki-page__layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: auto auto;
  gap: 4rem;
  align-items: start;
  max-width: 1376px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .wiki-page__layout {
    grid-template-columns: 240px 1fr;
    gap: 2rem;
  }
}
@media (max-width: 768px) {
  .wiki-page__layout {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
    gap: 2rem;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .wiki-page__layout.is-section-active .wiki-page__sidebar {
    order: 1;
  }
  .wiki-page__layout.is-section-active .wiki-page__content {
    order: 2;
  }
}
.wiki-page__layout > .wiki-login-container {
  grid-column: 1;
  grid-row: 2;
}
@media (max-width: 768px) {
  .wiki-page__layout > .wiki-login-container {
    order: 3;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .wiki-page__sidebar {
    position: static;
    order: 2;
    width: 100%;
    min-width: 0;
  }
}
.wiki-page__content {
  min-width: 0;
  grid-column: 2;
  grid-row: 1/span 3;
}
@media (max-width: 768px) {
  .wiki-page__content {
    order: 1;
    width: 100%;
  }
}
.wiki-page .wiki-login-container .wiki-login-text {
  margin-top: clamp(1.5rem, 3vw, 3rem);
  font-size: clamp(16px, 0.5vw + 14px, 20px);
  padding: 0;
  line-height: 1.6;
}
.wiki-page .wiki-login-container .wiki-login-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: clamp(1rem, 2vw, 2rem);
}
.wiki-page__no-content {
  text-align: center;
  padding: clamp(2rem, 4vw, 4rem);
  color: rgba(6, 51, 75, 0.6);
}

.wiki-landing {
  display: none;
}
.wiki-landing.is-visible {
  display: block;
}

.wiki-text-content {
  font-size: clamp(18px, 0.5vw + 16px, 22px);
  padding: 0;
}
.wiki-text-content h2, .wiki-text-content h3, .wiki-text-content h4 {
  padding-bottom: 0;
}
.wiki-text-content:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .wiki-nav {
    position: static;
  }
}
.wiki-nav__category {
  border-top: 1px solid #ace5fe;
}
.wiki-nav__category:last-child {
  border-bottom: 1px solid #ace5fe;
}
.wiki-nav__category.is-open .wiki-nav__category-toggle {
  transform: rotate(180deg);
}
.wiki-nav__category.is-open .wiki-nav__subsections {
  display: block;
}
.wiki-nav__category-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.no-subsections .wiki-nav__category-header {
  cursor: default;
  opacity: 0.5;
}
.wiki-nav__category-title {
  font-size: clamp(18px, 1vw + 14px, 25px);
  font-weight: 300;
  color: #06334b;
}
.wiki-nav__category-toggle {
  width: 16px;
  height: 16px;
  background-image: url("icons/nedtrekk_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.wiki-nav__subsections {
  display: none;
  list-style: none;
  padding: 0 0 1rem 1.5rem;
  margin: 0;
}
.wiki-nav__subsection-item {
  margin: 0;
}
.wiki-nav__subsection-link {
  display: block;
  padding: 12px 0;
  font-size: 20px;
  color: #06334b;
  text-decoration: none;
  transition: color 0.2s ease;
}
.wiki-nav__subsection-link:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wiki-nav__subsection-link.is-active {
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 500;
}

.wiki-section {
  display: none;
}
.wiki-section.is-visible {
  display: block;
}
.wiki-section__empty {
  color: rgba(6, 51, 75, 0.6);
  font-style: italic;
}

.wiki-accordion {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .wiki-accordion {
    width: 100%;
    min-width: 0;
  }
}
.wiki-accordion__item {
  border-top: 1px solid #edaa77;
}
.wiki-accordion__item:last-child {
  border-bottom: 1px solid #edaa77;
}
.wiki-accordion__item.is-open .wiki-accordion__icon::before {
  transform: rotate(45deg);
}
.wiki-accordion__item.is-open .wiki-accordion__icon::after {
  transform: rotate(45deg);
}
.wiki-accordion__item.is-open .wiki-accordion__panel {
  display: block;
}
.wiki-accordion__header {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 26px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.wiki-accordion__icon {
  position: relative;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.wiki-accordion__icon::before, .wiki-accordion__icon::after {
  content: "";
  position: absolute;
  background-color: #c96638;
  transition: transform 0.3s ease;
}
.wiki-accordion__icon::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}
.wiki-accordion__icon::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}
.wiki-accordion__title {
  font-size: clamp(18px, 1vw + 14px, 25px);
  font-weight: 500;
  color: #06334b;
}
.wiki-accordion__panel {
  display: none;
  padding: 0 0 1.5rem 2.25rem;
}
.wiki-accordion__content {
  color: #06334b;
}
.wiki-accordion__content p {
  margin-bottom: 1rem;
  padding: 0;
  font-size: clamp(18px, 0.5vw + 16px, 20px);
  line-height: clamp(28px, 0.5vw + 26px, 35px);
}
.wiki-accordion__content p:last-child {
  margin-bottom: 0;
}
.wiki-accordion__content h4, .wiki-accordion__content h5, .wiki-accordion__content h6 {
  font-size: clamp(18px, 1vw + 14px, 25px);
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  padding: 0;
}
.wiki-accordion__content h4:first-child, .wiki-accordion__content h5:first-child, .wiki-accordion__content h6:first-child {
  margin-top: 0;
}
.wiki-accordion__content ul, .wiki-accordion__content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.wiki-accordion__content a {
  color: #06334b;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wiki-accordion__content a:hover {
  color: #c96638;
}
.wiki-accordion__read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  font-size: clamp(14px, 0.5vw + 13px, 16px);
  color: #06334b;
  text-decoration: underline;
}
.wiki-accordion__read-more:hover {
  color: #c96638;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.wiki-accordion__read-more:hover .wiki-accordion__read-more-icon {
  filter: brightness(0) saturate(100%) invert(44%) sepia(36%) saturate(1176%) hue-rotate(338deg) brightness(91%) contrast(90%);
}
.wiki-accordion__read-more-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  transition: filter 0.2s ease;
}

.search-results__intro {
  margin-bottom: 1rem;
}
.search-results__lead {
  text-align: left;
  color: #06334b;
  font-weight: 300;
  line-height: 135%;
  margin-inline: auto;
  padding: 0;
}
.search-results__search {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.search-results__search-label {
  font-size: clamp(18px, 1vw + 14px, 25px);
  font-weight: 500;
  color: #06334b;
  display: block;
  margin: 0 0 clamp(1.5rem, 3vw, 3rem);
  padding: 0;
  text-align: center;
}
.search-results__search-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  justify-content: flex-start;
  margin: 5rem auto;
}
.search-results__search-input {
  flex: 0 1 auto;
  width: min(100%, 300px);
  min-width: 0;
  max-width: 300px;
  border-color: #06334b;
}
.search-results__search-input:focus, .search-results__search-input:focus-visible {
  outline: none;
  box-shadow: none;
}
.search-results__search-button {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  padding: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.search-results__search-button:focus, .search-results__search-button:focus-visible {
  outline: none;
  box-shadow: none;
}
.search-results__search-button img {
  width: 24px;
  height: 24px;
}
.search-results__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-results__item {
  padding: 0.75rem 0;
}
.search-results__title {
  margin: 0 0 0.35rem;
  font-size: clamp(18px, 1vw + 14px, 25px);
  font-weight: 600;
  line-height: 135%;
  padding-bottom: 0.5rem;
  padding-top: 2rem;
}
.search-results__title a {
  color: #06334b;
  text-decoration: none;
}
.search-results__title a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.search-results__excerpt {
  margin: 0 0 0.35rem;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.5;
  color: #06334b;
}
.search-results__item .wiki-accordion__read-more {
  margin-top: 0.15rem;
}

@media (max-width: 640px) {
  .search-results__search-row {
    flex-wrap: nowrap;
  }
}
.login h1 {
  text-align: center;
  width: 100px;
  margin: 0 auto;
}

.main--404 {
  flex: 1;
}

.error-404 {
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  padding: clamp(2rem, 6vw, 4rem) clamp(1rem, 2vw, 2rem) clamp(4rem, 8vw, 8rem);
  text-align: center;
}
.error-404__title {
  font-size: clamp(30px, 2vw + 22px, 45px);
  font-weight: 600;
  line-height: 1.2;
  color: #06334b;
  max-width: none;
  width: 100%;
  margin: 0 auto clamp(1.5rem, 3vw, 3rem);
  padding: 0;
  margin-inline: auto;
}
.error-404__lead {
  font-size: clamp(24px, 1.5vw + 18px, 35px);
  font-weight: 300;
  line-height: 135%;
  color: #06334b;
  max-width: 36em;
  margin: 0 auto clamp(2.5rem, 5vw, 5rem) !important;
  padding: 0 !important;
}
.error-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1.5rem, 3vw, 3rem);
  justify-content: center;
  align-items: center;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}
.error-404__btn.btn-primary {
  justify-content: center;
}
.error-404__search {
  max-width: 100%;
  margin: 0 auto;
  padding-top: 0;
  display: block;
}
.error-404__search-label {
  font-size: clamp(18px, 1vw + 14px, 25px);
  font-weight: 500;
  color: #06334b;
  display: block;
  margin: 0 0 clamp(2rem, 4vw, 4rem) !important;
  padding: 0 !important;
  max-width: none !important;
  text-align: center;
}
.error-404__search-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: nowrap;
  margin-top: 0;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  justify-content: flex-start;
}
.error-404__search-input {
  flex: 0 1 auto;
  width: min(100%, 300px);
  min-width: 0;
  max-width: 300px;
}
.error-404__search-button {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  padding: 0.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.error-404__search-button:focus, .error-404__search-button:focus-visible {
  outline: none;
  box-shadow: none;
}
.error-404__search-button img {
  width: 24px;
  height: 24px;
}
.error-404 .search-form {
  width: 100%;
}
.error-404 .search-form__input {
  width: 100%;
  border-color: #06334b;
}
.error-404 .search-form__input:focus, .error-404 .search-form__input:focus-visible {
  outline: none;
  box-shadow: none;
}

@media (max-width: 640px) {
  .error-404 {
    padding-inline: 1rem;
  }
  .error-404__search-label {
    margin-bottom: clamp(2.5rem, 5vw, 5rem) !important;
  }
  .error-404__search-row {
    gap: 0.5rem;
    flex-wrap: nowrap;
  }
}

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