@charset "UTF-8";
:root {
  --primary-color: #000000;
  --accent-color: #214473;
  --color-dark-blue: #081426;
  --color-light-blue: #889BA6;
  --color-xlight-blue: #CFD7DB;
  --color-white: #ffffff;
  --color-black: #000000;
  --primary-color-career: #204673;
  --mix: rgb(0 0 0);
  --mix-light: rgb(255 255 255);
  --contrast: color-mix(in lab, currentcolor 15%, var(--mix));
  --contrast-light: color-mix(in lab, currentcolor 30%, var(--mix-light));
}

@font-face {
  font-family: "boston_trafficregular";
  src: url("../fonts/boston-webfont.eot");
  src: url("../fonts/boston-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/boston-webfont.woff") format("woff"), url("../fonts/boston-webfont.ttf") format("truetype"), url("../fonts/boston-webfont.svg#boston_trafficregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN1451Engschrift";
  src: url("../fonts/din1451engschrift-webfont.eot"); /* För IE9- */
  src: url("../fonts/din1451engschrift-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/din1451engschrift-webfont.woff") format("woff"), url("../fonts/din1451engschrift-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  height: 100%;
  position: relative;
}

body {
  color: var(--color-white);
  background: var(--primary-color);
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
body.bg-light {
  background: var(--color-xlight-blue);
  color: var(--primary-color);
}
body.bg-light main a {
  color: var(--primary-color);
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img,
embed,
object,
video,
iframe {
  max-width: 100%;
}

video,
iframe,
img {
  height: auto;
}

.embed {
  position: relative;
  padding: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */ /* 4:3 aspect ratio its padding-bottom: 75% */
  height: 0;
  overflow: hidden;
  margin-bottom: 2em;
}
.embed iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  color: #fff;
}
iframe a {
  color: #fff;
}
iframe body.iframe-default {
  color: var(--color-white) !important;
}
iframe body.iframe-default a {
  color: var(--color-white) !important;
}

.video-section-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  height: 100%;
  margin-bottom: 32px;
  aspect-ratio: 16/9;
}

.video-section {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.video-wrapper video,
.video-wrapper iframe {
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-top: 5px;
}

.alignright {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
  margin-top: 5px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 5px;
}

img.alignnone {
  margin: 0;
}

img.alignleft,
img.alignright {
  max-width: 50%;
}

figure {
  margin: 0;
}

figcaption {
  font-size: 0.75em;
  margin-top: 2px;
}

.table {
  display: table;
  height: 90%;
  width: 100%;
  position: relative;
  z-index: 9;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#navigate-to {
  width: 100%;
  text-align: center;
  background-color: #fffeeb;
  overflow: hidden;
  z-index: 1;
}
#navigate-to .accessibility-link {
  color: #000;
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  outline: 0;
}
#navigate-to .accessibility-link:focus {
  padding: 16px;
  display: block;
  position: static !important;
  height: auto;
  width: 100%;
  outline: none;
}

.tab-navigation a:focus,
.tab-navigation button:focus,
.tab-navigation input:focus,
.tab-navigation textarea:focus {
  outline: 1px solid #ff5400 !important;
  outline-offset: -2px;
}

/* LINKS
--------------------------------------------------------*/
a {
  color: var(--color-white);
  text-decoration: none;
}
a:hover {
  color: #ffffff;
}

.arrow-list {
  display: inline-block;
  text-decoration: none;
  vertical-align: top;
  margin-top: -2px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0.1, 1), -webkit-transform 0.2s cubic-bezier(0.5, 0, 0.1, 1);
}

a:hover .arrow-list {
  -webkit-transform: translate3d(4px, 0, 0);
  transform: translate3d(4px, 0, 0);
}

/* TYPOGRAPHY
--------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}
h1.small,
h1 small, h2.small,
h2 small, h3.small,
h3 small, h4.small,
h4 small, h5.small,
h5 small, h6.small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

h1.small,
h1 small, h2.small,
h2 small, h3.small,
h3 small {
  font-size: 65%;
}

h4.small,
h4 small, h5.small,
h5 small, h6.small,
h6 small {
  font-size: 75%;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.75rem;
}

p {
  margin: 0 0 16px;
}

.lead {
  font-size: 24px;
  line-height: 1.2;
}

.header-section h1, .header-section h2 {
  margin-top: 0;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--color-white);
}

/* SECTIONS
--------------------------------------------------------*/
.site-width,
.site-width--n,
.site-width--w {
  max-width: 1440px;
  width: calc(100% - 32px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .site-width,
  .site-width--n,
  .site-width--w {
    width: calc(100% - 64px);
  }
}

.site-width--n {
  max-width: 972px;
}

.site-width--w {
  max-width: 2000px;
}

.section-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 0;
}
.section-wrapper:before, .section-wrapper:after {
  content: " ";
  display: table;
}
.section-wrapper:after {
  clear: both;
}
.section-wrapper + .section-wrapper {
  padding-top: 0;
}
.section-wrapper + [class*=w-bg-],
.section-wrapper + .section-fullcover {
  padding-top: 48px;
}
@media only screen and (min-width: 1200px) {
  .section-wrapper {
    padding: 62px 0;
  }
  .section-wrapper + [class*=w-bg-],
  .section-wrapper + .section-fullcover {
    padding-top: 62px;
  }
}

[class*=w-bg-] + .section-wrapper {
  padding-top: 48px;
}
@media only screen and (min-width: 1200px) {
  [class*=w-bg-] + .section-wrapper {
    padding-top: 62px;
  }
}
[class*=w-bg-].w-bg-dark-blue + .w-bg-dark-blue {
  padding-top: 0;
}
[class*=w-bg-].w-bg-light-blue + .w-bg-light-blue {
  padding-top: 0;
}
[class*=w-bg-].w-bg-xlight-blue + .w-bg-xlight-blue {
  padding-top: 0;
}
[class*=w-bg-].w-bg-black + .w-bg-black {
  padding-top: 0;
}
[class*=w-bg-].w-bg-white + .w-bg-white {
  padding-top: 0;
}

main > .section-wrapper:first-child,
main .section-breadcrumb:first-child {
  margin-top: 48px;
}
@media (min-width: 768px) {
  main > .section-wrapper:first-child,
  main .section-breadcrumb:first-child {
    margin-top: 100px;
  }
}

.display-hero {
  height: 100svh;
  min-height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .display-hero {
    height: 100vh;
  }
}
.display-hero.min-height-100svh {
  height: 100svh;
  padding: 100px 0;
}
.display-hero h1 {
  margin: 0;
}
.display-hero h1 br {
  display: none;
}
@media (min-width: 600px) {
  .display-hero h1 br {
    display: inline;
  }
}
.display-hero .site-width {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.display-hero .site-width.content-center {
  justify-content: center;
  text-align: center;
}

.display-hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  max-width: 1142px;
}
.display-hero-content .subheader {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .display-hero-content .subheader {
    font-size: 36px;
  }
}
.display-hero-content .btn {
  margin-top: 0;
}
.display-hero-content h1 + p {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .display-hero-content h1 + p {
    font-size: 36px;
  }
}
.display-hero-content h1 + .btn {
  margin-top: 16px;
}

.display-hero-content--list {
  display: flex;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 10;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.display-hero-content--list li {
  margin: 16px 0;
  padding: 0 60px;
  justify-content: flex-start;
  width: 37.5%;
  align-items: stretch;
  border-right: 2px solid #fff;
  text-transform: uppercase;
}
.display-hero-content--list li:last-of-type {
  border-right: none;
}
.display-hero-content--list li:nth-child(2) {
  width: 25%;
}
.display-hero-content--list h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
}

