/* Colors */
/* Hover Color */
/* Filter */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@4.3.1/dist/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.css");
@import url("https://use.typekit.net/wec8zal.css");
@import url("https://unpkg.com/flickity@2/dist/flickity.min.css");
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0; }

/*
section-mode: light, dark
section-display: true, false
section-type: circle, disc, ...
section-color
section-color-degrade
section-name

data-mouse-type: hover, follower, click
data-section
data-object
data-image


btn-click
btn-fill
non-radius
non-btn
*/
@-webkit-keyframes PreloaderAnimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes PreloaderAnimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes PreloaderAnimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-webkit-keyframes open_up {
  from {
    top: 0px; }
  to {
    top: 0px; } }
@keyframes open_up {
  from {
    top: 0px; }
  to {
    top: 0px; } }
@-webkit-keyframes open_down {
  from {
    bottom: 0px; }
  to {
    bottom: 64px; } }
@keyframes open_down {
  from {
    bottom: 0px; }
  to {
    bottom: 64px; } }
@-webkit-keyframes open_fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes open_fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
html {
  height: 100%;margin-top:0!important }

body {
  font-family: muli, sans-serif;
  font-weight: 400;
  font-size: 0.8vw;
  color: #201D1E !important;
  line-height: 160%;
  text-align: left;
  padding: 0px 0px 0px 0px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: none;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  overscroll-behavior: none; }
  body * {
    box-sizing: border-box;
    outline: none !important; }
    body *:hover {
      outline: none !important; }


.menu.burger-menu {
    visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: 100%;
  margin: 0;
  letter-spacing: 0rem !important; }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    color: #CC2F2E; }

h1 {
  font-size: 1vw;
  font-weight: 900; }

h2 {
  font-size: 1vw;
  font-weight: 900; }

h3 {
  font-size: 5vw;
  font-weight: 900; }

h4 {
  font-size: 1.6vw;
  font-weight: 900; }

h5 {
  font-size: 0.7vw; }

h6 {
  font-size: 0.4vw; }

p {
  font-family: muli, sans-serif;
  font-size: 0.9vw;
  font-weight: 400;
  line-height: 160%;
  padding: 0;
  margin: 0 0 1.8vw 0;
  letter-spacing: 0em !important;
  text-transform: none !important;
  white-space: break-spaces;
  opacity: 0.6; }
