@charset "UTF-8";
:root {
  --title-bar-height-primary: 0.7rem;
  --title-bar-height-secondary: 0.35rem;
  --title-bar-width: 3.5rem;
  --title-font-size-primary: 2.3rem;
  --title-font-size-secondary: 1.7rem;
  --title-padding: 1rem; }
  @media (max-width: 1279.98px) {
    :root {
      --title-font-size-primary: 2rem;
      --title-font-size-secondary: 1.5rem; } }
  @media (max-width: 991.98px) {
    :root {
      --title-font-size-primary: 1.5rem;
      --title-font-size-secondary: 1.2rem; } }

@font-face {
  font-family: 'Bold';
  src: local("HelveticaNeueLTStd-BdCn"), local("HelveticaNeueLTStd-BdCn"), url("../fonts/HelveticaNeueLTStd-BdCn.otf") format("opentype"), url("../fonts/HelveticaNeueLTStd-BdCn.ttc") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: 'Regular';
  src: local("HelveticaNeueLTStd-Cn"), local("HelveticaNeueLTStd-Cn"), url("../fonts/HelveticaNeueLTStd-Cn.otf") format("opentype"), url("../fonts/HelveticaNeueLTStd-Cn.ttc") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'Light';
  src: local("HelveticaNeueLTStd-LtCn"), local("HelveticaNeueLTStd-LtCn"), url("../fonts/HelveticaNeueLTStd-LtCn.otf") format("opentype"), url("../fonts/HelveticaNeueLTStd-LtCn.ttc") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap; }

@font-face {
  font-family: 'Thin';
  src: local("HelveticaNeueLTStd-ThCn"), local("HelveticaNeueLTStd-ThCn"), url("../fonts/HelveticaNeueLTStd-ThCn.otf") format("opentype"), url("../fonts/HelveticaNeueLTStd-ThCn.ttc") format("truetype");
  font-style: normal;
  font-weight: 200;
  font-display: swap; }

