/* @override 
	https://fourliving.local/wp-content/themes/four-living/assets/css/living.css
	https://4living.delacreme.pro/wp-content/themes/four-living/assets/css/living.css
	https://4living.delacreme.pro/wp-content/themes/four-living/assets/css/living.css?* */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}
a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.valign-wrapper {
  display: flex;
  align-items: center;
}
.clearfix {
  clear: both;
}
.modal {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.hoverable {
  transition: box-shadow 0.25s;
}
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
blockquote {
  margin: 20px 0;
  border-left: 5px solid #333;
}
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}
.pin-top,
.pin-bottom {
  position: relative;
}
.pinned {
  position: fixed !important;
}
/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0;
}
.fade-in {
  opacity: 0;
  transform-origin: 0 50%;
}
/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}
table,
th,
td {
  border: none;
}
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped tr {
  border-bottom: none;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}
tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.collapsible .collection {
  margin: 0;
  border: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.center,
.center-align {
  text-align: center;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.no-select {
  user-select: none;
}
.circle {
  border-radius: 50%;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
a {
  text-decoration: none;
}
html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.37333rem 0 1.424rem 0;
}
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.94667rem 0 1.168rem 0;
}
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.09333rem 0 0.656rem 0;
}
h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.76667rem 0 0.46rem 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: 500;
}
small {
  font-size: 75%;
}
.light {
  font-weight: 300;
}
.thin {
  font-weight: 200;
}
@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 390px) {
  .flow-text {
    font-size: 1.224rem;
  }
}
@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.248rem;
  }
}
@media only screen and (min-width: 450px) {
  .flow-text {
    font-size: 1.272rem;
  }
}
@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.296rem;
  }
}
@media only screen and (min-width: 510px) {
  .flow-text {
    font-size: 1.32rem;
  }
}
@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.344rem;
  }
}
@media only screen and (min-width: 570px) {
  .flow-text {
    font-size: 1.368rem;
  }
}
@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.392rem;
  }
}
@media only screen and (min-width: 630px) {
  .flow-text {
    font-size: 1.416rem;
  }
}
@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.44rem;
  }
}
@media only screen and (min-width: 690px) {
  .flow-text {
    font-size: 1.464rem;
  }
}
@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.488rem;
  }
}
@media only screen and (min-width: 750px) {
  .flow-text {
    font-size: 1.512rem;
  }
}
@media only screen and (min-width: 780px) {
  .flow-text {
    font-size: 1.536rem;
  }
}
@media only screen and (min-width: 810px) {
  .flow-text {
    font-size: 1.56rem;
  }
}
@media only screen and (min-width: 840px) {
  .flow-text {
    font-size: 1.584rem;
  }
}
@media only screen and (min-width: 870px) {
  .flow-text {
    font-size: 1.608rem;
  }
}
@media only screen and (min-width: 900px) {
  .flow-text {
    font-size: 1.632rem;
  }
}
@media only screen and (min-width: 930px) {
  .flow-text {
    font-size: 1.656rem;
  }
}
@media only screen and (min-width: 960px) {
  .flow-text {
    font-size: 1.68rem;
  }
}
@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem;
  }
}
#toast-container {
  display: block;
  position: fixed;
  z-index: 10000;
}
@media only screen and (max-width: 600px) {
  #toast-container {
    min-width: 100%;
    bottom: 0%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #toast-container {
    left: 5%;
    bottom: 7%;
    max-width: 90%;
  }
}
@media only screen and (min-width: 993px) {
  #toast-container {
    top: 10%;
    right: 7%;
    max-width: 86%;
  }
}
.toast {
  border-radius: 2px;
  top: 35px;
  width: auto;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: default;
}
.toast .toast-action {
  color: #eeff41;
  font-weight: 500;
  margin-right: -25px;
  margin-left: 3rem;
}
.toast.rounded {
  border-radius: 24px;
}
@media only screen and (max-width: 600px) {
  .toast {
    width: 100%;
    border-radius: 0;
  }
}
.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap;
}
.tabs.tabs-transparent {
  background-color: transparent;
}
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
  color: #fff;
}
.tabs.tabs-transparent .indicator {
  background-color: #fff;
}
.tabs.tabs-fixed-width {
  display: flex;
}
.tabs.tabs-fixed-width .tab {
  flex-grow: 1;
}
.tabs .tab {
  display: inline-block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.tabs .tab a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: color 0.28s ease, background-color 0.28s ease;
}
.tabs .tab a:focus,
.tabs .tab a.active:focus {
  outline: none;
}
.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
}
.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  cursor: default;
}
.tabs .indicator {
  position: absolute;
  bottom: 0;
  height: 2px;
  will-change: left, right;
}
@media only screen and (max-width: 992px) {
  .tabs {
    display: flex;
  }
  .tabs .tab {
    flex-grow: 1;
  }
  .tabs .tab a {
    padding: 0 12px;
  }
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}
.modal:focus {
  outline: none;
}
@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}
.modal .modal-content {
  padding: 24px;
}
.modal .modal-close {
  cursor: pointer;
}
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}
.modal .modal-footer .btn,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-small,
.modal .modal-footer .btn-flat {
  margin: 6px 0;
}
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(44%);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}
.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
}
.collapsible-header:focus {
  outline: 0;
}
.collapsible-body {
  display: none;
  box-sizing: border-box;
}
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(160%);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}
.sidenav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}
.drag-target.right-aligned {
  right: 0;
}
.sidenav.sidenav-fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}
.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 992px) {
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }
  .sidenav > a {
    padding: 0 16px;
  }
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  background: white;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #333;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
@font-face {
  font-family: "4living";
  src: url("../fonts/4living.eot");
  src: url("../fonts/4living.eot?hw5vy3#iefix") format("embedded-opentype"), url("../fonts/4living.woff2?hw5vy3") format("woff2"), url("../fonts/4living.woff?hw5vy3") format("woff"), url("../fonts/4living.ttf?hw5vy3") format("truetype"), url("../fonts/4living.svg?hw5vy3#4living") format("svg");
  font-style: normal;
  font-weight: 400;
}
.icon {
  display: inline-block;
  font-family: "4living" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  vertical-align: -0.125em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-angle-left::before {
  content: "\ea01";
}
.icon-angle-right::before {
  content: "\ea02";
}
.icon-arrow::before {
  content: "\ea03";
}
.icon-arrow-down::before {
  content: "\ea04";
}
.icon-bluesky::before {
  content: "\ea05";
}
.icon-caret-down::before {
  content: "\ea06";
}
.icon-close::before {
  content: "\ea07";
}
.icon-facebook::before {
  content: "\ea08";
}
.icon-linkedin::before {
  content: "\ea09";
}
.icon-location::before {
  content: "\ea0a";
}
.icon-menu-dots::before {
  content: "\ea0b";
}
.icon-search::before {
  content: "\ea0c";
}
.icon-send::before {
  content: "\ea0d";
}
.icon-times::before {
  content: "\ea0e";
}
.icon-x-twitter::before {
  content: "\ea0f";
}
html {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 16px;
  background: #fefefe;
  color: #18181c;
  overflow-x: hidden;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
}
.alignstretch {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
.alignwide {
  width: 1600px;
  max-width: 90%;
  margin: 0 auto;
}
.alignfull {
  width: 100%;
  max-width: 100%;
}
main {
  flex: 1 0 auto;
}
main > *:not(.alignfull):not(.modal-overlay):not(.form-wrapper) {
  max-width: 90%;
  margin: 0 auto;
}
main > *:not(.alignfull):not(.modal-overlay):not(.form-wrapper):not(.dlc-block) {
  width: 1200px;
}
main.error-404 {
  background: #18181c;
  color: #fefefe;
}
main.error-404 .error-wrapper {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.error-404 .error-wrapper h1,
main.error-404 .error-wrapper h2 {
  font-weight: 200;
  text-align: center;
}
main.error-404 .error-wrapper h1 {
  color: #F9366C;
}
a {
  color: inherit;
}
figure {
  margin: 0 auto;
}
*:focus {
  outline: none;
}
h1,
h2,
h3,
h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  line-height: 125%;
  margin: .5em 0 .25em;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong {
  font-weight: 600;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.6em;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.4em;
}
h5,
h6 {
  font-weight: 600;
  font-size: 1em;
}
.valign-wrapper > div {
  width: 100%;
}
/**
* WP native blocks
*/
main > p,
main > ul,
main > [class*="wp-block"]:not(.alignwide):not(.alignfull):not(.form-wrapper) {
  width: 1600px;
  margin: 1em auto;
  max-width: calc( 100% - 60px );
}
hr {
  border: 0;
  height: 1px;
  background: #333;
}
blockquote {
  padding-left: 1.5em;
}
.social-menu {
  margin: 0;
}
.social-menu li {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.social-menu li:first-child {
  margin-left: 0;
}
.social-menu li:last-child {
  margin-right: 0;
}
form input {
  font-size: 14px;
  padding: 0 10px;
  border: 1px solid #fff;
  line-height: 40px;
  height: 40px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}
form button {
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #fff;
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  background: #fff;
  cursor: pointer;
}
::placeholder {
  color: inherit;
  opacity: .75;
}
.site-logo {
  display: block;
  margin: 0 auto;
  aspect-ratio: 2.81;
  background: url('../img/logo.svg') no-repeat center center;
  background-size: contain;
}
header.site-header {
  --menu: 260px;
  padding: 25px 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.2s ease-in-out 0s;
}
header.site-header .header-wrapper {
  padding: 0 30px;
}
header.site-header .site-logo {
  width: 150px;
}
header.site-header .flex-header {
  display: flex;
  align-items: center;
}
header.site-header .flex-header .mini-nav {
  margin-left: auto;
}
header.site-header .mini-nav {
  position: relative;
}
header.site-header .mini-nav .nav-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  width: 435px;
  height: calc( 100vh - 50px );
  max-width: 85vw;
  overflow-y: auto;
  background: #edeff7;
  border-radius: 4px;
  padding: 40px;
  transform-origin: right top;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transform: scale(0);
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
header.site-header .mini-nav .nav-wrapper .menu-close {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  text-align: right;
}
header.site-header .mini-nav .nav-wrapper .menu-close .icon {
  margin-left: 5px;
  color: #bcbfcc;
}
header.site-header .mini-nav .main-menu {
  font-size: 24px;
  font-weight: 400;
}
header.site-header .mini-nav .main-menu li {
  margin: 1.25em 0;
}
header.site-header .mini-nav .main-menu li a {
  display: block;
}
header.site-header .mini-nav .main-menu li a:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  background: #F9366C;
  transform: scaleX(0);
  transform-origin: top left;
  transition: all 0.3s ease-in-out 0s;
}
header.site-header .mini-nav .main-menu li a:hover {
  color: #445CA2;
}
header.site-header .mini-nav .main-menu li a:hover:before {
  margin-right: 10px;
  transform: scaleX(1);
}
header.site-header .mini-nav .nav-section {
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
}
header.site-header .mini-nav .nav-section .icon {
  font-size: 24px;
  vertical-align: middle;
  margin: -2px 0 0 8px;
  float: right;
}
header.site-header .mini-nav .nav-section .label {
  font-weight: 600;
}
header.site-header .mini-nav .nav-section.active + .nav-wrapper {
  transform: scale(1);
  opacity: 1;
}
header.site-header.scrolled {
  background: #fefefe;
  padding: 10px 0;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}
header.site-header.scrolled .site-logo {
  aspect-ratio: 1.20338983;
  width: 50px;
  background-image: url('../img/icon.svg');
}
header.site-header.scrolled .mini-nav .nav-section {
  border: none;
  color: #18181c !important;
  padding: 5px 0;
}
@media only screen and (min-width: 602px) {
  header.site-header .flex-header {
    align-items: flex-start;
  }
  header.site-header .site-logo {
    width: 250px;
  }
  header.site-header .mini-nav,
  header.site-header .spacer {
    width: var(--menu);
  }
  header.site-header .logo {
    margin: 0 auto auto;
    width: calc( 100% - 2 * var(--menu) );
  }
  header.site-header .mini-nav .nav-section {
    border-top: 1px solid #bcbfcc;
    padding: 20px 0;
    margin-top: 15px;
  }
  header.site-header.scrolled .site-logo {
    width: 60px;
  }
  header.site-header.scrolled .mini-nav .nav-section {
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 600px) {
  header.site-header .header-wrapper {
    padding: 0 5%;
  }
  header.site-header .mini-nav .nav-wrapper {
    position: fixed;
    border-radius: 0;
    width: 100%;
    height: 100vh;
    max-width: 100vw;
    margin: 0;
  }
}
body footer.page-footer .alignwide {
  padding-top: 50px;
  border-top: 1px solid #bcbfcc;
}
body footer.page-footer .site-logo {
  width: 180px;
  background-image: url('../img/logo.svg');
  margin-left: 0;
}
body footer.page-footer .logo {
  width: 400px;
}
body footer.page-footer .footer-menu {
  --gap: 35px;
  --columns: 1;
  margin: 0;
  display: flex;
  align-items: center;
  gap: var(--gap);
  flex-wrap: wrap;
}
body footer.page-footer .footer-menu li {
  width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
}
body footer.page-footer .copyright-legal {
  margin: 60px 0 40px;
  font-size: 14px;
}
body footer.page-footer .copyright-legal p,
body footer.page-footer .copyright-legal ul {
  margin: 0;
}
body footer.page-footer .copyright-legal ul,
body footer.page-footer .copyright-legal ul li {
  display: inline-block;
}
body footer.page-footer .copyright-legal .legal-menu li:not(:last-child):after {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  width: 6px;
  height: 6px;
  content: "";
  background: #445CA2;
}
@media only screen and (min-width: 602px) {
  body footer.page-footer .footer-menu {
    --columns: 3;
  }
  body footer.page-footer .copyright-legal {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
  }
  body footer.page-footer .copyright-legal .menu-social-container {
    margin: 0 0 0 auto;
  }
  body footer.page-footer .copyright-legal .design-by {
    margin: 0 30px 0 auto;
  }
  body footer.page-footer .copyright-legal .menu-legal-container {
    margin: 0 30px 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  body footer.page-footer .footer-menu {
    --columns: 4;
  }
}
@media only screen and (max-width: 600px) {
  body footer.page-footer {
    text-align: center;
  }
  body footer.page-footer .logo {
    width: 100%;
    margin-bottom: 50px;
  }
  body footer.page-footer .logo .site-logo {
    display: block;
    margin: 0 auto;
  }
  body footer.page-footer .copyright-legal .legal-menu {
    margin: 20px 0;
  }
  body footer.page-footer #social-menu {
    margin-top: 20px;
  }
}
body.home header.site-header {
  position: fixed;
}
body.home header.site-header .mini-nav .nav-section {
  color: #fefefe;
  border-color: #fefefe;
}
body.home .site-logo {
  background-image: url('../img/logo-darkmode.svg');
}
#contact-form input,
#contact-form textarea {
  background: #edeff7;
  width: 100%;
  border: 1px solid #e2e6f2;
  border-radius: 4px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  padding: 0 10px;
  color: #18181c;
}
#contact-form textarea {
  padding: 10px;
  line-height: 150%;
  min-height: 12em;
  max-width: 100%;
}
#contact-form ::placeholder {
  color: #18181c;
  opacity: .4;
}
#contact-form .input-field {
  margin: 10px 0;
}
#contact-form button[type="submit"] {
  background: #18181c;
  color: #fefefe;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  position: relative;
  padding: 0 60px 0 20px;
  line-height: 42px;
}
#contact-form button[type="submit"] .icon {
  background: #F9366C;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  border-radius: 0 4px 4px 0;
  line-height: 42px;
}
@media only screen and (min-width: 602px) {
  #contact-form .flex-row {
    gap: 10px;
  }
  #contact-form .flex-row .input-field {
    margin-bottom: 0;
    width: calc( 50% - 5px );
  }
}
@media only screen and (max-width: 600px) {
  #contact-form {
    margin-bottom: 50px;
  }
}
.dlc-select-wrapper {
  position: relative;
  background-color: #edeff7;
  border: 1px solid #e2e6f2;
  border-radius: 4px;
  overflow: hidden;
}
.dlc-select-wrapper:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: .75em;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: #F9366C;
  border-width: 6px;
  border-style: solid;
  pointer-events: none;
}
.dlc-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 110%;
  background: #edeff7;
  color: #18181c;
  font-size: 16px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  height: auto;
  border: 0;
  margin: 0;
  padding: .5em 10px;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