p.btn.float-right {
    opacity: 1;
}
  p strong {
    font-weight: 700;
    color: #201D1E; }
  p a {
    float: none;
    width: auto !important;
    display: inline !important;
    font-size: 1vw;
    padding: 0px !important;
    margin: 0;
    text-decoration: none; }
    p a:hover {
      text-decoration: none;
      color: #201D1E; }
  .quote p {
    display: inline-block;
    position: relative;
    padding-left: 48px; }
    .quote p::before {
      content: '"';
      position: absolute;
      left: 0;
      top: -8px;
      width: 48px;
      font-size: 56px;
      font-style: italic;
      color: #201D1E;
      line-height: normal; }
  p em {
    font-weight: 300;
    font-style: normal; }
  p.small, p.small a {
    font-size: 0.6vw !important;
    margin: 0 !important;
    transform: none !important; }
  p.small a {
    color: #CC2F2E !important; }
  p.small .btn.arrow {
    top: -0.06vw !important; }

a {
  position: relative;
  font-family: muli, sans-serif;
  color: #201D1E;
  font-size: 1vw;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none !important;
  display: inline-block;
  cursor: none;
  transition: 0.1s; }
  a[aria-current=page], a.active, a:focus, a:hover {
    color: #201D1E;
    text-decoration: none;
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  a em {
    line-height: normal; }

strong {
  font-weight: 900 !important; }

em {
  font-size: 0.7vw; }

ul,
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

hr {
  margin-top: 80px;
  margin-bottom: 80px;
  border: 0;
  border-top: 1px solid gainsboro; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left; }

.row {
  margin: 0;
  width: 100%; }

svg {
  transition: 0.1s; }
  svg path {
    transition: 0.1s; }

.info p {
  font-size: 0.6vw;
  text-transform: none !important;
  margin-bottom: 0; }
  .info p a, .info p .btn {
    font-size: 0.6vw; }

@media (max-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 140%; }

  h1 {
    font-size: 16px; }

  h2 {
    font-size: 16px; }

  h3 {
    font-size: 48px; }

  h4 {
    font-size: 24px; }

  h5 {
    font-size: 12px; }

  p {
    font-size: 14px;
    line-height: 160%;
    margin: 0 0 32px 0; }
	.awardpost-body a {
		font-size: 14px!important;word-break: break-all;}
    p a {
      font-size: 16px; }
    p.small, p.small a {
      font-size: 12px; }

  a {
    font-size: 16px; }

  em {
    font-size: 10px; } }
@media (max-width: 900px) {
  h2 {
    font-size: 32px; }

  h4 {
    font-size: 24px; } }
@media (max-width: 700px) {
  body {
    font-size: 12px;
    line-height: 140%; }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    padding: 0 15px; }

  h1, h2, h3, h4, h5, h6 {
    line-height: 120% !important; }

  h1 {
    font-size: 11px;
    margin-bottom: 8px; }

  h2 {
    font-size: 14px; }

  h3 {
    font-size: 32px;
    margin-bottom: 24px; }

  h4 {
    font-size: 24px;
    margin-bottom: 4px; }

  h5 {
    font-size: 8px; }

  p {
    font-size: 12px;
    line-height: 140%;
    margin: 0 0 32px 0; }
	.awardpost-body a {
		font-size: 12px!important}
    p a {
      font-size: 16px; }
    p.small, p.small a {
      font-size: 12px; }

  a {
    font-size: 14px; }

  em {
    font-size: 10px; }

  .text-right {
    text-align: left !important; } }
*::-webkit-scrollbar {
  width: 0; }

*::-moz-scrollbar {
  width: 0; }

*::-ms-scrollbar {
  width: 0; }

*::selection {
  background: rgba(80, 80, 68, 0.5); }

*::-moz-selection {
  background: rgba(80, 80, 68, 0.5); }

header {
  position: absolute;
  background-color: transparent;
  z-index: 10;
  width: calc(100%);
  height: auto;
  top: 0;
  left: 0vw;
  right: auto;
  padding: 2vw 5vw;
  text-align: right; }
  header .container {
    padding: 0 15px; }
  header .search {
    width: auto;
    height: auto;
    font-size: 0.5vw;
    padding: 0 1vw;
    line-height: 3vw;
    text-transform: uppercase;
    letter-spacing: 0.5vw;
    color: #201D1E; }
    header .search::before {
      content: "";
      position: relative;
      float: right;
      margin-right: 0.4vw;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 35% auto;
      width: 3vw;
      height: 3vw;
      top: auto;
      display: inline-block;
      background-image: url("../images/icons/search.svg"); }
    header .search span {
      float: left; }
    header .search[aria-expanded=true]::before {
      background-image: url("../images/icons/plus.svg");
      transform: rotate(45deg); }
  header li {
    float: left;
    width: 100%;
    padding: 0 0 0.8vw 0px; }
    header li a:hover {
      color: #CC2F2E !important; }
    header li a {
      float: left;
      width: auto;
      color: #F5F5F5;
      font-size: 0.8vw;
      font-weight: 400;
      line-height: 160% !important;
      padding: 0vw 0vw;
      transition: 0.1s;
      text-decoration: none !important; }
      header li a.active {
        color: #201D1E !important; }
      header li a[aria-expanded=true]::after {
        content: "";
        position: absolute;
        display: inline-block;
        border: solid #201D1E;
        border-width: 0 1.5px 1.5px 0;
        display: inline-block;
        padding: 2px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
      header li a em::before {
        top: 0.6vw; }
    header li.home {
      border: 0; }
      header li.home a {
        font-size: 0.6vw;
        padding: 0; }
        header li.home a::before {
          width: 4.2vw;
          height: 4.2vw;
          display: inline-block;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 35% auto;
          background-image: url("../images/icons/home.svg");
          filter: invert(6%) sepia(13%) saturate(641%) hue-rotate(240deg) brightness(98%) contrast(93%);
          margin: 0;
          transition: 0.1s; }
    header li.search {
      position: relative; }
      header li.search input {
        border: 0 !important;
        background-color: rgba(0, 179, 186, 0.4) !important;
        background-repeat: no-repeat;
        color: #FFF;
        margin: 0;
        width: 16vw;
        height: 4.2vw; }
      header li.search::after {
        content: "";
        position: absolute;
        float: left;
        width: 32px;
        height: 100%;
        margin-right: 8px;
        background-image: url("../images/icons/search.svg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 60% auto;
        top: 0;
        right: 8px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1130%) hue-rotate(231deg) brightness(115%) contrast(92%); }
    header li.active a {
      color: #201D1E !important; }
  header p {
    color: #F5F5F5; }
  header .navbar-header {
    float: none;
    padding: 0;
    position: static;
    z-index: 9; }
    header .navbar-header .container {
      padding: 0; }
    header .navbar-header a {
      pointer-events: auto !important; }
      header .navbar-header a::after {
        position: relative !important; }
    header .navbar-header .navbar-inverse {
      background-color: transparent;
      padding: 0 0; }
      header .navbar-header .navbar-inverse.pull-right {
        margin: 0px;
        background-color: transparent;
        margin-left: 0px; }
        header .navbar-header .navbar-inverse.pull-right a {
          color: #201D1E !important; }
    header .navbar-header .dropdown {
      position: static; }
      header .navbar-header .dropdown .dropdown-menu {
        top: calc(0% + 0px) !important;
        right: 4.8vw;
        left: 4.8vw;
        bottom: auto;
        width: auto;
        height: auto;
        margin: 0;
        background-color: #FFF;
        border: 0;
        padding: 9vw 0 4vw 0;
        border-radius: 0px;
        opacity: 1;
        text-align: left;
        /*-webkit-box-shadow: -5px 7px 14px rgba(0, 0, 0, 0.1);
        box-shadow: -5px 7px 14px rgba(0, 0, 0, 0.1);*/
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: -1;
        display: none;
        border-bottom: 1px solid #D9D9D9;
        background-clip: border-box;
        -webkit-border-bottom-right-radius: 16px;
        -webkit-border-bottom-left-radius: 16px;
        -moz-border-radius-bottomright: 16px;
        -moz-border-radius-bottomleft: 16px;
        border-bottom-right-radius: 16px;
        border-bottom-left-radius: 16px; }
        header .navbar-header .dropdown .dropdown-menu::before {
          content: "";
          display: inline-block;
          position: absolute;
          width: 100%;
          height: 1px;
          left: 0;
          top: 6.08vw;
          background-color: #D9D9D9; }
        header .navbar-header .dropdown .dropdown-menu ul li {
          width: 100%;
          border: 0; }
          header .navbar-header .dropdown .dropdown-menu ul li a {
            font-size: 0.7vw;
            font-weight: 400;
            color: #201D1E;
            padding: 0.2vw 0; }
            header .navbar-header .dropdown .dropdown-menu ul li a:hover {
              text-decoration: underline !important; }
        header .navbar-header .dropdown .dropdown-menu a {
          padding: 0; }
          header .navbar-header .dropdown .dropdown-menu a h4, header .navbar-header .dropdown .dropdown-menu a h5 {
            float: left;
            width: 100%;
            font-size: 0.7vw;
            font-weight: 700;
            margin-bottom: 2.2vw; }
          header .navbar-header .dropdown .dropdown-menu a h5 {
            font-size: 0.7vw;
            font-weight: 600;
            margin-bottom: 1.2vw; }
      header .navbar-header .dropdown .dropdown-toggle {
        position: relative;
        color: #201D1E !important; }
        header .navbar-header .dropdown .dropdown-toggle:hover {
          color: #CC2F2E !important; }
          header .navbar-header .dropdown .dropdown-toggle:hover::after {
            content: "";
            position: absolute;
            display: inline-block;
            border: solid #CC2F2E;
            border-width: 0 1.5px 1.5px 0;
            display: inline-block;
            padding: 2px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg); }
      header .navbar-header .dropdown.active {
        border-right: 1px solid #CC2F2E;
        margin-right: -1px; }
        header .navbar-header .dropdown.active .dropdown-toggle::after {
          height: calc(100% + 2px);
          opacity: 1; }
      header .navbar-header .dropdown.open {
        z-index: 9; }
        header .navbar-header .dropdown.open .dropdown-toggle[aria-expanded="true"] {
          color: #201D1E !important; }
        header .navbar-header .dropdown.open .dropdown-menu {
          display: inline-block; }
      header .navbar-header .dropdown .dropdown-backdrop {
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        z-index: -1;
        background-color: #000;
        opacity: 0.3;
        display: none !important; }
  header .page-navigation {
    display: inline-block;
    position: absolute;
    left: 0;
    top: -40px;
    z-index: 7;
    text-align: left;
    background-color: #FFF;
    padding: 50px 10px 10px 10px;
    border: 1px solid #D9D9D9;
    border-bottom: 0;
    width: auto;
    height: auto; }
    header .page-navigation ul {
      float: right;
      width: auto;
      margin-right: 0px; }
      header .page-navigation ul li {
        float: left;
        width: 100%;
        height: auto;
        display: inline-block;
        margin: 0px; }
        header .page-navigation ul li[rel-data=hidden] {
          display: none; }
        header .page-navigation ul li a {
          float: left;
          display: inline-block;
          width: auto;
          height: auto;
          padding: 0;
          font-size: 12px;
          font-weight: normal;
          color: #201D1E !important;
          position: relative;
          line-height: 2vw;
          white-space: nowrap; }
          header .page-navigation ul li a::after {
            display: none !important; }
          header .page-navigation ul li a.disc {
            border-radius: 100%;
            background-color: #F5F5F5; }
          header .page-navigation ul li a.triangle {
            width: 0px;
            height: 0px;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 13px solid #F5F5F5;
            background-color: transparent; }
          header .page-navigation ul li a.square {
            border-radius: 0%;
            background-color: #F5F5F5; }
          header .page-navigation ul li a.pentagon {
            background-color: #F5F5F5;
            position: relative;
            clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%); }
          header .page-navigation ul li a.star {
            width: 30px;
            height: 30px;
            clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
            margin-left: -9px;
            margin-top: -6px; }
            header .page-navigation ul li a.star::before {
              content: "";
              position: absolute;
              left: 0;
              top: 0;
              transform: rotate(-36deg);
              width: 30px;
              height: 30px;
              clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
              background-color: #F5F5F5; }
          header .page-navigation ul li a:hover, header .page-navigation ul li a:focus {
            color: #FFF !important; }
        header .page-navigation ul li.current a {
          /*background-color: $secondary-color;*/ }
          header .page-navigation ul li.current a::after {
            content: "";
            position: absolute; }
          header .page-navigation ul li.current a.disc {
            background-color: #201D1E; }
          header .page-navigation ul li.current a.triangle {
            border-bottom-color: #201D1E; }
          header .page-navigation ul li.current a.square {
            background-color: #201D1E; }
          header .page-navigation ul li.current a.pentagon {
            background-color: #201D1E; }
          header .page-navigation ul li.current a.star::before {
            background-color: #201D1E; }

section {
  float: right;
  width: calc(100%);
  min-height: 100vh;
  padding: 10vw 0vw;
  display: flex;
  overflow-x: hidden;
  flex-flow: row wrap;
  position: relative;
  /*background-color: #FFF;*/
  z-index: 6; }
  section tag {
    float: left;
    display: inline-block;
    position: relative;
    font-size: 0.55vw;
    color: #201D1E;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    line-height: normal;
    letter-spacing: 0.2vw; }
    section tag::after {
      content: "/";
      position: relative;
      float: right;
      margin: 0 1vw; }
  section date {
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    color: #CC2F2E !important;
    transition: 0.1s;
    line-height: normal; 
	width: 100%;
    margin-top: 1vw;}
  section video {
    width: 100%; }
  section .seperator.top {
    padding: 0.8vw 0 2vw 0; }
.awardpost-body a {
    font-size: 0.9vw;
    text-decoration: underline !important;
}
.awardpost-body p {
    margin-bottom: 0.3vw;
}

.blog-slider.gallery h4 {
    line-height: 140%;
}

@media (max-width: 1024px) {
  section {
    width: 100%;
    padding: 10vw 0; }
    section tag {
      font-size: 7px; }
     }
@media (max-width: 700px) {
  section {
    width: 100%;
    padding: 48px 40px 48px 0; }
    section.bg-w {
      padding: 56px 0; }
    section tag,
    section date {
      
      letter-spacing: 2px; }
      section tag::after,
      section date::after {
        margin: 0 16px; } }
.container {
  position: relative;
  z-index: 9;
  width: calc(80%);
  max-width: inherit;
  padding: 0; }
  .container .row, .recent-projects-carousel .row {
    float: left;
    width: 100%;
    margin: 0;
    display: inline-block; }
.recent-projects-carousel h4 {
    margin: 3vw 0px;
}


@media (max-width: 700px) {
  .container {
    width: 100%;
    padding: 0 0px; } }
input,
select,
textarea,
input.form-control,
textarea.form-control {
  width: 100%;
  height: 2.4vw;
  border: 0;
  padding: 0vw 5vw 0px 16px;
  font-family: muli, sans-serif;
  font-size: 0.8vw;
  font-weight: normal;
  line-height: 120%;
  background-color: #D9D9D9 !important;
  border-radius: 0vw;
  color: #201D1E;
  position: relative;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
  transition: 0.2s;
  border: 0px solid #201D1E; }
  input::after,
  select::after,
  textarea::after,
  input.form-control::after,
  textarea.form-control::after {
    display: none; }
  input:focus, input:focus, input.form-control:focus, input.form-control:focus,
  select:focus,
  select:focus,
  select.form-control:focus,
  select.form-control:focus,
  textarea:focus,
  textarea:focus,
  textarea.form-control:focus,
  textarea.form-control:focus,
  input.form-control:focus,
  input.form-control:focus,
  input.form-control.form-control:focus,
  input.form-control.form-control:focus,
  textarea.form-control:focus,
  textarea.form-control:focus,
  textarea.form-control.form-control:focus,
  textarea.form-control.form-control:focus {
    color: #F5F5F5;
    background-color: #201D1E !important;
    border-color: #201D1E;
    outline: 0;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(17, 24, 33, .1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(17, 24, 33, .1);*/
    -webkit-box-shadow: -11px 11px 54px rgba(0, 0, 0, 0);
    box-shadow: -11px 11px 54px rgba(0, 0, 0, 0);
    outline: none; }
  input[type=submit],
  select[type=submit],
  textarea[type=submit],
  input.form-control[type=submit],
  textarea.form-control[type=submit] {
    width: auto;
    height: 2.4vw;
    color: #F5F5F5;
    border-radius: 30px;
    padding: 0 2vw;
    margin-top: 40px;
    margin-bottom: 0; }
  input[type=checkbox],
  select[type=checkbox],
  textarea[type=checkbox],
  input.form-control[type=checkbox],
  textarea.form-control[type=checkbox] {
    float: left;
    width: 1vw;
    height: 1vw;
    line-height: 120%;
    margin-right: 8px;
    top: -0vw; }
  input[disabled],
  select[disabled],
  textarea[disabled],
  input.form-control[disabled],
  textarea.form-control[disabled] {
    opacity: .4; }

textarea,
textarea.form-control {
  width: 100%;
  height: 8vw;
  border-radius: 0px;
  padding-top: 12px;
  resize: none; }

label {
  display: inline-block;
  width: 100%;
  font-size: 0.6vw;
  font-weight: normal;
  color: #201D1E;
  margin: 0 0 0.8vw 0; }
  label p {
    transform: none !important; }

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #201D1E;
  font-weight: normal;
  opacity: .3; }

@media (max-width: 1024px) {
  input,
  select,
  textarea,
  input.form-control,
  textarea.form-control {
    height: 48px;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 8px; }
    input[type=submit],
    select[type=submit],
    textarea[type=submit],
    input.form-control[type=submit],
    textarea.form-control[type=submit] {
      height: auto;
      border-radius: 0px;
      padding: 0 24px;
      margin-top: 40px;
      margin-bottom: 0; }
    input[type=checkbox],
    select[type=checkbox],
    textarea[type=checkbox],
    input.form-control[type=checkbox],
    textarea.form-control[type=checkbox] {
      width: 16px;
      height: 16px;
      line-height: 120%;
      margin-right: 8px;
      top: -4px; }

  label {
    font-size: 12px; } }
@media (max-width: 700px) {
  input,
  select,
  textarea,
  input.form-control,
  textarea.form-control {
    height: 48px;
    padding: 0px 8px;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 8px; }
    input[type=submit],
    select[type=submit],
    textarea[type=submit],
    input.form-control[type=submit],
    textarea.form-control[type=submit] {
      height: auto;
      border-radius: 0px;
      padding: 0 24px;
      margin-top: 40px;
      margin-bottom: 0; }
    input[type=checkbox],
    select[type=checkbox],
    textarea[type=checkbox],
    input.form-control[type=checkbox],
    textarea.form-control[type=checkbox] {
      width: 24px;
      height: 24px;
      line-height: 120%;
      margin-right: 8px;
      top: 0vw; }

  label {
    font-size: 16px; } }
.btn, button {
  display: inline-block;
  color: #201D1E;
  background-color: transparent;
  border: none;
  transition: 0.2s;
  font-size: 1vw;
  text-align: left;
  text-decoration: none;
  padding: 0;
  border-radius: 0;
  padding: 0px 0vw;
  font-weight: 900;
  letter-spacing: normal;
  text-transform: none;
  box-shadow: none;
  display: inline-block;
  position: relative;
  border-radius: 0;
  margin: 0px 0px 8px 0px;
  width: auto;
  height: auto;
  line-height: normal;
  color: #201D1E !important;
  transition: 0.2s !important; }
  .btn:focus, .btn.focus,
  button:focus,
  button.focus {
    color: #CC2F2E;
    background-color: rgba(51, 51, 51, 0);
    border-color: #635a5d; }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled,
  button:hover,
  button:focus,
  button:active,
  button.active,
  button.disabled {
    text-decoration: none; }
  .btn:hover,
  button:hover {
    color: #564d50;
    background-color: rgba(51, 51, 51, 0);
    border-color: #403a3c; }
  .btn:active, .btn.active, .open > .btn.dropdown-toggle,
  button:active,
  button.active, .open >
  button.dropdown-toggle {
    color: #CC2F2E;
    /*background-color: lighten($process-background-color, 10%);*/
    background-color: transparent;
    border-color: #403a3c; }
    .btn:active:hover, .btn:active:focus, .btn:active.focus, .btn.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle.focus,
    button:active:hover,
    button:active:focus,
    button:active.focus,
    button.active:hover,
    button.active:focus,
    button.active.focus, .open >
    button.dropdown-toggle:hover, .open >
    button.dropdown-toggle:focus, .open >
    button.dropdown-toggle.focus {
      color: #CC2F2E;
      /*background-color: lighten($process-background-color, 17%);*/
      background-color: transparent;
      /*border-color: lighten($process-color, 25%);*/
      border-color: transparent; }
  .btn:active, .btn.active, .open > .btn.dropdown-toggle,
  button:active,
  button.active, .open >
  button.dropdown-toggle {
    background-image: none; }
  .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus,
  button.disabled:hover,
  button.disabled:focus,
  button.disabled.focus,
  button[disabled]:hover,
  button[disabled]:focus,
  button[disabled].focus,
  fieldset[disabled] button:hover,
  fieldset[disabled] button:focus,
  fieldset[disabled] button.focus {
    background-color: #F5F5F5; }
  .btn i, button i {
    float: left;
    display: block;
    margin-right: 9px; }
  .btn span, button span {
    color: #F5F5F5;
    display: inline-block; }
  .btn.icon, button.icon {
    color: #201D1E;
    font-size: 1vw; }
  .btn.icon i, button.icon i {
    font-size: 1vw;
    margin: 0; }
  .btn::before, button::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.4vw;
    width: 100%;
    height: 2px;
    transition: 0.2s;
    background-color: #201D1E; }
  .btn:hover, button:hover {
    background-color: transparent;
    color: #201D1E; }
    .btn:hover::before, button:hover::before {
      width: 0%; }
  .btn.play, button.play {
    background-color: transparent;
    border-radius: 0px;
    padding: 0px !important;
    color: #CC2F2E !important;
    text-align: left; }
    .btn.play i, button.play i {
      display: inline-block;
      width: 94px;
      height: 94px;
      background-color: #CC2F2E;
      color: #FFF;
      border-radius: 100%;
      font-size: 24px;
      line-height: 94px;
      padding-left: 0px;
      text-align: center; }
    .btn.play div, button.play div {
      display: inline-block;
      margin-top: 24px;
      margin-left: 8px; }
    .btn.play span, button.play span {
      float: left;
      display: inline-block;
      width: 100%;
      font-family: muli, sans-serif;
      font-size: 14px;
      color: #201D1E !important;
      line-height: normal; }
  .btn.frame, button.frame {
    padding: 0.5vw 0vw !important;
    border-radius: 0vw;
    border-bottom: 1px solid; }

    .btn.frame::before, button.frame::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: transparent!important;
      display: inline-block;
      transition: 0.2s;
      z-index: -2; }
    .btn.frame::after, button.frame::after {
          content:"";
		mask-image:url(https://yalintanandpartners.com/wp-content/themes/ytp/assets/images/icons/arrow.svg);
    display: inline-block;
    width: 16px!important;
    height: 10px;
    margin-left: 12px;
    vertical-align: middle;
    transform: rotate(180deg);
background-color:#FFF}
.home .btn.frame::after, .home button.frame::after, .contact .btn.frame::after, .contact button.frame::after {
    background-color: white;
}
 
      .btn.frame:hover::after, button.frame:hover::after {
        width: 100%; }
    .btn.frame.fill, button.frame.fill {
      color: #F5F5F5 !important;
      background-color: #CC2F2E !important; }
      .btn.frame.fill.arrow::after, button.frame.fill.arrow::after {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1130%) hue-rotate(231deg) brightness(115%) contrast(92%) !important; }
      .btn.frame.fill:hover, .btn.frame.fill.active, button.frame.fill:hover, button.frame.fill.active {
        background-color: #201D1E !important; }
  .btn.border, button.border {
    display: inline-block;
    padding: 8px 0;
    z-index: 9;
    background-color: transparent;
    margin-top: -10px; }
    .btn.border::before, button.border::before {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #201D1E;
      position: absolute;
      right: 0;
      bottom: -0.3vw;
      transition: 0.2s; }
    .btn.border:hover, button.border:hover {
      padding: 8px 0px;
      color: #201D1E; }
      .btn.border:hover::before, button.border:hover::before {
        width: 0px;
        right: 50%;
        background-color: #201D1E; }
    .btn.border.white, button.border.white {
      color: #FFF; }
      .btn.border.white::before, button.border.white::before {
        background-color: #FFF; }
      .btn.border.white:hover, button.border.white:hover {
        color: #FFF; }
        .btn.border.white:hover::before, button.border.white:hover::before {
          background-color: #FFF; }
    .btn.border.blue, button.border.blue {
      color: #201D1E;
      background-color: transparent; }
      .btn.border.blue::before, .btn.border.blue::after, button.border.blue::before, button.border.blue::after {
        background-color: #201D1E; }
      .btn.border.blue:hover, button.border.blue:hover {
        color: #201D1E; }
        .btn.border.blue:hover::after, button.border.blue:hover::after {
          background-color: #201D1E; }
  .btn.plus, button.plus {
    color: #201D1E;
    text-align: left; }
    .btn.plus::after, button.plus::after {
      width: 0.6vw !important;
      height: 0.6vw !important;
      top: 0.1vw !important;
      background-image: url("../images/icons/plus.svg");
      margin-left: 8px !important;
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1130%) hue-rotate(231deg) brightness(115%) contrast(92%) !important; }
    .btn.plus.white, button.plus.white {
      color: #FFF; }
  .btn.submit::after, button.submit::after {
    background: url("../images/icons/Send.svg"); }
  .btn.submit:hover, button.submit:hover {
    background-color: #201D1E; }
  .btn.submit.white, button.submit.white {
    color: #FFF; }
  .btn.download::after, button.download::after {
    background-image: url("../images/icons/download.svg");
    opacity: 1; }
  .btn.external::after, button.external::after {
    background-image: url("../images/icons/external.svg");
    position: absolute !important;
    right: 0 !important;
    top: 2vw !important;
    opacity: 0.4;
    filter: invert(6%) sepia(13%) saturate(641%) hue-rotate(240deg) brightness(98%) contrast(93%) !important; }
  .btn.external.green, button.external.green {
    filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(1906%) hue-rotate(344deg) brightness(99%) contrast(85%); }
  .btn.external:hover::after, button.external:hover::after {
    opacity: 1; }
  .btn.arrow, button.arrow {
    text-transform: none;
    letter-spacing: normal;
    margin: 0 !important;
    color: #201D1E !important;
    padding: 0; }
    .btn.arrow::after, button.arrow::after {
      content: "";
      float: right;
      position: relative !important;
      display: inline-block;
      opacity: 1;
      z-index: 1;
      margin: 0.3vw 0 0 8px;
      transition: 0.1s;
      background-image: url("../images/icons/arrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: auto 90%;
      transform: rotate(-90deg);
      width: 2vw;
      height: 1vw;
      padding: 0; }
    .btn.arrow:hover::after, button.arrow:hover::after {
      filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(1906%) hue-rotate(344deg) brightness(99%) contrast(85%);
      margin-left: 14px; }
    .btn.arrow.left::after, button.arrow.left::after {
      float: left;
      margin-left: 0 !important;
      margin-right: 8px !important;
      background-image: url("../images/icons/arrow.svg");
      transform: rotate(0deg);
      left: 0; }
    .btn.arrow.left:hover::after, button.arrow.left:hover::after {
      margin-right: 14px !important; }
    .btn.arrow.down::after, button.arrow.down::after {
      content: "";
      position: absolute;
      display: inline-block;
      border: solid #201D1E;
      border-width: 0 1.5px 1.5px 0;
      display: inline-block;
      padding: 2px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      margin-left: 8px !important;
      top: -0.08vw; }
    .btn.arrow.down[aria-expanded=true]::after, button.arrow.down[aria-expanded=true]::after {
      content: "";
      position: absolute;
      display: inline-block;
      border: solid #201D1E;
      border-width: 0 1.5px 1.5px 0;
      display: inline-block;
      padding: 2px;
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      top: -0.01vw;
      margin-left: 8px !important; }
    .btn.arrow.down[aria-expanded=true]:hover::after, button.arrow.down[aria-expanded=true]:hover::after {
      content: "";
      position: absolute;
      display: inline-block;
      border: solid #201D1E;
      border-width: 0 1.5px 1.5px 0;
      display: inline-block;
      padding: 2px;
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg); }
    .btn.arrow.white, button.arrow.white {
      color: #FFF;
      background-color: transparent; }
      .btn.arrow.white::after, button.arrow.white::after {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1130%) hue-rotate(231deg) brightness(115%) contrast(92%); }
    .btn.arrow[type=submit].external, button.arrow[type=submit].external {
      background-position: right center;
      background-repeat: no-repeat;
      background-size: auto 0.8vw; }
      .btn.arrow[type=submit].external::after, button.arrow[type=submit].external::after {
        display: none; }
  .btn.seperator, button.seperator {
    font-size: 14px;
    color: #CC2F2E;
    margin-top: 56px;
    background-color: transparent; }
    .btn.seperator::after, button.seperator::after {
      content: "";
      position: absolute;
      display: inline-block;
      left: 0;
      top: calc(100% + 8px);
      width: 100%;
      height: 6px;
      background: url("../images/icons/seperator.png") no-repeat center center;
      background-size: 100% 100% !important;
      transition: 0.1s;
      z-index: 9; }
    .btn.seperator:hover::after, button.seperator:hover::after {
      background-size: 0 0 !important; }
  .btn.white, button.white {
    color: #FFF !important;
    border-color: #FFF; }
    .btn.white:hover, button.white:hover {
      border-color: #201D1E; }
  .btn.plus::after, .btn.submit::after, .btn.download::after, .btn.external::after, button.plus::after, button.submit::after, button.download::after, button.external::after {
    content: "";
    position: relative;
    width: 1.2vw;
    height: 1.2vw;
    display: inline-block;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    top: 3px;
    background-color: transparent;
    color: #FFF;
    margin: 0; }
  .btn.active, button.active {
    color: #201D1E; }
  .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus, button:focus, button:active:focus, button.active:focus, button.focus, button:active.focus, button.active.focus {
    outline: 0px;
    outline-offset: 0;
    box-shadow: none !important; }

@media (max-width: 1024px) {
  .btn {
    font-size: 12px; }
    .btn.arrow::after {
      width: 16px;
      height: 16px;
      top: 7px; }
    .btn.arrow.external::after {
      width: 10px; }
    .btn.border {
      margin-right: 8px; } }
@media (max-width: 700px) {
  .btn {
    width: auto !important;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    text-align: center; }
    .btn.arrow::after {
      width: 16px;
      height: 16px;
      top: 5px; }
    .btn.arrow.external::after {
      width: 10px; }
    .btn.border {
      margin-right: 8px; }
    .btn.submit::after {
      width: 16px;
      height: 16px;
      top: 3px !important;
      right: -6px; } }
.close {
  position: absolute !important;
  left: -32px;
  top: 120px;
  background-color: #201D1E;
  width: 64px !important;
  height: 64px !important;
  padding: 31px 19px;
  opacity: 1;
  transition: 0.2s !important; }
  .close:hover {
    opacity: 1 !important; }
  .close::before, .close::after {
    display: none !important; }
  .close span {
    margin: 0 auto;
    position: relative;
    top: auto;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
    .close span:before, .close span:after {
      position: absolute;
      content: ''; }
    .close span, .close span:before, .close span:after {
      width: 28px;
      height: 4px;
      background-color: #201D1E;
      border-radius: 6px;
      display: block; }
    .close span:before {
      margin-top: -10px;
      -webkit-transition-property: margin, -webkit-transform;
      transition-property: margin, transform;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
    .close span:after {
      margin-top: 10px;
      -webkit-transition-property: margin, -webkit-transform;
      transition-property: margin, transform;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }

.close span {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
  .close span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s; }
  .close span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s; }
  .close span:before, .close span:after {
    background-color: #FFF; }

.alert,
.wpcf7-response-output {
  position: fixed;
  left: 50%;
  bottom: 40px;
  background-color: #FFF;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.06), -10px -10px 20px rgba(255, 255, 255, 0.08);
  width: auto;
  height: auto;
  font-size: 10px;
  color: #201D1E;
  padding: 6px 8px !important;
  margin: 0 0 0 -150px !important;
  border-radius: 6px;
  opacity: 1;
  z-index: 999;
  transition: 0.2s;
  -webkit-animation-name: open_fade;
  -webkit-animation-duration: .8s;
  animation-name: open_fade;
  animation-duration: .8s; }

.close {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center; }
  .close:hover::before, .close:hover::after {
    background: #a22525; }
  .close::before, .close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 70%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #CC2F2E;
    margin-left: 6px; }
  .close::before {
    transform: rotate(45deg); }
  .close::after {
    transform: rotate(-45deg); }
  .close.big {
    transform: scale(3); }
  .close.hairline::before, .close.hairline::after {
    height: 1px; }
  .close.thick::before, .close.thick::after {
    height: 4px;
    margin-top: -2px; }
  .close.black::before, .close.black::after {
    height: 8px;
    margin-top: -4px; }
  .close.heavy::before, .close.heavy::after {
    height: 12px;
    margin-top: -6px; }
  .close.pointy::Before, .close.pointy::after {
    width: 200%;
    left: -50%; }
  .close.rounded::before, .close.rounded::after {
    border-radius: 5px; }
  .close.blades::before, .close.blades::after {
    border-radius: 5px 0; }
  .close.warp::before, .close.warp::after {
    border-radius: 120% 0; }
  .close.fat::before, .close.fat::after {
    border-radius: 100%; }

.slider-selection {
  background: #201D1E !important; }

.slider-success .slider-selection {
  background-color: #5cb85c !important; }

.slider-primary .slider-selection {
  background-color: #428bca !important; }

.slider-info .slider-selection {
  background-color: #5bc0de !important; }

.slider-warning .slider-selection {
  background-color: #f0ad4e !important; }

.slider-danger .slider-selection {
  background-color: #d9534f !important; }

.slider.slider-horizontal {
  width: 100% !important;
  height: 20px; }

.slider-handle {
  background-color: #201D1E !important;
  background-image: none !important;
  /*-webkit-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
  -moz-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
  box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;*/ }

.slider-track-low,
.slider-track-high {
  background-color: #D9D9D9; }

.slider-strips .slider-selection {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #bdbdbd !important;
  text-align: center;
  background-color: transparent !important;
  border-radius: 4px; }

.tooltip.top .tooltip-arrow {
  display: none !important; }

.slider .tooltip.top {
  margin-top: -25px !important; }

.well {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
  padding: 0; }

.slider-ghost .slider-track {
  height: 5px !important; }

.slider-ghost .slider-handle {
  top: -2px !important;
  border: 5px solid #f77500; }

.slider-success.slider-ghost .slider-handle {
  border-color: #5cb85c; }

.slider-primary.slider-ghost .slider-handle {
  border-color: #428bca; }

.slider-info.slider-ghost .slider-handle {
  border-color: #5bc0de; }

.slider-warning.slider-ghost .slider-handle {
  border-color: #f0ad4e; }

.slider-danger.slider-ghost .slider-handle {
  border-color: #d9534f; }

.quantity {
  position: relative;
  display: inline-block; }
  .quantity .count {
    width: 100% !important;
    height: 2vw;
    color: #201D1E;
    display: inline-block;
    font-size: 0.8vw;
    font-weight: 400;
    line-height: normal;
    padding: 0px !important;
    text-align: center;
    margin-bottom: 0 !important;
    background-color: #F5F5F5;
    border: 1px solid transparent !important;
    border-radius: 40px; }
  .quantity:hover .count {
    border-color: #D9D9D9 !important; }
  .quantity .plus, .quantity .minus {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    display: inline-block;
    width: 2vw;
    height: 2vw;
    /*border: 6px solid transparent;
    border-color: #b4b6b8 transparent transparent transparent;*/
    background-color: transparent;
    border-radius: 0px;
    z-index: 9;
    transition: 0.1s; }
  .quantity .plus:before, .quantity .plus:after, .quantity .minus:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: ' ';
    width: 0.8vw;
    height: 0.08vw;
    background-color: #D9D9D9;
    border-radius: 0px;
    margin-left: -0.4vw;
    margin-top: -0.04vw;
    z-index: 9;
    transition: 0.1s; }
  .quantity .plus:hover:before, .quantity .plus:hover:after, .quantity .minus:hover:before {
    background-color: #CC2F2E; }
  .quantity .plus:after {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  .quantity .minus {
    left: 0px;
    right: auto; }
  .quantity .minus:hover, .quantity .plus:hover {
    background-color: transparent !important; }

#accordion .card {
  border-radius: 0;
  border: 0;
  border-top: 2px solid #201D1E;
  background-color: transparent;
  padding-bottom: 1.6vw; }
  #accordion .card .card-header {
    border: 0;
    background-color: transparent;
    padding: 1.6vw 0;
    font-size: 1.6vw;
    font-weight: 900;
    position: relative; }
    #accordion .card .card-header::after {
      content: "";
      position: absolute;
      display: inline-block;
      right: 0;
      top: 50%;
      width: 1.6vw;
      height: 1.6vw;
      margin-top: -1vw;
      background: url("../images/icons/plus.svg") no-repeat center center;
      background-size: 100% auto;
      transition: 0.1s; }
    #accordion .card .card-header[aria-expanded=true]::after {
      transform: rotate(135deg); }
  #accordion .card .card-body {
    border: 0;
    background-color: transparent;
    padding: 1.6vw 0; }

.custom-select {
  position: relative;
  display: block;
  margin: 0 auto;
  border: 0px solid #201D1E;
  border-radius: 2.2vw;
  background-color: #FFF;
  z-index: 10;
  float: left;
  width: 100%;
  height: 2.2vw; }
  .custom-select select {
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 !important;
    display: block;
    width: 100%;
    padding: 0px 52px 0px 16px !important;
    border-radius: 0px;
    overflow: hidden; }
  .custom-select::after {
    content: "";
    position: absolute;
    display: inline-block;
    border: solid #201D1E;
    border-width: 0 1.5px 1.5px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1;
    transition: .2s;
    transition-delay: .1s;
    top: 50%;
    left: auto;
    right: 1.4vw;
    margin-top: -0.4vw;
    padding: 0.25vw; }

@media (max-width: 1024px) {
  .custom-select::after {
    width: 12px;
    right: 12px;
    margin-top: -12px; } }
@media (max-width: 700px) {
  .custom-select::after {
    width: 12px;
    right: 12px;
    margin-top: -12px; } }
.custom-radio {
  position: relative;
  float: left;
  width: 100%;
  background-color: #FFF;
  text-align: center;
  padding: 1vw;
  margin-bottom: 16px;
  transition: 0.1s;
  left: 0;
  top: 0;
  cursor: pointer; }
  .custom-radio input[type=radio] {
    opacity: 0;
    position: absolute;
    pointer-events: none; }
  .custom-radio.passive {
    filter: grayscale(100%);
    opacity: 0.4; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 56px;
  margin-bottom: 16px; }
  .custom-file .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0; }
  .custom-file .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    width: 56px;
    height: 56px;
    background-color: transparent;
    border: 1px solid #ced4da;
    padding: 11px;
    transition: 0.1s; }
    .custom-file .custom-file-label::after {
      content: ""; }
    .custom-file .custom-file-label svg {
      width: 32px;
      height: 32px; }
      .custom-file .custom-file-label svg path {
        fill: #201D1E; }
  .custom-file:hover label {
    border-color: #201D1E; }
    .custom-file:hover label svg path {
      fill: #201D1E; }

.footer .row {
  position: relative; }
.footer .logo {
  float: left;
  width: auto;
  height: auto;
  margin-bottom: 32px; }
  .footer .logo svg {
    width: auto;
    height: 32px; }
.footer h4 {
  margin-bottom: 1vw; }
.footer a {
  display: inline-block;
  width: auto;
  padding: 0.2vw 0; }

@media (max-width: 1024px) {
  .footer a {
    font-size: 16px !important;
    padding: 5px 0; }
  .footer p {
    font-size: 16px !important; }
    .footer p a {
      font-size: 16px; } }
@media (max-width: 700px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 120px; }
    .footer .container {
      padding: 0; }
    .footer a {
      font-size: 16px !important;
      padding: 5px 0; }
    .footer p {
      font-size: 16px; }
      .footer p a {
        font-size: 16px; } }
.left-bar,
.right-bar,
.top-bar,
.search-bar {
  display: none;
  position: fixed;
  z-index: 16;
  text-align: left;
  background-color: transparent;
  width: 0vw;
  height: 100%; }
  .left-bar .top,
  .right-bar .top,
  .top-bar .top,
  .search-bar .top {
    position: absolute;
    right: calc(2vw - 0.1vw);
    top: 2vw;
    display: flex;
    align-items: center;
    writing-mode: tb-rl;
    justify-content: center;
    z-index: 4; }
    .left-bar .top a,
    .right-bar .top a,
    .top-bar .top a,
    .search-bar .top a {
      margin-bottom: 1.4vw; }
  .left-bar .middle,
  .right-bar .middle,
  .top-bar .middle,
  .search-bar .middle {
    position: absolute;
    right: calc(2vw - 0.1vw);
    top: 0;
    bottom: 2vw;
    display: flex;
    align-items: center;
    writing-mode: tb-rl;
    justify-content: center;
    z-index: 3;
    margin: 0; }
  .left-bar .bottom,
  .right-bar .bottom,
  .top-bar .bottom,
  .search-bar .bottom {
    position: absolute;
    right: calc(2vw - 0.1vw);
    bottom: 2vw;
    writing-mode: tb-rl;
    z-index: 4;
    margin: 0; }
  .left-bar a::before,
  .right-bar a::before,
  .top-bar a::before,
  .search-bar a::before {
    top: 50%;
    left: auto;
    right: 100%;
    width: 1px;
    height: 0%; }
  .left-bar a:hover::before,
  .right-bar a:hover::before,
  .top-bar a:hover::before,
  .search-bar a:hover::before {
    top: 0%;
    height: 100%; }

.left-bar {
  position: fixed;
  display: flex;
  left: 0px;
  right: auto;
  top: 0; }
  .left-bar .bottom {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    right: auto;
    left: calc(2vw - 0.1vw); }

.right-bar {
  position: fixed;
  display: flex;
  right: 0px;
  top: 0; }

.navbar-toggle {
  position: fixed;
  left: auto;
  right: 40px;
  top: 40px;
  bottom: auto;
  display: inline-block !important;
  background-color: transparent !important;
  width: 40px;
  height: 32px;
  padding: 0px 0px !important;
  margin: 0px 0px 0px 0px;
  z-index: 17;
  border: 0px !important;
  border-radius: 0;
  display: block;
  cursor: pointer; }
  .navbar-toggle::after {
    display: none !important; }
  .navbar-toggle span {
    margin: 8px auto;
    position: relative;
    top: auto;
    pointer-events: none;
    width: 32px;
    height: 3px;
    border-radius: 3px;
    display: block;
    background-color: #CC2F2E;
    z-index: 1; }
  .navbar-toggle.burger-close {
    z-index: 5; }
    .navbar-toggle.burger-close span {
      background-color: #201D1E; }

.message-button {
  display: none;
  position: fixed;
  z-index: 999;
  transition: 0.2s;
  text-align: left;
  background-color: transparent;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat; }

.menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 0 0;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 13;
  opacity: 1; }
  .menu .row {
    display: flex; }
  .menu p {
    font-size: 0.8vw;
    opacity: 1;
    margin: 0 0 0.3vw 0; }
  .menu ul {
    display: inline-block;
    width: 100%; }
    .menu ul li {
      float: left;
      width: 100%;
      line-height: normal;
      overflow: visible; }
      .menu ul li a {
        display: inline-block;
        font-size: 0.8vw;
        font-weight: bold;
        color: #201D1E;
        padding: 0.3vw 0; }
        .menu ul li a.active, .menu ul li a:hover {
          color: #201D1E; }
  .menu.burger-menu {
    align-items: flex-end; }
    .menu.burger-menu .container .row:first-child {
      align-items: center;
      min-height: 100vh; }
    .menu.burger-menu .col-md-8 {
      padding-bottom: 40px; }
      .menu.burger-menu .col-md-8 a {
        font-size: 6vw;
        font-weight: 900;
        padding: 2vw 0 0 0;
        line-height: 100%; }
      .menu.burger-menu .col-md-8 .project-list {
        overflow: hidden;
        height: 0vh; }
    .menu.burger-menu .col-md-2 {
      margin-bottom: 40px; }
  .menu .menu-wrapper {
    position: relative;
    display: block;
    z-index: 9; }
    .menu .menu-wrapper * {
      color: #201D1E !important; }
  .menu .menu-slices {
    position: fixed;
    width: 50%;
    height: calc(100vh / 3);
    display: flex;
    z-index: 1;
    transition: 0.2s; }
    .menu .menu-slices.rd {
      background-color: #CC2F2E; }
    .menu .menu-slices.w {
      background-color: #F5F5F5;
      z-index: 2; }
    .menu .menu-slices.l {
      left: 0;
      transform: translateX(-100vw); }
    .menu .menu-slices.r {
      right: 0;
      transform: translateX(100vw); }
    .menu .menu-slices.t {
      top: 0; }
    .menu .menu-slices.m {
      top: calc(100vh / 3); }
    .menu .menu-slices.b {
      bottom: 0; }

.carousel,
.carousel-indicators,
.carousel-control,
.carousel-caption,
.carousel-progress-bar {
  display: none;
  margin: 0; }

.carousel {
  float: left;
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 100%;
  overflow: hidden; }
  .carousel .carousel-inner {
    overflow: visible; }
    .carousel .carousel-inner .image {
      background-color: #201D1E;
      display: inline-block;
      width: 100%; }
      .carousel .carousel-inner .image img {
        float: left;
        width: 100%;
        height: auto;
        opacity: 0.5; }
    .carousel .carousel-inner .mobile {
      display: none;
      background-color: #201D1E;
      max-height: 710px;
      overflow: hidden;
      position: relative; }
      .carousel .carousel-inner .mobile img {
        width: auto;
        height: 100%;
        opacity: 1; }
    .carousel .carousel-inner .video-box {
      float: left;
      width: 100%;
      background: #0454a2;
      background: linear-gradient(90deg, #09b3ba 0%, #04233e 100%);
      box-shadow: inset -2vw 0vw 50vw #000; }
      .carousel .carousel-inner .video-box video {
        float: left;
        opacity: 1;
        mix-blend-mode: screen; }
  .carousel .indicators {
    display: block;
    width: auto;
    position: absolute;
    left: 7.5%;
    bottom: 40px;
    width: auto;
    z-index: 1; }
    .carousel .indicators .flex-wrapper {
      display: flex;
      flex-flow: row nowrap;
      position: fixed;
      left: 0;
      top: 0px;
      z-index: 9;
      width: 65px;
      transition: .2s;
      transform: translate(-33px, -35.5px);
      margin: 0px;
      pointer-events: none;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      opacity: 0; }
      .carousel .indicators .flex-wrapper[data-active=false] {
        opacity: 0; }
      .carousel .indicators .flex-wrapper .single-chart {
        width: 100%;
        justify-content: space-around; }
      .carousel .indicators .flex-wrapper .circular-chart {
        display: block;
        margin: 10px auto;
        max-width: 80%;
        max-height: 250px; }
      .carousel .indicators .flex-wrapper .circle-bg {
        fill: none;
        stroke: rgba(255, 255, 255, 0.3);
        stroke-width: 4; }
      .carousel .indicators .flex-wrapper .circle {
        fill: none;
        stroke-width: 4;
        stroke-linecap: round;
        animation: progress 1s ease-out forwards;
        stroke: #201D1E; }
      .carousel .indicators .flex-wrapper .percentage {
        fill: #201D1E;
        font-family: sans-serif;
        font-size: 0.5em;
        text-anchor: middle; }
    .carousel .indicators .carousel-control {
      display: inline-block;
      position: relative;
      float: left;
      width: 48px;
      height: 48px;
      border: 0;
      border-radius: 100%;
      background-size: 40% auto;
      opacity: 1;
      z-index: 9;
      cursor: pointer;
      padding: 0px 0px;
      transition: 0.1s;
      transform: rotate(0deg) !important;
      box-shadow: none; }
      .carousel .indicators .carousel-control.left {
        transform: rotate(-180deg) !important; }
      .carousel .indicators .carousel-control:hover {
        display: inline-block; }
  .carousel .carousel-caption {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
    transition: 0.2s; }
    .carousel .carousel-caption .col-md-5, .carousel .carousel-caption .col-md-12 {
      padding: 0; }
    .carousel .carousel-caption * {
      text-shadow: none; }
    .carousel .carousel-caption h1 {
      float: left;
      width: 100%;
      font-size: 3vw;
      line-height: 4vw;
      color: #FFF;
      margin-bottom: 4vw; }
    .carousel .carousel-caption .btn {
      margin-bottom: 16px; }
    .carousel .carousel-caption p {
      font-size: 0.8vw;
      color: #FFF;
      opacity: 0.7; }
  .carousel .video .col-md-12 {
    padding: 0 !important; }
  .carousel .active .carousel-caption {
    top: 0;
    opacity: 1; }
  .carousel.carousel-fade .carousel-inner .item {
    transition-property: opacity; }
  .carousel.carousel-fade .carousel-inner .item, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  .carousel.carousel-fade .carousel-inner .active, .carousel.carousel-fade .carousel-inner .next.left, .carousel.carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .carousel.carousel-fade .carousel-inner .next, .carousel.carousel-fade .carousel-inner .prev, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel:hover .flex-wrapper {
    opacity: 1; }

.card-link {
  position: relative;
  right: -1px;
  bottom: auto;
  display: inline-block;
  width: calc(100% - 1px);
  height: auto;
  z-index: 9;
  cursor: pointer; }
  .card-link .thumb {
    float: left;
    width: 13vw;
    height: 8vw;
    position: relative;
    overflow: hidden; }
    .card-link .thumb img {
      width: auto;
      height: 100%; }
  .card-link span {
    float: right;
    width: calc(100% - 13vw);
    height: 8vw;
    padding: 0.8vw 1vw;
    font-size: 1vw;
    font-weight: 900;
    line-height: 150%;
    text-align: left;
    position: relative;
    text-transform: none !important;
    letter-spacing: normal !important; }
    .card-link span tag {
      position: absolute;
      right: 0;
      bottom: 0;
      letter-spacing: normal !important; }
  .card-link a {
    display: inline-block;
    width: 100%;
    height: auto;
    z-index: 9;
    cursor: pointer;
    background-color: #D9D9D9;
    border-radius: 0px;
    overflow: hidden;
    transition: 0.2s; }
    .card-link a:hover {
      color: #201D1E;
      background-color: #F5F5F5; }

.gallery {
  position: relative;
  display: inline-block;
  width: 100%; }
  .gallery .owl-carousel .owl-item .item {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    opacity: 1 !important; }
  .gallery img {
    float: left;
    width: 100% !important;
    height: auto; }
  .gallery .owl-carousel .owl-item {
    overflow: hidden; }
  .gallery .owl-stage-outer {
    z-index: 8; }
  .gallery .owl-nav {
    /*display: none;*/
    position: absolute;
    left: 50%;
    top: 0px;
    width: 100%;
    height: 100%;
    margin-left: -50%;
    z-index: 1;
    text-align: center; }
    .gallery .owl-nav button {
      position: absolute;
      left: -88px;
      top: 50%;
      background-color: transparent;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 40% auto;
      width: 48px;
      height: 48px;
      border: 0;
      margin: 0 30px !important;
      border-radius: 100%;
      transform: rotate(180deg);
      cursor: none; }
      .gallery .owl-nav button.owl-next {
        transform: rotate(0deg);
        left: auto;
        right: -88px; }
  .gallery .owl-dots {
    position: absolute;
    right: 40px;
    bottom: 40px; }
    .gallery .owl-dots.disabled {
      display: none !important; }
    .gallery .owl-dots {
      /*display: none;*/
      opacity: 0;
      z-index: -9999; }
    .gallery .owl-dots button {
      width: 16px;
      height: 16px;
      border-radius: 100%;
      box-shadow: none;
      border: 2px solid #D9D9D9;
      background-color: transparent;
      padding: 0;
      margin: 0 0 0 32px; }
      .gallery .owl-dots button.active {
        background-color: #ad4e59;
        border-color: #ad4e59; }

.total-item {
  font-size: 10px; }

.vertical-scroll {
  overflow-y: scroll;
  padding-left: calc(10% + 24px); }
  .vertical-scroll .scroll-container {
    white-space: nowrap;
    margin-right: calc(2%);
    width: max-content; }

.downloads {
  display: none; }

.downloads {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 56px; }
  .downloads li, .downloads li a {
    float: left;
    width: 100%;
    height: 48px;
    position: relative;
    line-height: 48px;
    font-weight: 700;
    cursor: pointer; }
    .downloads li::before, .downloads li::after, .downloads li a::before, .downloads li a::after {
      content: "";
      position: absolute;
      float: left;
      display: inline-block;
      width: 48px;
      height: 46px;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: center center;
      transition: 0.2s; }
  .downloads li {
    margin-bottom: 8px; }
  .downloads li a {
    padding: 0 56px 0 64px;
    border: 1px solid #D9D9D9; }
    .downloads li a:hover {
      background-color: #CC2F2E;
      color: #FFF !important; }
  .downloads.pdf li::before, .downloads.pdf li a::before {
    background-color: #201D1E;
    background-image: url("../images/icons/pdf.png"); }
  .downloads.pdf li::after, .downloads.pdf li a::after {
    position: absolute;
    left: auto;
    right: 0;
    background-image: url("../images/icons/download.png"); }
  .downloads.pdf li:hover::before, .downloads.pdf li a:hover::before {
    background-color: #a22525; }

.discovery {
  position: absolute;
  right: 10%;
  bottom: 80px;
  transform: rotate(-90deg);
  opacity: 1;
  transition: 0.1s;
  z-index: 9; }
  .discovery::before {
    content: "";
    position: absolute;
    right: 120%;
    top: calc(50% - 2px);
    width: 120px;
    height: 4px;
    background-color: #201D1E; }
  .discovery.closed {
    opacity: 0; }

.breadcrumb {
  padding: 8vw 0vw 1vw 0vw;
  background-color: transparent;
  margin-bottom: 0;
  overflow: visible;
  z-index: 10 !important;
  border-radius: 0; }
  .breadcrumb nav {
    float: left;
    width: 100%; }
    .breadcrumb nav .breadcrumb {
      float: left;
      background-color: transparent;
      padding: 0px !important;
      margin-bottom: 0px;
      border-radius: 0px;
      position: relative; }
      .breadcrumb nav .breadcrumb > li {
        float: left;
        display: inline-block;
        position: relative;
        line-height: 2vw;
        padding: 0 !important; }
        .breadcrumb nav .breadcrumb > li::before {
          position: relative;
          font-size: 0.6vw;
          top: 0.06vw;
          float: left; }
        .breadcrumb nav .breadcrumb > li a, .breadcrumb nav .breadcrumb > li.active {
          float: left;
          display: inline-block;
          font-size: 0.6vw;
          font-weight: normal;
          color: #D9D9D9;
          padding: 0px;
          line-height: 2vw; }
          .breadcrumb nav .breadcrumb > li a:hover, .breadcrumb nav .breadcrumb > li.active:hover {
            color: #201D1E !important; }
        .breadcrumb nav .breadcrumb > li:first-child a {
          padding-left: 0; }
        .breadcrumb nav .breadcrumb > li.navigation .navigation-wrapper {
          display: inline-block; }
          .breadcrumb nav .breadcrumb > li.navigation .navigation-wrapper .page-navigation a {
            padding: 0px 0;
            line-height: 200%; }
        .breadcrumb nav .breadcrumb > li.navigation:hover .page-navigation {
          display: block;
          top: -5px;
          box-shadow: -12px 12px 20px 5px rgba(0, 0, 0, 0.1); }
        .breadcrumb nav .breadcrumb > li.active {
          color: #CC2F2E !important;
          font-size: 0.6vw;
          line-height: 2vw;
          font-weight: normal;
          text-transform: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
          .breadcrumb nav .breadcrumb > li.active:hover {
            color: #CC2F2E !important; }
      .breadcrumb nav .breadcrumb > li + li:before {
        padding: 0 3vw;
        color: #D9D9D9; }
    .breadcrumb nav .share a {
      float: left;
      position: relative;
      font-size: 0.6vw;
      line-height: 2vw;
      color: #201D1E; }
      .breadcrumb nav .share a::before {
        content: "";
        position: absolute;
        float: left;
        width: 0.6vw;
        height: 0.6vw;
        background: url("../images/icons/Share.svg") no-repeat left top;
        background-size: 100% auto;
        left: -1vw;
        top: 50%;
        margin-top: -0.3vw;
        transition: 0.2s; }
      .breadcrumb nav .share a:hover {
        color: #201D1E; }
        .breadcrumb nav .share a:hover::before {
          filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(1906%) hue-rotate(344deg) brightness(99%) contrast(85%); }
    .breadcrumb nav .section-name {
      position: relative;
      font-size: 0.4vw;
      font-weight: 600;
      line-height: 2vw;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      padding: 0 16px;
      z-index: 8;
      color: #201D1E; }
      .breadcrumb nav .section-name::after {
        content: "";
        position: relative;
        display: inline-block;
        margin-left: 0.2vw;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 60%;
        transform: rotate(90deg);
        width: 1vw;
        height: 0.4vw;
        top: 0.06vw; }
      .breadcrumb nav .section-name span {
        position: relative;
        z-index: 9; }

@media (max-width: 1024px) {
  .breadcrumb {
    padding: 96px 0px 0vw 0px !important;
    background-color: transparent; }
    .breadcrumb nav .breadcrumb {
      border: 0;
      white-space: nowrap;
      overflow: visible; }
      .breadcrumb nav .breadcrumb > li a, .breadcrumb nav .breadcrumb > li.active {
        font-size: 8px;
        padding: 0px; }
      .breadcrumb nav .breadcrumb > li + li:before {
        padding: 0 8px;
        font-size: 8px; }
    .breadcrumb nav .share a {
      font-size: 8px; }
      .breadcrumb nav .share a::before {
        width: 8px;
        height: 8px;
        left: -14px;
        margin-top: -4px; }
    .breadcrumb .section-name {
      font-size: 8px;
      line-height: 2vw; } }
@media (max-width: 700px) {
  .breadcrumb {
    padding: 152px 0px 0vw 0px !important;
    margin-bottom: 0px; }
    .breadcrumb .container {
      padding: 4vw 0 4vw 0 !important;
      overflow-x: scroll;
      margin: 0 !important;
      height: auto;
      float: left; }
    .breadcrumb nav .breadcrumb {
      width: 100%;
      border: 0;
      white-space: nowrap;
      overflow: visible; }
      .breadcrumb nav .breadcrumb > li a, .breadcrumb nav .breadcrumb > li.active {
        font-size: 8px;
        padding: 0px; }
      .breadcrumb nav .breadcrumb > li + li:before {
        padding: 0 8px;
        font-size: 8px; }
    .breadcrumb nav .share {
      position: absolute;
      right: 16px;
      z-index: 9; }
      .breadcrumb nav .share a {
        font-size: 8px; }
        .breadcrumb nav .share a::before {
          width: 8px;
          height: 8px;
          left: -14px;
          margin-top: -4px; }
    .breadcrumb .section-name {
      font-size: 8px;
      line-height: 2vw; } }
.preloader {
  display: none;
  background: linear-gradient(270deg, #00c9a7, #d45cb0);
  background-size: 400% 400%;
  -webkit-animation: PreloaderAnimation 8s ease infinite;
  -moz-animation: PreloaderAnimation 8s ease infinite;
  animation: PreloaderAnimation 8s ease infinite; }

table {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 4vw;
  background-color: #FFF; }
  table tr {
    position: relative; }
    table tr:hover {
      box-shadow: none !important;
      color: #CC2F2E; }
    table tr th, table tr td {
      padding: 0.6vw 0vw;
      border-top: 1px solid #D9D9D9;
      border-bottom: 1px solid #D9D9D9;
      background-color: #F5F5F5;
      font-size: 0.8vw; }
    table tr th {
      font-weight: bold;
      background-color: #201D1E;
      color: #F5F5F5 !important; }
      table tr th:first-child {
        border: 0;
        background-color: transparent; }
    table tr td:first-child {
      font-weight: 600; }
    table tr:first-child th, table tr:first-child td {
      border-top: 0; }
    table tr:last-child th, table tr:last-child td {
      border-bottom: 0; }

@media (max-width: 1024px) {
  table tr th, table tr td {
    padding: 8px 8px !important;
    line-height: normal; } }
@media (max-width: 700px) {
  table tr th, table tr td {
    padding: 8px 8px !important;
    line-height: normal; } }
.documents a {
  float: left;
  width: 100%;
  display: inline-block;
  position: relative;
  padding: 8vw 0vw 8vw 0vw;
  text-align: left; }
  .documents a::before, .documents a::after {
    content: "";
    border: 0px solid #CC2F2E;
    font-size: 2.2vw;
    font-weight: normal;
    letter-spacing: normal;
    color: #CC2F2E;
    line-height: 4vw;
    width: 5vw;
    height: 4vw;
    position: absolute;
    left: 5vw;
    top: 50%;
    margin-top: -2vw;
    text-align: center;
    padding: 0;
    transition: 0.2s; }
  .documents a::after {
    border: 0;
    width: calc(4vw - 1.4vw);
    height: 1px;
    left: 0vw;
    top: 50%;
    margin-top: 1vw;
    padding-top: 0px;
    background-color: #201D1E;
    display: none; }
  .documents a.pdf::before {
    content: "PDF"; }
  .documents a.jpg::before {
    content: "JPG"; }
  .documents a.mp4::before {
    content: "MP4"; }
  .documents a.ai::before {
    content: "AI"; }
  .documents a sup {
    opacity: .3; }
  .documents a:hover {
    color: #201D1E; }
    .documents a:hover::before {
      color: #201D1E; }
    .documents a:hover::after {
      background-color: #FFF; }
.documents ul li {
  float: left;
  width: 100%;
  padding: 1.4vw 0; }

@media (max-width: 1024px) {
  .documents a {
    padding: 16px 16px 16px 104px; }
    .documents a::before, .documents a::after {
      font-size: 24px; } }
@media (max-width: 700px) {
  .documents a {
    padding: 16px 16px 16px 104px; }
    .documents a::before, .documents a::after {
      font-size: 24px; } }
.spacer {
  float: left;
  width: 100%; }
  .spacer.s0 {
    height: 10vw; }
  .spacer.s0_0 {
    height: 1vw; }
  .spacer.s0_1 {
    height: 3vw; }
  .spacer.s0_2 {
    height: 6vw; }
  .spacer.s1 {
    height: 10vh; }
  .spacer.s2 {
    height: 20vw; }
  .spacer.s5 {
    height: 50vh; }

@media (max-width: 700px) {
  .spacer.s0 {
    height: 0; }
  .spacer.s0_0 {
    height: 16px; }
  .spacer.s0_1 {
    height: 32px; }
  .spacer.s1 {
    height: 56px; }
  .spacer.s2 {
    height: 80px; }
  .spacer.s3 {
    height: 120px; } }
.sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 8vw;
  transition: 0.1s; }
  .sticky h3 {
    margin: 0; }

@media (max-width: 900px) {
  .sticky {
    position: relative;
    top: auto; } }
@media (max-width: 700px) {
  .sticky {
    position: relative;
    top: auto; } }
.seperator {
  float: left;
  position: relative; }
  .seperator.row {
    width: 100%;
    display: flex; }
    .seperator.row .col {
      padding: 0; }
  .seperator::before, .seperator::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    height: 3px;
    background-color: #201D1E; }
  .seperator.bottom::before {
    display: none; }
  .seperator.bottom::after {
    top: auto;
    bottom: 0; }
  .seperator.vertical::before {
    right: 0;
    top: 0;
    width: 1px;
    height: 100%; }
  .seperator.vertical.sp-left::before {
    right: auto;
    left: 0; }

@media (max-width: 1024px) {
  .seperator.list-style p {
    padding-left: 16px; }
    .seperator.list-style p::before {
      top: 5px;
      width: 8px;
      height: 8px; }
  .seperator.base {
    padding: 16px 0 24px 0; }
    .seperator.base.blue h4 {
      font-size: 24px;
      margin-bottom: 0px; } }
@media (max-width: 700px) {
  .seperator.row::before,
  .seperator.row::after,
  .seperator.col-md-10::before,
  .seperator.col-md-10::after,
  .seperator.col-md-12::before,
  .seperator.col-md-12::after {
    width: calc(100% + 30px);
    height: 2px;
    right: 0px;
    left: -15px; } }
.grid {
  display: grid;
  grid-auto-flow: dense;
  gap: 2vw 15px;
  transform-origin: top;
  align-items: start; }
  .grid.g1 {
    grid-template-columns: repeat(1, 1fr); }
  .grid.g2 {
    grid-template-columns: repeat(2, 1fr); }
  .grid.g3 {
    grid-template-columns: repeat(3, 1fr); }
  .grid.g4 {
    grid-template-columns: repeat(4, 1fr); }
  .grid.g5 {
    grid-template-columns: repeat(5, 1fr); }
  .grid.g6 {
    grid-template-columns: repeat(6, 1fr); }
  .grid.g7 {
    grid-template-columns: repeat(7, 1fr); }
  .grid.g12 {
    grid-template-columns: repeat(12, 1fr); }
  .grid .g--1 {
    grid-column-end: span 4; }

.count-list .count {
  font-size: 0.8vw;
  font-weight: normal;
  line-height: 2.4vw;
  padding-bottom: 3vw;
  padding-top: 1vw; }
  .count-list .count span, .count-list .count em {
    display: inline-block;
    font-weight: normal;
    font-size: 5vw;
    font-style: normal; }

@media (max-width: 1024px) {
  .count-list {
    padding: 24px 0; }
    .count-list .count {
      font-size: 9px;
      line-height: normal; }
      .count-list .count span, .count-list .count em {
        font-size: 32px; } }
@media (max-width: 700px) {
  .count-list {
    padding: 24px 0; }
    .count-list .count {
      font-size: 9px;
      line-height: normal; }
      .count-list .count span, .count-list .count em {
        font-size: 32px; } }
html {
  cursor: none; }

a {
  cursor: none; }

.cursor {
  position: fixed;
  background-color: #CC2F2E !important;
  width: 1vw;
  height: 1vw;
  margin-left: -0.5vw;
  margin-top: -0.5vw;
  border-radius: 100%;
  z-index: 1;
  transition: 0s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: scale(1); }
  .cursor.active {
    opacity: 1;
    transform: scale(3);
    background-color: #F5F5F5 !important;
    mix-blend-mode: difference; }
  .cursor.hovered {
    opacity: 0.08; }
  .cursor.different {
    background-color: #FFF !important;
    opacity: 0.9;
    mix-blend-mode: normal; }

.cursor-follower {
  position: fixed;
  border: 1px solid #CC2F2E !important;
  width: 1.2vw;
  height: 1.2vw;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  display: none; }
  .cursor-follower.hovered {
    opacity: 0.08; }
  .cursor-follower.textType {
    display: flex;
    justify-content: center;
    align-items: center; }
    .cursor-follower.textType::before {
      content: "";
      display: flex;
      font-size: 0.2vw;
      color: #201D1E !important; }
    .cursor-follower.textType.more::before {
      content: "More"; }
    .cursor-follower.textType.less::before {
      content: "Less"; }
    .cursor-follower.textType.drag::before {
      content: "Drag"; }
  .cursor-follower.active {
    opacity: 1;
    transform: scale(3);
    border-color: #F5F5F5 !important;
    background-color: #F5F5F5 !important;
    mix-blend-mode: difference; }

.follow-image {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: translate(5px, 5px);
  opacity: 0; }
  .follow-image img {
    width: 20vw;
    height: auto; }
  .follow-image.active {
    opacity: 1; }

.progress-container {
  position: fixed;
  left: 0;
  top: 0;
  float: left;
  width: 1px;
  height: 100%;
  background-color: rgba(80, 80, 68, 0.3);
  overflow: hidden;
  z-index: 13; }
  .progress-container .progress-bar {
    width: 1px;
    height: 0%;
    background-color: #201D1E;
    transition: none;
    opacity: 1; }

.nav-tabs {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #D9D9D9; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li a {
      border: 0 !important;
      border-bottom: 1px solid transparent !important;
      border-radius: 0 !important;
      line-height: 1.42857143;
      font-size: 0.8vw;
      font-weight: 600;
      color: #201D1E !important;
      transition: 0s !important;
      text-decoration: none !important; }
    .nav-tabs > li > a:active, .nav-tabs > li > a:visited, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
      color: #CC2F2E !important;
      border: 0 !important;
      border-radius: 0 !important;
      background-color: transparent; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
      color: #201D1E !important;
      cursor: default;
      background-color: transparent;
      border-bottom: 1px solid #201D1E !important;
      border-radius: 0 !important; }

.tab-content {
  padding-top: 1vw; }

.tab-pane {
  width: 100%; }

.boxes {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
  background-color: transparent;
  opacity: 1; }
  .boxes a {
    width: 100%; }
  .boxes.image {
    overflow: hidden;
    width: 100%; }
    .boxes.image img {
      width: 100%;
      height: auto;
      mix-blend-mode: normal !important; }
    .boxes.image.active img {
      opacity: 1 !important; }
  .boxes.video {
    transition: 0.1s;
    transition-timing-function: ease-out;
    transition-delay: .1s; }
    .boxes.video a {
      float: left;
      width: 100%; }
    .boxes.video::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-size: 4% auto;
      z-index: 9; }
    .boxes.video img {
      width: 100%;
      height: auto;
      opacity: 1; }
    .boxes.video.bg-b {
      background-color: #201D1E; }
      .boxes.video.bg-b img, .boxes.video.bg-b video {
        opacity: 0.5; }
  .boxes.with-video-icon::before {
    content: "";
    position: absolute;
    left: calc(50% - 1.5vw);
    top: calc(50% - 1.5vw);
    display: inline-block;
    width: 3vw;
    height: 3vw;
    background: url("../images/icons/play.svg") no-repeat center center;
    background-size: 100% auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1130%) hue-rotate(231deg) brightness(115%) contrast(92%); }

.countdown-timer {
  float: left;
  width: 100%; }
  .countdown-timer .item {
    float: left;
    width: auto !important;
    height: auto;
    font-size: 0.6vw !important;
    position: relative;
    padding: 0 0.3vw;
    line-height: 1.2vw; }
    .countdown-timer .item span {
      display: inline-block;
      width: 100%;
      font-size: 2vw;
      font-weight: 400; }
    .countdown-timer .item::before {
      content: ":";
      position: absolute;
      left: -1.2vw;
      top: -0.08vw;
      font-size: 1.6vw; }
    .countdown-timer .item:first-child {
      padding-left: 0; }
      .countdown-timer .item:first-child::before {
        display: none; }

.type-card {
  width: 48%;
  height: auto;
  margin-right: 16px;
  border-radius: 0;
  counter-increment: carousel-cell;
  padding: 0;
  position: relative; }
  .type-card .bottom {
    float: left;
    position: relative;
    left: 0;
    bottom: 0vw;
    width: 100%;
    display: inline-block;
    transition: 0.2s;
    opacity: 1;
    z-index: 9; }
  .type-card .image {
    float: left;
    position: relative;
    border-radius: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    justify-content: center; }
    .type-card .image img {
      width: 100%;
      height: auto;
      mix-blend-mode: darken; }

.carousel {
  overflow: visible !important; }
  .carousel[grid='1'] .type-card {
    width: 100%; }
  .carousel[grid='2'] .type-card {
    width: 49%; }
  .carousel[grid='3'] .type-card {
    width: 31%; }
  .carousel[grid='4'] .type-card {
    width: 20vw; }
  .carousel[grid='5'] .type-card {
    width: 18%; }
  .carousel .col-md-2 {
    padding-left: 22px; }
  .carousel[item-type='small'] .product-name {
    font-size: 0.7vw;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; }
  .carousel[item-type='small'] .col-md-6, .carousel[item-type='small'] .col-md-4 {
    width: 78.33333333%;
    text-align: left !important; }
  .carousel[item-type='small'] .col-md-2 {
    width: 21.66666667%;
    text-align: left !important;
    padding-left: 22px; }
    .carousel[item-type='small'] .col-md-2 .image {
      -webkit-border-radius: 1.5px;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -moz-border-radius: 1.5px;
      -moz-border-radius-topright: 5px;
      -moz-border-radius-bottomright: 5px;
      border-radius: 1.5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
  .carousel[item-type='small'] .price.no-discount {
    display: none; }
  .carousel[item-type='long'] a {
    text-align: center !important; }
  .carousel[item-type='long'] .col-md-6, .carousel[item-type='long'] .col-md-4 {
    width: 100%;
    text-align: center !important; }
  .carousel[item-type='long'] .col-md-2 {
    width: 100%;
    padding: 0vw 2vw 1.4vw 2vw; }
    .carousel[item-type='long'] .col-md-2 img {
      width: 100%; }
  .carousel[item-type='long'] .col-md-4 {
    padding: 1.2vw 0vw; }
  .carousel[item-type='long'] .product-item {
    padding: 2vw;
    min-height: 30vw;
    position: relative; }
  .carousel[item-type='long'] .rate {
    position: absolute;
    width: 3.5vw;
    right: calc(50% - 1.75vw);
    bottom: 2vw;
    float: none;
    margin: 0 auto;
    display: inline-block; }
  .carousel[item-type='long'] .t--banner .col-md-6, .carousel[item-type='long'] .t--banner .col-md-4 {
    text-align: left !important;
    padding: 0 12vw 0 0; }
  .carousel[item-type='long'] .t--banner .product-name {
    font-size: 2.2vw; }
  .carousel[item-type='long'] .t--banner p {
    display: block;
    margin: 2vw 0 0 0 !important; }
  .carousel[item-type='long'] .t--banner .col-md-4 {
    position: absolute;
    left: 0vw;
    bottom: 0vw; }
  .carousel[item-type='long'] .t--banner.t--banner-left-image-right-text .col-md-6 {
    text-align: left !important;
    padding: 0 0 0 18vw; }
    .carousel[item-type='long'] .t--banner.t--banner-left-image-right-text .col-md-6 .btn {
      padding: 0 !important;
      margin-top: 4vw !important; }
  .carousel[item-type='long'] .t--banner.t--banner-image-center-text .row.text-center {
    padding: 20% 0; }
  .carousel[item-type='long'] .t--banner.t--banner-image-center-text .btn {
    padding: 0 !important;
    margin-top: 2vw !important; }
  .carousel[item-type='weight'] p {
    display: block;
    margin: 1vw 0; }
  .carousel[item-type='weight'] .product-name {
    font-size: 1vw; }
  .carousel[item-type='weight'] .product-item {
    padding: 2vw; }
  .carousel[item-type='weight'] .col-md-6, .carousel[item-type='weight'] .col-md-4 {
    width: 75%;
    text-align: left !important; }
  .carousel[item-type='weight'] .col-md-2 {
    width: 25%;
    text-align: left !important; }
  .carousel[item-type='long-semi'] {
    height: 20vw; }
    .carousel[item-type='long-semi'] .category-item {
      min-height: 14vw;
      max-height: 14vw;
      overflow: hidden; }
      .carousel[item-type='long-semi'] .category-item .row {
        position: absolute;
        z-index: 9; }
        .carousel[item-type='long-semi'] .category-item .row .col-md-6 {
          padding: 0 1.6vw; }
        .carousel[item-type='long-semi'] .category-item .row .col-md-12 {
          padding: 0 2vw; }
        .carousel[item-type='long-semi'] .category-item .row p, .carousel[item-type='long-semi'] .category-item .row a {
          display: none; }
        .carousel[item-type='long-semi'] .category-item .row .icon {
          position: relative;
          width: 4vw;
          left: -0.4vw;
          top: 0.4vw; }
        .carousel[item-type='long-semi'] .category-item .row .product-name {
          display: inline-block;
          width: 100%;
          font-size: 0.8vw;
          font-weight: 600;
          margin-top: 6vw; }
      .carousel[item-type='long-semi'] .category-item .image {
        position: relative;
        z-index: 1;
        display: none; }
      .carousel[item-type='long-semi'] .category-item .icon {
        filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(1906%) hue-rotate(344deg) brightness(99%) contrast(85%); }
      .carousel[item-type='long-semi'] .category-item.is-selected {
        min-height: 20vw;
        padding: 0 !important; }
        .carousel[item-type='long-semi'] .category-item.is-selected .row {
          padding: 0 20vw 0 0 !important; }
          .carousel[item-type='long-semi'] .category-item.is-selected .row p, .carousel[item-type='long-semi'] .category-item.is-selected .row a {
            display: inline-block; }
          .carousel[item-type='long-semi'] .category-item.is-selected .row .icon {
            width: 6vw;
            left: -0.8vw;
            top: 1vw; }
          .carousel[item-type='long-semi'] .category-item.is-selected .row .product-name {
            font-size: 1.2vw;
            margin-top: 5vw;
            color: #201D1E; }
        .carousel[item-type='long-semi'] .category-item.is-selected .image {
          float: right;
          width: 100%;
          height: auto;
          display: inline-block; }
          .carousel[item-type='long-semi'] .category-item.is-selected .image img {
            float: right;
            width: auto;
            min-height: 20vw; }
      .carousel[item-type='long-semi'] .category-item:hover {
        box-shadow: none !important; }
    .carousel[item-type='long-semi'] .flickity-button {
      display: block !important;
      bottom: 0 !important;
      top: auto !important;
      left: calc(100% + 11px);
      transform: none;
      background: none !important;
      width: 1.4vw !important;
      height: 1.4vw !important; }
      .carousel[item-type='long-semi'] .flickity-button svg path {
        fill: #201D1E !important; }
      .carousel[item-type='long-semi'] .flickity-button.next {
        left: calc(100% + 64px); }
  .carousel.type-list .product-item {
    width: 100%;
    margin-bottom: 44px; }
  .carousel.type-list .col-md-3:first-child {
    width: 50%; }
    .carousel.type-list .col-md-3:first-child .rate {
      right: 2vw; }
    .carousel.type-list .col-md-3:first-child .prices {
      padding: 0 11px;
      position: absolute;
      left: 50%;
      bottom: 2vw; }
    .carousel.type-list .col-md-3:first-child p {
      display: block;
      margin: 3vw 0 0vw 0; }
    .carousel.type-list .col-md-3:first-child .product-name {
      font-size: 1vw; }
    .carousel.type-list .col-md-3:first-child .product-item {
      padding: 2vw; }
    .carousel.type-list .col-md-3:first-child .col-md-2 {
      width: 50%;
      text-align: left !important;
      padding: 0; }
      .carousel.type-list .col-md-3:first-child .col-md-2 img {
        width: auto;
        height: 26vw !important; }
    .carousel.type-list .col-md-3:first-child .col-md-4, .carousel.type-list .col-md-3:first-child .col-md-6 {
      width: 50%;
      text-align: left !important;
      padding-left: 22px; }
    .carousel.type-list .col-md-3:first-child .col-md-4 {
      padding-left: 22px; }
  .carousel .carousel-item {
    width: 100%;
    overflow: hidden;
    max-height: 80vh; }
    .carousel .carousel-item .detail {
      position: absolute;
      z-index: 9;
      width: 100%;
      left: 3vw;
      right: 3vw;
      top: 6vw;
      bottom: 3vw;
      text-align: center;
      opacity: 0;
      transition: 0.2s;
      transition-delay: .1s; }
      .carousel .carousel-item .detail > * {
        color: #FFF; }
    .carousel .carousel-item .bottom {
      position: absolute;
      bottom: 6vw;
      left: 0;
      width: 100%;
      text-align: center;
      opacity: 0;
      transition: 0.2s;
      transition-delay: .1s;
      z-index: 10; }
    .carousel .carousel-item .image {
      position: relative;
      z-index: 1;
      background-color: #000; }
      .carousel .carousel-item .image img {
        opacity: 0.2;
        width: auto;
        min-height: 120vh;
        max-height: 120vh;
        transition: 3s;
        margin-top: -5vw; }
    .carousel .carousel-item .icon {
      filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(1906%) hue-rotate(344deg) brightness(99%) contrast(85%); }
    .carousel .carousel-item.is-selected .detail {
      top: 4vw;
      opacity: 1;
      transition-delay: 2s; }
    .carousel .carousel-item.is-selected .bottom {
      opacity: 1;
      bottom: 3vw;
      transition-delay: 2s; }
    .carousel .carousel-item.is-selected .row {
      padding: 0 20vw 0 0 !important; }
      .carousel .carousel-item.is-selected .row p, .carousel .carousel-item.is-selected .row a {
        display: inline-block; }
      .carousel .carousel-item.is-selected .row .icon {
        width: 6vw;
        left: -0.8vw;
        top: 1vw; }
      .carousel .carousel-item.is-selected .row .product-name {
        font-size: 1.2vw;
        margin-top: 5vw;
        color: #201D1E; }
    .carousel .carousel-item.is-selected .image img {
      min-height: 90vh;
      max-height: 90vh;
      margin-top: 0vw;
      opacity: 0.8; }
    .carousel .carousel-item:hover {
      box-shadow: none !important; }
  .carousel .flickity-viewport, .carousel .flickity-enabled.is-draggable .flickity-viewport {
    overflow: visible; }
  .carousel .flickity-button {
    background: #201D1E;
    transition: 0.2s; }
button.flickity-button:before {
    content: none;
}
  .carousel .flickity-page-dots {
    bottom: -22px;
    width: calc(117% - 30px);
    display: flex; }
    .carousel .flickity-page-dots .dot {
      height: 3px;
      width: 100%;
      margin: 0;
      border-radius: 0; }
      .carousel .flickity-page-dots .dot.is-selected {
        background-color: #CC2F2E; }
  .carousel:hover .flickity-button {
    display: block; }
    .carousel:hover .flickity-button svg path {
      fill: #FFF; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #F5F5F5;
  z-index: 20000;
  overflow: hidden;
  pointer-events: none; }
  .loader .images {
    z-index: 9;
    display: none; }
  .loader .l-logo {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50% - 40px);
    z-index: 8;
    text-align: center; }
    .loader .l-logo img {
      width: auto;
      height: 32px; }
  .loader .text {
    position: absolute;
    width: 100%;
    left: 0;
    top: calc(50% + 20px);
    justify-content: center;
    display: inline-block;
    font-size: 1vw;
    font-weight: 500;
    z-index: 8;
    text-align: center; }
    .loader .text .loading-text {
      display: flex;
      width: 100%;
      text-align: center;
      justify-content: center; }
      .loader .text .loading-text .loader--text {
        position: relative;
        display: inline-block;
        display: flex;
        align-items: center; }
        .loader .text .loading-text .loader--text::before {
          content: "";
          width: 32px;
          height: 2px;
          background-color: #F5F5F5;
          display: inline-block;
          margin: 0 10px; }
    .loader .text .loading-slogan {
      width: 100%;
      opacity: 0;
      text-align: center; }
  .loader.home-page .images {
    opacity: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden; }
    .loader.home-page .images .items {
      position: relative;
      overflow: hidden;
      width: 0vw;
      height: 0vh;
      border: 0px solid #F5F5F5; }
      .loader.home-page .images .items .item {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        transform-origin: 50% 50%; }
        .loader.home-page .images .items .item img {
          width: auto;
          height: 100%;
          transform: scale(1.3, 1.3); }
        .loader.home-page .images .items .item:nth-child(1) {
          z-index: 5; }
        .loader.home-page .images .items .item:nth-child(2) {
          z-index: 6; }
        .loader.home-page .images .items .item:nth-child(3) {
          z-index: 7; }
        .loader.home-page .images .items .item:nth-child(4) {
          z-index: 8; }
        .loader.home-page .images .items .item:nth-child(5) {
          z-index: 9; }
          .loader.home-page .images .items .item:nth-child(5) img {
            width: 100%;
            height: auto; }
  .loader .lr, .loader .lw {
    position: absolute;
    z-index: 2;
    background-color: #CC2F2E;
    width: 100%;
    height: 100vh;
    display: inline-block;
    left: 0;
    top: 0; }
  .loader .lw {
    background-color: #201D1E;
    z-index: 1; }

header {
  background-color: transparent;
  top: -8vw;
  transition-duration: 1s;
  transition-delay: 5s; }
  header .pull-left p {
    font-size: 0.8vw; }
  header .pull-right {
    width: 14vw; }

.main-wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  position: relative;
  z-index: 9;
  background-color: #F5F5F5; }

.breadcrumb {
  min-height: auto; }

.logo {
  position: fixed;
  width: auto;
  height: auto;
  right: 40px;
  top: 40px;
  text-align: center;
  z-index: 17;
  display: inline-block;
  align-items: center;
  transform-origin: center center; }

.navbar-toggle {
  left: 40px; }

.left-bar {
  left: 40px;
  transition-timing-function: ease-in;
  pointer-events: none; }
  .left-bar a {
    position: absolute;
    left: 0px;
    bottom: 40px;
    background-color: #CC2F2E;
    font-size: 16px;
    color: #F5F5F5;
    line-height: 100%;
    width: 64px;
    height: 64px;
    padding: 16px 14px;
    font-weight: 900;
    transition: 0.2s;
    pointer-events: auto;
transition: background-color 0.3s, color 1s;}
    .left-bar a:hover {
      background-color: #F5F5F5;
      color: #201D1E; }

.right-bar {
  right: 40px;
  mix-blend-mode: difference; }
  .right-bar .bottom {
    right: 0;
    bottom: 40px;
    font-size: 0.6vw;
    color: #F5F5F5;
    font-weight: 800;
    text-transform: uppercase;
    /* display: inline-block; */
    align-items: center;
    grid-auto-columns: auto;
    grid-template-columns: 200px auto 32px auto;
    vertical-align: bottom;
    gap: 0px; }
    .right-bar .bottom .cont {
      mix-blend-mode: difference; }
    .right-bar .bottom span {
      display: inline-block;
      padding: 14px 16px;
      transition: 0.2s; }
    .right-bar .bottom.lf {
      mix-blend-mode: difference;
      display: flex; }
    .right-bar .bottom .progress-container {
      position: relative;
      width: 3px;
      left: 0vw;
      z-index: 14;
      transition-timing-function: ease-in;
      background-color: #F5F5F5; }
      .right-bar .bottom .progress-container .progress-bar {
        width: 3px;
        background-color: #CC2F2E;
        mix-blend-mode: difference; }
    .right-bar .bottom img {
      width: 32px;
      height: auto;
      transform: rotate(-90deg);
      display: block;
      margin-top: 0px;
      text-align: center;
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1130%) hue-rotate(231deg) brightness(115%) contrast(92%); }
	
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 1900px;
  width: 90%;
  position: relative;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

.big-head {
  font-size: 12vw;
  font-weight: 900;
  line-height: 130%;
  display: inline-block;
  z-index: 9; }

div#popupModal img {
    width: 100%;
}

.rotate-title {
  position: absolute;
  width: 50vw;
  height: 50vw; }
  .rotate-title img {
    width: 100%;
    height: auto; }

.project-name {
  font-size: 2.4vw;
  font-weight: 900;
  margin-bottom: 1vw; }

.landing {
  padding: 0;
  overflow: hidden;
  height: 100vh; }
  .landing .welcome-text {
    width: 80%;
    height: 100%;
    left: 10%;
    top: 0;
    position: absolute;
    padding: 0 40px;
    z-index: 15; }
    .landing .welcome-text .top-text {
      position: absolute;
      left: 40px;
      top: 41vh;
      width: 90%; }
      .landing .welcome-text .top-text * {
        color: #F5F5F5; font-size:2.7vw; line-height:150%; opacity:1; font-weight:900}
    .landing .welcome-text .bottom-text {
      position: absolute;
      left: 40px;
      top: 75vh;
      width: 70%; }
      .landing .welcome-text .bottom-text * {
        color: #F5F5F5;
        font-size: 12vw; }
  .landing .last-project {
    padding: 0;
    opacity: 1;
    position: absolute;
    width: auto;
    height: 100vh;
    left: 0;
    top: 0;
    z-index: 13;
    white-space: nowrap;
    display: flex; }
    .landing .last-project .item {
      float: left;
      position: relative;
      overflow: hidden;
      width: auto;
      height: 100%;
      z-index: 1;
      opacity: 1;
      background-color: #000000;
      text-align: center;
      align-items: center;
      display: flex;
      margin-right: 3vw;
      justify-content: center;
      align-items: center; }
      .landing .last-project .item img {
        float: none;
        width: auto;
        height: 100%;
        margin-left: 0%;
        margin-top: 0%;
        opacity: 0.4; }
      .landing .last-project .item.item1 {
        width: 100vw;
        z-index: 14; }
        .landing .last-project .item.item1 img {
          width: 100%;
          height: auto; }
      .landing .last-project .item.item5 {
        z-index: 13; }
        .landing .last-project .item.item5 .big-head {
          position: absolute;
          color: #F5F5F5;
          left: 100%;
          top: 80vh; }
  .landing .last-project-showcase {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh; }
    .landing .last-project-showcase .rotate-title {
      left: -25vw;
      bottom: -25vw; }

.recent-projects {
  position: relative;
  padding: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; }
  .recent-projects .title {
    position: relative;
    left: 0vw;
    top: 0;
    z-index: 1;
    padding-left: 0vw;
    /* mix-blend-mode: difference; */
    pointer-events: none;
    width: 100%;
    padding: 0 20%;
    text-align: center;
    display: flex;
    height: 100vh;
    align-items: center; }
  .recent-projects .recent-projects-container {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    transform: translateY(100vh);
    z-index: 9; }
  .recent-projects .items {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    display: inline-block; }
    .recent-projects .items .item {
      float: left;
      width: 30vw;
      height: auto;
      position: relative; }
      .recent-projects .items .item .image {
        float: right;
        width: 100%;
        overflow: hidden; }
        .recent-projects .items .item .image img {
          width: 100%;
          height: auto;
          transform: scale(1.2); }
      .recent-projects .items .item .col-6 {
        padding: 1vw 0;
        margin: 0;
        position: relative;
        z-index: 9;
        left: auto;
        top: auto;
        flex: 100%;
        max-width: 100%; }
      .recent-projects .items .item:nth-child(1) {
        margin-left: 40px; }
      .recent-projects .items .item:nth-child(2) {
        margin-left: 20vw;
        margin-top: 30vw;
        width: 40vw; }
      .recent-projects .items .item:nth-child(3) {
        margin-left: 10%;
        margin-top: 30vw;
        width: 40%;
        margin-right: 40%; }
      .recent-projects .items .item:nth-child(4) {
        margin-left: 60%;
        margin-top: 30vw;
        width: 35%; }
	
 .project-list-button-section{
	  height: 50vw;}

.recent-projects .mask {
    width: 100vw;
    height: 100vh;
    -webkit-mask-size: 1400%;
    mask-size: 1400%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-composite: exclude;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12191 11777'%3E%3Cpath d='M4373.94 7735.45C4373.94 7590.59 4298.86 7518.16 4148.73 7518.16H375.334C150.131 7518.16 0 7373.31 0 7156.02V4625.82C0 4408.53 150.131 4263.67 375.334 4263.67H4148.73C4298.86 4263.67 4373.94 4191.24 4373.94 4046.38V362.146C4373.94 144.858 4524.08 0 4749.28 0H7476.75C7701.96 0 7852.1 144.858 7852.1 362.146V4046.38C7852.1 4191.24 7927.15 4263.67 8077.28 4263.67H11815.7C12040.9 4263.67 12191 4408.53 12191 4625.82V7156.02C12191 7373.31 12045.9 7518.16 11815.7 7518.16H8077.28C7932.15 7518.16 7852.1 7590.59 7852.1 7735.45V11414.9C7852.1 11632.1 7701.96 11777 7476.75 11777H4749.28C4524.08 11777 4373.94 11632.1 4373.94 11414.9V7735.45Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12191 11777'%3E%3Cpath d='M4373.94 7735.45C4373.94 7590.59 4298.86 7518.16 4148.73 7518.16H375.334C150.131 7518.16 0 7373.31 0 7156.02V4625.82C0 4408.53 150.131 4263.67 375.334 4263.67H4148.73C4298.86 4263.67 4373.94 4191.24 4373.94 4046.38V362.146C4373.94 144.858 4524.08 0 4749.28 0H7476.75C7701.96 0 7852.1 144.858 7852.1 362.146V4046.38C7852.1 4191.24 7927.15 4263.67 8077.28 4263.67H11815.7C12040.9 4263.67 12191 4408.53 12191 4625.82V7156.02C12191 7373.31 12045.9 7518.16 11815.7 7518.16H8077.28C7932.15 7518.16 7852.1 7590.59 7852.1 7735.45V11414.9C7852.1 11632.1 7701.96 11777 7476.75 11777H4749.28C4524.08 11777 4373.94 11632.1 4373.94 11414.9V7735.45Z'/%3E%3C/svg%3E");
    grid-row-gap: 0;
    display: grid; }
    



  .recent-projects .rotate-title {
		position: absolute;
		transform-origin: 50% 50%;
		width: 30vw;
		height: 30vw;
		left: 35vw;
		top: calc(50% - 15vw);}
  .recent-projects .rotate-title a {
    	display: block;}
  .recent-projects .rotate-title a img {
		width: 100%;
		height: auto;
		background-color: transparent;}
   .recent-projects .arrow {
		display: flex;
		position: absolute;
		left: 50%;
		top: 50%;
		width: 2vw;
		height: 2vw;
		z-index: 9;
		transform: rotate(180deg);
		background-size: 100% auto;
		filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(1906%) hue-rotate(344deg) brightness(99%) contrast(85%);
		opacity: 0;
		pointer-events: none;}


.what-we-do {
  overflow: hidden; }
  .what-we-do .seperator.top {
    padding-top: 2vw;
    margin-bottom: 2vw; }
    .what-we-do .seperator.top::before, .what-we-do .seperator.top::after {
      left: 15px;
      width: calc(100% - 30px); }
	section#what-we-do .spacer.s1 {
		height: 3vw;
	}

.news {
  overflow: hidden; }
  .news .type-card {
    padding-bottom: 3vw; }
  .news .image {
    margin-bottom: 1vw;
    max-height: 28.2vw; }
  .news .date, .recent-projects-carousel .date {
    font-size: 0.8vw;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 2vw; }
  .news h4 {
    margin-bottom: 1vw;
line-height: 140%;}
	

.our-expertise .row {
  display: flex; }
.our-expertise .rotate-title {
  position: absolute;
  width: 30vw;
  height: 30vw;
  left: 50%;
  top: -30vw;
  margin-left: -15vw; }
.our-expertise .col-md-4 {
  width: 50%; }

.infobox {
  overflow: hidden;
  height: 100vh; }
  .infobox .infos {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
    .infobox .infos .item {
      position: absolute;
      width: 10vw;
      height: 10vw;
      transform-origin: center;
      margin-left: -5vw;
      margin-top: -5vw; }
      .infobox .infos .item .shape {
        display: inline-block;
        width: 100%; }
        .infobox .infos .item .shape img {
          width: 100%;
          height: auto; }
      .infobox .infos .item .info {
        position: absolute;
        left: 100%;
        top: 50%;
        flex-wrap: wrap;
        margin-top: -1.8vw;
        margin-left: 2vw; }
        .infobox .infos .item .info div {
          width: 100%;
          white-space: nowrap;
          color: #201D1E; }
          .infobox .infos .item .info div.number {
            font-size: 1.6vw;
            font-weight: 900;
            line-height: 120%; }
          .infobox .infos .item .info div.title {
            font-size: 1vw; }

.project-list .project-list-wrapper {
  width: 100%;
  height: 60vh; }
.project-list sup {
  top: -0.3rem; }
.project-list .back {
  display: inline-block;
  width: 32px;
  height: 20px;
  background: url("../images/icons/arrow.svg") no-repeat left center;
  background-size: auto 100%;
  filter: brightness(0) saturate(100%) invert(4%) sepia(3%) saturate(2531%) hue-rotate(289deg) brightness(92%) contrast(84%);
  cursor: pointer;
  margin: 3vw 0; }
.project-list .row {
  min-height: inherit !important;
  display: inline-block; }
.project-list ul li {
  width: 100%;
  border-top: 2px solid #201D1E;
  padding-bottom: 1vw; }
  .project-list ul li a {
    width: 100%;
    padding: 1.6vw 0; }
    .project-list ul li a .row {
      font-size: 0.8vw;
      font-weight: 400;
      line-height: 2vw; }

.gallery {
  flex-wrap: nowrap;
  display: flex;
  justify-content: flex-end; }
  .gallery .col img {
    width: auto !important;
    height: 30vw; }

.sticky-top {
  top: 2vw; }

.partners {
  overflow-x: visible; }

.who-are-the-partners {
  height: 100vh;
  overflow: hidden; }
  .who-are-the-partners .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2; }
    .who-are-the-partners .image img {
      transform-origin: center;
      width: auto;
      min-height: 100vh; }
  .who-are-the-partners .circle, .who-are-the-partners .main-text, .who-are-the-partners .endcircle, .who-are-the-partners .end-text {
    position: absolute;
    width: 46vw;
    height: 46vw;
    top: calc(50% - 23vw);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3vw;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #CC2F2E;
    color: #F5F5F5 !important;
    border-radius: 100%;
    z-index: 1;
    transform: translateY(0vh); }
  .who-are-the-partners .endcircle, .who-are-the-partners .end-text {
    background-color: #0410f3;
}

    .who-are-the-partners .circle.left, .who-are-the-partners .main-text.left, .who-are-the-partners .endcircle.left, .who-are-the-partners .end-text.left {
      left: -4vw; }
    .who-are-the-partners .circle.right, .who-are-the-partners .main-text.right, .who-are-the-partners .endcircle.right, .who-are-the-partners .end-text.right {
      right: -4vw; }
    .who-are-the-partners .circle img, .who-are-the-partners .main-text img, .who-are-the-partners .endcircle img, .who-are-the-partners .end-text img  {
      width: 100%;
      height: auto; }
  .who-are-the-partners .circle, .who-are-the-partners .endcircle {
    align-items: center;
    justify-content: center;
    overflow: hidden; }
  .who-are-the-partners .main-text {
    border: 0;
    z-index: 10;
    background-color: transparent !important; }
  	.who-are-the-partners .end-text {
    border: 0;
    z-index: 5;
    background-color: transparent !important; }
  .who-are-the-partners .plus, .who-are-the-partners .endplus {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 4vw;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #F5F5F5 !important;
    z-index: 10; }
.who-are-the-partners .endplus a {
    padding: 25vw;
    font-size: 4vw;
    font-weight: 900;
    color: #F5F5F5 !important;
}
	.who-are-the-partners .endplus {z-index: 7; }
  .who-are-the-partners .team-detail {
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: left;
    position: absolute;
    left: 0;
    top: 10vw;
    width: 50%;
    z-index: 1; }
    .who-are-the-partners .team-detail.name {
      white-space: nowrap;
      top: auto;
      bottom: 40px; }

.important-text {
  min-height: auto; }
  .important-text p {
    font-size: 3vw;
    font-weight: 900;
    line-height: 110%;
    opacity: 1; }

.too-many-disciplines {
  overflow: visible; }
  .too-many-disciplines .sticky-top {
    height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    top: 0; }
    .too-many-disciplines .sticky-top img {
      width: auto;
      height: 100%; }
  .too-many-disciplines *[data-sticky-image] {
    opacity: 0; }
  .too-many-disciplines h4 {
    margin-bottom: 1vw; }

.expertise {
  height: 100vh; }
  .expertise .bottom-line {
    position: absolute;
    left: 0;
    bottom: 0;
    align-items: baseline;
    gap: 0px 0px; }
    .expertise .bottom-line .row {
      border-bottom: 0;
      margin-right: -2px;
      text-align: center;
      justify-content: center;
      min-height: 10vh;
      position: relative;
      left: -2px;
      background-color: #CC2F2E;
		flex:1}
	.bottom-line .row:hover {
	  flex: 9;
		background:linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.7))
	}
.bottom-line .row:hover .image img {
    object-fit: cover;
    width: 100% !important;
}
.bottom-line .row:hover h3 {
    text-align: left;
    margin-left: 40px;
}

      .expertise .bottom-line .row .image {
        position: absolute;
        z-index: 1;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: baseline;
        justify-content: center;
        overflow: hidden; }
        .expertise .bottom-line .row .image img {
          width: auto;
          height: 100%; }
      .expertise .bottom-line .row:first-child {
        border-left: 0; }
      .expertise .bottom-line .row h3 {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 40px;
        font-size: 1.2vw;
        z-index: 9;
        color: #F5F5F5; }
  .expertise .details {
    position: absolute;
    left: 100%;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    margin-left: 25%;
    align-items: center; }
    .expertise .details .row {
      display: inline-block; }

.featured-brands {
  min-height: auto; }

.clients {
  padding: 0;
  height: 100vh; }
	section#clients .row {
		display: block;
	}
  .clients .mask {
    width: 100vw;
    height: 100vh;
    -webkit-mask-size: 1400%;
    mask-size: 1400%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-composite: exclude;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12191 11777'%3E%3Cpath d='M4373.94 7735.45C4373.94 7590.59 4298.86 7518.16 4148.73 7518.16H375.334C150.131 7518.16 0 7373.31 0 7156.02V4625.82C0 4408.53 150.131 4263.67 375.334 4263.67H4148.73C4298.86 4263.67 4373.94 4191.24 4373.94 4046.38V362.146C4373.94 144.858 4524.08 0 4749.28 0H7476.75C7701.96 0 7852.1 144.858 7852.1 362.146V4046.38C7852.1 4191.24 7927.15 4263.67 8077.28 4263.67H11815.7C12040.9 4263.67 12191 4408.53 12191 4625.82V7156.02C12191 7373.31 12045.9 7518.16 11815.7 7518.16H8077.28C7932.15 7518.16 7852.1 7590.59 7852.1 7735.45V11414.9C7852.1 11632.1 7701.96 11777 7476.75 11777H4749.28C4524.08 11777 4373.94 11632.1 4373.94 11414.9V7735.45Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12191 11777'%3E%3Cpath d='M4373.94 7735.45C4373.94 7590.59 4298.86 7518.16 4148.73 7518.16H375.334C150.131 7518.16 0 7373.31 0 7156.02V4625.82C0 4408.53 150.131 4263.67 375.334 4263.67H4148.73C4298.86 4263.67 4373.94 4191.24 4373.94 4046.38V362.146C4373.94 144.858 4524.08 0 4749.28 0H7476.75C7701.96 0 7852.1 144.858 7852.1 362.146V4046.38C7852.1 4191.24 7927.15 4263.67 8077.28 4263.67H11815.7C12040.9 4263.67 12191 4408.53 12191 4625.82V7156.02C12191 7373.31 12045.9 7518.16 11815.7 7518.16H8077.28C7932.15 7518.16 7852.1 7590.59 7852.1 7735.45V11414.9C7852.1 11632.1 7701.96 11777 7476.75 11777H4749.28C4524.08 11777 4373.94 11632.1 4373.94 11414.9V7735.45Z'/%3E%3C/svg%3E");
    grid-row-gap: 0;
    display: grid; }
    .clients .mask img {
      min-width: 100vw;
      width: 100%;
	  max-width: 2580px;}
  .clients .rotate-title {
    position: absolute;
    transform-origin: 50% 50%;
    width: 30vw;
    height: 30vw;
    left: 35vw;
    top: calc(50% - 15vw); }
    .clients .rotate-title a {
      display: block; }
      .clients .rotate-title a img {
        width: 100%;
        height: auto;
        background-color: transparent; }
  .clients .arrow {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2vw;
    height: 2vw;
    z-index: 9;
    transform: rotate(180deg);
    background-size: 100% auto;
    filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(1906%) hue-rotate(344deg) brightness(99%) contrast(85%);
    opacity: 0;
    pointer-events: none; }
section.clients-mobile img {
    width: 100%;
}
.content {
  overflow: visible;
  min-height: auto;
  display: inline-block; }
  .content .project-list-wrapper {
    height: auto;
    min-height: auto; }

.client-list .project-list-wrapper {
  height: auto;
  min-height: auto; }
  .client-list .project-list-wrapper .row {
    line-height: normal; }

.projects {
  overflow-x: visible; }
  .projects .gp {
    padding: 0 25px;
    display: inline-block; }
  .projects .projects-tab {
    position: fixed;
    left: 40px;
    right: 40px;
    top: 40px;
    bottom: auto;
    z-index: 9999;
    display: inline-block !important;
    text-align: center; }
    .projects .projects-tab .btn {
      margin-right: 0.05vw;
      font-size: 0.8vw;
      padding: 8px 16px; }
      .projects .projects-tab .btn::before {
        display: none; }
      .projects .projects-tab .btn:hover {
        opacity: 1;
        border-color: #CC2F2E !important; }
      .projects .projects-tab .btn.active {
        color: #cb3431!important; }
        .projects .projects-tab .btn.active::before {
          width: 0; }
      .projects .projects-tab .btn.frame {
        opacity: 0.5; }
      .projects .projects-tab .btn.fill {
        opacity: 1; }

.project-tab {
    position: fixed;
    left: 0px!important;
    right: 0px!important;
    top:0;
	padding-top: 22px;
    z-index: 9999;
    display: inline-block !important;
    text-align: center;
    transition: opacity 1.2s ease-in-out, filter 1.2s ease-in-out;
    opacity: 1;
    filter: blur(0px);
	    width: initial;
}
    .project-tab .btn {
      margin-right: 0.05vw;
      font-size: 0.8vw;
      padding: 8px 16px;
	margin-top: 1vw;
    margin-bottom: 1vw;}
      .project-tab .btn::before {
        display: none; }
      .project-tab .btn:hover {
        opacity: 1;
        border-color: #CC2F2E !important; }
      .project-tab .btn.active {
        color: #cb3431!important; }
        .project-tab .btn.active::before {
          width: 0; }
     .project-tab .btn.frame {
        opacity: 0.5; }
      .project-tab .btn.fill {
        opacity: 1; }

.project-tab.hidden {
    opacity: 0;
    filter: blur(4px);
    pointer-events: none;
}

section#overview.scrolling {
    z-index: 9999;
}

.project-tab.scrolled-up {
  background-color: #ffffffcc;
	top:0!important
}


.expertise-description {
    margin-bottom: 3vw;
	 margin-top: 5vw;
}
  .projects .big-head {
    white-space: nowrap; }
  .projects .project-list .project-list-wrapper {
    height: auto; }
  .projects .project-list .project-item {
    width: calc(100% + 100%);
    height: auto;
    transition: 0.2s; }
    .projects .project-list .project-item .col-md-2 {
      padding-left: 0;
      font-size: 0.6vw; }
    .projects .project-list .project-item .col-md-10 {
      padding-right: 0; }
    .projects .project-list .project-item.disabled {
      display: none; }
    .projects .project-list .project-item a {
      width: 100%;
      padding-right: 50%;
      padding-top: 1vw;
      padding-bottom: 2vw;
      position: relative; }
      .projects .project-list .project-item a::before {
        content: "";
        position: absolute;
        display: inline-block;
        left: 0;
        top: 0;
        width: 50%;
        height: 2px;
        background-color: #201D1E; }
      .projects .project-list .project-item a img {
        width: 100%;
        height: auto;
        margin-bottom: 1vw; }
    .projects .project-list .project-item.active a {
      color: #CC2F2E; }
      .projects .project-list .project-item.active a::before {
        background-color: #CC2F2E; }
    .projects .project-list .project-item.active h4 {
      color: #CC2F2E;
      font-style: italic; }
  .projects .project-image {
    top: 0 !important;
    height: 100vh;
    pointer-events: none; }
    .projects .project-image .boxes.image {
      height: calc(100vh);
      display: flex;
      justify-content: center;
      align-items: center; }
      .projects .project-image .boxes.image img {
        width: auto;
        height: 100%; }

.overview {
  min-height: auto; }

.scrolling {
  overflow: hidden; }
  .scrolling .big-head {
    white-space: nowrap; }

section#what-we-do .scrolling-text{
    transform: none !important;}

section#what-we-do .big-head {
    white-space: initial;
    font-size: 3.4vw;
    margin-top: 2vw;
}

.carousel-image {
  display: block;
  width: auto;
  height: 80vh;
  max-width: 100%;
  margin-right: 15px; }

.carousel.is-fullscreen .carousel-image {
  height: auto;
  max-height: 100%; }

.carousel .flickity-button {
    background: none;
}

button.flickity-button svg{display: none;}
.flickity-prev-next-button.previous {
  background-image: url('https://yalintanandpartners.com/wp-content/themes/ytp/assets/images/icons/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px; height: 40px; /* Buton boyutunu ayarla */
}

.flickity-prev-next-button.next {
  background-image: url('https://yalintanandpartners.com/wp-content/themes/ytp/assets/images/icons/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px; height: 40px;
	transform: rotate(180deg);
}


.awards .seperator {
  mix-blend-mode: luminosity; }
.awards img {
  width: auto;
  height: 4vw; }

.min-vh-auto {
  min-height: auto !important; }

.project-story .story-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  overflow: hidden;
  z-index: 9; }
  .project-story .story-wrapper .project-details-overview-scrolling {
    white-space: nowrap;
    display: flex; }
    .project-story .story-wrapper .project-details-overview-scrolling .chapter {
      display: flex;
      width: auto;
      max-height: 100vh;
      margin-right: 2vw;
      z-index: 1; }
      .project-story .story-wrapper .project-details-overview-scrolling .chapter img {
        min-height: 100vh;
        width: auto;
        min-width: 100vw;
		max-width: 100vw;
        height: auto; }
      .project-story .story-wrapper .project-details-overview-scrolling .chapter.overview-image {
        position: relative;
        min-width: 100vw;
        align-items: center;
        z-index: 9;
        margin-left: 0; }
        .project-story .story-wrapper .project-details-overview-scrolling .chapter.overview-image img {
          transform-origin: 0 50%;
          height: 100vh;
          width: auto;
		  object-fit: cover;}
      .project-story .story-wrapper .project-details-overview-scrolling .chapter.image {
        width: auto;
        height: 100vh;
        align-items: center;
        justify-content: center; }
        .project-story .story-wrapper .project-details-overview-scrolling .chapter.image.last {
          position: relative;
          width: 100vw;
          margin-right: 0;
          overflow: hidden;
          align-items: center;
          justify-content: center; }
      .project-story .story-wrapper .project-details-overview-scrolling .chapter.text {
        width: 50vw;
        min-width: 50vw;
        padding: 40px 5vw 40px 5vw; 
		flex-direction: column;
        justify-content: flex-end;}
        .project-story .story-wrapper .project-details-overview-scrolling .chapter.text .big-head {
          font-size: 3vw;
          white-space: normal; }
        .project-story .story-wrapper .project-details-overview-scrolling .chapter.text .row {
          width: 100%; }
      .project-story .story-wrapper .project-details-overview-scrolling .chapter.s-v {
        width: 40vw;
        align-items: flex-start; }
        .project-story .story-wrapper .project-details-overview-scrolling .chapter.s-v .chapter-wrapper {
          width: 100%;
          display: grid;
          gap: 30px 20px; }
          .project-story .story-wrapper .project-details-overview-scrolling .chapter.s-v .chapter-wrapper img {
            width: 100%;
            height: auto;
            min-width: auto;
            min-height: auto; }
.project-story .tiles {
  z-index: 3;
  position: absolute;
  left: calc(50% - 10vh);
  top: calc(50% - 10vh);
  opacity: 0; }
  .project-story .tiles .tile {
    position: absolute;
    left: 0;
    top: 0;
    width: 20vh;
    height: 20vh; }
    .project-story .tiles .tile img {
      width: 100%;
      height: auto; }
.project-story .tiles-head {
  z-index: 2;
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
  transform-origin: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .project-story .tiles-head .big-head {
    line-height: 100%; }
.project-story .last-image {
  z-index: 4;
  position: absolute;
  width: 20vh;
  height: 20vh;
  left: calc(50% - 10vh);
  top: calc(50% - 10vh);
  opacity: 0;
  align-items: center;
  justify-content: center;
  display: flex; }
  .project-story .last-image img {
    width: 100%;
    height: auto; }

.testimonials .row:first-child p {
  font-size: 1.4vw;
  font-weight: 900;
  opacity: 1; }

.contact-information {
  z-index: 1;min-height: initial; }
  .contact-information iframe {
    width: 100%;
    filter: grayscale(1); }
	section#contact-information .col-md-2 {
    text-align: center;
	}

.equal-height {
  display: flex!important;
  flex-wrap: wrap;
}

.address-column {
  display: flex;
  flex-direction: column;
}

.address-column .map-wrapper {
  margin-top: auto;
}


.location-details {
  flex: 1; 
}

.map-wrapper {
  margin-top: auto;
}

.address-top-row .col-md-4 {
    text-align: center;
	margin-bottom: 20px;
}


.location-details p {
  margin-bottom: 0.3rem;
}

.get-in-touch {
  position: fixed;
  z-index: 9;
  width: 8%;
  height: 100vh;
  right: 0;
  top: 0;
  overflow: hidden;
  transition: none; }
  .get-in-touch .wrapper {
    width: 100vw;
    min-height: 100vh; }

.scroll-image .image {
  z-index: 1; }
.scroll-image .scroll-image {
  position: absolute;
  z-index: 9;
  right: -10vw;
  top: 50%;
  width: 30vw; }
  .scroll-image .scroll-image img {
    width: 100%;
    height: auto; }
.scroll-image .col-md-12 {
  position: relative; }

.next-project {
  height: 100vh !important; }
  .next-project a {
    display: inline-block;
    width: 100%;
    height: 100%; }
  .next-project .image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    background-color: #201D1E;
    opacity: 0; }
    .next-project .image img {
      width: 100%;
      height: auto;
      transform: scale(1.4);
      opacity: 0;
      min-height: 100%; }
  .next-project .container {
    position: relative;
    z-index: 9;
    pointer-events: none; }
    .next-project .container * {
      color: #F5F5F5; }
  .next-project h1, .next-project h3 {
    opacity: 0; }



.contact .footer .action {
  border-top: 0; }

.footer {
  padding: 0vw;
  min-height: 100vh;
  z-index: 6; }
	.flinks {
		display: flex
	;
		justify-content: space-between;
	}
  .footer .action {
    width: 100% !important;
    background-color: #201D1E;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center; }
    .footer .action * {
    color: #F5F5F5 !important;
    border-color: #F5F5F5 !important;
}
  .footer .footer-wrapper {
    width: 100%;
    padding-top: 5vw;
    z-index: 1;
    background-color: #CC2F2E !important; }
	.footer .row.top.other-links .row > div {
		margin-bottom: 30px;
	}
	.row.top.other-links .container>.row {
		display: flex;
	}
    .footer .footer-wrapper * {
      color: #F5F5F5 !important;
      border-color: #F5F5F5 !important; }
    .footer .footer-wrapper a {
      color: #201D1E; }
    .footer .footer-wrapper .page-up a:before {
      background-color: transparent !important; }
  .footer a {
    font-size: 0.8vw;
    color: #201D1E;
    margin: 0 0 0.4vw 0 !important;
    height: auto;
    line-height: normal; }
    .footer a.external {
      font-weight: 700 !important;
      color: #201D1E; }
      .footer a.external::after {
        width: 0.8vw;
        height: 0.8vw;
        right: -1.2vw !important;
        top: 0.4vw !important; }
  .footer h4 {
    font-family: muli, sans-serif;
    font-size: 1.6vw !important;
    font-weight: 900;
    margin-bottom: 3vw;
    text-transform: none !important;
    letter-spacing: 0 !important; }
  .footer p {
    font-size: 0.8vw;
    transform: none !important;
    opacity: 1 !important;
	margin-bottom: 20px;}
	.footer .footer-wrapper p.fheading {
		border-bottom: 1px solid #f5f5f5;
		padding-bottom: 15px;
		font-weight: 900;}
  .footer img {
    width: auto;
    height: 25px;
    margin-right: 22px;
    margin-bottom: 24px;
    margin-bottom: 0; }
  .footer .seperator.top {
    padding: calc(3vw + 3px) 0 1vw 0; }
  .footer .page-up a {
    font-weight: 900;
    display: inline-block;
    background-color: transparent; }
    .footer .page-up a::before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 50%;
      top: -3.1vw;
      width: 2vw;
      height: 3vw;
      margin-left: -1vw;
      background: url("../images/icons/arrow.svg") no-repeat center center;
      background-size: 100% auto;
      transform: rotate(90deg);
      transition: 0.2s; }

.footersocial
 {
    position: absolute;
    bottom: 0;
}
.footersocial .pplink {
    display: block;
    margin-bottom: 30px !important;
	font-weight: 900;
}
  .footer .sitemap {
    padding: calc(1vw + 3px) 0 1vw 0 !important; }
    .footer .sitemap a {
      font-weight: 900; }
  .footer .newsletter input[type="email"] {
    margin-bottom: 8px; }
  .footer .newsletter button, .footer .newsletter .btn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    height: 2.4vw;
    color: #201D1E !important;
    font-size: 0.8vw;
    font-weight: 900;
    line-height: normal;
    padding: 0 15px 0 15px !important;
    right: 0px;
    background-color: #D9D9D9; }
    .footer .newsletter button::before, .footer .newsletter .btn::before {
      display: none; }
  .footer .newsletter a {
    color: #CC2F2E;
    text-decoration: underline; }
  .footer .newsletter p {
    margin: 0; }
  .footer .copyright {
    padding-top: 0;
    opacity: .7; padding-bottom: 30px; }
    .footer .copyright p {
      font-size: 0.86vw !important;
      line-height: normal;
      margin: 0; }
    .footer .copyright a {
      text-decoration: underline !important;
      font-size: 0.8vw !important;
      font-weight: 400; }
      .footer .copyright a::before {
        left: 0;
        width: 100%; }
	.footer .copyright .container {
		border-top: 1px solid #f5f5f5;
		padding-top: 20px;
	}

.sitemapmenu > ul > li a {
    font-weight: 900;
    margin-bottom: 10px;
}

.sitemapmenu ul ul li {
    margin-bottom: 10px;
}

.sitemapmenu .submenu a {
    margin: 0 !important;
}

.sitemapmenu ul ul li:before {
    content:'';
}

.sitemapmenu ul ul li:before
 {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
    margin-right: 7px;
}



body {
  background-color: #F5F5F5; }
  body * {
    border-color: #201D1E; }
  body::before {
    content: "";
    position: fixed;
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/wrapper-background.png");
    z-index: 9999;
    pointer-events: none; }

.dark {
  background-color: #201D1E !important;
  color: #F5F5F5 !important; }
  .dark * {
    color: #F5F5F5 !important;
    border-color: #F5F5F5; }
    .dark *::before, .dark *::after {
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1130%) hue-rotate(231deg) brightness(115%) contrast(92%); }
    .dark * input,
    .dark * textarea {
      border-color: #F5F5F5; }
    .dark *.seperator::before, .dark *.seperator::after {
      background-color: #F5F5F5; }
    .dark * a, .dark *.btn {
      color: #F5F5F5 !important; }
      .dark * a::before, .dark * a::after, .dark *.btn::before, .dark *.btn::after {
        background-color: #F5F5F5; }
      .dark * a.arrow::after, .dark *.btn.arrow::after {
        filter: brightness(0) saturate(100%) invert(4%) sepia(3%) saturate(2531%) hue-rotate(289deg) brightness(92%) contrast(84%) !important; }
    .dark *.progress-container .progress-bar {
      mix-blend-mode: normal !important; }
    .dark *.page-up a::before {
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1130%) hue-rotate(231deg) brightness(115%) contrast(92%); }
  .dark section {
    background-color: #201D1E; }

.page--404 h1 {
  font-size: 16vw;
  font-weight: 700;
  background: #660180;
  background: -webkit-linear-gradient(to right, #660180 0%, #FEA26C 12%, #BD2EBD 65%);
  background: -moz-linear-gradient(to right, #660180 0%, #FEA26C 12%, #BD2EBD 65%);
  background: linear-gradient(to right, #660180 0%, #FEA26C 12%, #BD2EBD 65%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
.page--404 .btn {
  margin: 0 !important; }

.checkbox p {
  font-size: 0.8vw; }
  .checkbox p a {
    font-size: 0.8vw; }
.checkbox.normal {
  font-size: 0.8vw;
  padding: 0vw 0;
  font-weight: 400; }
  .checkbox.normal [type="checkbox"] {
    width: 1.6vw !important;
    height: 1.6vw !important;
    background-color: transparent;
    border-radius: 6px !important;
    margin-right: 0vw;
    margin-left: -1.6vw;
    position: relative;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .checkbox.normal .checkmark {
    float: left;
    position: relative;
    top: -0.1vw;
    left: 0;
    height: 1.6vw !important;
    width: 1.6vw !important;
    background-color: #F5F5F5;
    border: 1px solid #201D1E !important;
    border-radius: 6px !important;
    margin-right: 0.3vw;
    display: inline-block; }
    .checkbox.normal .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
  .checkbox.normal:hover input ~ .checkmark {
    border-color: #CC2F2E !important;
    background-color: #FFF; }
  .checkbox.normal input:checked ~ .checkmark {
    background-color: #FFF;
    border-color: #201D1E !important; }
  .checkbox.normal input:checked ~ .name {
    color: #201D1E !important; }
  .checkbox.normal input:checked ~ .checkmark:after {
    display: block; }
  .checkbox.normal .checkmark:after {
    position: absolute;
    left: 0.25vw;
    top: 0.25vw;
    width: calc(100% - 0.5vw);
    height: calc(100% - 0.5vw);
    border: solid white;
    border-width: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #201D1E;
    border-radius: 3px; }
  .checkbox.normal label {
    padding: 0;
    min-height: inherit; }
  .checkbox.normal .name {
    font-size: 0.8vw;
    font-weight: 400; }
.checkbox.radio {
  font-size: 0.8vw;
  padding: 0vw 0;
  font-weight: 400;
  width: 100%;
  float: left;
  line-height: normal;
  margin: 0; }
  .checkbox.radio [type="radio"] {
    width: 1.6vw !important;
    height: 1.6vw !important;
    background-color: transparent;
    border-radius: 100% !important;
    margin-right: 0vw;
    margin: -0.3vw 0.3vw 0 0;
    position: relative;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    float: left; }
  .checkbox.radio .checkmark {
    float: left;
    position: absolute;
    top: -0.3vw;
    left: 0;
    height: 1.6vw !important;
    width: 1.6vw !important;
    background-color: #F5F5F5;
    border: 1px solid transparent !important;
    border-radius: 100% !important;
    margin-right: 0.3vw;
    display: inline-block; }
    .checkbox.radio .checkmark:after {
      content: "";
      position: absolute;
      display: none; }
  .checkbox.radio:hover input ~ .checkmark {
    border-color: #CC2F2E !important;
    background-color: #FFF; }
  .checkbox.radio input:checked ~ .checkmark {
    background-color: #FFF;
    border-color: #201D1E !important; }
  .checkbox.radio input:checked ~ .name {
    color: #201D1E !important;
    font-weight: 600; }
  .checkbox.radio input:checked ~ .checkmark:after {
    display: block; }
  .checkbox.radio .checkmark:after {
    position: absolute;
    left: 0.25vw;
    top: 0.25vw;
    width: calc(100% - 0.5vw);
    height: calc(100% - 0.5vw);
    border: solid white;
    border-width: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #201D1E;
    border-radius: 100%; }
  .checkbox.radio label {
    float: left;
    width: 100%;
    padding: 0;
    min-height: inherit; }
  .checkbox.radio .name {
    font-size: 0.8vw;
    font-weight: 400; }
.checkbox.switcher {
  margin: 0; }
  .checkbox.switcher label {
    padding: 0; }
    .checkbox.switcher label * {
      vertical-align: middle; }
    .checkbox.switcher label input {
      display: none !important; }
      .checkbox.switcher label input + .switch {
        float: right;
        position: absolute;
        right: 0;
        top: 0;
        display: inline-block;
        margin-right: 0;
        width: 3vw !important;
        height: 1.6vw;
        background: #F5F5F5;
        border: 1px solid #F5F5F5;
        border-radius: 1.6vw !important;
        transition: all 0.3s ease-in; }
        .checkbox.switcher label input + .switch small {
          position: absolute;
          display: block;
          width: 50%;
          height: 100%;
          background: #D9D9D9;
          border-radius: 50%;
          transition: all 0.3s ease-in;
          left: 0;
          border: 0.3vw solid #F5F5F5; }
      .checkbox.switcher label input:checked + .switch {
        background: #201D1E;
        border-color: #201D1E; }
        .checkbox.switcher label input:checked + .switch small {
          left: 50%;
          background-color: #FFF;
          border-color: #201D1E; }
      .checkbox.switcher label input:checked + .name {
        color: #201D1E; }
    .checkbox.switcher label .name {
      font-size: 0.8vw !important;
      font-weight: 600; }
    .checkbox.switcher label span {
      display: inline-block;
      width: 80%;
      font-size: 0.6vw;
      margin-top: 0.2vw; }

.modal-body {
  padding: 0; }

.wpcf7 .ajax-loader {
  background-color: transparent !important;
  opacity: 1;
  width: 40px !important;
  height: 40px !important;
  margin: 0px !important;
  float: left !important; }

.container.privacy-policy-page ul {
	padding-left:15px;    margin-bottom: 30px;
}
.container.privacy-policy-page ul li {
    list-style: disc;
	font-size: 0.9vw;
        line-height: 160%;opacity: 0.6;margin-bottom: 10px;
}
.container.privacy-policy-page h4 {
    margin-bottom: 40px;
}

@media (min-width: 1025px) {
	
	.bottom-line:has(.row:hover) .row:not(:hover) h3 {
  transform: rotate(270deg);
  transition: transform 0.3s ease;
	text-align:left;
	bottom: 100px;
}

.bottom-line .row h3 {
  transition: transform 0.3s ease;
}
}





@media (max-width: 1024px) {
	.container.privacy-policy-page ul li {font-size:14px}
	
	.infobox .infos {
		top: 30vw;}
	
.scrollmagic-pin-spacer:has(.infobox) {
    min-height: 0 !important;
    height: 25vh !important;
}	
	
	.single-project .scrolling-text {
    transform: none !important;
}
	
		section#expertise h2 {
    font-size: 30px;
}
	
	.scrolling .big-head {
    white-space: initial;
}
	
	    .project-tab .btn {
        margin-right: 0.05vw;
        font-size: 13px!important;
        height: auto;
        line-height: normal; }
	
	 .projects .project-image {
    display: none !important; }
	
	.landing {
    height: auto !important;
    min-height: auto;
}
	
	.expertise {
    height: initial;
}
	
	.expertise-description {
    
    padding-top: 70px;
}
	
	section#expertise {
    padding-bottom: 0;
}
	
  .loader .text {
    font-size: 12px; }

  

  .footer {
    height: auto; }
    .footer .container {
      width: calc(100% - 25px); }
    .footer .action {
      padding: 16vh 0; }
      .footer .action h3 {
        font-size: 10vw; }
    .footer .newsletter button, .footer .newsletter .btn {
      height: 48px;
      font-size: 16px;
      right: 15px;
      padding: 0 16px; }
      .footer .newsletter button::before, .footer .newsletter .btn::before {
        display: none; }
    .footer .copyright p, .footer .copyright a {
      font-size: 16px !important; }
    .footer .footer-wrapper {
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      padding-top: 10vw; }

  .container {
    width: 75%; }
    .container .row {
      display: flex; }

  .logo {
    right: 15px;
    top: 15px; }

  .navbar-toggle {
    left: 15px;
    top: 15px; }

  .left-bar {
    left: 15px; }
    .left-bar a {
      bottom: 15px;
      font-size: 16px;
      width: 64px;
      height: 64px;
      padding: 16px 14px; }

  .right-bar {
    right: 0px; }
    .right-bar .bottom {
      bottom: 15px;
      font-size: 9px; }

  .spacer.s0 {
    height: 0vh; }
  .spacer.s1 {
    height: 5vh; }
  .spacer.s2 {
    height: 10vh; }
  .spacer.s3 {
    height: 15vh; }
  .spacer.s5 {
    height: 10vh; }

 

  .big-head {
    font-size: 11vw; }

  .landing .welcome-text {
    height: 100vh; }
    .landing .welcome-text .top-text {
      left: 25px;
      top: initial!important;
	bottom:10vh}
    .landing .welcome-text .bottom-text {
      left: 25px;
      top: auto;
      bottom: 0; }
      .landing .welcome-text .bottom-text h1 {
        margin-bottom: 4px; }
  .landing .last-project {
    position: relative;
    height: 110vh; }
    .landing .last-project .item {
      display: none; }
      .landing .last-project .item.item1 {
        display: flex; }
        .landing .last-project .item.item1 img {
          width: auto;
          height: 100%; }
    .landing .last-project .last-project-showcase {
      position: relative;
      left: auto;
      top: auto;
      height: auto;
      opacity: 1 !important; }
  .landing .last-project-showcase {
    opacity: 1 !important;
    position: relative;
    height: auto;
    left: auto;
    top: auto; }
  .landing .recent-projects {
    position: relative;
    left: auto;
    top: auto;
    height: auto;
    white-space: normal;
    display: grid; }
    .landing .recent-projects .spacer.s2 {
      display: none; }
    .landing .recent-projects .title {
      position: relative;
      width: 100%;
      left: auto;
      top: auto;
      mix-blend-mode: difference;
      pointer-events: none;
      padding: 10vh 12.5vw 0 12.5vw; }
    .landing .recent-projects .recent-projects-container {
      position: relative;
      display: inline-block;
      width: 100%;
      overflow-x: auto; }
      .landing .recent-projects .recent-projects-container .items {
        position: relative;
        width: auto;
        height: auto;
        flex-wrap: nowrap;
        left: auto;
        top: auto; }
        .landing .recent-projects .recent-projects-container .items .item {
          padding-left: 0px;
          width: calc(90vw);
          padding-bottom: 0px;
          margin-right: 2vw; }
          .landing .recent-projects .recent-projects-container .items .item .image {
            width: 100%;
            height: auto;
            margin-bottom: 0vw;
            display: flex;
            align-items: center;
            justify-content: center; }
            .landing .recent-projects .recent-projects-container .items .item .image img {
              width: 100vw;
              height: auto;
              transform: translate(0px, 0px) scale(1, 1) !important; }
          .landing .recent-projects .recent-projects-container .items .item .row {
            padding: 2vh 12.5vw 0 12.5vw; }
          .landing .recent-projects .recent-projects-container .items .item .col-6 {
            left: auto;
            top: auto;
            position: relative; }

  .carousel .flickity-page-dots {
    bottom: -22px;
    width: calc(100% + 14vw); }
  

  .our-expertise {
    padding-top: 10vw;
    padding-bottom: 10vw; }
    .our-expertise .expertises {
      display: inline-block !important; }
      .our-expertise .expertises .col-md-2 {
        display: none; }
      .our-expertise .expertises .col-md-4 {
        width: 50%;
        margin-top: 0px !important;
        flex: unset;
        max-width: inherit; }
    

  .who-are-the-partners {
    overflow: hidden; top:0!important }

      .who-are-the-partners .image img {
        transform-origin: left top;
        width: auto;
        min-height: inherit;
        height: 130%; }
      .who-are-the-partners .image.secondary {
        margin-top: 10vw; }
    .who-are-the-partners .team-detail {
      text-align: left;
      justify-content: left;
      position: relative;
      left: auto;
      top: auto;
      width: 70%;
      padding: 0 10vw 0 20vw; }
      .who-are-the-partners .team-detail.name {
        top: auto;
        bottom: auto;
        width: 100%;
        text-align: left;
        display: inline-block;
        padding: 0 25vw;
        z-index: 9;
        bottom: auto;
        margin-top: 0; }

  .partners {
    min-height: auto;
    display: inline-block; }

  .what-we-do {
    padding-top: 20vw !important; }

  .too-many-disciplines {
    min-height: auto; }
    .too-many-disciplines .col-md-7 {
      width: 100%;
      flex: 100%;
      max-width: 100%;
      display: grid;
      gap: 2vw 15px;
      grid-template-columns: repeat(2, 1fr);
      grid-column-start: div 2; }
      .too-many-disciplines .col-md-7 .row:first-child {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3; }
      .too-many-disciplines .col-md-7 .spacer.s2 {
        display: none; }
    .too-many-disciplines *[data-sticky-image] {
      opacity: 1;
      width: 100%;
      padding-top: 6vw; }

  section.boxes.image {
    min-height: auto; }

  .important-text {
    padding: 10vw 0; }

  .expertise {
    overflow: hidden; }
    .expertise .bottom-line {
      position: relative;
      left: auto;
      bottom: auto;
      padding-top: 10vw;
      overflow-y: auto;
	display:block}
      .expertise .bottom-line .row {
        border: 0px;
        margin-right: 0px;
        text-align: left;
        justify-content: left;
        min-height: auto;
        border-top: 1px solid #F5F5F5;
        border-left: 1px solid #F5F5F5;
        border-bottom: 1px solid #F5F5F5;
		height: 16vw !important;
		min-height: 120px;
	}
        .expertise .bottom-line .row h3 {
          position: absolute;
          width: 100%;
          left: 0;
          bottom: 0px;
          font-size: 2.4vw;
          padding: 40px; }
        .expertise .bottom-line .row .image {
          position: relative;}
          .expertise .bottom-line .row .image img {
            opacity: .5; 
			 width: 100%;
			object-fit: cover;}
    .expertise .details {
      position: relative;
      left: auto;
      top: auto;
      width: 100%;
      height: 100%;
      display: inline-block;
      margin-left: auto;
      align-items: left;
      padding-top: 4vw; }

  .featured-brands {
    padding-bottom: 40px; }

  .clients .mask {
    width: 100vw;
    height: auto; }
    .clients .mask .row img {
      min-width: inherit;
      width: 100%;
      height: initial; }

  .overview {
    min-height: 80vh;
    align-items: end; }
    .overview .row {
      display: inline-block; }
      .overview .row .col-md-5 {
        flex: 100%;
        max-width: none;
        text-align: left !important; }

  .project-story {
    height: auto !important;
    padding: 0; }
    .project-story .story-wrapper {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto; }
      .project-story .story-wrapper .project-details-overview-scrolling {
        white-space: normal;
        display: inline-block;
        width: 100%; }
        .project-story .story-wrapper .project-details-overview-scrolling .chapter {
          margin-right: 0vw; }
          .project-story .story-wrapper .project-details-overview-scrolling .chapter.s-v {
            width: 100vw;
            align-items: flex-start; }
          .project-story .story-wrapper .project-details-overview-scrolling .chapter.text {
            width: 75%;
            min-width: auto;
            padding: 40px 15px;
            margin: 0 12.5vw; }
          .project-story .story-wrapper .project-details-overview-scrolling .chapter.overview-image {
            position: relative;
            min-width: auto;
            height: auto;
            justify-content: center;
            display: flex;
            max-height: inherit; }
            .project-story .story-wrapper .project-details-overview-scrolling .chapter.overview-image img {
              height: auto;
              width: 100%;
              min-height: auto; }
          .project-story .story-wrapper .project-details-overview-scrolling .chapter.image {
            width: 100%;
            height: auto;
            margin-bottom: 15px;
            max-height: none; }
            .project-story .story-wrapper .project-details-overview-scrolling .chapter.image img {
              width: 100%;
              height: auto;
              min-height: auto; }

  .content.content-center h3 {
    font-size: 48px; }

  .next-project .image {
    position: absolute;
    width: 100%; }
    .next-project .image img {
      width: auto;
      height: 100%; }

  .projects .gp {
    padding: 0; }
 
	.project-tab {
		top: 50px;}
  .projects .project-list {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .projects .project-list .project-item .col-md-2 {
      font-size: 1vw;
      line-height: normal; }
     }


@media (max-width: 940px) and (orientation: landscape) {
.landing .last-project .item.item1 img {width:100%}
	
	.recent-projects .rotate-title {
        bottom: 20px !important;
        top: initial !important;
        left: initial !important;
        transform: rotate(270deg);
		width: 180px;
        height: 180px;
    }
	
	    section#recent-projects {
        padding-bottom: 350px;
    }
	
	.recent-projects .arrow {
        opacity: 1 !important;
        left: initial !important;
        top: initial !important;
        width: 30px !important;
        display: block !important;
        bottom: 94px !important;
    }
	
	.carousel.recent-news-carousel.flickity-enabled.is-draggable {
    height: 530px;
}
	
	.carousel.recent-projects-carousel.flickity-enabled.is-draggable {
    height: 650px;
}
	
	.carousel.recent-projects-carousel .flickity-page-dots{bottom:0}

	
	.scrollmagic-pin-spacer:has(.infobox) {
    display: none !important;
}
	
	    .recent-projects .vis-mobile {
        display: block !important;
    }
	
	.invis-mobile {
    display: none!important;
}
	section#clients.invis-mobile, section#featured_brands.invis-mobile {
    opacity: 1;
    height: auto !important;
		display:flex!important}
	
	section#recent-projects, .recent-projects .mask {
    height: initial;
}
	
	.team-detail.primary.name.big-head {
    top: -30%;
    font-size: 70px;
		padding:0;
		top: -100vh;
        margin-left: 41%;
}
	
	.who-are-the-partners .team-detail{
		padding:0;
		width: 55%;
        top: -95vh;
        margin-left: 41%;}
	
	    .right-bar .bottom {
        grid-template-columns: 40px auto 32px auto;
    }
	
	    .col-md-6
 {
        max-width: 50%;
    }

	.col-md-6.address-column:first-child {
        margin-bottom: 0!important;
    }
	
	.who-are-the-partners .main-text, .who-are-the-partners .circle  {width:30vw; height:30vw; position:relative}
	.who-are-the-partners .main-text.left, .who-are-the-partners .circle.left{transform: translate(27vw, 0vh);}
	.who-are-the-partners .main-text.right, .who-are-the-partners .circle.right {transform: translate(13vw, 0vh);}
	.who-are-the-partners .circle {background-color: #CC2F2E!important;margin-top: -30vw;}
	.who-are-the-partners .plus {height: 30vw;opacity: 1; position: relative; margin-top: -30vw;}
	.who-are-the-partners .image img {height:100%}
	.who-are-the-partners .end-text, .who-are-the-partners .endcircle {  position: relative !important; opacity: 1 !important;width:30vw; height:30vw;}
	.who-are-the-partners .end-text.left, .who-are-the-partners .endcircle.left {transform: translate(27vw, 0vh);top: -75vh;}
	.who-are-the-partners .end-text.right, .who-are-the-partners .endcircle.right{transform: translate(13vw, 0vh);top: -75vh;}
	.who-are-the-partners .endplus {height: 30vw;opacity: 1; position: relative; margin-top: -30vw;top: -75vh;}
	.who-are-the-partners .endcircle {background-color: #0410f3 !important;margin-top: -30vw;}
	.who-are-the-partners .image {
        width: 41%;
        height: 100vh;
        justify-content: center;
        display: flex;
        position: relative;
        margin-top: 15vw;
    }
	section#who_are_the_partners {
    height: auto;margin-bottom: -95vh;
}
	
	
}




@media (max-width: 900px) {
  .container {
    width: 90%; }

  .footer p, .footer a, .footer p a {
    font-size: 14px !important; }
  .footer h4 {
    font-size: 24px !important; }
  .footer .copyright p, .footer .copyright a {
    font-size: 14px !important; }
  .footer .other-links .col-md-3:nth-child(3) {
    display: none; }

  .landing .recent-projects .recent-projects-container .items .item .row {
    padding: 2vh 5vw 0 calc(5vw + 15px); }
  .landing .recent-projects .title {
    padding: 10vh 5vw 0 5vw; }

  .what-we-do .col-md-7 {
    max-width: 100%;
    flex: auto; }

  .news .col-md-7 {
    max-width: 100%;
    flex: auto; }

  .project-story .story-wrapper .project-details-overview-scrolling .chapter.text {
    width: 90%;
    margin: 0 5vw; } }


@media (max-width: 768px) {
	.col-md-6.address-column:first-child {
    margin-bottom: 10vw;
}
	
	.address-top-row p
 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}
	.footersocial {
    position: relative;
    padding-top: 40px;
    padding-bottom: 30px;
}
	
	.container.privacy-policy-page .col-md-6:nth-child(2) {
    margin-bottom: 170px;
}
	}

@media (min-width: 700px) {
	
	.vis-mobile {display:none!important}
	
	section#clients.vis-mobile {
    opacity: 0;
    height: 0 !important;
    min-height: initial;
    padding: 0;
    display: flex!important;
}
	
}
@media (max-width: 700px) {
	
	
	
	section.infobox {
    display: none;
}
	
	section#what-we-do .big-head {
    white-space: initial;
		font-size: 6vw;}
	
	.owl-carousel.blog-gallery .col-md-6:first-child:after {
    content: "";
    border-bottom: 2px solid #221e1f;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
	
	.owl-carousel.blog-gallery .col-md-6:first-child {
    padding-bottom: 24px;
		margin-bottom: 36px !important;
}

	.single-project .scrolling-text {
    margin-top: 20px;
}
	.who-are-the-partners .main-text, .who-are-the-partners .circle  {width:50vw; height:50vw; position:relative}
	.who-are-the-partners .main-text.left, .who-are-the-partners .circle.left{transform: translate(13vw, 0vh);}
	.who-are-the-partners .main-text.right, .who-are-the-partners .circle.right {transform: translate(-13vw, 0vh);}
	.who-are-the-partners .circle {background-color: #CC2F2E!important;margin-top: -50vw;}
	.who-are-the-partners .plus {height: 50vw;opacity: 1; position: relative; margin-top: -50vw;}
	.who-are-the-partners .image img {height:100%}
	.who-are-the-partners .end-text, .who-are-the-partners .endcircle {  position: relative !important; opacity: 1 !important;width:50vw; height:50vw;}
	.who-are-the-partners .end-text.left, .who-are-the-partners .endcircle.left {transform: translate(13vw, 0vh);}
	.who-are-the-partners .end-text.right, .who-are-the-partners .endcircle.right{transform: translate(-13vw, 0vh);}
	.who-are-the-partners .endplus {height: 50vw;opacity: 1; position: relative; margin-top: -50vw;}
	.who-are-the-partners .endcircle {background-color: #0410f3 !important;margin-top: -50vw;}
	
	.awardpost-body p

 {
    margin-bottom: 2.5vw;
}
	
	.invis-mobile {display:none!important}
	section#clients.invis-mobile, section#featured_brands.invis-mobile {
    opacity: 0;
    height: 0 !important;
   display:flex!important
}
	
	.cursor,
  .cursor-follower,
  .follow-image,
  .landing .recent-projects .rotate-title,
  .infobox,
  .who-are-the-partners .main-text,
  .who-are-the-partners .end-text,
  .who-are-the-partners .plus,
  .who-are-the-partners .endplus,
  .who-are-the-partners .circle,
  .who-are-the-partners .endcircle,
  .too-many-disciplines .sticky-top,
  .clients .rotate-title,
  .project-story .story-wrapper .project-details-overview-scrolling .chapter.s-v,{
    display: none !important; }
	
	 section {
    position: relative !important;
    height: auto !important;
    min-height: auto; }
	
	
	.scrolling .big-head {
    white-space: initial;
    font-size: 6vw;
}
	
	.single-project .container > .spacer.s1 {
    height: 7vh;
}
	
  
  .menu.burger-menu .col-md-2 {
    display: none !important; }

  .btn::before, button::before {
    bottom: 2px; }
  
  .btn.arrow.left::after, button.arrow.left::after {
    top: 50%;
    width: 24px;
    height: 10px;
    margin-top: -5px; }

  .footer .action {
    
    padding: 96px 0;
    }
    .footer .action .col-md-6.text-right {
      padding-top: 10vh; }
    .footer .action .spacer {
      display: none; }
  .footer .container {
    width: 100%;
    display: inline-block; }
  .footer .seperator.top {
    padding-top: 32px;
    display: grid;
    grid-auto-flow: dense;
    gap: 32px 16px;
    transform-origin: top;
    align-items: baseline;
    grid-template-columns: repeat(2, 1fr); }
  .footer h4 {
    font-size: 16px !important;
    margin-bottom: 16px; }
  .footer a {
    margin: 0 !important; }

  .footer .row {
    display: inline-block !important; }
  .footer .sitemap .col-md-3 {
    width: 25%; }
  .footer .other-links .col-md-3 {
    padding-bottom: 9vh; }
  .footer .newsletter {
    padding: 32px 16px; }
    .footer .newsletter label button {
      height: 40px;
      font-size: 16px; }
  .footer .page-up a {
    padding-top: 24px; }
    .footer .page-up a::before {
      top: 0px;
      width: 16px;
      height: 24px;
      margin-left: -8px; }
  .footer .copyright {
    text-align: left !important;
    bottom: 15px; }
    .footer .copyright p, .footer .copyright p a {
      font-size: 10px !important; }
  .footer .next-page {
    text-align: center !important; }
    .footer .next-page .btn {
      font-size: 32px !important; }
      .footer .next-page .btn::after {
        width: 32px;
        height: 32px;
        top: 0.3vw; }

  .container {
    width: 100%; }

  section {
    width: 100%;
    padding: 56px 0px; }
    section .seperator.top {
      padding: 16px 0 24px 0; }

  
    .logo img {
      width: auto;
      height: 32px; }

  
    .navbar-toggle.burger-close {
      top: 23px;
      left: 7px; }

  .right-bar .bottom {
    grid-template-columns: 120px auto 32px auto; }

  .menu {
    overflow: hidden !important; }
    .menu.burger-menu .col-md-8 {
      padding-bottom: 40px; }
      .menu.burger-menu .col-md-8 a {
        font-size: 14vw;
        padding: 5vw 0 0 0; }
    .menu .project-list sup {
      top: 0.2rem; }
    .menu .project-list .back {
      margin: 24px 15px; }
    .menu .project-list ul li a {
      padding: 16px 15px 32px 15px; }
      .menu .project-list ul li a .row {
        font-size: 10px;
        line-height: 100%; }
    .menu .project-list .project-list-wrapper {
      height: 69vh; }

  .checkbox.normal .checkmark {
    top: 2px;
    height: 24px !important;
    width: 24px !important;
    border-radius: 6px !important;
    margin-right: 8px; }
    .checkbox.normal .checkmark::after {
      left: 3px;
      top: 3px;
      width: calc(100% - 6px);
      height: calc(100% - 6px); }

  .big-head {
    font-size: 11vw; }

  #accordion .card .card-header {
    padding: 14px 0 23px;
    font-size: 16px; }
    #accordion .card .card-header::after {
      width: 3vw;
      height: 3vw; }

  .landing .welcome-text {
    width: 100%;
    left: 0;
    padding: 0 0px; }
    
	.landing .welcome-text .top-text * {
    font-size: 5vw;
}
    .landing .welcome-text .bottom-text {
      left: 15px;
      bottom: 40px; }
  .landing .last-project {
    height: 100vh; }
  .landing .last-project-showcase p {
    margin-top: 16px; }
  .landing .last-project-showcase .big-head {
    font-size: 11vw;
    padding-left: 0px; }

  .recent-projects .recent-projects-container {
    position: relative;
    display: inline-block;
    width: 100%;
    transform: none;
    z-index: 9;
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
	overflow-y:hidden}
.rotate-title {
    bottom: 40px !important;
    top: initial !important;;
    left: initial!important;
	transform: rotate(270deg);
}
.arrow {	
	opacity: 1!important;
    left: initial!important;
    top: initial!important;
    width: 30px!important;
    display: block!important;
    bottom: 94px!important;
	}
	section#recent-projects {
    padding-bottom: 190px;
}
  .recent-projects .title {
    position: relative;
    left: auto;
    top: auto;
    padding-left: 0vw;
    padding: 0 15px;
    text-align: left;
    height: auto;
    padding-bottom: 40px; }
  .recent-projects .items {
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
    width: auto;
    display: grid;
    min-width: 100%;
    grid-auto-flow: dense;
    gap: 2vw 10px;
    grid-template-columns: repeat(4, 1fr); }
    .recent-projects .items .item {
      float: left;
      width: 90vw !important;
      height: auto;
      position: relative;
      margin: 0 !important; }
      .recent-projects .items .item .image {
        max-height: 58vw;
        align-items: center;
        display: flex;
        justify-content: center; }
      .recent-projects .items .item .row {
        padding: 0px; }
	
  .project-list-button-section .container {
    justify-content: right !important;
    padding-right: 15px; }

  .news h4 {
    margin-bottom: 16px; }
  .news .date, .recent-projects-carousel .date {
    font-size: 10px;
    margin-bottom: 8px; }
  .news .image, .recent-projects-carousel .image {
    max-height: 55vw; }

  .our-expertise .rotate-title {
    width: 50vw;
    height: 50vw;
    top: -20vw;
    margin-left: -25vw; }
  .our-expertise .expertises {
    padding-top: 0vh; }
    .our-expertise .expertises .col-md-4 {
      width: 100%; }
      .our-expertise .expertises .col-md-4 .spacer:last-child {
        display: none; }
  .our-expertise p {
    margin-bottom: 16px; }

  .sticky-top {
    top: auto;
    position: relative;
    padding-top: 15px; }

  .gallery .col {
    padding-left: 0; }
    .gallery .col img {
      height: 70vw; }
  .gallery .owl-carousel.blog-gallery .col-md-6 {
    margin-bottom: 32px; }

  .who-are-the-partners .image {
    width: 100%;
    height: 70vh;
    justify-content: center;
    display: flex;
	position:relative;
	margin-top: 30vw;}
  .who-are-the-partners .team-detail {
    width: 100%;
    padding: 15px 15px 40px 15px;
	}
    .who-are-the-partners .team-detail.name {
      padding: 32px 15px 0 15px;
      bottom: auto;
      margin-top: 0;
      white-space: normal;
      font-size: 11vw !important;
	}

  .important-text p {
    font-size: 24px;
    line-height: 120%; }

  .too-many-disciplines .col-md-7 {
    display: inline-block;
    gap: unset;
    grid-template-columns: repeat(1, 1fr); }

 
    .expertise .bottom-line .row h3 {
      font-size: 24px;
      padding: 15px; }
  
  .expertise .details {
    padding: 15px 15px 0px 15px; }

  .featured-brands {
    padding-bottom: 0px; }

  .what-we-do h4 {
    margin-top: 10px;
    margin-bottom: 8px; }

  .spacer.s0 {
    height: 15px; }

  .content.content-center h3 {
    font-size: 32px; }
  .content.content-right.image-width-text .spacer.s5 {
    height: auto; }
  .content.content-right.image-width-text .col-md-5.float-right .row:last-child {
    padding: 0 15px; }
  .content .pl-0, .content .pr-0 {
    padding: 40px 0 0 0 !important; }
  .content.min-vh-auto .col-md-8, .content.min-vh-auto .col-md-12 {
    padding: 0; }

  .project-list sup {
    top: 5px; }
  .project-list ul li a {
    padding: 14px 0 32px 0; }
    .project-list ul li a .row {
      font-size: 10px;
      line-height: 100%;
      position: relative; }

  .project-story .story-wrapper .project-details-overview-scrolling .chapter {
    max-height: none; }
    .project-story .story-wrapper .project-details-overview-scrolling .chapter.text {
      width: 100%;
      margin: 0vw; }
      .project-story .story-wrapper .project-details-overview-scrolling .chapter.text .big-head {
        font-size: 32px; }

  .awards img {
    height: 32px; }

  .testimonials .col-md-8 .col-md-5 {
    padding: 0; }
  .testimonials p {
    font-size: 16px;
    margin-top: 16px; }

  .press .seperator.row .col {
    padding: 0;
    flex: 100%;
    margin-bottom: 8px; }

  .next-project {
    height: auto !important;
    padding: 80px 0 0 ;
    background-color: #201D1E; }
    .next-project .image {
      position: relative;
      width: 100%;
      height: auto;
      background-color: #201D1E;
	opacity:1}
      .next-project .image img {
        width: 100%;
        height: auto;
        opacity: .8; 
	    margin-top: -160px;}
    .next-project .container {
      height: auto;
      left: 0; }
      .next-project .container * {
        color: #F5F5F5; }
    .next-project h1, .next-project h3 {
      opacity: 1; }

  .scroll-image .scroll-image {
    right: 15px; }


  .carousel .flickity-page-dots {
    margin-top: 56px;
    width: calc(100% + 30px);
    position: relative;
    margin-left: -15px; }

  .carousel-image {
    height: 40vh;
    max-width: none;
    width: auto; }

  .overview {
    min-height: auto; }

  .carousel[grid='2'] .type-card {
    width: 80%; }

  .get-in-touch {
    width: 2%;
    height: 100vh; }

  .contact-information .btn {
    margin-bottom: 40px !important; }

  .projects {
    padding-top: 120px; }
  
      .projects .projects-tab .btn {
        margin-right: 0.05vw;
        font-size: 10px;
        border-radius: 40px;
        height: auto;
        line-height: normal; }
	  

    .projects .project-list .project-item {
      width: 100%; }
      .projects .project-list .project-item .col-md-2 {
        font-size: 10px;
        padding: 0; }
      .projects .project-list .project-item .col-md-10 {
        padding: 0; }
      .projects .project-list .project-item a {
        padding-top: 8px;
        padding-right: 0%;
        padding-bottom: 16px; }
        .projects .project-list .project-item a::before {
          width: 100%; }

  .loader .l-logo img {
    height: 24px; }
  .loader.home-page .images .items .item img {
    width: auto;
    height: 100%;
    transform: scale(1.3, 1.3); }
  .loader.home-page .images .items .item:nth-child(5) img {
    width: auto;
    height: 100%; }

   
    body .footer .action *::before {
      background-color: #F5F5F5; }
 
  body .footer .action h3 {
    color: #F5F5F5 !important; }
	
	.flinks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	gap: 3vw;
}
  
   }
@media (hover: none) {
  *:hover {
    color: inherit; } }

@media (hover: none) and (pointer: coarse) {
  .cursor {
    display: none !important;
  }
}

/*# sourceMappingURL=general.css.map */










