/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
}

/*
Sections
========
*/
body {
  margin: 0; /* Remove the margin in all browsers. */
}

/*
Text-level semantics
====================
*/
/**
Add the correct font weight in Chrome and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
Correct table border color inheritance in Chrome and Safari. (https://issues.chromium.org/issues/40615503, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  border-color: currentcolor;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

:root {
  --cream: #FFF1DF;
  --dark-cream: #F6E5CE;
  --light-cream: #FFF6EB;
  --bright-red: #F00;
  --dark-red: #C80019;
  --cta-red: #E82024;
  --black: #192328;
  --gradient-red: linear-gradient(180deg, #F00 0%, #C80019 100%);
  --container: 1440px;
  --bold: 700;
  --xbold: 800;
  --letterspacing: -1px;
  --lineheight: 0.9;
  --transition: 0.5s ease;
  --zoom: 1.1;
  --box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.25);
  --buttons-shadow: var(--box-shadow);
  --icon-card-shadow: var(--box-shadow);
  --sectors-card-shadow: var(--box-shadow);
  --news-carousel-shadow: var(--box-shadow);
  --cta-radius: 20px;
  --lh-heading-default: 1.2;
  /* Zain Font Sizes - Headings */
  --fs-heading-sm: 1.75rem;
  --fs-heading-md: 2rem;
  --fs-heading-lg: 1.875rem;
  --fs-heading-two-col: 2.25rem;
  --lh-heading-lg: 1.2;
  --fs-heading-xl: 2.5rem;
  --fs-heading-xxl: 2.5rem;
  --fs-hero: 3.25rem;
  --fs-heading-xxxl: var(--fs-hero);
  /* Capitana Font Sizes - Body & UI */
  --fs-caption: 0.875rem;
  --fs-button: 1rem;
  --fs-body: 1.125rem;
  --fs-body-lg: 1.25rem;
  --fs-subtitle: 1.375rem;
  --fs-subheading: 1.5rem;
  --fs-contact-heading: 1.875rem;
  --fs-team-name: 2.375rem;
}

:root {
  --font-family-base: "capitana", sans-serif;
  --font-family-headings: "Zain", sans-serif;
  --color-text: var(--black);
  --color-background: var(--cream);
  --line-height-base: 1.4;
}

.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

body {
  font-family: var(--font-family-base);
  font-size: var(--fs-body);
  line-height: var(--line-height-base);
  color: var(--color-text);
  background: var(--color-background);
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-family-headings);
  font-weight: var(--xbold);
  letter-spacing: var(--letterspacing);
}

h2.block-heading,
h2.footer-heading {
  color: var(--black);
  font-size: var(--fs-heading-xxl);
  font-weight: var(--xbold);
  letter-spacing: var(--letterspacing);
  margin: 0 auto -5px;
  padding: 27px 20px 0px;
  line-height: 1;
  text-align: center;
  max-width: 825px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  h2.block-heading,
  h2.footer-heading {
    font-size: var(--fs-heading-lg);
  }
}

body:not(.home) h2.block-heading-large {
  font-size: var(--fs-heading-xxxl);
}
@media screen and (max-width: 768px) {
  body:not(.home) h2.block-heading-large {
    font-size: var(--fs-heading-lg);
  }
}
@media screen and (max-width: 640px) {
  body:not(.home) h2.block-heading-large {
    font-size: var(--fs-heading-sm);
  }
}

h2.block-heading-small {
  font-size: var(--fs-heading-lg);
  letter-spacing: var(--letterspacing);
}
@media screen and (max-width: 640px) {
  h2.block-heading-small {
    font-size: var(--fs-heading-sm);
  }
}

body:not(.home) h3,
h4,
h5 {
  display: block;
  font-weight: var(--xbold);
  font-size: var(--fs-heading-lg);
  letter-spacing: var(--letterspacing);
  margin: 0 0 10px;
  color: var(--dark-red);
  line-height: 1;
}

.xbold {
  font-weight: var(--xbold);
}

main {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  max-width: 100vw;
  position: relative;
}

p:empty {
  display: none;
}

#header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#header nav li,
#header nav li a {
  color: inherit;
  display: inline-block;
  font-size: var(--fs-body);
  font-weight: var(--bold);
  text-decoration: none;
}
@media screen and (max-width: 1280px) {
  #header nav li,
  #header nav li a {
    display: inline-block;
    font-size: var(--fs-heading-sm);
    font-weight: var(--bold);
    text-align: center;
  }
}

@media screen and (max-width: 1280px) {
  #header nav li {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  #header nav li.menu-item-has-children {
    position: relative;
  }
  #header nav li.menu-item-has-children a {
    display: inline-block;
  }
  #header nav li.menu-item-has-children button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
  }
}

#header nav li {
  margin: 0 20px;
  position: relative;
}

#header nav li:not(.button-red) a:hover,
#header nav li:not(.button-red) a:focus,
#header nav li.current-menu-item:not(.button-red) > a {
  color: var(--bright-red);
}

.menu-is-open {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none; /* Prevents scroll gestures */
  position: fixed;
  width: 100%;
}
.menu-is-open #header {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  header#header .container {
    padding: 15px 10px;
  }
}