#team-modal {
  width: 640px;
  border-radius: 6px;
}
#team-modal .modal-close {
  color: #F9366C;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 28px;
}
#team-modal .modal-content {
  padding: 50px;
}
#team-modal .modal-content .position {
  font-weight: 500;
  color: #445CA2;
}
#team-modal .modal-content .thumbnail img {
  width: 120px;
  height: auto;
  display: block;
  border-radius: 4px;
  margin: 0 0 20px;
}
#team-modal .modal-content .social {
  font-size: 28px;
}
#team-modal .modal-content .social a {
  color: #445CA2;
}
@media only screen and (min-width: 602px) {
  #team-modal .flex-row {
    gap: 30px;
    align-items: center;
  }
}
main.news-archive {
  padding-bottom: 80px;
}
main.news-archive .breadcrumbs .icon {
  margin-right: .5em;
  vertical-align: middle;
}
main.news-archive .breadcrumbs .current {
  color: #F9366C;
}
main.news-archive .breadcrumbs .separator {
  color: #bcbfcc;
  margin: 0 .75em;
  font-weight: 200;
}
main.news-archive .post-filters {
  margin: 40px 0;
  border-bottom: 1px solid #bcbfcc;
}
main.news-archive .post-filters a.current {
  color: #F9366C;
}
main.news-archive .post-filters #search-form {
  margin-top: 0;
}
main.news-archive ul.categories {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
main.news-archive ul.categories li {
  margin: 0;
}
main.news-archive ul.categories li a {
  display: block;
  line-height: 40px;
}
main.news-archive ul.categories li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: #F9366C;
  margin-right: 5px;
  transform: translateX(16px);
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
main.news-archive ul.categories li a:hover:before {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (min-width: 602px) {
  main.news-archive .news-main {
    gap: 40px;
    flex-direction: row-reverse;
  }
  main.news-archive .news-main .main-post {
    width: 60%;
  }
  main.news-archive .news-main .news-list {
    width: calc( 40% - 40px );
  }
  main.news-archive .post-filters {
    gap: 50px;
  }
  main.news-archive .post-filters form {
    margin: 0 0 0 auto;
  }
  main.news-archive .sticky {
    position: sticky;
    top: 90px;
  }
}
main.news-archive .view-more {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #bcbfcc;
}
main.news-archive .view-more a .icon {
  color: #F9366C;
  margin-left: .5em;
}
#search-form {
  display: flex;
  margin-top: 20px;
}
#search-form input {
  font-size: 16px;
  width: 300px;
  padding: 0;
}
#search-form button {
  font-size: 20px;
  padding: 0;
  margin-left: auto;
  color: #bcbfcc;
}
#search-form ::placeholder {
  color: #18181c;
  opacity: .4;
}
.main-post {
  margin-bottom: 50px;
}
.main-post h2 {
  font-size: 2.25em;
}
.main-post img {
  display: block;
  border-radius: 4px;
}
.main-post img.wp-post-image {
  margin: 0 auto;
}
.main-post .date {
  color: #6e7180;
  margin: 20px 0;
  font-size: 14px;
}
.main-post blockquote {
  border-color: #bcbfcc;
  border-width: 2px;
}
.main-post a {
  color: #445CA2;
  text-decoration: underline;
  font-weight: 400;
}
.main-post .post-content {
  font-size: 18px;
  font-weight: 400;
}
.post-link {
  margin-bottom: 20px;
}
.post-link h4 {
  margin: 0;
  font-size: 20px;
}
.post-link .date {
  margin-top: 5px;
  font-size: 14px;
  color: #6e7180;
  font-weight: 400;
}
.post-link a {
  display: block;
  width: 100%;
  position: relative;
  padding: 24px 80px 24px 24px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
}
.post-link a:hover {
  background: #18181c;
  color: #fefefe;
}
.post-link a:hover span.icon {
  background: #F9366C;
  color: #fefefe;
}
.post-link a span.icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 24px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out 0s;
}
.navigation.pagination .nav-links {
  margin: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.navigation.pagination .nav-links > a,
.navigation.pagination .nav-links span {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #f4f4f4;
  border-radius: 4px;
  font-size: 14px;
}
.navigation.pagination .nav-links > a.current,
.navigation.pagination .nav-links span.current {
  background: #0a0a12;
  color: #fefefe;
}
.toast {
  background: #F9366C;
}
.pulse {
  animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px var(--color);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}
.flex-row.small-flex {
  display: flex;
}
@media only screen and (min-width: 602px) {
  .flex-row {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .flex-row.medium-flex {
    display: flex;
  }
}
@media only screen and (max-width: 990px) {
  h1 {
    font-size: 2.6em;
  }
  h2 {
    font-size: 2.2em;
  }
  h3 {
    font-size: 1.6em;
  }
  h4 {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2.4em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.6em;
  }
}
.dlc-block {
  padding: 50px 0;
  position: relative;
}
.dlc-block img.bg-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dlc-block .dot-before:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: .25em;
  height: .25em;
  background: #445CA2;
  margin-right: .25em;
}
.dlc-block .dot-before.pink-dot:before {
  background: #F9366C;
}
.dlc-block .fade-on-scroll {
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(-50px);
  opacity: 0;
}
.dlc-block .fade-on-scroll.column:nth-child(odd) {
  transform: translateY(50px);
}
.dlc-block.reveal .fade-on-scroll {
  opacity: 1;
  transform: translateY(0) !important;
}
.dlc-block .pattern {
  position: absolute;
  width: 62vw;
  height: auto;
  z-index: 0;
}
.dlc-block .pattern.position-right-top {
  right: -37.5vw;
  top: -200px;
}
.dlc-block .pattern.position-right-bottom {
  right: -37.5vw;
  bottom: -200px;
}
.dlc-block .pattern.position-left-top {
  left: -37.5vw;
  top: -200px;
}
.dlc-block .pattern.position-left-bottom {
  left: -37.5vw;
  bottom: -200px;
}
.dlc-block .next-block {
  display: inline-block;
  line-height: 24px;
  padding: 0 24px 0 0;
  position: relative;
  overflow: hidden;
  font-weight: 600;
}
.dlc-block .next-block .icon {
  position: absolute;
  right: 0;
  font-size: 20px;
  line-height: 24px;
  height: 24px;
  top: 0;
  animation: 1s linear 0s infinite alternate nextIcon;
  animation-direction: reverse;
}
.dlc-block .next-block .icon.hover {
  animation: 1s linear 0s infinite alternate nextIcon;
  animation-delay: 1s;
  animation-direction: reverse;
  top: 24px;
}
@keyframes nextIcon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-24px);
  }
}
.dlc-block.home-header {
  position: relative;
  padding: 0;
  z-index: 1;
}
.dlc-block.home-header.reveal .overlay {
  opacity: 0;
  z-index: -1;
}
.dlc-block.home-header.reveal .title-wrapper {
  width: 640px;
  max-width: 100%;
  transform: translateY(0);
  opacity: 1;
  transition-property: all;
  transition-duration: .6s;
  transition-delay: 2.5s;
}
.dlc-block.home-header .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #18181c url('../img/icon.svg') no-repeat center center;
  background-size: 180px;
  left: 0;
  top: 0;
  z-index: 999999;
  transition: all 0.5s ease-in-out 0.5s;
}
.dlc-block.home-header .bottom {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 1;
  color: #fefefe;
  font-size: 14px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.dlc-block.home-header .main-wrapper {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dlc-block.home-header .title-wrapper {
  transform: translateY(-50px);
  opacity: 0;
}
.dlc-block.home-header h1 {
  color: #fefefe;
  font-weight: 400;
}
.dlc-block.home-header .cta {
  margin-top: 30px;
  text-align: center;
  font-weight: 500;
  color: #fefefe;
  line-height: 46px;
}
.dlc-block.home-header .cta .icon {
  width: 46px;
  height: 46px;
  background: #fefefe;
  color: #18181c;
  line-height: 46px;
  text-align: center;
  border-radius: 0 4px;
  margin-right: 10px;
  transition: all 0.2s ease-in-out 0s;
}
.dlc-block.home-header .cta .label {
  height: 36px;
  white-space: nowrap;
  margin-right: 10px;
  line-height: 36px;
  display: inline-block;
  vertical-align: middle;
  max-width: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
}
.dlc-block.home-header .cta:hover .label {
  max-width: 500px;
}
.dlc-block.home-header .cta:hover .icon {
  background: #F9366C;
  color: #fefefe;
}
@media only screen and (max-width: 600px) {
  .dlc-block.home-header .cta .label {
    max-width: 500px;
  }
  .dlc-block.home-header .cta .icon {
    background: #F9366C;
    color: #fefefe;
  }
}
.dlc-block.underline-title {
  position: relative;
  padding: 0 0 20px;
  margin-top: 30px;
}
.dlc-block.underline-title:after {
  display: block;
  content: "";
  width: 50%;
  height: 1px;
  background: #6e7180;
  position: absolute;
  bottom: 0;
}
.dlc-block.underline-title.stack-right {
  right: 0;
}
.dlc-block.underline-title.stack-left {
  left: 0;
}
.dlc-block.underline-title .title {
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0;
  max-width: 90%;
  margin: 0 auto;
  justify-content: center;
}
.dlc-block.underline-title h2,
.dlc-block.underline-title p {
  margin: 0;
}
.dlc-block.underline-title p {
  color: #6e7180;
}
.dlc-block.text-image {
  --gap: 120px;
}
.dlc-block.text-image img {
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}
.dlc-block.text-image .content p {
  color: #6e7180;
}
.dlc-block.text-image .content ul li,
.dlc-block.text-image .content ol li {
  margin: .75em 0;
  padding-left: 1em;
  position: relative;
}
.dlc-block.text-image .content ul li:before,
.dlc-block.text-image .content ol li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: auto;
}
@media only screen and (min-width: 992px) {
  .dlc-block.text-image .flex-row {
    gap: var(--gap);
    align-items: center;
  }
  .dlc-block.text-image .flex-row.img-on-right {
    flex-direction: row-reverse;
  }
  .dlc-block.text-image .flex-row > div {
    width: calc( 50% - var(--gap) / 2 );
  }
}
.dlc-block.accordeon-images {
  padding: 80px 0;
  transition: all 0.3s ease-in-out 0s;
  --gap: 120px;
}
.dlc-block.accordeon-images.reveal {
  background: #18181c;
  color: #fefefe;
}
.dlc-block.accordeon-images.reveal .collapsible li.active h3 {
  color: #fefefe;
}
.dlc-block.accordeon-images .image img {
  display: block;
  border-radius: 4px;
  margin: 0 auto 30px;
  aspect-ratio: 1.33333333;
  object-fit: cover;
}
.dlc-block.accordeon-images h2 {
  margin-top: 0;
  margin-bottom: 60px;
}
.dlc-block.accordeon-images h3 {
  font-size: 1em;
  font-weight: 600;
  color: #6e7180;
  text-transform: uppercase;
  margin-top: 0;
}
.dlc-block.accordeon-images .collapsible {
  margin: 15px 0;
}
.dlc-block.accordeon-images .collapsible li {
  margin: 20px 0;
  padding-left: 20px;
  border-left: 1px solid transparent;
}
.dlc-block.accordeon-images .collapsible li.active {
  border-color: #6e7180;
}
@media only screen and (min-width: 992px) {
  .dlc-block.accordeon-images .flex-row {
    gap: var(--gap);
  }
  .dlc-block.accordeon-images .flex-row.img-on-right {
    flex-direction: row-reverse;
  }
  .dlc-block.accordeon-images .flex-row > div {
    width: calc( 50% - var(--gap) / 2 );
  }
}
.dlc-block.hover-columns {
  --columns: 1;
  --gap: 20px;
}
.dlc-block.hover-columns .flex-row {
  gap: var(--gap);
  flex-wrap: wrap;
  margin-top: 60px;
}
.dlc-block.hover-columns .flex-row .column {
  width: calc( ( 100% / var( --columns ) ) - var( --gap ) + ( var( --gap ) / var( --columns ) ) );
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  min-height: 500px;
}
.dlc-block.hover-columns .flex-row .column .hover {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
  color: #fefefe;
  z-index: 1;
  padding: 30px;
  min-height: 100%;
  cursor: pointer;
  transition: background 0.3s ease-in-out 0s;
}
.dlc-block.hover-columns .flex-row .column .hover > div {
  margin: auto 0 0;
}
.dlc-block.hover-columns .flex-row .column .hover:hover {
  background: rgba(0, 0, 0, 0.65);
}
.dlc-block.hover-columns .flex-row .column .hover:hover .desc {
  max-height: 1000px;
  opacity: 1;
  transition: max-height 1s ease-in-out;
}
.dlc-block.hover-columns .flex-row .column h3 {
  font-size: 1.3125em;
  margin: 0 0 15px;
}
.dlc-block.hover-columns .flex-row .column .desc {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.3s ease-in-out 0s;
}
.dlc-block.hover-columns .flex-row .column .desc p {
  margin-top: 0;
}
@media only screen and (min-width: 602px) {
  .dlc-block.hover-columns {
    --columns: 2;
  }
}
@media only screen and (min-width: 992px) {
  .dlc-block.hover-columns {
    --columns: 4;
  }
}
@media only screen and (max-width: 600px) {
  .dlc-block.hover-columns .flex-row .column {
    min-height: 0;
  }
  .dlc-block.hover-columns .flex-row .column .hover {
    background: rgba(0, 0, 0, 0.5);
  }
  .dlc-block.hover-columns .flex-row .column .hover .desc {
    max-height: 1000px;
    opacity: 1;
    transition: max-height 1s ease-in-out;
  }
}
.dlc-block.drugs-pipeline {
  padding: 80px 0 0;
  transition: all 0.5s ease-in-out 0s;
}
.dlc-block.drugs-pipeline.reveal {
  background: #18181c;
  color: #fefefe;
}
.dlc-block.drugs-pipeline.reveal .pipeline .pipeline-row > div.color > div {
  transform: scaleX(1);
}
.dlc-block.drugs-pipeline.reveal .pipeline .pipeline-row.pipeline-head > div .gauge {
  transform: scaleX(1);
}
.dlc-block.drugs-pipeline h3 {
  font-size: 1.5em;
  font-weight: 300;
}
.dlc-block.drugs-pipeline h4 {
  font-size: 1em;
}
.dlc-block.drugs-pipeline h4.dot-before:before {
  width: .5em;
  height: .5em;
  margin-right: .5em;
  background: var(--dot);
}
.dlc-block.drugs-pipeline .flex-row {
  border-bottom: 0.5px solid #6e7180;
  padding-bottom: 50px;
}
.dlc-block.drugs-pipeline .pipeline {
  margin: 50px 0 40px;
}
.dlc-block.drugs-pipeline .pipeline .pipeline-row {
  padding: 35px 0;
}
.dlc-block.drugs-pipeline .pipeline .pipeline-row.pipeline-head {
  border-bottom: 1px solid #6e7180;
}
.dlc-block.drugs-pipeline .pipeline .pipeline-row > div {
  flex: 1;
  text-align: center;
  position: relative;
  min-height: 36px;
}
.dlc-block.drugs-pipeline .pipeline .pipeline-row > div > div {
  position: absolute;
  background: var(--color);
  border-radius: 4px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform-origin: 0 0;
  transition-property: transform;
  transition-timing-function: linear;
  transition-duration: .5s;
  transition-delay: var(--delay);
}
.dlc-block.drugs-pipeline .pipeline .pipeline-row > div.color > div {
  transform: scaleX(0);
}
.dlc-block.drugs-pipeline .pipeline .pipeline-row > div:first-child {
  text-align: left;
  font-weight: 600;
}
.dlc-block.drugs-pipeline .collapsible {
  background: rgba(255, 255, 255, 0.04);
  padding: 24px;
  border-radius: 4px;
}
.dlc-block.drugs-pipeline .collapsible .collapsible-header {
  display: flex;
  align-items: center;
}
.dlc-block.drugs-pipeline .collapsible .collapsible-header h4 {
  margin: 0;
  font-size: 1.25em;
}
.dlc-block.drugs-pipeline .collapsible .collapsible-header .icon,
.dlc-block.drugs-pipeline .collapsible .collapsible-header .icon:after {
  width: 40px;
  text-align: center;
  line-height: 40px;
  display: block;
  background: var(--dot);
  border-radius: 4px;
  margin: 0 0 0 auto;
  position: relative;
}
.dlc-block.drugs-pipeline .collapsible .collapsible-header .icon {
  position: relative;
}
.dlc-block.drugs-pipeline .collapsible .collapsible-header .icon:after {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 33px;
  font-weight: 600;
  content: "—";
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
.dlc-block.drugs-pipeline .collapsible li.active .collapsible-header .icon:after {
  opacity: 1;
}
@media only screen and (min-width: 602px) {
  .dlc-block.drugs-pipeline .pipeline .pipeline-row {
    gap: 20px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .dlc-block.drugs-pipeline .flex-row {
    gap: 60px;
  }
  .dlc-block.drugs-pipeline .flex-row .column {
    width: calc( 50% - 30px );
  }
}
@media only screen and (max-width: 600px) {
  .dlc-block.drugs-pipeline .pipeline .pipeline-row.pipeline-head > div {
    text-align: left;
  }
  .dlc-block.drugs-pipeline .pipeline .pipeline-row.pipeline-head > div:nth-child(2) {
    background: transparent !important;
  }
  .dlc-block.drugs-pipeline .pipeline .pipeline-row.pipeline-head > div .gauge {
    position: absolute;
    background: var(--color);
    border-radius: 4px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition-property: transform;
    transition-timing-function: linear;
    transition-duration: .5s;
    transition-delay: var(--delay);
  }
  .dlc-block.drugs-pipeline .pipeline .pipeline-row.pipeline-head > div.value {
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
  }
}
.dlc-block.team-members {
  background: #18181c;
  color: #fefefe;
  padding: 80px 0;
}
.dlc-block.team-members .tabs {
  gap: 20px;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  background: transparent;
}
.dlc-block.team-members .tabs a {
  border: 1px solid #fefefe;
  border-radius: 2px;
  font-weight: 500;
}
.dlc-block.team-members .tabs a:hover,
.dlc-block.team-members .tabs a.active {
  background: #fefefe;
  color: #18181c;
}
.dlc-block.team-members .after-title {
  font-size: 1.25em;
}
.dlc-block.team-members ul.people li {
  margin: 20px 0;
}
.dlc-block.team-members ul.people li h4 {
  margin: 0;
}
.dlc-block.team-members ul.people li p {
  margin: 6px 0 0;
}
.dlc-block.team-members ul.people li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 24px 60px 24px 24px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
}
.dlc-block.team-members ul.people li a:hover {
  background: #fefefe;
  color: #18181c;
}
.dlc-block.team-members ul.people li a:hover span.icon {
  background: #F9366C;
  color: #fefefe;
}
.dlc-block.team-members ul.people li a span.icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  position: absolute;
  right: 24px;
  top: 24px;
  border-radius: 2px;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (min-width: 992px) {
  .dlc-block.team-members .flex-row {
    gap: 80px;
  }
  .dlc-block.team-members .flex-row > div {
    width: calc( 50% - 40px );
  }
}
.dlc-block.latest-news .view-more {
  margin: 40px 0;
}
.dlc-block.latest-news a.more {
  display: inline-block;
  background: #18181c;
  color: #fefefe;
  line-height: 45px;
  border-radius: 4px;
  position: relative;
  padding: 0 66px 0 20px;
}
.dlc-block.latest-news a.more .icon {
  position: absolute;
  right: 0;
  top: 0;
  background: #F9366C;
  height: 100%;
  line-height: 45px;
  padding: 0;
  width: 46px;
  border-radius: 0 4px 4px 0;
}
@media only screen and (min-width: 992px) {
  .dlc-block.latest-news .flex-row {
    gap: 80px;
    flex-direction: row-reverse;
  }
  .dlc-block.latest-news .flex-row > div {
    width: calc( 50% - 60px );
  }
}
.dlc-block.partners h2 {
  border-bottom: 1px solid #6e7180;
  padding-bottom: 20px;
}
.dlc-block.partners .partners-logos {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.dlc-block.partners .partners-logos .logo-wrapper {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dlc-block.partners .partners-logos .logo-wrapper img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  filter: grayscale(1) invert(46%) sepia(8%) saturate(689%) hue-rotate(193deg) brightness(93%) contrast(84%);
  transition: filter 0.3s ease-in-out 0s;
  cursor: pointer;
}
.dlc-block.partners .partners-logos .logo-wrapper:hover img {
  filter: none;
}
.form-wrapper {
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
}
.dlc-block.contact .address {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.dlc-block.contact .address .overlay {
  background: #18181c;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.dlc-block.contact .address .wrapper {
  position: relative;
  padding: 40px;
  color: #fefefe;
}
.dlc-block.contact .address .wrapper h4,
.dlc-block.contact .address .wrapper p {
  margin: 0;
}
.dlc-block.contact .address .wrapper li {
  margin: 1.5em 0;
}
.dlc-block.contact .address .wrapper .icon {
  color: #F9366C;
}
@media only screen and (min-width: 602px) {
  .dlc-block.contact .flex-row {
    gap: 20px;
  }
  .dlc-block.contact .flex-row form {
    width: calc( 55% - 10px );
  }
  .dlc-block.contact .flex-row .address {
    width: calc( 45% - 10px );
  }
}
.dlc-block.ecosystem {
  background: #18181c;
  color: #fefefe;
}
.dlc-block.ecosystem .websites {
  margin: 50px 0;
}
.dlc-block.ecosystem .websites > div {
  background: #fefefe;
  border-radius: 4px;
  margin: 15px 0;
}
.dlc-block.ecosystem .websites > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
}
.dlc-block.ecosystem .websites > div a:hover .overlay {
  opacity: 1;
}
.dlc-block.ecosystem .websites > div a img {
  width: auto;
  height: auto;
  max-width: 60%;
  max-height: 120px;
  margin: 60px;
}
.dlc-block.ecosystem .websites > div a .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
.dlc-block.ecosystem .websites > div a .overlay span.icon {
  width: 24px;
  line-height: 24px;
  background: #F9366C;
  text-align: center;
  border-radius: 2px;
  margin-left: 10px;
}
@media only screen and (min-width: 602px) {
  .dlc-block.ecosystem .websites {
    gap: 20px;
  }
  .dlc-block.ecosystem .websites > div {
    flex: 1;
  }
}
