/*@import url('https://fonts.cdnfonts.com/css/manrope');*/

::selection {
  background: #555;
  color: #fff;
}

::-moz-selection {
  background: #555;
  color: #fff;
}

h4 {
  font-weight: 300;
}

body,
p {
  color: #151515;
}

a {
  text-decoration: none;
}

body {
  background: #fff;
  padding: 0;
  margin: 0 auto;
  min-height: 100vh;
  font-family: "Manrope", sans-serif;
}

.hamburger-label,
input,
textarea {
  font-family: "Manrope", sans-serif;
}

ul {
  list-style: none;
  padding-left: 0 !important;
  -webkit-padding-start: initial !important;
  -moz-padding-start: initial;
}

menu,
ol,
ul {
  padding: 0 !important;
}

button {
  background: 0 0;
  border: none;
}

button:focus,
input[type="submit"]:focus {
  outline: 0;
}

textarea {
  padding: 14px;
}

input:focus,
textarea:focus {
  outline: 0 !important;
  border: 1px solid #df1f29;
  box-shadow: none;
}

input[type="submit"] {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

img {
  width: 100%;
}

h1,
h2,
h4,
h5,
h6 {
  color: #151515;
  margin-top: 0;
}

h1 {
  font-size: calc(80px + 1vw);
}

h2 {
  font-size: calc(36px + 16 * (100vw - 992px) / 1508);
}

h3 {
  font-size: 26px;
  margin-bottom: 20px;
}

h4 {
  font-size: calc(24px + 16 * (100vw - 992px) / 1508);
}

h5,
h6 {
  font-weight: 400;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
  margin-bottom: calc(10px + 10 * (100vw - 992px) / 1508);
}

p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #5a5a5a;
}

.non-sticky-container{
  display: none;
}

.title-main {
  font-size: 5em;
  letter-spacing: -0.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.1;
  color: #121212;
}

.subtitle-main {
  text-transform: none;
  font-weight: 300;
  font-size: 14px;
  padding-right: 25%;
  padding-bottom: 30px;
  color: #5a5a5a;
  line-height: 1.6;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-style: italic;
}

