/* CssVars count: 9 */

:root {

/* webhostname.MetaData(CssVars) guid: 97e32647a48840d58803a34f0faf162d */

 --header-background-color: 0 0 0;
 --header-foreground-color: 255 255 255;
 --footer-background-color: 255 255 255;
 --footer-foreground-color: 0 0 0;
 --branding-primary-color: 128 186 255;
 --branding-cta-color: 255 99 13;
 --branding-cta-foreground-color: 0 0 0;
 --branding-primary-foreground-color: 0 0 0;
}


/* WebHostname.Css guid: 97e32647a48840d58803a34f0faf162d */

/* Dette er en kommentar fra Host Name 97e32647a48840d58803a34f0faf162d*/

@font-face {
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-ExtraLight.ttf');
    font-display: swap;
    font-family: "poppins";
    font-weight: 200;
    font-style: normal;
}
@font-face {
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-Light.ttf');
    font-display: swap;
    font-family: "poppins";
    font-weight: 300;
    font-style: normal;
}
@font-face {
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-Regular.ttf');
    font-display: swap;
    font-family: "poppins";
    font-weight: 400;
    font-style: normal;
}
@font-face {
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-Medium.ttf');
    font-display: swap;
    font-family: "poppins";
    font-weight: 500;
    font-style: normal;
}
@font-face {
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-SemiBold.ttf');
    font-display: swap;
    font-family: "poppins";
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "poppins";
    src: url('/admin/page-builder/web/fonts/poppins/Poppins-Bold.ttf');
    font-display: swap;
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Anton';
    src: url('/admin/page-builder/web/fonts/anton/Anton-Regular.ttf') format('truetype');
    font-display: swap;
}

:root {
    --color-text-dark: 73 69 79;
    --font-heading: 'Anton';
}

