@charset "UTF-8";
/* Box sizing default */
*, *::before, *::after {
  box-sizing: border-box;
}

/* Reset browser margins */
body, h1, h2, h3, h4, h5, h6, p, figure, blockquote, dl, dd, ol, ul, fieldset {
  margin: 0;
}

/* Accessible line height */
body {
  line-height: 1.5;
}

/* Form elements inherit default type styles */
input, button, select, textarea {
  font: inherit;
}

/* Make media elements responsive */
img, picture, video, canvas, svg {
  display: block;
  height: auto;
  max-width: 100%;
}

/* Ensure button styling on mobile */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

[type="search"] {
  -webkit-appearance: none;
}

body {
  background-color: #fff;
  color: #212529;
}

/*body {
    font-size: 18px;
}*/
body {
  font-size: 16px;
  font-family: arboria, sans-serif;
}

.font-ivymode {
  font-family: "ivymode", sans-serif;
}

.font-arboria {
  font-family: "arboria", sans-serif;
}

.semi-bold {
  font-weight: 600;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, .article-content .side-article-content-event .side-article-content-event__content h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

h1, .h1, h2, .h2, h3, .h3 {
  font-family: ivymode, sans-serif;
  line-height: 1.3;
}

h1, .h1 {
  font-size: 32px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 20px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5, .article-content .side-article-content-event .side-article-content-event__content h3 {
  font-size: 20px;
}

@media (min-width: 1440px) {
  body {
    font-size: 16px;
  }
  .large-body {
    font-size: 20px;
  }
  h1, .h1 {
    font-size: 40px;
  }
  h2, .h2 {
    font-size: 32px;
  }
  h3, .h3 {
    font-size: 26px;
  }
  h4, .h4 {
    font-size: 24px;
  }
  h5, .h5, .article-content .side-article-content-event .side-article-content-event__content h3 {
    font-size: 22px;
  }
}

@media (min-width: 1800px) {
  body {
    font-size: 16px;
  }
  .large-body {
    font-size: 20px;
  }
  h1, .h1 {
    font-size: 52px;
  }
  h2, .h2 {
    font-size: 42px;
  }
  h3, .h3 {
    font-size: 32px;
  }
  h4, .h4 {
    font-size: 28px;
  }
  h5, .h5, .article-content .side-article-content-event .side-article-content-event__content h3 {
    font-size: 24px;
  }
}

p {
  margin-bottom: 1em;
}

ul, ol {
  margin-bottom: 1em;
  padding-left: 30px;
}

.article-heading {
  font-size: 24px;
  font-weight: 700;
  color: #006561;
}

@media (min-width: 1024px) {
  .article-heading {
    font-size: 32px;
  }
}

p + h1, p + h2, p + h3, p + h4, p + h5, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5 {
  margin-top: 30px;
}

.large, .intro1 {
  font-family: "ivymode", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.large a, .intro1 a {
  font-weight: 600;
}

.intro2 {
  font-size: 20px;
  line-height: 1.5;
}

.header-info {
  font-size: 16px;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 1440px) {
  .large, .intro1 {
    font-size: 32px;
  }
  .intro2 {
    font-size: 24px;
  }
  .header-info {
    font-size: 20px;
  }
  .card-title {
    font-size: 24px;
  }
}

@media (min-width: 1920px) {
  .large, .intro1 {
    font-size: 42px;
  }
  .header-info {
    font-size: 24px;
  }
  .card-title {
    font-size: 28px;
  }
}

p + .btn, .large-body + .btn {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  p + .btn, .large-body + .btn {
    margin-top: 12px;
  }
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-teal-intense {
  color: #05D8C8;
}

.text-teal-light {
  color: #95EFE7;
}

.text-navy {
  color: #182935;
}

.article-content {
  font-size: 18px;
  line-height: 1.7;
}

/* base bootstrap theme 
@import "bootstrap-custom";*/
.row {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.order-2 {
  order: 2;
}

@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}

.gap-none {
  gap: 0px;
}

.gap-xs {
  gap: 10px;
}

.gap-sm {
  gap: 15px;
}

.gap-md {
  gap: 20px;
}

.gap-lg {
  gap: 25px;
}

.gap-xl {
  gap: 40px;
}

@media (min-width: 1024px) {
  .gap-lg-40 {
    gap: 40px;
  }
}

@media (min-width: 1920px) {
  .gap-xs {
    gap: 18px;
  }
  .gap-sm {
    gap: 28px;
  }
  .gap-md {
    gap: 36px;
  }
  .gap-lg {
    gap: 45px;
  }
  .gap-xl {
    gap: 60px;
  }
}

.horizontal-center {
  justify-content: center;
}

.vertical-center {
  align-items: center;
}

.col-12 {
  grid-column: span 12;
}

.col-11 {
  grid-column: span 11;
}

.col-10 {
  grid-column: span 10;
}

.col-9 {
  grid-column: span 9;
}

.col-8 {
  grid-column: span 8;
}

.col-7 {
  grid-column: span 7;
}

.col-6 {
  grid-column: span 6;
}

.col-5 {
  grid-column: span 5;
}

.col-4 {
  grid-column: span 4;
}

.col-3 {
  grid-column: span 3;
}

.col-2 {
  grid-column: span 2;
}

.col-1 {
  grid-column: span 1;
}

@media (min-width: 768px) {
  .col-sm-12 {
    grid-column: span 12;
  }
  .col-sm-11 {
    grid-column: span 11;
  }
  .col-sm-10 {
    grid-column: span 10;
  }
  .col-sm-9 {
    grid-column: span 9;
  }
  .col-sm-8 {
    grid-column: span 8;
  }
  .col-sm-7 {
    grid-column: span 7;
  }
  .col-sm-6 {
    grid-column: span 6;
  }
  .col-sm-5 {
    grid-column: span 5;
  }
  .col-sm-4 {
    grid-column: span 4;
  }
  .col-sm-3 {
    grid-column: span 3;
  }
  .col-sm-2 {
    grid-column: span 2;
  }
  .col-sm-1 {
    grid-column: span 1;
  }
}

@media (min-width: 1024px) {
  .col-md-12 {
    grid-column: span 12;
  }
  .col-md-11 {
    grid-column: span 11;
  }
  .col-md-10 {
    grid-column: span 10;
  }
  .col-md-9 {
    grid-column: span 9;
  }
  .col-md-8 {
    grid-column: span 8;
  }
  .col-md-7 {
    grid-column: span 7;
  }
  .col-md-6 {
    grid-column: span 6;
  }
  .col-md-5 {
    grid-column: span 5;
  }
  .col-md-4 {
    grid-column: span 4;
  }
  .col-md-3 {
    grid-column: span 3;
  }
  .col-md-2 {
    grid-column: span 2;
  }
  .col-md-1 {
    grid-column: span 1;
  }
}

@media (min-width: 1280px) {
  .col-lg-12 {
    grid-column: span 12;
  }
  .col-lg-11 {
    grid-column: span 11;
  }
  .col-lg-10 {
    grid-column: span 10;
  }
  .col-lg-9 {
    grid-column: span 9;
  }
  .col-lg-8 {
    grid-column: span 8;
  }
  .col-lg-7 {
    grid-column: span 7;
  }
  .col-lg-6 {
    grid-column: span 6;
  }
  .col-lg-5 {
    grid-column: span 5;
  }
  .col-lg-4 {
    grid-column: span 4;
  }
  .col-lg-3 {
    grid-column: span 3;
  }
  .col-lg-2 {
    grid-column: span 2;
  }
  .col-lg-1 {
    grid-column: span 1;
  }
}

@media (min-width: 1920px) {
  .col-xl-12 {
    grid-column: span 12;
  }
  .col-xl-11 {
    grid-column: span 11;
  }
  .col-xl-10 {
    grid-column: span 10;
  }
  .col-xl-9 {
    grid-column: span 9;
  }
  .col-xl-8 {
    grid-column: span 8;
  }
  .col-xl-7 {
    grid-column: span 7;
  }
  .col-xl-6 {
    grid-column: span 6;
  }
  .col-xl-5 {
    grid-column: span 5;
  }
  .col-xl-4 {
    grid-column: span 4;
  }
  .col-xl-3 {
    grid-column: span 3;
  }
  .col-xl-2 {
    grid-column: span 2;
  }
  .col-xl-1 {
    grid-column: span 1;
  }
}

a:not(.btn) {
  color: inherit;
}

[id] {
  scroll-margin-top: 65px;
}

@media (min-width: 1024px) {
  [id] {
    scroll-margin-top: 80px;
  }
}

.background-white a:not(.btn):not(.c-insight-card):not(.c-event-card):hover, .background-white a:not(.btn):not(.c-insight-card):not(.c-event-card):focus, .background-grey-xlight a:not(.btn):not(.c-insight-card):not(.c-event-card):hover, .background-grey-xlight a:not(.btn):not(.c-insight-card):not(.c-event-card):focus {
  color: #006561;
}

.background-navy a:not(.btn):not(.c-insight-card):not(.c-event-card):hover, .background-navy a:not(.btn):not(.c-insight-card):not(.c-event-card):focus {
  color: #05D8C8;
}

.btn {
  border: 1px solid #182935;
  border-radius: 100px;
  font-size: 16px;
  padding: 7px 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn:focus {
  outline: 1px solid #182935;
  outline-offset: 2px;
}

.btn a {
  text-decoration: none;
  color: inherit;
}

.btn-primary {
  background: #182935;
  color: #fff;
  position: relative;
  padding: 7px 7px 7px 16px;
}

.btn-primary::after {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  margin-left: 12px;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
  background-color: #182935;
  background-image: url("/images/btn-arrow-white.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.btn-primary:hover::after {
  background-color: #05D8C8;
  border-color: #05D8C8;
  background-image: url("/images/btn-arrow-blue.png");
  background-size: 12px 12px;
  margin-left: 18px;
}

.btn-primary:focus {
  outline: 1px solid #182935;
  outline-offset: 2px;
}

.btn-primary.btn-download::after {
  background-image: url("/images/btn-download-white.png");
}

.btn-primary.btn-download:hover::after {
  background-image: url("/images/btn-download-blue.png");
}

.btn-secondary {
  background: #05D8C8;
  color: #182935;
  border-color: #05D8C8;
}

.btn-secondary.btn-white {
  background: #fff;
}

.btn-secondary:hover {
  background: #182935;
  border-color: #182935;
  color: #05D8C8;
}

.btn-tertiary {
  background: transparent;
  border-color: #182935;
  color: #182935;
}

.btn-tertiary:hover {
  background: #182935;
  color: #05D8C8;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #182935;
}

.btn-white:focus {
  outline: 1px solid #fff;
}

.btn-white.btn-secondary:hover {
  background: #05D8C8;
  border-color: #05D8C8;
  color: #182935;
}

.btn-white.btn-tertiary {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.btn-white.btn-tertiary:hover {
  background: #05D8C8;
  border-color: #05D8C8;
  color: #182935;
}

.btn-text {
  border-color: transparent;
  color: #182935;
  text-decoration: underline;
}

.btn-text:hover {
  font-weight: 700;
}

.btn-text-white {
  color: #fff;
}

.btn-text-white:hover {
  color: #05D8C8;
  font-weight: 700;
}

.background-navy .btn-primary, .background-teal-dark .btn-primary, .background-teal-medium .btn-primary {
  background: #fff;
  border-color: #fff;
  color: #182935;
}

.background-navy .btn-secondary, .background-teal-dark .btn-secondary, .background-teal-medium .btn-secondary {
  background: #05D8C8;
  border-color: #05D8C8;
  color: #182935;
}

.background-navy .btn-secondary:hover, .background-teal-dark .btn-secondary:hover, .background-teal-medium .btn-secondary:hover {
  background: #fff;
  border-color: #fff;
  color: #182935;
}

.background-navy .btn-secondary.btn-white, .background-teal-dark .btn-secondary.btn-white, .background-teal-medium .btn-secondary.btn-white {
  background: #fff;
  border-color: #fff;
}

.background-navy .btn-secondary.btn-white:hover, .background-teal-dark .btn-secondary.btn-white:hover, .background-teal-medium .btn-secondary.btn-white:hover {
  background: #182935;
  border-color: #182935;
  color: #05D8C8;
}

.background-navy .btn-tertiary, .background-teal-dark .btn-tertiary, .background-teal-medium .btn-tertiary {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.background-navy .btn-tertiary:hover, .background-teal-dark .btn-tertiary:hover, .background-teal-medium .btn-tertiary:hover {
  background: #05D8C8;
  border-color: #05D8C8;
  color: #182935;
}

.background-navy .btn-text, .background-teal-dark .btn-text, .background-teal-medium .btn-text {
  color: #fff;
}

.background-navy .btn-text:hover, .background-teal-dark .btn-text:hover, .background-teal-medium .btn-text:hover {
  color: #05D8C8;
  font-weight: 700;
}

@media (max-width: 1023px) {
  .btn-desktop-only {
    display: none;
  }
}

.btn-mobile-only {
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .btn-mobile-only {
    display: none;
  }
}

.btn-icon.linkedin-white {
  background-color: #fff;
  background-image: url("/images/linkedin-blue.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px 22px;
  text-indent: -9999px;
  overflow: hidden;
  width: 44px;
  height: 44px;
}

.btn-icon.linkedin-white:hover {
  background-color: #05D8C8;
}

:root {
  --page-max: 1550px;
  --page-gutter: max(40px, calc((100vw - var(--page-max)) / 2));
}

@media (min-width: 1280px) {
  :root {
    --page-gutter: max(125px, calc((100vw - var(--page-max)) / 2));
  }
}

/* BACKGROUND COLORS */
.background-teal-light {
  background-color: #95EFE7;
}

.background-teal-intense {
  background-color: #05D8C8;
}

.background-teal-medium {
  background-color: #00857E;
  color: #fff;
}

.background-teal-dark {
  background-color: #006561;
  color: #fff;
}

.background-grey-xlight {
  background-color: #F2F2F2;
}

.background-navy {
  background-color: #182935;
  color: #fff;
}

.background-violet {
  background-color: #7A44F5;
  color: #fff;
}

.background-white {
  background-color: #fff;
}

.background-blue {
  background-color: #0F33EA;
  color: #fff;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
}

.container-padded {
  max-width: 1580px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1024px) {
  .container-padded {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1280px) {
  .container-padded {
    max-width: 1800px;
    padding-left: 125px;
    padding-right: 125px;
  }
}

/* PADDING */
.padding-vertical-xl {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-vertical-lg {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-vertical-md {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-bottom-sm {
  padding-bottom: 10px;
}

.padding-bottom-md {
  padding-bottom: 20px;
}

.padding-bottom-lg {
  padding-bottom: 40px;
}

.padding-bottom-xl {
  padding-bottom: 40px;
}

.padding-top-sm {
  padding-top: 10px;
}

.padding-top-md {
  padding-top: 20px;
}

.padding-top-lg {
  padding-top: 40px;
}

.padding-top-xl {
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .padding-vertical-xl {
    padding-top: 85px;
    padding-bottom: 85px;
  }
  .padding-vertical-lg {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .padding-vertical-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .padding-bottom-md {
    padding-bottom: 40px;
  }
  .padding-bottom-lg {
    padding-bottom: 75px;
  }
  .padding-bottom-xl {
    padding-bottom: 85px;
  }
  .padding-top-md {
    padding-top: 40px;
  }
  .padding-top-lg {
    padding-top: 75px;
  }
  .padding-top-xl {
    padding-top: 85px;
  }
  .background-grey-xlight.padding-vertical-lg + .background-grey-xlight.padding-vertical-lg {
    padding-top: 0;
  }
  .umb-block-list > div:has(.background-grey-xlight.padding-vertical-lg) + div:has(.background-grey-xlight.padding-vertical-lg) .padding-vertical-lg {
    padding-top: 0;
  }
}

@media (min-width: 1920px) {
  .padding-vertical-xl {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .padding-vertical-lg {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  .padding-vertical-md {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .padding-bottom-sm {
    padding-bottom: 20px;
  }
  .padding-bottom-md {
    padding-bottom: 40px;
  }
  .padding-bottom-lg {
    padding-bottom: 110px;
  }
  .padding-bottom-xl {
    padding-bottom: 150px;
  }
  .padding-top-sm {
    padding-top: 20px;
  }
  .padding-top-md {
    padding-top: 40px;
  }
  .padding-top-lg {
    padding-top: 110px;
  }
  .padding-top-xl {
    padding-top: 150px;
  }
  .background-grey-xlight.padding-vertical-lg + .background-grey-xlight.padding-vertical-lg {
    padding-top: 0;
  }
  .umb-block-list > div:has(.background-grey-xlight.padding-vertical-lg) + div:has(.background-grey-xlight.padding-vertical-lg) .padding-vertical-lg {
    padding-top: 0;
  }
}

.img-fluid {
  object-fit: cover;
  min-width: 100%;
  height: auto;
  width: auto;
}

/* STICKY SECTIONS */
.umb-block-list > div {
  position: relative;
  z-index: 2;
}

.sticky-section, .umb-block-list > .sticky-section {
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  z-index: 0;
}

.sticky-section + *, .umb-block-list > .sticky-section + * {
  position: relative;
  z-index: 2;
  background: inherit;
}

.sticky-section + .sticky-section, .umb-block-list > .sticky-section + .sticky-section {
  z-index: 2;
}

.sticky-section + .sticky-section + *, .umb-block-list > .sticky-section + .sticky-section + * {
  z-index: 3;
}

.sticky-section + .sticky-section + .sticky-section, .umb-block-list > .sticky-section + .sticky-section + .sticky-section {
  z-index: 3;
}

.sticky-section + .sticky-section + .sticky-section + *, .umb-block-list > .sticky-section + .sticky-section + .sticky-section + * {
  z-index: 4;
}

@media (min-width: 992px) {
  .sticky-section, .umb-block-list > .sticky-section {
    top: 71px;
  }
}

/* Remove sticky on safari */
@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .sticky-section, .umb-block-list > .sticky-section {
    position: static !important;
  }
}

.tabs-container .tabs-buttons-container {
  margin: 0 0 30px 0;
  overflow: hidden;
  user-select: none;
  position: relative;
  /* Only show gradient when overflowing
        &.has-overflow::after {
            background: linear-gradient(90deg, rgba(24, 41, 53, 0) 0%, #182935 100%);
            content: '';
            display: block;
            height: 58px;
            width: 40px;
            position: absolute;
            right: 0;
            margin-top: -58px;
        }
        */
}

.tabs-container .tabs-buttons-container .tns-controls {
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: 10;
  left: 0;
  right: 0;
}

.tabs-container .tabs-buttons-container .tns-controls button {
  pointer-events: auto;
  position: absolute;
  background: #182935;
  border: 8px solid #fff;
  border-radius: 50%;
  color: #fff;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  transition: all 0.3s ease;
  text-indent: -9999px;
}

.tabs-container .tabs-buttons-container .tns-controls button:after {
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  position: relative;
  flex-shrink: 0;
  transition: all 0.3s ease;
  background-color: #182935;
  background-image: url(/images/btn-arrow-white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

.tabs-container .tabs-buttons-container .tns-controls button:disabled {
  display: none;
  cursor: not-allowed;
}

.tabs-container .tabs-buttons-container .tns-controls button[data-controls="prev"] {
  transform: rotate(180deg);
  left: 0;
}

.tabs-container .tabs-buttons-container .tns-controls button[data-controls="next"] {
  right: 0;
}

@media (min-width: 768px) {
  .tabs-container .tabs-buttons-container .tns-controls button {
    width: 58px;
    height: 58px;
    font-size: 24px;
  }
}

.tabs-container .tabs-buttons-container .tns-inner {
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 58px !important;
}

.tabs-container .tabs-buttons-container .tab-buttons {
  background: #fff;
  border-radius: 50px;
  display: flex;
  flex-wrap: nowrap;
  height: 58px;
  margin: 0;
  padding: 6px;
  position: relative;
  white-space: nowrap;
  overflow: visible;
}

.tabs-container .tabs-buttons-container .tab-buttons .tns-outer {
  padding: 0;
  margin: 0;
  height: 58px !important;
}

.tabs-container .tabs-buttons-container .tab-buttons .tns-ovh {
  overflow: hidden;
  border-radius: 50px;
  height: 58px !important;
}

.tabs-container .tabs-buttons-container .tab-button {
  background: #fff;
  border: 0;
  color: #212529;
  padding: 11px 20px;
  transition: all 0.2s ease;
  border-radius: 50px;
  font-weight: 500;
  width: auto;
  white-space: nowrap !important;
  height: 46px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
}

.tabs-container .tabs-buttons-container .tab-button.active {
  background: #05D8C8;
}

.tabs-container .tabs-buttons-container .tab-button:hover:not(.active) {
  background: rgba(255, 255, 255, 0.15);
}

.tabs-container .tabs-buttons-container .tab-spacer {
  width: 12px;
  height: 1px;
  display: inline-block;
  flex-shrink: 0;
  pointer-events: none;
  transition: width 0.3s ease;
}

.tabs-container .tabs-buttons-container .tab-spacer.slider-inactive {
  width: 0;
}

.tabs-container .tabs-buttons-container .tab-spacer {
  width: 0;
}

.tabs-container .tabs-buttons-container [data-tns-role="wrapper"] {
  height: 58px !important;
}

@media (min-width: 1660px) {
  .tabs-container .tabs-buttons-container.has-overflow::after {
    right: auto;
    left: 1615px;
  }
}

@media (min-width: 1800px) {
  .tabs-container .tabs-buttons-container.has-overflow::after {
    right: auto;
    left: 50%;
    margin-left: 715px;
  }
}

.tabs-container .tab-viewport {
  position: relative;
  height: auto;
  transition: height 200ms ease;
}

@media (min-width: 1350px) {
  .tabs-container .tab-viewport {
    margin-top: 60px;
  }
}

.tabs-container .tab-content {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease;
}

.tabs-container .tab-content.active {
  opacity: 1;
  visibility: visible;
}

.background-teal-medium .tabs-container .tabs-buttons-container.has-overflow::after {
  background: linear-gradient(90deg, rgba(0, 140, 133, 0) 0%, #00857E 100%);
}

.background-teal-dark .tabs-container .tabs-buttons-container.has-overflow::after {
  background: linear-gradient(90deg, rgba(0, 140, 133, 0) 0%, #006561 100%);
}

.background-grey-xlight .tabs-container .tabs-buttons-container.has-overflow::after {
  background: linear-gradient(90deg, rgba(0, 140, 133, 0) 0%, #F2F2F2 100%);
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */
.article-content .article-content-wrapper {
  gap: 20px;
}

@media (min-width: 768px) {
  .article-content .article-content-wrapper {
    gap: 40px;
  }
}

.article-content .main-article-content {
  max-width: 924px;
}

@media (min-width: 1280px) {
  .article-content .main-article-content {
    font-size: 18px;
    line-height: 1.7;
  }
}

.article-content .side-article-content .side-article-content__authors {
  margin-bottom: 40px;
}

.article-content .side-article-content .side-article-content__authors .side-article-content__author {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-decoration: none;
}

.article-content .side-article-content .side-article-content__authors .side-article-content__author img {
  border-radius: 10px;
}

.article-content .side-article-content .side-article-content__authors .side-article-content__author h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.article-content .side-article-content .side-article-content__authors .side-article-content__author p {
  font-weight: 500;
}

.article-content .side-article-content .side-article-content__authors .side-article-content__author:hover h3 {
  text-decoration: underline;
}

.article-content .side-article-content .side-article-content__contributors {
  margin-bottom: 40px;
}

.article-content .side-article-content .side-article-content__contributors h2 {
  color: #006561;
}

.article-content .side-article-content .side-article-content__contributors .side-article-content__contributor {
  display: block;
  margin-bottom: 30px;
  text-decoration: none;
}

.article-content .side-article-content .side-article-content__contributors .side-article-content__contributor h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.article-content .side-article-content .side-article-content__contributors .side-article-content__contributor p {
  font-weight: 500;
}

.article-content .side-article-content .side-article-content__contributors .side-article-content__contributor:hover h3 {
  text-decoration: underline;
}

@media (min-width: 1280px) {
  .article-content .side-article-content .side-article-content__authors {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 80px;
  }
  .article-content .side-article-content .side-article-content__authors .side-article-content__author {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 15px;
  }
  .article-content .side-article-content .side-article-content__authors .side-article-content__author img {
    border-radius: 50%;
    width: 93px;
    height: 93px;
    object-fit: cover;
  }
  .article-content .side-article-content .side-article-content__authors .side-article-content__author h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  .article-content .side-article-content .side-article-content__authors .side-article-content__author p {
    margin-bottom: 0;
  }
  .article-content .side-article-content .side-article-content__contributors .side-article-content__contributor h3 {
    font-size: 20px;
  }
}

@media (min-width: 1800px) {
  .article-content .side-article-content h2 {
    font-size: 32px;
  }
}

.article-content .side-article-content-event .side-article-content-event__content {
  background: #95EFE7;
  border-radius: 10px;
  font-size: 16px;
  padding: 40px;
}

.article-content .side-article-content-event .side-article-content-event__content .h4 {
  font-weight: 600;
}

.article-content .side-article-content-event .side-article-content-event__content .h5, .article-content .side-article-content-event .side-article-content-event__content h3 {
  font-family: "arboria", sans-serif;
  margin-bottom: 2px;
}

.article-content .side-article-content-event .side-article-content-event__content .side-content-buttons {
  align-items: center;
  display: flex;
  gap: 15px;
}

@media (max-width: 1023px) {
  .article-content .side-article-content-event {
    margin-top: -100px;
    z-index: 20;
    margin-bottom: 20px;
    order: -1;
  }
}

@media (min-width: 1024px) {
  .article-content .side-article-content-event {
    padding-left: 20px;
  }
  .article-content .side-article-content-event .side-article-content-event__content {
    margin-left: auto;
    max-width: 450px;
  }
}

.c-site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.c-site-header .header-container {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 18px;
  position: absolute;
  height: 55px;
  width: 100%;
  transition: background-color 0.2s ease, height 0.3s ease;
  z-index: 1000;
}

.c-site-header .header-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
}

.c-site-header .header-logo .logo-link {
  display: block;
  text-decoration: none;
}

.c-site-header .header-logo .logo-image {
  height: 26px;
  width: auto;
  display: block;
  transition: height 0.3s ease;
}

.c-site-header .header-logo .logo-white, .c-site-header .header-logo .logo-black {
  display: none;
}

.c-site-header .header-controls {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-site-header .search-button,
.c-site-header .menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  transition: background-color 0.2s ease;
  width: 29px;
  height: 29px;
}

.c-site-header .search-button::before,
.c-site-header .menu-toggle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #182935;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s ease;
  z-index: -1;
}

.c-site-header .search-button:hover, .c-site-header .search-button:focus,
.c-site-header .menu-toggle:hover,
.c-site-header .menu-toggle:focus {
  background-color: transparent;
}

.c-site-header .search-button:hover::before, .c-site-header .search-button:focus::before,
.c-site-header .menu-toggle:hover::before,
.c-site-header .menu-toggle:focus::before {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1);
}

.c-site-header .search-button {
  background: url("/images/search-blue-mobile.svg") no-repeat center center;
  background-size: 20px 20px;
  font-size: 1.2rem;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-site-header .search-button:hover, .c-site-header .search-button:focus {
  background: url("/images/search-white-mobile.svg") no-repeat center center;
  background-size: 18px 19px;
}

.c-site-header .menu-toggle-container {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.c-site-header .menu-toggle-container .menu-toggle-text {
  margin-bottom: 2px;
}

.c-site-header .menu-toggle-container:hover .menu-toggle, .c-site-header .menu-toggle-container:focus .menu-toggle {
  background-color: transparent;
}

.c-site-header .menu-toggle-container:hover .menu-toggle::before, .c-site-header .menu-toggle-container:focus .menu-toggle::before {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1);
}

.c-site-header .menu-toggle-container:hover .menu-toggle .hamburger-line, .c-site-header .menu-toggle-container:focus .menu-toggle .hamburger-line {
  background-color: #fff;
}

.c-site-header .menu-toggle-container.active .menu-toggle-text {
  color: #fff;
}

.c-site-header .menu-toggle-container.active .hamburger-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.c-site-header .menu-toggle-container.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.c-site-header .menu-toggle-container.active .hamburger-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.c-site-header .menu-toggle {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.c-site-header .menu-toggle .hamburger-line {
  width: 16px;
  height: 2px;
  background-color: #333;
  transition: all 0.3s ease;
  display: block;
  position: relative;
  z-index: 1;
}

.c-site-header .menu-toggle:hover, .c-site-header .menu-toggle:focus {
  background-color: transparent;
}

.c-site-header .menu-toggle:hover::before, .c-site-header .menu-toggle:focus::before {
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1);
}

.c-site-header .menu-toggle:hover .hamburger-line, .c-site-header .menu-toggle:focus .hamburger-line {
  background-color: #fff;
}

.c-site-header .menu-toggle.active .hamburger-line:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.c-site-header .menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.c-site-header .menu-toggle.active .hamburger-line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.c-site-header.header-grey-xlight .header-container {
  background-color: #F2F2F2;
}

.c-site-header.header-teal-light .header-container {
  background-color: #95EFE7;
}

.c-site-header.header-teal-medium .header-container {
  background-color: #00857E;
}

.c-site-header.header-teal-dark .header-container {
  background-color: #006561;
}

.c-site-header.header-teal-intense .header-container {
  background-color: #05D8C8;
}

.c-site-header.header-teal-intense .header-logo .logo-color, .c-site-header.header-teal-intense .header-logo .logo-white {
  display: none;
}

.c-site-header.header-teal-intense .header-logo .logo-black {
  display: block;
}

.c-site-header.header-navy .header-container {
  background-color: #182935;
}

.c-site-header.header-transparent .header-container {
  background-color: transparent;
}

.c-site-header.header-teal-medium .header-logo .logo-color, .c-site-header.header-teal-medium .header-logo .logo-black, .c-site-header.header-teal-dark .header-logo .logo-color, .c-site-header.header-teal-dark .header-logo .logo-black, .c-site-header.header-navy .header-logo .logo-color, .c-site-header.header-navy .header-logo .logo-black, .c-site-header.header-transparent .header-logo .logo-color, .c-site-header.header-transparent .header-logo .logo-black {
  display: none;
}

.c-site-header.header-teal-medium .header-logo .logo-white, .c-site-header.header-teal-dark .header-logo .logo-white, .c-site-header.header-navy .header-logo .logo-white, .c-site-header.header-transparent .header-logo .logo-white {
  display: block;
}

.c-site-header.header-teal-medium .search-button, .c-site-header.header-teal-dark .search-button, .c-site-header.header-navy .search-button, .c-site-header.header-transparent .search-button {
  background-image: url("/images/search-white-mobile.svg");
}

.c-site-header.header-teal-medium .menu-toggle-container .menu-toggle-text, .c-site-header.header-teal-dark .menu-toggle-container .menu-toggle-text, .c-site-header.header-navy .menu-toggle-container .menu-toggle-text, .c-site-header.header-transparent .menu-toggle-container .menu-toggle-text {
  color: #fff;
}

.c-site-header.header-teal-medium .menu-toggle .hamburger-line, .c-site-header.header-teal-dark .menu-toggle .hamburger-line, .c-site-header.header-navy .menu-toggle .hamburger-line, .c-site-header.header-transparent .menu-toggle .hamburger-line {
  background-color: #fff;
}

.c-site-header.nav-open .header-container {
  background-color: #182935;
}

.c-site-header.nav-open .header-logo .logo-color, .c-site-header.nav-open .header-logo .logo-black {
  display: none;
}

.c-site-header.nav-open .header-logo .logo-white {
  display: block;
}

.c-site-header.nav-open .search-button {
  background-image: url("/images/search-white-mobile.svg");
}

.c-site-header.nav-open .menu-toggle .hamburger-line {
  background-color: #fff;
}

.c-site-header.search-open .header-container {
  background-color: #182935;
}

.c-site-header.search-open .header-logo .logo-color, .c-site-header.search-open .header-logo .logo-black {
  display: none;
}

.c-site-header.search-open .header-logo .logo-white {
  display: block;
}

.c-site-header.search-open .search-button {
  background-image: url("/images/icon-header-close.svg");
  background-size: 14px 14px;
}

.c-site-header.search-open .menu-toggle-container .menu-toggle-text {
  color: #fff;
}

.c-site-header.search-open .menu-toggle .hamburger-line {
  background-color: #fff;
}

@media (min-width: 992px) {
  .c-site-header .header-container {
    height: 71px;
    padding: 15px 28px;
  }
  .c-site-header .header-logo .logo-image {
    height: 38px;
  }
  .c-site-header .header-controls {
    gap: 25px;
  }
  .c-site-header .search-button,
  .c-site-header .menu-toggle {
    width: 40px;
    height: 40px;
  }
  .c-site-header .search-button {
    background: url("/images/search-blue.svg") no-repeat center center;
    background-size: 25px 26px;
  }
  .c-site-header .search-button:hover, .c-site-header .search-button:focus {
    background-image: url("/images/search-white.svg");
    background-size: 25px 26px;
  }
  .c-site-header.header-navy .search-button, .c-site-header.header-teal-dark .search-button, .c-site-header.header-teal-medium .search-button {
    background-image: url("/images/search-white.svg");
  }
  .c-site-header.nav-open .search-button {
    background-image: url("/images/search-white.svg");
  }
  .c-site-header.nav-open .menu-toggle .hamburger-line {
    background-color: #fff;
  }
  .c-site-header.search-open .search-button {
    background-image: url("/images/icon-header-close.svg");
    background-size: 20px 20px;
  }
  .c-site-header.search-open .menu-toggle .hamburger-line {
    background-color: #fff;
  }
  .c-site-header .menu-toggle-container.active .hamburger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .c-site-header .menu-toggle-container.active .hamburger-line:nth-child(2) {
    opacity: 0;
  }
  .c-site-header .menu-toggle-container.active .hamburger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .c-site-header .menu-toggle {
    gap: 6px;
  }
  .c-site-header .menu-toggle .hamburger-line {
    width: 22px;
    height: 2px;
  }
}

@media (min-width: 992px) {
  .c-site-header.home-page-header:not(.scrolled) .header-container {
    height: 85px;
  }
  .c-site-header.home-page-header:not(.scrolled) .header-logo .logo-image {
    height: 52px;
  }
}

.c-site-header.preload .header-container {
  transition: none !important;
}

.c-site-header.preload .header-logo .logo-image {
  transition: none !important;
}

.c-site-nav {
  position: fixed;
  top: 55px;
  right: -100%;
  width: 100%;
  height: 100vh;
  z-index: 500;
  transition: right 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.c-site-nav.nav-open {
  right: 0;
  opacity: 1;
}

.c-site-nav .nav-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #182935;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.c-site-nav .nav-content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-top: 55px;
  margin-bottom: 120px;
  position: relative;
}

.c-site-nav .nav-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2rem 0;
}

.c-site-nav .nav-level.active {
  transform: translateX(0);
}

.c-site-nav .nav-level.prev {
  transform: translateX(-100%);
}

.c-site-nav .nav-level-1 {
  font-family: "ivymode", sans-serif;
  font-size: 32px;
}

.c-site-nav .nav-level-1 .nav-link {
  font-size: 32px;
  font-weight: 700;
}

.c-site-nav .nav-level-2, .c-site-nav .nav-level-3 {
  font-family: "ivymode", sans-serif;
  font-weight: 600;
  font-size: 22px;
}

.c-site-nav .nav-level-2__heading, .c-site-nav .nav-level-3__heading {
  color: #fff;
  font-family: "arboria", sans-serif;
  font-size: 20px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.c-site-nav .nav-menu,
.c-site-nav .nav-submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-site-nav .nav-submenu-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  margin-bottom: 40px;
  padding: 0 20px;
}

.c-site-nav .nav-submenu-tags li .nav-sublink {
  background: #fff;
  border-radius: 26px;
  color: #182935;
  font-family: "arboria", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.c-site-nav .nav-submenu-tags li .nav-sublink:hover, .c-site-nav .nav-submenu-tags li .nav-sublink:focus {
  background: #05D8C8;
}

.c-site-nav .nav-submenu-link-list .nav-sublink {
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-family: "arboria", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 20px;
}

.c-site-nav .nav-submenu-link-list .nav-sublink:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.c-site-nav .nav-submenu-link-list .nav-sublink:hover:before, .c-site-nav .nav-submenu-link-list .nav-sublink:focus:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.c-site-nav .nav-submenu-link-list .nav-sublink:hover, .c-site-nav .nav-submenu-link-list .nav-sublink:focus {
  color: #fff;
}

.c-site-nav .nav-link,
.c-site-nav .nav-sublink {
  display: block;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.c-site-nav .nav-link:hover, .c-site-nav .nav-link:focus,
.c-site-nav .nav-sublink:hover,
.c-site-nav .nav-sublink:focus {
  color: #05D8C8;
}

.c-site-nav .nav-link[href^="http"]::after,
.c-site-nav .nav-sublink[href^="http"]::after {
  content: "";
  background: url("/images/icon-external-link.svg") no-repeat center center;
  display: inline-block;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-top: -4px;
}

.c-site-nav .has-submenu .nav-link::after,
.c-site-nav .has-submenu .nav-sublink::after {
  content: '';
  background: url("/images/menu-arrow-white.svg") no-repeat center center;
  width: 12px;
  height: 17px;
  display: inline-block;
  margin-left: 10px;
}

.c-site-nav .has-submenu .nav-link:hover::after, .c-site-nav .has-submenu .nav-link:focus::after,
.c-site-nav .has-submenu .nav-sublink:hover::after,
.c-site-nav .has-submenu .nav-sublink:focus::after {
  background: url("/images/menu-arrow-teal.svg") no-repeat center center;
}

.c-site-nav .has-submenu .nav-sublink::after {
  margin-bottom: -2px;
}

.c-site-nav .nav-menu-secondary-mobile {
  font-family: "arboria", sans-serif;
  font-weight: 400;
  font-size: 18px;
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.c-site-nav .nav-menu-secondary-mobile a {
  color: #fff;
  display: block;
  padding: 8px 20px;
}

.c-site-nav .featured-insight {
  position: relative;
  color: #fff;
  margin-top: 40px;
  padding: 20px;
  overflow: hidden;
}

.c-site-nav .featured-insight .featured-insight-container {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 120px 17px 19px 17px;
  position: relative;
  z-index: 1;
}

.c-site-nav .featured-insight .featured-insight-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 40.87%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}

.c-site-nav .featured-insight .featured-insight-container > * {
  position: relative;
  z-index: 3;
}

.c-site-nav .featured-insight h2 {
  color: #05D8C8;
  font-family: "ivymode", sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding: 0;
}

.c-site-nav .featured-insight .featured-insight-tag {
  color: #95EFE7;
  font-family: "arboria", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.c-site-nav .featured-insight h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 20px;
}

.c-site-nav .featured-insight .featured-insight-meta {
  font-family: "arboria", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

.c-site-nav .nav-footer {
  background-color: #182935;
  bottom: 0;
  display: block;
  padding: 0 10px;
  position: fixed;
  width: 100%;
}

.c-site-nav .nav-footer .nav-footer-content {
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
}

.c-site-nav .nav-footer .nav-footer-menu {
  display: none;
}

.c-site-nav .nav-back-btn-container {
  position: fixed;
  bottom: 0;
  background-color: #182935;
  padding: 0 10px;
  display: none;
  width: 100%;
}

.c-site-nav .nav-back-btn-container .nav-back-btn-content {
  border-top: 1px solid #fff;
  padding: 20px 10px;
}

.c-site-nav .nav-back-btn-container .nav-back-btn::before {
  content: '';
  width: 9px;
  height: 13px;
  display: inline-block;
  background-image: url("/images/caret-left-white.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 9px 13px;
  margin-right: 10px;
}

.c-site-nav .nav-back-btn-container.show {
  display: block;
}

@media (min-width: 1280px) {
  .c-site-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 80px;
    width: 100%;
    height: calc(100vh - 71px);
    background-color: #182935;
    transform: translateY(-100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 998;
  }
  .c-site-nav.nav-open {
    top: 71px;
    transform: translateY(0);
  }
  .c-site-nav .nav-container {
    position: relative;
    width: 100%;
    height: auto;
    background: none;
    box-shadow: none;
    overflow: visible;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1544px;
    padding: 60px 0 0 0;
  }
  .c-site-nav .nav-content {
    flex: none;
    overflow: auto;
    padding-top: 0;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: stretch;
    max-height: calc(100vh - 225px);
    scrollbar-color: #fff #182935;
  }
  .c-site-nav .nav-content::-webkit-scrollbar {
    width: 12px;
  }
  .c-site-nav .nav-content::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 6px;
  }
  .c-site-nav .nav-content::-webkit-scrollbar-track {
    background-color: #182935;
  }
  .c-site-nav .nav-level {
    position: static;
    transform: none;
    transition: none;
    overflow: visible;
    padding: 0 50px 0 0;
    height: auto;
    background: none;
    display: flex;
    flex-direction: column;
  }
  .c-site-nav .nav-level.nav-level-1 {
    flex: 0;
    z-index: 3;
  }
  .c-site-nav .nav-level.nav-level-2 {
    display: none;
    flex: 0;
    border-left: 1px solid #ccc;
    padding-left: 60px;
    z-index: 2;
  }
  .c-site-nav .nav-level.nav-level-2.active {
    display: flex;
  }
  .c-site-nav .nav-level.nav-level-2 {
    flex: 1;
  }
  .c-site-nav .nav-level.nav-level-3 {
    display: none;
    flex: 1 1 100%;
    border-left: 1px solid #ccc;
    padding-left: 40px;
    padding-right: 0;
    z-index: 1;
  }
  .c-site-nav .nav-level.nav-level-3.active {
    display: flex;
  }
  .c-site-nav .nav-menu,
  .c-site-nav .nav-submenu {
    width: 100%;
    align-self: flex-start;
  }
  .c-site-nav .nav-item,
  .c-site-nav .nav-subitem {
    width: 100%;
    margin-bottom: 50px;
  }
  .c-site-nav .nav-item:last-child,
  .c-site-nav .nav-subitem:last-child {
    margin-bottom: 0;
  }
  .c-site-nav .nav-item.active .nav-link,
  .c-site-nav .nav-item.active .nav-sublink,
  .c-site-nav .nav-subitem.active .nav-link,
  .c-site-nav .nav-subitem.active .nav-sublink {
    color: #05D8C8;
    position: relative;
  }
  .c-site-nav .nav-item.active .nav-link::before,
  .c-site-nav .nav-item.active .nav-sublink::before,
  .c-site-nav .nav-subitem.active .nav-link::before,
  .c-site-nav .nav-subitem.active .nav-sublink::before {
    content: '';
    background: url("/images/nav-bullet.png") no-repeat center center;
    background-size: 18px 18px;
    position: absolute;
    right: -59px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background-color: #05D8C8;
    border-radius: 50%;
  }
  .c-site-nav .nav-level-2 .nav-submenu:not(.nav-submenu-link-list), .c-site-nav .nav-level-3 .nav-submenu:not(.nav-submenu-link-list) {
    margin-bottom: 40px;
  }
  .c-site-nav .nav-level-2 .nav-item,
  .c-site-nav .nav-level-2 .nav-subitem, .c-site-nav .nav-level-3 .nav-item,
  .c-site-nav .nav-level-3 .nav-subitem {
    margin-bottom: 33px;
  }
  .c-site-nav .nav-level-2 .nav-item:last-child,
  .c-site-nav .nav-level-2 .nav-subitem:last-child, .c-site-nav .nav-level-3 .nav-item:last-child,
  .c-site-nav .nav-level-3 .nav-subitem:last-child {
    margin-bottom: 0;
  }
  .c-site-nav .nav-level-2 .nav-submenu-tags, .c-site-nav .nav-level-3 .nav-submenu-tags {
    gap: 20px;
    margin-bottom: 78px;
  }
  .c-site-nav .nav-level-2 .nav-submenu-tags .nav-subitem, .c-site-nav .nav-level-3 .nav-submenu-tags .nav-subitem {
    margin-bottom: 0;
    width: auto;
  }
  .c-site-nav .nav-level-2 .nav-submenu-tags .nav-subitem .nav-sublink, .c-site-nav .nav-level-3 .nav-submenu-tags .nav-subitem .nav-sublink {
    font-size: 16px;
    padding: 9px 16px;
  }
  .c-site-nav .nav-level-2 .nav-submenu-link-list, .c-site-nav .nav-level-3 .nav-submenu-link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 20px;
  }
  .c-site-nav .nav-level-2 .nav-submenu-link-list .nav-subitem, .c-site-nav .nav-level-3 .nav-submenu-link-list .nav-subitem {
    margin-bottom: 0;
    width: auto;
  }
  .c-site-nav .nav-level-2 .nav-submenu-link-list .nav-subitem .nav-sublink, .c-site-nav .nav-level-3 .nav-submenu-link-list .nav-subitem .nav-sublink {
    font-size: 16px;
    padding: 0;
  }
  .c-site-nav .nav-link,
  .c-site-nav .nav-sublink {
    cursor: pointer;
    padding: 0;
    transition: all 0.2s ease;
    white-space: nowrap;
  }
  .has-submenu .c-site-nav::after {
    display: none;
  }
  .c-site-nav .has-submenu .nav-link::after,
  .c-site-nav .has-submenu .nav-sublink::after {
    content: '';
    background: none;
  }
  .c-site-nav .has-submenu .nav-link:hover::after, .c-site-nav .has-submenu .nav-link:focus::after,
  .c-site-nav .has-submenu .nav-sublink:hover::after,
  .c-site-nav .has-submenu .nav-sublink:focus::after {
    background: url("/images/menu-arrow-teal.svg") no-repeat center center;
  }
  .c-site-nav .has-submenu.active .nav-link::after,
  .c-site-nav .has-submenu.active .nav-sublink::after {
    background: url("/images/menu-arrow-teal.svg") no-repeat center center;
  }
  .c-site-nav .nav-column {
    margin-bottom: 2rem;
    width: 100%;
  }
  .c-site-nav .nav-column:last-child {
    margin-bottom: 0;
  }
  .c-site-nav .featured-insight {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 371px;
    margin-top: 0;
    padding: 0;
  }
  .c-site-nav .featured-insight .featured-insight-container {
    padding: 110px 29px 29px 29px;
  }
  .c-site-nav .featured-insight h2 {
    font-size: 32px;
  }
  .c-site-nav .featured-insight h3 {
    font-size: 44px;
  }
  .c-site-nav .nav-menu-secondary-mobile {
    display: none;
  }
  .c-site-nav .nav-footer {
    background: #182935;
    max-width: 1544px;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    width: calc(100% - 160px);
  }
  .c-site-nav .nav-footer .nav-footer-content {
    padding: 25px 0;
  }
  .c-site-nav .nav-footer .nav-footer-menu {
    display: block;
    font-size: 18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .c-site-nav .nav-footer .nav-footer-menu li {
    display: inline-block;
    padding-right: 60px;
  }
  .c-site-nav .nav-footer .nav-footer-menu a {
    outline: none;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
  }
  .c-site-nav .nav-footer .nav-footer-menu a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
  }
  .c-site-nav .nav-footer .nav-footer-menu a:hover:before, .c-site-nav .nav-footer .nav-footer-menu a:focus:before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
  }
  .c-site-nav .nav-back-btn {
    display: none !important;
  }
}

@media (min-width: 1280px) and (max-height: 740px) {
  .c-site-nav .nav-item, .c-site-nav .nav-subitem {
    margin-bottom: 35px;
  }
  .c-site-nav .nav-level-2 .nav-item, .c-site-nav .nav-level-2 .nav-subitem, .c-site-nav .nav-level-3 .nav-item, .c-site-nav .nav-level-3 .nav-subitem {
    margin-bottom: 16px;
  }
}

@media (min-width: 1500px) {
  .c-site-nav {
    padding: 0 125px;
  }
  .c-site-nav .nav-item {
    margin-bottom: 66px;
  }
  .c-site-nav .nav-level {
    padding: 0 100px 0 0;
  }
  .c-site-nav .nav-level.nav-level-2 {
    padding-left: 100px;
  }
  .c-site-nav .nav-level.nav-level-3 {
    padding-left: 100px;
  }
  .c-site-nav .nav-item.active .nav-link::before,
  .c-site-nav .nav-item.active .nav-sublink::before,
  .c-site-nav .nav-subitem.active .nav-link::before,
  .c-site-nav .nav-subitem.active .nav-sublink::before {
    right: -109px;
  }
  .c-site-nav .nav-level-2 .nav-submenu-tags, .c-site-nav .nav-level-3 .nav-submenu-tags {
    gap: 42px;
  }
  .c-site-nav .nav-level-2 .nav-submenu-tags .nav-subitem .nav-sublink, .c-site-nav .nav-level-3 .nav-submenu-tags .nav-subitem .nav-sublink {
    font-size: 16px;
  }
  .c-site-nav .nav-level-2 .nav-submenu-link-list, .c-site-nav .nav-level-3 .nav-submenu-link-list {
    gap: 26px;
  }
  .c-site-nav .nav-footer {
    width: calc(100% - 250px);
  }
  .c-site-nav .nav-footer .nav-footer-menu li {
    padding-right: 90px;
  }
}

body.nav-open {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 6px;
  background: #182935;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  z-index: 9999;
  font-weight: 500;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 6px;
}

.c-site-search.header-search {
  position: fixed;
  top: 55px;
  right: -100%;
  width: 100%;
  height: 100vh;
  z-index: 500;
  transition: right 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.c-site-search.search-dark-theme {
  color: #212529;
}

.c-site-search.search-dark-theme .search-label, .c-site-search.search-dark-theme .search-input, .c-site-search.search-dark-theme .search-filters-btn {
  color: #212529;
}

.c-site-search.search-dark-theme .search-input {
  border-color: #212529;
}

.c-site-search.search-dark-theme .search-input::placeholder {
  color: #212529;
}

.c-site-search.search-dark-theme .search-container {
  background-color: transparent;
  padding: 0;
  position: relative;
}

.c-site-search.search-dark-theme .search-content {
  padding: 40px 0;
}

.c-site-search.search-dark-theme .search-filters-btn .filters-icon {
  background-image: url("/images/icon-filter-black.svg");
}

.c-site-search.search-dark-theme .search-content.filters-open .search-filters-btn .filters-icon {
  background-image: url("/images/icon-close-navy.svg");
  background-size: 16px;
}

.c-site-search.search-dark-theme .search-filters-dropdown .filter-tabs-container:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.c-site-search.search-dark-theme .search-filters-dropdown .filter-tabs {
  background: #F2F2F2;
}

.c-site-search.search-dark-theme .search-filters-dropdown .filter-tabs .filter-tab {
  background: #F2F2F2;
  font-size: 16px;
}

.c-site-search.search-dark-theme .search-filters-dropdown .filter-tabs .filter-tab.active {
  background: #05D8C8;
}

.c-site-search.search-dark-theme .search-filters-dropdown .filter-selection h3 {
  color: #212529;
}

.c-site-search.search-dark-theme .search-filters-dropdown .filter-button {
  background: #F2F2F2;
}

.c-site-search.search-dark-theme .search-filters-dropdown .active-filters-container:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.c-site-search.search-dark-theme .search-filters-dropdown .reset-filters-btn {
  color: #212529;
}

.c-site-search.search-dark-theme .search-filters-dropdown .active-filters h4 {
  color: #212529;
}

.c-site-search.search-dark-theme .search-filters-dropdown .active-filters .active-filter-item {
  color: #212529;
}

.c-site-search.search-dark-theme .search-filters-dropdown .active-filters .active-filter-item .remove-icon {
  color: #212529;
}

.c-site-search.search-dark-theme .search-filters-dropdown .active-filters .active-filter-item .remove-icon:hover {
  color: #05D8C8;
}

.c-site-search.search-open {
  right: 0;
  opacity: 1;
}

.c-site-search .search-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #182935;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.c-site-search #site-searchbox + #site-refinements {
  display: none;
}

.c-site-search #site-refinements:has(.refinements-item-selected) + #site-hits .hits-list .hits-item .hit-link .hit-tag {
  background-color: #05D8C8;
}

.c-site-search .refinements-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-block: 20px;
  padding: 0;
}

.c-site-search .refinements-list .refinements-item {
  background-color: #F2F2F2;
  color: #182935;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 50px;
  cursor: pointer;
}

.c-site-search .refinements-list .refinements-item:hover:not(.refinements-item-selected) {
  background-color: #CCCCCC;
}

.c-site-search .refinements-list .refinements-item .refinements-label {
  display: flex;
  gap: 6px;
  cursor: inherit;
}

.c-site-search .refinements-list .refinements-item .refinements-label .refinements-checkbox {
  display: none;
}

.c-site-search .refinements-list .refinements-item-selected {
  background-color: #05D8C8;
}

.c-site-search .refinements-list .refinements-item-selected:hover {
  background-color: #00857E;
}

.c-site-search .refinements-header {
  font-size: 20px;
  font-weight: 500;
}

.c-site-search #refinements .refinements-label {
  gap: 3px;
}

.c-site-search.header-search .hits-list {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0 0 12px 12px;
  display: none;
  margin-top: 15px;
  max-width: 1384px;
  padding: 20px;
}

.c-site-search.header-search .hits-list:before {
  content: 'Suggested Results';
  display: block;
  margin-bottom: 20px;
  opacity: 0.5;
}

.c-site-search.header-search .hits-list .hits-item {
  margin-bottom: 10px;
}

.c-site-search.header-search .hits-list .hits-item .hit-link .hit-text mark {
  background-color: transparent;
  color: #05D8C8;
}

.c-site-search.header-search .hits-list .hits-item .hit-link .hit-tag {
  opacity: 0.5;
  padding: 0 2px;
}

.c-site-search.header-search .hits-list .hits-item .hit-link .hit-tag:before {
  content: '- ';
}

@media (min-width: 1024px) {
  .c-site-search.header-search .search-input {
    padding-left: 20px;
  }
  .c-site-search.header-search .hits-list {
    margin-top: -5px;
    margin-left: 110px;
    margin-right: 44px;
  }
}

.c-site-search #hits .hits-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 40px;
  list-style: none;
  margin-bottom: 100px;
  padding: 0;
}

@media (max-width: 767px) {
  .c-site-search #hits .hits-list {
    gap: 40px 0;
  }
}

.c-site-search #hits .hits-list .ais-InfiniteHits-item {
  grid-column: span 12;
}

@media (min-width: 768px) {
  .c-site-search #hits .hits-list .ais-InfiniteHits-item {
    grid-column: span 6;
  }
}

@media (min-width: 1024px) {
  .c-site-search #hits .hits-list .ais-InfiniteHits-item {
    grid-column: span 4;
  }
}

.c-site-search #hits .hits-list .hits-item {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  height: 100%;
  min-height: 400px;
}

.c-site-search #hits .hits-list .news-card {
  align-items: flex-end;
  background-color: #fff;
  display: flex;
}

.c-site-search #hits .hits-list .news-card:hover {
  background-color: #95EFE7;
}

.c-site-search #hits .hits-list .news-card .card-content {
  min-height: auto;
}

.c-site-search #hits .hits-list .blog-post-card {
  align-items: flex-end;
  display: flex;
}

.c-site-search #hits .hits-list .blog-post-card .card-content {
  border-radius: 12px;
}

.c-site-search #hits .hits-more {
  margin-top: -60px;
  margin-left: auto;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.c-site-search #hits .hits-more[disabled] {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
  color: #828282;
  cursor: not-allowed;
}

.c-site-search #hits .hits-more::before {
  content: 'Show more results';
}

.c-site-search #hits .hits-more[disabled]::before {
  content: 'No more results';
}

.c-site-search .hits-list {
  list-style: none;
  margin: 0 auto;
  margin-top: 50px;
  padding-left: 0;
}

.c-site-search .hits-list .hits-item .hit-link {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  text-decoration: none;
}

.c-site-search .hits-list .hits-item .hit-link:hover .hit-tag {
  text-decoration: none;
}

.c-site-search .hits-list .hits-item .hit-link .hit-text {
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c-site-search .hits-list .hits-item .hit-link .hit-text mark {
  background-color: #05D8C8;
}

.c-site-search .hits-list .hits-item .hit-link .hit-tag {
  flex: 0 0 auto;
  color: #F2F2F2;
  padding: 0 12px;
  align-self: center;
  text-decoration: none;
}

.c-site-search .search-content {
  flex: 1;
  padding: 40px 20px;
  overflow-y: auto;
}

@media (min-width: 992px) {
  .c-site-search .search-content {
    padding: 40px 28px;
  }
}

.c-site-search .search-form {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.c-site-search .search-form:before {
  content: 'Search';
  font-family: "ivymode", sans-serif;
  font-size: 32px;
}

.c-site-search .search-form .search-submit {
  background-image: url(/images/search-white.svg);
  background-position: center;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  height: 30px;
  width: 30px;
}

.c-site-search .search-form .search-submit * {
  display: none;
}

.c-site-search .search-input-container {
  display: flex;
  align-items: center;
  background: transparent;
  overflow: hidden;
  gap: 5px;
}

.c-site-search .search-label {
  font-family: "ivymode", sans-serif;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  display: none;
}

.c-site-search .search-input {
  width: 100%;
  flex: 1;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 2px 0;
  font-size: 20px;
  font-family: "arboria", sans-serif;
  background: transparent;
  color: #fff;
}

.c-site-search .search-input::placeholder {
  color: #fff;
  font-family: "ivymode", sans-serif;
}

.c-site-search .search-input:focus {
  outline: none;
}

.c-site-search .search-input::-webkit-search-cancel-button {
  display: none;
}

.c-site-search .search-filters-btn {
  background: transparent;
  border: none;
  padding: 0 5px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 9px;
  transition: background-color 0.2s ease;
}

.c-site-search .search-filters-btn .filters-text {
  display: none;
}

.c-site-search .search-filters-btn .filters-icon {
  width: 20px;
  height: 20px;
  background: url("/images/icon-filter-white.svg") no-repeat center center;
  background-size: contain;
  display: block;
}

.c-site-search #searchbox {
  flex: 1 0 auto;
  max-width: 600px;
}

.c-site-search #searchbox > div {
  margin-top: 4px;
}

.c-site-search #searchbox form {
  display: flex;
  flex-wrap: nowrap;
}

@media (min-width: 1024px) {
  .c-site-search #searchbox input {
    font-size: 20px;
  }
}

.c-site-search .search-content.filters-open .search-filters-btn .filters-icon {
  background-image: url("/images/icon-header-close.svg");
}

.c-site-search .search-filters-dropdown {
  display: none;
  margin-top: 20px;
}

.c-site-search .search-filters-dropdown.show {
  display: block;
}

.c-site-search .search-filters-dropdown .filters-content {
  color: #fff;
}

.c-site-search .search-filters-dropdown .filter-tabs-container {
  margin: 0 0 30px -20px;
  width: calc(100% + 40px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.c-site-search .search-filters-dropdown .filter-tabs-container::-webkit-scrollbar {
  display: none;
}

.c-site-search .search-filters-dropdown .filter-tabs-container::after {
  background: linear-gradient(90deg, rgba(24, 41, 53, 0) 0%, #182935 100%);
  content: '';
  display: block;
  height: 60px;
  width: 40px;
  position: absolute;
  right: 0;
  margin-top: -52px;
}

.c-site-search .search-filters-dropdown .filter-tabs {
  background: #fff;
  border-radius: 50px;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 0;
  margin: 0 20px;
  padding: 6px;
  position: relative;
}

.c-site-search .search-filters-dropdown .filter-tabs .filter-tab {
  background: #fff;
  border: 0;
  color: #212529;
  padding: 9px 20px;
  font-weight: 500;
  transition: all 0.2s ease;
  border-radius: 50px;
  white-space: nowrap;
}

.c-site-search .search-filters-dropdown .filter-tabs .filter-tab.active {
  background: #05D8C8;
}

.c-site-search .search-filters-dropdown .filter-tabs .filter-tab:hover:not(.active) {
  background: rgba(255, 255, 255, 0.15);
}

.c-site-search .search-filters-dropdown .reset-filters-btn {
  background: transparent;
  border: none;
  color: #fff;
  float: right;
  text-decoration: underline;
  font-size: 16px;
  padding: 0;
}

.c-site-search .search-filters-dropdown .reset-filters-btn:hover {
  color: #05D8C8;
}

.c-site-search .search-filters-dropdown .filter-selection h3 {
  color: #fff;
  font-family: "arboria", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px 0;
}

.c-site-search .search-filters-dropdown .filter-group {
  display: none;
  gap: 15px;
  flex-wrap: wrap;
}

.c-site-search .search-filters-dropdown .filter-group.active {
  display: flex;
}

.c-site-search .search-filters-dropdown .filter-button {
  background: #fff;
  border: 0;
  color: #212529;
  padding: 11px 16px;
  border-radius: 50px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.c-site-search .search-filters-dropdown .filter-button:hover:not(.active) {
  background: #95EFE7;
}

.c-site-search .search-filters-dropdown .filter-button.active {
  background: #05D8C8;
}

.c-site-search .search-filters-dropdown .search-filters-divider {
  margin: 20px 0 0 0;
}

.c-site-search .search-filters-dropdown .active-filters-container {
  margin: 0 0 30px -20px;
  width: calc(100% + 40px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.c-site-search .search-filters-dropdown .active-filters-container::-webkit-scrollbar {
  display: none;
}

.c-site-search .search-filters-dropdown .active-filters-container::after {
  background: linear-gradient(90deg, rgba(24, 41, 53, 0) 0%, #182935 100%);
  content: '';
  display: block;
  height: 60px;
  width: 40px;
  position: absolute;
  right: 0;
  margin-top: -52px;
}

.c-site-search .search-filters-dropdown .active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  margin: 0 20px;
  padding-top: 15px;
}

.c-site-search .search-filters-dropdown .active-filters .active-filters-services,
.c-site-search .search-filters-dropdown .active-filters .active-filters-industry,
.c-site-search .search-filters-dropdown .active-filters .active-filters-location,
.c-site-search .search-filters-dropdown .active-filters .active-filters-role,
.c-site-search .search-filters-dropdown .active-filters .active-filters-language {
  align-items: center;
  display: flex;
  gap: 20px;
  padding-right: 20px;
}

.c-site-search .search-filters-dropdown .active-filters h4 {
  color: #fff;
  display: inline-block;
  font-family: "arboria", sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 20px;
}

.c-site-search .search-filters-dropdown .active-filters .active-filter-list {
  display: inline-flex;
  gap: 0 20px;
  flex-wrap: wrap;
}

.c-site-search .search-filters-dropdown .active-filters .active-filter-item {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 4px 0 0 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.c-site-search .search-filters-dropdown .active-filters .active-filter-item:hover {
  color: #05D8C8;
}

.c-site-search .search-filters-dropdown .active-filters .active-filter-item:hover .remove-icon {
  color: #05D8C8;
}

.c-site-search .search-filters-dropdown .active-filters .active-filter-item .remove-icon {
  color: #fff;
  font-size: 28px;
  margin-top: -4px;
}

.c-site-search .search-filters-dropdown .active-filters .active-filter-item .remove-icon:hover {
  color: #05D8C8;
}

@media (min-width: 1350px) {
  .c-site-search.header-search {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #182935;
    transform: translateY(-100%);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .c-site-search.search-open {
    top: 71px;
    transform: translateY(0);
    right: 0;
  }
  .c-site-search .search-container {
    position: relative;
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 28px;
    background: none;
    overflow: visible;
    height: auto;
  }
  .c-site-search .search-content {
    padding: 80px 0;
    overflow: visible;
  }
  .c-site-search .search-input-container {
    gap: 10px;
  }
  .c-site-search .search-label {
    display: block;
    font-size: 32px;
    font-weight: 700;
  }
  .c-site-search .search-input {
    font-size: 20px;
  }
  .c-site-search .search-input::placeholder {
    opacity: 0;
  }
  .c-site-search .search-filters-btn {
    margin-bottom: -15px;
  }
  .c-site-search .search-filters-btn .filters-text {
    display: inline;
  }
  .c-site-search .search-filters-dropdown {
    max-width: 1550px;
    margin: 90px auto 0;
  }
  .c-site-search .search-filters-dropdown .filter-tabs {
    gap: 30px;
    padding: 5px;
  }
  .c-site-search .search-filters-dropdown .filter-tabs .filter-tab {
    font-size: 16px;
    padding: 9px 20px;
  }
  .c-site-search .search-filters-dropdown .reset-filters-btn {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .c-site-search .search-filters-dropdown .filter-selection h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .c-site-search .search-filters-dropdown .filter-group {
    gap: 20px;
  }
  .c-site-search .search-filters-dropdown .filter-button {
    font-size: 16px;
    padding: 9px 20px;
  }
  .c-site-search .search-filters-dropdown .search-filters-divider {
    margin: 38px 0 0 0;
  }
  .c-site-search .search-filters-dropdown .active-filters-services,
  .c-site-search .search-filters-dropdown .active-filters-industry,
  .c-site-search .search-filters-dropdown .active-filters-location,
  .c-site-search .search-filters-dropdown .active-filters-role,
  .c-site-search .search-filters-dropdown .active-filters-language {
    gap: 25px;
  }
  .c-site-search .search-filters-dropdown .active-filters .active-filter-list {
    gap: 0 25px;
  }
}

.background-grey-xlight .c-site-search.search-dark-theme .search-filters-dropdown .filter-tabs {
  background: #fff;
}

.background-grey-xlight .c-site-search.search-dark-theme .search-filters-dropdown .filter-tabs .filter-tab {
  background: #fff;
}

.background-grey-xlight .c-site-search.search-dark-theme .search-filters-dropdown .filter-tabs .filter-tab.active {
  background: #05D8C8;
}

.background-grey-xlight .c-site-search.search-dark-theme .search-filters-dropdown .filter-button {
  background: #fff;
}

.background-grey-xlight .c-site-search.search-dark-theme .search-filters-dropdown .filter-button.active {
  background: #05D8C8;
}

.background-grey-xlight .c-site-search.search-dark-theme .search-filters-dropdown .filter-tabs-container::after, .background-grey-xlight .c-site-search.search-dark-theme .search-filters-dropdown .active-filters-container::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F2F2F2 100%);
}

.case-study-landing .c-site-search .search-container {
  display: none;
}

.case-study-landing .c-site-search .search-filters-dropdown {
  display: block;
  margin-top: 0;
}

body.search-open {
  overflow: hidden;
}

@media (min-width: 1350px) {
  body.search-open {
    overflow: auto;
  }
}

.c-site-footer {
  background: url("/images/footer-bg-mobile.svg") no-repeat bottom right #006561;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 20;
}

.c-site-footer .footer-main {
  padding: 40px 0;
}

.c-site-footer .footer-container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .c-site-footer .footer-container {
    padding: 0 40px;
  }
}

@media (min-width: 1280px) {
  .c-site-footer .footer-container {
    padding: 0 125px;
  }
}

.c-site-footer .footer-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.c-site-footer .footer-column {
  flex: 1;
}

.c-site-footer .footer-column h2 {
  font-size: 24px;
  margin: 0 0 10px 0;
  color: #fff;
}

.c-site-footer .footer-column p {
  font-family: "arboria", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 16px 0;
  color: #fff;
}

.c-site-footer .footer-column p + .btn {
  margin-top: 4px;
}

@media (max-width: 991px) {
  .c-site-footer .footer-empty {
    display: none;
  }
}

.c-site-footer .social-links {
  display: flex;
  gap: 14px;
  margin-top: 20px;
}

.c-site-footer .social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #182935;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #05D8C8;
  text-decoration: none;
  transition: all 0.3s ease;
}

.c-site-footer .social-link:hover {
  background: #05D8C8;
  color: #182935;
}

.c-site-footer .social-link i {
  font-size: 27px;
}

.c-site-footer .footer-bottom {
  padding: 30px 0;
}

.c-site-footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0;
  font-size: 18px;
}

.c-site-footer .footer-nav a {
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.c-site-footer .footer-nav a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.c-site-footer .footer-nav a:hover:before, .c-site-footer .footer-nav a:focus:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.c-site-footer .footer-nav a:hover {
  color: #95EFE7;
}

.c-site-footer .footer-nav .separator {
  margin: 0 10px;
  color: #fff;
}

.c-site-footer .copyright {
  font-size: 16px;
  margin: 15px 0 0 0;
}

@media (min-width: 960px) {
  .c-site-footer .footer-main {
    padding: 90px 0;
  }
  .c-site-footer .footer-content {
    flex-direction: row;
    gap: 60px;
  }
  .c-site-footer .social-links {
    margin-top: 32px;
  }
  .c-site-footer .footer-bottom {
    padding: 10px 0 65px 0;
  }
}

@media (min-width: 1280px) {
  .c-site-footer {
    background: url("/images/footer-bg.svg") no-repeat bottom right 30px #006561;
    background-size: 40% auto;
  }
}

@media (min-width: 1920px) {
  .c-site-footer {
    background-size: auto;
  }
  .c-site-footer .footer-main {
    padding: 190px 0;
  }
  .c-site-footer .footer-column h2 {
    font-size: 32px;
  }
  .c-site-footer .footer-column p {
    font-size: 20px;
  }
  .c-site-footer .footer-column p + .btn {
    margin-top: 16px;
  }
}

.umb-block-list > [data-type="componentInPageNavigation"] {
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  z-index: 15;
}

@media (min-width: 992px) {
  .umb-block-list > [data-type="componentInPageNavigation"] {
    top: 71px;
  }
}

@media (min-width: 1024px) {
  .c-in-page-navigation-bar-wrapper {
    position: sticky;
    top: 0;
  }
  .c-in-page-navigation-bar-wrapper .c-in-page-navigation-bar {
    background: #212529;
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    width: 1px;
    height: 100vh;
    z-index: 15;
  }
}

@media (min-width: 1400px) {
  .c-in-page-navigation-bar-wrapper .c-in-page-navigation-bar {
    right: calc(17px + 0.26vw);
  }
}

@media (min-width: 2350px) {
  .c-in-page-navigation-bar-wrapper .c-in-page-navigation-bar {
    right: calc(17px + 0.3vw);
  }
}

.c-in-page-navigation {
  background: #fff;
  border-top: 1px solid #182935;
  border-bottom: 1px solid #828282;
}

@media (min-width: 1024px) {
  .c-in-page-navigation {
    position: absolute;
    margin-top: 200px;
    right: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
}

@media (min-width: 1400px) {
  .c-in-page-navigation {
    right: calc(-2px + 0.26vw);
  }
}

@media (min-width: 2350px) {
  .c-in-page-navigation {
    right: calc(-2px + 0.3vw);
  }
}

.in-page-nav-container {
  padding: 16px 20px 0 20px;
}

@media (min-width: 1024px) {
  .in-page-nav-container {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.in-page-nav-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-bottom: 12px;
}

.in-page-nav-toggle .nav-title {
  font-size: 18px;
  font-weight: 500;
  color: #182935;
}

.in-page-nav-toggle .nav-arrow {
  width: 14px;
  height: 8px;
  background: url("/images/caret-down-page-nav.svg") no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.c-in-page-navigation.expanded .in-page-nav-toggle .nav-arrow {
  transform: rotate(180deg);
}

@media (min-width: 1024px) {
  .in-page-nav-toggle {
    display: none;
  }
}

.in-page-nav-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  transition: max-height 0.3s ease;
}

.c-in-page-navigation.expanded .in-page-nav-content {
  max-height: 300px;
}

@media (min-width: 1024px) {
  .in-page-nav-content {
    display: none;
  }
}

.nav-list {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.nav-item {
  margin-bottom: 0;
}

.nav-link {
  background: transparent;
  border: none;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #182935;
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.3s ease;
}

.nav-link:hover {
  color: #006561;
}

.nav-link.active {
  color: #FD5200;
  font-weight: 700;
}

.nav-progress {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin: 0 10px -6px 10px;
}

@media (min-width: 1024px) {
  .nav-progress {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    margin-top: 0;
    width: 20px;
  }
}

.progress-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #05D8C8;
  background: #212529;
  padding: 0;
  transition: all 0.3s ease;
  position: relative;
}

.progress-dot:hover {
  border-color: #006561;
}

.progress-dot.active {
  background: #FD5200;
  border-color: #FD5200;
}

@media (min-width: 1024px) {
  .progress-dot {
    width: 10px;
    height: 10px;
  }
  .progress-dot::before {
    background: #fff;
    border-radius: 26px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
    content: attr(data-label);
    font-weight: 500;
    margin: -10px -10px 0 0;
    opacity: 0;
    padding: 2px 30px 2px 16px;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    z-index: -1;
  }
  .progress-dot:hover::before {
    opacity: 1;
  }
  .progress-dot.active {
    width: 20px;
    height: 20px;
  }
  .progress-dot.active::before {
    margin: -5px -6px 0 0;
  }
}

@media (min-width: 1024px) {
  .progress-dot:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 17px;
    background: #182935;
    margin-top: 1px;
  }
}

html {
  scroll-behavior: smooth;
}

.c-stacked-cards-row {
  color: #fff;
  position: relative;
}

.c-stacked-cards-row .stacked-cards-header .header-info {
  margin-top: 20px;
  max-width: 1080px;
}

.c-stacked-cards-row .stacked-cards-header .btn {
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .c-stacked-cards-row .stacked-cards-header {
    position: sticky;
    top: 90px;
  }
}

.c-stacked-cards-row .stacked-cards-container {
  position: relative;
  width: 100%;
}

.c-stacked-cards-row .stacked-cards-wrapper {
  position: relative;
  width: 100%;
}

.c-stacked-cards-row .stacked-card {
  display: flex;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  overflow: hidden;
  padding: 180px 10px 10px 10px;
  position: sticky;
}

@media (max-width: 767px) {
  .c-stacked-cards-row .stacked-card {
    flex-direction: column;
    top: 55px;
  }
}

@media (min-width: 768px) {
  .c-stacked-cards-row .stacked-card {
    align-items: center;
    padding: 120px 0;
    top: 55px;
  }
}

.c-stacked-cards-row .stacked-card[data-card="1"] {
  z-index: 1;
}

.c-stacked-cards-row .stacked-card[data-card="2"] {
  z-index: 2;
}

.c-stacked-cards-row .stacked-card[data-card="3"] {
  z-index: 3;
}

@media (min-width: 1024px) {
  .c-stacked-cards-row .stacked-card {
    padding: 144px 0;
    top: 140px;
  }
}

@media (min-width: 1440px) {
  .c-stacked-cards-row .stacked-card {
    top: 154px;
  }
}

@media (min-width: 1800px) {
  .c-stacked-cards-row .stacked-card {
    top: 164px;
  }
}

@media (min-width: 1920px) {
  .c-stacked-cards-row .stacked-card {
    padding: 220px 0;
  }
}

.c-stacked-cards-row .card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-stacked-cards-row .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-stacked-cards-row .card-content {
  background: #fff;
  color: #212529;
  display: block;
  padding: 10px;
  border-radius: 10px;
  min-height: 100%;
  z-index: 2;
  text-decoration: none;
  transition: background 0.3s ease;
}

.c-stacked-cards-row .card-content:hover {
  background: #95EFE7;
}

.c-stacked-cards-row .card-content .service-tag {
  color: #006561;
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.c-stacked-cards-row .card-content h4 {
  font-family: "ivymode", sans-serif;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #212529;
}

.c-stacked-cards-row .card-content p {
  font-family: "arboria", sans-serif;
  font-size: 12px;
  margin: 0 0 10px 0;
  color: #212529;
}

.c-stacked-cards-row .card-content .card-meta {
  font-size: 14px;
  font-weight: 500;
  color: #212529;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.c-stacked-cards-row .card-content .card-meta span {
  white-space: nowrap;
}

@media (min-width: 768px) {
  .c-stacked-cards-row .card-content {
    position: relative;
    max-width: 420px;
    margin-left: 40px;
    padding: 30px;
  }
}

@media (min-width: 1024px) {
  .c-stacked-cards-row .card-content {
    margin-left: 157px;
    max-width: 608px;
  }
  .c-stacked-cards-row .card-content .service-tag, .c-stacked-cards-row .card-content p, .c-stacked-cards-row .card-content .card-meta {
    font-size: 16px;
  }
}

.c-services-row {
  color: #fff;
}

.c-services-row .services-description {
  line-height: 1.2;
  margin-bottom: 30px;
  max-width: 1072px;
}

.c-services-row .services-section {
  width: 100%;
}

.c-services-row .services-section-title {
  display: none;
}

.c-services-row .services-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  margin-bottom: 40px;
}

.c-services-row .services-buttons .btn {
  border-radius: 25px;
  font-family: "arboria", sans-serif;
  font-weight: 500;
  padding: 8px 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .c-services-row .services-buttons .btn {
    font-size: 16px;
    padding: 10px 20px;
  }
}

@media (min-width: 1024px) {
  .c-services-row .services-buttons .btn {
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) {
  .c-services-row .services-buttons {
    gap: 8px 28px;
  }
}

@media (min-width: 1350px) {
  .c-services-row .services-buttons {
    gap: 22px 42px;
  }
}

.c-services-row .btn-with-hover {
  position: relative;
  display: inline-block;
}

.c-services-row .hover-box {
  border-radius: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #95EFE7;
  color: #212529;
  font-weight: 500;
  padding: 24px 22px 4px 22px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
  min-width: 250px;
  max-width: 340px;
  word-wrap: break-word;
}

.c-services-row .hover-box::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #95EFE7;
}

@media (min-width: 1280px) {
  .c-services-row .tabs-container .tabs-buttons-container {
    display: none;
  }
  .c-services-row .tabs-container .tab-viewport {
    gap: 40px;
  }
  .c-services-row .tabs-container .tab-content {
    display: block;
    opacity: 1;
    position: inherit;
    visibility: visible;
  }
  .c-services-row .services-section-title {
    display: block;
  }
  .c-services-row .btn-with-hover .btn:hover + .hover-box, .c-services-row .btn-with-hover .btn:focus + .hover-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .c-services-row .btn-with-hover:hover > .hover-box, .c-services-row .btn-with-hover:focus-within > .hover-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .c-services-row .btn-with-hover:hover, .c-services-row .btn-with-hover:focus {
    z-index: 11;
  }
}

.c-services-row .other-industries {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .c-services-row .other-industries {
    margin-top: 50px;
  }
}

.c-services-row .other-industries-links {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

@media (max-width: 767px) {
  .c-services-row .other-industries-links {
    flex-direction: column;
    gap: 15px;
  }
}

.c-services-row .other-industry-link {
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  font-family: "arboria", sans-serif;
  font-size: 16px;
  color: #fff;
  transition: color 0.3s ease;
  line-height: 1.4;
}

.c-services-row .other-industry-link:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.c-services-row .other-industry-link:hover:before, .c-services-row .other-industry-link:focus:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.c-services-row .other-industry-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
  .c-services-row .other-industry-link {
    font-size: 18px;
  }
}

.c-case-study-list-row .case-study-cards {
  gap: 20px;
}

@media (min-width: 1920px) {
  .c-case-study-list-row .case-study-cards {
    gap: 36px;
  }
}

.c-case-study-card {
  background: #fff;
  border-radius: 12px;
  display: block;
  min-height: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.c-case-study-card:hover, .c-case-study-card:focus {
  background: #95EFE7;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.c-case-study-card:hover .card-content, .c-case-study-card:focus .card-content {
  background: #95EFE7;
}

.c-case-study-card .card-image {
  border-radius: 12px 12px 0 0;
  width: 100%;
  aspect-ratio: 1.4;
  overflow: hidden;
}

.c-case-study-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-case-study-card .card-content {
  background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 10px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .c-case-study-card .card-content {
    padding: 20px;
    gap: 16px;
  }
}

@media (min-width: 1280px) {
  .c-case-study-card .card-content {
    padding: 20px 30px;
  }
}

.c-case-study-card .service-tag {
  color: #006561;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .c-case-study-card .service-tag {
    font-size: 16px;
  }
}

.c-case-study-card .card-title {
  font-family: "ivymode", sans-serif;
  font-weight: 600;
  margin: 0;
  color: #182935;
}

.c-case-study-card .card-meta {
  color: #182935;
  font-weight: 500;
  margin: 0;
}

.c-case-study-card .card-meta span:not(:last-child) {
  margin-right: 5px;
}

.c-news-list-row .news-cards {
  gap: 20px;
}

@media (min-width: 1280px) {
  .c-news-list-row .news-cards {
    gap: 36px;
  }
}

.news-card {
  border-radius: 12px;
  color: #212529;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.news-card:hover, .news-card:focus {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.news-card:hover .card-content, .news-card:focus .card-content {
  background: #95EFE7;
}

.news-card .card-content {
  background: #fff;
  border-radius: 12px;
  font-size: 14px;
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  transition: all 0.3s ease;
}

.news-card .card-content p {
  color: #212529;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .news-card .card-content {
    font-size: 16px;
    padding: 20px;
    gap: 16px;
  }
}

@media (min-width: 1280px) {
  .news-card .card-content {
    padding: 25px 30px;
  }
}

.news-card .service-tag {
  color: #006561;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .news-card .service-tag {
    font-size: 16px;
  }
}

.news-card .card-title {
  font-family: "ivymode", sans-serif;
  font-weight: 600;
  margin: 0;
  color: #182935;
}

.news-card .card-meta {
  color: #182935;
  font-weight: 500;
  margin: 0;
}

.news-card .card-meta span:not(:last-child) {
  margin-right: 5px;
}

.award-card {
  border-radius: 12px;
  color: #212529;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.award-card:hover, .award-card:focus {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.award-card:hover .card-content, .award-card:focus .card-content {
  background: #95EFE7;
}

.award-card .card-content {
  background: #fff;
  border-radius: 12px;
  font-size: 14px;
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  transition: all 0.3s ease;
}

.award-card .card-content p {
  color: #212529;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .award-card .card-content {
    font-size: 16px;
    padding: 20px;
    gap: 16px;
  }
}

@media (min-width: 1280px) {
  .award-card .card-content {
    padding: 25px 30px;
  }
}

.award-card .service-tag {
  color: #006561;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .award-card .service-tag {
    font-size: 16px;
  }
}

.award-card .card-title {
  font-family: "ivymode", sans-serif;
  font-weight: 600;
  margin: 0;
  color: #182935;
}

.award-card .card-meta {
  color: #182935;
  font-weight: 500;
  margin: 0;
}

.award-card .card-meta span:not(:last-child) {
  margin-right: 5px;
}

.c-call-to-action-row {
  overflow: hidden;
  position: relative;
}

.c-call-to-action-row .image-container {
  padding: 20px 20px 0 20px;
}

@media (max-width: 768px) {
  .c-call-to-action-row .image-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 10px 0 10px;
    width: 100%;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .c-call-to-action-row .content-wrapper {
    flex-grow: 1;
    max-width: 900px;
    padding: 0 20px;
  }
}

.c-call-to-action-row .content-container {
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .c-call-to-action-row .content-container {
    padding-bottom: calc(65vw);
  }
}

@media (min-width: 768px) {
  .c-call-to-action-row .content-container {
    max-width: 500px;
    padding: 0;
  }
}

.c-image-storytelling-row {
  background: #fff;
}

.c-image-storytelling-row .content-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .c-image-storytelling-row .content-wrapper {
    flex-grow: 1;
    max-width: 900px;
    padding: 0 20px;
  }
}

@media (min-width: 1024px) {
  .c-image-storytelling-row .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 1280px) {
  .c-image-storytelling-row .content-wrapper {
    padding-left: 125px;
    padding-right: 125px;
  }
}

@media (max-width: 767px) {
  .c-image-storytelling-row .content-container {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .c-image-storytelling-row .content-container {
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .c-image-storytelling-row .order-2 {
    order: 0;
  }
}

@media (min-width: 768px) {
  .c-image-storytelling-row .order-2 {
    order: 2;
  }
  .c-image-storytelling-row .order-2 + .flex-row {
    justify-content: flex-end;
  }
  .c-image-storytelling-row .order-2 + .flex-row .horizontal-center {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .c-hot-topic-storytelling-row .gap-xl {
    gap: 40px 0;
  }
  .c-hot-topic-storytelling-row .order-2 {
    order: 0;
  }
}

.c-rich-text-row p {
  margin-bottom: 1em;
}

.c-rich-text-row p + .c-rich-text-row__more_button {
  margin-top: 10px;
}

.c-rich-text-row .more_copy {
  display: none;
  margin-top: 30px;
}

.header-button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}

.header-button-container h2 {
  margin: 0;
}

.header-button-container .description-container {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .header-button-container {
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .header-button-container:has(.description-container) {
    align-items: flex-end;
  }
  .header-button-container .description-container {
    max-width: 1080px;
  }
  .header-button-container .description-container p:last-child {
    margin-bottom: 0;
  }
}

.t-people-landing {
  /*    .t-people-landing__person-list {
        .row {
            gap: 20px;

            @media (min-width: 1024px) {
                gap: 40px;
            }
        }
    }*/
}

@media (min-width: 768px) {
  .t-people-landing__search-form {
    position: relative;
    top: -130px;
    margin-bottom: -130px;
  }
}

@media (min-width: 1024px) {
  .t-people-landing__search-form {
    top: -180px;
    margin-bottom: -180px;
  }
}

@media (min-width: 1440px) {
  .t-people-landing__search-form {
    top: -220px;
    margin-bottom: -220px;
  }
}

.c-person-card {
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
  height: 100%;
  overflow: hidden;
}

.c-person-card a {
  background: #fff;
  color: #212529;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: all 0.3s ease;
}

.c-person-card a:hover, .c-person-card a:focus {
  background: #95EFE7;
  color: #212529 !important;
}

.c-person-card .c-person-card__image img {
  width: 100%;
}

.c-person-card .c-person-card__content {
  padding: 24px 20px 2px 20px;
}

.c-person-card .c-person-card__content .h4 {
  font-weight: 600;
  margin-bottom: 12px;
}

.c-person-card .c-person-card__content p {
  font-weight: 500;
  margin-bottom: 18px;
}

.c-person-card .c-person-card__content .person-card__position {
  font-size: 18px;
}

.c-person-card .c-person-card__content .person-card__email {
  font-weight: 700;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: none;
  line-height: 1.4;
}

.c-person-card .c-person-card__content .person-card__location {
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: none;
}

.c-page-hero .row {
  align-items: center;
}

.c-page-hero .content-container h1 {
  margin-bottom: 7px;
}

.c-page-hero .content-container p {
  line-height: 1.2;
  max-width: 448px;
}

.c-page-hero .search-filters-dropdown {
  margin-top: 0;
}

@media (max-width: 767px) {
  .c-page-hero .content-container h1 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .c-page-hero .image-container {
    order: 2;
  }
  .c-page-hero .image-container img {
    max-width: 75%;
    margin-left: auto;
  }
  .c-page-hero .content-container {
    align-self: center;
    order: 1;
    padding-bottom: 55px;
  }
  .c-page-hero .content-container:has(.c-site-search) {
    padding-bottom: 0;
  }
  .c-page-hero .content-container .c-site-search {
    padding-top: 55px;
  }
  .c-page-hero .content-container h1 {
    margin-bottom: 17px;
  }
  .c-page-hero .content-container p {
    font-size: 24px;
  }
}

@media (min-width: 990px) {
  .c-page-hero .content-container {
    padding-bottom: 71px;
  }
  .c-page-hero .content-container:has(.c-site-search) {
    padding-bottom: 0;
  }
  .c-page-hero .content-container .c-site-search {
    padding-top: 71px;
  }
}

.c-image-page-hero-wrapper .image-hero-meta-mobile {
  display: none;
}

@media (max-width: 1023px) {
  .c-image-page-hero-wrapper .image-hero-meta-mobile {
    display: block;
    background: #fff;
    border-top: 1px solid #828282;
    border-bottom: 1px solid #828282;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .c-image-page-hero-wrapper .image-hero-meta-mobile .image-hero-buttons {
    display: flex;
    gap: 15px;
  }
  .c-image-page-hero-wrapper .image-hero-meta-mobile .image-hero-buttons .btn-download {
    height: 40px;
    margin: 2px 0;
  }
}

.c-image-page-hero {
  overflow: hidden;
  /* Regular Image */
  /* Circular Image */
}

.c-image-page-hero.background-white h1 {
  color: #182935;
}

.c-image-page-hero .content-wrapper {
  padding: 120px 20px 20px 20px;
}

.c-image-page-hero .content-container h1 {
  margin-bottom: 10px;
}

.c-image-page-hero .content-container .time-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.c-image-page-hero .content-container time {
  color: #006561;
  font-family: "ivymode", sans-serif;
  font-size: 24px;
}

.c-image-page-hero .service-tag {
  color: #006561;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.c-image-page-hero .service-tag + h1 {
  margin-top: 0;
}

.c-image-page-hero .service-tag a {
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  color: #006561;
  text-decoration: none;
}

.c-image-page-hero .service-tag a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.c-image-page-hero .service-tag a:hover:before, .c-image-page-hero .service-tag a:focus:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.c-image-page-hero h1 {
  margin-bottom: 10px;
}

.c-image-page-hero .body-copy {
  font-size: 16px;
  margin-bottom: 20px;
}

.c-image-page-hero .image-hero-meta p {
  font-size: 16px !important;
  font-weight: 500;
}

.c-image-page-hero .image-hero-buttons {
  align-items: center;
  display: flex;
  gap: 15px;
}

.c-image-page-hero .image-hero-buttons .btn-download {
  height: 40px;
  margin: 2px 0;
}

.c-image-page-hero.background-navy .service-tag, .c-image-page-hero.background-teal-medium .service-tag, .c-image-page-hero.background-teal-dark .service-tag, .c-image-page-hero.background-blue .service-tag {
  color: #95EFE7;
}

.c-image-page-hero.background-navy .service-tag a, .c-image-page-hero.background-teal-medium .service-tag a, .c-image-page-hero.background-teal-dark .service-tag a, .c-image-page-hero.background-blue .service-tag a {
  color: #95EFE7;
}

.c-image-page-hero.background-violet .service-tag, .c-image-page-hero.background-violet .image-hero-meta p {
  color: #fff;
}

.c-image-page-hero.background-violet .service-tag a, .c-image-page-hero.background-violet .image-hero-meta p a {
  color: #fff;
}

.c-image-page-hero .c-image-page-hero__image {
  align-self: center;
  padding: 20px 20px;
}

.c-image-page-hero.c--image-page-hero--hide-mobile-image .image-container, .c-image-page-hero.c--image-page-hero--hide-mobile-image .c-image-page-hero__image--svg img {
  display: none;
}

.c-image-page-hero.c--image-page-hero--hide-mobile-image .video-controls {
  display: none;
}

.c-image-page-hero .image-container {
  position: relative;
  overflow: hidden;
}

.c-image-page-hero .image-container .circular-image-wrapper {
  position: absolute;
  width: auto;
  height: 230%;
  max-width: none;
  aspect-ratio: 1 / 1;
  right: 0;
  transform: translateX(25%);
}

.c-image-page-hero .image-container .circular-image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #182935;
  border-radius: 50%;
  z-index: 2;
}

.c-image-page-hero .image-container .circular-image-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 40px solid white;
  border-radius: 50%;
  z-index: 1;
}

.c-image-page-hero .image-container .circular-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 50%;
  position: relative;
  z-index: 0;
}

.c-image-page-hero .image-container .circular-image-wrapper .video-wrapper {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.c-image-page-hero .image-container .circular-image-wrapper .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: relative;
  z-index: 0;
}

.c-image-page-hero .video-controls {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 26px;
  padding: 5px;
  position: absolute;
  bottom: 56px;
  right: 14%;
  display: flex;
  gap: 10px;
  z-index: 50;
}

.c-image-page-hero .video-controls button {
  background: #05D8C8;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 42px;
  height: 42px;
}

.c-image-page-hero .video-controls button.play-button {
  background: url("/images/video-play-icon.svg") no-repeat center left 14px #05D8C8;
}

.c-image-page-hero .video-controls button.pause-button {
  background: url("/images/video-pause-icon.svg") no-repeat center left 16px #05D8C8;
}

.c-image-page-hero .video-controls button.expand-button {
  background: url("/images/video-expand-icon.svg") no-repeat center center #05D8C8;
  background-size: 18px;
}

.c-image-page-hero .video-controls button.transcript-button {
  border-radius: 26px;
  padding: 0 16px;
  width: auto;
  white-space: nowrap;
}

.c-image-page-hero.background-navy .image-container .circular-image-wrapper::before {
  border-color: white;
}

.c-image-page-hero.background-navy .image-container .circular-image-wrapper::after {
  border-color: #182935;
}

.c-image-page-hero.background-teal-dark .image-container .circular-image-wrapper::before {
  border-color: white;
}

.c-image-page-hero.background-teal-dark .image-container .circular-image-wrapper::after {
  border-color: #006561;
}

.c-image-page-hero.background-teal-light .image-container .circular-image-wrapper::after {
  border-color: #95EFE7;
}

.c-image-page-hero.background-teal-intense .image-container .circular-image-wrapper::after {
  border-color: #05D8C8;
}

.c-image-page-hero.background-teal-medium .image-container .circular-image-wrapper::before {
  border-color: white;
}

.c-image-page-hero.background-teal-medium .image-container .circular-image-wrapper::after {
  border-color: #00857E;
}

.c-image-page-hero.background-grey-xlight .image-container .circular-image-wrapper::after, .c-image-page-hero.background-xlight .image-container .circular-image-wrapper::after {
  border-color: #F2F2F2;
}

.c-image-page-hero.background-violet .image-container .circular-image-wrapper::before {
  border-color: white;
}

.c-image-page-hero.background-violet .image-container .circular-image-wrapper::after {
  border-color: #7A44F5;
}

.c-image-page-hero.background-blue .image-container .circular-image-wrapper::before {
  border-color: white;
}

.c-image-page-hero.background-blue .image-container .circular-image-wrapper::after {
  border-color: #0F33EA;
}

@media (max-width: 767px) {
  .c-image-page-hero h1 {
    font-size: 24px;
  }
}

@media (max-width: 1023px) {
  .c-image-page-hero.c-image-page-hero--circle-image:not(.c--image-page-hero--hide-mobile-image) {
    align-items: end;
  }
  .c-image-page-hero.c-image-page-hero--circle-image:not(.c--image-page-hero--hide-mobile-image) .content-wrapper {
    padding-top: 20px;
  }
  .c-image-page-hero.c-image-page-hero--circle-image:not(.c--image-page-hero--hide-mobile-image) .content-wrapper h1 {
    max-width: calc(100% - 120px);
  }
  .c-image-page-hero.c-image-page-hero--circle-image:not(.c--image-page-hero--hide-mobile-image) .content-wrapper .body-copy {
    margin-right: 180px;
    min-height: 150px;
  }
  .c-image-page-hero.c-image-page-hero--circle-image:not(.c--image-page-hero--hide-mobile-image) .image-container {
    display: flex;
    position: absolute;
    right: 0;
    height: 250px;
    width: 250px;
  }
  .c-image-page-hero.c-image-page-hero--circle-image:not(.c--image-page-hero--hide-mobile-image) .image-container .circular-image-wrapper {
    height: auto;
    transform: translate(25%, 15%);
  }
  .c-image-page-hero.c-image-page-hero--circle-image:not(.c--image-page-hero--hide-mobile-image) .image-container .circular-image-wrapper::after {
    border-width: 10px;
  }
  .c-image-page-hero.c-image-page-hero--circle-image:not(.c--image-page-hero--hide-mobile-image) .image-container .circular-image-wrapper .desktop-image {
    display: none;
  }
  .c-image-page-hero.c-image-page-hero--circle-image:not(.c--image-page-hero--hide-mobile-image) .video-controls {
    bottom: 16px;
    right: 50vw;
    transform: translateX(50%);
  }
  .c-image-page-hero.c-image-page-hero--circle-image:not(.c--image-page-hero--hide-mobile-image) .video-controls button {
    width: 33px;
    height: 33px;
  }
  .c-image-page-hero.c-image-page-hero--circle-image:not(.c--image-page-hero--hide-mobile-image) .video-controls button.play-button, .c-image-page-hero.c-image-page-hero--circle-image:not(.c--image-page-hero--hide-mobile-image) .video-controls button.pause-button {
    background-position: center left 10px;
  }
  .c-image-page-hero.c-image-page-hero--circle-image:not(.c--image-page-hero--hide-mobile-image) .video-controls button.transcript-button {
    width: auto;
  }
  .c-image-page-hero.c-image-page-hero--circle-image:not(.c--image-page-hero--hide-mobile-image).c--image-page-hero--short .content-wrapper .body-copy {
    min-height: 120px;
  }
  .c-image-page-hero .image-hero-meta {
    display: none;
  }
  .c-image-page-hero .c-image-page-hero__image--svg img {
    max-height: 300px;
  }
  .c-image-page-hero .c-image-page-hero__content {
    order: 2;
  }
  .c-image-page-hero .c-image-page-hero__content .content-wrapper {
    padding-top: 0;
  }
  .c-image-page-hero.c-large-hero {
    position: relative;
  }
  .c-image-page-hero.c-large-hero .content-wrapper {
    padding-top: 20px;
  }
  .c-image-page-hero.c-large-hero .content-wrapper h1 {
    max-width: calc(100% - 120px);
  }
  .c-image-page-hero.c-large-hero .content-wrapper .body-copy {
    max-width: calc(100% - 190px);
    min-height: 150px;
  }
  .c-image-page-hero.c-large-hero .image-container {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 250px;
    width: 250px;
  }
  .c-image-page-hero.c-large-hero .image-container .circular-image-wrapper {
    height: 100%;
    width: auto;
    transform: translate(25%, 15%);
  }
  .c-image-page-hero.c-large-hero .image-container .circular-image-wrapper::after {
    border-width: 10px;
  }
}

@media (min-width: 1024px) {
  .c-image-page-hero {
    min-height: 336px;
  }
  .c-image-page-hero .c-image-page-hero__image--svg img {
    height: 500px;
  }
  .c-image-page-hero.c--image-page-hero--short:not(.c-image-page-hero--circle-image) img {
    max-height: 296px;
  }
  .c-image-page-hero .service-tag {
    font-size: 16px;
  }
  .c-image-page-hero h1 {
    margin-bottom: 30px;
  }
  .c-image-page-hero .body-copy {
    margin-bottom: 30px;
    max-width: 750px;
  }
  .c-image-page-hero .flex-row {
    justify-content: flex-end;
  }
  .c-image-page-hero .flex-row .horizontal-center {
    justify-content: flex-start;
  }
  .c-image-page-hero .content-wrapper {
    flex-grow: 1;
    padding: 20px 20px 20px 40px;
  }
  .c-image-page-hero .content-container h1 {
    margin-bottom: 20px;
  }
  .c-image-page-hero .content-container .time-label {
    font-size: 20px;
  }
  .c-image-page-hero .content-container time {
    font-size: 32px;
  }
  .c-image-page-hero .c-image-page-hero__image {
    justify-self: flex-end;
    padding-right: 40px;
  }
  .c-image-page-hero .image-container, .c-image-page-hero.c--image-page-hero--hide-mobile-image .image-container, .c-image-page-hero.c--image-page-hero--hide-mobile-image .video-controls {
    display: flex;
  }
  .c-image-page-hero.c--image-page-hero--hide-mobile-image .c-image-page-hero__image--svg img {
    display: block;
  }
  .c-image-page-hero .image-container .circular-image-wrapper {
    border-radius: 50%;
    overflow: hidden;
  }
  .c-image-page-hero .image-container .circular-image-wrapper img {
    border-radius: 0;
    height: 60%;
    width: auto;
    min-width: 75%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-image-page-hero .image-container .circular-image-wrapper .mobile-image {
    display: none;
  }
  .c-image-page-hero .image-container .circular-image-wrapper .video-wrapper {
    border-radius: 0;
    height: 60%;
    width: auto;
    min-width: 75%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .c-image-page-hero:not(.c--image-page-hero--short) {
    min-height: 480px;
    min-height: 600px;
  }
  .c-image-page-hero:not(.c--image-page-hero--short) .image-container .circular-image-wrapper {
    height: 175%;
    transform: translateX(30%);
  }
  .c-image-page-hero:not(.c--image-page-hero--short) .image-container .circular-image-wrapper .video-wrapper {
    height: 66%;
  }
  .c-image-page-hero:not(.c--image-page-hero--short) .image-container .circular-image-wrapper {
    height: 155%;
  }
  .c-image-page-hero:not(.c--image-page-hero--short) .image-container .circular-image-wrapper img {
    height: 65%;
  }
  .c-image-page-hero.c-large-hero {
    min-height: 600px;
  }
  .c-image-page-hero.c-large-hero .image-container .circular-image-wrapper {
    height: 155%;
    left: 0;
    transform: translateX(0%);
  }
  .c-image-page-hero.c-large-hero .image-container .circular-image-wrapper img {
    height: 65%;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .c-image-page-hero:not(.c--image-page-hero--short) .image-container .circular-image-wrapper {
    left: 0;
    transform: translateX(0%);
  }
}

@media (min-width: 1280px) {
  .c-image-page-hero {
    min-height: 360px;
  }
  .c-image-page-hero.c--image-page-hero--short:not(.c-image-page-hero--circle-image) img {
    max-height: 320px;
  }
  .c-image-page-hero.c-large-hero .image-container .circular-image-wrapper {
    left: auto;
    transform: translateX(20%);
  }
  .c-image-page-hero .content-wrapper {
    margin-left: var(--page-gutter);
    padding-left: 0;
  }
  .c-image-page-hero .content-container p {
    font-size: 18px;
  }
  .c-image-page-hero:not(.c--image-page-hero--short) {
    min-height: 500px;
  }
  .c-image-page-hero:not(.c--image-page-hero--short) .image-container .circular-image-wrapper img {
    height: 65%;
  }
}

@media (min-width: 1440px) {
  .c-image-page-hero .content-container p {
    font-size: 24px;
  }
}

@media (min-width: 1580px) {
  .c-image-page-hero {
    min-height: 440px;
  }
  .c-image-page-hero.c--image-page-hero--short:not(.c-image-page-hero--circle-image) img {
    max-height: 400px;
  }
  .c-image-page-hero:not(.c--image-page-hero--short) {
    min-height: 603px;
  }
  .c-image-page-hero.c-large-hero .image-container .circular-image-wrapper {
    left: auto;
    transform: translateX(23%);
  }
  .c-image-page-hero .video-controls {
    bottom: 56px;
    right: 220px;
  }
}

@media (min-width: 1920px) {
  .c-image-page-hero .body-copy {
    font-size: 18px;
  }
  .c-image-page-hero .content-container p {
    font-size: 24px;
  }
  .c-image-page-hero:not(.c--image-page-hero--short) .image-container .circular-image-wrapper {
    transform: translateX(27%);
  }
}

.t-news-item .c-image-page-hero.c-large-hero .content-wrapper h1, .t-news-item .c-image-page-hero.c-large-hero .content-wrapper .body-copy, .t-programmes-item .c-image-page-hero.c-large-hero .content-wrapper h1, .t-programmes-item .c-image-page-hero.c-large-hero .content-wrapper .body-copy {
  max-width: 100%;
  min-height: auto;
}

.c-location-map p {
  font-size: 20px;
}

.c-location-map p + p {
  margin-top: 48px;
}

.c-location-map p a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.c-location-map p a:hover {
  text-decoration: underline;
}

.c-location-map .btn {
  margin-bottom: 40px;
}

.c-location-map iframe {
  border-radius: 10px;
  height: auto;
  width: 100%;
  aspect-ratio: 921 / 823;
}

@media (max-width: 1023px) {
  .mobile-carousel-active {
    display: block !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mobile-carousel-active .tns-outer {
    margin-bottom: 30px;
  }
  .mobile-carousel-active .tns-ovh {
    overflow: hidden;
  }
  .mobile-carousel-active .tns-inner {
    white-space: nowrap;
  }
  .mobile-carousel-active .tns-item {
    padding-right: 0;
    box-sizing: border-box;
    display: inline-block !important;
    vertical-align: top;
    white-space: normal;
  }
  .mobile-carousel-active .tns-item .news-card,
  .mobile-carousel-active .tns-item .card-item {
    width: 100%;
    height: 100%;
    display: block !important;
  }
  .tns-nav {
    display: flex !important;
    float: right;
    justify-content: center;
    gap: 8px;
    margin-top: 38px;
  }
  .tns-nav button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    background-color: #182935;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
  }
  .tns-nav button:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .tns-nav button.tns-nav-active {
    background-color: #FD5200;
    transform: scale(1.33);
  }
  .background-navy .tns-nav button {
    background-color: #fff;
  }
  .background-navy .tns-nav button.tns-nav-active {
    background-color: #FD5200;
  }
}

.mobile-carousel {
  transition: all 0.3s ease;
}

.mobile-carousel .news-card,
.mobile-carousel .card-item {
  transition: all 0.3s ease;
}

@media (max-width: 1023px) {
  .mobile-carousel:not(.mobile-carousel-active) {
    opacity: 0.7;
  }
  .mobile-carousel:not(.mobile-carousel-active).mobile-carousel-active {
    opacity: 1;
  }
}

.c-career-story-card {
  align-items: flex-end;
  position: relative;
  color: #fff;
  display: flex;
  min-height: 389px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.c-career-story-card .c-career-story-card__content {
  background-color: white;
  color: #212529;
  padding: 1rem;
  min-height: 9rem;
  width: 100%;
}

.c-career-story-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 40.87%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}

.c-career-story-card > * {
  position: relative;
  z-index: 3;
}

.c-career-story-card h2 {
  color: #05D8C8;
  font-family: "ivymode", sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding: 0;
}

.c-career-story-card .insight-tag {
  color: #95EFE7;
  font-family: "arboria", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.c-career-story-card h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
}

.c-career-story-card .excerpt {
  display: none;
}

.c-career-story-card .insight-meta {
  font-family: "arboria", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (min-width: 1280px) {
  .c-career-story-card {
    min-height: 420px;
  }
}

@media (min-width: 1920px) {
  .c-career-story-card {
    min-height: 583px;
  }
  .c-career-story-card h3 {
    font-size: 44px;
  }
}

a.c-insight-card {
  align-items: flex-end;
  position: relative;
  color: #fff;
  display: flex;
  min-height: 590px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 19px 17px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

a.c-insight-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 40.87%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}

a.c-insight-card:hover, a.c-insight-card:focus {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.25);
}

a.c-insight-card > * {
  position: relative;
  z-index: 3;
}

a.c-insight-card h2 {
  color: #05D8C8;
  font-family: "ivymode", sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding: 0;
}

a.c-insight-card .insight-tag {
  color: #95EFE7;
  font-family: "arboria", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

a.c-insight-card h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.2em * 10);
  display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
}

a.c-insight-card .excerpt {
  display: none;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: calc(1.4em * 3);
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

a.c-insight-card .insight-meta {
  font-family: "arboria", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (min-width: 1280px) {
  a.c-insight-card {
    min-height: 640px;
    padding: 45px 30px;
  }
}

@media (min-width: 1920px) {
  a.c-insight-card {
    min-height: 640px;
    padding: 45px 30px;
  }
  a.c-insight-card h3 {
    font-size: 36px;
  }
}

.c-event-cards-row__items {
  gap: 20px;
}

@media (min-width: 1920px) {
  .c-event-cards-row__items {
    gap: 36px;
  }
}

.c-event-cards-row .tns-outer {
  margin-bottom: 40px;
}

a.c-event-card {
  align-items: flex-end;
  position: relative;
  color: #fff;
  display: flex;
  height: 100%;
  overflow: hidden;
  min-height: 389px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 19px 17px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

a.c-event-card:hover, a.c-event-card:focus {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}

a.c-event-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.4) 40.87%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}

a.c-event-card > * {
  position: relative;
  z-index: 3;
}

a.c-event-card h2 {
  color: #05D8C8;
  font-family: "ivymode", sans-serif;
  font-size: 22px;
  font-weight: 600;
  padding: 0;
}

a.c-event-card .event-tag {
  color: #05D8C8;
  font-family: "arboria", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

a.c-event-card h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 5px;
  margin-bottom: 5px;
}

a.c-event-card .excerpt {
  display: none;
}

a.c-event-card .event-meta {
  font-family: "arboria", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

@media (min-width: 1280px) {
  a.c-event-card {
    min-height: 420px;
    padding: 45px 30px;
  }
  a.c-event-card h3 {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1920px) {
  a.c-event-card {
    min-height: 583px;
    padding: 45px 30px;
  }
}

@media (max-width: 1023px) {
  .t-events-item .c-image-page-hero .image-hero-buttons {
    display: none;
  }
}

.t-events-item .mb-0 {
  margin-bottom: 0;
}

.c-expandable-copy-group .expandable-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #182935;
}

.c-expandable-copy-group .expandable-header h2 {
  margin-bottom: 0;
}

.c-expandable-copy-group .expandable-header .expand-all-btn {
  display: flex;
  align-items: center;
  gap: 18px;
  background: none;
  border: none;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.c-expandable-copy-group .expandable-header .expand-all-btn .icon {
  width: 22px;
  height: 22px;
  transition: opacity 0.3s ease;
}

@media (max-width: 1023px) {
  .c-expandable-copy-group .expandable-header .expand-all-btn {
    display: none;
  }
}

@media (min-width: 1024px) {
  .c-expandable-copy-group .expandable-header {
    padding-right: 20px;
  }
}

.c-expandable-copy-group .accordion-container .accordion-item {
  border-bottom: 1px solid #182935;
}

.c-expandable-copy-group .accordion-container .accordion-item .accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.c-expandable-copy-group .accordion-container .accordion-item .accordion-header h3 {
  margin: 0;
  font-family: "arboria", sans-serif;
  font-size: 20px;
  flex: 1;
  padding-right: 20px;
}

.c-expandable-copy-group .accordion-container .accordion-item .accordion-header .accordion-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.c-expandable-copy-group .accordion-container .accordion-item .accordion-header .accordion-toggle .icon {
  width: 22px;
  height: 24px;
  transition: opacity 0.3s ease;
  display: inline-block;
}

.c-expandable-copy-group .accordion-container .accordion-item .accordion-content .accordion-content-inner {
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  .c-expandable-copy-group .accordion-container .accordion-item .accordion-content .accordion-content-inner {
    column-gap: 40px;
  }
  .c-expandable-copy-group .accordion-container .accordion-item .accordion-content .accordion-content-inner.content-2-columns {
    columns: 2;
  }
}

.c-expandable-copy-group .accordion-container .accordion-item .accordion-content .accordion-content-inner h3, .c-expandable-copy-group .accordion-container .accordion-item .accordion-content .accordion-content-inner h4 {
  font-family: "arboria", sans-serif;
}

.c-expandable-copy-group .accordion-container .accordion-item .accordion-content .accordion-content-inner h3 {
  font-size: 18px;
}

.c-expandable-copy-group .accordion-container .accordion-item .accordion-content .accordion-content-inner h4 {
  font-size: 16px;
}

.c-expandable-copy-group .accordion-container .accordion-item .accordion-content .accordion-content-inner p {
  line-height: 1.6;
  margin: 0 0 1em 0;
}

.c-expandable-copy-group .accordion-container .accordion-item .accordion-content .accordion-content-inner p.btn-primary a {
  color: #fff;
}

@media (min-width: 1024px) {
  .c-expandable-copy-group .accordion-container .accordion-item .accordion-content .accordion-content-inner p {
    break-inside: avoid;
  }
}

.c-expandable-copy-group .accordion-container .accordion-item .accordion-content .accordion-content-inner p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1023px) {
  .c-expandable-copy-group .accordion-container .accordion-item {
    padding: 0 20px;
  }
}

.c-stats-row .container {
  max-width: 1460px;
}

.c-stats-row .stats-list .stat-item {
  max-width: 294px;
}

.c-stats-row .stats-list h3 {
  font-family: "arboria", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.c-stats-row .stats-list .stat-chart {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 25px;
}

.c-stats-row .stats-list .stat-chart svg {
  max-width: 240px;
  height: auto;
}

.c-stats-row .stats-list .stat-value {
  display: none;
}

@media (max-width: 767px) {
  .c-stats-row .stats-list {
    gap: 40px 0;
  }
  .c-stats-row .stats-list .stat-item {
    margin: 0 auto;
  }
}

@media (min-width: 1024px) {
  .c-stats-row .stats-list {
    display: flex;
    justify-content: space-between;
  }
  .c-stats-row .stats-list h3 {
    font-size: 22px;
  }
}

.c-featured-topics-row .container {
  margin-bottom: 40px;
}

.c-featured-topics-row .header-button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.c-featured-topics-row .header-button-container h2 {
  margin-bottom: 0;
}

.c-featured-topics-row h3 {
  margin-bottom: 40px;
}

.c-featured-topics-row .featured-topics-slider .tns-outer > button {
  display: none;
}

.c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item {
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item:hover {
  background: #eee;
}

.c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item.active {
  background: #95EFE7;
}

.c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item.active .nav-content .progress-bar {
  background: #ccc;
}

.c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item .nav-content {
  position: relative;
}

.c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item .nav-content h4 {
  color: #212529;
  font-family: "ivymode", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.3;
}

.c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item .nav-content .progress-bar {
  width: 100%;
  height: 7px;
  background: #fff;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item .nav-content .progress-bar .progress-fill {
  height: 100%;
  background: #FD5200;
  width: 0%;
  transition: width 1.5s linear;
}

.c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item .slide-content {
  position: relative;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
  background: #2c3e50;
}

.c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item .slide-content .slide-image {
  position: relative;
}

.c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item .slide-content .slide-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item .slide-content .slide-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  background: rgba(24, 41, 53, 0.5);
  display: flex;
  justify-content: center;
  padding: 40px;
}

.c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item .slide-content .slide-text .slide-text-content {
  color: #fff;
  display: block;
  text-decoration: none;
}

.c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item .slide-content .slide-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item .slide-content .slide-text p {
  font-size: 18px;
}

@media (max-width: 1023px) {
  .c-featured-topics-row .featured-topics-slider .col-md-4 {
    justify-self: flex-end;
    order: 2;
  }
  .c-featured-topics-row .featured-topics-slider .topics-navigation {
    display: flex;
    gap: 4px;
    margin-top: 33px;
    position: absolute;
    right: 20px;
  }
  .c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item {
    border: 2px solid #006561;
    border-radius: 50%;
  }
  .c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item.active {
    background: #FD5200;
    border-color: #FD5200;
  }
  .c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item .nav-content {
    padding: 4px;
  }
  .c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item .nav-content h4, .c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item .nav-content .progress-bar {
    display: none;
  }
  .c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item .slide-content {
    border-radius: 10px;
  }
  .c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item .slide-content .slide-text {
    align-items: flex-end;
    padding: 10px;
  }
  .c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item .slide-content .slide-text h3 {
    color: #212529;
    font-weight: 600;
    margin-bottom: 0;
  }
  .c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item .slide-content .slide-text p {
    display: none;
  }
  .c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item .slide-content .slide-text .slide-text-content {
    background: #95EFE7;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
  }
  .c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item .slide-content .slide-text .slide-text-content .btn-primary {
    display: none;
  }
  .c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item .slide-content .slide-image {
    aspect-ratio: 1/1.3;
  }
  .c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item .slide-content .slide-image img {
    height: 100%;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .c-featured-topics-row .featured-topics-slider .topics-navigation {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item {
    flex-grow: 1;
  }
  .c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item:first-child {
    border-radius: 10px 0 0 0;
  }
  .c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item:last-child {
    border-radius: 0 0 0 10px;
  }
  .c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item:last-child .nav-content .progress-bar {
    border-radius: 0 0 0 10px;
  }
  .c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item .nav-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-featured-topics-row .featured-topics-slider .topics-navigation .nav-item .nav-content h4 {
    padding: 0 40px;
  }
  .c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item img {
    aspect-ratio: 1.32057;
  }
  .c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item .slide-content .slide-text .slide-text-content {
    max-width: 600px;
  }
  .c-featured-topics-row .featured-topics-slider .topics-carousel .slide-item .slide-content .slide-text h3 {
    font-size: 42px;
  }
}

.c-featured-insights-row .container {
  margin-bottom: 40px;
}

.c-featured-insights-row .tns-inner {
  height: 100%;
}

.c-featured-insights-row .header-button-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.c-featured-insights-row .header-button-container h2 {
  margin-bottom: 0;
}

.c-featured-insights-row h3 {
  margin-bottom: 40px;
}

.c-featured-insights-row .featured-insights-slider .tns-outer > button {
  display: none;
}

.c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item {
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item:hover {
  background: #eee;
}

.c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item.active {
  background: #95EFE7;
}

.c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item.active .progress-bar {
  background: #ccc;
}

.c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item .nav-content .featured-insight-tag {
  color: #006561;
  font-family: "arboria", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item .nav-content h4 {
  color: #212529;
  font-family: "ivymode", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item .nav-content .featured-insight-teaser {
  color: #212529;
  margin: 0;
}

.c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item .nav-content .featured-insight-meta {
  color: #212529;
  font-weight: 500;
  margin: 0;
}

.c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item .progress-bar {
  width: 100%;
  height: 7px;
  background: #fff;
  overflow: hidden;
  position: absolute;
  bottom: 0;
}

.c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item .progress-bar .progress-fill {
  height: 100%;
  background: #FD5200;
  width: 0%;
  transition: width 1.5s linear;
}

.c-featured-insights-row .featured-insights-slider .insights-carousel {
  height: 100%;
}

.c-featured-insights-row .featured-insights-slider .insights-carousel .slide-item {
  height: 100%;
}

.c-featured-insights-row .featured-insights-slider .insights-carousel .slide-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 10px 10px 0;
}

@media (max-width: 1023px) {
  .c-featured-insights-row .featured-insights-slider .col-md-4 {
    justify-self: flex-end;
    order: 2;
  }
  .c-featured-insights-row .featured-insights-slider .insights-navigation {
    display: flex;
    gap: 4px;
    margin-top: 33px;
    position: absolute;
    right: 20px;
  }
  .c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item {
    border: 2px solid #006561;
    border-radius: 50%;
  }
  .c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item.active {
    background: #FD5200;
    border-color: #FD5200;
  }
  .c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item .nav-content {
    padding: 4px;
  }
  .c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item .nav-content .nav-copy {
    display: none;
  }
  .c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item .nav-content h4, .c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item .nav-content .progress-bar {
    display: none;
  }
  .c-featured-insights-row .featured-insights-slider .insights-carousel .slide-item {
    position: relative;
  }
  .c-featured-insights-row .featured-insights-slider .insights-carousel .slide-item .show-mobile {
    display: flex;
  }
  .c-featured-insights-row .featured-insights-slider .insights-carousel .slide-item .slide-copy-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: flex-end;
    padding: 10px;
  }
  .c-featured-insights-row .featured-insights-slider .insights-carousel .slide-item .slide-copy-wrapper .slide-copy {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: #95EFE7;
    flex-grow: 1;
    padding: 20px;
    border-radius: 10px;
  }
  .c-featured-insights-row .featured-insights-slider .insights-carousel .slide-item .slide-copy-wrapper .slide-copy .featured-insight-tag {
    color: #006561;
    font-family: "arboria", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
  }
  .c-featured-insights-row .featured-insights-slider .insights-carousel .slide-item .slide-copy-wrapper .slide-copy h4 {
    color: #212529;
    font-family: "ivymode", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 1.3;
  }
  .c-featured-insights-row .featured-insights-slider .insights-carousel .slide-item .slide-copy-wrapper .slide-copy .featured-insight-teaser {
    color: #212529;
    margin: 0;
  }
  .c-featured-insights-row .featured-insights-slider .insights-carousel .slide-item .slide-copy-wrapper .slide-copy .featured-insight-meta {
    color: #212529;
    font-weight: 500;
    margin: 0;
  }
  .c-featured-insights-row .featured-insights-slider .insights-carousel .slide-item img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
  }
}

@media (min-width: 1024px) {
  .c-featured-insights-row .featured-insights-slider .insights-navigation {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item {
    flex-grow: 1;
  }
  .c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item:first-child {
    border-radius: 10px 0 0 0;
  }
  .c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item:last-child {
    border-radius: 0 0 0 10px;
  }
  .c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item:last-child .nav-content .progress-bar {
    border-radius: 0 0 0 10px;
  }
  .c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item .nav-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-featured-insights-row .featured-insights-slider .insights-navigation .nav-item .nav-content .nav-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 1.5rem;
    gap: 0.75rem;
    padding-bottom: 2.5rem;
  }
  .c-featured-insights-row .featured-insights-slider .insights-carousel .slide-item .show-mobile {
    display: none;
  }
  .c-featured-insights-row .featured-insights-slider .insights-carousel .slide-item img {
    aspect-ratio: 1.32057;
  }
  .c-featured-insights-row .featured-insights-slider .insights-carousel .slide-item .slide-content .slide-text .slide-text-content {
    max-width: 600px;
  }
  .c-featured-insights-row .featured-insights-slider .insights-carousel .slide-item .slide-content .slide-text h3 {
    font-size: 42px;
  }
}

.c-featured-item-row h2 {
  margin-bottom: 30px;
}

.c-featured-item-row .wrapper {
  display: flex;
  height: 600px;
}

.c-featured-item-row .wrapper .copy {
  color: #212529;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 1.5rem 1.5rem 2.5rem;
  gap: 0.75rem;
}

.c-featured-item-row .wrapper .copy .service-tag {
  color: #006561;
  font-family: "arboria", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.c-featured-item-row .wrapper .copy h4 {
  color: #212529;
  font-family: "ivymode", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  line-height: 1.3;
}

.c-featured-item-row .wrapper .copy .source {
  color: #212529;
  margin: 0;
  font-weight: 500;
}

.c-featured-item-row .wrapper .copy .teaser {
  color: #212529;
  margin: 0;
}

.c-featured-item-row .wrapper .copy .meta {
  color: #212529;
  font-weight: 500;
  margin: 0;
}

.c-featured-item-row .wrapper .side-bar {
  background-color: white;
  border-radius: 10px 0 0 10px;
  flex-basis: 480px;
}

.c-featured-item-row .wrapper .image-item {
  flex-grow: 1;
  border-radius: 0 10px 10px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}

.c-featured-item-row .wrapper .image-item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (max-width: 1023px) {
  .c-featured-item-row .wrapper {
    flex-direction: column-reverse;
  }
  .c-featured-item-row .wrapper .side-bar {
    flex-basis: unset;
    border-radius: 0 0 10px 10px;
  }
  .c-featured-item-row .wrapper .image-item {
    border-radius: 10px 10px 0 0;
  }
}

.c-person-hero .c-person-hero__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-person-hero .c-person-hero__content .vertical-center {
  height: 100%;
}

@media (max-width: 1023px) {
  .c-person-hero .c-person-hero__content {
    order: 2;
  }
}

.c-person-hero .c-person-hero__pronouns {
  font-size: 18px;
  margin-bottom: 0;
}

.c-person-hero h1 {
  color: #05D8C8;
  line-height: 1.2;
  margin-top: 20px;
}

.c-person-hero .c-person-hero__title {
  font-size: 20px;
  font-weight: 700;
}

.c-person-hero .c-person-hero__phone {
  font-size: 16px;
  gap: 30px;
  margin-bottom: 30px;
  white-space: nowrap;
}

.c-person-hero .c-person-hero__phone strong {
  font-size: 20px;
  font-weight: 700;
}

.c-person-hero .c-person-hero__phone a {
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
}

.c-person-hero .c-person-hero__phone a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.c-person-hero .c-person-hero__phone a:hover:before, .c-person-hero .c-person-hero__phone a:focus:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.c-person-hero .c-person-hero__languages strong {
  font-size: 20px;
  font-weight: 700;
}

.c-person-hero .c-person-hero__email {
  font-size: 20px;
  font-weight: 700;
}

.c-person-hero .c-person-hero__email a {
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  text-decoration: none;
}

.c-person-hero .c-person-hero__email a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.c-person-hero .c-person-hero__email a:hover:before, .c-person-hero .c-person-hero__email a:focus:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.c-person-hero .c-person-hero__social-links {
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

@media (max-width: 1023px) {
  .c-person-hero .c-person-hero__social-links {
    border-top: 1px solid #05D8C8;
    padding-top: 25px;
    margin-top: 25px;
  }
}

.c-person-hero .c-person-hero__additional-info {
  background-color: #05D8C8;
  color: #182935;
  font-size: 18px;
  margin-top: auto;
}

.c-person-hero .c-person-hero__additional-info .content-wrapper {
  padding: 25px 20px;
}

.c-person-hero .c-person-hero__additional-info a:not(.btn) {
  color: #182935;
  font-weight: 700;
}

.c-person-hero .c-person-hero__additional-info p {
  margin-bottom: 10px;
}

.c-person-hero .c-person-hero__image {
  background-size: cover;
  background-position: center top;
  height: calc(100vw * 18 / 19);
}

@media (max-width: 1023px) {
  .c-person-hero .content-wrapper {
    padding: 30px 20px;
  }
}

@media (min-width: 1024px) {
  .c-person-hero {
    max-height: calc(100vh - 71px);
  }
  .c-person-hero .flex-row {
    justify-content: flex-end;
  }
  .c-person-hero .flex-row .flex-row {
    justify-content: flex-start;
  }
  .c-person-hero .content-wrapper {
    flex-grow: 1;
    padding: 40px 40px;
    max-width: 900px;
  }
  .c-person-hero .c-person-hero__title {
    font-size: 28px;
  }
  .c-person-hero .c-person-hero__phone strong {
    font-size: 24px;
  }
  .c-person-hero .c-person-hero__languages strong {
    font-size: 24px;
  }
  .c-person-hero .c-person-hero__email {
    font-size: 24px;
  }
  .c-person-hero .c-person-hero__additional-info {
    font-size: 24px;
  }
  .c-person-hero .c-person-hero__additional-info p {
    display: inline-block;
    padding-right: 20px;
  }
  .c-person-hero .c-person-hero__additional-info .content-wrapper {
    padding: 30px 40px;
  }
  .c-person-hero .c-person-hero__image {
    height: calc(50vw * 18 / 19);
    max-height: calc(100vh - 71px);
  }
}

@media (min-width: 1280px) {
  .c-person-hero .content-wrapper {
    padding: 40px 40px 40px 125px;
  }
  .c-person-hero .c-person-hero__additional-info .content-wrapper {
    padding: 30px 40px 30px 125px;
  }
}

@media (min-width: 1600px) {
  .c-person-hero .c-person-hero__additional-info .content-wrapper {
    padding: 50px 20px 50px 125px;
  }
}

.c-person__bio-wrapper section:nth-of-type(odd) {
  background-color: #F2F2F2;
}

.c-person__bio h2 {
  color: #006561;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.c-person__bio ul {
  padding-left: 20px;
}

.c-person__bio ul li {
  margin-bottom: 10px;
}

.c-person__bio .flex-row {
  margin-bottom: 50px;
}

.c-person__bio .more_button {
  margin-top: 10px;
}

.c-person__bio .more_copy {
  display: none;
  padding-top: 0;
}

.c-person__bio .automatic-show-more .more_copy {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .c-person__bio h2 {
    font-size: 32px;
  }
  .c-person__bio .content-wrapper {
    max-width: 900px;
  }
}

.c-person__bio-awards h2 {
  color: #05D8C8;
}

.c-person__bio-awards .awards-carousel__item {
  padding-left: 20px;
}

.c-person__bio-awards .awards-carousel__item .award-year {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.c-person__bio-awards .awards-carousel__item .award-title {
  color: #05D8C8;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 8px;
}

.c-person__bio-awards .awards-carousel__item .award-source {
  font-size: 16px;
}

.c-person__bio-awards .awards-carousel__item a {
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}

.c-person__bio-awards .awards-carousel__item a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}

.c-person__bio-awards .awards-carousel__item a:hover:before, .c-person__bio-awards .awards-carousel__item a:focus:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}

.c-person__bio-awards .tns-controls {
  margin-top: 5px;
  margin-left: 20px;
  overflow: hidden;
}

.c-person__bio-awards .tns-controls button {
  background: url("/images/nav-arrow-on-green.svg") no-repeat center center;
  border: 0;
  height: 44px;
  margin-right: 10px;
  text-indent: -9999px;
  width: 44px;
}

.c-person__bio-awards .tns-controls button:first-child:not([disabled]) {
  transform: rotate(180deg);
}

.c-person__bio-awards .tns-controls button[disabled] {
  background: url("/images/nav-arrow-off.svg") no-repeat center center;
}

.c-person__bio-awards .tns-controls button[disabled]:not(:first-child) {
  transform: rotate(180deg);
}

@media (min-width: 1024px) {
  .c-person__bio-awards {
    background: url("/images/awards-bg.svg") no-repeat top 65px right #182935;
  }
  .c-person__bio-awards .awards-carousel-container {
    margin-left: var(--page-gutter);
  }
  .c-person__bio-awards .awards-carousel .awards-carousel__item {
    padding-right: 40px;
    padding-left: 0;
  }
  .c-person__bio-awards .awards-carousel .awards-carousel__item .award-year {
    font-size: 24px;
  }
  .c-person__bio-awards .awards-carousel .awards-carousel__item .award-source {
    font-size: 24px;
  }
  .c-person__bio-awards .tns-controls {
    margin-top: 30px;
    margin-left: 0;
  }
}

.is-person-pdf .c-site-header, .is-person-pdf .c-site-footer {
  display: none;
}

.is-person-pdf #page-main {
  margin-top: 0;
}

.is-person-pdf .c-person-hero .c-person-hero__image {
  height: auto;
}

.is-person-pdf .c-person-hero img {
  min-width: 100%;
  min-height: 100%;
}

.is-person-pdf .c-person__bio .more_copy {
  display: block !important;
}

.is-person-pdf .c-person__bio .more_button {
  display: none;
}

.is-person-pdf .c-person-hero.row {
  display: block;
  height: auto;
  overflow: auto;
}

.is-person-pdf .c-person-hero.row > div {
  display: inline-block;
  width: 50%;
  float: left;
}

.is-person-pdf .c-person-hero__phone.flex-row {
  display: block;
  width: 100%;
}

.is-person-pdf .c-person-hero__phone.flex-row > div {
  display: inline-block;
  width: 50%;
  float: left;
  margin-bottom: 1em;
}

.is-person-pdf .c-person-hero__email {
  clear: both;
}

.is-person-pdf .c-person__bio-wrapper section {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background-color: #ffffff !important;
  clear: both;
}

.is-person-pdf .c-person__bio p, .is-person-pdf .c-person__bio li {
  page-break-inside: avoid;
  orphans: 3;
  widows: 3;
  font-size: 16px;
}

.is-person-pdf .c-person__bio .c-person__bio-additional-info p {
  font-size: 24px;
}

.is-person-pdf .c-person__bio .row {
  display: block;
  width: 100%;
}

.is-person-pdf .c-person__bio .row > .col-4 {
  width: 25%;
  float: left;
}

.is-person-pdf .c-person__bio .row > .col-4 h2 {
  font-size: 24px;
}

.is-person-pdf .c-person__bio .row > .col-8 {
  width: 75%;
  float: left;
}

.c-testimonial-row .tns-slider {
  display: flex;
}

.c-testimonial-row .quote-item-container {
  align-items: center;
  background-size: cover;
  background-position: center;
  padding-bottom: 140px;
}

.c-testimonial-row .quote-item-container .row {
  height: 100%;
  align-items: center;
  z-index: 1;
  position: relative;
  max-width: 1800px;
  margin: 0 auto;
  width: 100%;
}

.c-testimonial-row .quote-mark {
  margin-bottom: 27px;
}

.c-testimonial-row h2 {
  font-weight: 600;
}

.c-testimonial-row .testimonial-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.c-testimonial-row .testimonial-company {
  font-weight: 500;
}

.c-testimonial-row .has-background {
  color: #fff;
  padding-top: 200px;
  padding-bottom: 180px;
  position: relative;
}

.c-testimonial-row .has-background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.c-testimonial-row .tns-controls {
  padding-left: 20px;
  position: absolute;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  margin-top: -120px;
}

.c-testimonial-row .tns-controls button {
  background: url("/images/nav-arrow-on-navy.svg") no-repeat center center;
  border: 0;
  height: 44px;
  margin-right: 10px;
  text-indent: -9999px;
  width: 44px;
}

.c-testimonial-row .tns-controls button:first-child:not([disabled]) {
  transform: rotate(180deg);
}

.c-testimonial-row .tns-controls button[disabled] {
  background: url("/images/nav-arrow-off.svg") no-repeat center center;
}

.c-testimonial-row .tns-controls button[disabled]:not(:first-child) {
  transform: rotate(180deg);
}

@media (min-width: 1024px) {
  .c-testimonial-row .tns-controls {
    padding-left: 40px;
  }
}

@media (min-width: 1280px) {
  .c-testimonial-row .tns-controls {
    padding-left: 125px;
  }
}

@media (max-width: 1023px) {
  .c-testimonial-row .has-background {
    align-items: flex-end;
    padding-top: 120px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1024px) {
  .c-testimonial-row .testimonial-name {
    font-size: 28px;
  }
}

.c-detail-points-row .content-container h2 {
  font-weight: 600;
}

.c-detail-points-row .content-container .c-detail-points-row__item {
  margin-bottom: 60px;
}

@media (max-width: 1023px) {
  .c-detail-points-row .services-shape {
    display: none;
  }
}

@media (min-width: 1024px) {
  .c-detail-points-row .c-detail-points-row__header {
    position: sticky;
    top: 72px;
  }
  .c-detail-points-row .services-shape {
    margin-top: 96px;
  }
  .c-detail-points-row .content-container .c-detail-points-row__item {
    margin-bottom: 120px;
  }
  .c-detail-points-row .content-container .c-detail-points-row__item:last-of-type {
    margin-bottom: 0;
  }
}

@media (min-width: 1280px) {
  .c-detail-points-row .row {
    gap: 90px;
  }
  .c-detail-points-row .content-container .c-detail-points-row__item {
    margin-bottom: 154px;
  }
}

#page-main:has(.c-home-page-hero) {
  margin-top: 0;
}

.t-site-home-page__hero {
  top: 0;
}

.c-home-page-hero {
  display: flex;
  /*width: 100vw;
    height: 100vh;*/
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-height: 100vh;
  position: relative;
  padding-right: 14px;
  gap: 7%;
}

.c-home-page-hero .c-home-page-hero-content {
  flex-grow: 1;
  width: 54%;
  z-index: 2;
}

.c-home-page-hero .c-home-page-hero-content .c-home-page-hero-content-wrapper {
  margin-left: var(--page-gutter);
}

.c-home-page-hero .c-home-page-hero-tag {
  color: #006561;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

.c-home-page-hero .c-home-page-hero-tag + h1 {
  margin-top: 0;
}

.c-home-page-hero .c-home-page-hero-tag a {
  color: #006561;
  text-decoration: none;
}

.c-home-page-hero .c-home-page-hero-tag a:hover {
  text-decoration: underline;
}

.c-home-page-hero .c-home-page-hero-title {
  font-weight: 600;
  max-width: 765px;
}

.c-home-page-hero .c-home-page-hero-desc {
  font-size: 18px;
  max-width: 500px;
}

.c-home-page-hero .c-home-page-hero-arrows {
  position: absolute;
  margin-left: var(--page-gutter);
  left: 0;
  bottom: 80px;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.c-home-page-hero .c-home-page-hero-arrows button {
  background: url("/images/hero-arrow-icon-white.svg") no-repeat left 17px center #00A69D;
  border: 1px solid #00A69D;
  border-radius: 50%;
  height: 44px;
  text-indent: -9999px;
  width: 44px;
}

.c-home-page-hero .c-home-page-hero-arrows button:first-child {
  transform: rotate(180deg);
}

.c-home-page-hero .c-home-page-hero-arrows button[disabled] {
  background: url("/images/hero-arrow-icon-teal.svg") no-repeat left 17px center #fff;
}

.c-home-page-hero .c-home-page-hero-arrows button[disabled]:hover {
  background-color: #4a5056;
}

.c-home-page-hero .c-home-page-hero-arrows button:hover:not([disabled]) {
  background-color: #4a5056;
  border-color: #4a5056;
}

.c-home-page-hero .c-home-page-hero-arrows .c-home-page-hero-pause-btn {
  background: url("/images/hero-pause-icon.svg") no-repeat center center #00A69D;
}

.c-home-page-hero .c-home-page-hero-arrows .c-home-page-hero-pause-btn:hover:not([disabled]) {
  background: url("/images/hero-pause-icon.svg") no-repeat center center #4a5056;
  border-color: #4a5056;
}

.c-home-page-hero .c-home-page-hero-arrows .c-home-page-hero-pause-btn.paused {
  background: url("/images/hero-play-icon.svg") no-repeat left 15px center #00A69D;
}

.c-home-page-hero .c-home-page-hero-arrows .c-home-page-hero-pause-btn.paused:hover:not([disabled]) {
  background: url("/images/hero-play-icon.svg") no-repeat left 14px center #4a5056;
  border-color: #4a5056;
}

.c-home-page-hero .c-home-page-hero-progress-indicators {
  position: absolute;
  margin-left: var(--page-gutter);
  left: 0;
  bottom: 55px;
  display: flex;
  gap: 2px;
  z-index: 10;
}

.c-home-page-hero .c-home-page-hero-progress-indicators .c-home-page-hero-progress-bar {
  width: 49px;
  height: 5px;
  background-color: #B3B3B3;
  position: relative;
  overflow: hidden;
}

.c-home-page-hero .c-home-page-hero-progress-indicators .c-home-page-hero-progress-bar .c-home-page-hero-progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: #FD5200;
}

.c-home-page-hero .c-home-page-hero-right {
  aspect-ratio: 1.485 / 2.0;
  width: 75vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-home-page-hero .c-home-page-hero-svg-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.c-home-page-hero .c-home-page-hero-dot {
  position: absolute;
  width: 32px;
  height: 32px;
  z-index: 3;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.c-home-page-hero .c-home-page-hero-images {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.c-home-page-hero .c-home-page-hero-img {
  position: absolute;
  border-radius: 50%;
  object-fit: cover;
  will-change: transform, width, height, left, top;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.c-home-page-hero .c-home-page-hero-img.current {
  z-index: 4;
}

.c-home-page-hero .c-home-page-hero-img.small {
  z-index: 2;
}

.c-home-page-hero .c-home-page-hero-mobile-image {
  display: none;
}

.c-home-page-hero .c-home-page-hero-mobile-dots {
  display: none;
}

.c-home-page-hero .c-home-page-hero-progress-indicators {
  display: flex;
}

.c-home-page-hero .c-home-page-hero-scroll-indicator {
  background: #B3B3B3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11%;
  aspect-ratio: 1;
  position: absolute;
  bottom: 6%;
  right: 1%;
  transform: translateX(-50%);
  z-index: 10;
}

.c-home-page-hero .c-home-page-hero-scroll-indicator span {
  font-family: "ivymode", sans-serif;
  font-size: 1vw;
}

@media (max-width: 1349px) {
  .c-home-page-hero .c-home-page-hero-title {
    font-size: 30px;
  }
}

@media (max-width: 1201px) {
  .c-home-page-hero {
    flex-direction: column;
    height: auto;
    min-height: 0;
    aspect-ratio: unset;
    padding-right: 0;
  }
  .c-home-page-hero .c-home-page-hero-content {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .c-home-page-hero .c-home-page-hero-content .c-home-page-hero-content-wrapper {
    margin-left: 0;
    position: relative;
  }
  .c-home-page-hero .c-home-page-hero-slide {
    display: flex;
    flex-direction: column;
  }
  .c-home-page-hero .c-home-page-hero-mobile-image {
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 75px;
    max-width: 450px;
    width: calc(100% - 120px);
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
  }
  .c-home-page-hero .c-home-page-hero-mobile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .c-home-page-hero .c-home-page-hero-text {
    padding: 15px 20px 30px;
  }
  .c-home-page-hero .c-home-page-hero-tag {
    font-size: 14px;
  }
  .c-home-page-hero .c-home-page-hero-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .c-home-page-hero .c-home-page-hero-desc {
    font-size: 14px;
  }
  .c-home-page-hero .c-home-page-hero-right {
    display: none;
  }
  .c-home-page-hero .c-home-page-hero-arrows {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 48vw;
    margin-left: 0;
    justify-content: space-between;
    gap: 0;
    pointer-events: none;
  }
  .c-home-page-hero .c-home-page-hero-arrows button {
    background: url("/images/caret-right-orange.svg") no-repeat center center;
    background-size: auto;
    border: 0;
    pointer-events: all;
    width: 13px;
  }
  .c-home-page-hero .c-home-page-hero-arrows button:disabled {
    background: none;
  }
  .c-home-page-hero .c-home-page-hero-arrows button:hover, .c-home-page-hero .c-home-page-hero-arrows button:focus {
    background-color: transparent !important;
  }
  .c-home-page-hero .c-home-page-hero-arrows button.c-home-page-hero-pause-btn {
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 0;
    margin-bottom: -52px;
    right: 70px;
    background-color: #00A69D !important;
  }
  .c-home-page-hero .c-home-page-hero-mobile-dots {
    display: flex;
    position: absolute;
    bottom: 50px;
    right: 20px;
    gap: 8px;
    z-index: 10;
  }
  .c-home-page-hero .c-home-page-hero-progress-indicators {
    display: none;
  }
  .c-home-page-hero .c-home-page-hero-dot-btn {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: none;
    background-color: #182935;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
  }
  .c-home-page-hero .c-home-page-hero-dot-btn.active {
    background-color: #FD5200;
    transform: scale(1.33);
  }
}

@media (min-width: 590px) and (max-width: 1201px) {
  .c-home-page-hero .c-home-page-hero-arrows {
    top: 300px;
  }
}

@media (min-width: 992px) and (max-width: 1201px) {
  .c-home-page-hero .c-home-page-hero-mobile-image {
    margin-top: 85px;
  }
  .c-home-page-hero .c-home-page-hero-arrows {
    top: 380px;
  }
}

.c-umbraco-form h2 {
  margin-bottom: 30px;
}

.c-umbraco-form .c-umbraco-form__form {
  border-radius: 10px;
  padding: 20px 20px;
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-form {
  padding: 0;
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-fieldset {
  margin: 0;
  padding: 0;
}

@media (max-width: 1023px) {
  .c-umbraco-form .c-umbraco-form__form .umbraco-forms-container.col-md-6 {
    grid-column: span 12;
  }
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field {
  position: relative;
  margin-top: 35px;
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field .umbraco-forms-field-wrapper {
  position: relative;
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field .umbraco-forms-label {
  position: absolute;
  left: 0;
  top: 10px;
  font-family: "ivymode", sans-serif;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  transform-origin: left top;
  z-index: 1;
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field .umbraco-forms-legend {
  font-family: "ivymode", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field input[type="text"],
.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field input[type="email"],
.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field input[type="tel"],
.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field select,
.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field textarea {
  font-size: 12px;
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field.dropdown, .c-umbraco-form .c-umbraco-form__form .umbraco-forms-field.longanswer {
  margin-top: 20px;
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field.dropdown .umbraco-forms-label {
  position: relative;
  margin-bottom: 10px;
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field.dropdown select {
  border: 1px solid #000;
  border-radius: 30px;
  outline: none;
  padding: 10px 30px 10px 10px;
  width: 100%;
  background-image: url("/images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 13px 6px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field.longanswer .umbraco-forms-label {
  position: relative;
  margin-bottom: 15px;
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field.longanswer.has-value .umbraco-forms-label,
.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field.longanswer.is-focused .umbraco-forms-label {
  transform: none;
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field.longanswer textarea {
  border: 1px solid #000;
  border-radius: 10px;
  height: 128px;
  max-width: 100% !important;
  outline: none;
  padding: 10px;
  width: 100%;
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field.checkbox .umbraco-forms-label {
  position: relative;
  margin-bottom: 10px;
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field input[type="text"],
.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field input[type="email"],
.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field input[type="tel"] {
  max-width: 100% !important;
  width: 100%;
  padding: 10px 0 2px 0;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  outline: none;
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field.has-value .umbraco-forms-label,
.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field.is-focused .umbraco-forms-label {
  transform: translateY(-20px) scale(1);
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-field .umbraco-forms-form .field-validation-error {
  padding-left: 0;
}

.c-umbraco-form .c-umbraco-form__form .checkboxlist {
  padding: 0;
}

.c-umbraco-form .c-umbraco-form__form .checkboxlist div {
  display: flex;
  margin-bottom: 10px;
}

.c-umbraco-form .c-umbraco-form__form .checkboxlist input[type="checkbox"] {
  margin-right: 10px;
  width: 20px !important;
  height: 20px !important;
}

.c-umbraco-form .c-umbraco-form__form .checkboxlist label {
  float: none !important;
}

.c-umbraco-form .c-umbraco-form__form .umbraco-forms-navigation:has(.btn-primary) {
  justify-items: end;
  grid-template-columns: auto;
}

@media (min-width: 1024px) {
  .c-umbraco-form .c-umbraco-form__form {
    padding: 40px;
  }
  .c-umbraco-form .c-umbraco-form__form .umbraco-forms-fieldset > .row {
    gap: 40px;
  }
}

@media (min-width: 1280px) {
  .c-umbraco-form .c-umbraco-form__form {
    padding: 20px 60px 60px 60px;
  }
  .c-umbraco-form .c-umbraco-form__form .umbraco-forms-fieldset > .row {
    gap: 60px;
  }
  .c-umbraco-form .c-umbraco-form__form .umbraco-forms-field .umbraco-forms-label, .c-umbraco-form .c-umbraco-form__form .umbraco-forms-field .umbraco-forms-legend {
    font-size: 24px;
  }
  .c-umbraco-form .c-umbraco-form__form .umbraco-forms-field.dropdown, .c-umbraco-form .c-umbraco-form__form .umbraco-forms-field.longanswer {
    margin-top: 30px;
  }
  .c-umbraco-form .c-umbraco-form__form .umbraco-forms-field input[type="text"],
  .c-umbraco-form .c-umbraco-form__form .umbraco-forms-field input[type="email"],
  .c-umbraco-form .c-umbraco-form__form .umbraco-forms-field input[type="tel"] {
    font-size: 24px;
  }
  .c-umbraco-form .c-umbraco-form__form .umbraco-forms-field select,
  .c-umbraco-form .c-umbraco-form__form .umbraco-forms-field textarea {
    font-size: 16px;
  }
  .c-umbraco-form .c-umbraco-form__form .umbraco-forms-field.dropdown select {
    padding: 7px 30px 7px 15px;
  }
  .c-umbraco-form .c-umbraco-form__form .umbraco-forms-field.longanswer textarea {
    height: 255px;
  }
  .c-umbraco-form .c-umbraco-form__form .umbraco-forms-field.has-value .umbraco-forms-label,
  .c-umbraco-form .c-umbraco-form__form .umbraco-forms-field.is-focused .umbraco-forms-label {
    transform: translateY(-20px) scale(0.5);
  }
}

.c-row h2 {
  margin-bottom: 30px;
}

.c-contact-tile {
  background-color: #fff;
  border-radius: 12px;
  color: #212529;
  height: 100%;
  text-decoration: none;
}

.c-contact-tile .card-content {
  background: #fff;
  border-radius: 12px;
  font-size: 14px;
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  transition: all 0.3s ease;
}

.c-contact-tile .card-content p {
  margin-bottom: 0;
}

.c-contact-tile .card-content .card-title {
  margin-bottom: 0;
}

.c-contact-tile .card-content .contact-position, .c-contact-tile .card-content .contact-location {
  font-size: 16px;
  font-weight: 500;
}

.c-contact-tile .card-content .card-meta {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.c-contact-tile .card-content .card-meta a {
  color: #182935;
  text-decoration: none;
}

.c-contact-tile .card-content .card-meta span:not(:last-child) {
  margin-right: 5px;
}

.c-contact-tile .card-content .card-linkedin-link {
  align-self: flex-end;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #182935;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #05D8C8;
  text-decoration: none;
  transition: all 0.3s ease;
}

.c-contact-tile .card-content .card-linkedin-link i {
  font-size: 27px;
}

.c-contact-tile .card-content .card-linkedin-link:hover {
  background: #05D8C8;
  color: #182935;
}

@media (min-width: 1024px) {
  .c-contact-tile .card-content {
    font-size: 16px;
    padding: 20px;
    gap: 16px;
  }
  .c-contact-tile .card-content .contact-position, .c-contact-tile .card-content .contact-location {
    font-size: 20px;
  }
  .c-contact-tile .card-content .card-meta {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .c-contact-tile .card-content {
    padding: 25px 30px;
  }
}

.c-our-firm-hero {
  position: relative;
  height: calc(100vh - 55px);
  background: #f4f4f4;
}

@media (min-width: 1023px) {
  .c-our-firm-hero {
    max-height: calc(100vw * 9 / 16);
    /* 16:9 aspect ratio */
  }
}

.c-our-firm-hero .banner-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.c-our-firm-hero .banner-content {
  top: 40%;
  position: absolute;
  transform: translateY(-50%);
  width: 50%;
}

.c-our-firm-hero .our-firm-text {
  margin-left: var(--page-gutter);
  padding-right: 40px;
}

.c-our-firm-hero .our-firm-text p {
  font-size: 18px;
  max-width: 448px;
}

.c-our-firm-hero .video-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  transition: none;
  pointer-events: none;
  --border-opacity: 1;
}

.c-our-firm-hero .video-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #182935;
  border-radius: inherit;
  z-index: 2;
  transition: none;
}

.c-our-firm-hero .video-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 32px solid white;
  border-radius: inherit;
  z-index: 1;
  transition: none;
}

.c-our-firm-hero .video-wrapper video {
  height: 100%;
  width: auto;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100vw;
}

.c-our-firm-hero .video-controls {
  background: #fff;
  border-radius: 26px;
  padding: 5px;
  position: absolute;
  bottom: 56px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 50;
}

.c-our-firm-hero .video-controls button {
  background: #05D8C8;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 42px;
  height: 42px;
}

.c-our-firm-hero .video-controls button.play-button {
  background: url("/images/video-play-icon.svg") no-repeat center left 14px #05D8C8;
}

.c-our-firm-hero .video-controls button.pause-button {
  background: url("/images/video-pause-icon.svg") no-repeat center left 16px #05D8C8;
}

.c-our-firm-hero .video-controls button.expand-button {
  background: url("/images/video-expand-icon.svg") no-repeat center center #05D8C8;
  background-size: 18px;
}

.c-our-firm-hero .video-controls button.transcript-button {
  border-radius: 26px;
  color: #182935;
  padding: 0 16px;
  width: auto;
  white-space: nowrap;
}

@media (max-width: 1023px) {
  .c-our-firm-hero {
    height: auto;
  }
  .c-our-firm-hero .banner-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
  }
  .c-our-firm-hero .banner-wrapper .banner-content {
    order: 2;
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
  }
  .c-our-firm-hero .banner-wrapper .our-firm-text {
    margin: 0 20px 120px 20px;
    padding-right: 0;
  }
  .c-our-firm-hero .banner-wrapper .our-firm-text h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .c-our-firm-hero .banner-wrapper .our-firm-text p {
    font-size: 14px;
  }
  .c-our-firm-hero .banner-wrapper .video-wrapper-container {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .c-our-firm-hero .banner-wrapper .video-wrapper-container .video-wrapper {
    transform: translate(-50%, -50%);
  }
  .c-our-firm-hero .banner-wrapper .video-wrapper-container .video-wrapper::after {
    border: 15px solid white;
  }
  .c-our-firm-hero .video-controls {
    bottom: 52px;
  }
  .c-our-firm-hero .video-controls button {
    width: 33px;
    height: 33px;
  }
  .c-our-firm-hero .video-controls button.play-button {
    background: url("/images/video-play-icon.svg") no-repeat center left 10px #05D8C8;
  }
  .c-our-firm-hero .video-controls button.pause-button {
    background: url("/images/video-pause-icon.svg") no-repeat center left 11px #05D8C8;
  }
}

.video-transcript {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-transcript.show {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}

.video-transcript .transcript-content {
  background: white;
  border-radius: 10px;
  max-width: 800px;
  max-height: 80vh;
  width: 90%;
  margin: 20px;
  padding: 40px;
  overflow-y: auto;
  position: relative;
}

.video-transcript .transcript-content h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}

.video-transcript .transcript-content p {
  margin-bottom: 16px;
  line-height: 1.6;
}

.video-transcript .transcript-content::before {
  content: '×';
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  color: #666;
  line-height: 1;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.video-transcript .transcript-content::before:hover {
  background-color: #f0f0f0;
  color: #000;
}

body.modal-open {
  overflow: hidden;
}

#page-main:has(.c-history) + .c-site-footer {
  display: none;
}

body:has(.c-history) {
  overflow-x: hidden;
}

.c-history {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #182935;
  margin-top: -55px;
}

@media (min-width: 1350px) {
  .c-history {
    margin-top: -71px;
  }
}

.c-history__nav-toggle {
  display: none;
  background: url("../images/history-nav-button.svg") no-repeat center center #FD5200;
  background-size: contain;
  border: 0;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  position: fixed;
  bottom: calc(14% - 20px);
  right: 20px;
  z-index: 996;
}

@media (max-width: 768px) {
  .c-history__nav-toggle {
    display: block;
  }
  .c-history__nav-toggle.is-active {
    display: none;
  }
}

.c-history__nav {
  position: fixed;
  bottom: 2%;
  left: calc(7% - 12px);
  z-index: 996;
}

.c-history__nav .c-history__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  position: relative;
}

.c-history__nav .c-history__nav-list::before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: calc(0.75rem + 4px);
  right: calc(0.75rem + 4px);
  height: 1px;
  background: #828282;
  z-index: 1;
}

.c-history__nav .c-history__nav-list .c-history__nav-item {
  margin: 0;
}

.c-history__nav .c-history__nav-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: transparent;
  border: none;
  color: #fff;
  font-family: "ivymode", sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
}

.c-history__nav .c-history__nav-btn::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #828282;
  border-radius: 50%;
  transition: all 0.3s ease;
  order: 2;
  position: relative;
  z-index: 2;
}

.c-history__nav .c-history__nav-btn.active::after {
  background: #FD5200;
  transform: scale(1.5);
}

@media (max-width: 768px) {
  .c-history__nav {
    background: rgba(242, 242, 242, 0.4);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    bottom: 55px;
    left: auto;
    right: 20px;
    padding: 5px 10px;
    width: 158px;
    transform: translateY(200%);
  }
  .c-history__nav.is-visible {
    transform: translateY(0);
  }
  .c-history__nav .c-history__nav-list {
    flex-direction: column;
  }
  .c-history__nav .c-history__nav-list::before {
    background: #fff;
    content: '';
    position: absolute;
    top: calc(0.75rem + 4px);
    bottom: calc(0.75rem + 4px);
    left: auto;
    right: 14px;
    height: calc(100% - 40px);
    width: 1px;
  }
  .c-history__nav .c-history__nav-btn {
    color: #182935;
    flex-direction: row;
    font-size: 14px;
    gap: 10px;
    justify-content: flex-end;
    padding: 10px;
    width: 100%;
  }
  .c-history__nav .c-history__nav-btn::after {
    background: #fff;
  }
}

.c-history .c-history__current-section-bg-text {
  color: #95EFE7;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "ivymode", sans-serif;
  font-size: 168px;
  font-weight: 600;
  opacity: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 1280px) {
  .c-history .c-history__current-section-bg-text {
    font-size: 100px;
  }
}

@media (max-width: 768px) {
  .c-history .c-history__current-section-bg-text {
    font-size: 48px;
  }
}

.c-history .c-history__current-section-bg-text.fade-in {
  opacity: 0.2;
}

.c-history .c-history__current-section-bg-text.fade-out {
  opacity: 0;
}

.c-history__container {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  z-index: 1;
}

.c-history__timeline-intro-margin {
  background: #182935;
  position: absolute;
  left: 0;
  width: 7%;
  height: 100%;
  z-index: 101;
}

.c-history__timeline-outro-margin {
  background: #006561;
  position: absolute;
  right: 0;
  width: 7%;
  height: 100%;
  overflow: hidden;
  z-index: 101;
}

.c-history__timeline-outro-margin::after {
  content: '';
  background: #006561;
  border: 3px solid #95EFE7;
  border-radius: 50%;
  position: absolute;
  bottom: calc(20% - 42.5px);
  left: 0;
  width: 85px;
  height: 85px;
}

@media (max-width: 768px) {
  .c-history__timeline-outro-margin {
    display: none;
  }
}

.c-history__timeline-line {
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #95EFE7;
  z-index: 100;
}

@media (max-width: 768px) {
  .c-history__timeline-line {
    bottom: 14%;
    height: 2px;
  }
}

.c-history__sticky-header {
  position: fixed;
  bottom: 20%;
  left: 7%;
  z-index: 100;
  padding: 1.3rem 0;
}

@media (max-width: 768px) {
  .c-history__sticky-header {
    bottom: 14%;
  }
}

.c-history__section-title {
  margin: 0;
  font-size: 88px;
  font-weight: 600;
  color: #fff;
  transition: opacity 0.2s ease-in-out;
}

@media (max-width: 768px) {
  .c-history__section-title {
    font-size: 42px;
  }
}

.c-history__scroll-container {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.c-history__scroll-container::-webkit-scrollbar {
  display: none;
}

.c-history__timeline {
  display: flex;
  height: 100vh;
  height: 100dvh;
  width: max-content;
  align-items: stretch;
}

.c-history__section {
  flex-shrink: 0;
  flex-grow: 0;
  width: auto;
  min-width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: relative;
  overflow: visible;
}

.c-history__section .c-history__content {
  position: relative;
  width: max-content;
  min-width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 30rem;
  padding: 0 7vw;
}

.c-history__section .c-history__content .section-title {
  width: 1px;
  height: 100%;
}

.c-history__section .c-history__content .our-history-title {
  position: absolute;
  bottom: 20%;
  color: #fff;
  font-size: 88px;
  font-weight: 600;
  z-index: 100;
  padding: 1.3rem 0;
}

@media (max-width: 768px) {
  .c-history__section .c-history__content .our-history-title {
    bottom: 14%;
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .c-history__section .c-history__content {
    gap: 10rem;
  }
}

.c-history__fullscreen-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.c-history__fullscreen-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.c-history__bg-image {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: 2;
}

.c-history__parallax-layer {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 100%;
  height: 53%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.1s ease-out;
  z-index: 1;
}

.c-history__large-text {
  font-family: "ivymode", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 50;
  text-align: left;
  width: 880px;
  max-width: 90vw;
  margin-top: -18vh;
  margin-top: -18dvh;
  flex-shrink: 0;
}

.c-history__large-text p {
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
}

@media (max-width: 768px) {
  .c-history__large-text p {
    font-size: 14px;
    line-height: 1.4;
  }
}

.c-history__spacer-section {
  width: 500px;
}

@media (max-width: 768px) {
  .c-history__spacer-section {
    width: 0;
  }
}

.c-history__intro-image {
  position: relative;
  z-index: 50;
  height: 100vh;
  height: 100dvh;
  flex-shrink: 0;
}

.c-history__intro-image img {
  height: 100%;
  width: auto;
  object-fit: cover;
  display: block;
}

.c-history__circle-image {
  position: relative;
  z-index: 40;
  flex-shrink: 0;
  will-change: transform;
  transition: transform 0.1s ease-out;
}

.c-history__circle-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 2;
}

.c-history__circle-image img {
  width: 78vh;
  height: 78vh;
  border-radius: 50%;
  object-fit: cover;
  margin: 24px;
}

.c-history__circle-image.small-circle {
  margin-top: -20vh;
}

.c-history__circle-image.small-circle + .small-circle {
  margin-top: 15vh;
}

.c-history__circle-image.small-circle + .small-circle + .small-circle {
  margin-top: 0vh;
}

.c-history__circle-image.small-circle img {
  width: 39vh;
  height: 39vh;
  margin: 12px;
}

.c-history__circle-image.large-circle img {
  height: 138vh;
  height: 138dvh;
  width: 138vh;
  width: 138dvh;
  margin: 44px;
}

@media (max-width: 768px) {
  .c-history__circle-image img {
    margin: 9px;
    height: 68vh;
    height: 68dvh;
    width: 68vh;
    width: 68dvh;
  }
  .c-history__circle-image.large-circle img {
    margin: 15px;
    height: 88vh;
    height: 88dvh;
    width: 88vh;
    width: 88dvh;
  }
}

.c-history__bullet-text {
  position: relative;
  z-index: 30;
  max-width: 450px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  align-self: flex-start;
  gap: 2rem;
  height: 50vh;
  height: 50dvh;
  margin-top: 30vh;
  margin-top: 30dvh;
}

.c-history__bullet-text.large-text {
  max-width: 510px;
}

.c-history__bullet-text.large-text .c-history__text-content p {
  font-family: "ivymode", sans-serif;
  font-size: 32px;
  font-weight: 600;
}

.c-history__bullet-text .c-history__bullet-line {
  background: #95EFE7;
  bottom: 0;
  flex-shrink: 0;
  width: 1px;
  height: 0;
  margin-top: 0.8em;
  position: absolute;
  transition: height 1s ease-out;
  transform-origin: top;
}

.c-history__bullet-text .c-history__bullet-line::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #95EFE7;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(0);
  transition: transform 0.3s ease-out 0.6s;
}

.c-history__bullet-text .c-history__text-content {
  flex: 1;
  margin-left: 24px;
  margin-top: calc(-30dvh - 150px);
  transition: margin-top 0.8s ease-out 0.4s;
}

.c-history__bullet-text .c-history__text-content p {
  margin: 0;
  font-size: 20px;
  color: #fff;
}

.c-history__bullet-text.is-fully-animated .c-history__bullet-line {
  height: calc(100% - 0.8em);
}

.c-history__bullet-text.is-fully-animated .c-history__bullet-line::before {
  transform: translateX(-50%) scale(1);
}

.c-history__bullet-text.is-fully-animated .c-history__text-content {
  margin-top: 0;
}

@media (max-width: 768px) {
  .c-history__bullet-text {
    margin-top: 36vh;
    margin-top: 36dvh;
    max-width: 80vw;
  }
  .c-history__bullet-text .c-history__text-content p {
    font-size: 16px;
  }
  .c-history__bullet-text.large-text {
    max-width: 80vw;
  }
  .c-history__bullet-text.large-text .c-history__text-content p {
    font-size: 18px;
  }
}

.c-team-members-row__items {
  gap: 20px;
}

@media (min-width: 1920px) {
  .c-team-members-row__items {
    gap: 36px;
  }
}

.c-team-members-row .tns-outer {
  margin-bottom: 40px;
}

.c-video-row .video-wrapper, .c-video-item .video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 aspect ratio (9 / 16 = 0.5625) */
  overflow: hidden;
  border-radius: 10px;
}

.c-video-row .video-wrapper iframe, .c-video-item .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

[data-type="componentRichTextItem"] + [data-type="componentVideoItem"] {
  margin-top: 40px;
}

.c-related-items-row .c-related-items-row__items {
  gap: 20px;
}

@media (min-width: 1920px) {
  .c-related-items-row .c-related-items-row__items {
    gap: 36px;
  }
}

.c-related-items-row .tns-outer {
  margin-bottom: 40px;
}

.c-key-milestones {
  background: url(/images/history-bg-circle-pattern.png) no-repeat center right -70px #182935;
  background-size: 250px auto;
}

@media (min-width: 1024px) {
  .c-key-milestones {
    background-position: center;
    background-size: 583px auto;
  }
}

.key-milestones-carousel-container {
  overflow: hidden;
  margin-left: var(--page-gutter);
}

.key-milestones-carousel {
  display: flex;
  align-items: end;
}

@media (max-width: 1023px) {
  .key-milestones-carousel {
    margin-left: 20px;
  }
}

.key-milestones-carousel::after {
  content: '';
  height: 2px;
  background: #95EFE7;
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 100;
}

.key-milestones-carousel .tns-outer {
  margin-bottom: 30px;
}

.key-milestones-carousel .tns-ovh {
  overflow: hidden;
}

.key-milestones-carousel .tns-inner {
  white-space: nowrap;
}

.key-milestones-carousel .tns-item {
  padding-right: 0;
  box-sizing: border-box;
  display: inline-block !important;
  vertical-align: top;
  white-space: normal;
}

.key-milestones-carousel .key-milestones-carousel__item.has-no-image-sibling .key-milestones-content .key-milestones-text {
  font-family: "ivymode", sans-serif;
  font-size: 18px;
}

@media (min-width: 1280px) {
  .key-milestones-carousel .key-milestones-carousel__item.has-no-image-sibling .key-milestones-content .key-milestones-text {
    font-size: 24px;
  }
}

@media (min-width: 1920px) {
  .key-milestones-carousel .key-milestones-carousel__item.has-no-image-sibling .key-milestones-content .key-milestones-text {
    font-size: 32px;
  }
}

.key-milestones-carousel .key-milestones-carousel__item .key-milestones-content {
  align-items: end;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.key-milestones-carousel .key-milestones-carousel__item .key-milestones-year {
  font-family: "ivymode", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
  padding-right: 15px;
}

@media (min-width: 1920px) {
  .key-milestones-carousel .key-milestones-carousel__item .key-milestones-year {
    font-size: 72px;
  }
}

.key-milestones-carousel .key-milestones-carousel__item .bullet-text {
  position: relative;
  z-index: 30;
  max-width: 450px;
  display: flex;
  align-items: flex-start;
  align-self: flex-start;
  gap: 2rem;
  height: 350px;
  margin-top: 40px;
}

.key-milestones-carousel .key-milestones-carousel__item .bullet-line {
  height: calc(100% - 100px);
  background: #95EFE7;
  bottom: 30px;
  flex-shrink: 0;
  width: 1px;
  margin-top: 0.8em;
  position: absolute;
  transition: height 1s ease-out;
  transform-origin: top;
}

.key-milestones-carousel .key-milestones-carousel__item .bullet-line::before {
  transform: translateX(-50%) scale(1);
  content: '';
  width: 8px;
  height: 8px;
  background: #95EFE7;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease-out 0.6s;
}

.key-milestones-carousel .key-milestones-carousel__item .key-milestones-text {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  flex: 1;
  margin-left: 24px;
  margin-top: 60px;
  transition: margin-top 0.8s ease-out 0.4s;
}

@media (min-width: 1280px) {
  .key-milestones-carousel .key-milestones-carousel__item .key-milestones-text {
    font-size: 20px;
  }
}

@media (min-width: 1920px) {
  .key-milestones-carousel .key-milestones-carousel__item .key-milestones-text {
    font-size: 24px;
  }
}

.key-milestones-carousel .key-milestones-carousel__item .circle-image {
  position: relative;
  z-index: 40;
  flex-shrink: 0;
}

.key-milestones-carousel .key-milestones-carousel__item .circle-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 2;
}

.key-milestones-carousel .key-milestones-carousel__item .circle-image img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  object-fit: cover;
  margin: 12px;
}

@media (min-width: 768px) {
  .key-milestones-carousel .key-milestones-carousel__item .circle-image img {
    width: 365px;
    height: 365px;
  }
}

@media (max-width: 1023px) {
  .c-social-networks-row {
    padding-bottom: 40px;
  }
}

.c-social-networks-row h2 {
  margin-bottom: 0;
}

.c-social-networks-row .social-links {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: flex-end;
}

.c-social-networks-row .social-links span {
  font-weight: 700;
}

.c-social-networks-row .social-links .social-link {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #182935;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #05D8C8;
  text-decoration: none;
  transition: all 0.3s ease;
}

.c-social-networks-row .social-links .social-link:hover {
  background: #05D8C8;
  color: #182935;
}

.c-social-networks-row .social-links .social-link i {
  font-size: 27px;
}

@media (max-width: 767px) {
  .c-social-networks-row .social-links {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .c-social-networks-row .social-links span {
    display: none;
  }
}

.c-social-networks-row .social-network-card {
  background: #fff;
  border-radius: 12px;
  display: block;
  min-height: 100%;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}

.c-social-networks-row .social-network-card:hover, .c-social-networks-row .social-network-card:focus {
  background: #95EFE7;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
}

.c-social-networks-row .social-network-card:hover .card-content, .c-social-networks-row .social-network-card:focus .card-content {
  background: #95EFE7;
}

.c-social-networks-row .social-network-card .card-image {
  border-radius: 12px 12px 0 0;
  width: 100%;
  aspect-ratio: 1.4;
  overflow: hidden;
}

.c-social-networks-row .social-network-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-social-networks-row .social-network-card .card-content {
  background: #fff;
  border-radius: 0 0 12px 12px;
  padding: 10px 20px 74px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  .c-social-networks-row .social-network-card .card-content {
    padding: 20px 20px 74px 20px;
    gap: 16px;
  }
}

@media (min-width: 1280px) {
  .c-social-networks-row .social-network-card .card-content {
    padding: 20px 30px 74px 30px;
  }
}

.c-social-networks-row .social-network-card .card-title {
  font-family: "ivymode", sans-serif;
  font-weight: 600;
  margin: 0;
  color: #182935;
}

.c-social-networks-row .social-network-card .social-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #182935;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #05D8C8;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  /*&:hover {
                background: $tealIntense;
                color: $navy;
            }*/
}

.c-social-networks-row .social-network-card .social-icon i {
  font-size: 27px;
}

.c-social-networks-row .social-network-card.no-text {
  height: 325px;
  display: flex;
  flex-direction: column;
}

.c-social-networks-row .social-network-card.no-text .card-image {
  aspect-ratio: auto;
  border-radius: 12px;
  height: 100%;
  flex: 1;
}

.c-social-networks-row .social-network-card.no-text .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c-social-networks-row .social-network-card.no-text .card-content {
  display: none;
}

.c-share-button .btn {
  background: url("/images/union.svg") no-repeat center #182935;
  color: #fff;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  padding: 10px;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.c-share-button .c-share-list {
  background: #182935;
  color: #fff;
  display: none;
  flex-direction: column;
  gap: 14px;
  position: absolute;
  border-radius: 12px;
  padding: 15px 30px 15px 15px;
  z-index: 100;
  margin-top: 8px;
}

.c-share-button .c-share-list.open {
  display: flex;
}

.c-share-button .c-share-list .close-share {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 4px;
  font-size: 22px;
  line-height: 1;
}

.c-share-button .c-share-list .close-share:focus {
  outline: 2px solid #05D8C8;
  outline-offset: 2px;
}

.c-share-button .c-share-list a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
}

.c-share-button .c-share-list a .share-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #05D8C8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #182935;
  text-decoration: none;
  transition: all 0.3s ease;
}

.c-share-button .c-share-list a .share-icon i {
  font-size: 27px;
}

.c-share-button .c-share-list a:hover, .c-share-button .c-share-list a:focus {
  color: #fff !important;
}

.c-share-button .c-share-list a:hover .share-icon, .c-share-button .c-share-list a:focus .share-icon {
  text-decoration: none;
}

.c-share-button .c-share-list a:hover .share-text, .c-share-button .c-share-list a:focus .share-text {
  text-decoration: underline;
}

@media (max-width: 550px) {
  .btn-primary + .c-share-button .c-share-list {
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100vw - 30px);
  }
}

.c-key-takeaway {
  counter-reset: key-takeaway-counter;
}

.c-key-takeaway h2 {
  margin-bottom: 40px;
}

.c-key-takeaway .c-key-takeaway__list .c-key-takeaway__item {
  counter-increment: key-takeaway-counter;
  position: relative;
  padding-left: 40px;
}

.c-key-takeaway .c-key-takeaway__list .c-key-takeaway__item::before {
  content: counter(key-takeaway-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #05D8C8;
  color: #212529;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  font-family: "arboria", sans-serif;
  line-height: 1;
  padding-bottom: 2px;
}

.c-key-takeaway .c-key-takeaway__list .c-key-takeaway__item h3 {
  margin-bottom: 5px;
}

@media (max-width: 1023px) {
  .c-key-takeaway .c-key-takeaway__list .c-key-takeaway__item p {
    font-size: 12px;
    font-weight: 500;
  }
}

@media (min-width: 1440px) {
  .c-key-takeaway h2 {
    margin-bottom: 60px;
  }
  .c-key-takeaway .c-key-takeaway__list {
    gap: 60px;
  }
  .c-key-takeaway .c-key-takeaway__list .c-key-takeaway__item {
    padding-left: 65px;
  }
  .c-key-takeaway .c-key-takeaway__list .c-key-takeaway__item::before {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}

@media (min-width: 1800px) {
  .c-key-takeaway .c-key-takeaway__list {
    gap: 100px;
  }
  .c-key-takeaway .c-key-takeaway__list .c-key-takeaway__item p {
    font-size: 20px;
  }
}

.c-related-capabilities-row .btn {
  padding: 10px 20px;
}

#page-main {
  margin-top: 55px;
}

@media (min-width: 1350px) {
  #page-main {
    margin-top: 71px;
  }
}