.hero-b-icon {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.hero-b-icon > div {
  position: relative;
}
.hero-b-icon a {
  pointer-events: auto;
}

.shortcut-item {
  display: flex;
  flex-direction: column;
}
.shortcut-item .title {
  font-size: 20px;
  font-weight: 500;
}
.shortcut-item .arrow-list svg {
  width: 16px;
}

.sms-avi {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
}
.sms-avi img {
  max-width: 50px;
}

.info-text-hero {
  display: flex;
  flex-direction: row;
  position: absolute;
  left: 0;
  bottom: 48px;
  justify-content: center;
  align-items: center;
}
.info-text-hero .arrow-list {
  width: 16px;
}
.info-text-hero:hover {
  text-decoration: underline;
}
.info-text-hero span {
  display: flex;
  flex-shrink: 0;
}
.info-text-hero img {
  flex-shrink: 1;
}

.icon-title {
  font-size: 14px;
  display: block;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .icon-title {
    font-size: 18px;
  }
}

.icon {
  display: inline-block;
}

.icon-right {
  margin-left: 8px;
}

.icon-left {
  margin-right: 12px;
}

.copyright-width {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 2000px) {
  .copyright-width {
    padding: 0;
  }
}

.copyright {
  font-size: 14px;
  margin-top: 24px;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section-header h1 {
  margin: 0;
  margin-bottom: 2px;
}
.section-header h1 + p {
  font-size: 20px;
}
@media (min-width: 768px) {
  .section-header h1 + p {
    font-size: 24px;
  }
  .article .section-header h1 + p {
    text-transform: none;
    font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
.section-header p {
  font-size: 18px;
}
.section-header .btn {
  margin-top: 24px;
}
.section-header .subheader {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .section-header .subheader {
    margin-bottom: 64px;
  }
}

.subheader {
  font-size: 21px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.banner-text-module .subheader {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .banner-text-module .subheader {
    margin-bottom: 48px;
  }
}

.listning-arrow {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-top: 0;
}
.listning-arrow li {
  display: flex;
  flex-shrink: 0;
  margin-bottom: 12px;
}
.listning-arrow li:before {
  content: "";
  display: flex;
  flex-shrink: 0;
  background-image: url(../img/arrow-medium.svg);
  width: 18px;
  height: 18px;
  margin-top: 4px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}
.listning-arrow sup {
  top: 0.5rem;
}

/* HEADER
--------------------------------------------------------*/
.header {
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 600;
}
@media only screen and (min-width: 768px) {
  .header {
    height: 110px;
  }
}

.header-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.25s;
  flex-shrink: 0;
  background: rgba(0, 0, 0, 0);
}
.header-area:hover {
  background: rgb(0, 0, 0);
}
.header-area:hover .main-nav--sub a {
  color: var(--color-white);
}
body.has-active-menu .header-area:hover {
  background: rgba(0, 0, 0, 0);
}
.has-active-sub-menu .header-area {
  background: rgb(0, 0, 0);
}
body.w-bg-xlight-blue .header-area {
  background: rgba(0, 0, 0, 0);
}
.scroll .header-area {
  height: 50px;
  background: rgb(0, 0, 0);
}
body.w-bg-xlight-blue .scroll .header-area {
  background: rgb(0, 0, 0);
}
.scroll .header-area .header-area {
  height: 50px;
}
.header-area .logo {
  width: 180px;
  margin-right: 32px;
}
.header-area .logo svg {
  width: 180px;
}
body.has-active-menu .header-area .logo {
  opacity: 0;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .header-area {
    height: 110px;
  }
  .scroll .header-area {
    height: 90px;
  }
  .scroll .header-area .header-area {
    height: 90px;
  }
}
.header-area .site-width--w {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

body.w-bg-xlight-blue .logo-btc path {
  fill: #000000;
}
body.w-bg-xlight-blue .scroll .logo-btc {
  transition: fill 0.25s;
}
body.w-bg-xlight-blue .scroll .logo-btc path {
  fill: #FFFFFF;
}
body.w-bg-xlight-blue .expand svg rect {
  fill: #000000;
}
body.w-bg-xlight-blue .scroll .expand svg rect {
  fill: #FFFFFF;
}
body.w-bg-xlight-blue .top-nav a {
  color: #000000;
}
body.w-bg-xlight-blue .scroll .top-nav a {
  color: #FFFFFF;
}

/* NAV
--------------------------------------------------------*/
.header-nav-section {
  display: flex;
  flex-direction: row;
  flex: 1;
  font-weight: 500;
}

.main-nav {
  list-style: none;
  font-size: 18px;
  margin: 0;
  padding: 0;
  display: none;
}
@media (min-width: 1140px) {
  .main-nav {
    display: flex;
  }
}
.main-nav li {
  display: flex;
  padding: 5px 20px;
}
.main-nav li.active > a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.main-nav li:last-of-type {
  padding-right: 0;
}
.main-nav li > .main-nav--sub-wrapper.expanded {
  display: flex;
}
.main-nav a {
  color: var(--color-white);
  padding: 24px 0;
}
body.w-bg-xlight-blue .main-nav a {
  color: var(--color-black);
}
.main-nav .expand {
  display: inline-block;
  margin-left: 8px;
}
.main-nav .expand svg {
  margin-top: -1px;
  width: 10px;
}
.main-nav .expand.is-active rect.vertical-line {
  opacity: 0;
}

body.w-bg-xlight-blue .scroll .main-nav a {
  transition: color 0.25s;
  color: var(--color-white);
}

.main-nav--sub-wrapper {
  width: 100%;
  background: var(--color-black);
  position: absolute;
  top: 80px;
  left: 0;
  transition: all 0.25s;
  display: none;
  justify-content: flex-end;
  padding-block: 40px 60px;
}
.main-nav--sub-wrapper .site-width--w {
  display: flex;
  justify-content: flex-start;
}
.scroll .main-nav--sub-wrapper {
  top: 60px;
}
.main-nav--sub-wrapper.active {
  display: flex;
}

.main-nav--sub {
  width: 100%;
  font-size: 24px;
  text-transform: none;
  list-style: none;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
}
.main-nav--sub li {
  padding: 0;
}
.main-nav--sub li.active a {
  text-decoration: underline;
  text-underline-offset: 6px;
}
.main-nav--sub li.navigation-title {
  grid-column: span 4/span 4;
  font-size: 28px;
}
.main-nav--sub li.navigation-title .arrow-list svg {
  width: 16px;
}
.main-nav--sub a {
  padding-block: 16px;
}
.main-nav--sub a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.top-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  font-size: 18px;
  margin: 0;
  margin-left: auto;
  padding: 0;
  position: relative;
}
.top-nav li {
  padding: 0;
  padding-right: 0;
}
.top-nav li:last-of-type {
  padding-right: 0;
  display: none;
}
@media (min-width: 1140px) {
  .top-nav li:last-of-type {
    display: flex;
  }
}
.top-nav a {
  color: var(--color-white);
}
.top-nav .header-menu-toggler {
  position: relative;
}
@media (min-width: 1140px) {
  .top-nav .header-menu-toggler {
    display: none;
  }
}

.m-menu--close,
.menu-toggler {
  background: transparent;
  color: var(--color-white);
  border: none;
  padding: 0;
  position: relative;
  z-index: 300;
  display: flex;
  justify-content: center;
}
.m-menu--close:hover,
.menu-toggler:hover {
  background: transparent;
}

.m-menu--close {
  display: none;
}

body.has-active-menu .menu-toggler {
  display: none;
}
body.has-active-menu .m-menu--close {
  display: inline-block;
}

.data-grid--item .data {
  line-height: 1.2;
  color: var(--accent-color);
  letter-spacing: -0.2rem;
}

/* BREADCRUMB
--------------------------------------------------------*/
.breadcrumb {
  display: none;
  list-style: none;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  height: 32px;
  color: var(--color-white);
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media only screen and (min-width: 600px) {
  .breadcrumb {
    display: flex;
    height: 50px;
    font-size: 16px;
    align-items: center;
  }
}
.breadcrumb li {
  max-width: 250px;
  height: 40px;
  padding-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: flex;
  align-items: end;
  line-height: 1;
}
.breadcrumb li:after {
  content: " ";
  color: var(--color-white);
  margin: 0 6px 0 6px;
  background-image: url(../img/bg-breadcrumb-after-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 9px;
  height: 16px;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb a {
  text-decoration: none;
  color: var(--color-white);
}
.bg-light .breadcrumb {
  color: var(--primary-color);
}
.bg-light .breadcrumb li {
  color: var(--primary-color);
}
.bg-light .breadcrumb li:after {
  color: var(--primary-color);
  background-image: url(../img/bg-breadcrumb-after.svg);
}
.bg-light .breadcrumb a {
  color: var(--primary-color);
}

/* MODULES
--------------------------------------------------------*/
.module-notification {
  padding: 40px 50px;
  padding-right: 140px;
  position: relative;
}
.module-notification h2 {
  margin-top: 0;
  padding-bottom: 12px;
  display: inline-block;
  border-bottom: 2px solid var(--color-white);
  max-width: 340px;
}
.module-notification h3, .module-notification h4 {
  margin-top: 0 !important;
}
.module-notification .arrow-forward {
  position: absolute;
  right: 50px;
  bottom: 40px;
  transition: all 0.2s;
}
.module-notification.module-notification--small {
  padding: 20px 30px;
}
.module-notification a {
  text-decoration: underline;
}

a.module-notification {
  transition: all 0.2s;
}
a.module-notification:hover {
  color: #fff;
}
a.module-notification:hover.border-left {
  border-color: var(--color-white);
}
a.module-notification:hover .arrow-forward {
  transform: translate3d(3px, 0, 0);
}

.module-services {
  transition: all 0.2s;
  position: relative;
}
.module-services:hover {
  color: var(--color-white);
}
.module-services:hover .bg-module-gradient {
  opacity: 1;
  transition: all 0.2s;
}
.module-services:hover .bg-module-gradient.inverted {
  opacity: 0.8;
}
.module-services:hover .arrow-forward {
  transform: translate3d(3px, 0, 0);
}
.module-services:hover h3 {
  border-color: var(--color-white);
}
.module-services .arrow-forward {
  position: absolute;
  right: 30px;
  bottom: 40px;
  transition: all 0.2s;
}

.module-services--text-content {
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 100%;
  z-index: 2;
  padding: 0 32px;
  padding-right: 80px;
}
.module-services--text-content h2,
.module-services--text-content h3 {
  margin: 0;
  padding: 5px 0;
  display: inline-block;
  transition: all 0.2s;
  border-bottom: 2px solid transparent;
}
.module-services--text-content > div {
  text-transform: uppercase;
  font-size: 24px;
  color: #889BA6;
  display: flex;
  align-items: center;
}
.module-services--text-content .arrow {
  display: flex;
  align-items: center;
  margin: 0 10px;
}

.module-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module-list li {
  display: flex;
  margin-bottom: 6px;
  align-items: center;
}
.module-list li:before {
  content: " ";
  width: 6px;
  height: 10px;
  margin-right: 6px;
  background-image: url(../img/arrow-small.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.module-list a {
  text-decoration: none;
}

.bg-module-gradient {
  background: radial-gradient(50% 50% at 50% 50%, rgba(48, 57, 108, 0.83) 0%, rgba(20, 27, 42, 0.83) 100%);
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.bg-module-gradient.inverted {
  background: radial-gradient(50% 50% at 50% 50%, rgba(48, 57, 108, 0.8) 0%, rgba(20, 27, 42, 0.8) 100%);
  background-blend-mode: multiply;
  opacity: 1;
}

.bg-opacity {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}

.blockquote {
  margin-top: 100px;
}
.blockquote blockquote {
  font-size: 28px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .blockquote blockquote {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .blockquote blockquote {
    font-size: 60px;
  }
}
.blockquote blockquote:before {
  content: "“";
  position: absolute;
  font-size: 128px;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: absolute;
  left: 0;
  top: -90px;
}
.blockquote.text-medium blockquote {
  font-size: 22px;
}
@media (min-width: 768px) {
  .blockquote.text-medium blockquote {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .blockquote.text-medium blockquote {
    font-size: 48px;
  }
}
.blockquote .quote-source {
  text-align: right;
  font-size: 20px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .blockquote .quote-source {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .blockquote .quote-source {
    font-size: 36px;
  }
}

.section-header + .grid-banner-module {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .section-header + .grid-banner-module {
    margin-top: 32px;
  }
}

.banner-text-module {
  max-width: 577px;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 18px;
  margin-bottom: 32px;
}
.banner-text-module h2, .banner-text-module h3, .banner-text-module h4 {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .banner-text-module {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .reverse-order .banner-text-module {
    margin-left: auto;
  }
}

.banner-image-module figcaption {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .banner-image-module figcaption {
    margin-top: 24px;
  }
}

/* ARTICLE
--------------------------------------------------------*/
.article-header {
  margin-bottom: 32px;
}
.article-header h1 {
  margin-top: 0;
}

.article-bleed {
  max-width: 1371px;
  width: 100%;
  margin: 0 auto;
}

.article-entry {
  font-size: 16px;
}
@media only screen and (min-width: 800px) {
  .article-entry {
    max-width: 696px;
    font-size: 18px;
  }
}
.article-entry h2 {
  margin-top: 1.6rem;
  font-size: 36px;
}
.article-entry > h2:first-of-type {
  margin-top: 0;
}
.article-entry h2, .article-entry h3, .article-entry h4 {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 6px;
}
.article-entry h3, .article-entry h4 {
  margin-top: 1.6rem;
}
.article-entry p, .article-entry ul, .article-entry ol, .article-entry small {
  font-family: "Helvetica Neue";
}
.article-entry figure {
  margin: 1rem 0;
}
.article-entry a {
  text-decoration: underline;
}

.article-entry-wrapper {
  margin-top: 32px;
}
@media only screen and (min-width: 800px) {
  .article-entry-wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: 280px 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .article-entry-wrapper {
    margin-top: 64px;
  }
}

.breadcrumb-secondary-menu {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.breadcrumb-secondary-menu a {
  color: var(--color-light-blue);
  display: flex;
  align-items: center;
}
.breadcrumb-secondary-menu a svg {
  margin-right: 8px;
}

.secondary-menu {
  font-size: 16px;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
  margin: 0;
  margin-bottom: 32px;
  padding: 0;
}
.secondary-menu li {
  margin-bottom: 12px;
}
.secondary-menu li.active a {
  text-decoration: underline;
}
.secondary-menu a {
  color: var(--color-white);
}
.secondary-menu a:hover {
  border-color: var(--primary-color);
  text-decoration: underline;
}

.container-article {
  grid-template-columns: 1fr;
  max-width: 936px;
  margin: 0 auto;
}
.container-article .article {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: subgrid;
  font-size: 18px;
}
.container-article .article-header {
  margin-bottom: 0;
}
.container-article .article-header .subheader {
  margin-bottom: 64px;
}
.container-article .article-header h1 {
  margin-bottom: 0;
}
.container-article .article-header > p:first-of-type {
  font-size: 36px;
  line-height: 1.2;
}
.container-article .article-header > p:first-of-type.text-medium {
  font-size: 24px;
}
.container-article .article-entry {
  max-width: 100%;
  font-size: 18px;
}
.container-article .article-entry h1,
.container-article .article-entry h2,
.container-article .article-entry h3 {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.container-article .article-entry h2 {
  font-size: 36px;
}
.container-article .article-entry figure {
  margin-block: 24px;
}
.container-article blockquote {
  font-size: 24px;
  font-style: italic;
  padding-block: 32px;
  margin: 0;
}
.container-article blockquote p:before {
  content: "“";
}
.container-article blockquote p:after {
  content: "”";
}
.container-article blockquote p.quote-source {
  text-align: right;
  font-style: normal;
  font-size: 18px;
}
.container-article blockquote p.quote-source:before {
  content: "– ";
}
.container-article blockquote p.quote-source:after {
  content: "";
}

/* SLIDE
--------------------------------------------------------*/
.my-swiper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

swiper-container {
  height: 100%;
  margin: 16px 0 32px;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: none;
}

.swiper-custom-prev,
.swiper-custom-next {
  position: absolute;
  top: 0;
  padding: 0;
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.swiper-custom-prev.swiper-button-disabled,
.swiper-custom-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.swiper-custom-prev:hover,
.swiper-custom-next:hover {
  background: transparent;
}
@media (min-width: 640px) {
  .swiper-custom-prev,
  .swiper-custom-next {
    display: flex;
    width: 27px;
  }
}
@media (min-width: 1200px) {
  .swiper-custom-prev,
  .swiper-custom-next {
    width: 32;
  }
}

.swiper-custom-prev {
  left: auto;
  right: 40px;
  justify-content: flex-start;
}
@media (min-width: 1440px) {
  .swiper-custom-prev {
    right: 40px;
  }
}

.swiper-custom-next {
  right: 0;
  left: auto;
  justify-content: flex-end;
}
@media (min-width: 1440px) {
  .swiper-custom-next {
    right: 0;
  }
}

.swiper-custom-pagination span {
  display: inline;
  white-space: nowrap;
}

.swiper-custom-pagination .swiper-pagination-current,
.swiper-custom-pagination .swiper-pagination-total {
  margin: 0;
  padding: 0;
}

.article-box {
  position: relative;
}
.article-box:hover {
  opacity: 1;
}
.article-box figure {
  margin: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-box figure .play {
  display: flex;
  position: absolute;
  margin: auto;
  padding: 0;
  background: transparent;
  border: none;
  z-index: 10;
  width: 48px;
}
@media (min-width: 1024px) {
  .article-box figure .play {
    width: 64px;
  }
}
.article-box:hover .arrow-list {
  transform: translate3d(3px, 0, 0);
}

.article-box--text-content {
  position: relative;
}
.article-box--text-content h3 {
  margin: 12px 0;
  line-height: 1.1;
}
.article-box--text-content h3 .arrow-list {
  margin-top: -4px;
}
.article-box--text-content p {
  font-size: 18px;
}
.article-box--text-content .btn {
  margin-top: 16px;
}
.my-swiper .article-box--text-content.category-state {
  padding-left: 100px;
}
.my-swiper .article-box--text-content {
  padding: 0 16px;
}
@media (min-width: 640px) {
  .my-swiper .article-box--text-content {
    padding: 0;
  }
}

.bg-article-box-opacity {
  background: rgba(8, 20, 38, 0.85);
  background-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.category {
  position: absolute;
  top: 7px;
  left: 16px;
  display: block;
  color: var(--color-white);
  background: var(--accent-color);
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  text-transform: uppercase;
  padding: 8px 12px;
  line-height: 1;
  margin-top: 0;
}
@media (min-width: 640px) {
  .category {
    left: 0;
  }
}

/* MAP
--------------------------------------------------------*/
.section-header-filter {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}
.section-header-filter h2 {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .section-header-filter {
    flex-direction: row;
    align-items: center;
  }
}

.p-g-filter--wrapper {
  position: relative;
  height: 50px;
  z-index: 2;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .p-g-filter--wrapper {
    margin-bottom: 0;
  }
}

.p-g-filter {
  display: flex;
  flex-direction: column;
  list-style: none;
  font-size: 16px;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.1;
}
.p-g-filter:before {
  content: "▼";
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 49px;
  cursor: pointer;
}
.p-g-filter.showing-filter {
  background: var(--color-black);
}
.p-g-filter.showing-filter:before {
  content: "▲";
}
.p-g-filter.showing-filter li {
  display: flex;
}
.p-g-filter li {
  opacity: 0.7;
  transition: all 0.2s;
  min-width: 148px;
  border: 1px solid var(--color-white);
  border-top: none;
  display: none;
  order: 2;
}
.p-g-filter li:first-child {
  border-top: 1px solid var(--color-white);
}
@media (min-width: 1024px) {
  .p-g-filter li:first-child {
    border-top: none;
  }
}
@media (min-width: 1024px) {
  .p-g-filter li {
    border: none;
    margin-right: 24px;
  }
}
.p-g-filter li a {
  display: flex;
  align-items: center;
}
.p-g-filter li #show-all #square1,
.p-g-filter li #show-all #square2,
.p-g-filter li #show-all #square3,
.p-g-filter li #show-all #square4 {
  stroke-width: 1;
}
.p-g-filter li.active, .p-g-filter li:hover {
  opacity: 1;
}
.p-g-filter li.active #show-all #square1, .p-g-filter li:hover #show-all #square1 {
  fill: #F51B1B;
}
.p-g-filter li.active #show-all #square2, .p-g-filter li:hover #show-all #square2 {
  fill: #F5921B;
}
.p-g-filter li.active #show-all #square3, .p-g-filter li:hover #show-all #square3 {
  fill: #4494E5;
}
.p-g-filter li.active #show-all #square4, .p-g-filter li:hover #show-all #square4 {
  fill: #63993D;
}
.p-g-filter li.active #target-area, .p-g-filter li:hover #target-area {
  fill: #F51B1B;
}
.p-g-filter li.active #test-site, .p-g-filter li:hover #test-site {
  fill: #F5921B;
}
.p-g-filter li.active #destruction-site, .p-g-filter li:hover #destruction-site {
  fill: #4494E5;
}
.p-g-filter li.active #lab, .p-g-filter li:hover #lab {
  fill: #63993D;
}
.p-g-filter li.active {
  text-decoration: underline;
  display: flex;
  border-top: 1px solid var(--color-white);
  order: 1;
}
@media (min-width: 1024px) {
  .p-g-filter li.active {
    border-top: none;
    order: 0;
  }
}
.p-g-filter li.active svg g {
  fill: none;
}
.p-g-filter svg {
  border-right: 1px solid var(--color-white);
}
@media (min-width: 1024px) {
  .p-g-filter svg {
    border-right: none;
  }
}
.p-g-filter svg g {
  stroke-width: 0;
}
@media (min-width: 1024px) {
  .p-g-filter svg g {
    stroke-width: 1;
  }
}
@media (min-width: 1024px) {
  .p-g-filter {
    margin: 0;
    margin-left: 48px;
    flex-direction: row;
    align-items: center;
    position: relative;
    line-height: 1.4;
  }
  .p-g-filter:before {
    display: none;
  }
  .p-g-filter.showing-filter {
    background: transparent;
  }
  .p-g-filter.showing-filter li {
    display: flex;
  }
  .p-g-filter li {
    display: flex;
    order: 0;
  }
}

.scale {
  margin-bottom: 24px;
  display: flex;
  overflow: hidden;
}
.scale img {
  width: 1440px;
  max-width: 1440px;
}

.proving-ground-map-wrapper {
  display: flex;
  flex-direction: column;
}

.proving-ground-map {
  position: relative;
  width: 1440px;
}
.proving-ground-map svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.proving-ground-map svg rect,
.proving-ground-map svg g.number {
  opacity: 1;
  transition: all 0.5s;
}
.proving-ground-map svg rect.hidden-marker, .proving-ground-map svg rect.hidden-number,
.proving-ground-map svg g.number.hidden-marker,
.proving-ground-map svg g.number.hidden-number {
  opacity: 0;
}
.proving-ground-map svg g.number {
  pointer-events: none;
}

.container-scroll {
  margin: auto;
  max-width: 1440px;
  width: 100%;
  position: relative;
  overflow: scroll;
  scrollbar-width: none;
  transition: scroll 0.5s ease-in-out;
  scroll-behavior: smooth;
  transition: scroll 0.5s ease-in-out;
}

@media (min-width: 1024px) {
  .container-scroll,
  .proving-ground-map {
    max-width: auto;
    width: auto;
  }
  .scale img {
    width: 100%;
    max-width: auto;
  }
}
rect[data-id] {
  cursor: pointer;
}

.proving-ground-map svg rect[data-category=target-area] {
  fill: #F51B1B;
}
.proving-ground-map svg rect[data-category=test-site] {
  fill: #F5921B;
}
.proving-ground-map svg rect[data-category=destruction-site] {
  fill: #4494E5;
}
.proving-ground-map svg rect[data-category=lab] {
  fill: #63993D;
}

.small-map {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  opacity: 0.7;
}

.small-map--img {
  width: 148px;
}

.small-map--title {
  margin-left: 12px;
  font-size: 14px;
}

.proving-ground-list {
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  list-style: none;
  transition: opacity 0.2s;
  opacity: 1;
  padding-left: 0;
}
.proving-ground-list.hidden-list {
  opacity: 0;
  height: 0;
  width: 0;
  padding: 0;
}
.proving-ground-list li {
  display: flex;
}
.proving-ground-list a {
  cursor: pointer;
}
.proving-ground-list a:hover {
  text-decoration: underline;
}

/* FOOTER
--------------------------------------------------------*/
footer.main-career {
  display: none;
}
body.w-bg-xlight-blue footer.main-career {
  color: var(--color-white);
}

.section-footer {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.btc-footer-info--top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btc-footer-info--top > * {
  width: 100%;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .btc-footer-info--top {
    flex-direction: row;
    margin-bottom: 48px;
  }
  .btc-footer-info--top > * {
    width: 50%;
  }
}

.btc-footer-info nav {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
}

.btc-nav--item {
  display: flex;
  flex-flow: column wrap;
}
.btc-nav--item:last-of-type .btc-list-nav {
  display: block;
  margin-bottom: 12px;
}
.btc-nav--item h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
}

.btc-list-nav {
  margin: 0;
  padding: 0;
  font-size: 20px;
  text-transform: uppercase;
  list-style: none;
}
.btc-list-nav a {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid #fff;
}
.btc-list-nav ul {
  list-style: none;
  padding: 0;
  margin-top: 12px;
}
.btc-list-nav ul li {
  margin-top: 8px;
}
.btc-list-nav ul a {
  text-decoration: none;
  border-bottom: none;
  padding-bottom: 0;
}
.btc-list-nav ul > * {
  font-size: 16px;
  text-transform: none;
}

.searchthesite {
  display: flex;
}
.searchthesite form {
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .searchthesite form {
    justify-content: flex-end;
  }
}
.searchthesite input {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.search-content {
  display: flex;
  position: relative;
  position: relative;
  width: 100%;
  max-width: 624px;
}

input.content-search {
  height: 56px;
  padding: 0.5rem 32px;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color-white);
  background: var(--color-light-blue);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: none;
}
input.content-search:focus {
  outline: none;
  border-color: var(--color-light-blue);
}

.search-form-submit {
  flex-shrink: 1;
  background: transparent;
  border: none;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.2s;
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (min-width: 1200px) {
  .search-form-submit {
    height: 47px;
  }
}
.search-form-submit img {
  width: 16px;
}
@media only screen and (min-width: 1200px) {
  .search-form-submit img {
    width: 24px;
  }
}

.hCard span {
  display: block;
}
.hCard .icon {
  display: flex;
  align-items: center;
}
.hCard .icon:hover {
  text-decoration: underline;
}
.hCard .icon img {
  margin-right: 8px;
}

.contact-card {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
}
.contact-card--image {
  margin: 0;
  flex-shrink: 0;
}
.contact-card--info {
  display: flex;
  flex-direction: column;
  padding: 0;
  padding-top: 24px;
  flex-grow: 1;
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
}
.contact-card--info .name {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  display: block;
}
.contact-card--info span {
  display: flex;
}
.contact-card--info a {
  text-decoration: underline;
  color: var(--color-white);
}
.contact-card--info a[href^="mailto:"] {
  word-break: break-word;
  overflow-wrap: break-word;
}
.contact-card--info .title {
  margin-top: 12px;
}
.contact-card--info .top {
  margin: 12px 0;
}
@media only screen and (min-width: 768px) {
  .contact-card--info .top {
    margin-top: 0;
  }
}
.contact-card--info .mid {
  margin-bottom: 12px;
}
.contact-card--info .bottom {
  margin-top: 16;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .contact-card--info .bottom {
    margin-top: 24px;
  }
}

/* MENU
--------------------------------------------------------*/
.m-menu {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(100%);
  transition: transform 0s;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 500;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition-delay: 0.2s !important;
}
.m-menu.is-active {
  transform: translateX(0);
  opacity: 1;
}
@media (min-width: 1140px) {
  .m-menu {
    display: none;
  }
}

.m-menu-item {
  list-style: none;
  display: flex;
  flex-direction: column;
  font-size: 26px;
  margin: 110px auto 80px;
  padding: 24px;
  width: 80%;
  max-width: 400px;
}
@media (min-width: 768px) {
  .m-menu-item {
    width: 60%;
  }
}
.m-menu-item a {
  color: var(--color-white);
}
.m-menu-item a:hover {
  color: #fff;
  text-decoration: none;
}
.m-menu-item li {
  position: relative;
  margin-block: 12px;
}
.m-menu-item li.active a, .m-menu-item li.current_page_item a {
  color: var(--color-white);
}
.m-menu-item ul {
  padding-block: 16px;
}
.m-menu-item ul li {
  margin-block: 6px;
}
.m-menu-item .main-nav--sub-wrapper {
  position: static;
  display: flex;
  padding-block: 16px;
}
.m-menu-item .main-nav--sub {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  padding-left: 24px;
}
.m-menu-item .menudrop > ul {
  display: none;
}
.m-menu-item .menudrop.active > ul {
  display: block;
}
.m-menu-item .expand {
  margin-left: 8px;
  width: 20px;
  height: 20px;
  display: inline-block;
  z-index: 10;
}
.m-menu-item .expand svg g {
  fill: #214473;
}
.m-menu-item .expand.active svg rect.vertical-line {
  opacity: 0;
}

.m-menu--mask {
  z-index: 450;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: var(--primary-color);
  background-repeat: no-repeat;
  background-position: top 10px center;
  background-size: 60px auto;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.m-menu--mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.has-active-menu .m-menu--mask {
  background-image: none;
}
@media (min-width: 1140px) {
  .m-menu--mask {
    display: none;
  }
}

body.has-active-menu {
  overflow: hidden;
}

/* DROPDOWN
--------------------------------------------------------*/
.section-box--dropdown {
  background: var(--color-dark-blue);
  transition: background-color 0.25s;
}
.section-box--dropdown.open {
  background: var(--accent-color);
}
.section-box--dropdown.open .expand-hide img {
  transition: transform 90ms ease-in-out 0s;
  transform: rotate(180deg);
}
.section-box--dropdown .expand-hide {
  margin-top: 6px;
  margin-left: auto;
  pointer-events: none;
  display: flex;
  flex-shrink: 0;
}
.section-box--dropdown .expand-hide img {
  transition: transform 90ms ease-in-out 0s;
  transform: rotate(0deg);
}

.title-dropdown {
  width: 100%;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  padding: 16px;
}
.title-dropdown h3 {
  margin: 0;
}

.inner-info--wide {
  padding: 16px;
  padding-block: 0 16px;
  font-size: 16px;
  display: none;
}
.open .inner-info--wide {
  display: block;
}

@media (min-width: 768px) {
  .title-dropdown {
    padding: 24px;
  }
  .inner-info--wide {
    padding: 24px;
    padding-block: 0 16px;
  }
}
/* FAQ
--------------------------------------------------------*/
.faq-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-top: 24px;
  padding: 0;
}

.faq-list--item {
  margin-bottom: 10px;
}

/* FORM
--------------------------------------------------------*/
.grid-contact-section {
  font-size: 18px;
}
.grid-contact-section a {
  text-decoration: underline;
}

form {
  margin-bottom: 0;
}

.contact-form label {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--color-white);
  margin-bottom: 5px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.contact-form textarea {
  width: 100%;
  resize: none;
}
.contact-form input[type=text],
.contact-form input[type=password],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form input[type=url],
.contact-form input[type=search],
.contact-form textarea {
  padding: 10px;
  width: 100%;
  background-color: #081426;
  border: 1px solid #081426;
  font-family: "Helvetica Neue";
  font-size: 16px;
}
.contact-form input[type=text]:focus,
.contact-form input[type=password]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=url]:focus,
.contact-form input[type=search]:focus,
.contact-form textarea:focus {
  border-color: #081426;
  outline: 2px solid var(--accent-color);
}
.contact-form input[type=submit] {
  font-size: 22px;
  padding: 10px 32px;
  border: none;
}
.contact-form ::-webkit-input-placeholder {
  color: #FFFFFF;
  font-family: "Helvetica Neue";
  font-size: inherit;
}
.contact-form :-moz-placeholder {
  color: #FFFFFF;
  font-family: "Helvetica Neue";
  font-size: inherit;
}
.contact-form ::-moz-placeholder {
  color: #FFFFFF;
  font-family: "Helvetica Neue";
  font-size: inherit;
}
.contact-form :-ms-input-placeholder {
  color: #FFFFFF;
  font-family: "Helvetica Neue";
  font-size: inherit;
}

.gform_wrapper,
.gform-theme--framework,
.gform-theme--orbital {
  font-size: 18px;
}
.gform_wrapper label,
.gform_wrapper .gform-field-label:where(:not([class*=gform-field-label--type-])),
.gform-theme--framework label,
.gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])),
.gform-theme--orbital label,
.gform-theme--orbital .gform-field-label:where(:not([class*=gform-field-label--type-])) {
  display: flex !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  color: var(--color-white) !important;
  margin-bottom: 5px !important;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.gform_legacy_markup_wrapper .gform_footer input.button,
.gform_legacy_markup_wrapper .gform_footer input[type=submit],
.gform_legacy_markup_wrapper .gform_page_footer input.button,
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit] {
  padding: 10px 24px !important;
  color: var(--color-white) !important;
  text-decoration: none !important;
  font-size: 18px !important;
  transition: all 0.2s !important;
  display: inline-block !important;
  border: 2px solid #fff !important;
  font-size: 22px !important;
  padding: 10px 32px !important;
  color: var(--primary-color !important);
  background: var(--color-white) !important;
  text-transform: none;
}
.gform_legacy_markup_wrapper .gform_footer input.button:hover,
.gform_legacy_markup_wrapper .gform_footer input[type=submit]:hover,
.gform_legacy_markup_wrapper .gform_page_footer input.button:hover,
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit]:hover {
  background: var(--color-white) !important;
  color: var(--primary-color) !important;
  border-color: var(--color-white) !important;
}
.gform_legacy_markup_wrapper .gform_footer input.button .arrow-list svg,
.gform_legacy_markup_wrapper .gform_footer input[type=submit] .arrow-list svg,
.gform_legacy_markup_wrapper .gform_page_footer input.button .arrow-list svg,
.gform_legacy_markup_wrapper .gform_page_footer input[type=submit] .arrow-list svg {
  width: 20px;
}

.gform_legacy_markup_wrapper .gform_body .gform_fields {
  list-style: none;
  padding-left: 0;
}
.gform_legacy_markup_wrapper .gform_body .gform_fields ul {
  list-style: none;
  padding-left: 0;
}

/* PLACEHOLDER */
::-webkit-input-placeholder {
  color: var(--color-white);
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

:-moz-placeholder {
  color: var(--color-white);
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

::-moz-placeholder {
  color: var(--color-white);
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

:-ms-input-placeholder {
  color: var(--color-white);
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* HELPER
--------------------------------------------------------*/
.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.btn {
  padding: 10px 24px;
  color: var(--color-white);
  background: transparent;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  display: inline-block;
  border: 2px solid #fff;
}
.btn:hover {
  background: #214473;
  color: #fff;
  border-color: #214473;
}

.btn-primary {
  color: var(--primary-color);
  background: var(--color-white);
  text-transform: none;
}
.btn-primary:hover {
  background: var(--color-white);
  color: var(--primary-color);
  border-color: var(--color-white);
}
.btn-primary .arrow-list svg {
  width: 20px;
}

.btn-secondary {
  color: var(--color-white);
  background: var(--color-black);
  border-color: var(--color-black);
  text-transform: none;
}
.btn-secondary:hover {
  background: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}
.btn-secondary .arrow-list svg {
  width: 20px;
}

/* FLEX GRID */
.row {
  display: flex;
  flex-flow: row wrap;
}

.row-strip,
[class*=row-strip-] {
  margin: 0 -10px;
}

.row-box {
  width: calc(100% - 20px);
  margin: 0 10px 20px;
  float: left;
  flex: 0 0 auto;
  position: relative;
}
.row-strip-6 .row-box {
  width: calc(100% - 20px);
}
.row-strip-4 .row-box {
  width: calc(100% - 20px);
}
.row-strip-3 .row-box {
  width: calc(100% - 20px);
}
.row-strip-8--4 .row-box.box-8 {
  width: calc(100% - 20px);
}
.row-strip-8--4 .row-box.box-4 {
  width: calc(100% - 20px);
}

.row-box.vertical-middle, .row-box.vertical-bottom {
  display: flex;
}
.row-box.vertical-middle {
  align-items: center;
}
.row-box.vertical-bottom {
  align-items: flex-end;
}
.row-box figure {
  position: relative;
}

.grid-contact-card {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 600px) {
  .grid-contact-card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 800px) {
  .grid-contact-card {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.grid-contact-section {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 960px) {
  .grid-contact-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.grid-contact-form {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (min-width: 1200px) {
  .grid-contact-form .smd-col-span-2 {
    grid-column: span 1/span 1;
  }
}

.grid {
  display: grid;
  gap: 20px;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 768px) {
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.grid-cols-3 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media only screen and (min-width: 768px) {
  .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  grid-template-columns: none;
}

.col-auto {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1/span 1;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.smd-col-span-2 {
  grid-column: span 2/span 2;
}

.col-span-3 {
  grid-column: span 3/span 3;
}

.col-span-4 {
  grid-column: span 4/span 4;
}

.col-span-5 {
  grid-column: span 5/span 5;
}

.col-span-6 {
  grid-column: span 6/span 6;
}

.col-span-7 {
  grid-column: span 7/span 7;
}

.col-span-8 {
  grid-column: span 8/span 8;
}

.col-span-9 {
  grid-column: span 9/span 9;
}

.col-span-10 {
  grid-column: span 10/span 10;
}

.col-span-11 {
  grid-column: span 11/span 11;
}

.col-span-12 {
  grid-column: span 12/span 12;
}

.col-span-full {
  grid-column: 1/-1;
}

.columns-zero-gap {
  display: grid;
  gap: 0;
  row-gap: 0;
}
.columns-zero-gap.bleed {
  width: calc(100% + 64px);
  margin: 0 -32px;
}
@media only screen and (min-width: 2000px) {
  .columns-zero-gap.bleed {
    width: 100%;
    margin: 0;
  }
}

.data-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
}
.data-grid.minmax-150 {
  grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
}

.shortcut-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
}

.grid-banner-module {
  display: grid;
  grid-gap: 24px;
  row-gap: 0;
}
.grid-banner-module .banner-image-module {
  order: 2;
}
.grid-banner-module .banner-text-module {
  order: 1;
}
.grid-banner-module.reverse-order .banner-image-module {
  order: 2;
}
.grid-banner-module.reverse-order .banner-text-module {
  order: 1;
}
@media (min-width: 768px) {
  .grid-banner-module {
    grid-template-columns: 1fr 380px;
  }
  .grid-banner-module .banner-image-module {
    order: 2;
  }
  .grid-banner-module .banner-text-module {
    order: 1;
  }
  .grid-banner-module.reverse-order {
    grid-template-columns: 380px 1fr;
  }
  .grid-banner-module.reverse-order .banner-image-module {
    order: 1;
  }
  .grid-banner-module.reverse-order .banner-text-module {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .grid-banner-module {
    grid-template-columns: 1fr 1fr;
  }
  .grid-banner-module.reverse-order {
    grid-template-columns: 1fr 1fr;
  }
  .grid-banner-module.reverse-order .banner-image-module {
    order: 1;
  }
  .grid-banner-module.reverse-order .banner-text-module {
    order: 2;
  }
}

@media (width > 90ch) {
  .columns-zero-gap {
    grid-template-columns: repeat(3, 1fr);
  }
}
.d-flex,
.flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-flex.hidden,
.flex.hidden {
  display: none !important;
}

.d-md-flex {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.w-100 {
  width: 100% !important;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.w-bg-dark-blue {
  background: var(--color-dark-blue);
  color: var(--color-white);
}
.w-bg-dark-blue a {
  color: var(--color-white);
}
.w-bg-dark-blue .btn-primary {
  color: var(--primary-color);
  background: var(--color-white);
}
.w-bg-dark-blue .btn-primary:hover {
  background: var(--color-white);
  color: var(--primary-color);
  border-color: var(--color-white);
}

.w-bg-black {
  background: var(--primary-color);
  color: var(--color-white);
}

.w-bg-light-blue {
  background: var(--color-light-blue);
  color: var(--primary-color);
}

.w-bg-xlight-blue {
  background: var(--color-xlight-blue);
  color: var(--color-black);
}
.w-bg-xlight-blue .breadcrumb {
  color: var(--color-black);
}
.w-bg-xlight-blue .breadcrumb a {
  color: var(--color-black);
}

.w-bg-white {
  background: var(--color-white);
  color: var(--color-black);
}

.font-headline {
  font-family: boston_trafficregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.t-center {
  text-align: center;
}

.title-xxl,
.title-xl,
.title-l,
.title-small,
.title-xsmall {
  display: block;
}
.title-xxl.display-inline,
.title-xl.display-inline,
.title-l.display-inline,
.title-small.display-inline,
.title-xsmall.display-inline {
  display: inline;
}

.title-xxl {
  font-size: 48px;
}
@media (min-width: 768px) {
  .title-xxl {
    font-size: 72px;
  }
}
@media (min-width: 1200px) {
  .title-xxl {
    font-size: 90px;
  }
}

.title-xl {
  font-size: 36px;
}
@media (min-width: 768px) {
  .title-xl {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .title-xl {
    font-size: 60px;
  }
}

.title-l {
  font-size: 28px;
}
@media (min-width: 768px) {
  .title-l {
    font-size: 40px;
  }
}

.title-small {
  font-size: 24px;
}

.title-xsmall {
  font-size: 18px;
}

.text-large {
  font-size: 24px;
}
@media (min-width: 768px) {
  .text-large {
    font-size: 36px;
  }
}

.text-md {
  font-size: 20px;
  font-weight: 500;
}

.uppercase {
  text-transform: uppercase;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.overflow-visible {
  overflow: visible;
}

.position-relative {
  position: relative;
}

.font-sans {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-din {
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-semibold {
  font-weight: 500;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-32 {
  margin-top: 32px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.m-auto {
  margin: auto;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.font-sans,
.special-character {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.border-left {
  border-left: 20px solid var(--accent-color);
}

.border-bottom {
  border-bottom: 20px solid var(--accent-color);
}

.mw-758 {
  max-width: 758px;
}

.mw-900 {
  max-width: 900px;
}

.mw-1024 {
  max-width: 1024px;
}

.p-absolute-center-bottom {
  position: absolute;
  left: 0;
  bottom: 64px;
  text-align: center;
  width: 100%;
}

/* CORNER BORDERS
--------------------------------------------------------*/
.corner-borders {
  position: relative;
  padding: 16px;
}
.corner-borders:before, .corner-borders:after {
  content: "";
  position: absolute;
  top: 0;
  background: var(--color-white);
  width: 36px;
  height: 2px;
}
.corner-borders:before {
  left: 0;
}
.corner-borders:after {
  right: 0;
}

.corner-borders-top-aside {
  position: relative;
}
.corner-borders-top-aside:before, .corner-borders-top-aside:after {
  content: "";
  position: absolute;
  top: -16px;
  background: var(--color-white);
  width: 2px;
  height: 36px;
}
.corner-borders-top-aside:before {
  left: -16px;
}
.corner-borders-top-aside:after {
  right: -16px;
}

.corner-borders-bottom {
  position: relative;
}
.corner-borders-bottom:before, .corner-borders-bottom:after {
  content: "";
  position: absolute;
  top: 16px;
  background: var(--color-white);
  width: 36px;
  height: 2px;
}
.corner-borders-bottom:before {
  left: -16px;
}
.corner-borders-bottom:after {
  right: -16px;
}

.corner-borders-bottom-aside {
  position: relative;
}
.corner-borders-bottom-aside:before, .corner-borders-bottom-aside:after {
  content: "";
  position: absolute;
  top: -18px;
  background: var(--color-white);
  width: 2px;
  height: 36px;
}
.corner-borders-bottom-aside:before {
  left: -16px;
}
.corner-borders-bottom-aside:after {
  right: -16px;
}

.corner-borders-small {
  padding: 8px;
}
.corner-borders-small:before, .corner-borders-small:after {
  width: 14px;
  height: 2px;
}
.corner-borders-small .corner-borders-top-aside {
  position: relative;
}
.corner-borders-small .corner-borders-top-aside:before, .corner-borders-small .corner-borders-top-aside:after {
  content: "";
  position: absolute;
  top: -8px;
  background: var(--color-white);
  width: 2px;
  height: 14px;
}
.corner-borders-small .corner-borders-top-aside:before {
  left: -8px;
}
.corner-borders-small .corner-borders-top-aside:after {
  right: -8px;
}
.corner-borders-small .corner-borders-bottom {
  position: relative;
}
.corner-borders-small .corner-borders-bottom:before, .corner-borders-small .corner-borders-bottom:after {
  content: "";
  position: absolute;
  top: 4px;
  background: var(--color-white);
  width: 14px;
  height: 2px;
}
.corner-borders-small .corner-borders-bottom:before {
  left: -8px;
}
.corner-borders-small .corner-borders-bottom:after {
  right: -8px;
}
.corner-borders-small .corner-borders-bottom-aside {
  position: relative;
}
.corner-borders-small .corner-borders-bottom-aside:before, .corner-borders-small .corner-borders-bottom-aside:after {
  content: "";
  position: absolute;
  top: -8px;
  background: var(--color-white);
  width: 2px;
  height: 14px;
}
.corner-borders-small .corner-borders-bottom-aside:before {
  left: -8px;
}
.corner-borders-small .corner-borders-bottom-aside:after {
  right: -8px;
}

@media (min-width: 768px) {
  .corner-borders {
    padding: 24px;
  }
  .corner-borders:before, .corner-borders:after {
    width: 48px;
    height: 2px;
  }
  .corner-borders-top-aside {
    position: relative;
  }
  .corner-borders-top-aside:before, .corner-borders-top-aside:after {
    top: -24px;
    width: 2px;
    height: 48px;
  }
  .corner-borders-top-aside:before {
    left: -24px;
  }
  .corner-borders-top-aside:after {
    right: -24px;
  }
  .corner-borders-bottom:before, .corner-borders-bottom:after {
    top: 24px;
    width: 48px;
    height: 2px;
  }
  .corner-borders-bottom:before {
    left: -24px;
  }
  .corner-borders-bottom:after {
    right: -24px;
  }
  .corner-borders-bottom-aside:before, .corner-borders-bottom-aside:after {
    top: -24px;
    width: 2px;
    height: 48px;
  }
  .corner-borders-bottom-aside:before {
    left: -24px;
  }
  .corner-borders-bottom-aside:after {
    right: -24px;
  }
  .corner-borders-small {
    padding: 8px;
  }
  .corner-borders-small:before, .corner-borders-small:after {
    width: 14px;
    height: 2px;
  }
  .corner-borders-small .corner-borders-top-aside {
    position: relative;
  }
  .corner-borders-small .corner-borders-top-aside:before, .corner-borders-small .corner-borders-top-aside:after {
    content: "";
    position: absolute;
    top: -8px;
    background: var(--color-white);
    width: 2px;
    height: 14px;
  }
  .corner-borders-small .corner-borders-top-aside:before {
    left: -8px;
  }
  .corner-borders-small .corner-borders-top-aside:after {
    right: -8px;
  }
  .corner-borders-small .corner-borders-bottom {
    position: relative;
  }
  .corner-borders-small .corner-borders-bottom:before, .corner-borders-small .corner-borders-bottom:after {
    content: "";
    position: absolute;
    top: 4px;
    background: var(--color-white);
    width: 14px;
    height: 2px;
  }
  .corner-borders-small .corner-borders-bottom:before {
    left: -8px;
  }
  .corner-borders-small .corner-borders-bottom:after {
    right: -8px;
  }
  .corner-borders-small .corner-borders-bottom-aside {
    position: relative;
  }
  .corner-borders-small .corner-borders-bottom-aside:before, .corner-borders-small .corner-borders-bottom-aside:after {
    content: "";
    position: absolute;
    top: -8px;
    background: var(--color-white);
    width: 2px;
    height: 14px;
  }
  .corner-borders-small .corner-borders-bottom-aside:before {
    left: -8px;
  }
  .corner-borders-small .corner-borders-bottom-aside:after {
    right: -8px;
  }
}
/* BTC CAREER
--------------------------------------------------------*/
body.btc-career {
  background: var(--primary-color-career);
  /* BUTTONS
  --------------------------------------------------------*/
}
body.btc-career.w-bg-xlight-blue {
  background: var(--color-xlight-blue);
  color: var(--color-black);
}
body.btc-career .w-bg-dark-blue {
  background: var(--color-dark-blue);
  color: var(--color-white);
}
body.btc-career .w-bg-dark-blue a {
  color: var(--color-white);
}
body.btc-career .w-bg-dark-blue .btn-primary {
  color: var(--primary-color);
  background: var(--color-white);
}
body.btc-career .w-bg-dark-blue .btn-primary:hover {
  background: var(--color-white);
  color: var(--primary-color);
  border-color: var(--color-white);
}
body.btc-career .w-bg-black {
  background: var(--primary-color);
  color: var(--color-white);
}
body.btc-career .w-bg-light-blue {
  background: var(--color-light-blue);
  color: var(--color-black);
}
body.btc-career .w-bg-light-blue a {
  color: var(--color-black);
}
body.btc-career .w-bg-xlight-blue {
  background: var(--color-xlight-blue);
  color: var(--color-black);
}
body.btc-career .w-bg-xlight-blue a {
  color: var(--color-black);
}
body.btc-career .w-bg-white {
  background: var(--color-white);
  color: var(--color-black);
}
body.btc-career .w-bg-white a {
  color: var(--color-black);
}
body.btc-career .btn {
  padding: 10px 24px;
  color: var(--color-white);
  background: transparent;
  border: 2px solid #fff;
}
body.btc-career .btn:hover {
  background: #214473;
  color: #fff;
  border-color: #214473;
}
body.btc-career .btn-primary {
  color: var(--color-black);
  background: var(--color-white);
  text-transform: none;
}
body.btc-career .btn-primary:hover {
  background: var(--color-white);
  color: var(--color-black);
  border-color: var(--color-white);
}
body.btc-career .btn-primary .arrow-list svg {
  width: 20px;
}
body.btc-career .btn-secondary {
  color: var(--color-white) !important;
  background: var(--color-black);
  border-color: var(--color-black);
  text-transform: none;
}
body.btc-career .btn-secondary:hover {
  background: var(--color-black);
  color: var(--color-white);
  border-color: var(--color-black);
}
body.btc-career .btn-secondary .arrow-list svg {
  width: 20px;
}
body.btc-career .header-area {
  background: rgba(32, 70, 115, 0);
}
body.btc-career .header-area:hover {
  background: rgb(32, 70, 115);
}
body.btc-career .header-area:hover .main-nav a {
  color: var(--color-white);
}
body.btc-career .header-area:hover .top-nav a {
  color: #FFFFFF;
}
body.btc-career .header-area:hover .logo-btc {
  transition: fill 0.25s;
}
body.btc-career .header-area:hover .logo-btc path {
  fill: #FFFFFF;
}
body.btc-career .header-area:hover .expand svg rect {
  fill: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  body.btc-career .header-area {
    height: 110px;
  }
}
body.btc-career .scroll .header-area {
  height: 50px;
  background: rgb(32, 70, 115);
}
@media (min-width: 768px) {
  body.btc-career .scroll .header-area {
    height: 90px;
  }
}
body.btc-career .main-nav--sub-wrapper {
  background: rgb(32, 70, 115);
}
body.btc-career footer.main-career {
  display: block;
}
body.btc-career .m-menu--mask {
  background: var(--primary-color-career);
}

body.popup-active {
  overflow: hidden;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}
.popup.popup-video {
  justify-content: center;
  align-items: center;
}
@media (min-width: 600px) {
  .popup {
    justify-content: center;
    align-items: center;
    overflow-y: scroll;
    height: 100%;
  }
}
@media (max-height: 600px) {
  .popup {
    align-items: start;
  }
}
.popup figure img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}

.popup.hidden {
  display: none;
}

.popup-content--scroll {
  overflow-y: scroll;
  height: calc(100% - 48px);
  display: flex;
  flex-direction: column;
}

.popup-content {
  background-color: var(--color-black);
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 100%;
  transform: scale(0.8);
  transition: transform 0.3s ease-in-out;
  overflow-y: scroll;
  height: 100%;
}
@media (min-width: 600px) {
  .popup-content {
    max-width: 80%;
    padding-bottom: 0;
    height: auto;
    overflow-y: visible;
  }
}

.popup-content--video {
  background-color: var(--color-black);
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  width: 90%;
  transform: scale(0.8);
  transition: transform 0.3s ease-in-out;
  height: auto;
  overflow-y: visible;
}
.popup-content--video .video-section-wrapper {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .popup-content--video {
    max-width: 80%;
    padding-bottom: 0;
    height: auto;
    overflow-y: visible;
  }
}
.popup-proving-ground-video .popup-content--video {
  width: 100%;
}
@media (min-width: 768px) {
  .popup-proving-ground-video .popup-content--video {
    width: 100%;
  }
}

.popup:not(.hidden) .popup-content {
  transform: scale(1);
}

.popup-content {
  transform: scale(0.8); /* Startstorlek */
  transition: transform 0.3s ease-in-out; /* Transition-effekt */
}

.popup.hidden .popup-content {
  transform: scale(0.8); /* Behåll skalan för gömd popup */
}

.popup:not(.hidden) .popup-content {
  transform: scale(1); /* Full storlek när popup är synlig */
}

.popup-content-proving-ground {
  position: relative;
  width: 780px;
  background-color: var(--accent-color);
  color: var(--color-white);
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .popup-content-proving-ground {
    flex-direction: row;
  }
}
.popup-proving-ground-video .popup-content-proving-ground {
  justify-content: center;
}
.popup-content-proving-ground .popup-content--video {
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  transform: scale(0.9);
}
@media (min-width: 600px) {
  .popup-content-proving-ground .popup-content--video {
    transform: scale(1);
  }
}

.popup-content--image {
  padding: 9px;
}
@media (min-width: 768px) {
  .popup-content--image {
    max-width: 360px;
  }
}
.popup-content--image figure img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.popup-content--text {
  padding: 20px;
  padding-top: 48px;
  font-size: 16px;
  flex: 1;
}
.popup-content--text .logo {
  display: flex;
  justify-content: start;
  text-align: left;
  margin-bottom: 12px;
}
.popup-content--text .logo.format-vertical img {
  max-height: 48px;
  object-fit: contain;
}
.popup-content--text .logo img {
  max-height: 32px;
  object-fit: contain;
}
.popup-content--text .subheader {
  margin-bottom: 3px;
}
.popup-content--text h2, .popup-content--text h3 {
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.popup-content--text h4 {
  font-size: 21px;
  font-family: "din-condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.popup-content--text p {
  margin-bottom: 10px;
}
.popup-content--text ul {
  list-style: none;
  padding: 0;
  padding-left: 0;
  margin: 0;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.popup-content--text ul li {
  display: flex;
  flex-shrink: 0;
  margin-bottom: 2px;
}
.popup-content--text ul li:before {
  content: "";
  display: flex;
  flex-shrink: 0;
  margin-top: 6px;
  margin-right: 8px;
  background-image: url(../img/arrow-small.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  width: 6px;
  height: 10px;
  display: inline-block;
}

.pop-up-close {
  height: 48px;
  position: relative;
  z-index: 200;
}

.close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -24px;
  right: -24px;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  cursor: pointer;
  color: var(--color-white);
  background: var(--color-black);
  transform: rotate(-45deg);
  z-index: 2;
}

.close-btn:hover {
  color: black;
}

.link-btn {
  text-align: center;
  display: block;
  padding: 10px;
  background: var(--primary-color);
  color: var(--color-white);
}
.link-btn:hover {
  color: var(--color-white);
}

.popup-content-proving-ground .close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 32px;
  right: 32px;
  width: 32px;
  height: 32px;
  border-radius: 0;
  cursor: pointer;
  color: var(--color-white);
  background-color: var(--accent-color);
  z-index: 2;
  border: 1px solid var(--color-white);
  transform: rotate(0deg);
}
@media (min-width: 768px) {
  .popup-content-proving-ground .close-btn {
    top: 16px;
    right: 16px;
  }
}
@media (min-width: 600px) {
  .popup-proving-ground-video .popup-content-proving-ground .close-btn {
    top: 12px;
    right: 12px;
  }
}
.popup-content-proving-ground .close-btn:hover {
  color: black;
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