* {
    font-family: "poppins", ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.section-title, 
.hero-item-content-title, 
.welcome-banner-mobile h1,
.animated-header-heading span {
    font-family: var(--font-heading), ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}


/* WebSectionTemplate.Css guid: a07f51d94f95412d992219d8825038d9 */

.animated-header {
  padding-top: 63px;
  padding-bottom: 25px;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: bold;
}
.animated-header__center-aligned {
  text-align: center;
}
.animated-header-heading {
  position: relative;
  width: 100%;
  line-height: 1;
}
.animated-header-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .animated-header-inner {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .animated-header-inner {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .animated-header-inner {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .animated-header-inner {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .animated-header-inner {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.animated-header-animating-container {
  position: relative;
  display: inline-block;
  overflow-wrap: anywhere;
  width: 100%;
}
.animated-header-animating__hidden {
  pointer-events: none;
  visibility: hidden;
  display: block;
  white-space: normal;
  width: 100%;
  word-break: normal;
}
.animated-header-static {
  display: block;
}
.animated-header-animating {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  white-space: normal;
  width: 100%;
  word-break: normal;
  overflow-y: hidden;
}
.animated-header.no-bg .animated-header-animating {
  color: rgb(var(--branding-primary-color));
}
.animated-header.colored-bg {
  color: rgb(var(--branding-primary-foreground-color));
  background-color: rgb(var(--branding-primary-color));
}
.animated-header.colored-bg .animated-header-animating--hidden {
  -webkit-text-stroke: 3px rgb(var(--branding-primary-foreground-color));
}
.animated-header.colored-bg .animated-header-animating {
  color: rgb(var(--branding-primary-color));
  paint-order: stroke fill;
  -webkit-text-stroke: 3px rgb(var(--branding-primary-foreground-color));
}
.animated-header .Typewriter__cursor {
  border-right: 2px solid black;
}

.animated-header.no-bg:has(+ .colored-bg),
.animated-header.colored-bg:has(+ .no-bg) {
  padding-bottom: 50px;
}

.animated-header:has(+ .text-section) {
  padding-bottom: 20px;
}

.animated-header.colored-bg + .text-section.colored-bg,
.animated-header.no-bg + .text-section.no-bg {
  padding-top: 0;
}

@media (width >= 48rem) {
  .animated-header {
    padding-top: 125px;
    padding-bottom: 50px;
    font-size: 100px;
  }
  .animated-header:has(+ .text-section) {
    padding-bottom: 25px;
  }
  .animated-header.colored-bg .animated-header-animating--hidden {
    -webkit-text-stroke: 5px rgb(var(--branding-primary-foreground-color));
  }
  .animated-header.colored-bg .animated-header-animating {
    -webkit-text-stroke: 5px rgb(var(--branding-primary-foreground-color));
  }
  .animated-header.no-bg:has(+ .colored-bg),
  .animated-header.colored-bg:has(+ .no-bg) {
    padding-bottom: 100px;
  }
}


/* WebSectionTemplate.Css guid: cf752448a32a4c2888c74bb8f3ea503d */

.masonry-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.masonry-section.colored-bg {
  background: rgb(var(--branding-primary-color));
  color: rgb(var(--branding-primary-foreground-color));
}
.masonry-section .masonry {
  display: flex;
  flex-direction: column;
}
.masonry-section .masonry > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.masonry-section .masonry-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .masonry-section .masonry-container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .masonry-section .masonry-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .masonry-section .masonry-container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .masonry-section .masonry-container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .masonry-section .masonry-container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.masonry-section .masonry-container .section-title {
  text-align: center;
}
.masonry-section .masonry-container .section-title:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .masonry-section .masonry-container .section-title:not(:last-child) {
    margin-bottom: 25px;
  }
}
.masonry-section .masonry-container .masonry-description {
  text-align: center;
}
.masonry-section .masonry-container .masonry-description:not(:last-child) {
  margin-bottom: 30px;
}
.masonry-section .masonry-container .masonry-description p {
  max-width: 65ch;
}
.masonry-section .masonry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  grid-auto-rows: 150px;
}
.masonry-section .masonry-grid.masonry-style-1 .item-1 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}
.masonry-section .masonry-grid.masonry-style-2 .item-1 {
  grid-row: span 2 / span 2;
}
.masonry-section .masonry-grid.masonry-style-2 .item-2 {
  grid-row: span 2 / span 2;
}
.masonry-section .masonry-grid.masonry-style-3 .item-1 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}
.masonry-section .masonry-grid.masonry-style-3 .item-2 {
  grid-row: span 2 / span 2;
}
.masonry-section .masonry-grid.masonry-style-3 .item-3 {
  grid-row: span 2 / span 2;
}
.masonry-section .masonry-grid.masonry-style-4 .item-1 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}
.masonry-section .masonry-grid.masonry-style-4 .item-2 {
  grid-column: span 1 / span 1;
  grid-row: span 2 / span 2;
}
.masonry-section .masonry-grid.masonry-style-4 .item-3, .masonry-section .masonry-grid.masonry-style-4 .item-4 {
  grid-column: span 1 / span 1;
  grid-row: span 1 / span 1;
}
.masonry-section .masonry-grid.masonry-style-5 .item-1 {
  grid-column: span 2 / span 2;
  grid-row: span 2 / span 2;
}
.masonry-section .masonry-grid.masonry-style-5 .item-2 {
  grid-row: span 2 / span 2;
}
.masonry-section .masonry-grid.masonry-style-5 .item-4 {
  grid-row: span 2 / span 2;
}
@media (min-width: 1024px) {
  .masonry-section .masonry-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 237px;
  }
  .masonry-section .masonry-grid.masonry-style-1 .item-1 {
    grid-column: span 3 / span 3;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-2 .item-1 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-2 .item-2 {
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-3 .item-1 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-3 .item-2 {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
  }
  .masonry-section .masonry-grid.masonry-style-3 .item-3 {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
  }
  .masonry-section .masonry-grid.masonry-style-4 .item-1, .masonry-section .masonry-grid.masonry-style-4 .item-2 {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-4 .item-3, .masonry-section .masonry-grid.masonry-style-4 .item-4 {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
  }
  .masonry-section .masonry-grid.masonry-style-5 .item-1 {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-5 .item-2 {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-5 .item-3 {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
  }
  .masonry-section .masonry-grid.masonry-style-5 .item-4 {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
  }
  .masonry-section .masonry-grid.masonry-style-5 .item-5 {
    grid-column: span 3 / span 3;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-6 .item-1 {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-6 .item-2 {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-6 .item-3 {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
  }
  .masonry-section .masonry-grid.masonry-style-6 .item-4 {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
  }
  .masonry-section .masonry-grid.masonry-style-6 .item-5 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-6 .item-6 {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-7 .item-1 {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-7 .item-2 {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-7 .item-3 {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
  }
  .masonry-section .masonry-grid.masonry-style-7 .item-4 {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
  }
  .masonry-section .masonry-grid.masonry-style-7 .item-5 {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
  }
  .masonry-section .masonry-grid.masonry-style-7 .item-6 {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-7 .item-7 {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
  }
  .masonry-section .masonry-grid.masonry-style-8 .item-1 {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-8 .item-2 {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-8 .item-3 {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
  }
  .masonry-section .masonry-grid.masonry-style-8 .item-4 {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
  }
  .masonry-section .masonry-grid.masonry-style-8 .item-5 {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
  }
  .masonry-section .masonry-grid.masonry-style-8 .item-6 {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-8 .item-7 {
    grid-column: span 1 / span 1;
    grid-row: span 2 / span 2;
  }
  .masonry-section .masonry-grid.masonry-style-8 .item-8 {
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 1;
  }
}
.masonry-section .masonry-item {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 0.75rem;
  position: relative;
  overflow: hidden;
}
.masonry-section .masonry-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.75rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.masonry-section .masonry-item:hover img {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.masonry-section .masonry-item-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1rem;
}
.masonry-section .masonry-item-overlay .masonry-item-title-container {
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .masonry-section .masonry-item-overlay .masonry-item-title-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.masonry-section .masonry-item-overlay .masonry-item-title-container h1 {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {
  .masonry-section .masonry-item-overlay .masonry-item-title-container h1 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.ungsys-section.no-bg:has(+ .masonry-section.no-bg),
.masonry-section.no-bg:has(+ .ungsys-section.no-bg),
.ungsys-section.colored-bg:has(+ .masonry-section.colored-bg),
.masonry-section.colored-bg:has(+ .ungsys-section.colored-bg) {
  padding-bottom: 20px;
}

.ungsys-section.no-bg + .masonry-section.no-bg,
.masonry-section.no-bg + .ungsys-section.no-bg,
.ungsys-section.colored-bg + .masonry-section.colored-bg,
.masonry-section.colored-bg + .ungsys-section.colored-bg {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .masonry-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ungsys-section.no-bg:has(+ .masonry-section.no-bg),
  .masonry-section.no-bg:has(+ .ungsys-section.no-bg),
  .ungsys-section.colored-bg:has(+ .masonry-section.colored-bg),
  .masonry-section.colored-bg:has(+ .ungsys-section.colored-bg) {
    padding-bottom: 40px;
  }
  .ungsys-section.no-bg + .masonry-section.no-bg,
  .masonry-section.no-bg + .ungsys-section.no-bg,
  .ungsys-section.colored-bg + .masonry-section.colored-bg,
  .masonry-section.colored-bg + .ungsys-section.colored-bg {
    padding-top: 40px;
  }
}


/* WebSectionTemplate.Css guid: e30e234e1dfb4af4bb7b70ec3d6f04d3 */

.employee-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.employee-section a {
  color: inherit;
}
.employee-section.colored-bg {
  background: rgb(var(--branding-primary-color));
  color: rgb(var(--branding-primary-foreground-color));
}
.employee-section.colored-bg .employee-position, .employee-section.colored-bg .employee-contact-icon-container {
  color: rgb(var(--branding-primary-foreground-color));
}
.employee-section.colored-bg .employee-contact-icon-container {
  border-color: rgb(var(--branding-primary-foreground-color));
}
.employee-section.colored-bg .employee-swiper .swiper-button-next, .employee-section.colored-bg .employee-swiper .swiper-button-prev {
  background: rgb(var(--branding-primary-foreground-color));
  color: rgb(var(--branding-primary-color));
}
.employee-section.colored-bg .employee-swiper .swiper-button-next.swiper-button-disabled, .employee-section.colored-bg .employee-swiper .swiper-button-prev.swiper-button-disabled {
  border: 1px solid rgb(var(--branding-primary-foreground-color));
  color: rgb(var(--branding-primary-foreground-color));
  background: rgb(var(--branding-primary-color));
}
.employee-section .employee-section-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .employee-section .employee-section-container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .employee-section .employee-section-container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .employee-section .employee-section-container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .employee-section .employee-section-container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .employee-section .employee-section-container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.employee-section .employee-section-container {
  display: flex;
  flex-direction: column;
}
.employee-section .section-title {
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .employee-section .section-title {
    margin-bottom: 25px;
  }
}
.employee-section .section-description {
  text-align: center;
  margin-bottom: 25px;
}
.employee-section .employee-list {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 56px;
}
@media (min-width: 768px) {
  .employee-section .employee-list {
    display: flex;
  }
}
.employee-section .employee-swiper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.employee-section .employee-swiper .swiper-wrapper {
  width: 276px;
}
.employee-section .employee-swiper .swiper-button-next, .employee-section .employee-swiper .swiper-button-prev {
  width: 24px;
  height: 24px;
  background: rgb(var(--branding-primary-color));
  color: rgb(var(--branding-primary-foreground-color));
  opacity: 1;
}
.employee-section .employee-swiper .swiper-button-next.swiper-button-disabled, .employee-section .employee-swiper .swiper-button-prev.swiper-button-disabled {
  border: 1px solid #D9D9D9;
  color: #D9D9D9;
  background-color: rgb(var(--branding-primary-foreground-color));
}
.employee-section .employee-swiper .swiper-button-prev {
  position: absolute;
  top: 130px;
  left: 0;
}
.employee-section .employee-swiper .swiper-button-next {
  position: absolute;
  top: 130px;
  right: 0;
}
@media (min-width: 768px) {
  .employee-section .employee-swiper {
    display: none;
  }
}
.employee-section .employee-item {
  display: flex;
  flex-direction: column;
  width: 284px;
}
.employee-section .employee-image-container {
  overflow: hidden;
  margin-bottom: 16px;
  border-radius: 17px;
}
.employee-section .employee-image {
  transition-property: transform;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: 284px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.employee-section .employee-image:hover, .employee-section .employee-image:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.employee-section .employee-position {
  color: rgb(var(--branding-primary-color));
  margin-bottom: 10px;
  text-transform: uppercase;
  word-break: break-word;
}
.employee-section .employee-name {
  word-break: break-word;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 14px;
}
.employee-section .employee-contact {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 14px;
}
.employee-section .employee-contact-icon-container {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(var(--branding-primary-color));
  border: 1px solid rgb(var(--branding-primary-color));
  font-weight: 600;
  border-radius: 9999px;
}
.employee-section .employee-contact-icon-container .material-symbols-rounded {
  font-size: 16px;
  line-height: 16px;
}
.employee-section .employee-contact-info {
  font-weight: 600;
  word-break: break-word;
  text-decoration: none;
}
@media (min-width: 768px) {
  .employee-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}


/* WebSectionTemplate.Css guid: 8864a1cb61a04ec7be75c566033f8cf3 */

.media-section .media-container {
  overflow: hidden;
}
.media-section .media {
  -o-object-fit: cover;
     object-fit: cover;
  height: 197px;
  width: 100%;
}
.media-section img.media {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.media-section img.media:hover, .media-section img.media:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.media-section.colored-bg {
  background-color: rgb(var(--branding-primary-color));
}
.media-section.media-section__full-width .media {
  min-width: 100%;
}
.media-section.media-section__full-width.media-section__bordered .media {
  border-color: rgb(var(--branding-primary-color));
  border-left: 0;
  border-right: 0;
}
.media-section.media-section__centered {
  padding-top: 25px;
  padding-bottom: 25px;
}
.media-section.media-section__centered .media-section-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .media-section.media-section__centered .media-section-inner {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .media-section.media-section__centered .media-section-inner {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .media-section.media-section__centered .media-section-inner {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .media-section.media-section__centered .media-section-inner {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .media-section.media-section__centered .media-section-inner {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.media-section.media-section__centered .media-container, .media-section.media-section__centered video.media {
  border-radius: 5px;
}
.media-section.media-section__centered.colored-bg {
  padding-top: 40px;
  padding-bottom: 40px;
}
.media-section.media-section__bordered .media {
  border-width: 4px;
  border-style: solid;
}
.media-section.media-section__bordered.colored-bg .media {
  border-color: rgb(var(--branding-primary-foreground-color));
}
.media-section.media-section__bordered.no-bg .media {
  border-color: rgb(var(--branding-primary-color));
}

.ungsys-section.no-bg + .media-section.media-section__centered.colored-bg {
  padding-top: 40px;
}

.media-section.media-section__centered.no-bg:has(+ .ungsys-section.colored-bg) {
  padding-bottom: 40px;
}

.ungsys-section.colored-bg + .media-section.media-section__centered.colored-bg,
.media-section.media-section__centered.colored-bg + .ungsys-section.colored-bg {
  padding-top: 12.5px;
}

.media-section.media-section__centered.colored-bg:has(+ .ungsys-section.colored-bg),
.ungsys-section.colored-bg:has(+ .media-section.media-section__centered.colored-bg) {
  padding-bottom: 12.5px;
}

@media (width >= 48rem) {
  .media-section .media {
    height: 460px;
  }
  .media-section.media-section__centered {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .media-section.media-section__centered .media-container, .media-section.media-section__centered video.media {
    border-radius: 15px;
  }
  .media-section.media-section__centered.colored-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .ungsys-section.no-bg + .media-section.media-section__centered.colored-bg {
    padding-top: 80px;
  }
  .media-section.media-section__centered.no-bg:has(+ .ungsys-section.colored-bg) {
    padding-bottom: 80px;
  }
  .ungsys-section.colored-bg + .media-section.media-section__centered.colored-bg,
  .media-section.media-section__centered.colored-bg + .ungsys-section.colored-bg {
    padding-top: 25px;
  }
  .media-section.media-section__centered.colored-bg:has(+ .ungsys-section.colored-bg),
  .ungsys-section.colored-bg:has(+ .media-section.media-section__centered.colored-bg) {
    padding-bottom: 25px;
  }
}


/* WebSectionTemplate.Css guid: af1d8b0e80214b0caea16ec354b6c3b6 */

.slideshow-gallery-section {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}@media (min-width: 640px) {.slideshow-gallery-section {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}@media (min-width: 768px) {.slideshow-gallery-section {
    max-width: 768px;
  }
}@media (min-width: 1024px) {.slideshow-gallery-section {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}@media (min-width: 1280px) {.slideshow-gallery-section {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}@media (min-width: 1536px) {.slideshow-gallery-section {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}.slideshow-gallery-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.slideshow-gallery-section .section-title {
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .slideshow-gallery-section .section-title {
    margin-bottom: 25px;
  }
}
.slideshow-gallery-section .section-description {
  text-align: center;
  overflow-wrap: break-word;
}
.slideshow-gallery-section .section-description:not(:last-child) {
  margin-bottom: 30px;
}
.slideshow-gallery-section .section-description p {
  max-width: 65ch;
}
.slideshow-gallery-section .slideshow-gallery {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {.slideshow-gallery-section .slideshow-gallery {
    flex-direction: row;
    gap: 1.25rem;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main {
  width: 100%;
}
@media (min-width: 1024px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main {
    width: calc(100% - 94px);
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper {
  height: 235px;
  position: relative;
}
@media (min-width: 768px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper {
    height: 570px;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-slide {
  width: 100%;
  aspect-ratio: 1.72/1;
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-button-prev, .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-button-prev, .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-main .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail {
  width: 100%;
}
@media (min-width: 1024px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail {
    width: 74px;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail .swiper {
  height: 71px;
}
@media (min-width: 1024px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail .swiper {
    height: 570px;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail .swiper-slide {
  width: 100px;
}
@media (min-width: 1024px) {
  .slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail .swiper-slide {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.63;
  }
}
.slideshow-gallery-section .slideshow-gallery .slideshow-gallery-thumbnail .swiper-slide img {
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}


/* WebSectionTemplate.Css guid: 2e9f26cb06f94bf691adce89c2006ec5 */

.highlights-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.highlights-section.highlights-section__double .section-content > article {
  display: none;
}
.highlights-section .highlights-header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .highlights-section .highlights-header {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .highlights-section .highlights-header {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .highlights-section .highlights-header {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .highlights-section .highlights-header {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .highlights-section .highlights-header {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.highlights-section .carousel-swiper {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .highlights-section .carousel-swiper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.highlights-section .carousel-header {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .highlights-section .carousel-header {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .highlights-section .carousel-header {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .highlights-section .carousel-header {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .highlights-section .carousel-header {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .highlights-section .carousel-header {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.highlights-section .section-title {
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .highlights-section .section-title {
    margin-bottom: 25px;
  }
}
.highlights-section .highlights-description {
  text-align: center;
  margin-bottom: 30px;
  word-break: break-word;
}
@media (min-width: 768px) {
  .highlights-section .highlights-description {
    margin-bottom: 50px;
  }
}
.highlights-section .news-action-button {
  text-decoration: none;
}
@media (min-width: 768px) {
  .highlights-section .swiper-navigation-wrapper {
    gap: 0.5rem;
  }
}
.highlights-section .swiper-navigation-wrapper {
  display: flex;
  justify-content: space-between;
}
.highlights-section .swiper-navigation-wrapper:not(:has(.swiper-button-lock)) {
  margin-bottom: 15px;
}
.highlights-section .swiper-navigation-wrapper .swiper-button-next, .highlights-section .swiper-navigation-wrapper .swiper-button-prev {
  width: 24px;
  height: 24px;
}
.highlights-section .card-item .card-header {
  margin-bottom: 10px;
}
.highlights-section .card-item .card-header .card-header-text {
  font-weight: 700;
  font-size: 20px;
}
@media (min-width: 768px) {
  .highlights-section .card-item .card-header .card-header-text {
    font-size: 24px;
  }
}
.highlights-section .card-item .card-image-container {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 12px;
}
.highlights-section .card-item .card-body-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (min-width: 768px) {
  .highlights-section .card-item .card-body-description {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.highlights-section .card-item .card-action {
  margin-top: 20px;
}
.highlights-section .card-item .card-image {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.highlights-section .card-item .card-image:hover, .highlights-section .card-item .card-image:focus {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.highlights-section.highlights-section__single .section-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .highlights-section.highlights-section__single .section-content {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .highlights-section.highlights-section__single .section-content {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .highlights-section.highlights-section__single .section-content {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .highlights-section.highlights-section__single .section-content {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .highlights-section.highlights-section__single .section-content {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.highlights-section.highlights-section__single .card-image-container {
  width: 100%;
  aspect-ratio: 1.43/1;
  height: -moz-min-content;
  height: min-content;
}
.highlights-section.highlights-section__single .card-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
.highlights-section.highlights-section__single .card-item .card-body-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
@media (min-width: 768px) {
  .highlights-section.highlights-section__single .card-item {
    flex-direction: row;
    gap: 80px;
  }
  .highlights-section.highlights-section__single .card-image-container {
    width: 50%;
    aspect-ratio: 1.43/1;
    margin-bottom: 0;
  }
  .highlights-section.highlights-section__single .card-content {
    width: 50%;
  }
}
.highlights-section.highlights-section__double .section-content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .highlights-section.highlights-section__double .section-content {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .highlights-section.highlights-section__double .section-content {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .highlights-section.highlights-section__double .section-content {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .highlights-section.highlights-section__double .section-content {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .highlights-section.highlights-section__double .section-content {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.highlights-section.highlights-section__double .section-content {
  display: flex;
  gap: 80px;
}
.highlights-section.highlights-section__double .swiper-slide {
  width: 100%;
}
@media (width >= 375px) {
  .highlights-section.highlights-section__double .swiper-slide {
    width: 317px;
  }
}
.highlights-section.highlights-section__double .card-item {
  width: 100%;
}
.highlights-section.highlights-section__double .card-item .card-body-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.highlights-section.highlights-section__double .card-item .card-content {
  width: 100%;
}
.highlights-section.highlights-section__double .card-item .card-image-container {
  width: 100%;
  aspect-ratio: 1.43/1;
}
@media (min-width: 768px) {
  .highlights-section.highlights-section__double .card-item .card-image-container {
    margin-bottom: 30px;
  }
}
.highlights-section.highlights-section__multiple .section-content {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
.highlights-section.highlights-section__multiple .card-item .card-image-container {
  width: 100%;
  aspect-ratio: 1.43/1;
}
@media (min-width: 768px) {
  .highlights-section.highlights-section__multiple .card-item .card-image-container {
    margin-bottom: 30px;
  }
}
.highlights-section.highlights-section__multiple .swiper-slide {
  width: 100%;
}
@media (width >= 375px) {
  .highlights-section.highlights-section__multiple .swiper-slide {
    width: 317px;
  }
}
@media (min-width: 1024px) {
  .highlights-section.highlights-section__multiple .swiper-slide {
    width: 422px;
  }
  .highlights-section.highlights-section__multiple .card-item {
    width: 100%;
  }
  .highlights-section.highlights-section__multiple .card-item .card-content {
    width: 100%;
  }
  .highlights-section.highlights-section__multiple .card-item .card-image {
    height: 297px;
    width: 100%;
  }
}
.highlights-section.colored-bg {
  background: rgb(var(--branding-primary-color));
  color: rgb(var(--branding-primary-foreground-color));
}
@media (min-width: 768px) {
  .highlights-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .highlights-section:not(.highlights-section__multiple) .section-content > article {
    display: block;
  }
  .highlights-section:not(.highlights-section__multiple).highlights-section__single .section-content > article {
    display: flex;
  }
  .highlights-section:not(.highlights-section__multiple) .section-content > .swiper {
    display: none;
  }
}

.ungsys-section.no-bg:has(+ .highlights-section.no-bg),
.highlights-section.no-bg:has(+ .ungsys-section.no-bg),
.ungsys-section.colored-bg:has(+ .highlights-section.colored-bg),
.highlights-section.colored-bg:has(+ .ungsys-section.colored-bg) {
  padding-bottom: 20px;
}

.ungsys-section.no-bg + .highlights-section.no-bg,
.highlights-section.no-bg + .ungsys-section.no-bg,
.ungsys-section.colored-bg + .highlights-section.colored-bg,
.highlights-section.colored-bg + .ungsys-section.colored-bg {
  padding-top: 20px;
}

@media (min-width: 768px) {
  .ungsys-section.no-bg:has(+ .highlights-section.no-bg),
  .highlights-section.no-bg:has(+ .ungsys-section.no-bg),
  .ungsys-section.colored-bg:has(+ .highlights-section.colored-bg),
  .highlights-section.colored-bg:has(+ .ungsys-section.colored-bg) {
    padding-bottom: 40px;
  }
  .ungsys-section.no-bg + .highlights-section.no-bg,
  .highlights-section.no-bg + .ungsys-section.no-bg,
  .ungsys-section.colored-bg + .highlights-section.colored-bg,
  .highlights-section.colored-bg + .ungsys-section.colored-bg {
    padding-top: 40px;
  }
}


/* WebSectionTemplate.Css guid: 5015d348a7684472876b6ad3873683d3 */

.class-display-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .class-display-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.class-display-section + .ungsys-section.no-bg,
.ungsys-section.no-bg + .class-display-section {
  padding-top: 20px;
}

.class-display-section:has(+ .ungsys-section.no-bg),
.ungsys-section.no-bg:has(+ .class-display-section) {
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .class-display-section + .ungsys-section.no-bg,
  .ungsys-section.no-bg + .class-display-section {
    padding-top: 40px;
  }
  .class-display-section:has(+ .ungsys-section.no-bg),
  .ungsys-section.no-bg:has(+ .class-display-section) {
    padding-bottom: 40px;
  }
}


/* WebSectionTemplate.Css guid: df05d204cca449568eaabc25e749d7d8 */

.text-section {
  padding-top: 40px;
  padding-bottom: 40px;
  word-break: break-word;
}
.text-section-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 640px) {
  .text-section-inner {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {
  .text-section-inner {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .text-section-inner {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {
  .text-section-inner {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px) {
  .text-section-inner {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}
.text-section__center-aligned {
  text-align: center;
}
.text-section__left-aligned {
  text-align: left;
}
.text-section.no-bg:has(+ .no-bg) {
  padding-bottom: 12.5px;
}
.text-section.no-bg + .no-bg {
  padding-top: 12.5px;
}
.text-section.colored-bg {
  background-color: rgb(var(--branding-primary-color));
  color: rgb(var(--branding-primary-foreground-color));
}
.text-section.colored-bg:has(+ .colored-bg) {
  padding-bottom: 12.5px;
}
.text-section.colored-bg + .colored-bg {
  padding-top: 12.5px;
}
.text-section .section-title {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .text-section .section-title {
    margin-bottom: 25px;
  }
  .text-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .text-section .section-title {
    margin-bottom: 15px;
  }
  .text-section.no-bg:has(+ .no-bg) {
    padding-bottom: 25px;
  }
  .text-section.no-bg + .no-bg {
    padding-top: 25px;
  }
  .text-section.colored-bg:has(+ .colored-bg) {
    padding-bottom: 25px;
  }
  .text-section.colored-bg + .colored-bg {
    padding-top: 25px;
  }
}