/* Mobile menu toggle button */
.menu-toggle {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 52px;
  height: 52px;
  background: transparent url("../img/menu.svg") center center no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .menu-toggle {
    top: 15px;
    right: 10px;
  }
}
.menu-toggle .bars-wrapper {
  position: relative;
  height: 38px;
  width: 52px;
  top: 4px;
}
.menu-toggle .bar {
  position: absolute;
  left: 14px;
  width: 24px;
  height: 2px;
  background-color: var(--cream, #fff);
  border-radius: 2px;
  -webkit-transition: opacity 0.4s ease, top 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, top 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, top 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, top 0.4s ease, -webkit-transform 0.4s ease;
}
.menu-toggle .bar:nth-child(1) {
  top: 14px;
}
.menu-toggle .bar:nth-child(2) {
  top: 22px;
}
.menu-toggle .bar:nth-child(3) {
  top: 30px;
}
.menu-toggle[aria-expanded=true] .bar:nth-child(1) {
  top: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-toggle[aria-expanded=true] .bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle[aria-expanded=true] .bar:nth-child(3) {
  top: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* Sub-menu base styles */
#header nav ul.sub-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  min-width: 260px;
  padding: 25px 0;
}
@media screen and (max-width: 1280px) {
  #header nav ul.sub-menu {
    padding-top: 0;
  }
}

#header nav ul.sub-menu::before {
  content: "";
  background: var(--cream);
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  display: block;
  z-index: 10000;
  position: relative;
  height: 25px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #header nav ul.sub-menu::before {
    display: none;
  }
}

#header nav ul.sub-menu::after {
  content: "";
  position: absolute;
  top: 13px;
  left: calc(50% - 25px);
  z-index: 10000;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent var(--cream) transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (max-width: 1280px) {
  #header nav ul.sub-menu::after {
    display: none;
  }
}

#header nav li .sub-menu li {
  display: block;
  background: var(--cream);
  margin: 0;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  #header nav li .sub-menu li {
    background-color: transparent;
  }
  #header nav li .sub-menu li a {
    color: var(--cream) !important;
    font-weight: 300;
  }
}

#header nav li .sub-menu li:last-of-type {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-bottom: 35px;
}
@media screen and (max-width: 1280px) {
  #header nav li .sub-menu li:last-of-type {
    padding-bottom: 10px;
    border-radius: 0;
  }
}

#header li.submenu-open a {
  color: var(--bright-red);
}

#header nav li .sub-menu li a {
  color: var(--black);
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  text-align: center;
  font-size: var(--fs-body);
}
#header nav li .sub-menu li a:hover, #header nav li .sub-menu li a:focus {
  color: var(--dark-red);
}

/* Submenu toggle button */
.submenu-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--cream);
  font-size: 16px;
  cursor: pointer;
  margin-left: 5px;
}

/* Submenu visible when toggled open */
#header nav ul.sub-menu.open {
  display: block;
  opacity: 1;
  visibility: visible;
  position: relative;
}

/* Desktop hover + focus */
@media (min-width: 1281px) {
  .menu-toggle {
    display: none;
  }
  #header nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header nav ul .menu-item-has-children:hover > .sub-menu,
  #header nav ul .menu-item-has-children:focus-within > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    position: absolute;
  }
}
/* Mobile styles */
@media (max-width: 1280px) {
  /* Submenu toggle button */
  .submenu-toggle {
    display: none;
  }
  .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header nav .menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: var(--black);
    padding: 20px 0;
  }
  #header nav .menu.open {
    display: block;
    max-height: calc(100vh - 260px);
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1280px) {
  #header nav .menu.open {
    max-height: calc(100vh - 120px);
  }
}
@media (max-width: 1280px) {
  #header nav li {
    margin: 0;
  }
  #header nav li a {
    display: block;
    padding: 15px 20px;
  }
  .sub-menu {
    position: static;
    padding: 0;
  }
  .sub-menu.open {
    position: relative;
  }
  #header nav li.button-red a {
    display: inline-block;
    font-size: var(--fs-body);
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1280px) {
  #site-navigation {
    position: absolute;
    width: 100%;
    top: -999999px;
    left: -999999px;
    opacity: 0;
    visibility: hidden;
    height: 100vh;
    z-index: 9999999;
    background-color: var(--black);
  }
}

@media screen and (max-width: 1280px) {
  .menu-is-open #site-navigation {
    position: fixed;
    top: 95px;
    left: 0;
    opacity: 1;
    visibility: visible;
    padding-top: 0;
  }
}

#header {
  background: var(--black);
  margin-bottom: -2px; /* Fix a keyline issue on Windows */
}

#header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 30px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .logo {
  display: inline-block;
  text-decoration: none;
  border: 0;
}
@media screen and (max-width: 768px) {
  #header .logo {
    max-width: 200px;
  }
}

#header .logo img {
  display: block;
  max-width: 100%;
}

#header .header__left,
#header .header__right {
  display: block;
}

#header nav {
  color: var(--cream);
  -ms-flex-item-align: center;
      align-self: center;
}

