@font-face {
  font-family: Inter \- Lokal;
  src: url('../fonts/inter-v13-latin-300.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter \- Lokal;
  src: url('../fonts/inter-v13-latin-700.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter \- Lokal;
  src: url('../fonts/inter-v13-latin-regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter \- Lokal;
  src: url('../fonts/inter-v13-latin-500.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter \- Lokal;
  src: url('../fonts/inter-v13-latin-800.woff2') format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter \- Lokal;
  src: url('../fonts/inter-v13-latin-900.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter \- Lokal;
  src: url('../fonts/inter-v13-latin-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --main-color: green;
  --transparent: transparent;
  --size--page-padding: 1.25rem;
  --second-color: red;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.footer-brand-image {
  width: 100%;
  max-width: none;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.made-by-contentura {
  width: 150px;
  max-width: none;
  position: static;
  inset: auto 10% 1% auto;
}

.footer-dark {
  position: relative;
}

.mb-contentura-link {
  transition: all .2s;
}

.mb-contentura-link:hover {
  transform: scale(.95);
}

.footer-copyright-center {
  color: var(--white);
  text-align: center;
  font-size: .8rem;
  line-height: 1rem;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: .1rem;
  margin-top: 4rem;
  margin-bottom: 1.2rem;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
}

.container-regular {
  width: 100%;
  max-width: 1400px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: var(--black);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  line-height: 1.3rem;
  text-decoration: none;
  transition: all .5s;
}

.nav-link:hover {
  color: var(--main-color);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: .25rem 2.2rem .25rem 0;
  transition: all .5s;
}

.nav-dropdown-toggle:hover {
  color: var(--main-color);
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding: .4rem 1.5rem;
  font-size: 1rem;
  line-height: 1.3rem;
  transition: all .5s;
}

.nav-dropdown-link:hover {
  color: var(--main-color);
}

.nav-button-wrapper {
  margin-left: 120px;
}

.main-button {
  border: .15rem solid var(--main-color);
  background-color: var(--main-color);
  padding: 1rem 1.6rem;
  transition: all .5s;
}

.main-button:hover {
  color: #fff;
  background-color: #32343a;
}

.main-button.transparent {
  border: .15rem solid var(--main-color);
  background-color: var(--transparent);
  color: var(--main-color);
}

.social-links-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-icon {
  width: 2rem;
  max-width: none;
}

.title-small {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.footer-brand {
  width: 16rem;
  transition: all .3s;
}

.footer-brand:hover {
  transform: scale(.95);
}

.container-footer {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.footer-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 5rem;
  display: grid;
}

.footer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .2rem;
  margin-bottom: .2rem;
  text-decoration: none;
  display: flex;
}

.footer-block {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #fff;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
  text-decoration: none;
  transition: all .5s;
}

.footer-link:hover {
  color: var(--main-color);
}

.footer-link.wrap {
  white-space: normal;
}

.section {
  padding: 6rem 3rem;
}

.container-large {
  max-width: 1400px;
}

.container-medium {
  max-width: 1200px;
}

.container-small {
  max-width: 1000px;
}

.flex-vertical-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.flex-vertical-wrapper.center {
  justify-content: flex-start;
  align-items: center;
}

.flex-horizontal-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.flex-horizontal-wrapper.center {
  justify-content: flex-start;
  align-items: center;
}

.spacer-xlarge {
  height: 7rem;
}

.spacer-large {
  height: 5rem;
}

.spacer-medium {
  height: 3rem;
}

.spacer-small {
  height: 1rem;
}

.white {
  color: var(--white);
}

.center {
  text-align: center;
}

.black {
  color: var(--black);
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  line-height: 4rem;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 3.5rem;
}

.h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  line-height: 3rem;
}

.h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 2.5rem;
}

.h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  line-height: 2rem;
}

.paragraph-normal {
  margin-bottom: 0;
}

.display-none {
  display: none;
}

.footer-bottom-wrapper {
  border-top: .15rem solid var(--white);
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  padding-top: 1rem;
  display: flex;
}

.caps {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.bildpool-grid {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.bildpool-image {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .mb-contentura-link {
    right: 8%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 1rem;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .menu-button.w--open {
    background-color: var(--main-color);
    color: #fff;
    border-radius: .22rem;
  }

  .footer-brand {
    width: 12rem;
  }

  .footer-content {
    margin-left: 20px;
  }

  .section {
    padding-right: var(--size--page-padding);
    padding-left: var(--size--page-padding);
  }

  .footer-dark-2 {
    border-bottom-style: none;
  }
}

@media screen and (max-width: 767px) {
  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .mb-contentura-link {
    position: static;
  }

  .footer-divider {
    margin-top: 1rem;
    margin-bottom: .8rem;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding: 1rem 2.5rem 1rem 1rem;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button.w--open {
    padding: .75rem;
  }

  .social-links-wrapper {
    margin-top: 20px;
  }

  .footer-content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    margin-left: 0;
  }

  .social-logo-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-block {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    align-items: center;
  }

  .footer-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-bottom-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-dark-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .made-by-contentura {
    width: 120px;
  }

  .footer-dark {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .footer-divider {
    margin-top: 1rem;
  }

  .navbar-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .social-links-wrapper {
    margin-top: 0;
  }

  .title-small {
    margin-bottom: .3rem;
  }

  .footer-brand {
    justify-content: center;
    align-items: center;
    width: 40vw;
    display: flex;
  }

  .container-footer {
    max-width: none;
  }

  .footer-content {
    grid-column-gap: 1rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .social-logo-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-link {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .footer-dark-2 {
    border-bottom-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }
}


@font-face {
  font-family: 'Inter - Lokal';
  src: url('../fonts/inter-v13-latin-300.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter - Lokal';
  src: url('../fonts/inter-v13-latin-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter - Lokal';
  src: url('../fonts/inter-v13-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter - Lokal';
  src: url('../fonts/inter-v13-latin-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter - Lokal';
  src: url('../fonts/inter-v13-latin-800.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter - Lokal';
  src: url('../fonts/inter-v13-latin-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter - Lokal';
  src: url('../fonts/inter-v13-latin-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}