<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearfix::before, .clearfix::after {
  content: '';
  display: table; }

.clearfix::after {
  clear: both; }

.flex {
  display: -ms-flexbox;
  display: flex; }

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

.flex-no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.flex-middle {
  -ms-flex-align: center;
      align-items: center; }

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

.flex-baseline {
  -ms-flex-align: baseline;
      align-items: baseline; }

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

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

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

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

.flex-col {
  -ms-flex-direction: column;
      flex-direction: column; }

.flex-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.flex-item, .flex-item &gt; img {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
  min-width: 0;
  min-height: 0; }

.list--flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .list--flex .c-btn--flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }

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

.flex-50 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  width: 100%; }

.flex-33 {
  -ms-flex: 0 0 33%;
      flex: 0 0 33%;
  max-width: 33%;
  width: 100%; }

.flex-60 {
  -ms-flex: 0 0 60%;
      flex: 0 0 60%;
  max-width: 60%;
  width: 100%; }

.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 1024.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 1025px) and (max-width: 1239.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1240px) and (max-width: 1439.98px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (min-width: 1440px) {
  .pull-left-xxl {
    float: left; }
  .pull-right-xxl {
    float: right; } }

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 1024.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1239.98px) {
  .hidden-lg-down {
    display: none !important; } }

@media (max-width: 1439.98px) {
  .hidden-xl-down {
    display: none !important; } }

.hidden-xxl-down {
  display: none !important; }

.row.equal-height &gt; [class^="col"] {
  display: -ms-flexbox;
  display: flex; }

.ITC-container h2.isDesktop {
  display: block; }
  @media (max-width: 768.98px) {
    .ITC-container h2.isDesktop {
      display: none; } }

.image-component {
  width: 100%;
  position: relative; }

.common-image-component {
  width: 100%;
  object-fit: cover;
  object-position: var(--focal-point-x) var(--focal-point-y); }

.mainbanner-image {
  height: 43.75vw; }
  @media (max-width: 543.98px) {
    .mainbanner-image {
      height: 75vw; } }

.common-image-filter {
  filter: brightness(40%); }

.image-heading-container {
  position: absolute;
  top: 50%;
  width: 100%; }
  @media (min-width: 544px) {
    .image-heading-container {
      padding-left: 7%; } }

.image-heading-text {
  font-family: "Helvetica Neue";
  color: #fff; }

.ITC-image-heading-text {
  color: #fff; }

.image-heading-container .mainbanner-sub-text p {
  font-size: 26.72px;
  font-family: "Helvetica Neue";
  color: #fff;
  text-decoration: underline; }

.ITC-text-underneath span {
  color: #000;
  padding-top: 0.75em;
  text-align: center; }

picture {
  position: relative;
  overflow: hidden; }
  picture img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  picture .filter-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  picture .image-text-btn {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 1;
    min-width: 300px;
    height: auto !important;
    text-align: center; }
    @media (max-width: 63.99em) {
      picture .image-text-btn {
        top: 50% !important;
        left: 50% !important; } }
    picture .image-text-btn h1,
    picture .image-text-btn h2,
    picture .image-text-btn h3,
    picture .image-text-btn h4,
    picture .image-text-btn h5,
    picture .image-text-btn h6 {
      margin-bottom: 15px;
      color: #ffffff;
      text-align: center; }
      @media (max-width: 34.99em) {
        picture .image-text-btn h1,
        picture .image-text-btn h2,
        picture .image-text-btn h3,
        picture .image-text-btn h4,
        picture .image-text-btn h5,
        picture .image-text-btn h6 {
          font-size: 20px; } }
    picture .image-text-btn p {
      font-size: 18px;
      color: #ffffff;
      text-align: center; }
      @media (max-width: 34.99em) {
        picture .image-text-btn p {
          font-size: 14px; } }
    picture .image-text-btn a.btn-image {
      display: inline-block;
      text-align: center;
      text-decoration: underline;
      padding: 15px 25px;
      color: #fff;
      background-color: #000;
      font-size: 12px;
      border: 1px solid white;
      transition: all 0.3s ease;
      text-decoration: none;
      font-weight: 400;
      vertical-align: middle;
      line-height: 1.5;
      border-radius: 0.1875rem;
      margin: 20px auto 0;
      text-transform: uppercase; }
      picture .image-text-btn a.btn-image:hover {
        background-color: white;
        color: #000;
        border: 1px solid #000; }

.description-image {
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto !important;
  display: none; }
  .description-image.showed {
    display: block; }
  .description-image .description-image-content {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px; }

.image-container.bloc-full-width &gt; :nth-child(odd) {
  width: 100%; }

.image-container .figure-image-left {
  -ms-flex-order: 1;
      order: 1; }
  @media (max-width: 768.98px) {
    .image-container .figure-image-left {
      -ms-flex-order: 0;
          order: 0; } }

.image-container .section--stories__content h2.isMobile {
  display: none; }
  @media (max-width: 768.98px) {
    .image-container .section--stories__content h2.isMobile {
      display: block; } }

.image-container .section--stories__content .underlined::after {
  content: '';
  border-bottom: 1px solid #cacaca;
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 100%; }

.image-container .section--stories__content.text-center .underlined::after {
  left: 0; }
</pre></body></html>