/* Hero */
.hero {
  background-color: var(--black);
  width: 100%;
  padding-top: 65px;
}
.hero .page-heading__small {
  display: block;
  color: var(--cream);
  font-size: var(--fs-body);
  letter-spacing: 2px;
  margin: 0 auto;
  padding: 0 20px 18px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  max-width: 825px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .hero .page-heading__small {
    font-size: var(--fs-caption);
  }
}
.hero h1.page-heading {
  font-size: var(--fs-heading-xxxl);
}
@media screen and (max-width: 1024px) {
  .hero h1.page-heading {
    font-size: var(--fs-hero);
  }
}
@media screen and (max-width: 768px) {
  .hero h1.page-heading {
    font-size: var(--fs-heading-xxl);
  }
}
@media screen and (max-width: 640px) {
  .hero h1.page-heading {
    font-size: var(--fs-heading-lg);
  }
}
.hero h1 {
  color: var(--cream);
  font-size: var(--fs-hero);
  font-weight: var(--xbold);
  letter-spacing: -0.5px;
  margin: 0 auto;
  padding: 0 20px 50px;
  line-height: 1;
  text-align: center;
  max-width: 825px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .hero h1 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .hero h1 {
    font-size: var(--fs-heading-md);
  }
}
.hero .hero-line-wrapper {
  display: relative;
  height: 200px;
  width: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1440px) {
  .hero .hero-line-wrapper {
    width: 1440px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 640px) {
  .hero .hero-line-wrapper {
    width: 724px;
    height: 150px;
  }
}
.hero .hero-line {
  content: "";
  display: block;
  background: url("../img/line.svg") center center no-repeat;
  background-size: 100% 100%;
  height: 92px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 0px;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  .hero .hero-line {
    height: 60px;
  }
}
.hero .hero-line:nth-of-type(1) {
  margin-top: 0;
}
.hero .hero-line:nth-of-type(2) {
  margin-top: -40px;
}
@media screen and (max-width: 640px) {
  .hero .hero-line:nth-of-type(2) {
    margin-top: -30px;
  }
}
.hero .hero-line:nth-of-type(3) {
  margin-top: -40px;
}
@media screen and (max-width: 640px) {
  .hero .hero-line:nth-of-type(3) {
    margin-top: -30px;
  }
}
.hero .hero-line-black {
  content: "";
  display: block;
  background: url("../img/line-black.svg") center center no-repeat;
  background-size: 100% 100%;
  height: 92px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 4;
  top: -68px;
}
@media screen and (max-width: 640px) {
  .hero .hero-line-black {
    height: 60px;
    top: -45px;
  }
}

.hero-banner {
  background-color: var(--black);
  width: 100%;
  overflow: hidden;
  margin-top: -80px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .hero-banner {
    margin-top: -60px;
  }
}
.hero-banner img.hero-banner__desktop {
  width: 100%;
  height: auto;
  display: block;
  -webkit-mask-image: url("../img/top-arc-mask.svg");
          mask-image: url("../img/top-arc-mask.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-position: top;
          mask-position: top;
}
@media screen and (max-width: 768px) {
  .hero-banner img.hero-banner__desktop {
    -webkit-mask-image: none;
            mask-image: none;
    -webkit-mask-repeat: initial;
            mask-repeat: initial;
    -webkit-mask-size: initial;
            mask-size: initial;
    -webkit-mask-position: initial;
            mask-position: initial;
  }
}
.hero-banner img.hero-banner__logo {
  position: absolute;
  display: block;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .hero-banner img.hero-banner__logo {
    height: auto;
    max-width: 180px;
    width: 100%;
    aspect-ratio: 192/98;
  }
}

#footer {
  background: var(--black);
  color: var(--cream);
  margin: 0;
  padding: 110px 20px 100px;
  width: 100%;
}
#footer a,
#footer a:hover,
#footer a:focus {
  color: var(--cream);
}
#footer .footer-logo {
  display: block;
  margin: 0 auto;
}
#footer h2.footer-heading {
  color: var(--cream);
  font-size: var(--fs-heading-lg);
  line-height: var(--lh-heading-lg);
  letter-spacing: var(--letterspacing);
  max-width: 850px;
}
@media screen and (max-width: 768px) {
  #footer h2.footer-heading {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
#footer .footer-menu {
  width: 100%;
  max-width: 1260px;
  padding: 0;
  margin: 75px auto 0;
}
#footer .footer-menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer .footer-menu > ul ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer .footer-menu > ul > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(25% - 15px);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #footer .footer-menu > ul > li {
    width: calc(50% - 10px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#footer .footer-menu > ul > li a {
  color: var(--cream);
  text-decoration: none;
}
#footer .footer-menu > ul > li a:hover,
#footer .footer-menu > ul > li a:focus {
  color: inherit;
  text-decoration: underline;
  outline: 0;
}
#footer .footer-menu ul li a {
  font-size: var(--fs-body);
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  #footer .footer-menu ul li a {
    font-size: var(--fs-button);
  }
}
#footer .footer-menu > ul > li > a {
  font-family: var(--font-family-headings);
  font-size: var(--fs-heading-lg);
  font-weight: var(--xbold);
  line-height: 1;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  #footer .footer-menu > ul > li > a {
    font-size: 1.5rem;
  }
}
#footer .footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 120px auto 0;
  font-size: var(--fs-caption);
  width: 100%;
  max-width: 1340px;
  padding: 0 20px;
}
#footer .footer-copyright .footer-copyright__left {
  text-align: left;
  width: 50%;
}
#footer .footer-copyright .footer-copyright__right {
  text-align: right;
  width: 50%;
}
#footer .footer-copyright a,
#footer .footer-copyright a:hover,
#footer .footer-copyright a:focus {
  color: var(--cream);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #footer .footer-copyright {
    display: block;
    padding: 0;
  }
  #footer .footer-copyright .footer-copyright__left {
    margin-bottom: 12px;
  }
  #footer .footer-copyright .footer-copyright__left,
  #footer .footer-copyright .footer-copyright__right {
    text-align: left;
    width: 100%;
  }
}