.portfolio h2 {
  letter-spacing: 5px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.portfolio h2 {
  font-size: 32px;
  margin-top: -100px;
  margin-bottom: 50px;
}

.process-numbers {
  color: #ffeedb;
  font-weight: 700;
  font-size: 110px;
  text-transform: uppercase;
  letter-spacing: 2px;
  z-index: 1;
}

.mt--60 {
  margin-top: -60px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pr-15{
  padding-right: 15%;
}

.pw-4p{
  padding: 4%;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.br-16 {
  border-radius: 16px;
}

.br-24{
  border-radius: 24px;
}

.container {
  padding-left: 10%;
  padding-right: 10%;
}

@media only screen and (max-width: 600px) {
  .mob-text-left {
    text-align: left !important;
  }

  .mob-pt-60 {
    padding-top: 60px !important;
  }

  .mob-pt-30 {
    padding-top: 30px !important;
  }

  .pw-4p{
    padding: 0%;
  }

  .pr-15{
    padding-right: 10%;
  }

  .br-24{
    border-radius: 16px;
  }

  .d-mob-none{
    display: none;
  }
}

.portfolio-box {
  padding-top: 12%;
  padding-left: 0% !important;
  padding-right: 0% !important;
}

.portfolio-title {
  text-transform: none;
  font-weight: 500;
  font-size: 18px !important;
}

.portfolio-subtitle {
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
  padding-right: 25%;
  padding-bottom: 30px;
  color: #5a5a5a;
  line-height: 1.6;
}

.br-20 {
  border-radius: 20px !important;
}

.portfolio-image-title {
  text-transform: none !important;
  font-weight: 400;
  padding-top: 30px;
}

.portfolio-image-subtitle {
  text-transform: none !important;
  font-weight: 400;
  font-size: 16px;
  color: #5a5a5a;
}

.portfolio-image-subtitle:hover {
  color: #0a58ca !important;
}

.image-box {
  position: relative;
  margin: auto;
  overflow: hidden;
  border-radius: 20px;
}

.image-box img {
  max-width: 100%;
  transition: all 0.3s;
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}

.image-box:hover img {
  transform: scale(1.05);
}

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

.copyright {
  font-size: 12px;
  font-weight: 500;
  padding-bottom: 30px;
  padding-top: 20px;
  color: #ffffff;
}

.font-18 {
  font-size: 18px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-14 {
  font-size: 14px !important;
}

.footer-title {
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: none !important;
}

.small-title {
  font-weight: 600;
  text-transform: none !important;
}

.w-100 {
  width: 100%;
}

.text-muted {
  color: #999 !important;
}

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

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

.center-block {
  display: flex;
  justify-content: center;
}

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

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

.align-center {
  display: block;
}

.ms-logo {
  position: relative;
}

.ms-header {
  width: 100%;
  z-index: 3;
}

.ms-logo {
  z-index: 7;
  height: 50px;
}

.logo-dark,
.logo-light {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s ease 0.4s;
}

.ms-logo img {
  width: 50px;
}

.logo-dark.current,
.logo-light.current {
  opacity: 1;
}

.logo-dark.active,
.logo-light.active {
  opacity: 1;
  transition: opacity 0.1s;
}

.ms-nav {
  padding: 1em 3em;
  color: inherit;
}

.hamburger {
  margin-right: 0;
  margin-left: auto;
  overflow: visible;
  cursor: pointer;
  z-index: 7;
  border: 0;
  transition-timing-function: linear;
  transition-duration: 0.3s ease;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
}

.navbar-white .hamburger-label {
  color: #fff;
}

.hamburger-label {
  display: block;
  font-size: 14px;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: -4.5em;
  padding-right: 4em;
  line-height: 1.5em;
  transition: color 0.3s ease 0.4s;
  color: #151515;
}

.hamburger.is-active .hamburger-label {
  color: #fff !important;
  transition: color 0.1s ease;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
  vertical-align: middle;
}

.hamburger-inner {
  display: block;
  top: 0;
}

.navbar-white .hamburger-inner,
.navbar-white .hamburger-inner:after,
.navbar-white .hamburger-inner:before {
  background-color: #fff;
}

.hamburger-inner:after,
.hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #151515;
  transition: all 0.3s ease 0.5s;
}

.hamburger-inner:before {
  top: 8px;
  left: -8px;
}

.hamburger-inner:after {
  top: 16px;
  width: 26px;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after {
  background-color: #fff;
  transition-delay: 0.1s;
}

.hamburger.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner:before {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

.hamburger.is-active .hamburger-inner:after {
  width: 30px;
  -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

.ms-nav {
  display: flex;
  align-items: center;
}

.height-full-viewport {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background-color: #151515;
  z-index: 5;
  overflow: hidden;
  transition: height 0.8s cubic-bezier(0.3, 1, 0.3, 1) 0.1s;
}

.ms-navbar,
.ms-navbar a {
  display: block;
}

.ms-navbar {
  z-index: 6;
  margin: 0 auto;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.ms-nav.is-visible .height-full-viewport {
  height: 100vh;
  transition: height 1s ease;
}

.nav-item {
  cursor: pointer;
  padding: 12px 24px;
  opacity: 0;
  width: 240px;
  margin-left: 5em;
  transition: opacity 0.3s ease;
}

.ms-navbar .ms-btn {
  display: inline-block;
  line-height: 1;
  padding: 0 0;
  position: relative;
  font-size: 42px;
  color: #fff;
  font-weight: 700 !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ms-btn::before {
  position: absolute;
  left: 0;
  background: #df1f29;
  height: 0.1rem;
  top: 50%;
  width: 0;
  transition: width 0.3s ease;
}

.nav-item__label {
  position: relative;
  display: block;
  margin: 0.25em 0 0;
  padding: 0.5em;
  color: #555;
  transition: color 0.3s ease;
  font-size: 14px;
}

.nav-item:hover .nav-item__label {
  color: #9a9a9a;
}

.is-visible .nav-item {
  opacity: 1;
  transition: opacity 2s cubic-bezier(0.16, 1.08, 0.38, 0.98) 0.3s;
}

.nav-item .ms-btn {
  transition: all 0.3s ease;
}

.nav-item:active .ms-btn,
.nav-item:focus .ms-btn,
.nav-item:hover .ms-btn {
  color: #df1f29;
  opacity: 1;
  padding-left: 2.4rem;
}

.nav-item:active .ms-btn::before,
.nav-item:focus .ms-btn::before,
.nav-item:hover .ms-btn::before {
  width: 2rem;
}

.ms-preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  background-color: #151515;
}

.main-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
}

.ms-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: -50px;
}

.page-header {
  position: relative;
  margin: 15px 0;
}

.page-desc {
  width: 50vh;
  font-size: 1.5em;
  line-height: 1.5;
  color: #151515;
  letter-spacing: 0.05em;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

.overlay {
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
}

.overlay {
  opacity: 0.4;
}

/* Header */
.large-header {
  position: relative;
  width: 100%;
  background: white;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}

.main-title {
  position: absolute;
  margin: 0;
  padding: 0;
  color: black;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  font-size: 3.2em !important;
  letter-spacing: 0.1em !important;
  font-weight: 700;
}

.main-title .thin {
  font-weight: 200;
}

.font-16 {
  font-size: 16px !important;
}

.mt--5 {
  margin-top: -5px !important;
}

.mw-160 {
  max-width: 160px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.italic {
  font-style: italic !important;
}

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

.portfolio-gbox {
  padding-left: 15%;
  padding-right: 15%;
}

.portfolio-img-left {
  max-width: 100% !important;
  margin-right: 3% !important;
}

.portfolio-img-right {
  max-width: 100% !important;
  border-radius: 20px !important;
  margin-left: 3% !important;
}

.text-black {
  color: #000 !important;
  font-weight: 600 !important;
}

/* List with bullets */
.list-bullets {
  list-style: none;
}

.list-bullets li {
  display: flex;
  align-items: center;
  color: #5a5a5a !important;
}

.list-bullets li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #5784d7;
  border: 2px solid #8fb3f5;
  display: block;
  margin-right: 1rem;
  color: #5a5a5a !important;
}

.portfolio-item {
  position: relative;
  cursor: pointer;
}

.portfolio-link-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #222222;
}

.portfolio-img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.portfolio-tile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-item:hover .portfolio-tile-img {
  transform: scale(1.1);
}

.portfolio-info-wrapper {
  padding: 15px;
  background-color: #fff;
}

.title {
  font-size: 18px;
  font-weight: bold;
}

.description {
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}

.cursor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  overflow: hidden;
}

.cursor-ron {
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #f0ede8b3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.1s ease;
  transform: scale(0); /* Initially hidden */
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.portfolio-item:hover .cursor-ron {
  transform: scale(1); /* Show on hover */
}

.cursor-text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

.expertise-item {
  border-bottom: 1px solid #dfdde3;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.expertise-title-wrapper {
  grid-column-gap: 0.5em;
  align-items: flex-start;
  margin-bottom: 1.5em;
  display: flex;
}

.border-grey {
  border-bottom: 1px solid #dfdde3;
  padding-bottom: 2.5em;
}

.title-lead {
  font-size: 2em;
  line-height: 1.2;
}

.expertise-number {
  font-family: IBM Plex Serif, sans-serif;
  font-style: italic;
}

.expertise-number.margin-right {
  margin-left: 1em;
}

.tag-wrapper {
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.about-title-wrapper {
  margin-bottom: 3.5em;
}

.items-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.tag {
  background-color: #ececec;
  text-align: center;
  border-radius: 50em;
  align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  display: flex;
}

.no-border {
  border-bottom: 0px !important;
}

.no-hover {
  color: #121212 !important;
}

.sticky-container {
  padding-right: 16%;
}

.sticky-p {
  font-size: 24px;
  line-height: 1.45;
  font-weight: 400 !important;
}

.title-wrapper {
  grid-column-gap: var(--grid-gap--main);
  grid-row-gap: var(--grid-gap--main);
  flex-flow: wrap;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.link-title {
  font-weight: 600;
  padding-bottom: 16px;
  text-transform: none !important;
}

.cirlce-arrow-wrapper {
  background-color: var(--black);
  color: var(--white);
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.35rem;
  display: flex;
  overflow: hidden;
}

.cirlce-arrow-wrapper.year {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  background-color: #ffffffb3;
  width: auto;
  padding-bottom: 0.25rem;
  padding-left: 0.55rem;
  padding-right: 0.55rem;
  font-size: 0.6rem;
}

.arrow-down {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-down.inner {
  width: 100%;
  height: 100%;
}

.portfolio-tile-tag-wrapper {
  grid-column-gap: 12px;
  display: flex;
  position: absolute;
  inset: 1rem auto auto 1rem;
  padding-left: 16px;
  padding-top: 8px;
}

.view-button {
  background-color: #0e0d0d;
  color: #ffffff;
  letter-spacing: -0.01em;
  text-transform: none;
  white-space: nowrap;
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  font-size: 16px;
  line-height: 1;
}

.view-button:hover {
  color: #ffffff;
  background-color: #222222;
}

.about-box {
  padding-left: 10%;
  padding-right: 10%;
}

.about-title {
  text-transform: none;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 3rem;
  padding-left: 0.5rem;
  font-size: 16px;
}

h2 {
  text-transform: none !important;
}

.footer-list li {
  padding-bottom: 4px !important;
}

.full-width {
  /*width: calc(100% - 120px);*/
  margin-left: -60px;
  margin-right: -60px;
}

.text-white {
  color: #ffffff;
}

.text-grey {
  color: #b3b3b3;
}

.text-bold {
  font-weight: 600;
}

.font-28 {
  font-size: 28px;
  line-height: 1.4;
}

.w-pr-5 {
  padding-right: 5%;
}

.nav-link.active {
  font-weight: 500;
}

.flex-horizontal.categories {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
}
.flex-horizontal {
  align-self: stretch;
  display: flex;
}
.category-item.without-border {
  border-bottom-style: none;
}
.category-item {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}
.tag.category {
  padding: 8px 12px;
  font-size: 12px;
}
.tag {
  text-align: center;
  border-radius: 50em;
  align-self: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
  color: #000000;
}

/*ul#filterOptions li a:hover {
  background: #c9c9c9;
}*/

ul#filterOptions li.active a {
  background: #222222;
  color: #ffffff;
}

.pl-2p {
  padding-left: 2%;
}

.pr-2p {
  padding-right: 2%;
}

.item {
  padding-bottom: 60px;
}

.footer-section{
  background-color: #0E0D0D;
  padding-left: 5%;
  padding-right: 5%;
}


.m-nav-link{
  font-size: 42px;
  color: #FFFFFF;
}

.footer-menu{
  padding-top: 40%;
}

#web-nav, #mobile-nav {
    display: none;
}

li::marker {
  color: #5a5a5a; /* your colour */
}

.w-p20{
  padding: 0 10%;
}

@media only screen and (max-width: 768px) {
  h1 {
    font-size: calc(48px + 1vw);
  }
  h6 {
    font-size: 16px;
  }
  blockquote {
    margin: 0 auto 15px;
    font-size: 1em;
  }

  .w-p20{
    padding-top: 30%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .full-width {
    margin-left: -24px;
    margin-right: -24px;
  }

  .ms-nav {
    padding: 1.4em 15px;
  }

  .ms-navbar .ms-btn {
    font-size: 42px;
  }
  .ms-navbar {
    position: relative;
    width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: unset;
    overflow-y: auto;
  }
  .nav-item {
    display: inline-block;
    width: auto;
    margin-left: 0;
  }
  .expanded-timeline,
  .nav-item__label {
    display: none;
  }

  .overlay {
    background: -moz-linear-gradient(
      top,
      #000 0,
      transparent 35%,
      transparent 45%,
      rgba(0, 0, 0, 0.9) 100%
    );
    background: -webkit-linear-gradient(
      top,
      #000 0,
      transparent 35%,
      transparent 45%,
      rgba(0, 0, 0, 0.9) 100%
    );
    background: linear-gradient(
      to bottom,
      #000 0,
      transparent 35%,
      transparent 45%,
      rgba(0, 0, 0, 0.9) 100%
    );
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c9000000', GradientType=0);
  }

  .ms-container {
    padding-top: 6em;
    padding-bottom: 3em;
  }

  .main-title {
    font-size: 3em !important;
  }

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

  .portfolio {
    margin-top: 60px !important;
  }

  .portfolio-box {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .ul-pad-0 {
    padding-left: 20px !important;
  }

  .portfolio-gbox {
    padding-left: 0%;
    padding-right: 0%;
  }

  .portfolio-img-left {
    margin-right: 0% !important;
  }

  .portfolio-img-right {
    margin-left: 0% !important;
  }

  .d-mob-none {
    display: none;
  }


  .pb-30{
    padding-bottom: 16px !important;
  }

  .pb-60{
    padding-bottom: 32px !important;
  }

  .m-pb-40{
    padding-bottom: 40px !important;
  }

  .m-pb-30{
    padding-bottom: 30px !important;
  }

  .title-main {
    font-size: 2.65em !important;
  }

  .sticky-container {
    padding-right: 0%;
    display: none;
  }

  .non-sticky-container{
    display: block;
    text-align: center;
  }

  .mob-container{
    border-bottom: 1px solid #dfdde3;
    padding-top: 2em;
    padding-bottom: 4em;
  }

  .sticky-p {
    font-size: 22px;
    line-height: 1.3;
  }

  .pb-120 {
    padding-bottom: 60px !important;
  }

  .scrollmagic-pin-spacer {
    padding-bottom: 30px !important;
  }

  .about-box {
    padding-left: 0px;
    padding-right: 0px;
  }

  .about-title {
    font-size: 24px;
  }

  .w-pr-5 {
    padding-right: 0%;
  }

  .footer-section {
    background-color: #0E0D0D;
    padding-left: 24px;
    padding-right: 24px;
  }

  .m-pb-24{
    padding-bottom: 24px;
  }

  
}



.back-image {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.section {
  background-color: var(--semantic-backdrop);
  width: 100%;
  position: relative;
}

.section.sticky {
  z-index: 0;
  position: sticky;
  top: 0;
}

.section.relative {
  position: relative;
}

.section.drawer {
  z-index: 2;
  background-color: var(--white);
  border-radius: 1.25rem;
  margin-top: -2rem;
  display: block;
  position: relative;
  overflow: visible;
}

.section.drawer.case {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.section.last {
  z-index: 1;
  background-color: var(--semantic-backdrop);
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

.section.sticky-inside {
  margin-top: -3em;
  position: sticky;
  top: 0;
}

.page-wrapper {
  z-index: 1;
  margin-bottom: -2rem;
  position: relative;
}

.blur {
    box-shadow: inset 0 0 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);
    backdrop-filter: saturate(200%) blur(30px);
    background-color: hsla(0, 0%, 100%, .3) !important;
}

.navbar.scrolled {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.08) !important;
}



/*#web-nav, #mob-nav{
  z-index: 2;
}

#scroll-animate{
  overflow: hidden;
}

#scroll-animate-main
{
  width: 100%;
  left: 0;
  position: fixed;
}

#heightPage,
#heightScroll
{
  width: 10px;
  top: 0;
  position: absolute;
  z-index: 99;
}

#heightPage
{
  left: 0;
}

#heightScroll
{
  right: 0;
}

.img-header
{
  width: 100%;
  height: 100%;
  background-color: #f6f9a0;
  top: 0;
  position: fixed;
  z-index: -1;
}

footer
{
  width: 100%;
  height: auto;
  background: gray;
  bottom: -300px;
  position: fixed;
  z-index: -1;
}

.content
{
  height: 100%;
  min-height: 100%;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
}

.wrapper-parallax {
  margin-top: 100%;
  margin-bottom: 300px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}


header,
footer,
#scroll-animate-main
{
  -webkit-transition-property: all;
     -moz-transition-property: all;
      transition-property: all;

  -webkit-transition-duration: 0.4s;
     -moz-transition-duration: 0.4s;
      transition-duration: 0.4s;

  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
     -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
      transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
*/