@font-face {
  font-family: 'SourceSerifVariable-Roman';
  src: local("SourceSerifVariable-Roman"), local("SourceSerifVariable-Roman"), url("../fonts/SourceSerifVariable-Roman.otf") format("opentype"), url("../fonts/SourceSerifVariable-Roman.ttc") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?98230547");
  src: url("../fonts/fontello.eot?98230547#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?98230547") format("woff2"), url("../fonts/fontello.woff?98230547") format("woff"), url("../fonts/fontello.ttf?98230547") format("truetype"), url("../fonts/fontello.svg?98230547#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-right-dir:before {
  content: '\25b8'; }

/* '▸' */
.icon-download:before {
  content: '📥'; }

/* '\1f4e5' */
.icon-search:before {
  content: '🔍'; }

/* '\1f50d' */
*,
*::before,
*::after {
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

html {
  scroll-behavior: smooth; }

section {
  max-width: 1366px;
  margin: 0 auto;
  scroll-margin-top: calc(60px + 20px); }

img {
  display: block;
  width: 100%; }

#justl {
  position: relative; }

.page-container {
  max-width: 1366px;
  margin: 0 auto; }

.bg-blue {
  background-color: #ecf9ff; }

.bg-white {
  background-color: #fff !important; }

.container-xl {
  width: calc( 80% + calc((100% - 80%) / 2) + (calc((100% - 80%) / 2) / 5)); }

.container-lg {
  width: calc(80% + calc((100% - 80%) / 2)); }

.container-md {
  width: 80%; }

.img-3-2 {
  width: 100%;
  padding-top: calc(100% / 3 * 2); }
  .img-3-2 img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.img-5-2 {
  width: 100%;
  padding-top: calc(100% / 5 * 2); }
  .img-5-2 img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.img-5-3 {
  width: 100%;
  padding-top: calc(100% / 5 * 3); }
  .img-5-3 img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.img-5-4 {
  width: 100%;
  padding-top: calc(100% / 5 * 4); }
  .img-5-4 img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.img-7-3 {
  width: 100%;
  padding-top: calc(100% / 7 * 3); }
  .img-7-3 img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.img-caption {
  background: #fff;
  font-family: 'Thin';
  font-size: 1.7rem;
  padding: 0.5em 0.75em;
  position: absolute;
  bottom: -2px;
  right: 0;
  z-index: 2;
  width: 100%;
  max-width: 40%; }
  @media (max-width: 1220px) {
    .img-caption {
      font-size: 1.5rem; } }
  @media (max-width: 767.98px) {
    .img-caption {
      font-size: 1.2rem; } }
  @media (max-width: 639.98px) {
    .img-caption {
      width: 100%;
      max-width: 85%; }
      .img-caption--top {
        top: -2px;
        bottom: unset;
        right: 0; } }

.img-ribbon {
  --ribbon-width: 1.5rem;
  --ribbon-width-lg: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--ribbon-width);
  height: 100%;
  z-index: 1; }
  .img-ribbon--lg {
    width: var(--ribbon-width-lg); }
  .img-ribbon--cyan {
    background-color: #00a79d; }
  .img-ribbon--blue {
    background-color: #00aeef; }
  @media (max-width: 1024px) {
    .img-ribbon {
      --ribbon-width-lg: 2rem; } }
  @media (max-width: 575.98px) {
    .img-ribbon {
      --ribbon-width-lg: 1rem;
      --ribbon-width: 1rem; }
      .img-ribbon-xs-none {
        width: 0; } }

.img-wrapper {
  margin-bottom: 2rem;
  position: relative; }
  .img-wrapper small {
    display: block;
    padding: 0.5rem 0;
    line-height: unset; }

.img-grid--3 {
  display: grid;
  grid-gap: 1rem;
  max-width: 90%;
  margin: 0 auto; }
  .img-grid--3 img {
    -o-object-fit: contain;
    object-fit: contain; }
  @media (min-width: 576.98px) {
    .img-grid--3 {
      grid-gap: 0 1.5rem;
      padding: 0;
      max-width: unset; }
      .img-grid--3 img:first-child {
        grid-column: 1 / span 3;
        grid-row: 1 / span 4; }
      .img-grid--3 img:nth-child(2) {
        grid-column: 4 / span 3;
        grid-row: 4 / span 4; }
      .img-grid--3 img:last-child {
        grid-column: 1 / span 3;
        grid-row: 6 / span 4; } }

.list-unstyled {
  list-style: none; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.ml-auto {
  margin-left: auto;
  margin-right: 0; }

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

.mb-0 {
  margin-bottom: 0; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.relative {
  position: relative !important; }

@media (max-width: 991.98px) {
  .mx-md-auto {
    margin: 0 auto; } }

@media (max-width: 768.98px) {
  .mb-sm-0 {
    margin-bottom: 0; } }

@media (max-width: 575.98px) {
  .container-xl {
    width: 100%; }
  .container-lg,
  .container-md {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .container-xs-100 {
    width: 100% !important; }
  .container-xs-95 {
    width: 95%; }
  .container-xs-90 {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .img-3-2,
  .img-5-2,
  .img-5-3,
  .img-5-4,
  .img-7-3 {
    padding-top: calc(100% / 5 * 3); }
  .img-xs-10-10 {
    padding-top: 90%; }
  .ml-xs-0 {
    margin-left: 0; } }

body {
  color: #616265;
  font-family: 'SourceSerifVariable-Roman';
  line-height: 1.4; }

a,
a:hover,
a:active {
  color: inherit;
  text-decoration: none; }

p {
  margin-bottom: 1.5em; }

small {
  display: block;
  font-size: 15px; }

.font-bold {
  font-family: 'Bold'; }

.font-regular {
  font-family: 'Regular'; }

.font-light {
  font-family: 'Light';
  letter-spacing: 0.5px; }

.font-thin {
  font-family: 'Thin';
  letter-spacing: 0.5px; }

.font-arial {
  font-family: Arial, Helvetica, sans-serif; }

.h-unset {
  height: unset !important; }

.text-blue {
  color: #00aeef; }

.text-cyan {
  color: #00a79d; }

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

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

.text-gray {
  color: #939598; }

.title {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: var(--title-padding) var(--title-bar-width) calc(var(--title-padding) + 0.5rem) calc(var(--title-bar-width) + 0.5rem);
  position: relative;
  z-index: 2; }
  .title--primary {
    color: #00a79d;
    font-family: 'Bold';
    font-size: var(--title-font-size-primary);
    line-height: calc(var(--title-font-size-primary) + 5px);
    text-transform: uppercase; }
    .title--primary::before {
      height: var(--title-bar-height-primary); }
  .title--secondary {
    font-family: 'Light';
    font-size: var(--title-font-size-secondary); }
    .title--secondary::before {
      height: var(--title-bar-height-secondary); }
  .title--tertiary {
    font-family: 'Thin';
    font-size: 1.3rem;
    letter-spacing: 1px;
    margin: 1.5em 0 1em 0;
    text-transform: uppercase; }
  .title::before {
    content: '';
    display: inline-block;
    margin-right: 1rem;
    width: var(--title-bar-width); }
  .title--cyan::before {
    background-color: #00a79d; }
  .title--blue::before {
    background-color: #00aeef; }
  .title--down {
    margin-bottom: calc( (var(--title-font-size-primary) + var(--title-padding) * 2) * -1); }
  .title--up {
    margin-top: calc( (var(--title-font-size-primary) + var(--title-padding) * 2) * -1); }
  @media (max-width: 1023.98px) {
    .title {
      padding-left: 5%; } }
  @media (max-width: 991.98px) {
    .title {
      padding-right: 1rem; }
      .title--down, .title--up {
        margin: 0; } }
  @media (max-width: 767.98px) {
    .title--no-bar::before {
      margin-right: 0;
      width: 0.5rem; } }
  @media (max-width: 575.98px) {
    .title {
      padding: 1.25rem 1rem 1.25rem 0; }
      .title--tertiary {
        font-size: 1.1rem; } }