.linkedin a {
  display: block;
  width: 46px;
  height: 46px;
  background: transparent url("../img/linkedin.svg") no-repeat center center;
  background-size: contain;
  margin-top: 35px;
  opacity: 1;
  -webkit-transition: opacity var(--transition);
  transition: opacity var(--transition);
}
.linkedin a:hover, .linkedin a:focus {
  opacity: 0.7;
  -webkit-transition: opacity var(--transition);
  transition: opacity var(--transition);
}

.articles {
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 70px 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1380px;
  padding: 0 20px 150px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .articles {
    gap: 20px;
  }
}

.articles__article:not(.article-featured) {
  width: calc(33.3333333333% - 23.3333333333px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .articles__article:not(.article-featured) {
    width: calc(50% - 10px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .articles__article:not(.article-featured) {
    width: calc(50% - 10px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .articles__article:not(.article-featured) {
    width: calc(100% - 0px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.articles__article--image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 380/255;
  margin: 0;
}

.articles__article--image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.articles__article a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--black);
  text-decoration: none;
  height: 100%;
  position: relative;
}

.articles__article a:hover,
.articles__article a:focus {
  -webkit-box-shadow: var(--news-carousel-shadow);
          box-shadow: var(--news-carousel-shadow);
  z-index: 10;
}

.articles__article .articles__article-content {
  display: block;
  padding: 30px 30px 80px;
  color: var(--cream);
  position: relative;
}

.articles__article .articles__article-content time {
  font-size: 14px;
  line-height: 1.1;
  margin-bottom: 15px;
  display: block;
}

.articles__article-content h2 {
  /* font-size: 32px; */
  font-size: var(--fs-heading-sm);
  font-weight: var(--xbold);
  margin: 0;
  line-height: 1.1;
}

.articles__article > a:hover .chevron,
.articles__article > a:focus .chevron {
  background: var(--bright-red) url(../img/chevron-right-cream.svg) center center no-repeat;
}

.articles__article .chevron {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

/** first article styles */
.article-featured {
  width: calc(100% - 0px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: -20px;
}
@media screen and (max-width: 1024px) {
  .article-featured {
    margin-bottom: 0;
  }
}
.article-featured a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article-featured .articles__article--image {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .article-featured .articles__article--image {
    width: 33.3333%;
  }
}
@media screen and (max-width: 768px) {
  .article-featured .articles__article--image {
    width: 100%;
  }
}
.article-featured .articles__article-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  margin-bottom: 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .article-featured .articles__article-content {
    width: 66.6666%;
  }
}
@media screen and (max-width: 768px) {
  .article-featured .articles__article-content {
    width: 100%;
  }
}
.article-featured .articles__article-content h2 {
  font-size: var(--fs-heading-xxl);
  letter-spacing: var(--letterspacing);
}
@media screen and (max-width: 1024px) {
  .article-featured .articles__article-content h2 {
    font-size: var(--fs-heading-md);
  }
}
.article-featured .articles__article-content p {
  font-size: var(--fs-body);
  line-height: 1.6;
}
.article-featured .articles__article-content .chevron {
  bottom: 30px;
}

/* Filter. */
#filter-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1380px;
  padding: 0 20px;
  margin: 0 auto;
}
#filter-by .filter-by__inner {
  background: var(--dark-cream);
  border-radius: 20px;
  padding: 30px 30px;
  margin: 45px auto 45px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  #filter-by .filter-group {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 640px) {
  #filter-by .filter-group {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #filter-by .filter-actions {
    width: 100%;
  }
}
#filter-by .filter-by__left h2 {
  font-size: var(--fs-heading-lg);
  letter-spacing: var(--letterspacing);
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #filter-by .filter-by__left h2 {
    font-size: 1.75rem;
  }
}
#filter-by #filter-by__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #filter-by #filter-by__form {
    width: 100%;
  }
}
#filter-by select,
#filter-by .choices__list--single,
#filter-by .ts-wrapper .ts-control {
  min-width: 300px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  font-size: var(--fs-body);
  line-height: 1.6;
  padding: 10px 44px 10px 16px;
  margin: 0;
  cursor: pointer;
  background-image: url(../img/select-box.svg), -webkit-gradient(linear, left top, right top, from(var(--cream)), color-stop(77%, var(--cream)), color-stop(77%, var(--bright-red)), to(var(--bright-red)));
  background-image: url(../img/select-box.svg), linear-gradient(to right, var(--cream) 0%, var(--cream) 77%, var(--bright-red) 77%, var(--bright-red) 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: 27px auto, 100% 100%;
  background-position: right 20px center, left top;
  background-clip: padding-box;
  z-index: 15;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 768px) {
  #filter-by select,
  #filter-by .choices__list--single,
  #filter-by .ts-wrapper .ts-control {
    min-width: unset;
  }
}
@media screen and (max-width: 640px) {
  #filter-by select,
  #filter-by .choices__list--single,
  #filter-by .ts-wrapper .ts-control {
    background-image: url(../img/select-box.svg), linear-gradient(to right, var(--cream) 0%, var(--cream) calc(100% - 65px), var(--bright-red) calc(100% - 65px), var(--bright-red) 100%);
    background-repeat: no-repeat, no-repeat;
    background-size: 27px auto, 100% 100%;
    background-position: right 20px center, left top;
    background-clip: padding-box;
  }
}
#filter-by .ts-wrapper.single .ts-control:after,
#filter-by .ts-wrapper.single.dropdown-active .ts-control:after {
  display: none !important;
}
#filter-by .ts-dropdown {
  border-radius: 0 0 20px 20px;
  border: 0;
  -webkit-box-shadow: var(--news-carousel-shadow);
          box-shadow: var(--news-carousel-shadow);
  margin-top: -15px;
  padding-top: 20px;
  background: var(--cream);
  z-index: 12;
  opacity: 1;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #filter-by .ts-dropdown {
    border-radius: 0;
    margin-top: 0px;
    z-index: 100;
  }
}
#filter-by .ts-dropdown .active {
  background-color: var(--bright-red);
  color: var(--cream);
}
#filter-by .ts-dropdown .option {
  padding: 10px 15px;
  font-size: var(--fs-body);
  cursor: pointer;
}
#filter-by .ts-dropdown .option:last-of-type {
  padding-bottom: 15px;
}
#filter-by .ts-wrapper.single .ts-control,
#filter-by .ts-wrapper.single .ts-control input {
  cursor: pointer;
}
#filter-by .ts-wrapper.single .ts-control input {
  pointer-events: none;
  caret-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#filter-by a,
