/**
 SASS files that don't get compiled into CSS. Do not put element selectors in here.
 Every file not starting with '_' should import this file if you want to use functions and mixins.
 */
/**
 * SASS variables
 *
 These are only used in the properties and abstract SASS files.
 */
/**
 Breakpoints and columns
 */
/**
 Text
 */
/**
Fill in the header styles, only write the properties you want to override.
 */
/**
 Form
 */
/**
  Buttons
 */
/**
 Breakpoints

 @param {Keyword} $breakpoint - The breakpoint name of the minimum width. Can be any of the names in the $breakpoint variable
 */
/**
  Custom column size.
  Especially handy inside other columns.

  @param {Number|string} $size - the size in columns or 'expand'/'shrink'.
  @param {number} $total - the total size in columns. Ignored when size is 'expand'/'shrink'
 */
/**
  Custom offset size.
  Especially handy inside other columns.

  @param {Number|string} $size - the size of the offset.
  @param {number} $total - the total size in columns.
  @param {string} - the side from the offset.
 */
.node--type-sector header .field--name-field-media {
  grid-column: 2/-2;
  grid-row: 1;
  position: relative;
  z-index: 40;
  border-radius: 32px;
  overflow: hidden;
}
.node--type-sector header .field--name-field-media div, .node--type-sector header .field--name-field-media article {
  height: 100%;
}
.node--type-sector header .field--name-field-media::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, #333 0%, rgba(51, 51, 51, 0.4) 100%);
  mix-blend-mode: multiply;
  opacity: 0.7;
  z-index: 10;
}
.node--type-sector header .field--name-field-media img, .node--type-sector header .field--name-field-media video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.node--type-sector header .sector-caption {
  --title-color: var(--white);
  --text-color: var(--white);
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 41;
  position: relative;
  grid-column: 2/-2;
  padding: 30px;
}
@media (min-width: 1200px) {
  .node--type-sector header .sector-caption {
    grid-column: 3/-3;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 1440px) {
  .node--type-sector header .sector-caption {
    grid-column: 3/-3;
  }
}
.node--type-sector header .sector-caption .breadcrumb {
  margin-bottom: 5px;
}
.node--type-sector header .sector-caption .breadcrumb ul {
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  list-style-type: none;
  gap: 4px;
}
.node--type-sector header .sector-caption .breadcrumb ul li {
  margin: 0;
  padding: 0;
  color: var(--white);
  font-family: var(--header-font-family);
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
}
.node--type-sector header .sector-caption .breadcrumb ul li::after {
  content: ">";
  margin-left: 3px;
}
.node--type-sector header .sector-caption .breadcrumb ul li:last-of-type::after {
  display: none;
}
.node--type-sector header .sector-caption .breadcrumb ul li a, .node--type-sector header .sector-caption .breadcrumb ul li span {
  color: var(--white);
}
.node--type-sector header .sector-caption .field--name-field-icon {
  margin-bottom: auto;
}
.node--type-sector.air-technology header .caption .h-simple-tag {
  background-color: var(--secondary-color);
}
.node--type-sector.air-technology .paragraph--type--solution {
  --accent-color: #D3D5DD;
}
.node--type-sector .sector-intro > .field--name-body {
  grid-column: 3/-3;
}
@media (min-width: 992px) {
  .node--type-sector .sector-intro > .field--name-body {
    grid-column: 4/-4;
  }
}
@media (min-width: 1200px) {
  .node--type-sector .sector-intro > .field--name-body {
    grid-column: 6/-6;
  }
}
@media (min-width: 992px) {
  .node--type-sector .sector-intro > .field--name-body p, .node--type-sector .sector-intro > .field--name-body .field__item {
    font-size: 1.5rem;
    line-height: 38px;
    text-align: center;
  }
  .node--type-sector .sector-intro > .field--name-body li {
    justify-content: center !important;
    font-size: 1.25rem;
  }
  .node--type-sector .sector-intro > .field--name-body li::before {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
  }
}
