/**
 * Import the base
 */
/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: "Heading Now";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-56Bold.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNow-64Regular.woff2");
  font-display: swap; }

@font-face {
  font-family: "Heading Now";
  font-weight: 500;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/heading-now/HeadingNowTrial-55Medium.woff2");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Regular.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: normal;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Italic.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-Bold.ttf");
  font-display: swap; }

@font-face {
  font-family: "Carlito";
  font-weight: bold;
  font-style: italic;
  src: url("/app/themes/nfc-talent-pro/assets/fonts/Carlito/Carlito-BoldItalic.ttf");
  font-display: swap; }

@font-face {
  font-family: 'Fallback';
  src: local(Impact);
  size-adjust: 96%;
  ascent-override: 115%;
  descent-override: normal;
  line-gap-override: normal; }

.clearfix::after {
  clear: both;
  content: '';
  display: block; }

.btn,
input.btn,
a.btn,
a.btn:visited,
.button, form.mpForm .submitButton,
.btn:visited,
a.btn:visited,
.button:visited,
form.mpForm .submitButton:visited {
  font-family: "Heading Now", "Fallback", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 120%;
  font-weight: 500;
  padding: 9px 20px 12px;
  cursor: pointer;
  color: var(--white);
  background: var(--btn-color);
  text-align: center;
  transition: background-color 0.14s ease-in-out, color 0.14s ease-in-out;
  border-radius: 100px;
  border: 1px solid transparent; }
  .btn:hover,
  a.btn:hover:visited,
  .button:hover, form.mpForm .submitButton:hover, .btn:focus,
  a.btn:focus:visited,
  .button:focus, form.mpForm .submitButton:focus,
  .btn:visited:hover,
  .button:visited:hover,
  form.mpForm .submitButton:visited:hover,
  .btn:visited:focus,
  .button:visited:focus,
  form.mpForm .submitButton:visited:focus {
    background-color: var(--medium-gray);
    color: var(--white);
    text-decoration: none;
    outline: none; }
  .red.btn,
  a.red.btn:visited,
  .red.button, form.mpForm .red.submitButton,
  .btn:visited.red,
  .button:visited.red,
  form.mpForm .submitButton:visited.red {
    background-color: var(--red);
    color: var(--white); }
    .red.btn:hover,
    .red.button:hover, form.mpForm .red.submitButton:hover, .red.btn:focus,
    .red.button:focus, form.mpForm .red.submitButton:focus,
    .btn:visited.red:hover,
    .button:visited.red:hover,
    form.mpForm .submitButton:visited.red:hover,
    .btn:visited.red:focus,
    .button:visited.red:focus,
    form.mpForm .submitButton:visited.red:focus {
      background-color: var(--medium-gray);
      color: var(--white);
      text-decoration: none;
      outline: none; }
  .yellow.btn,
  a.yellow.btn:visited,
  .yellow.button, form.mpForm .yellow.submitButton,
  .btn:visited.yellow,
  .button:visited.yellow,
  form.mpForm .submitButton:visited.yellow {
    background-color: var(--yellow);
    color: var(--dark-gray); }
    .yellow.btn:hover,
    .yellow.button:hover, form.mpForm .yellow.submitButton:hover,
    .btn:visited.yellow:hover,
    .button:visited.yellow:hover,
    form.mpForm .submitButton:visited.yellow:hover {
      background-color: #cca000; }

/**
 * Normalize the website for browsers
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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; }

/* 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 */ }

/**
 * Show the overflow in Edge.
 */
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge.
 * 2. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */ }

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */
[type="search"]::-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 all browsers.
 */
summary {
  display: list-item; }

* {
  box-sizing: border-box; }

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

img {
  max-width: 100%;
  height: auto; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 auto; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.gform_wrapper + .video-container {
  padding: 0; }

/**
 * Layout
 */
:root {
  --red: #FF0500;
  --dark-blue: #002896;
  --light-blue: #00BEFF;
  --magenta: #FA0F64;
  --purple: #50008C;
  --yellow: #FFC800;
  --green: #00C878;
  --white: #ffffff;
  --gray: #515151;
  --light-gray: #E9EAEE;
  --medium-gray: #747474;
  --dark-gray: #2A252D;
  --black: #111;
  --text-color: #2A252D;
  --btn-color: #2A252D;
  --validation-color: #FF0500; }

body {
  font: normal 16px/150% "Carlito", Helvetica, Arial, sans-serif;
  color: var(--text-color);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 981px) {
    body {
      font-size: 18px; } }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font: bold 25px/100% "Heading Now", "Fallback", Helvetica, Arial, sans-serif;
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 20px; }
  @media (min-width: 981px) {
    h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
      margin-bottom: 30px; } }
  h1 + p, h2 + p, h3 + p, h4 + p, .h1 + p, .h2 + p, .h3 + p, .h4 + p {
    margin-top: 0; }

h1, h2, h3, .h1, .h2, .h3 {
  text-transform: uppercase; }

h4, .h4 {
  font-size: 20px;
  line-height: 110%;
  text-transform: none; }
  @media (min-width: 981px) {
    h4, .h4 {
      font-size: 25px; } }

h3, .h3 {
  font-size: 25px;
  line-height: 110%; }
  @media (min-width: 981px) {
    h3, .h3 {
      font-size: 35px; } }

h2, .h2 {
  font-size: 30px; }
  @media (min-width: 981px) {
    h2, .h2 {
      font-size: 50px; } }

h1, .h1 {
  font-size: 35px; }
  @media (min-width: 981px) {
    h1, .h1 {
      font-size: 60px; } }

h1.hero, h2.hero, .h1.hero, .h2.hero {
  font-size: 40px; }
  @media (min-width: 981px) {
    h1.hero, h2.hero, .h1.hero, .h2.hero {
      font-size: 65px; } }

.large, .font-larger {
  font-size: 18px;
  line-height: 150%; }
  @media (min-width: 981px) {
    .large, .font-larger {
      font-size: 22px; } }

small, .font-small {
  line-height: 120%;
  font-size: 12px; }
  @media (min-width: 981px) {
    small, .font-small {
      font-size: 14px; } }

ul {
  padding: 0 0 1.75em 1.25em; }

blockquote {
  font-family: "Heading Now", "Fallback", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 150%;
  color: var(--red);
  margin: 1em 0;
  padding-left: 30px;
  font-weight: 500; }
  @media (min-width: 981px) {
    blockquote {
      font-size: 25px;
      padding-left: 100px; } }
  blockquote p:last-of-type {
    font-size: 16px;
    font-weight: 400; }
    @media (min-width: 981px) {
      blockquote p:last-of-type {
        font-size: 18px; } }

a,
a:visited,
a:focus,
a:active {
  color: var(--dark-gray);
  text-decoration: none;
  outline: 0;
  transition: color .3s ease-in-out; }

.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

.flex-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }

.flex-container .content, .flex-container main {
  flex: 3; }

.flex-container .sidebar, .flex-container aside {
  flex: 1;
  padding-left: 2em; }

.small-container {
  width: 90%;
  max-width: 840px;
  margin: 0 auto; }
  @media (min-width: 981px) {
    .small-container .container-wrapper {
      max-width: 720px; } }

.section {
  padding: 45px 0; }
  @media (min-width: 981px) {
    .section {
      padding: 90px 0; } }

.no-padding {
  padding: 0; }

.no-padding-top {
  padding-top: 0; }

.no-padding-bottom {
  padding-bottom: 0; }

@media (min-width: 981px) {
  .mobile-only {
    display: none !important; } }

@media (max-width: 980px) {
  .desktop-only {
    display: none !important; } }

.pre-footer {
  background-color: var(--dark-gray); }
  .pre-footer .breadcrumb ol {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem; }
    .pre-footer .breadcrumb ol li {
      margin: 0; }

#section-footer .main-footer {
  padding: 45px 0 90px;
  background-color: var(--dark-gray);
  color: var(--white); }
  @media (min-width: 981px) {
    #section-footer .main-footer {
      padding: 90px 0; } }
  #section-footer .main-footer > svg {
    display: block;
    margin: 0 auto 3em; }
    @media (max-width: 767px) {
      #section-footer .main-footer > svg {
        max-width: 35px;
        margin-bottom: 2em; } }
  #section-footer .main-footer h4 {
    color: var(--white);
    margin-bottom: 10px; }
  #section-footer .main-footer .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em; }
    @media (min-width: 768px) {
      #section-footer .main-footer .container {
        gap: 3em;
        display: flex;
        justify-content: space-between; } }
  #section-footer .main-footer .footer-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    height: -moz-fit-content;
    height: fit-content; }
    #section-footer .main-footer .footer-items .footer-item p:last-child {
      margin-bottom: 0; }
    #section-footer .main-footer .footer-items .footer-item a {
      color: var(--white); }
      #section-footer .main-footer .footer-items .footer-item a:hover {
        color: var(--red); }
  @media (min-width: 768px) {
    #section-footer .main-footer .navigation {
      flex-basis: 275px; } }
  #section-footer .main-footer .navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #section-footer .main-footer .navigation ul li {
      display: block;
      border-bottom: .8px solid #dae5f0;
      padding: 1em 0; }
      #section-footer .main-footer .navigation ul li:first-of-type {
        padding-top: 0; }
      #section-footer .main-footer .navigation ul li a {
        color: var(--white);
        transition: color .3s ease-in-out; }
        #section-footer .main-footer .navigation ul li a:hover {
          color: var(--red); }

#joboti-preload-chat-icon {
  display: none !important; }

ul {
  padding: 0 0 1.75em 1.25em; }

main a:not([class]), main a.slide-in-link,
main a:visited:not([class]),
main a:visited.slide-in-link,
main a:focus:not([class]),
main a:focus.slide-in-link,
main a:active:not([class]),
main a:active.slide-in-link, .fancybox-content a:not([class]), .fancybox-content a.slide-in-link,
.fancybox-content a:visited:not([class]),
.fancybox-content a:visited.slide-in-link,
.fancybox-content a:focus:not([class]),
.fancybox-content a:focus.slide-in-link,
.fancybox-content a:active:not([class]),
.fancybox-content a:active.slide-in-link {
  background: linear-gradient(0deg, var(--text-color), var(--text-color)) no-repeat left bottom/100% var(--bg-h);
  transition: background-size .3s, color .3s ease-in-out;
  --bg-h: 1px;
  display: inline-block;
  outline: 0;
  text-decoration: none !important; }

main a:where(:hover, :focus-visible):not([class]), main a:where(:hover, :focus-visible).slide-in-link, .fancybox-content a:where(:hover, :focus-visible):not([class]), .fancybox-content a:where(:hover, :focus-visible).slide-in-link {
  background-size: 0 var(--bg-h) !important;
  background-position-x: right !important; }

a[class] {
  text-decoration: none !important; }

.protected-form {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  padding: 150px 0; }

@media (min-width: 981px) {
  img.alignright {
    float: right;
    padding-left: 1em; }
  img.alignleft {
    float: right;
    padding-right: 1em; }
  img.aligncenter {
    display: block;
    margin: 0 auto; } }

a.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

a.overlay-link:after, a.link-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

[class^='icon-'], [class*=' icon-'],
[class^='icon-']:before, [class*=' icon-']:before {
  display: block;
  width: 1em; }

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

@media (min-width: 981px) {
  .btn.large,
  input.btn.large,
  a.btn.large,
  a.btn:visited.large,
  .button.large {
    font-size: 25px;
    line-height: 110%;
    font-weight: 700; } }

.btn.white,
input.btn.white,
a.btn.white,
a.btn:visited.white,
.button.white {
  background-color: var(--white);
  color: var(--btn-color); }
  .btn.white:hover,
  input.btn.white:hover,
  a.btn.white:hover,
  a.btn:visited.white:hover,
  .button.white:hover {
    color: var(--white);
    background-color: var(--btn-color); }

.btn.hollow,
input.btn.hollow,
a.btn.hollow,
a.btn:visited.hollow,
.button.hollow {
  border: 1px solid var(--btn-color);
  background-color: transparent;
  color: var(--btn-color); }
  .btn.hollow:hover,
  input.btn.hollow:hover,
  a.btn.hollow:hover,
  a.btn:visited.hollow:hover,
  .button.hollow:hover {
    color: var(--white);
    background-color: var(--btn-color); }
  .btn.hollow.white,
  input.btn.hollow.white,
  a.btn.hollow.white,
  a.btn:visited.hollow.white,
  .button.hollow.white {
    border-color: var(--white);
    color: var(--white); }
    .btn.hollow.white:hover,
    input.btn.hollow.white:hover,
    a.btn.hollow.white:hover,
    a.btn:visited.hollow.white:hover,
    .button.hollow.white:hover {
      border-color: var(--btn-color); }

.btn .white-hover:hover,
input.btn .white-hover:hover,
a.btn .white-hover:hover,
a.btn:visited .white-hover:hover,
.button .white-hover:hover {
  color: var(--btn-color);
  background-color: var(--white); }

.tag, .suggestion, .category-item, .label, .location-tag, ul.post-categories li a, [role="tablist"] button {
  border-radius: 100px;
  background-color: var(--light-gray);
  color: var(--dark-gray);
  padding: 3px 10px;
  line-height: 120%;
  font-size: 12px;
  transition: background-color .3s ease-in-out, color .3s ease-in-out;
  display: flex;
  align-items: center; }
  .tag:hover, .suggestion:hover, .category-item:hover, .label:hover, .location-tag:hover, ul.post-categories li a:hover, [role="tablist"] button:hover {
    background-color: var(--dark-gray);
    color: var(--white); }

