@font-face {
  font-family: "TT Norms Pro Regular";
  src: url("../fonts/TT Norms Pro Regular.woff2") format("woff2"), url("../fonts/TT Norms Pro Regular.woff") format("woff"), url("../fonts/TT Norms Pro Regular.otf") format("opentype");
}
@font-face {
  font-family: "TT IQUW GROUP NORMS Bold";
  src: url("../fonts/TT IQUW GROUP NORMS Bold.woff2") format("woff2"), url("../fonts/TT IQUW GROUP NORMS Bold.woff") format("woff"), url("../fonts/TT IQUW GROUP NORMS Bold.otf") format("opentype"), url("../fonts/TT IQUW GROUP NORMS Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "TT IQUW GROUP NORMS Regular";
  src: url("../fonts/TT IQUW GROUP NORMS Regular.woff2") format("woff2"), url("../fonts/TT IQUW GROUP NORMS Regular.woff") format("woff"), url("../fonts/TT IQUW GROUP NORMS Regular.otf") format("opentype"), url("../fonts/TT IQUW GROUP NORMS Regular.eot") format("embedded-opentype");
}
.darkblue-text {
  color: #012b3a !important;
}

.white-text {
  color: white !important;
}

a {
  color: inherit;
}

.bg-darkblue {
  background-color: #012b3a !important;
}

.bg-peach {
  background-color: #fbf4ed !important;
}

.bg-lightgreen {
  background-color: #b5e3d8 !important;
}

.bg-green {
  background-color: #00a499 !important;
}

.bg-pink {
  background-color: #ff808b !important;
}

.bg-white {
  color: #012b3a;
}

.bg-gradient-image {
  background-image: url("../images/header-gradient.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.border-peach {
  border-color: #fbf4ed !important;
}

.values-carousel .bg-pinkoutline {
  border: 1px solid #ff808b;
}

html {
  font-size: 26px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body {
  font-family: "TT Norms Pro Regular", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: #012b3a;
  letter-spacing: 0.02em;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

main {
  flex-grow: 1;
}

.smaller-text {
  font-size: 18px;
}

.small-text {
  font-size: 14px;
}

@media only screen and (max-width: 767.98px) {
  html {
    font-size: 18px;
  }
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "TT Norms Pro Regular", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

.fw-normal {
  font-family: "TT Norms Pro Regular", sans-serif;
  font-weight: 400;
}

.fw-bold {
  font-family: "TT IQUW GROUP NORMS Bold", sans-serif;
  font-weight: 400 !important;
}

b, strong {
  font-family: "TT IQUW GROUP NORMS Bold", sans-serif;
  font-weight: 400;
}

.row-gap-6 {
  row-gap: 5rem !important;
}

h1 {
  font-size: 96px;
}

@media only screen and (max-width: 767.98px) {
  h1 {
    font-size: 48px;
  }
}
.text :last-child {
  margin-bottom: 0;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  margin-bottom: 1rem;
}
.text ul, .text ol {
  padding-left: 1rem;
}
.text ul li, .text ol li {
  margin-bottom: 1rem;
}
.text ul li:last-of-type, .text ol li:last-of-type {
  margin-bottom: 0;
}
.text a:not(.button):not(.btn):not(.read-more) {
  text-decoration: underline;
}

.section-margin-top {
  margin-top: 5rem !important;
}

.section-margin-bottom {
  margin-bottom: 5rem !important;
}

.section-vertical-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 767.98px) {
  .section-vertical-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
header nav.navbar .nav-link {
  color: white;
  font-size: 18px;
}
header nav.navbar .nav-link.active {
  color: white;
}
header .offcanvas .btn-close {
  --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}

@media (min-width: 992px) {
  header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
}
body.scrolled header nav.navbar {
  background-color: rgba(0, 0, 0, 0.3);
}

.navbar-toggler {
  border: none;
  padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

header.overlap {
  margin-bottom: -96px;
}
header.sticky-top {
  z-index: 1021;
}
header nav.navbar {
  padding: 1rem 0;
}
header nav.navbar .navbar-brand {
  display: flex;
  padding: 0;
}
header nav.navbar .nav-link {
  text-transform: uppercase;
}

/*@media (min-width: 1200px) { 
    header {
    nav.navbar {

        .nav-link {
            padding-top:0;
            padding-bottom:0;
        }
    }
}
}*/
@media (max-width: 991.98px) {
  header {
    /*&.overlap {
        margin-bottom:0;
    }*/
  }
  header nav.navbar {
    padding: 0;
    background-color: transparent;
  }
  header nav.navbar .navbar-brand img {
    width: 84px;
  }
  header nav.navbar .navbar-brand, header nav.navbar .navbar-toggler {
    z-index: 2;
  }
}
.btn {
  background-color: #012b3a;
  border-color: #012b3a;
  border-radius: 24px;
  color: #012b3a;
  padding: 0.5rem 1.5rem;
}
.btn.bg-white {
  border-color: white;
}
.btn:hover, .btn:active {
  background-color: #012b3a !important;
  border-color: #012b3a !important;
}
.btn.outline-button {
  background-color: transparent;
  border-color: #012b3a;
}
.btn.darkblue {
  background-color: #012b3a;
  border-color: #012b3a;
  color: white;
}
.btn.darkblue:hover, .btn.darkblue:active {
  background-color: #012b3a !important;
  border-color: #012b3a !important;
  color: #012b3a;
}

@media (max-width: 575.98px) {
  .btn {
    padding: 0.25rem 0.75rem;
    font-size: 14px;
  }
}
.timeline-carousel .box-contents {
  min-height: 300px;
}
.timeline-carousel .year {
  font-size: 40px;
  padding-bottom: 47px;
  background-image: url("../images/graphic_timeline-line.svg");
  background-repeat: no-repeat;
  background-size: auto 32px;
  background-position: left bottom;
}

.header-image {
  min-height: 700px;
  background-size: cover;
  background-position: center center;
  /*&::before {
      content: '';
      z-index: 1;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
  }*/
}
.header-image.image-overlay {
  position: relative;
}
.header-image.image-overlay::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  background-color: rgba(1, 43, 58, 0.7);
  z-index: 0;
}
.header-image.image-overlay .container {
  position: relative;
}
.header-image h1.header-title {
  color: white;
}
.header-image .text {
  color: white;
}

@media (min-width: 992px) {
  .header-image {
    background-attachment: fixed;
  }
  .header-image .text {
    font-size: 36px;
  }
}
.policy-page .header-image {
  min-height: 500px;
}

@media (max-width: 575.98px) {
  .header-image {
    min-height: 600px;
  }
  .header-image h1.header-title {
    font-size: 32px;
  }
  .policy-page .header-image {
    height: auto;
    min-height: 400px;
  }
}
/* partner logos */
.partner-logos-layout .logo {
  width: auto;
  height: 70px;
}

/* tables */
.table {
  border: 1px solid #dee2e6;
  font-size: 16px;
}
.table th, .table td {
  border: 1px solid #dee2e6;
  background-color: #f1f5fa;
}

/* Webtoffee */
.wcc-category-list .wcc-category-list-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.wcc-category-list table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
  font-size: 1rem;
  color: #012b3a;
}
.wcc-category-list table th, .wcc-category-list table td {
  background-color: #f1f5fa;
  color: #012b3a;
  border-color: #dee2e6;
  font-size: 16px;
}

/* embla */
.embla {
  overflow: hidden;
  --slide-spacing: 1rem;
  --slide-size: 25%;
}
.embla.timeline-carousel {
  --slide-spacing: 0rem;
  --slide-size: 25%;
}
.embla.leadership-carousel {
  --slide-spacing: 1rem;
  --slide-size: 20%;
}
.embla.people-carousel {
  --slide-spacing: 1rem;
  --slide-size: calc(1320px - 1.5rem);
}
.embla.values-carousel {
  --slide-spacing: 1rem;
  --slide-size: calc(((1320px - 1.5rem) - 1.5rem) / 2);
}
.embla.articles-carousel {
  --slide-spacing: 1rem;
  --slide-size: 33.3333%;
}
.embla.image-and-text-carousel {
  --slide-spacing: 1rem;
  --slide-size: 25%;
}
@media (max-width: 1399.98px) {
  .embla {
    --slide-spacing: 1rem;
    --slide-size: 33.333333%;
  }
  .embla.timeline-carousel {
    --slide-spacing: 0rem;
    --slide-size: 33.333333%;
  }
  .embla.leadership-carousel {
    --slide-spacing: 1rem;
    --slide-size: 33.333333%;
  }
  .embla.people-carousel {
    --slide-spacing: 1rem;
    --slide-size: calc(1140px - 1.5rem);
  }
  .embla.values-carousel {
    --slide-spacing: 1rem;
    --slide-size: calc(((1140px - 1.5rem) - 1.5rem) / 2);
  }
  .embla.articles-carousel {
    --slide-spacing: 1rem;
    --slide-size: 33.333333%;
  }
}
.embla.image-and-text-carousel {
  --slide-spacing: 1rem;
  --slide-size: 25%;
}
@media (max-width: 1199.98px) {
  .embla.people-carousel {
    --slide-spacing: 1rem;
    --slide-size: calc(960px - 1.5rem);
  }
  .embla.values-carousel {
    --slide-spacing: 1rem;
    --slide-size: calc(((960px - 1.5rem) - 1.5rem) / 2);
  }
}
@media (max-width: 991.98px) {
  .embla {
    --slide-spacing: 1rem;
    --slide-size: 50%;
  }
  .embla.timeline-carousel {
    --slide-spacing: 0rem;
    --slide-size: 50%;
  }
  .embla.leadership-carousel {
    --slide-spacing: 1rem;
    --slide-size: 50%;
  }
  .embla.people-carousel {
    --slide-spacing: 1rem;
    --slide-size: calc(720px - 1.5rem);
  }
  .embla.values-carousel {
    --slide-spacing: 1rem;
    --slide-size: calc(((720px - 1.5rem) - 1.5rem) / 2);
  }
  .embla.articles-carousel {
    --slide-spacing: 1rem;
    --slide-size: 50%;
  }
  .embla.image-and-text-carousel {
    --slide-spacing: 1rem;
    --slide-size: 50%;
  }
}
@media (max-width: 767.98px) {
  .embla.people-carousel {
    --slide-spacing: 1rem;
    --slide-size: calc(540px - 1.5rem);
  }
  .embla.values-carousel {
    --slide-spacing: 1rem;
    --slide-size: calc(((540px - 1.5rem) - 1.5rem) / 2);
  }
}
@media (max-width: 575.98px) {
  .embla {
    --slide-spacing: 1rem;
    --slide-size: 100%;
  }
  .embla.timeline-carousel {
    --slide-spacing: 0rem;
    --slide-size: 60%;
  }
  .embla.leadership-carousel {
    --slide-spacing: 1rem;
    --slide-size: 60%;
  }
  .embla.people-carousel {
    --slide-spacing: 1rem;
    --slide-size: calc(100% - 0.75rem);
  }
  .embla.values-carousel {
    --slide-spacing: 1rem;
    --slide-size: calc(100% - 0.75rem);
  }
  .embla.articles-carousel {
    --slide-spacing: 1rem;
    --slide-size: 100%;
  }
  .embla.image-and-text-carousel {
    --slide-spacing: 1rem;
    --slide-size: 100%;
  }
}

.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
}

.embla__slide {
  flex: 0 0 var(--slide-size);
  min-width: 0;
  margin-right: var(--slide-spacing);
}
.embla__slide.spacer-slide {
  --spacer-slide-size: 0.75rem;
  flex: 0 0 var(--spacer-slide-size);
}
@media (min-width: 1400px) {
  .embla__slide.spacer-slide {
    --spacer-slide-size: calc(((100vw - (1320px - 0.75rem)) / 2));
    flex: 0 0 var(--spacer-slide-size);
    margin-right: 0;
  }
}

.timeline-carousel .embla__slide .text, .timeline-carousel .embla__slide .year {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.leadership-carousel .embla__slide .text {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.people-carousel .embla__slide h5, .people-carousel .embla__slide .job-title, .people-carousel .embla__slide .text {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.values-carousel .embla__slide h5, .values-carousel .embla__slide .text {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.articles-carousel .embla__slide h5, .articles-carousel .embla__slide .text {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* oEmbeds */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* pagination */
.pagination-links .page-numbers {
  border: 2px solid #012b3a;
  border-radius: 20px;
  display: block;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-links .page-numbers.disabled {
  opacity: 0;
}
.pagination-links .page-numbers:hover:not(.disabled), .pagination-links .page-numbers.current {
  background-color: #012b3a;
  color: white;
}
.pagination-links .page-numbers:not(.prev):not(.next) {
  margin-left: 5px;
  margin-right: 5px;
  width: 35px;
  height: 35px;
}
.pagination-links .page-numbers.prev, .pagination-links .page-numbers.next {
  width: 200px;
}
.pagination-links .page-numbers.prev {
  margin-right: auto;
}
.pagination-links .page-numbers.next {
  margin-left: auto;
}

/* modal */
.modal {
  --bs-modal-bg: #012b3a;
}

.modal-content {
  border: none;
  background-color: transparent;
}

.modal-backdrop {
  --bs-backdrop-bg: #012b3a;
  --bs-backdrop-opacity: 0.9;
}

.modal-header {
  padding-bottom: 0;
}
.modal-header .btn-close {
  opacity: 1;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
}

.modal-body .embed-container iframe {
  border: 2px solid #1aa7ff;
  border-radius: 0.5rem;
}

.modal-footer {
  padding: 0;
}

.modal-header, .modal-footer {
  border: none;
}

@media (min-width: 992px) {
  .modal-dialog {
    max-width: 800px;
  }
}
@media (min-width: 1400px) {
  .modal-dialog {
    max-width: 1000px;
  }
}
/* footer */
footer nav.navbar .nav-link {
  color: white;
  font-size: 14px;
  padding: 0;
}
footer nav.navbar .nav-link.active {
  color: white;
}

#menu-footer-navigation .nav-link {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.footer__socials a {
  margin-right: 0.5rem;
}
.footer__socials a:last-of-type {
  margin-right: 0;
}/*# sourceMappingURL=app.css.map */