#filter-by a:hover,
#filter-by a:focus {
  color: inherit;
  margin-left: 15px;
}
#filter-by button {
  cursor: pointer;
  color: var(--cream);
}

body.single-post #page-heading .page-heading {
  color: var(--cream);
  font-family: var(--font-family-headings);
  font-size: var(--fs-heading-xxxl);
  font-weight: var(--xbold);
  letter-spacing: -0.5px;
  margin: 0 auto;
  padding: 0 20px 50px;
  line-height: 1;
  text-align: center;
  max-width: 825px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  body.single-post #page-heading .page-heading {
    font-size: var(--fs-heading-xxl);
  }
}
@media screen and (max-width: 640px) {
  body.single-post #page-heading .page-heading {
    font-size: var(--fs-heading-lg);
  }
}

article.article {
  width: 100%;
  padding-bottom: 125px;
}
article.article .article__inner {
  width: 100%;
  max-width: 1380px;
  padding: 30px 20px 0px;
  margin: 0 auto;
  font-size: var(--fs-subtitle);
}
@media screen and (max-width: 768px) {
  article.article .article__inner {
    font-size: var(--fs-body);
  }
}
article.article h1 {
  font-size: var(--fs-heading-xxxl);
  color: var(--black);
  font-weight: var(--xbold);
  letter-spacing: -0.5px;
  margin: 0 auto 5px;
  padding: 0;
  line-height: 1;
  text-align: center;
  max-width: 960px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  article.article h1 {
    font-size: var(--fs-heading-xxl);
  }
}
@media screen and (max-width: 640px) {
  article.article h1 {
    font-size: var(--fs-heading-lg);
  }
}
article.article time {
  font-size: var(--fs-caption);
  text-align: center;
  display: block;
}
article.article .article__content {
  max-width: 930px;
  margin: 0 auto;
  font-size: var(--fs-body);
}
article.article h2.wp-block-heading {
  font-size: var(--fs-heading-xxl);
  font-weight: var(--xbold);
  line-height: 1;
  letter-spacing: var(--letterspacing);
  margin: 0.5em 0;
}
@media screen and (max-width: 768px) {
  article.article h2.wp-block-heading {
    font-size: var(--fs-heading-lg);
  }
}
@media screen and (max-width: 640px) {
  article.article h2.wp-block-heading {
    font-size: 1.75rem;
  }
}
article.article ol, article.article ul {
  margin: 30px 1.1em 50px;
  padding: 0;
  line-height: 2em;
}
article.article .article__tags {
  margin-top: 50px;
}
article.article .article__tags .article__tags--title {
  text-transform: uppercase;
  font-weight: var(--xbold);
  font-size: var(--fs-body);
  display: inline-block;
  margin-right: 15px;
}
article.article .article__tags .article__tag {
  display: inline-block;
  background: var(--dark-cream);
  color: var(--black);
  font-size: var(--fs-body);
  padding: 12px 20px;
  border-radius: 99999px;
  margin: 0 10px 10px 0;
  line-height: 1;
}

