section.kompetanse-text {
  overflow: visible;
  -ms-grid-columns: (minmax(0, 1fr))[12] !important;
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
section.kompetanse-text .kompetanse-text__gallery {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
  position: relative;
  overflow: visible;
  margin-top: 12.5rem;
}
section.kompetanse-text .kompetanse-text__gallery-item {
  position: relative;
  display: inline-block;
  max-width: 16.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
section.kompetanse-text .kompetanse-text__gallery-item .image-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
section.kompetanse-text .kompetanse-text__gallery-item .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: inset(0 0 100% 0);
  -webkit-transition: clip-path 1.5s ease-out;
  transition: clip-path 1.5s ease-out;
}
section.kompetanse-text .kompetanse-text__gallery-item.is-visible img {
  clip-path: inset(0 0 0 0);
}
@container main (max-width: 47.9375rem) {
  section.kompetanse-text .kompetanse-text__gallery-item.is-visible img {
    margin-top: 0 !important;
  }
}
section.kompetanse-text .kompetanse-text__content {
  border-top: 1px solid var(--disabled);
  border-bottom: 1px solid var(--disabled);
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}
section.kompetanse-text .kompetanse-text__item {
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}
section.kompetanse-text .kompetanse-text__item-heading {
  font: var(--h2-font);
  margin-bottom: 0.75rem;
}
section.kompetanse-text .kompetanse-text__item-copy {
  font: var(--h4-font);
  color: var(--color-text);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.kompetanse-text .kompetanse-text__item-copy p {
  margin: 0 0 1.125rem;
}
section.kompetanse-text .kompetanse-text__item-copy p:last-of-type {
  margin-bottom: 0;
}
@container main (max-width: 89.9375rem) {
  section.kompetanse-text .kompetanse-text__item-copy {
    margin-bottom: 0.625rem;
  }
}
section.kompetanse-text .kompetanse-text__item-gallery {
  display: none;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
section.kompetanse-text .kompetanse-text__item-gallery figure {
  margin: 0;
}
section.kompetanse-text .kompetanse-text__item-list {
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}
section.kompetanse-text .kompetanse-text__item-list p {
  font: var(--eyebrow-font);
}
section.kompetanse-text .kompetanse-text__item-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
section.kompetanse-text .kompetanse-text__item-list li {
  font: var(--caption-font);
  color: var(--color-text);
}
@container main (max-width: 79.9375rem) {
  section.kompetanse-text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.kompetanse-text .kompetanse-text__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@container main (max-width: 47.9375rem) {
  section.kompetanse-text {
    padding: 1.5rem;
    gap: 1.5rem;
  }
  section.kompetanse-text .kompetanse-text__gallery {
    display: none;
  }
  section.kompetanse-text .kompetanse-text__item-gallery {
    display: block;
    margin-bottom: 0.75rem;
  }
  section.kompetanse-text .kompetanse-text__item-gallery .kompetanse-text__gallery-item {
    width: 100% !important;
    margin: 0 auto 0.75rem;
    -webkit-transform: none !important;
            transform: none !important;
  }
  section.kompetanse-text .kompetanse-text__item-gallery .kompetanse-text__gallery-item .image-wrapper {
    clip-path: inset(0 0 0 0);
  }
  section.kompetanse-text .kompetanse-text__item-gallery .kompetanse-text__gallery-item:first-child {
    margin-top: 0 !important;
  }
}