@font-face {
  font-family: "Dinpro Regular";
  src: url("../font/DIN_Pro_Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Dinpro Medium";
  src: url("../font/DIN_Pro_Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Dinpro Bold";
  src: url("../font/DIN_Pro_Bold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "HarmoniaSans Regular";
  src: url("../font/Harmonia_Sans_W01_Regular.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "HarmoniaSans Bold";
  src: url("../font/Harmonia_Sans_W01_Bold.ttf") format("opentype");
  font-weight: 700;
}
body {
  font-family: "Dinpro Regular", serif;
  font-size: 16px;
  color: #000;
  background: #24ace4;
}
body.fade-50 > section,
body.fade-50 > footer {
  opacity: 0.5;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.button-primary {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: none;
  background: transparent;
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 1.25px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 200ms ease-in-out;
  padding: 1em 1em;
  min-width: 14em;
  color: #fff;
  background: -webkit-linear-gradient(0deg, #000, #000 50%, #fff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  border: 1px solid #fff;
}
.button-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
  transition: width 200ms ease-in-out;
}
.button-primary i {
  vertical-align: middle;
}
.button-primary:hover {
  background-position: 0%;
}
.button-primary:hover::before {
  width: 100%;
}
.button-primary::before {
  background: #fff;
}
.button-primary i {
  display: initial;
  vertical-align: middle;
}
.button-primary-outline {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: none;
  background: transparent;
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  letter-spacing: 1.25px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 200ms ease-in-out;
  font-size: 1rem;
  letter-spacing: 1px;
  padding: 0.5em;
  color: #fff;
  background: -webkit-linear-gradient(0deg, #000, #000 50%, #fff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
}
.button-primary-outline::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  z-index: -1;
  transition: width 200ms ease-in-out;
}
.button-primary-outline i {
  vertical-align: middle;
}
.button-primary-outline:hover {
  background-position: 0%;
}
.button-primary-outline:hover::before {
  width: 100%;
}
.button-primary-outline::before {
  background: #fff;
}
.button-primary-outline i {
  display: initial;
  vertical-align: middle;
}
.button-circle {
  display: inline-block;
  font-size: 1.5em;
  line-height: 2.5em;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: none;
  padding: 0;
}
.button-circle i {
  font-size: 1.6em;
  line-height: calc(2.5rem - 2px);
}
.button-circle:hover {
  background: #fff;
  color: #24ace4;
}
.label-1 {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 2px;
  margin: 0;
}
.heading-2 {
  font-family: "Dinpro Bold", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 2.8px;
  color: #2f3432;
  margin: 0;
}
.label-2 {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 1.375em;
  line-height: 1.7;
  letter-spacing: 1.2px;
  margin: 0;
}
.heading-3 {
  font-family: "HarmoniaSans Bold", sans-serif;
  font-weight: 700;
  font-size: 1.115rem;
  line-height: 3.3;
  letter-spacing: 1px;
  margin: 0;
}
.par-1 {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.9px;
}
.par-1 strong,
.par-1 b {
  font-family: "HarmoniaSans Bold", sans-serif;
  font-weight: 700;
}
.form-group.is-invalid {
  position: relative;
}
.form-group.is-invalid::before {
  content: '';
  position: absolute;
  right: 1em;
  top: 1.25em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #fa4b52;
}
.par-error {
  position: relative;
}
.par-error::before {
  content: '';
  position: absolute;
  right: 1em;
  top: 1.25em;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #fa4b52;
}
.form-control {
  border: none;
  border-radius: 0;
  background: rgba(213, 213, 219, 0.15);
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.9px;
  color: #fff;
  height: auto;
  max-height: available;
  padding: 0.75em 1em;
}
.form-control:focus {
  background: rgba(213, 213, 219, 0.25);
}
textarea.form-control {
  min-height: 3.25em;
}
.list-primary {
  list-style-image: url("../image/icons/bullet_white.svg");
  margin: 0;
  padding-left: 20px;
}
.list-primary ul {
  list-style-image: url("../image/icons/bullet_white.svg");
  margin: 0;
  padding-left: 0;
}
.list-primary li {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.9px;
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7);
  /* Black w/ opacity */
  padding: 15px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.modal.open {
  display: flex;
  z-index: 1000;
}
.modal#feedbackModal .modal-content {
  width: 50%;
  z-index: -1;
}
@media (max-width: 576px) {
  .modal#feedbackModal .modal-content {
    width: 100%;
  }
}
.modal#feedbackModal .modal-content .submit {
  position: relative;
  z-index: 10;
}
/* Modal Content */
.modal-content {
  background-color: #24ace4;
  padding: 40px;
  max-width: 739px;
  max-height: calc(100vh - 30px);
  box-sizing: border-box;
  position: relative;
  min-width: 50%;
  z-index: 1000;
}
@media (max-width: 576px) {
  .modal-content {
    width: 100%;
  }
}
.modal-content .heading {
  margin-bottom: 1.5em;
}
.modal-content .heading .title {
  color: #fff;
}
.modal-content .buttons {
  text-align: right;
}
.modal-content .buttons .btn-outline-primary {
  display: inline-flex;
}
.modal-content .buttons .button-outline {
  font-size: 16px;
}
/* width */
::-webkit-scrollbar {
  width: 7px;
}
/* Track */
::-webkit-scrollbar-track {
  background: rgba(213, 213, 219, 0.15);
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #fff;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #e6e6e6;
}
.event-gallery-slider-prev,
.event-gallery-slider-next {
  position: absolute;
  top: 50%;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.25em;
  transform: translate(0, -50%);
  z-index: 1200;
}
@media (max-width: 1089px) {
  .event-gallery-slider-prev,
  .event-gallery-slider-next {
    display: none;
  }
}
.event-gallery-slider-prev:focus,
.event-gallery-slider-next:focus {
  outline: none;
}
.event-gallery-slider-prev {
  right: calc(100% + 5em);
}
.event-gallery-slider-next {
  left: calc(100% + 5em);
}
.event-gallery-small-thumbs {
  padding-top: 1em;
}
.event-gallery-small-thumbs .item {
  padding: 0 0.25em;
}
.event-gallery-small-thumbs .item img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
}
@media (min-width: 767px) {
  .container.container-small {
    max-width: 620px;
  }
}
@media (min-width: 1089px) {
  .container.container-small {
    max-width: 850px;
  }
}
@media (min-width: 1439px) {
  .container.container-small {
    max-width: 1000px;
  }
}
@media (min-width: 767px) {
  .container.container-normal {
    max-width: 680px;
  }
}
@media (min-width: 1089px) {
  .container.container-normal {
    max-width: 900px;
  }
}
@media (min-width: 1439px) {
  .container.container-normal {
    max-width: 1140px;
  }
}
@media (min-width: 767px) {
  .container.container-big {
    max-width: 700px;
  }
  .container.container-big .margin-left-to-normal {
    margin-left: 10px;
  }
  .container.container-big .margin-right-to-normal {
    margin-right: 10px;
  }
}
@media (min-width: 1089px) {
  .container.container-big {
    max-width: 950px;
  }
  .container.container-big .margin-left-to-normal {
    margin-left: 25px;
  }
  .container.container-big .margin-right-to-normal {
    margin-right: 25px;
  }
}
@media (min-width: 1439px) {
  .container.container-big {
    max-width: 1260px;
  }
  .container.container-big .margin-left-to-normal {
    margin-left: 60px;
  }
  .container.container-big .margin-right-to-normal {
    margin-right: 60px;
  }
}
.position-unset {
  position: unset;
}
@media (min-width: 1439px) {
  .fake-top-padding {
    padding-bottom: 30px;
  }
}
.header-global {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  background: #24ace4;
  padding: 0.25em 0;
  z-index: 1000;
}
@media (max-width: 1439px) {
  .header-global {
    display: block;
    padding: 0.5em 0;
    margin-bottom: 2.5em;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 200ms ease-in-out;
  }
  .header-global.active .box {
    left: 0;
  }
  .header-global.active .menu-toggle-button i::before {
    content: "\f00d";
  }
}
.header-global .search-input {
  position: relative;
  display: none;
  margin: 0 20px;
}
@media (max-width: 1439px) {
  .header-global .search-input {
    margin-bottom: 1em;
  }
}
.header-global .search-input.active {
  display: block;
}
.header-global .search-input.searching .form-control {
  color: #fff;
}
.header-global .search-input .form-control {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-weight: 400;
  color: #000;
  padding: 0.5em 1em;
  height: auto;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-size: 1.5rem;
  letter-spacing: 1.6px;
  background: transparent;
}
.header-global .search-input .form-control::placeholder {
  color: #fff;
}
.header-global .search-input .submit {
  border: none;
  background: none;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.header-global .toggle-search-input {
  display: inline-block;
  border: none;
  background: transparent;
  outline: none;
  font-size: 1.75em;
  padding: 5px;
  margin: 0 10px;
  color: #000;
}
@media (max-width: 1439px) {
  .header-global .toggle-search-input {
    display: none;
  }
}
.header-global .toggle-search-input.active {
  color: #fff;
}
.header-global .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: padding 200ms ease-in-out;
}
@media (max-width: 1439px) {
  .header-global .logo {
    padding: 0;
  }
}
.header-global .logo img {
  display: block;
  height: auto;
  width: 175px;
  transition: all 200ms ease-in-out;
}
@media (max-width: 1439px) {
  .header-global .logo img {
    width: 100px;
  }
}
.header-global .logo .toggle-buttons {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0.75em;
}
.header-global .logo .toggle-buttons .toggle-search-input-mobile {
  display: none;
}
@media (max-width: 1439px) {
  .header-global .logo .toggle-buttons .toggle-search-input-mobile {
    display: inline-flex;
  }
}
.header-global .logo .toggle-buttons .menu-toggle-button {
  display: none;
  border: none;
  background: transparent;
  color: #000;
  font-size: 1.5em;
}
@media (max-width: 1439px) {
  .header-global .logo .toggle-buttons .menu-toggle-button {
    display: inline-flex;
  }
}
@media (min-width: 1439px) {
  .header-global .search-input-mobile {
    display: none !important;
  }
}
@media (max-width: 1439px) {
  .header-global .search-input-mobile {
    display: none;
    margin: 1em 0 0;
  }
  .header-global .search-input-mobile .form-control {
    font-size: 1rem;
    padding-right: 5em;
  }
}
.header-global .box {
  display: flex;
  align-items: center;
  height: 100%;
  transition: padding 200ms ease-in-out;
}
@media (max-width: 1439px) {
  .header-global .box {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100%;
    height: 100vh;
    background: #24ace4;
    padding: 2em 0;
    z-index: -1;
    box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    transition: all 200ms ease-in-out;
  }
  .header-global .box .search-input {
    display: none;
  }
}
@media (max-width: 575px) {
  .header-global .box {
    padding: 0.5em 0 4em;
  }
}
.header-global .box .menu {
  width: 100%;
}
.header-global .box .menu > ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1439px) {
  .header-global .box .menu > ul {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.header-global .box .menu > ul > li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
}
@media (max-width: 1439px) {
  .header-global .box .menu > ul > li {
    display: block;
  }
}
.header-global .box .menu > ul > li.active > a {
  color: #fff;
}
.header-global .box .menu > ul > li > a {
  display: block;
  font-family: "HarmoniaSans Bold", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 1.8px;
  color: #000;
  padding: 10px 20px;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .header-global .box .menu > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.header-global .box .menu > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #24ace4;
  border-top: 1px solid #fff;
  z-index: 50;
}
@media (max-width: 1439px) {
  .header-global .box .menu > ul > li > ul {
    display: block;
    position: relative;
    top: auto;
    left: auto;
  }
  .header-global .box .menu > ul > li > ul.active {
    display: block;
  }
}
.header-global .box .menu > ul > li > ul > li > a {
  display: block;
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 0.87rem;
  letter-spacing: 0.8px;
  color: #fff;
  padding: 10px 0px;
  text-align: center;
  border-bottom: 1px solid #f4f3f5;
}
@media (max-width: 1439px) {
  .header-global .box .menu > ul > li > ul > li > a {
    text-align: left;
    padding-left: 2.5em;
  }
}
@media (min-width: 1439px) {
  .header-global .box .menu > ul > li:hover > ul {
    display: block;
  }
}
.header-global.sticky {
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.05);
}
.footer-image-global {
  background: url("../image/footer-bg2.jpg") no-repeat center top;
  background-size: cover;
}
.footer-image-global .content {
  padding: 4.5em 0 4.5em 0.75em;
}
.footer-image-global .content p {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 2px;
  color: #000;
}
.resources-global {
  padding: 6em 0 0;
}
.resources-global .item-holder {
  height: 100%;
  padding-bottom: 2em;
}
.resources-global .item-holder .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  max-height: 300px;
  overflow-y: auto;
  margin: 0 1.5em;
}
@media (max-width: 1439px) {
  .resources-global .item-holder .item {
    margin: 0;
  }
}
@media (max-width: 1089px) {
  .resources-global .item-holder .item {
    margin: 0 1.5em;
  }
}
@media (max-width: 767px) {
  .resources-global .item-holder .item {
    margin: 0;
  }
}
.resources-global .item-holder .item .heading .title {
  font-family: "Dinpro Bold", serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.22;
  letter-spacing: 2.1px;
  margin-bottom: 1em;
}
.resources-global .item-holder .item .heading .subtitle {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 0.81rem;
  line-height: 1.9;
  letter-spacing: 1px;
  margin-bottom: 2em;
}
.resources-global .item-holder .item .content form {
  margin-bottom: 1.25em;
}
.resources-global .item-holder .item .content form .form-group {
  margin-bottom: 0.25em;
}
.resources-global .item-holder .item .content form .form-group .form-control {
  padding: 0.25em 0.75em;
}
.resources-global .item-holder .item .content .link {
  position: relative;
  display: block;
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1px;
  padding: 1em 0.25em;
  border-bottom: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  background: -webkit-linear-gradient(0deg, #000, #000 50%, #fff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 200ms ease-in-out;
}
.resources-global .item-holder .item .content .link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  z-index: -1;
  transition: width 200ms ease-in-out;
}
.resources-global .item-holder .item .content .link:first-of-type {
  border-top: 1px solid #fff;
}
.resources-global .item-holder .item .content .link:hover {
  background-position: 0%;
}
.resources-global .item-holder .item .content .link:hover::before {
  width: 100%;
}
.theme-nav-global {
  padding: 3em 0;
}
.theme-nav-global .themes {
  display: flex;
  justify-content: flex-end;
}
.theme-nav-global .themes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.theme-nav-global .themes ul > li {
  position: relative;
  display: inline-block;
  padding: 6px;
  margin: 0 0.5em;
  border-radius: 50%;
}
.theme-nav-global .themes ul > li:last-of-type {
  margin-right: 0;
}
.theme-nav-global .themes ul > li.active {
  background: #f4f3f5;
}
.theme-nav-global .themes ul > li > a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.theme-nav-global .themes ul > li > a.light {
  background: #fff;
}
.theme-nav-global .themes ul > li > a.dark {
  background: #2f3432;
}
.theme-nav-global .themes ul > li > a.blue {
  background: #24ace4;
}
.footer-global {
  background: #f9f9fa;
  color: #000;
  padding: 3em 0 1.5em;
}
.footer-global .logo-img {
  display: block;
}
.footer-global .logo-img img {
  display: block;
  width: 100%;
  mix-blend-mode: multiply;
}
.footer-global .content .logo {
  display: block;
  margin-bottom: 1em;
}
.footer-global .content .logo img {
  display: block;
  max-width: 100%;
}
.footer-global .content p {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.9px;
}
.footer-global .info-row {
  margin-bottom: 2em;
}
.footer-global .info-row .info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-global .info-row .info ul > li {
  display: block;
}
.footer-global .info-row .info ul > li > a {
  display: block;
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.9px;
}
.footer-global .socials-row {
  margin-bottom: 2em;
}
.footer-global .socials-row .socials {
  display: flex;
  align-items: center;
  height: 100%;
}
.footer-global .socials-row .socials ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-global .socials-row .socials ul > li {
  display: inline-block;
  margin-right: 1em;
}
.footer-global .socials-row .socials ul > li > a {
  display: block;
  font-size: 2em;
  color: #24ace4;
}
.footer-global .copyrights {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 0.56rem;
  line-height: 1.9;
  letter-spacing: 1px;
  color: #959eb1;
}
.person-item-primary {
  margin-bottom: 1.5em;
}
.person-item-primary .thumb {
  display: block;
  margin-bottom: 2em;
}
.person-item-primary .thumb img {
  display: block;
  width: 100%;
}
.person-item-primary .box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 0 1.5em 2.5em;
}
@media (max-width: 1089px) {
  .person-item-primary .box {
    padding-left: 0;
  }
}
.person-item-primary .box .content {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
.person-item-primary .box .details {
  display: block;
}
.person-item-primary .box .details .name {
  font-family: "HarmoniaSans Bold", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 1.3px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.25em;
}
.person-item-primary .box .details .name::before {
  content: '—';
  padding-right: 0.25em;
}
.person-item-primary .box .details .title {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 1.3px;
  margin: 0;
}
.person-item-fake-holder .person-item {
  width: 100%;
  padding: 0 1.5rem;
}
@media (max-width: 1439px) {
}
.person-item-fake-holder .person-item .thumb {
  display: block;
  margin-bottom: 1.5em;
  max-width: 325px;
}
.person-item-fake-holder .person-item .thumb img {
  display: block;
  width: 100%;
}
.person-item-fake-holder .person-item .lead {
  margin-bottom: 1em;
}
.person-item-fake-holder .person-item .lead p {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 0.875em;
  line-height: 1.9;
  letter-spacing: 0.75px;
}
.person-item-fake-holder .person-item .details {
  display: block;
  margin-bottom: 2em;
}
.person-item-fake-holder .person-item .details .name {
  font-family: "HarmoniaSans Bold", sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.375;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.5em;
}
.person-item-fake-holder .person-item .details .title {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1.375;
  letter-spacing: 1.3px;
}
.reference-item {
  border: 3px solid rgba(213, 213, 219, 0.15);
  border-radius: 4px;
  margin-bottom: 6em;
  min-height: 350px;
}
@media (max-width: 1089px) {
  .reference-item {
    margin-bottom: 2em;
  }
}
.reference-item .thumb {
  display: block;
  height: 100%;
}
.reference-item .thumb img {
  display: block;
  width: 100%;
  min-height: calc(350px + 4px);
  height: calc(100% + 4px);
  margin: -2px 0 -2px -2px;
  border-radius: 4px 0 0 4px;
  object-fit: cover;
}
.reference-item .box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.75em 0.5em 1.75em 2.5em;
}
@media (max-width: 1089px) {
  .reference-item .box {
    padding-left: 0.5em;
  }
}
.reference-item .box .content .title {
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
.reference-item .box .content .text {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1.15px;
  margin-bottom: 1.5em;
}
.reference-item .box .author {
  font-family: "Dinpro Regular", serif;
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.reference-item .right-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  padding: 1.5em 1.5em 1.5em 0;
}
.reference-item .right-box .logo {
  display: block;
}
@media (max-width: 1089px) {
  .reference-item .right-box .logo {
    margin-bottom: 2.5em;
  }
}
.reference-item .right-box .logo img {
  display: block;
  width: 100%;
  max-width: 200px;
}
.article-item-fake-holder {
  padding-bottom: 2em;
}
.article-item-fake-holder:last-of-type .article-item-small {
  border-right: 1px solid rgba(213, 213, 219, 0.5);
}
@media (max-width: 575px) {
  .article-item-fake-holder:last-of-type .article-item-small {
    border-right: none;
  }
}
.article-item-fake-holder .article-item-small {
  display: block;
  padding: 1.25em 0.75em;
  border-left: 1px solid rgba(213, 213, 219, 0.5);
  height: 100%;
  max-width: 180px;
}
.article-item-fake-holder .article-item-small:hover {
  background: rgba(244, 243, 245, 0.3);
}
.article-item-fake-holder .article-item-small .date {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 0.81rem;
  line-height: 1;
  letter-spacing: 1.65px;
  color: #fff;
}
.article-item-fake-holder .article-item-small .title {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 1.1px;
  margin-bottom: 1.75em;
}
.article-item-fake-holder .article-item-small .author,
.article-item-fake-holder .article-item-small .tags {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 0.81rem;
  letter-spacing: 1.45px;
  color: #fff;
}
.article-item-fake-holder .article-item-small .author {
  text-transform: uppercase;
  margin-bottom: 2.5em;
}
.article-item {
  position: relative;
  display: block;
  border-left: 1px solid rgba(213, 213, 219, 0.5);
  height: 100%;
  padding: 6em 0.75em;
}
.article-item:last-child {
  border-right: 1px solid rgba(213, 213, 219, 0.5);
}
.article-item:hover {
  background: rgba(244, 243, 245, 0.3);
}
.article-item .year {
  position: absolute;
  top: 0;
  left: 0.75rem;
  display: inline-block;
  font-family: "Dinpro Regular", serif;
  font-size: 3rem;
  line-height: 1.25;
  letter-spacing: 1.7px;
}
.article-item .date {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 1;
  letter-spacing: 1.8px;
  color: #fff;
  margin-bottom: 1em;
}
.article-item .title {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 0.95rem;
  line-height: 1.4;
  letter-spacing: 1.2px;
  margin-bottom: 4em;
}
.article-item .author,
.article-item .tags {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 1.4;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2em;
}
.article-item .gallery img {
  display: block;
  width: 100%;
  margin-bottom: 0.25em;
}
.page-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 2.5em;
}
.page-heading .subtitle {
  color: #fff;
  margin-bottom: 0.75em;
  text-transform: uppercase;
}
.page-heading .title {
  margin-bottom: 1.5em;
}
.page-heading p {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.9px;
  margin-bottom: 1.5em;
}
.page-heading p strong,
.page-heading p b {
  font-family: "HarmoniaSans Bold", sans-serif;
  font-weight: 700;
}
.filter-holder {
  position: relative;
  margin-bottom: 1.5em;
}
.filter-holder .filter-title {
  display: flex;
  justify-content: center;
  text-align: center;
}
.filter-holder .filter-title.align-left {
  justify-content: flex-start;
  text-align: left;
}
.filter-holder .filter-title.align-left .filter-toggle-button {
  justify-content: flex-start;
}
.filter-holder .filter-title .filter-toggle-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: rgba(213, 213, 219, 0.15);
  min-width: 0;
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #fff;
  text-transform: uppercase;
  padding: 1em 2em;
  transition: all 200ms ease-in-out 200ms;
}
.filter-holder .filter-title .filter-toggle-button i {
  transform: rotate(-270deg);
  transition: all 200ms ease-in-out;
}
.filter-holder .filter-title .filter-toggle-button:focus {
  outline: none;
}
.filter-holder .filter-items {
  background: rgba(213, 213, 219, 0.15);
  max-height: 0;
  padding: 0 2em;
  overflow: hidden;
  color: transparent;
  transition: all 200ms ease-in-out;
}
.filter-holder .filter-items ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-holder .filter-items label {
  display: flex;
  align-items: center;
  font-size: 0.81rem;
  cursor: pointer;
}
@media (max-width: 1089px) {
  .filter-holder .filter-items label {
    margin: 0.25em 0;
    padding: 0.35em 0;
  }
}
.filter-holder.active .filter-title .filter-toggle-button {
  min-width: 100%;
  transition: all 200ms ease-in-out;
}
.filter-holder.active .filter-title .filter-toggle-button i {
  transform: rotate(-90deg);
}
.filter-holder.active .filter-items {
  max-height: 400px;
  overflow-y: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #000;
  transition: all 200ms ease-in-out 200ms;
}
.page-nav {
  margin-bottom: 2.5em;
}
.small-column-content {
  margin-bottom: 2em;
}
.small-column-content .text-underline {
  text-decoration: underline;
}
.small-column-content .name {
  font-family: "HarmoniaSans Bold", sans-serif;
  font-weight: 700;
  font-size: 0.81rem;
  line-height: 1.2;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0.5em;
}
.small-column-content .title {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 1.3px;
  margin-bottom: 2em;
}
.small-column-content .thumb {
  display: block;
  max-width: 80%;
  margin-bottom: 2em;
}
.small-column-content .box {
  margin-bottom: 3em;
}
.small-column-content .box > .heading {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 1px;
  margin-bottom: 0.25em;
}
.small-column-content .box > .label {
  font-family: "Dinpro Regular", serif;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 1.5em;
}
.column-content {
  margin-bottom: 2em;
  padding-left: 3em;
}
@media (max-width: 1089px) {
  .column-content {
    padding-left: 0;
  }
}
.column-content .thumb {
  margin-bottom: 2.5em;
}
.column-content .thumb img {
  display: block;
  width: 100%;
  max-height: 275px;
  object-fit: cover;
}
.column-content .content {
  font-family: "HarmoniaSans Regular", sans-serif;
  margin-bottom: 3em;
}
.column-content .content h1 {
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 2px;
}
.column-content .content p,
.column-content .content ul,
.column-content .content ol,
.column-content .content span {
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.9px;
}
.column-content .content p strong,
.column-content .content ul strong,
.column-content .content ol strong,
.column-content .content span strong,
.column-content .content p b,
.column-content .content ul b,
.column-content .content ol b,
.column-content .content span b {
  font-family: "HarmoniaSans Bold", sans-serif;
  font-weight: 700;
}
.column-content .content a {
  text-decoration: underline;
}
.column-content .content img {
  width: unset;
  max-width: 100%;
  max-height: unset;
  object-fit: contain;
}
.column-content .content .quote-large {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.3;
  letter-spacing: 1.4px;
  margin-bottom: 1.5em;
  color: #fff;
  margin-left: 4rem;
  padding-left: 2rem;
  font-size: 1.75em !important;
  line-height: 1.5 !important;
  letter-spacing: 1.4px !important;
}
.column-content .content .quote-large.border-left {
  border-left: 2px solid #fff;
}
.column-content .content .quote-details {
  font-family: "Dinpro Regular", serif !important;
  font-size: 0.875em !important;
  line-height: 1.3 !important;
  letter-spacing: 1px !important;
  color: #fff;
  padding-left: 6rem;
}
.column-content .content .photo-caption {
  font-size: 0.81em;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #fff;
}
.column-content .content .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 2rem;
}
.column-content .content .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.share-menu ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .share-menu ul {
    flex-direction: column;
  }
}
.share-menu ul > li {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
  border-left: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .share-menu ul > li {
    text-align: left;
  }
}
.share-menu ul > li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  z-index: -1;
  transition: width 200ms ease-in-out;
}
.share-menu ul > li:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .share-menu ul > li {
    border-right: none;
    border-bottom: none;
  }
  .share-menu ul > li:last-child {
    border-bottom: 1px solid #fff;
  }
}
.share-menu ul > li > a {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 1.5px;
  line-height: 4;
  color: #fff;
  cursor: pointer;
  background: -webkit-linear-gradient(0deg, #000, #000 50%, #fff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 200ms ease-in-out;
}
.share-menu ul > li > a i {
  display: initial;
  vertical-align: middle;
}
.share-menu ul > li:hover::before {
  width: 100%;
}
.share-menu ul > li:hover > a {
  background-position: 0%;
}
#shareModal .body,
.shareModal .body {
  display: flex;
  justify-content: space-around;
}
#shareModal .body .link,
.shareModal .body .link {
  color: #fff;
}
#shareModal .body .link i,
.shareModal .body .link i {
  font-size: 2.5em;
}
.quote-box {
  color: #fff;
  margin-bottom: 1em;
}
.quote-box .quote {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.3;
  letter-spacing: 1.4px;
  margin-bottom: 1.5em;
}
.quote-box .quote-details {
  font-family: "Dinpro Regular", serif;
  font-size: 0.875em;
  line-height: 1.3;
  letter-spacing: 1px;
}
.next-article-link {
  text-align: right;
}
.next-article-link a i {
  vertical-align: middle;
}
.article-features .article-feature {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .article-features .article-feature {
    flex-direction: column;
  }
}
.article-features .article-feature .thumb {
  min-width: 148px;
  margin: 0 30px 0 0;
}
@media (max-width: 768px) {
  .article-features .article-feature .thumb {
    margin: 0 0 30px 0;
  }
}
.article-features .article-feature .thumb img {
  height: auto;
  max-width: 100%;
  display: block;
}
.article-features .article-feature .title a {
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.14px;
  text-decoration: none;
}
.article-features .icon-circle-arrowleft {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 1500;
  cursor: pointer;
}
.article-features .icon-circle-arrowleft:hover::before {
  content: '\25';
}
.article-features .icon-circle-arrowright {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 1500;
  cursor: pointer;
}
.article-features .icon-circle-arrowright:hover::before {
  content: '\26';
}
.newsletter-list {
  padding-bottom: 4em;
}
.newsletter-list .item {
  margin-bottom: 2em;
}
.newsletter-list .item .date {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 1.5px;
  margin-bottom: 0.5em;
  color: #fff;
}
.newsletter-list .slick-list .slick-track {
  width: 100%;
}
.newsletter-list .slick-list .slick-track .slick-slide {
  width: 100%;
}
.newsletter-list .slider-prev,
.newsletter-list .slider-next {
  position: absolute;
  bottom: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.25em;
}
.newsletter-list .slider-prev:focus,
.newsletter-list .slider-next:focus {
  outline: none;
}
.newsletter-list .slider-prev {
  left: 0;
}
.newsletter-list .slider-next {
  right: 0;
}
.event-gallery-modal-body img {
  width: 100%;
  object-fit: cover;
}
.home-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .home-index {
    padding: 1em 0 0;
  }
}
.home-index .slider-section {
  overflow-x: hidden;
  margin-bottom: 4rem;
}
@media (max-width: 1089px) {
  .home-index .slider-section .slider-row {
    flex-direction: column-reverse;
  }
}
.home-index .slider-section .slider-row .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.home-index .slider-section .slider-row .content .slick-list {
  overflow: unset;
}
.home-index .slider-section .slider-row .content .slider-text .slide .box {
  position: relative;
}
.home-index .slider-section .slider-row .content .slider-text .slide .box::before {
  content: '';
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, 0);
  background: rgba(213, 213, 219, 0.15);
}
.home-index .slider-section .slider-row .content .slider-text .slide .box .text {
  margin: 2em 0;
  padding: 1.5em 0;
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 1.75rem;
  line-height: 1.6;
  letter-spacing: 1.9px;
}
.home-index .slider-section .slider-row .content .slider-text .slide .box .text span {
  color: #fff;
}
.home-index .slider-section .slider-row .content .slider-text .slide .link {
  text-align: center;
}
.home-index .slider-section .slider-row .thumb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50vw;
}
@media (max-width: 1089px) {
  .home-index .slider-section .slider-row .thumb {
    position: relative;
    width: 100%;
    top: auto;
    height: 400px;
    max-height: 400px;
  }
}
.home-index .slider-section .slider-row .thumb .slider-image {
  height: 100%;
}
.home-index .slider-section .slider-row .thumb .slider-image .slick-list {
  height: 100%;
}
.home-index .slider-section .slider-row .thumb .slider-image .slick-list .slick-track {
  height: 100%;
}
.home-index .slider-section .slider-row .thumb .slider-image .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
.home-index .slider-section .slider-row .thumb .slick-dots {
  position: absolute;
  bottom: 1.5em;
  left: calc(50% - 2em);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translate(-50%, 0);
}
@media (max-width: 1089px) {
  .home-index .slider-section .slider-row .thumb .slick-dots {
    left: 50%;
  }
}
.home-index .slider-section .slider-row .thumb .slick-dots > li {
  display: block;
  margin: 0 0.5em;
}
.home-index .slider-section .slider-row .thumb .slick-dots > li.slick-active button {
  background: rgba(36, 172, 228, 0.6);
}
.home-index .slider-section .slider-row .thumb .slick-dots > li button {
  position: relative;
  border: none;
  background: transparent;
  color: transparent;
  font-size: 2.5em;
  line-height: 0.53em;
  padding: 0;
  border-radius: 50%;
}
.home-index .slider-section .slider-row .thumb .slick-dots > li button::before {
  content: '';
  position: absolute;
  top: 0.15em;
  right: 0.15em;
  bottom: 0.15em;
  left: 0.15em;
  background: #24ace4;
  border-radius: 50%;
}
.home-index .slider-section .slider-row .thumb .item {
  position: relative;
  height: 100%;
}
.home-index .slider-section .slider-row .thumb .item img {
  display: block;
  height: 100%;
  width: 50vw;
  object-fit: cover;
}
@media (max-width: 1089px) {
  .home-index .slider-section .slider-row .thumb .item img {
    width: 100%;
  }
}
.home-index .who-we-are-section {
  padding: 7rem 0 7.35rem;
}
.home-index .who-we-are-section .heading {
  text-align: center;
  margin-bottom: 4em;
}
.home-index .who-we-are-section .heading h2 {
  font-family: "Dinpro Bold", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 2.8px;
  color: #2f3432;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
}
.home-index .who-we-are-section .person-items {
  margin-bottom: 1em;
}
.home-index .who-we-are-section .person-items .homepage-person-slider {
  margin: 0 -1.5rem;
}
@media (max-width: 575px) {
  .home-index .who-we-are-section .person-items .homepage-person-slider {
    margin: 0;
  }
}
.home-index .who-we-are-section .footer {
  text-align: center;
}
.home-index .what-we-do-section {
  background: rgba(213, 213, 219, 0.15);
  padding: 10em 0 4rem;
}
.home-index .what-we-do-section .heading {
  text-align: center;
  margin-bottom: 4em;
}
.home-index .what-we-do-section .heading h2 {
  font-family: "Dinpro Bold", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 2.8px;
  color: #2f3432;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 0.75em;
  color: #fff;
}
.home-index .what-we-do-section .heading p {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 1.375em;
  line-height: 1.7;
  letter-spacing: 1.2px;
  margin: 0;
}
.home-index .what-we-do-section .body {
  margin-bottom: 3em;
}
.home-index .what-we-do-section .body .box {
  margin-bottom: 1.5em;
}
@media (max-width: 1089px) {
  .home-index .what-we-do-section .body .box {
    margin-bottom: 3em;
  }
}
.home-index .what-we-do-section .body .box > .title {
  display: block;
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 1.31rem;
  line-height: 1;
  letter-spacing: 1.15px;
  margin-bottom: 1em;
}
.home-index .what-we-do-section .body .box .items .item {
  display: flex;
  align-items: center;
  padding: 1.25em 0;
  border-bottom: 1px solid #dddddd;
}
.home-index .what-we-do-section .body .box .items .item:first-child {
  border-top: 1px solid #dddddd;
}
.home-index .what-we-do-section .body .box .items .item .thumb {
  display: block;
  height: 3em;
  width: auto;
  margin-right: 2em;
}
.home-index .what-we-do-section .body .box .items .item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 1em;
  transition: all 200ms ease-in-out;
}
.home-index .what-we-do-section .body .box .items .item .content .title {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 0.95;
  letter-spacing: 1.9px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.home-index .what-we-do-section .body .box .items .item .content i {
  color: #fff;
}
.home-index .what-we-do-section .body .box .items .item:hover .content {
  padding-left: 1em;
  padding-right: 0;
}
.home-index .what-we-do-section .footer {
  text-align: center;
}
.home-index .what-we-do-section .footer .btn-holder {
  display: inline-block;
}
.home-index .references-section {
  padding: 7em 0 5em;
}
.home-index .references-section .heading {
  text-align: center;
  margin-bottom: 4em;
}
.home-index .references-section .heading h2 {
  font-family: "Dinpro Bold", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 2.8px;
  color: #2f3432;
  margin: 0;
  margin-bottom: 0.75em;
  text-transform: uppercase;
  color: #fff;
}
.home-index .references-section .heading p {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 1.375em;
  line-height: 1.7;
  letter-spacing: 1.2px;
  margin: 0;
}
.home-index .references-section .footer {
  text-align: center;
}
.home-index .references-section .footer a {
  margin: 0 1.5em 1em;
}
@media (max-width: 767px) {
  .home-index .references-section .footer a {
    margin: 0 0 1em;
  }
}
.home-index .article-section {
  padding: 7em 0 5em;
  background: rgba(213, 213, 219, 0.15);
}
.home-index .article-section .heading {
  text-align: center;
  margin-bottom: 4em;
}
.home-index .article-section .heading > .title {
  text-transform: uppercase;
  color: #fff;
}
.home-index .article-section .body {
  margin-bottom: 3em;
}
.home-index .article-section .body .text p {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 1.625rem;
  line-height: 1.85;
  letter-spacing: 1.4px;
}
.home-index .article-section .footer {
  text-align: center;
}
.team-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .team-index {
    padding: 1em 0 0;
  }
}
.team-index .team-section .filter-holder {
  margin-bottom: 4em;
}
.team-index .team-section .map {
  width: 80%;
  margin: 25px auto 150px;
  position: relative;
}
@media (max-width: 576px) {
  .team-index .team-section .map {
    display: none;
  }
}
.team-index .team-section .map img {
  width: 100%;
  opacity: 0.28;
}
.team-index .team-section .map .item {
  cursor: pointer;
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px;
  border-radius: 50%;
  background: #fff;
  animation-name: resize;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  box-shadow: 0 0 5px rgba(47, 52, 50, 0.5);
}
@keyframes resize {
  50% {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
  }
  70% {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
  }
  80% {
    width: 16px;
    height: 16px;
    margin-left: -8px;
    margin-top: -8px;
  }
  100% {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
  }
}
.team-index .team-section .group {
  margin-bottom: 3em;
}
.team-index .team-section .group > .title {
  margin-bottom: 1em;
}
.team-index .team-section .group .item,
.projects-and-expertise-person {
  display: block;
  margin-bottom: 2.5em;
}
.team-index .team-section .group .item > .name,
.projects-and-expertise-person > .name {
  font-family: "HarmoniaSans Bold", sans-serif;
  font-weight: 700;
  font-size: 0.81rem;
  line-height: 1.2;
  letter-spacing: 1.8px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.team-index .team-section .group .item > .title,
.projects-and-expertise-person > .title {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 1.3px;
}
.team-index .team-section .footer-text {
  text-align: center;
  margin: 2em 0 6em;
}
.what-we-do-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .what-we-do-index {
    padding: 1em 0 0;
  }
}
.what-we-do-index .what-we-do-section .page-heading {
  margin-bottom: 6em;
}
@media (max-width: 575px) {
  .what-we-do-index .what-we-do-section .page-heading .button-primary-outline {
    margin-bottom: 0.5em;
  }
}
.what-we-do-index .what-we-do-section .items {
  margin-bottom: 2em;
}
.what-we-do-index .what-we-do-section .items .item {
  display: flex;
  min-height: 270px;
  margin-bottom: 2.5em;
  animation: animateCompanyFeatureLine 400ms ease-in-out forwards;
}
@keyframes animateCompanyFeatureLine {
  from {
    min-height: 0;
    height: 3em;
    max-height: 0%;
    overflow: hidden;
  }
  to {
    min-height: 270px;
    height: auto;
    max-height: 100%;
    overflow: unset;
  }
}
.what-we-do-index .what-we-do-section .items .item:last-child {
  min-height: auto;
}
.what-we-do-index .what-we-do-section .items .item:last-child .line .box {
  display: none;
}
.what-we-do-index .what-we-do-section .items .item .line {
  position: relative;
}
.what-we-do-index .what-we-do-section .items .item .line .box {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 44px;
  bottom: 0;
  min-height: 1em;
}
.what-we-do-index .what-we-do-section .items .item .line .box.hide {
  display: none;
}
.what-we-do-index .what-we-do-section .items .item .line .box .dashed {
  position: absolute;
  top: 0;
  left: 50%;
  height: 75%;
  border-left: 2px dashed #fff;
}
.what-we-do-index .what-we-do-section .items .item .line .box .bg {
  position: absolute;
  left: 0;
  right: 0;
  height: 65%;
  background: -webkit-linear-gradient(top, #24ace4, rgba(36, 172, 228, 0.01));
  /*Safari 5.1-6*/
  background: linear-gradient(to bottom, #24ace4, rgba(36, 172, 228, 0.01));
  /*Standard*/
}
.what-we-do-index .what-we-do-section .items .item .line .box .solid {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 25%;
  border-left: 2px solid #fff;
}
.what-we-do-index .what-we-do-section .items .item .line .box .arrow {
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: center;
  padding-left: 1px;
}
.what-we-do-index .what-we-do-section .items .item .line .box .arrow svg {
  width: 17px;
}
.what-we-do-index .what-we-do-section .items .item .line .box .arrow svg * {
  fill: #fff;
}
.what-we-do-index .what-we-do-section .items .item .line .number {
  position: relative;
  border: 2px solid #fff;
  width: 3em;
  height: 3em;
  text-align: center;
  border-radius: 50%;
  font-family: "Dinpro Bold", serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 3em;
  letter-spacing: 1.9px;
  text-indent: 1.9px;
  color: #fff;
}
.what-we-do-index .what-we-do-section .items .item .content {
  padding: 0.75em 0 0.75em 4em;
}
@media (max-width: 575px) {
  .what-we-do-index .what-we-do-section .items .item .content {
    padding-left: 1em;
  }
}
.what-we-do-index .what-we-do-section .items .item .content .title {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.portfolio-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .portfolio-index {
    padding: 1em 0 0;
  }
}
.portfolio-index .portfolio-section .page-heading .subtitle {
  margin-bottom: 3em;
}
.portfolio-index .portfolio-section .filter-holder {
  margin-bottom: 4em;
}
.portfolio-index .portfolio-section .items {
  margin-bottom: 30vw;
}
.portfolio-index .portfolio-section .items .item {
  display: block;
  padding: 0 1.5em;
  margin-bottom: 2.5em;
}
.portfolio-index .portfolio-section .items .item img {
  display: block;
  width: 100%;
}
.investments-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .investments-index {
    padding: 1em 0 0;
  }
}
.investments-index .investments-section .page-heading .subtitle {
  margin-bottom: 3em;
}
.investments-index .investments-section .page-heading .title {
  margin-bottom: 1em;
}
.investments-index .investments-section .filter-holder {
  margin-bottom: 6em;
}
.investments-index .investments-section .items {
  margin-bottom: 6em;
}
.investments-index .investments-section .items .item {
  padding: 0 1.5em;
  margin-bottom: 2.5em;
}
.investments-index .investments-section .items .item img {
  display: block;
  width: 100%;
}
.case-studies-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .case-studies-index {
    padding: 1em 0 0;
  }
}
.case-studies-index .case-studies-section .page-heading .title {
  margin-bottom: 1em;
}
.case-studies-index .case-studies-section .filter-holder {
  margin-bottom: 6em;
}
.case-studies-index .case-studies-section .items {
  margin-bottom: 10em;
}
.offer-category-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .offer-category-index {
    padding: 1em 0 0;
  }
}
.offer-category-index .offer-category-section .page-heading {
  margin-bottom: 6em;
}
.offer-category-index .offer-category-section .menu {
  padding: 0 7em;
}
@media (max-width: 1089px) {
  .offer-category-index .offer-category-section .menu {
    padding: 0;
  }
}
.offer-category-index .offer-category-section .menu ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0 0 4em;
  padding: 0;
}
@media (max-width: 575px) {
  .offer-category-index .offer-category-section .menu ul {
    flex-direction: column;
  }
}
.offer-category-index .offer-category-section .menu ul > li {
  display: block;
  width: 100%;
}
.offer-category-index .offer-category-section .menu ul > li > a {
  display: block;
  text-align: center;
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1.15px;
  color: #000;
  padding: 0.75em;
  border-bottom: 3px solid rgba(255, 255, 255, 0.27);
}
.offer-category-index .offer-category-section .menu ul > li.active > a {
  color: #fff;
  border-bottom-color: #fff;
}
.offer-category-index .offer-category-section .items .item {
  margin-bottom: 3.5em;
  padding-right: 2.5em;
}
@media (max-width: 1089px) {
  .offer-category-index .offer-category-section .items .item {
    padding-right: 0;
  }
}
.offer-category-index .offer-category-section .items .item .thumb {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1089px) {
  .offer-category-index .offer-category-section .items .item .thumb {
    justify-content: center;
    margin-bottom: 3em;
  }
}
.offer-category-index .offer-category-section .items .item .thumb a {
  display: block;
}
.offer-category-index .offer-category-section .items .item .thumb a img {
  display: block;
  width: 100%;
}
.offer-category-index .offer-category-section .items .item .content {
  padding-right: 6em;
}
@media (max-width: 575px) {
  .offer-category-index .offer-category-section .items .item .content {
    padding-right: 2em;
  }
}
.offer-category-index .offer-category-section .items .item .content > .title {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 1.3px;
  margin-bottom: 0.75em;
}
.offer-category-index .offer-category-section .items .item .link {
  text-align: right;
}
.offer-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .offer-index {
    padding: 1em 0 0;
  }
}
.offer-index .offer-section {
  padding-bottom: 6em;
  overflow-x: hidden;
}
.offer-index .offer-section .box {
  padding-bottom: 4em;
}
.offer-index .offer-section .box .heading {
  margin-bottom: 5em;
}
.offer-index .offer-section .box .heading .thumb {
  max-width: 200px;
  margin-bottom: 2em;
}
.offer-index .offer-section .box .heading .thumb img {
  display: block;
  max-width: 100%;
}
.offer-index .offer-section .box .heading .title {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 1.3px;
  margin-bottom: 0.5em;
}
.offer-index .offer-section .box .heading .text {
  padding-right: 3em;
}
.offer-index .offer-section .box .heading .text a {
  text-decoration: underline;
}
.offer-index .offer-section .box .footer a {
  min-width: 85%;
  margin-bottom: 0.5em;
}
@media (max-width: 1089px) {
  .offer-index .offer-section .box .footer a {
    min-width: 100%;
  }
}
.offer-index .offer-section .content-holder {
  overflow-y: scroll;
  direction: rtl;
  height: 100%;
  max-height: 80vh;
  padding: 0 1.5em;
}
@media (max-width: 1089px) {
  .offer-index .offer-section .content-holder {
    margin-bottom: 2em;
  }
}
.offer-index .offer-section .content-holder .content {
  direction: ltr;
  font-family: "Dinpro Regular", serif;
  font-size: 0.81rem;
  line-height: 2.15;
  letter-spacing: 1px;
}
.offer-index .offer-section .right-thumb {
  position: relative;
  height: 100%;
  min-height: 350px;
  max-height: 80vh;
  z-index: 1;
}
.offer-index .offer-section .right-thumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50vw;
  background: #fff;
  z-index: -1;
}
@media (max-width: 1089px) {
  .offer-index .offer-section .right-thumb::before {
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.offer-index .offer-section .right-thumb img,
.offer-index .offer-section .right-thumb svg {
  display: block;
  height: 100%;
  width: auto;
  min-height: 770px;
  max-height: 100%;
}
@media (max-width: 1539px) {
  .offer-index .offer-section .right-thumb img,
  .offer-index .offer-section .right-thumb svg {
    min-height: 570px;
  }
}
@media (max-width: 1089px) {
  .offer-index .offer-section .right-thumb img,
  .offer-index .offer-section .right-thumb svg {
    width: 100%;
    height: auto;
  }
}
.team-show-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .team-show-index {
    padding: 1em 0 0;
  }
}
.team-show-index .team-show-section {
  padding: 0 0 8em;
}
.case-study-show-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .case-study-show-index {
    padding: 1em 0 0;
  }
}
.case-study-show-index .case-study-show-section {
  padding: 0 0 3em;
}
.case-study-show-index .case-study-show-section .small-column-content .title {
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.case-study-show-index .case-study-show-section .small-column-content .thumb {
  margin-bottom: 4em;
}
.case-study-show-index .case-study-show-section .share-menu {
  margin-bottom: 5.5em;
}
.case-study-show-index .case-study-show-section .content-holder .content img {
  min-height: 3em;
}
.contact-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .contact-index {
    padding: 1em 0 0;
  }
}
.contact-index .contact-section {
  padding: 0 0 2em;
}
.contact-index .contact-section .left-column .text {
  margin-bottom: 5em;
}
.contact-index .contact-section .page-heading {
  align-items: flex-start;
  text-align: left;
}
.contact-index .contact-section .form {
  margin-bottom: 6em;
}
.contact-index .contact-section .form .submit {
  text-align: right;
}
.contact-index .contact-section .career .heading {
  margin-bottom: 4em;
}
.contact-index .contact-section .career .heading > .title {
  margin-bottom: 1em;
}
.contact-index .contact-section .career .items .item {
  margin-bottom: 3em;
}
.contact-index .contact-section .career .items .item > .title {
  font-family: "HarmoniaSans Bold", sans-serif;
  font-weight: 700;
  font-size: 0.81rem;
  line-height: 1.2;
  letter-spacing: 1.8px;
  color: #fff;
  margin-bottom: 0.75em;
}
.contact-index .contact-section .career .items .item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-index .contact-section .career .items .item .content .name {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.4;
  letter-spacing: 1.3px;
  margin: 0;
}
.contact-index .contact-section .career .items .item .content .button {
  color: #fff;
}
.contact-index .contact-section .career .items .item .content .button i {
  font-size: 2em;
}
.contact-index .contact-section .career .items .item .content .button:hover i::before {
  content: "\3d";
}
.blog-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .blog-index {
    padding: 1em 0 0;
  }
}
.blog-index .blog-section {
  padding: 0 0 3em;
}
.blog-index .blog-section .filter-holder {
  margin-bottom: 5em;
}
.blog-index .blog-section .slick-track {
  display: flex;
}
.blog-index .blog-section .slick-track .slick-slide {
  height: auto;
}
.blog-index .blog-section .slick-track .slick-slide > div {
  height: 100%;
}
.blog-index .blog-section .slider-prev,
.blog-index .blog-section .slider-next {
  position: absolute;
  bottom: 100%;
  z-index: 500;
  background: transparent;
  border: none;
  color: #fff;
}
.blog-index .blog-section .slider-prev i,
.blog-index .blog-section .slider-next i {
  font-size: 3rem;
}
.blog-index .blog-section .slider-prev {
  left: 0;
}
.blog-index .blog-section .slider-prev i {
  transform: rotate(180deg);
}
.blog-index .blog-section .slider-next {
  right: 0;
}
.job-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .job-index {
    padding: 1em 0 0;
  }
}
.job-index .job-section .page-heading {
  text-align: left;
  align-items: flex-start;
}
.job-index .job-section .lists {
  margin-bottom: 10em;
}
.job-index .job-section .lists .list-title {
  display: flex;
  align-items: center;
  margin-bottom: 0.75em;
}
.job-index .job-section .lists .list-title i {
  color: #fff;
  margin-right: 0.25em;
}
.job-index .job-section .lists .list-title > .title {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  margin: 0;
}
.job-index .job-section .lists .list-primary {
  margin-bottom: 3.5em;
}
.job-index .job-section .lists .list-primary ul li {
  padding-left: 0.75em;
  margin-left: 0.5em;
}
.job-index .job-section .apply {
  margin-bottom: 6em;
}
.job-index .job-section .apply > .title {
  margin-bottom: 1em;
}
.job-index .job-section .apply .subtitle {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
}
.job-index .job-section .apply .inputs {
  margin-bottom: 5em;
}
.job-index .job-section .apply .files {
  margin-bottom: 5em;
}
.job-index .job-section .apply .custom-filex {
  display: none;
}
.job-index .job-section .apply .form-file-holder {
  margin-bottom: 2rem;
}
.job-index .job-section .apply .form-file-error {
  font-size: 0.85em;
  color: #FA5158;
}
.job-index .job-section .apply .form-file {
  display: flex;
  align-items: center;
  width: 100%;
}
.job-index .job-section .apply .form-file.attached .button-circle {
  border-color: transparent;
}
.job-index .job-section .apply .form-file .button-circle {
  margin-right: 0.75em;
  cursor: pointer;
}
.job-index .job-section .apply .form-file .file-label {
  cursor: pointer;
}
.job-index .job-section .apply .form-file .button-primary-outline {
  padding-left: 1em;
  padding-right: 1em;
}
.job-index .job-section .apply .form-file .button-primary-outline.active {
  background-position: 0%;
}
.job-index .job-section .apply .form-file .button-primary-outline.active:before {
  width: 100%;
}
.job-index .job-section .apply .form-custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 2em;
}
.job-index .job-section .apply .form-custom-radio .button-circle {
  margin-right: 0.75em;
  cursor: pointer;
}
.job-index .job-section .apply .form-custom-radio[type="radio"] {
  display: none;
}
.job-index .job-section .apply .form-custom-radio[type="radio"]:checked + label {
  font-weight: bold;
}
.job-index .job-section .apply .form-custom-radio:before {
  content: '';
}
.job-index .job-section .apply .form-custom-radio .button-primary-outline {
  padding-left: 1em;
  padding-right: 1em;
}
.job-index .job-section .apply .form-custom-radio .button-primary-outline.active {
  background-position: 0%;
}
.job-index .job-section .apply .form-custom-radio .button-primary-outline.active:before {
  width: 100%;
}
.job-index .job-section .apply .form-check {
  display: none;
}
.job-index .job-section .apply .submit {
  text-align: right;
}
.job-index .job-section .apply .button {
  color: #fff;
  margin-right: 1em;
}
.job-index .job-section .apply .button i {
  font-size: 2.25em;
  cursor: pointer;
}
.job-index .job-section .apply .button:hover i.icon-circle-exit::before {
  content: "\28";
}
.job-index .job-section .apply .button:hover i.icon-circle-check::before {
  content: "\7e";
}
.job-index .job-section .apply .button:hover i.icon-circle-attach::before {
  content: "\68";
}
.resources-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .resources-index {
    padding: 1em 0 0;
  }
}
.resources-index .resources-section .page-heading {
  align-items: flex-start;
  text-align: left;
}
.resources-index .resources-section .items {
  margin-bottom: 6em;
}
.resources-index .resources-section .items .item {
  border: 3px solid #f4f3f5;
  border-radius: 4px;
  margin-bottom: 3em;
}
.resources-index .resources-section .items .item .heading,
.resources-index .resources-section .items .item .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 1.5em 4em 1.5em 1.5em;
}
@media (max-width: 1439px) {
  .resources-index .resources-section .items .item .heading,
  .resources-index .resources-section .items .item .content {
    padding: 1.5em;
  }
}
.resources-index .resources-section .items .item .heading > .title,
.resources-index .resources-section .items .item .content > .title {
  text-transform: uppercase;
  color: #000;
}
.resources-index .resources-section .items .item .heading > .text,
.resources-index .resources-section .items .item .content > .text {
  margin: 0;
}
.resources-index .resources-section .items .item .thumb img {
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  margin-top: -3px;
  margin-bottom: -3px;
  border-radius: 0 4px 4px 0;
}
.resources-index .resources-section .items .item .link {
  position: relative;
  display: block;
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1px;
  padding: 1em 0.25em;
  border-bottom: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  background: -webkit-linear-gradient(0deg, #000, #000 50%, #fff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: all 200ms ease-in-out;
}
.resources-index .resources-section .items .item .link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  z-index: -1;
  transition: width 200ms ease-in-out;
}
.resources-index .resources-section .items .item .link:first-of-type {
  border-top: 1px solid #fff;
}
.resources-index .resources-section .items .item .link:hover {
  background-position: 0%;
}
.resources-index .resources-section .items .item .link:hover::before {
  width: 100%;
}
.events-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .events-index {
    padding: 1em 0 0;
  }
}
.events-index .events-section .page-heading {
  align-items: flex-start;
  text-align: left;
}
.events-index .events-section .view-type {
  color: #fff;
}
.events-index .events-section .view-type a {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 1em;
  transition: color 0.2s;
}
.events-index .events-section .view-type a i {
  font-size: 2.5em;
}
.events-index .events-section .view-type a.active {
  color: #fff;
}
.events-index .events-section .view-type a:hover:not(.active) {
  color: #c1bbc7;
}
.events-index .events-section .items-card > .title,
.events-index .events-section .items-list > .title {
  font-family: "HarmoniaSans Bold", sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1.25;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 2em;
}
.events-index .events-section .items-card .item .head > .heading,
.events-index .events-section .items-list .item .head > .heading {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1.15px;
  color: #fff;
  margin-bottom: 2em;
}
.events-index .events-section .items-card .item .box,
.events-index .events-section .items-list .item .box {
  display: flex;
  align-items: flex-start;
}
.events-index .events-section .items-card .item .box i,
.events-index .events-section .items-list .item .box i {
  line-height: 1;
}
.events-index .events-section .items-card .item .box .right,
.events-index .events-section .items-list .item .box .right {
  padding-top: 0.65em;
  padding-left: 1em;
}
.events-index .events-section .items-card .item .box .right .label,
.events-index .events-section .items-list .item .box .right .label {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 1.5px;
}
.events-index .events-section .items-card .items {
  margin-bottom: 4em;
}
.events-index .events-section .items-card .items .item {
  min-height: 220px;
  background: rgba(213, 213, 219, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25em;
  margin-bottom: 2em;
}
.events-index .events-section .items-list .item {
  background: rgba(213, 213, 219, 0.15);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  flex-wrap: wrap;
  padding: 20px;
}
.events-index .events-section .items-list .buttons {
  display: flex;
  margin-bottom: 4em;
}
@media (max-width: 1089px) {
  .events-index .events-section .items-list .buttons {
    flex-wrap: wrap;
  }
}
.events-index .events-section .items-list .buttons .button-primary-outline {
  width: 100%;
  flex-basis: 100%;
  font-size: 0.8rem;
  border-bottom: 1.5px solid #fff;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
}
@media (max-width: 1089px) {
  .events-index .events-section .items-list .buttons .button-primary-outline {
    width: 100%;
    border-bottom: none;
    border-right: none;
  }
  .events-index .events-section .items-list .buttons .button-primary-outline:last-child {
    border-bottom: 1.5px solid #fff;
  }
}
.events-index .events-section .items-list .buttons .button-primary-outline:last-child {
  border-right: none;
}
.events-index .events-section .items-list .buttons .button-primary-outline:hover {
  color: #24ace4;
}
.clinical-kol-navigator-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .clinical-kol-navigator-index {
    padding: 1em 0 0;
  }
}
.clinical-kol-navigator-index .clinical-kol-navigator-section {
  padding: 0 0 6em;
}
.clinical-kol-navigator-index .clinical-kol-navigator-section .page-heading {
  align-items: flex-start;
  text-align: left;
}
.clinical-kol-navigator-index .clinical-kol-navigator-section .link {
  margin-bottom: 2em;
}
.clinical-kol-navigator-index .clinical-kol-navigator-section .link .button-primary-outline {
  font-size: 20px;
}
.clinical-kol-navigator-index .clinical-kol-navigator-section ul {
  list-style: decimal;
  margin: 0;
  padding: 0 0 0 25px;
  font-weight: 400;
}
.fda-database-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .fda-database-index {
    padding: 1em 0 0;
  }
}
.fda-database-index .fda-database-section {
  padding: 0 0 6em;
}
.fda-database-index .fda-database-section .page-heading {
  align-items: flex-start;
  text-align: left;
}
.fda-database-index .fda-database-section .tips {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.fda-database-index .fda-database-section .tips .icon {
  color: #fff;
  margin-right: 0.5em;
}
.fda-database-index .fda-database-section .par-1 {
  margin-bottom: 50px;
}
.fda-database-index .fda-database-section .list-primary {
  margin-bottom: 50px;
  padding-left: 28px;
}
.fda-database-index .fda-database-section .list-primary li {
  padding-left: 1em;
}
.fda-database-index .fda-database-section .reset {
  text-align: right;
  margin-bottom: 2em;
}
.search-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .search-index {
    padding: 1em 0 0;
  }
}
.search-index .search-section {
  padding: 0 0 6em;
}
.search-index .search-section .search-items {
  margin-bottom: 3em;
}
.search-index .search-section .search-items > .title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.search-index .search-section .search-items .item {
  display: block;
  margin-bottom: 0.75em;
}
.search-index .search-section .search-items .item > .title {
  text-decoration: underline;
  margin: 0;
}
.terms-and-policies-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .terms-and-policies-index {
    padding: 1em 0 0;
  }
}
.terms-and-policies-index .terms-and-policies-section {
  padding: 0 0 6em;
}
.terms-and-policies-index .terms-and-policies-section .page-heading {
  align-items: flex-start;
  text-align: left;
}
.terms-and-policies-index .terms-and-policies-section .heading {
  margin-bottom: 2.5em;
}
.terms-and-policies-index .terms-and-policies-section .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.terms-and-policies-index .terms-and-policies-section .title .button {
  background: none;
  border: none;
  color: #fff;
  outline: none;
}
.terms-and-policies-index .terms-and-policies-section .title .button:focus {
  outline: none;
}
.terms-and-policies-index .terms-and-policies-section .title .button i {
  font-size: 2.5em;
  transition: all 200ms ease-in-out;
}
.terms-and-policies-index .terms-and-policies-section .title .button.rotate-svg i {
  transform: rotate(180deg);
}
.page-index {
  padding: 6em 0 0;
}
@media (max-width: 1439px) {
  .page-index {
    padding: 1em 0 0;
  }
}
.page-index .page-section {
  padding: 0 0 6em;
}
.page-index .page-section h1 {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 2.2rem;
  line-height: 1.3;
  letter-spacing: 2px;
  margin: 0;
}
.page-index .page-section h2 {
  font-family: "Dinpro Bold", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 2.8px;
  color: #2f3432;
  margin: 0;
}
.page-index .page-section p,
.page-index .page-section ul,
.page-index .page-section ol,
.page-index .page-section span {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.9px;
}
.page-index .page-section p strong,
.page-index .page-section ul strong,
.page-index .page-section ol strong,
.page-index .page-section span strong,
.page-index .page-section p b,
.page-index .page-section ul b,
.page-index .page-section ol b,
.page-index .page-section span b {
  font-family: "HarmoniaSans Bold", sans-serif;
  font-weight: 700;
}
.error-page-index .error-page-section {
  padding: 6em 0;
}
.error-page-index .error-page-section .page-heading {
  align-items: flex-start;
  text-align: left;
}
.simple-page-index .simple-page-section {
  padding: 6em 0;
}
.simple-page-index .simple-page-section .page-heading {
  align-items: flex-start;
  text-align: left;
}
.simple-page-index .simple-page-section .page-heading .title {
  margin-bottom: 0;
}
.publication-info {
  padding: 2.375rem 0;
  background: url("../image/publication_info_bg.jpg") center top;
  background-size: cover;
}
.publication-info__box {
  background: rgba(36, 172, 228, 0.95);
  padding: 3.25rem;
}
@media (max-width: 767px) {
  .publication-info__box {
    padding: 3rem 1.5rem;
  }
}
.publication-info__title {
  font-family: "Dinpro Bold", serif;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 2.78px;
  color: #fff;
  margin-bottom: 1.25rem;
}
.publication-info__text {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-weight: 400;
  font-size: 2.18em;
  line-height: 1.37;
  letter-spacing: 2px;
  color: #000;
}
@media (max-width: 767px) {
  .publication-info__text {
    font-size: 1.5em;
  }
}
.custom-page {
  padding: 2.8rem 0 6rem;
}
.custom-page .menu {
  margin-bottom: 8rem;
}
@media (max-width: 1439px) {
  .custom-page .menu {
    padding: 0;
  }
}
.custom-page .menu ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 0;
}
@media (max-width: 1439px) {
  .custom-page .menu ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .custom-page .menu ul {
    flex-direction: column;
  }
}
.custom-page .menu ul > li {
  display: block;
  width: 100%;
}
@media (max-width: 1439px) {
  .custom-page .menu ul > li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .custom-page .menu ul > li {
    width: 100%;
  }
}
.custom-page .menu ul > li > a {
  display: block;
  text-align: center;
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 1.15px;
  color: #000;
  padding: 0.75em;
  border-bottom: 3px solid rgba(255, 255, 255, 0.27);
}
.custom-page .menu ul > li.active > a {
  color: #fff;
  border-bottom-color: #fff;
}
.custom-page__body {
  padding: 2rem 0;
}
.custom-page__title {
  font-family: "Dinpro Bold", serif;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 2.78px;
  color: #000;
}
.custom-page__subtitle {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-weight: 400;
  font-size: 1.375em;
  line-height: 1.73;
  letter-spacing: 1.2px;
  color: #000;
}
.custom-page__header {
  padding: 0 14rem;
  margin-bottom: 6.25rem;
  text-align: center;
}
@media (max-width: 1439px) {
  .custom-page__header {
    padding: 0 7rem;
  }
}
@media (max-width: 767px) {
  .custom-page__header {
    padding: 0;
  }
}
.custom-page__header .custom-page__title {
  margin-bottom: 2rem;
}
.publication-item {
  background: rgba(213, 213, 219, 0.15);
  margin-bottom: 4.06rem;
}
.publication-item .share-menu {
  background: #24ace4;
}
.publication-item__content {
  padding: 3.5rem 1.5rem 3.5rem 4rem;
}
@media (max-width: 1089px) {
  .publication-item__content {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .publication-item__content {
    padding: 3rem 1.5rem;
  }
}
.publication-item__tags {
  font-family: "Dinpro Bold", serif;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1.42;
  letter-spacing: 1.5px;
  color: #fff;
  text-transform: uppercase;
}
.publication-item__title {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 1.15px;
  margin-bottom: 1.5rem;
}
.publication-item__text {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.87px;
  margin-bottom: 2rem;
}
.publication-item__label {
  font-family: "Dinpro Bold", serif;
  font-weight: 700;
  font-size: 0.875em;
  line-height: 1.57;
  letter-spacing: 1px;
  margin-bottom: 0.15rem;
}
.publication-item__value {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.57;
  letter-spacing: 1px;
  color: #2f3432;
}
.publication-item__value a {
  text-decoration: underline;
}
@media (max-width: 1089px) {
  .publication-item__line {
    margin-bottom: 1rem;
  }
}
.publication-item__thumb {
  height: 100%;
}
.publication-item__thumb img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
.publication-item__details {
  margin-bottom: 2rem;
}
.nova-project-categories {
  margin-bottom: 2.8rem;
}
.nova-project-categories__reset {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0.5rem 0;
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 0.75em;
  letter-spacing: 1px;
  color: #fff;
}
.nova-project-categories__reset svg {
  display: block;
  margin-right: 0.25rem;
  transition: 400ms ease-in-out;
}
.nova-project-categories__reset svg * {
  fill: #fff;
}
.nova-project-categories__reset:hover {
  color: #fff;
}
.nova-project-categories__reset:hover svg {
  transform: rotate(360deg);
}
.nova-project-category {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 4.35rem;
  margin-bottom: 1rem;
}
.nova-project-category.nova-project-category--active .nova-project-category__title {
  color: #fff;
}
.nova-project-category__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 0.75rem;
  background: none;
}
.nova-project-category__title {
  display: block;
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 0.75em;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
.nova-projects {
  margin: 0 -2rem;
}
@media (max-width: 1089px) {
  .nova-projects {
    margin: 0;
  }
}
.nova-project {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.nova-project__holder {
  height: 100%;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1089px) {
  .nova-project__holder {
    padding-left: 0;
    padding-right: 0;
  }
}
.nova-project__content {
  height: 100%;
  padding: 2.6rem 2.9rem;
  background: rgba(213, 213, 219, 0.15);
}
@media (max-width: 767px) {
  .nova-project__content {
    padding: 2.5rem 1.5rem;
  }
}
.nova-project__line {
  margin-bottom: 1.87rem;
}
.nova-project__line.nova-project__line--summary {
  margin-bottom: 0;
}
.nova-project__line.nova-project__line--summary .nova-project__name {
  margin-bottom: 0.37rem;
}
.nova-project__line.nova-project__line--summary .nova-project__value {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 1em;
  line-height: 1.69;
  letter-spacing: 0.87px;
}
.nova-project__line.nova-project__line--summary .nova-project__value p {
  margin-bottom: 0;
}
.nova-project__name,
.nova-project__value {
  font-family: "Dinpro Regular", serif;
  font-weight: 400;
  font-size: 0.87rem;
  line-height: 1.57;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.nova-project__name {
  font-family: "Dinpro Bold", serif;
  font-weight: 700;
}
.nova-project__value a {
  text-decoration: underline;
}
.nova-project__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  background: #24ace4;
  border-radius: 50%;
}
.projects-and-expertise-panel {
  margin-bottom: 6rem;
}
.projects-and-expertise-panel__title {
  font-family: "HarmoniaSans Regular", sans-serif;
  font-size: 2.18em;
  line-height: 1.29;
  letter-spacing: 2px;
  margin-bottom: 4.25rem;
}
.projects-and-expertise-panel__title.projects-and-expertise-panel__title--mb-sm {
  margin-bottom: 2.25rem;
}
.custom-page-section {
  background: url("../image/publication_info_bg.jpg") center center;
  background-size: cover;
  overflow-x: hidden;
}
.custom-page-section__body {
  position: relative;
  padding: 3.8rem 0 3.8rem 4.8rem;
  color: #fff;
  z-index: 1;
}
@media (max-width: 767px) {
  .custom-page-section__body {
    padding: 3rem 1.5rem;
  }
}
.custom-page-section__body::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: rgba(47, 52, 50, 0.9);
  z-index: -1;
}
.custom-page-section__title {
  font-family: "Dinpro Bold", serif;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.5;
  letter-spacing: 2.78px;
  margin-bottom: 2.05rem;
}
.custom-page-section__text {
  font-size: 1.75em;
  line-height: 1.61;
  letter-spacing: 1.52px;
  margin-bottom: 3.25rem;
}
@media (max-width: 767px) {
  .custom-page-section__text {
    font-size: 1.5em;
  }
}
.custom-page-section__text p {
  margin-bottom: 0;
}
.custom-page-section__link {
  display: flex;
  align-items: center;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding-right: 1rem;
  transition: 200ms ease-in-out;
}
.custom-page-section__link:focus {
  outline: none;
}
.custom-page-section__link:hover {
  padding-right: 0;
}
.custom-page-section__link:hover .custom-page-section__link-text {
  padding-left: 1rem;
}
.custom-page-section__link-thumb {
  display: block;
  height: 94px;
  transform: translateX(-0.75rem);
}
.custom-page-section__link-text {
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.25;
  letter-spacing: 1.25px;
  width: 100%;
  transform: translateY(0.14rem);
  transition: 200ms ease-in-out;
}
@media (max-width: 767px) {
  .custom-page-section__link-text {
    font-size: 1em;
  }
}
.projects-and-expertise-index .custom-page__header {
  margin-bottom: 3.45rem;
}
.projects-and-expertise__resources {
  font-size: 1em;
  line-height: 1.69;
  letter-spacing: 0.87px;
  text-decoration: underline;
}
.projects-and-expertise__resources p {
  margin-bottom: 2.25rem;
}
.homepage-person-slider {
  position: relative;
  padding-top: 4rem;
}
.homepage-person-slider .slider-prev,
.homepage-person-slider .slider-next {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  background: none;
  padding: 0;
  color: #fff;
  margin: 0;
  border: none;
}
.homepage-person-slider .slider-prev i,
.homepage-person-slider .slider-next i {
  font-size: 3em;
}
.homepage-person-slider .slider-prev {
  left: 1.5rem;
  transform: rotate(180deg);
}
.homepage-person-slider .slider-next {
  right: 1.5rem;
}
.covid-resources-index .custom-page__header {
  margin-bottom: 3.45rem;
}
.covid-resources-categories {
  margin-bottom: 6rem;
}
.covid-resource-item {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #fff;
}
.covid-resource-item .icon {
  color: #fff;
}
.covid-resource-item__title {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1em;
  letter-spacing: 0.5px;
}
.covid-resource-item__link {
  display: block;
  padding-top: 0.5rem;
  font-size: 0.85em;
  color: #fff;
  text-decoration: underline;
  word-break: break-all;
}
.covid-resource-item__line {
  margin-bottom: 0.25rem;
}
.p-media .page-nav {
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .p-media .page-nav {
    margin-bottom: 3rem;
  }
}
.p-media .small-column-content {
  padding-right: 35%;
}
@media (max-width: 1439px) {
  .p-media .small-column-content {
    padding-right: 15%;
  }
}
@media (max-width: 1439px) {
  .p-media .small-column-content {
    padding-right: 0;
  }
}
.p-media .box .heading.heading--blue {
  color: #fff;
  margin-bottom: 0.75rem;
}
.p-media .box .label.label--link {
  display: block;
  margin-bottom: 0.5rem;
}
.p-media .box .label.label--link[href] {
  text-decoration: underline;
}
.covid-resources-sort {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2rem;
}
.nov-select {
  position: relative;
  cursor: pointer;
  z-index: 900;
}
.nov-select__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: rgba(213, 213, 219, 0.15);
  min-width: 0;
  font-family: "Dinpro Medium", serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #fff;
  text-transform: uppercase;
  padding: 1em 2em;
  transition: all 200ms ease-in-out 200ms;
}
.nov-select__label i {
  transform: rotate(-270deg);
  transition: all 200ms ease-in-out;
}
.nov-select__label:focus {
  outline: none;
}
.nov-select__items {
  display: none;
  position: absolute;
  top: 100%;
  background-color: rgba(213, 213, 219, 0.15);
  border-top: 1px solid #24ace4;
  padding: 1rem 0.5rem;
  z-index: 900;
}
.nov-select__item {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #fff;
  padding: 0.5rem 0;
}
.nov-select:hover .nov-select__items {
  display: block;
}
.video-section {
  padding: 4.5rem 0;
  background-color: rgba(213, 213, 219, 0.15);
}
.video-section__header {
  text-align: center;
  margin-bottom: 3rem;
}
.video-section__title {
  text-transform: uppercase;
  color: #fff;
}
.video-section__thumb {
  position: relative;
}
@media (max-width: 1089px) {
  .video-section__thumb {
    margin-bottom: 2rem;
  }
}
.video-section__thumbIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
}
.video-section__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 0 0 2.5em;
}
@media (max-width: 1089px) {
  .video-section__content {
    padding-left: 0;
  }
}
.video-section__text {
  flex: 1;
  font-family: "HarmoniaSans Regular", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.7;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
.video-section__button {
  text-align: center;
}
.video-section__button .button-primary {
  background-color: white;
}
.niceRadio {
  float: left;
  position: relative;
  width: 7px;
  height: 7px;
  margin-right: 5px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.niceRadio input {
  opacity: 0 !important;
  cursor: pointer;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.niceRadio::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: calc(50% - 2.5px);
  left: calc(50% - 2.5px);
  border-radius: 50%;
  background: transparent;
}
.niceRadio:hover {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}
.niceRadio.checked::before {
  background: #fff;
}
.niceRadio.checked:focus {
  background: url(../image/icon/svg/Radiobutton/Selected%20-%20Hover.svg);
}
.niceRadio.disabled {
  background: url(../image/icon/svg/Radiobutton/Unselected%20-%20disabled.svg);
}
.niceRadio.disabled.checked {
  background: url(../image/icon/svg/Radiobutton/Selected%20-%20Disabled.svg);
}
.niceRadio.disabled.checked:focus {
  background: url(../image/icon/svg/Radiobutton/Selected%20-%20Disabled.svg);
}
.niceRadio.disabled.checked:hover {
  background: url(../image/icon/svg/Radiobutton/Selected%20-%20Disabled.svg);
}
.niceRadio.disabled input {
  cursor: default;
}
/*# sourceMappingURL=blue.css.map */