.featured-image-block {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto 10px;
  padding: 30px 0px 40px;
}

.featured-image-block__wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 70px 70px 65px;
  background: var(--dark-cream) url("../img/cta.svg") no-repeat center bottom;
  background-size: 100%;
  border-radius: var(--cta-radius);
  overflow: hidden;
}
.featured-image-block__wrapper.image-has-caption {
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .featured-image-block__wrapper.image-has-caption {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .featured-image-block__wrapper {
    padding: 40px 40px 10px;
  }
}
@media screen and (max-width: 640px) {
  .featured-image-block__wrapper {
    padding: 20px 20px 20px;
  }
}
.featured-image-block__wrapper .featured-image-block__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.featured-image-block__wrapper .featured-image-block__inner:not(.object-cover):not(.object-contain):not(.object-fill) {
  width: unset;
}
.featured-image-block__wrapper .featured-image-block__inner:not(.object-cover):not(.object-contain):not(.object-fill) img {
  max-width: 100%;
  height: auto;
}

/* Block amends. */
article.article .block-wrapper.image-block {
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 65px;
  margin-bottom: 65px;
}
article.article .block-wrapper.image-block .image-block__wrapper {
  max-width: 1070px;
}
article.article .image-content-block .column-image__wrapper {
  aspect-ratio: 5/4;
}
article.article .image-content-block h3.block-heading {
  font-size: var(--fs-heading-lg);
  font-weight: var(--xbold);
}
article.article .image-content-block .image-content__row {
  gap: 45px;
  padding: 0;
}
article.article .image-content-block .column.column-image {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  article.article .image-content-block .column.column-image {
    max-width: 100%;
  }
}
article.article .image-content-block .column.column-text {
  width: calc(100% - 500px);
}
@media screen and (max-width: 768px) {
  article.article .image-content-block .column.column-text {
    width: 100%;
  }
}

body.single-post .cta-block-wide {
  padding-top: 60px;
  margin-top: 70px;
}

.button:not(#header nav li),
.button > a {
  display: inline-block;
  padding: 10px 25px;
  border: 0;
  text-decoration: none;
  background: var(--dark-red);
  border-radius: 9999px;
}
@media screen and (max-width: 768px) {
  .button:not(#header nav li),
  .button > a {
    font-size: var(--fs-button);
  }
}

.button-red:not(#header nav li),
.button-red > a {
  background: var(--gradient-red);
  color: var(--cream);
}
.button-red:not(#header nav li):hover, .button-red:not(#header nav li):focus,
.button-red > a:hover,
.button-red > a:focus {
  background: var(--bright-red);
}

.button-large {
  padding: 15px 40px !important;
}

.button-submit {
  color: var(--cream);
  cursor: pointer;
}

.block-wrapper p {
  font-size: var(--fs-body);
  margin: 0 0 1.8em;
}
.block-wrapper p:last-of-type {
  margin-bottom: 0;
}
.block-wrapper h2 + p {
  margin-top: 0.3em;
}

.figures .circle-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--cream);
  font-size: var(--fs-heading-lg);
}
@media screen and (max-width: 768px) {
  .figures .circle-text {
    width: 65px;
    height: 65px;
  }
}

.figure-number {
  font-weight: var(--xbold);
  font-family: var(--font-family-headings);
}
@media screen and (max-width: 768px) {
  .figure-number {
    font-size: 1.5rem !important;
  }
}

.no-js .figure-number::before {
  content: attr(data-number-count-up);
}

.figures {
  background: var(--gradient-red);
  width: 100%;
  margin: 0 auto;
}

.figures__inner {
  width: 100%;
  max-width: 1250px;
  padding: 30px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .figures__inner {
    padding: 30px 15px;
  }
}

.js-figures-carousel.splide {
  visibility: visible;
}

.js-figures-carousel .splide__track {
  width: 100%;
}

.js-figures-carousel.splide.is-initialized:not(.is-active) .splide__list,
.js-figures-carousel .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1250px;
  padding: 30px 20px;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.figure-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: var(--font-family-headings);
}
@media screen and (max-width: 768px) {
  .figure-row {
    gap: 15px;
  }
}
@media screen and (max-width: 480px) {
  .figure-row {
    gap: 12px;
  }
}

.figure-text {
  color: var(--cream);
  font-size: var(--fs-heading-lg);
  font-weight: var(--xbold);
}
.figure-text .figure-text__inner {
  display: block;
  line-height: 1;
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .figure-text {
    font-size: 1.5rem;
    max-width: 100px;
    line-height: 1;
  }
}
@media screen and (max-width: 480px) {
  .figure-text {
    font-size: 1.5rem;
    max-width: 85px;
    line-height: 1;
  }
}

/* Cards. */
.icon-cards {
  background: var(--cream);
  width: 100%;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  .icon-cards {
    padding: 10px 0 10px;
  }
}
.icon-cards .icon-cards__inner {
  width: 100%;
  max-width: 1380px;
  padding: 30px 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .icon-cards .icon-cards__inner {
    gap: 10px;
  }
}
.icon-cards .icon-card-col {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33.3333333333% - 13.3333333333px);
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .icon-cards .icon-card-col {
    width: calc(50% - 10px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .icon-cards .icon-card-col {
    width: calc(100% - 0px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .icon-cards .icon-card-col:last-of-type a {
    background: var(--gradient-red);
    -webkit-box-shadow: var(--icon-card-shadow);
            box-shadow: var(--icon-card-shadow);
    outline: 0;
  }
  .icon-cards .icon-card-col:last-of-type a .icon-card-icon::before {
    background-color: var(--dark-red);
  }
  .icon-cards .icon-card-col:last-of-type a svg path {
    fill: var(--cream);
  }
}
.icon-cards .icon-card-icon {
  width: 105px;
  height: 105px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .icon-cards .icon-card-icon {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .icon-cards .icon-card-icon {
    width: 60px;
    height: 60px;
  }
}
.icon-cards .icon-card-icon::before {
  content: "";
  display: block;
  height: 95px;
  width: 95px;
  background-color: var(--cream);
  top: 5px;
  left: 5px;
  position: absolute;
  border-radius: 100%;
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .icon-cards .icon-card-icon::before {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .icon-cards .icon-card-icon::before {
    width: 50px;
    height: 50px;
  }
}
.icon-cards .icon-card-icon svg {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .icon-cards .icon-card-icon svg {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .icon-cards .icon-card-icon svg {
    width: 60px;
    height: 60px;
  }
}
.icon-cards a {
  background: var(--black);
  border-radius: 20px;
  overflow: hidden;
  padding: 35px 40px;
  color: var(--cream);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: -webkit-box-shadow var(--transition);
  transition: -webkit-box-shadow var(--transition);
  transition: box-shadow var(--transition);
  transition: box-shadow var(--transition), -webkit-box-shadow var(--transition);
}
.icon-cards a:hover, .icon-cards a:focus {
  background: var(--gradient-red);
  -webkit-box-shadow: var(--icon-card-shadow);
          box-shadow: var(--icon-card-shadow);
  outline: 0;
}
.icon-cards a:hover .icon-card-icon::before, .icon-cards a:focus .icon-card-icon::before {
  background-color: var(--dark-red);
}
.icon-cards a:hover svg path, .icon-cards a:focus svg path {
  fill: var(--cream);
}
.icon-cards a h3 {
  padding: 0;
  margin: 0;
  font-size: var(--fs-heading-lg);
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .icon-cards a h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .icon-cards a {
    padding: 15px 20px;
  }
}

/* Sectors Cards. */
.sectors-cards {
  background: var(--cream);
  padding: 15px 0 30px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sectors-cards {
    padding: 10px 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .sectors-cards h2 {
    padding-top: 0px;
  }
}
.sectors-cards .sectors-cards__inner {
  width: 100%;
  max-width: 1380px;
  padding: 30px 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sectors-cards .sectors-cards__inner {
    gap: 10px;
  }
}
@media screen and (max-width: 640px) {
  .sectors-cards .sectors-cards__inner {
    margin-bottom: -30px;
  }
}
.sectors-cards .sectors-cards__inner .sectors-cards__button {
  position: relative;
  z-index: 10;
}
.sectors-cards .sectors-card {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sectors-cards .sectors-card {
    width: calc(100% - 0px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.sectors-cards .sectors-card a {
  display: block;
  position: relative;
  aspect-ratio: 40/17;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--black);
  -webkit-transition: -webkit-box-shadow var(--transition);
  transition: -webkit-box-shadow var(--transition);
  transition: box-shadow var(--transition);
  transition: box-shadow var(--transition), -webkit-box-shadow var(--transition);
}
.sectors-cards .sectors-card a:hover .chevron, .sectors-cards .sectors-card a:focus .chevron {
  background: var(--bright-red) url("../img/chevron-right-cream.svg") center center no-repeat;
}
.sectors-cards .sectors-card a:hover img, .sectors-cards .sectors-card a:focus img {
  -webkit-transform: scale(var(--zoom));
          transform: scale(var(--zoom));
}
.sectors-cards .sectors-card a:hover, .sectors-cards .sectors-card a:focus {
  -webkit-box-shadow: var(--sectors-card-shadow);
          box-shadow: var(--sectors-card-shadow);
  outline: 0;
}
.sectors-cards .sectors-card a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#192328));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #192328 100%);
  z-index: 2;
}
.sectors-cards .sectors-card img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform var(--transition);
  transition: -webkit-transform var(--transition);
  transition: transform var(--transition);
  transition: transform var(--transition), -webkit-transform var(--transition);
}
.sectors-cards .sectors-card .sectors-card__content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 3;
}
.sectors-cards .sectors-card .sectors-card-text {
  font-family: var(--font-family-headings);
  font-size: var(--fs-heading-xxl);
  font-weight: var(--xbold);
  letter-spacing: -0.5px;
  color: var(--cream);
  position: absolute;
  bottom: 20px;
  padding: 0;
  margin: 0;
  line-height: 1;
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .sectors-cards .sectors-card .sectors-card-text {
    font-size: var(--fs-heading-lg);
  }
}
@media screen and (max-width: 640px) {
  .sectors-cards .sectors-card .sectors-card-text {
    font-size: var(--fs-heading-sm);
    padding-bottom: 5px;
  }
}
.sectors-cards .sectors-card .chevron {
  position: absolute;
  bottom: 20px;
  right: 30px;
}

body:not(.home) .sectors-cards h2.block-heading {
  font-size: var(--fs-heading-xxxl);
}
@media screen and (max-width: 768px) {
  body:not(.home) .sectors-cards h2.block-heading {
    font-size: var(--fs-heading-lg);
  }
}
@media screen and (max-width: 640px) {
  body:not(.home) .sectors-cards h2.block-heading {
    font-size: var(--fs-heading-sm);
  }
}

body:not(.home) .sectors-cards .sectors-cards__inner {
  gap: 60px 40px;
}
@media screen and (max-width: 1024px) {
  body:not(.home) .sectors-cards .sectors-cards__inner {
    gap: 30px 15px;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) .sectors-cards .sectors-cards__inner {
    gap: 15px;
  }
}

body:not(.home) .sectors-cards .sectors-card {
  width: calc(50% - 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  body:not(.home) .sectors-cards .sectors-card {
    width: calc(50% - 7.5px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  body:not(.home) .sectors-cards .sectors-card {
    width: calc(100% - 0px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.chevron {
  border-radius: 100%;
  height: 40px;
  width: 40px;
  display: block;
  background: var(--cream) url("../img/chevron-right-black.svg") center center no-repeat;
  -webkit-transition: background-color var(--transition);
  transition: background-color var(--transition);
}
.chevron:hover, .chevron:focus {
  background: var(--bright-red) url("../img/chevron-right-cream.svg") center center no-repeat;
}

.news-carousel-block article a {
  -webkit-transition: -webkit-box-shadow var(--transition);
  transition: -webkit-box-shadow var(--transition);
  transition: box-shadow var(--transition);
  transition: box-shadow var(--transition), -webkit-box-shadow var(--transition);
}
.news-carousel-block article a:hover .chevron, .news-carousel-block article a:focus .chevron {
  background: var(--bright-red) url("../img/chevron-right-cream.svg") center center no-repeat;
}

.block-end-button {
  text-align: center;
  margin: 20px auto;
}
.block-end-button a.button {
  font-size: var(--fs-body);
  padding: 12px 40px !important;
  -webkit-transition: -webkit-box-shadow var(--transition);
  transition: -webkit-box-shadow var(--transition);
  transition: box-shadow var(--transition);
  transition: box-shadow var(--transition), -webkit-box-shadow var(--transition);
}
.block-end-button a.button:hover, .block-end-button a.button:focus {
  -webkit-box-shadow: var(--buttons-shadow);
          box-shadow: var(--buttons-shadow);
  -webkit-transition: -webkit-box-shadow var(--transition);
  transition: -webkit-box-shadow var(--transition);
  transition: box-shadow var(--transition);
  transition: box-shadow var(--transition), -webkit-box-shadow var(--transition);
}

@media screen and (max-width: 640px) {
  .sectors-cards + .news-carousel-block {
    margin-top: 0;
  }
}

.news-carousel {
  padding-bottom: 20px;
  position: relative;
}

.news-carousel .splide__track {
  overflow: hidden;
}

.news-carousel .splide__list {
  overflow: visible !important;
}

.news-carousel .splide__slide {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 12px;
  padding-right: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/** Page Content. **/
#page-heading h1.page-heading {
  padding-bottom: 18px;
  min-height: 146px;
}

body:not(.home):not(.blog):not(.archive) #page-content {
  min-height: 70vh;
}

#page-content {
  width: 100%;
  position: relative;
}
#page-content .page-mask {
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  top: -75px;
}
@media screen and (max-width: 1440px) {
  #page-content .page-mask {
    width: 1440px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 640px) {
  #page-content .page-mask {
    width: 724px;
  }
}
#page-content .page-mask__inner {
  display: block;
  background: url(../img/page-mask.svg) center center no-repeat;
  background-size: 100% 100%;
  height: 92px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 0px;
  z-index: 5;
}

/** Breadcrumbs. **/
#breadcrumbs {
  padding: 0 0 0;
  font-size: var(--fs-caption);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400;
  position: relative;
  z-index: 10;
  margin: -5px auto 15px;
}
#breadcrumbs .breadcrumb-chevron {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 15px;
  margin-right: 15px;
  background: url(../img/chevron-right-red.svg) center center no-repeat;
  background-size: 10px 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
#breadcrumbs a:hover, #breadcrumbs a:focus {
  text-decoration: underline;
}

.ratio-1-1 {
  aspect-ratio: 1/1;
}

.ratio-2-1 {
  aspect-ratio: 2/1;
}

.ratio-4-5 {
  aspect-ratio: 4/5;
}

.ratio-3-2 {
  aspect-ratio: 3/2;
}

.ratio-16-9 {
  aspect-ratio: 16/9;
}

.object-cover img,
.object-contain img,
.object-fill img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-position: center;
     object-position: center;
}

.object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fill img {
  -o-object-fit: fill;
     object-fit: fill;
}

@media screen and (max-width: 1024px) {
  [data-aos] {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

#page-content .block-wrapper:first-of-type[data-aos] {
  opacity: 1 !important;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}
/*# sourceMappingURL=global.min.css.map */