.suggestion:before {
  content: '\e90e';
  font-family: Icomoon;
  margin-right: .5em;
  font-size: 10px; }

.location-tag:before {
  content: '\e914';
  font-family: Icomoon;
  margin-right: .5em;
  font-size: 10px; }

.img-container {
  position: relative;
  margin: 0 -6%; }
  @media (min-width: 480px) {
    .img-container {
      padding-left: 30px;
      margin: 0; } }
  @media (min-width: 981px) {
    .img-container {
      padding-left: 100px; } }
  .img-container img {
    width: 100%;
    height: 100%;
    margin-bottom: -7px; }
  .img-container:not(.no-bg):after {
    content: '';
    background-color: var(--light-gray);
    position: absolute;
    height: 100%;
    width: 100%;
    right: -100%;
    top: 0; }

section[class*="darkgray-white-section"] .card-item:not(.content-only) .content {
  color: #ffffff;
  background: linear-gradient(360deg, #2A252D 21%, rgba(42, 37, 45, 0) 60%); }
  section[class*="darkgray-white-section"] .card-item:not(.content-only) .content h1, section[class*="darkgray-white-section"] .card-item:not(.content-only) .content h2, section[class*="darkgray-white-section"] .card-item:not(.content-only) .content h3, section[class*="darkgray-white-section"] .card-item:not(.content-only) .content h4, section[class*="darkgray-white-section"] .card-item:not(.content-only) .content h5, section[class*="darkgray-white-section"] .card-item:not(.content-only) .content .h1, section[class*="darkgray-white-section"] .card-item:not(.content-only) .content .h2, section[class*="darkgray-white-section"] .card-item:not(.content-only) .content .h3, section[class*="darkgray-white-section"] .card-item:not(.content-only) .content .h4, section[class*="darkgray-white-section"] .card-item:not(.content-only) .content .h5 {
    color: #ffffff; }
  section[class*="darkgray-white-section"] .card-item:not(.content-only) .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="darkgray-white-section"] .card-item.content-only {
  background-color: #2A252D; }
  section[class*="darkgray-white-section"] .card-item.content-only .content {
    color: #ffffff; }
    section[class*="darkgray-white-section"] .card-item.content-only .content h1, section[class*="darkgray-white-section"] .card-item.content-only .content h2, section[class*="darkgray-white-section"] .card-item.content-only .content h3, section[class*="darkgray-white-section"] .card-item.content-only .content h4, section[class*="darkgray-white-section"] .card-item.content-only .content h5, section[class*="darkgray-white-section"] .card-item.content-only .content .h1, section[class*="darkgray-white-section"] .card-item.content-only .content .h2, section[class*="darkgray-white-section"] .card-item.content-only .content .h3, section[class*="darkgray-white-section"] .card-item.content-only .content .h4, section[class*="darkgray-white-section"] .card-item.content-only .content .h5 {
      color: #ffffff; }
    section[class*="darkgray-white-section"] .card-item.content-only .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="darkgray-white-section"] a.btn.hollow {
  border-color: #ffffff;
  color: #ffffff; }
  section[class*="darkgray-white-section"] a.btn.hollow:hover {
    border-color: #2A252D; }

section[class*="white-darkgray-section"] .card-item:not(.content-only) .content {
  color: #2A252D;
  background: linear-gradient(360deg, #ffffff 21%, rgba(255, 255, 255, 0) 60%); }

section[class*="white-darkgray-section"] .card-item.content-only {
  background-color: #ffffff; }
  section[class*="white-darkgray-section"] .card-item.content-only .content {
    color: #2A252D; }

section[class*="white-darkgray-section"] a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  section[class*="white-darkgray-section"] a.btn.hollow:hover {
    color: #ffffff; }

section[class*="white-red-section"] .card-item:not(.content-only) .content {
  color: #2A252D;
  background: linear-gradient(360deg, #ffffff 21%, rgba(255, 255, 255, 0) 60%); }

section[class*="white-red-section"] .card-item.content-only {
  background-color: #ffffff; }
  section[class*="white-red-section"] .card-item.content-only .content {
    color: #2A252D; }

section[class*="white-red-section"] a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  section[class*="white-red-section"] a.btn.hollow:hover {
    color: #ffffff; }

section[class*="red-white-section"] .card-item:not(.content-only) .content {
  color: #ffffff;
  background: linear-gradient(360deg, #FF0500 21%, rgba(255, 5, 0, 0) 60%); }
  section[class*="red-white-section"] .card-item:not(.content-only) .content h1, section[class*="red-white-section"] .card-item:not(.content-only) .content h2, section[class*="red-white-section"] .card-item:not(.content-only) .content h3, section[class*="red-white-section"] .card-item:not(.content-only) .content h4, section[class*="red-white-section"] .card-item:not(.content-only) .content h5, section[class*="red-white-section"] .card-item:not(.content-only) .content .h1, section[class*="red-white-section"] .card-item:not(.content-only) .content .h2, section[class*="red-white-section"] .card-item:not(.content-only) .content .h3, section[class*="red-white-section"] .card-item:not(.content-only) .content .h4, section[class*="red-white-section"] .card-item:not(.content-only) .content .h5 {
    color: #ffffff; }
  section[class*="red-white-section"] .card-item:not(.content-only) .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="red-white-section"] .card-item.content-only {
  background-color: #FF0500; }
  section[class*="red-white-section"] .card-item.content-only .content {
    color: #ffffff; }
    section[class*="red-white-section"] .card-item.content-only .content h1, section[class*="red-white-section"] .card-item.content-only .content h2, section[class*="red-white-section"] .card-item.content-only .content h3, section[class*="red-white-section"] .card-item.content-only .content h4, section[class*="red-white-section"] .card-item.content-only .content h5, section[class*="red-white-section"] .card-item.content-only .content .h1, section[class*="red-white-section"] .card-item.content-only .content .h2, section[class*="red-white-section"] .card-item.content-only .content .h3, section[class*="red-white-section"] .card-item.content-only .content .h4, section[class*="red-white-section"] .card-item.content-only .content .h5 {
      color: #ffffff; }
    section[class*="red-white-section"] .card-item.content-only .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="red-white-section"] a.btn.hollow {
  border-color: #ffffff;
  color: #ffffff; }
  section[class*="red-white-section"] a.btn.hollow:hover {
    border-color: #2A252D; }

section[class*="white-lightgray-section"] .card-item:not(.content-only) .content {
  color: #2A252D;
  background: linear-gradient(360deg, #ffffff 21%, rgba(255, 255, 255, 0) 60%); }

section[class*="white-lightgray-section"] .card-item.content-only {
  background-color: #ffffff; }
  section[class*="white-lightgray-section"] .card-item.content-only .content {
    color: #2A252D; }

section[class*="white-lightgray-section"] a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  section[class*="white-lightgray-section"] a.btn.hollow:hover {
    color: #ffffff; }

section[class*="lightgray-white-section"] .card-item:not(.content-only) .content {
  color: #2A252D;
  background: linear-gradient(360deg, #F7F7F7 21%, rgba(247, 247, 247, 0) 60%); }

section[class*="lightgray-white-section"] .card-item.content-only {
  background-color: #F7F7F7; }
  section[class*="lightgray-white-section"] .card-item.content-only .content {
    color: #2A252D; }

section[class*="lightgray-white-section"] a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  section[class*="lightgray-white-section"] a.btn.hollow:hover {
    color: #ffffff; }

section[class*="red-lightgray-section"] .card-item:not(.content-only) .content {
  color: #ffffff;
  background: linear-gradient(360deg, #FF0500 21%, rgba(255, 5, 0, 0) 60%); }
  section[class*="red-lightgray-section"] .card-item:not(.content-only) .content h1, section[class*="red-lightgray-section"] .card-item:not(.content-only) .content h2, section[class*="red-lightgray-section"] .card-item:not(.content-only) .content h3, section[class*="red-lightgray-section"] .card-item:not(.content-only) .content h4, section[class*="red-lightgray-section"] .card-item:not(.content-only) .content h5, section[class*="red-lightgray-section"] .card-item:not(.content-only) .content .h1, section[class*="red-lightgray-section"] .card-item:not(.content-only) .content .h2, section[class*="red-lightgray-section"] .card-item:not(.content-only) .content .h3, section[class*="red-lightgray-section"] .card-item:not(.content-only) .content .h4, section[class*="red-lightgray-section"] .card-item:not(.content-only) .content .h5 {
    color: #ffffff; }
  section[class*="red-lightgray-section"] .card-item:not(.content-only) .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="red-lightgray-section"] .card-item.content-only {
  background-color: #FF0500; }
  section[class*="red-lightgray-section"] .card-item.content-only .content {
    color: #ffffff; }
    section[class*="red-lightgray-section"] .card-item.content-only .content h1, section[class*="red-lightgray-section"] .card-item.content-only .content h2, section[class*="red-lightgray-section"] .card-item.content-only .content h3, section[class*="red-lightgray-section"] .card-item.content-only .content h4, section[class*="red-lightgray-section"] .card-item.content-only .content h5, section[class*="red-lightgray-section"] .card-item.content-only .content .h1, section[class*="red-lightgray-section"] .card-item.content-only .content .h2, section[class*="red-lightgray-section"] .card-item.content-only .content .h3, section[class*="red-lightgray-section"] .card-item.content-only .content .h4, section[class*="red-lightgray-section"] .card-item.content-only .content .h5 {
      color: #ffffff; }
    section[class*="red-lightgray-section"] .card-item.content-only .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="red-lightgray-section"] a.btn.hollow {
  border-color: #ffffff;
  color: #ffffff; }
  section[class*="red-lightgray-section"] a.btn.hollow:hover {
    border-color: #2A252D; }

section[class*="lightgray-red-section"] .card-item:not(.content-only) .content {
  color: #2A252D;
  background: linear-gradient(360deg, #F7F7F7 21%, rgba(247, 247, 247, 0) 60%); }

section[class*="lightgray-red-section"] .card-item.content-only {
  background-color: #F7F7F7; }
  section[class*="lightgray-red-section"] .card-item.content-only .content {
    color: #2A252D; }

section[class*="lightgray-red-section"] a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  section[class*="lightgray-red-section"] a.btn.hollow:hover {
    color: #ffffff; }

section[class*="red-darkgray-section"] .card-item:not(.content-only) .content {
  color: #ffffff;
  background: linear-gradient(360deg, #FF0500 21%, rgba(255, 5, 0, 0) 60%); }
  section[class*="red-darkgray-section"] .card-item:not(.content-only) .content h1, section[class*="red-darkgray-section"] .card-item:not(.content-only) .content h2, section[class*="red-darkgray-section"] .card-item:not(.content-only) .content h3, section[class*="red-darkgray-section"] .card-item:not(.content-only) .content h4, section[class*="red-darkgray-section"] .card-item:not(.content-only) .content h5, section[class*="red-darkgray-section"] .card-item:not(.content-only) .content .h1, section[class*="red-darkgray-section"] .card-item:not(.content-only) .content .h2, section[class*="red-darkgray-section"] .card-item:not(.content-only) .content .h3, section[class*="red-darkgray-section"] .card-item:not(.content-only) .content .h4, section[class*="red-darkgray-section"] .card-item:not(.content-only) .content .h5 {
    color: #ffffff; }
  section[class*="red-darkgray-section"] .card-item:not(.content-only) .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="red-darkgray-section"] .card-item.content-only {
  background-color: #FF0500; }
  section[class*="red-darkgray-section"] .card-item.content-only .content {
    color: #ffffff; }
    section[class*="red-darkgray-section"] .card-item.content-only .content h1, section[class*="red-darkgray-section"] .card-item.content-only .content h2, section[class*="red-darkgray-section"] .card-item.content-only .content h3, section[class*="red-darkgray-section"] .card-item.content-only .content h4, section[class*="red-darkgray-section"] .card-item.content-only .content h5, section[class*="red-darkgray-section"] .card-item.content-only .content .h1, section[class*="red-darkgray-section"] .card-item.content-only .content .h2, section[class*="red-darkgray-section"] .card-item.content-only .content .h3, section[class*="red-darkgray-section"] .card-item.content-only .content .h4, section[class*="red-darkgray-section"] .card-item.content-only .content .h5 {
      color: #ffffff; }
    section[class*="red-darkgray-section"] .card-item.content-only .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="red-darkgray-section"] a.btn.hollow {
  border-color: #ffffff;
  color: #ffffff; }
  section[class*="red-darkgray-section"] a.btn.hollow:hover {
    border-color: #2A252D; }

section[class*="darkgray-red-section"] .card-item:not(.content-only) .content {
  color: #ffffff;
  background: linear-gradient(360deg, #2A252D 21%, rgba(42, 37, 45, 0) 60%); }
  section[class*="darkgray-red-section"] .card-item:not(.content-only) .content h1, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content h2, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content h4, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content h5, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content .h1, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content .h2, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content .h3, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content .h4, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content .h5 {
    color: #ffffff; }
  section[class*="darkgray-red-section"] .card-item:not(.content-only) .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="darkgray-red-section"] .card-item.content-only {
  background-color: #2A252D; }
  section[class*="darkgray-red-section"] .card-item.content-only .content {
    color: #ffffff; }
    section[class*="darkgray-red-section"] .card-item.content-only .content h1, section[class*="darkgray-red-section"] .card-item.content-only .content h2, section[class*="darkgray-red-section"] .card-item.content-only .content h3, section[class*="darkgray-red-section"] .card-item.content-only .content h4, section[class*="darkgray-red-section"] .card-item.content-only .content h5, section[class*="darkgray-red-section"] .card-item.content-only .content .h1, section[class*="darkgray-red-section"] .card-item.content-only .content .h2, section[class*="darkgray-red-section"] .card-item.content-only .content .h3, section[class*="darkgray-red-section"] .card-item.content-only .content .h4, section[class*="darkgray-red-section"] .card-item.content-only .content .h5 {
      color: #ffffff; }
    section[class*="darkgray-red-section"] .card-item.content-only .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="darkgray-red-section"] a.btn.hollow {
  border-color: #ffffff;
  color: #ffffff; }
  section[class*="darkgray-red-section"] a.btn.hollow:hover {
    border-color: #2A252D; }

section[class*="darkgray-red-section"] .card-item:not(.content-only) .content {
  color: #ffffff;
  background: linear-gradient(360deg, #2A252D 21%, rgba(42, 37, 45, 0) 60%); }
  section[class*="darkgray-red-section"] .card-item:not(.content-only) .content h1, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content h2, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content h3, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content h4, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content h5, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content .h1, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content .h2, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content .h3, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content .h4, section[class*="darkgray-red-section"] .card-item:not(.content-only) .content .h5 {
    color: #ffffff; }
  section[class*="darkgray-red-section"] .card-item:not(.content-only) .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="darkgray-red-section"] .card-item.content-only {
  background-color: #2A252D; }
  section[class*="darkgray-red-section"] .card-item.content-only .content {
    color: #ffffff; }
    section[class*="darkgray-red-section"] .card-item.content-only .content h1, section[class*="darkgray-red-section"] .card-item.content-only .content h2, section[class*="darkgray-red-section"] .card-item.content-only .content h3, section[class*="darkgray-red-section"] .card-item.content-only .content h4, section[class*="darkgray-red-section"] .card-item.content-only .content h5, section[class*="darkgray-red-section"] .card-item.content-only .content .h1, section[class*="darkgray-red-section"] .card-item.content-only .content .h2, section[class*="darkgray-red-section"] .card-item.content-only .content .h3, section[class*="darkgray-red-section"] .card-item.content-only .content .h4, section[class*="darkgray-red-section"] .card-item.content-only .content .h5 {
      color: #ffffff; }
    section[class*="darkgray-red-section"] .card-item.content-only .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="darkgray-red-section"] a.btn.hollow {
  border-color: #ffffff;
  color: #ffffff; }
  section[class*="darkgray-red-section"] a.btn.hollow:hover {
    border-color: #2A252D; }

section[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content {
  color: #ffffff;
  background: linear-gradient(360deg, #FA0F64 21%, rgba(250, 15, 100, 0) 60%); }
  section[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content h1, section[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content h2, section[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content h3, section[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content h4, section[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content h5, section[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content .h1, section[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content .h2, section[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content .h3, section[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content .h4, section[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content .h5 {
    color: #ffffff; }
  section[class*="magenta-darkblue-section"] .card-item:not(.content-only) .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="magenta-darkblue-section"] .card-item.content-only {
  background-color: #FA0F64; }
  section[class*="magenta-darkblue-section"] .card-item.content-only .content {
    color: #ffffff; }
    section[class*="magenta-darkblue-section"] .card-item.content-only .content h1, section[class*="magenta-darkblue-section"] .card-item.content-only .content h2, section[class*="magenta-darkblue-section"] .card-item.content-only .content h3, section[class*="magenta-darkblue-section"] .card-item.content-only .content h4, section[class*="magenta-darkblue-section"] .card-item.content-only .content h5, section[class*="magenta-darkblue-section"] .card-item.content-only .content .h1, section[class*="magenta-darkblue-section"] .card-item.content-only .content .h2, section[class*="magenta-darkblue-section"] .card-item.content-only .content .h3, section[class*="magenta-darkblue-section"] .card-item.content-only .content .h4, section[class*="magenta-darkblue-section"] .card-item.content-only .content .h5 {
      color: #ffffff; }
    section[class*="magenta-darkblue-section"] .card-item.content-only .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="magenta-darkblue-section"] a.btn.hollow {
  border-color: #ffffff;
  color: #ffffff; }
  section[class*="magenta-darkblue-section"] a.btn.hollow:hover {
    border-color: #2A252D; }

section[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content {
  color: #ffffff;
  background: linear-gradient(360deg, #002896 21%, rgba(0, 40, 150, 0) 60%); }
  section[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content h1, section[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content h2, section[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content h3, section[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content h4, section[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content h5, section[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content .h1, section[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content .h2, section[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content .h3, section[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content .h4, section[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content .h5 {
    color: #ffffff; }
  section[class*="darkblue-magenta-section"] .card-item:not(.content-only) .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="darkblue-magenta-section"] .card-item.content-only {
  background-color: #002896; }
  section[class*="darkblue-magenta-section"] .card-item.content-only .content {
    color: #ffffff; }
    section[class*="darkblue-magenta-section"] .card-item.content-only .content h1, section[class*="darkblue-magenta-section"] .card-item.content-only .content h2, section[class*="darkblue-magenta-section"] .card-item.content-only .content h3, section[class*="darkblue-magenta-section"] .card-item.content-only .content h4, section[class*="darkblue-magenta-section"] .card-item.content-only .content h5, section[class*="darkblue-magenta-section"] .card-item.content-only .content .h1, section[class*="darkblue-magenta-section"] .card-item.content-only .content .h2, section[class*="darkblue-magenta-section"] .card-item.content-only .content .h3, section[class*="darkblue-magenta-section"] .card-item.content-only .content .h4, section[class*="darkblue-magenta-section"] .card-item.content-only .content .h5 {
      color: #ffffff; }
    section[class*="darkblue-magenta-section"] .card-item.content-only .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="darkblue-magenta-section"] a.btn.hollow {
  border-color: #ffffff;
  color: #ffffff; }
  section[class*="darkblue-magenta-section"] a.btn.hollow:hover {
    border-color: #2A252D; }

section[class*="lightblue-purple-section"] .card-item:not(.content-only) .content {
  color: #2A252D;
  background: linear-gradient(360deg, #00BEFF 21%, rgba(0, 190, 255, 0) 60%); }

section[class*="lightblue-purple-section"] .card-item.content-only {
  background-color: #00BEFF; }
  section[class*="lightblue-purple-section"] .card-item.content-only .content {
    color: #2A252D; }

section[class*="lightblue-purple-section"] a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  section[class*="lightblue-purple-section"] a.btn.hollow:hover {
    color: #ffffff; }

section[class*="purple-lightblue-section"] .card-item:not(.content-only) .content {
  color: #ffffff;
  background: linear-gradient(360deg, #50008C 21%, rgba(80, 0, 140, 0) 60%); }
  section[class*="purple-lightblue-section"] .card-item:not(.content-only) .content h1, section[class*="purple-lightblue-section"] .card-item:not(.content-only) .content h2, section[class*="purple-lightblue-section"] .card-item:not(.content-only) .content h3, section[class*="purple-lightblue-section"] .card-item:not(.content-only) .content h4, section[class*="purple-lightblue-section"] .card-item:not(.content-only) .content h5, section[class*="purple-lightblue-section"] .card-item:not(.content-only) .content .h1, section[class*="purple-lightblue-section"] .card-item:not(.content-only) .content .h2, section[class*="purple-lightblue-section"] .card-item:not(.content-only) .content .h3, section[class*="purple-lightblue-section"] .card-item:not(.content-only) .content .h4, section[class*="purple-lightblue-section"] .card-item:not(.content-only) .content .h5 {
    color: #ffffff; }
  section[class*="purple-lightblue-section"] .card-item:not(.content-only) .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="purple-lightblue-section"] .card-item.content-only {
  background-color: #50008C; }
  section[class*="purple-lightblue-section"] .card-item.content-only .content {
    color: #ffffff; }
    section[class*="purple-lightblue-section"] .card-item.content-only .content h1, section[class*="purple-lightblue-section"] .card-item.content-only .content h2, section[class*="purple-lightblue-section"] .card-item.content-only .content h3, section[class*="purple-lightblue-section"] .card-item.content-only .content h4, section[class*="purple-lightblue-section"] .card-item.content-only .content h5, section[class*="purple-lightblue-section"] .card-item.content-only .content .h1, section[class*="purple-lightblue-section"] .card-item.content-only .content .h2, section[class*="purple-lightblue-section"] .card-item.content-only .content .h3, section[class*="purple-lightblue-section"] .card-item.content-only .content .h4, section[class*="purple-lightblue-section"] .card-item.content-only .content .h5 {
      color: #ffffff; }
    section[class*="purple-lightblue-section"] .card-item.content-only .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="purple-lightblue-section"] a.btn.hollow {
  border-color: #ffffff;
  color: #ffffff; }
  section[class*="purple-lightblue-section"] a.btn.hollow:hover {
    border-color: #2A252D; }

section[class*="yellow-magenta-section"] .card-item:not(.content-only) .content {
  color: #2A252D;
  background: linear-gradient(360deg, #FFC800 21%, rgba(255, 200, 0, 0) 60%); }

section[class*="yellow-magenta-section"] .card-item.content-only {
  background-color: #FFC800; }
  section[class*="yellow-magenta-section"] .card-item.content-only .content {
    color: #2A252D; }

section[class*="yellow-magenta-section"] a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  section[class*="yellow-magenta-section"] a.btn.hollow:hover {
    color: #ffffff; }

section[class*="magenta-yellow-section"] .card-item:not(.content-only) .content {
  color: #ffffff;
  background: linear-gradient(360deg, #FA0F64 21%, rgba(250, 15, 100, 0) 60%); }
  section[class*="magenta-yellow-section"] .card-item:not(.content-only) .content h1, section[class*="magenta-yellow-section"] .card-item:not(.content-only) .content h2, section[class*="magenta-yellow-section"] .card-item:not(.content-only) .content h3, section[class*="magenta-yellow-section"] .card-item:not(.content-only) .content h4, section[class*="magenta-yellow-section"] .card-item:not(.content-only) .content h5, section[class*="magenta-yellow-section"] .card-item:not(.content-only) .content .h1, section[class*="magenta-yellow-section"] .card-item:not(.content-only) .content .h2, section[class*="magenta-yellow-section"] .card-item:not(.content-only) .content .h3, section[class*="magenta-yellow-section"] .card-item:not(.content-only) .content .h4, section[class*="magenta-yellow-section"] .card-item:not(.content-only) .content .h5 {
    color: #ffffff; }
  section[class*="magenta-yellow-section"] .card-item:not(.content-only) .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="magenta-yellow-section"] .card-item.content-only {
  background-color: #FA0F64; }
  section[class*="magenta-yellow-section"] .card-item.content-only .content {
    color: #ffffff; }
    section[class*="magenta-yellow-section"] .card-item.content-only .content h1, section[class*="magenta-yellow-section"] .card-item.content-only .content h2, section[class*="magenta-yellow-section"] .card-item.content-only .content h3, section[class*="magenta-yellow-section"] .card-item.content-only .content h4, section[class*="magenta-yellow-section"] .card-item.content-only .content h5, section[class*="magenta-yellow-section"] .card-item.content-only .content .h1, section[class*="magenta-yellow-section"] .card-item.content-only .content .h2, section[class*="magenta-yellow-section"] .card-item.content-only .content .h3, section[class*="magenta-yellow-section"] .card-item.content-only .content .h4, section[class*="magenta-yellow-section"] .card-item.content-only .content .h5 {
      color: #ffffff; }
    section[class*="magenta-yellow-section"] .card-item.content-only .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="magenta-yellow-section"] a.btn.hollow {
  border-color: #ffffff;
  color: #ffffff; }
  section[class*="magenta-yellow-section"] a.btn.hollow:hover {
    border-color: #2A252D; }

section[class*="green-purple-section"] .card-item:not(.content-only) .content {
  color: #2A252D;
  background: linear-gradient(360deg, #00C878 21%, rgba(0, 200, 120, 0) 60%); }

section[class*="green-purple-section"] .card-item.content-only {
  background-color: #00C878; }
  section[class*="green-purple-section"] .card-item.content-only .content {
    color: #2A252D; }

section[class*="green-purple-section"] a.btn.hollow {
  border-color: #2A252D;
  color: #2A252D; }
  section[class*="green-purple-section"] a.btn.hollow:hover {
    color: #ffffff; }

section[class*="purple-green-section"] .card-item:not(.content-only) .content {
  color: #ffffff;
  background: linear-gradient(360deg, #50008C 21%, rgba(80, 0, 140, 0) 60%); }
  section[class*="purple-green-section"] .card-item:not(.content-only) .content h1, section[class*="purple-green-section"] .card-item:not(.content-only) .content h2, section[class*="purple-green-section"] .card-item:not(.content-only) .content h3, section[class*="purple-green-section"] .card-item:not(.content-only) .content h4, section[class*="purple-green-section"] .card-item:not(.content-only) .content h5, section[class*="purple-green-section"] .card-item:not(.content-only) .content .h1, section[class*="purple-green-section"] .card-item:not(.content-only) .content .h2, section[class*="purple-green-section"] .card-item:not(.content-only) .content .h3, section[class*="purple-green-section"] .card-item:not(.content-only) .content .h4, section[class*="purple-green-section"] .card-item:not(.content-only) .content .h5 {
    color: #ffffff; }
  section[class*="purple-green-section"] .card-item:not(.content-only) .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="purple-green-section"] .card-item.content-only {
  background-color: #50008C; }
  section[class*="purple-green-section"] .card-item.content-only .content {
    color: #ffffff; }
    section[class*="purple-green-section"] .card-item.content-only .content h1, section[class*="purple-green-section"] .card-item.content-only .content h2, section[class*="purple-green-section"] .card-item.content-only .content h3, section[class*="purple-green-section"] .card-item.content-only .content h4, section[class*="purple-green-section"] .card-item.content-only .content h5, section[class*="purple-green-section"] .card-item.content-only .content .h1, section[class*="purple-green-section"] .card-item.content-only .content .h2, section[class*="purple-green-section"] .card-item.content-only .content .h3, section[class*="purple-green-section"] .card-item.content-only .content .h4, section[class*="purple-green-section"] .card-item.content-only .content .h5 {
      color: #ffffff; }
    section[class*="purple-green-section"] .card-item.content-only .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="purple-green-section"] a.btn.hollow {
  border-color: #ffffff;
  color: #ffffff; }
  section[class*="purple-green-section"] a.btn.hollow:hover {
    border-color: #2A252D; }

section[class*="darkgray-black-section"] .card-item:not(.content-only) .content {
  color: #ffffff;
  background: linear-gradient(360deg, #2A252D 21%, rgba(42, 37, 45, 0) 60%); }
  section[class*="darkgray-black-section"] .card-item:not(.content-only) .content h1, section[class*="darkgray-black-section"] .card-item:not(.content-only) .content h2, section[class*="darkgray-black-section"] .card-item:not(.content-only) .content h3, section[class*="darkgray-black-section"] .card-item:not(.content-only) .content h4, section[class*="darkgray-black-section"] .card-item:not(.content-only) .content h5, section[class*="darkgray-black-section"] .card-item:not(.content-only) .content .h1, section[class*="darkgray-black-section"] .card-item:not(.content-only) .content .h2, section[class*="darkgray-black-section"] .card-item:not(.content-only) .content .h3, section[class*="darkgray-black-section"] .card-item:not(.content-only) .content .h4, section[class*="darkgray-black-section"] .card-item:not(.content-only) .content .h5 {
    color: #ffffff; }
  section[class*="darkgray-black-section"] .card-item:not(.content-only) .content a:not([class]) {
    color: #ffffff;
    background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="darkgray-black-section"] .card-item.content-only {
  background-color: #2A252D; }
  section[class*="darkgray-black-section"] .card-item.content-only .content {
    color: #ffffff; }
    section[class*="darkgray-black-section"] .card-item.content-only .content h1, section[class*="darkgray-black-section"] .card-item.content-only .content h2, section[class*="darkgray-black-section"] .card-item.content-only .content h3, section[class*="darkgray-black-section"] .card-item.content-only .content h4, section[class*="darkgray-black-section"] .card-item.content-only .content h5, section[class*="darkgray-black-section"] .card-item.content-only .content .h1, section[class*="darkgray-black-section"] .card-item.content-only .content .h2, section[class*="darkgray-black-section"] .card-item.content-only .content .h3, section[class*="darkgray-black-section"] .card-item.content-only .content .h4, section[class*="darkgray-black-section"] .card-item.content-only .content .h5 {
      color: #ffffff; }
    section[class*="darkgray-black-section"] .card-item.content-only .content a:not([class]) {
      color: #ffffff;
      background: linear-gradient(0deg, #ffffff, #ffffff) no-repeat left bottom/100% var(--bg-h); }

section[class*="darkgray-black-section"] a.btn.hollow {
  border-color: #ffffff;
  color: #ffffff; }
  section[class*="darkgray-black-section"] a.btn.hollow:hover {
    border-color: #2A252D; }

.no-scroll {
  overflow: hidden;
  touch-action: none; }

.fancybox-is-open {
  z-index: 999999 !important; }

@media (max-width: 980px) {
  #chatbotWrapper {
    bottom: 1em !important; } }

#chatbotWrapper svg {
  height: 1.5rem !important;
  width: 1.5rem !important;
  min-width: 1.5rem !important; }

.wp-block-stackable-button {
  --stk-transition-duration: .3s; }

.breadcrumb {
  padding: .75em 0; }
  .breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style: none;
    color: var(--white); }
    .breadcrumb ol li {
      display: inline-block;
      margin: 0 .75em; }
      .breadcrumb ol li:first-of-type {
        margin-left: 0; }
      .breadcrumb ol li a:not([class]),
      .breadcrumb ol li a:visited:not([class]),
      .breadcrumb ol li a:focus:not([class]),
      .breadcrumb ol li a:active:not([class]) {
        background: linear-gradient(0deg, var(--white), var(--white)) no-repeat left bottom/100% var(--bg-h);
        transition: background-size .3s, color .3s ease-in-out;
        --bg-h: 1px;
        display: inline-block;
        outline: 0;
        text-decoration: none !important;
        color: var(--white); }
      .breadcrumb ol li a:where(:hover, :focus-visible):not([class]) {
        background-size: 0 var(--bg-h) !important;
        background-position-x: right !important; }
      .breadcrumb ol li span {
        color: var(--white); }

#joboti-widget-app .sk-header-wrapper {
  background-color: #2A252D !important; }

#joboti-widget-app .btn-sk {
  background-color: #2A252D !important;
  border-color: #29212c !important; }

#joboti-preload-chat-icon img {
  border-radius: 50% !important;
  cursor: pointer; }

#joboti-preload-chat-icon.sticky {
  bottom: 140px !important; }

#joboti-widget-app.sticky #sk-messenger-button,
#joboti-widget-app.sticky #sk-container {
  bottom: 140px !important; }

.header-spacing #sk-container,
.header-spacing #joboti-preload-chat-icon {
  bottom: 90px !important; }

.pum-active {
  opacity: 1 !important;
  display: block !important; }

.pum-theme-enterprise-blue .pum-container {
  max-width: 350px !important;
  padding: 3rem 2.5rem !important;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 75%, 75% 100%, 0 100%, 0% 70%, 0% 35%, 0 0) !important;
          clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 75%, 75% 100%, 0 100%, 0% 70%, 0% 35%, 0 0) !important;
  border-radius: 5px; }
  .pum-theme-enterprise-blue .pum-container .pum-title {
    font-family: "Heading Now", "Fallback", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 110%; }
  .pum-theme-enterprise-blue .pum-container .pum-close {
    left: 2.5rem !important;
    font-family: "Carlito", Helvetica, Arial, sans-serif !important;
    border: 1px solid var(--white) !important;
    opacity: .8; }
  .pum-theme-enterprise-blue .pum-container .popmake-content a {
    background-color: var(--red);
    color: var(--white);
    display: inline-flex;
    align-items: center;
    font-family: "Heading Now", "Fallback", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    padding: 12px;
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 70%, 90% 100%, 0 100%, 0% 70%, 0% 35%, 0 0) !important;
            clip-path: polygon(50% 0%, 100% 0, 100% 35%, 100% 70%, 90% 100%, 0 100%, 0% 70%, 0% 35%, 0 0) !important; }

/**
 * Spotler form styling
 */
form.mpForm {
  max-width: 750px; }
  form.mpForm ul {
    list-style: none;
    padding-bottom: 0; }
  form.mpForm label.descriptionLabel {
    font-weight: 700; }
  form.mpForm input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]),
  form.mpForm textarea, form.mpForm select {
    padding: .5em 1em;
    display: block;
    width: 100%;
    max-width: 500px;
    box-shadow: none;
    border-radius: 3px;
    height: 55px;
    border: 0.5px solid var(--dark-gray);
    background-color: var(--white);
    font-size: 16px;
    line-height: 150%;
    transition: .1s all linear; }
    form.mpForm input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]):focus,
    form.mpForm textarea:focus, form.mpForm select:focus {
      border-color: var(--dark-gray);
      filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
      outline: 0; }
    form.mpForm input:not([type="checkbox"]):not([type="submit"]):not([type="radio"])::-moz-placeholder, form.mpForm textarea::-moz-placeholder, form.mpForm select::-moz-placeholder {
      color: var(--dark-gray); }
    form.mpForm input:not([type="checkbox"]):not([type="submit"]):not([type="radio"])::placeholder,
    form.mpForm textarea::placeholder, form.mpForm select::placeholder {
      color: var(--dark-gray); }
  form.mpForm input:not([type="checkbox"]) {
    border-radius: 100px; }
  form.mpForm input[type="checkbox"] {
    margin: inherit !important;
    width: auto !important; }

/**
 * Cookie
 */
#CookiebotWidget > button.CookiebotWidget-logo {
  display: none !important; }

#CookiebotWidget:not(.CookiebotWidget-open) {
  box-shadow: none !important; }

#cookie-law-info-bar {
  z-index: 999999999999 !important; }

#ccc #ccc-notify:empty {
  display: none; }

html #ccc:not([closed]) #ccc-overlay {
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 1;
  transform: translate3d(0, 0, 0);
  z-index: -1; }

html #ccc #ccc-notify {
  bottom: 50%;
  border-radius: 5px;
  display: none;
  left: 50%;
  max-width: 600px;
  padding: 2em 2vw !important;
  transform: translate(-50%, 50%) !important;
  width: 90%; }
  html #ccc #ccc-notify .ccc-notify-buttons {
    display: flex;
    justify-content: space-between; }
    html #ccc #ccc-notify .ccc-notify-buttons #ccc-notify-accept {
      order: 1; }

html #ccc:not([closed]) #ccc-notify {
  display: block; }

html #ccc .ccc-notify-text h3 {
  font-size: 22.8px !important; }
  html #ccc .ccc-notify-text h3 + p {
    padding: 1em 0 2em; }
    html #ccc .ccc-notify-text h3 + p a {
      text-decoration: underline; }
      html #ccc .ccc-notify-text h3 + p a:hover {
        text-decoration: none; }

html #ccc #ccc-recommended-settings,
html #ccc #ccc-notify-accept {
  background-color: #27bc0d;
  color: #fff;
  transition-duration: .2s; }
  html #ccc #ccc-recommended-settings:hover,
  html #ccc #ccc-notify-accept:hover {
    background-color: #211c24 !important; }
  html #ccc #ccc-recommended-settings + .ccc-link,
  html #ccc #ccc-notify-accept + .ccc-link {
    border: 0;
    float: right;
    font-size: 15.83333px;
    opacity: .7;
    transition-duration: .2s;
    background-color: var(--medium-gray); }
    html #ccc #ccc-recommended-settings + .ccc-link:hover,
    html #ccc #ccc-notify-accept + .ccc-link:hover {
      opacity: 1; }

html #ccc #ccc-close,
html #ccc #ccc-notify-dismiss {
  display: none; }

/** version change temp **/
body.variant-b #site-header .desktop-header__highlighted-vacancy-call-to-actions .btn.red, body.variant-b #site-header .mobile-header__highlighted-vacancy-call-to-actions .btn.red {
  background-color: var(--yellow);
  color: var(--dark-gray); }
  body.variant-b #site-header .desktop-header__highlighted-vacancy-call-to-actions .btn.red:hover, body.variant-b #site-header .mobile-header__highlighted-vacancy-call-to-actions .btn.red:hover {
    background-color: #cca000; }

body.variant-b .section-heading .home-heading-wrapper {
  background-color: var(--dark-gray);
  max-width: 680px; }
  body.variant-b .section-heading .home-heading-wrapper form input {
    border-color: var(--white); }
  body.variant-b .section-heading .home-heading-wrapper form button {
    border: var(--yellow);
    background-color: var(--yellow);
    color: var(--dark-gray);
    font-size: 1rem; }
  body.variant-b .section-heading .home-heading-wrapper .call-to-actions .btn:not(.white) {
    background-color: var(--yellow);
    color: var(--dark-gray); }
    body.variant-b .section-heading .home-heading-wrapper .call-to-actions .btn:not(.white):hover {
      background-color: #cca000; }

body.variant-b #section-vacancy-loop main.content .section-vacancy-heading .content .inner-content .text-wrapper .call-to-actions .red, body.variant-b #section-vacancy-loop main.content .section-vacancy-heading .content-sticky-bar .inner-content .text-wrapper .call-to-actions .red {
  background-color: var(--yellow);
  color: var(--dark-gray); }
  body.variant-b #section-vacancy-loop main.content .section-vacancy-heading .content .inner-content .text-wrapper .call-to-actions .red:hover, body.variant-b #section-vacancy-loop main.content .section-vacancy-heading .content-sticky-bar .inner-content .text-wrapper .call-to-actions .red:hover {
    background-color: #cca000; }

body.variant-b #section-vacancy-loop main.content .content-sticky-bar .text-wrapper .call-to-actions .btn.red {
  background-color: var(--yellow);
  color: var(--dark-gray); }
  body.variant-b #section-vacancy-loop main.content .content-sticky-bar .text-wrapper .call-to-actions .btn.red:hover {
    background-color: #cca000; }

body.variant-b #section-vacancy-loop main.content .sticky-whatsapp .red {
  background-color: var(--yellow);
  color: var(--dark-gray); }
  body.variant-b #section-vacancy-loop main.content .sticky-whatsapp .red:hover {
    background-color: #cca000; }

body.variant-b #section-vacancy-loop main.content .mobile-call-to-actions a.btn {
  background-color: var(--yellow) !important;
  color: var(--dark-gray) !important; }
  body.variant-b #section-vacancy-loop main.content .mobile-call-to-actions a.btn:hover {
    background-color: #cca000 !important; }

body.variant-b #section-vacancy-loop main.content .section-contactperson .content {
  background-color: var(--yellow);
  color: var(--dark-gray); }
  body.variant-b #section-vacancy-loop main.content .section-contactperson .content h2 {
    color: var(--dark-gray); }

/*# sourceMappingURL=website.css.map */
