@charset "UTF-8";

/* Site width padding */
:root {
  --module-margin:140px;
}

/*@mixin content(){
  width: 1364px;
  max-width: 100%;
}*/
/*@mixin animation-read-more-arrow {
  i {
    transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    transform: translateX(0);
  }
  &:hover i {
    transform: translateX(16px);
    transition: transform 0.65s !important;
  }
}*/
/*@font-face {
    font-family: 'TradeGothic-bold';
    src: url('fonts/TradeGothicLT-Bold.eot');
    src: url('fonts/TradeGothicLT-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/TradeGothicLT-Bold.woff2') format('woff2'),
        url('fonts/TradeGothicLT-Bold.svg#TradeGothicLT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TradeGothic-regural';
    src: url('fonts/TradeGothicLT.eot');
    src: url('fonts/TradeGothicLT.eot?#iefix') format('embedded-opentype'),
        url('fonts/TradeGothicLT.woff2') format('woff2'),
        url('fonts/TradeGothicLT.svg#TradeGothicLT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/
/*@font-face {
    font-family: 'TradeGothic-light';
    src: url('fonts/TradeGothicLT-Light.eot');
    src: url('fonts/TradeGothicLT-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/TradeGothicLT-Light.woff2') format('woff2'),
        url('fonts/TradeGothicLT-Light.woff') format('woff'),
        url('fonts/TradeGothicLT-Light.svg#TradeGothicLT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}*/
/*@font-face {
    font-family: 'Noto-Light';
    src:url('fonts/Noto-Serif-Display-Light.ttf.woff') format('woff'),
        url('fonts/Noto-Serif-Display-Light.ttf.svg#Noto-Serif-Display-Light') format('svg'),
        url('fonts/Noto-Serif-Display-Light.ttf.eot'),
        url('fonts/Noto-Serif-Display-Light.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
  font-family: "Noto-Light";
  src: url("fonts/notoserif-light.woff") format("woff"), url("fonts/notoserif-light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
html {
  box-sizing: border-box;
  height: -webkit-fill-available;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 400;
}

body {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-size: 18px;
  background-color: #F4F4F2;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}
@media only screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}
body img {
  max-width: 100%;
  height: auto;
}
body ul li {
  list-style: none;
}
body.overflow--hidden {
  overflow: hidden;
}

.site {
  float: left;
  width: 100%;
  overflow: hidden;
}

.hidden {
  display: none;
}

input[type=text], input[type=email], input[type=search], input[type=submit], textarea, button {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 16px;
  color: #ffffff;
  -webkit-appearance: none;
  border-radius: 0;
}

select {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 16px;
  color: #ffffff;
}

h1,
.h1,
.search-cont .search-form__top input[type=text],
.h1 p,
.search-cont .search-form__top input[type=text] p {
  font-size: 96px;
  font-family: "Noto-Light", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1500px) {
  h1,
.h1,
.search-cont .search-form__top input[type=text],
.h1 p,
.search-cont .search-form__top input[type=text] p {
    font-size: 96px;
  }
}
@media only screen and (max-width: 1200px) {
  h1,
.h1,
.search-cont .search-form__top input[type=text],
.h1 p,
.search-cont .search-form__top input[type=text] p {
    font-size: 96px;
  }
}
@media only screen and (max-width: 1050px) {
  h1,
.h1,
.search-cont .search-form__top input[type=text],
.h1 p,
.search-cont .search-form__top input[type=text] p {
    font-size: 62px;
  }
}
@media only screen and (max-width: 600px) {
  h1,
.h1,
.search-cont .search-form__top input[type=text],
.h1 p,
.search-cont .search-form__top input[type=text] p {
    font-size: 48px;
  }
}

h2,
.h2,
.h2 p {
  font-size: 65px;
  font-family: "Noto-Light", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1500px) {
  h2,
.h2,
.h2 p {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  h2,
.h2,
.h2 p {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1050px) {
  h2,
.h2,
.h2 p {
    font-size: 50px;
  }
}
@media only screen and (max-width: 600px) {
  h2,
.h2,
.h2 p {
    font-size: 34px;
  }
}

h3,
.h3,
.h3 p {
  font-size: 37px;
  font-family: "Noto-Light", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1500px) {
  h3,
.h3,
.h3 p {
    font-size: 37px;
  }
}
@media only screen and (max-width: 1200px) {
  h3,
.h3,
.h3 p {
    font-size: 37px;
  }
}
@media only screen and (max-width: 1050px) {
  h3,
.h3,
.h3 p {
    font-size: 37px;
  }
}
@media only screen and (max-width: 600px) {
  h3,
.h3,
.h3 p {
    font-size: 32px;
  }
}

h4,
.h4,
.h4 p {
  font-size: 21px;
  font-family: "Noto-Light", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1500px) {
  h4,
.h4,
.h4 p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1200px) {
  h4,
.h4,
.h4 p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1050px) {
  h4,
.h4,
.h4 p {
    font-size: 21px;
  }
}
@media only screen and (max-width: 600px) {
  h4,
.h4,
.h4 p {
    font-size: 21px;
  }
}

h5,
.h5,
.h5 p {
  font-size: 18px;
  font-family: "Noto-Light", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1500px) {
  h5,
.h5,
.h5 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1200px) {
  h5,
.h5,
.h5 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1050px) {
  h5,
.h5,
.h5 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  h5,
.h5,
.h5 p {
    font-size: 18px;
  }
}

h6,
.h6,
.h6 p {
  font-size: 16px;
  font-family: "Noto-Light", sans-serif;
  line-height: 1.1;
}
@media only screen and (max-width: 1500px) {
  h6,
.h6,
.h6 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  h6,
.h6,
.h6 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  h6,
.h6,
.h6 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 600px) {
  h6,
.h6,
.h6 p {
    font-size: 16px;
  }
}

a {
  color: #ccc419;
  transition: all 0.3s ease;
}

b,
strong,
strong * {
  font-weight: 600;
}

*:focus {
  outline: none;
}

.row {
  float: left;
  width: 100%;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 140px;
}
@media only screen and (max-width: 1700px) {
  .container {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 1050px) {
  .container {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 750px) {
  .container {
    padding: 0 15px;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  float: left;
  clear: both;
  width: 100%;
}

.centerDiv {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iframe-wrapper {
  float: left;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slick-arrow,
.slick-dots button {
  cursor: pointer;
}

/* Object Position */
.object-left {
  object-position: left !important;
}

.object-right {
  object-position: right !important;
}

.object-top {
  object-position: top !important;
}

.object-bottom {
  object-position: bottom !important;
}

body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ccc419 !important;
}
body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar + .mCSB_draggerRail {
  opacity: 0;
}

.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  transition: all 0.3s ease;
  background: transparent;
  color: #fff;
  display: flex;
  padding: 0;
  height: 90px;
  /* &__menu__first {

     @include responsive("tablet-h") {
       width:100%;
     }
   }*/
  /*
    &__menu__last {
      align-items: center;
      li {
        padding: 0;
        a:after {
          content: "";
          width: 1px;
          display: inline-block;
          position: relative;
          background: #fff;
          margin: 0 15px;
          height: 15px;
          top: 5px;
        }
      }
      @include responsive("tablet-h") {
        width:100%;
      }
    }*/
  /* Responsive BTN */
}
.header:after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  height: 1px;
  display: block;
  position: absolute;
  opacity: 1;
  bottom: 0;
  left: 0;
  right: 0;
  animation: width100 1.2s linear;
}
@media only screen and (max-width: 1200px) {
  .header.is--open {
    background: #363636 !important;
  }
  .header.is--open:after {
    display: none;
  }
}
.header a {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1.05px;
  transition: all 0.25s;
}
.header a:hover {
  /*color:$primary-color; */
}
@media only screen and (max-width: 1200px) {
  .header a {
    font-size: 16px;
  }
}
.header .container {
  display: flex;
  align-content: center;
  align-items: center;
  margin: 0 45px;
  padding: 0;
  position: relative;
  justify-content: flex-end;
}
@media only screen and (max-width: 1200px) {
  .header .container {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 750px) {
  .header .container {
    margin: 0 15px;
  }
}
.header__logo {
  position: absolute;
  z-index: 12;
  left: 0;
  animation: fadeIn 0.3s linear;
}
.header__logo img {
  position: relative;
  top: -3px;
  width: 150px;
}
.header__menu {
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 0px;
  position: relative;
  background: transparent;
  height: 100%;
}
.header__menu .nav-menu-mobile {
  transform: translate3d(0, -110vh, 0);
  transition: transform 0.45s;
}
.header__menu.is--open .nav-menu-mobile {
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 1200px) {
  .header__menu {
    position: absolute;
    top: 0;
    left: -30px;
    opacity: 0;
    transition: all 0.3s;
    width: 100vw;
    padding: 0;
    padding-bottom: 20px;
    background: #363636;
    transform: translate3d(0, -100%, 0);
  }
  .header__menu * {
    flex-wrap: wrap;
  }
  .header__menu.is--open {
    top: 89px;
    padding-top: 26px;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    height: 100vh;
  }
  .header__menu .nav-menu-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .header__menu {
    left: -15px;
  }
}
.header__menu .nav-menu-desktop {
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .header__menu .nav-menu-desktop {
    background-color: #000;
    height: auto;
  }
}
.header__menu .nav-menu-desktop > li {
  margin-bottom: 0;
  margin-right: 25px;
  padding: 0 10px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.2s linear;
}
.header__menu .nav-menu-desktop > li > a {
  transition-delay: 0.15s;
  opacity: 0;
  transform: translate3d(0, 30%, 0);
}
.header__menu .nav-menu-desktop > li.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 4px;
  background: #ccc419;
  animation: header-nav-stroke 0.45s ease-in-out forwards;
}
.header__menu .nav-menu-desktop > li.active-inverse:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc419;
  animation: header-nav-stroke-inverse 0.45s ease-out forwards;
}
.header__menu .nav-menu-desktop > li.is--current-page:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #ccc419;
  animation: header-nav-stroke 0.45s ease-in-out forwards;
}
.header__menu .nav-menu-desktop > li:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1300px) {
  .header__menu .nav-menu-desktop > li {
    margin-right: 15px;
  }
}
.header__menu .nav-menu-desktop > li:nth-child(9) {
  margin-left: 8vw;
}
@media all and (min-width: 1500px) {
  .header__menu .nav-menu-desktop > li:nth-child(9) {
    margin-left: 27vw;
  }
}
@media all and (min-width: 1600px) {
  .header__menu .nav-menu-desktop > li:nth-child(9) {
    margin-left: 30vw;
  }
}
@media all and (min-width: 1700px) {
  .header__menu .nav-menu-desktop > li:nth-child(9) {
    margin-left: 32vw;
  }
}
@media all and (min-width: 1800px) {
  .header__menu .nav-menu-desktop > li:nth-child(9) {
    margin-left: 37vw;
  }
}
@media only screen and (max-width: 1200px) {
  .header__menu .nav-menu-desktop > li:nth-child(9) {
    margin-left: 10vw;
  }
}
.header__menu .nav-menu-desktop > li:nth-child(n+9) {
  margin-right: 0px;
  padding: 0;
}
.header__menu .nav-menu-desktop > li:nth-child(n+9) a:after {
  content: "";
  width: 1px;
  display: inline-block;
  position: relative;
  background: #fff;
  margin: 0 15px;
  height: 15px;
  top: 2px;
}
.header__menu .nav-menu-desktop > li:nth-child(n+6).active:after, .header__menu .nav-menu-desktop > li:nth-child(n+6).is--current-page:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -5px;
  max-width: calc(100% - 18px);
  height: 4px;
  background: #ccc419;
}
.header__menu .nav-menu-desktop > li:nth-child(1) > a {
  transform: none;
}
.header__menu .nav-menu-desktop > li:nth-child(2) > a {
  transition-delay: 0.3s;
}
.header__menu .nav-menu-desktop > li:nth-child(3) > a {
  transition-delay: 0.45s;
}
.header__menu .nav-menu-desktop > li:nth-child(4) > a {
  transition-delay: 0.6s;
}
.header__menu .nav-menu-desktop > li:nth-child(5) > a {
  transition-delay: 0.75s;
}
.header__menu .nav-menu-desktop > li:nth-child(6) > a {
  transition-delay: 0.9s;
}
.header__menu .nav-menu-desktop > li:nth-child(7) > a {
  transition-delay: 1.05s;
}
.header__menu .nav-menu-desktop > li:nth-child(8) > a {
  transition-delay: 1.2s;
}
.header__menu .nav-menu-desktop > li:nth-child(9) > a {
  transition-delay: 1.35s;
}
@media only screen and (max-width: 1200px) {
  .header__menu .nav-menu-desktop > li {
    padding: 20px 30px;
    width: 100%;
  }
  .header__menu .nav-menu-desktop > li:nth-child(n) {
    margin: 0;
  }
  .header__menu .nav-menu-desktop > li:nth-child(n) a:after {
    width: 0;
  }
}
@media only screen and (max-width: 750px) {
  .header__menu .nav-menu-desktop > li {
    padding: 10px 15px;
    width: 100%;
  }
}
.header .header-actions {
  /*  position: absolute;
    right:0; */
}
@media only screen and (max-width: 1200px) {
  .header .header-actions {
    display: flex;
    align-items: center;
  }
}
.header .header-actions__search {
  position: relative;
  margin-top: 0;
  transition: all 0.25s;
  top: 0px;
  font-size: 24px;
  opacity: 0;
  transform: translate3d(0, 30%, 0);
  transition-delay: 1.5s;
}
.header .header-actions__search .las {
  transform: rotate(-90deg);
}
.header .header-actions__search .la-times {
  display: none;
}
.header .header-actions__search.open .la-times {
  display: block;
}
.header .header-actions__search.open .la-search {
  display: none;
}
.header .header-actions__search:hover {
  color: #ccc419;
}
.header .responsive__btn {
  position: relative;
  z-index: 11;
  width: 30px;
  height: 20px;
  margin-left: 30px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1200px) {
  .header .responsive__btn {
    display: block;
  }
}
.header .responsive__btn span {
  display: inline-block;
  background: #ffffff;
  width: 100%;
  height: 2px;
  transition: all 0.5s ease;
  border-radius: 2px;
  position: absolute;
  left: 0;
}
.header .responsive__btn span:nth-child(1) {
  top: 0px;
}
.header .responsive__btn span:nth-child(2),
.header .responsive__btn span:nth-child(3) {
  top: 9px;
}
.header .responsive__btn span:nth-child(4) {
  top: 18px;
}
.header .responsive__btn.open span {
  background: #ffffff;
}
.header .responsive__btn.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.header .responsive__btn.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header .responsive__btn.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header .responsive__btn.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.header-blur {
  position: fixed;
  z-index: 99;
  width: 100%;
  background: rgba(112, 112, 112, 0.4);
  filter: brightness(109%);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  height: 90px;
  overflow: hidden;
  transition: all 0.45s;
}

.scrolled .header-blur {
  opacity: 1;
  visibility: visible;
  transition: all 0.45s;
}

.header.visible .header__menu .nav-menu-desktop > li > a,
.header.visible .header-actions__search {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.nav-menu-desktop .sub-menu {
  display: none;
  position: absolute;
  top: 89.9999px;
  background: #363636;
  z-index: 50;
  /*****************/
  /* SUBMENU ALIGN */
  /* Left Align */
  /*****************/
  /* COLUMN LAYOUT */
  /* 2 columns of links */
  /* 1 article / 1 columns of links */
  /* 1 article / 2 columns of links */
  /* 2 article / 2 columns of links */
  /*****************/
  /* COLUMN STYLE */
  /* Column Link */
}
.nav-menu-desktop .sub-menu__inner {
  display: grid;
  padding: 30px;
  gap: 30px;
}
.nav-menu-desktop .sub-menu.sub-menu--align-left {
  left: -50px;
}
.nav-menu-desktop .sub-menu.sub-menu--align-right {
  right: -50px;
}
.nav-menu-desktop .sub-menu.sub-menu--align-center {
  transform: translateX(-50%);
  position: fixed;
}
.nav-menu-desktop .sub-menu.sub-menu--2-cols .sub-menu__inner {
  grid-template-columns: auto auto;
}
.nav-menu-desktop .sub-menu.sub-menu--2-cols .sub-menu__inner .col-links:first-of-type {
  padding-left: 0;
}
.nav-menu-desktop .sub-menu.sub-menu--1-article-1-cols .sub-menu__inner {
  grid-template-columns: auto auto;
}
.nav-menu-desktop .sub-menu.sub-menu--1-article-2-cols .sub-menu__inner {
  grid-template-columns: auto auto auto;
}
.nav-menu-desktop .sub-menu.sub-menu--2-article-2-cols .sub-menu__inner {
  grid-template-columns: auto auto 1fr 1fr;
}
.nav-menu-desktop .sub-menu .col-links {
  padding-right: 20px;
}
.nav-menu-desktop .sub-menu .col-links ul li {
  display: block;
  white-space: nowrap;
  line-height: 18px;
}
.nav-menu-desktop .sub-menu .col-links ul li.col-links__label {
  white-space: nowrap;
}
.nav-menu-desktop .sub-menu .col-links ul li a {
  color: #9d9d9d;
  font-size: 13px;
  font-weight: 700;
  display: flex;
  line-height: 18px;
  height: 26px;
}
.nav-menu-desktop .sub-menu .col-links ul li a:hover {
  color: #ffffff;
}
.nav-menu-desktop .sub-menu .col-links ul li .icon {
  display: inline-block;
  margin-right: 7px;
  width: 20px;
}
.nav-menu-desktop .sub-menu .col-links ul li.is--current-page a {
  color: #ffffff;
}
.nav-menu-desktop .sub-menu .col-links__label {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(87, 87, 87, 0.63);
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 700;
  color: #737373;
  letter-spacing: 1px;
}
.nav-menu-desktop .sub-menu .col-links__label:after {
  content: "";
  width: 30px;
  height: 3px;
  background: #ccc419;
  display: block;
  margin-top: 5px;
}
.nav-menu-desktop .sub-menu .col-article {
  width: 350px;
}
.nav-menu-desktop .sub-menu .col-article .item-article {
  overflow: hidden;
  position: relative;
  padding-bottom: 66%;
  word-break: break-word;
}
.nav-menu-desktop .sub-menu .col-article .item-article a {
  overflow: hidden;
}
.nav-menu-desktop .sub-menu .col-article .item-article a img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.nav-menu-desktop .sub-menu .col-article .item-article a:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.nav-menu-desktop .sub-menu .col-article .item-article__cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
}
.nav-menu-desktop .sub-menu .col-article .item-article img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  line-height: 0;
  display: block;
}
.nav-menu-desktop .sub-menu .col-article .item-article__info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  padding: 30px;
  color: #ffffff;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 1050px) {
  .nav-menu-desktop .sub-menu .col-article .item-article__info {
    padding: 20px 30px 55px 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .nav-menu-desktop .sub-menu .col-article .item-article__info {
    padding: 20px 15px;
    padding-top: 30px;
  }
}
.nav-menu-desktop .sub-menu .col-article .item-article__info a {
  color: #ffffff;
}
.nav-menu-desktop .sub-menu .col-article .item-article__info .info-section {
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.nav-menu-desktop .sub-menu .col-article .item-article__info .info-section:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #ccc419;
  margin-right: 10px;
  position: relative;
  bottom: 4px;
}
.nav-menu-desktop .sub-menu .col-article .item-article__info .info-title p {
  font-size: 16px;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.2;
}
.nav-menu-desktop .sub-menu.is--open {
  /* -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    display:grid; */
  height: auto;
  visibility: visible;
}

@keyframes fadeIn {
  0% {
    height: 0;
  }
  100% {
    height: auto;
  }
}
.header__menu .nav-menu-mobile {
  background-color: #363636 !important;
  padding-left: 45px;
  padding-right: 45px;
  height: calc(100% - 90px);
  overflow: auto;
}
@media all and (min-width: 1201px) {
  .header__menu .nav-menu-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .header__menu .nav-menu-mobile {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .header__menu .nav-menu-mobile {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 100px;
  }
}
.header__menu .nav-menu-mobile > li {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 3px solid #707070;
}
@media only screen and (max-width: 750px) {
  .header__menu .nav-menu-mobile > li:first-child {
    border-top: 0;
  }
}
.header__menu .nav-menu-mobile > li > a {
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  display: flex;
}
.header__menu .nav-menu-mobile > li > a span {
  font-size: 24px;
  font-weight: 700;
  color: #ddd;
}
.header__menu .nav-menu-mobile > li > a i {
  color: #707070;
  font-size: 28px;
  padding-left: 20px;
  transition: all 0.25s;
}
.header__menu .nav-menu-mobile .sub-menu {
  display: grid;
  grid-template-columns: auto auto;
  margin-left: 125px;
  margin-right: 80px;
  gap: 25px;
  row-gap: 25px;
  overflow: hidden;
  /*  overflow: hidden; */
  transition: all 0.45s;
  max-height: 0;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .header__menu .nav-menu-mobile .sub-menu {
    margin-left: 0px;
    grid-template-columns: 100%;
    margin-right: 0;
    left: 0 !important;
  }
}
.header__menu .nav-menu-mobile .sub-menu .col-article {
  display: none;
}
.header__menu .nav-menu-mobile .sub-menu.is--open {
  max-height: 100vh;
  overflow-y: auto;
  display: block;
}
@media only screen and (max-width: 750px) {
  .header__menu .nav-menu-mobile .sub-menu.is--open {
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
    min-width: 100%;
  }
}
.header__menu .nav-menu-mobile .sub-menu.is--open .sub-menu__col {
  opacity: 1;
}
.header__menu .nav-menu-mobile .sub-menu.is--open .sub-menu__col ul li:first-child {
  opacity: 1;
  transition-delay: 0.5s;
}
.header__menu .nav-menu-mobile .sub-menu.is--open .sub-menu__col ul li:first-child:after {
  width: 100%;
  transition-delay: 0.5s;
}
.header__menu .nav-menu-mobile .sub-menu.is--open .sub-menu__col ul li a {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.5s;
}
.header__menu .nav-menu-mobile .sub-menu .sub-menu__col {
  text-align: left;
  position: relative;
  top: -22px;
  opacity: 0;
  transition: all 0.4s ease;
}
.header__menu .nav-menu-mobile .sub-menu .sub-menu__col + .sub-menu__col {
  top: 22px;
}
@media only screen and (max-width: 750px) {
  .header__menu .nav-menu-mobile .sub-menu .sub-menu__col {
    top: 0;
    min-width: 100%;
  }
}
.header__menu .nav-menu-mobile .sub-menu .sub-menu__col ul li {
  display: block;
  overflow: hidden;
}
.header__menu .nav-menu-mobile .sub-menu .sub-menu__col ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #d9d9d9;
  display: block;
  line-height: 25px;
  height: 25px;
  vertical-align: text-top;
  transform: translate3d(0, 110%, 0);
  transition: all 0.4s ease;
}
.header__menu .nav-menu-mobile .sub-menu .sub-menu__col ul li:first-child {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  color: #737373;
  border-bottom: 1px solid transparent;
  position: relative;
  opacity: 0;
  transition: all 0.4s ease;
}
.header__menu .nav-menu-mobile .sub-menu .sub-menu__col ul li:first-child:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #707070;
  content: "";
  transition: all 0.4s ease;
}
.header__menu .nav-menu-mobile .sub-menu .sub-menu__col ul li:last-child a {
  margin-bottom: 0;
}
.header__menu .nav-menu-mobile .sub-menu .sub-menu__col ul li .icon {
  position: relative;
  top: 4px;
}
.header__menu .nav-menu-mobile .sub-menu .sub-menu__col ul li:nth-child(3) a {
  transition-delay: 0.7s;
}
.header__menu .nav-menu-mobile .sub-menu .sub-menu__col ul li:nth-child(4) a {
  transition-delay: 0.9s;
}
.header__menu .nav-menu-mobile .sub-menu .sub-menu__col ul li:nth-child(5) a {
  transition-delay: 1.1s;
}
.header__menu .nav-menu-mobile .sub-menu .sub-menu__col ul li:nth-child(6) a {
  transition-delay: 1.3s;
}
.header__menu .nav-menu-mobile .sub-menu .sub-menu__col ul li:nth-child(n+7) a {
  transition-delay: 1.5s;
}

.footer {
  color: #ffffff;
  background: #363636;
  padding: 60px 45px 0 45px;
}
@media only screen and (max-width: 1050px) {
  .footer {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer a:hover {
  color: #ccc419;
}
.footer__top {
  float: left;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1050px) {
  .footer__top {
    flex-wrap: wrap;
  }
}
.footer__column {
  padding-bottom: 20px;
}
.footer__column:nth-child(1) {
  width: 27%;
}
.footer__column:nth-child(1) .footer__column__list {
  column-count: 2;
}
@media only screen and (max-width: 600px) {
  .footer__column:nth-child(1) .footer__column__list {
    column-count: 1;
  }
}
.footer__column:nth-child(1) .footer__column__list .footer__column__list__item a {
  margin-bottom: 8px;
}
.footer__column:nth-child(1) .footer__column__list__item {
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  .footer__column:nth-child(1) {
    width: 63%;
  }
}
@media only screen and (max-width: 600px) {
  .footer__column:nth-child(1) {
    width: 100%;
  }
}
.footer__column:nth-child(2) {
  width: 16.1%;
}
@media only screen and (max-width: 1050px) {
  .footer__column:nth-child(2) {
    width: 31%;
  }
}
@media only screen and (max-width: 600px) {
  .footer__column:nth-child(2) {
    width: 100%;
  }
}
.footer__column:nth-child(3) {
  width: 19.5%;
}
@media only screen and (max-width: 1050px) {
  .footer__column:nth-child(3) {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .footer__column:nth-child(3) {
    width: 100%;
  }
}
.footer__column:nth-child(4) {
  width: 23.7%;
}
@media only screen and (max-width: 1050px) {
  .footer__column:nth-child(4) {
    width: 45%;
  }
}
@media only screen and (max-width: 600px) {
  .footer__column:nth-child(4) {
    width: 100%;
  }
}
.footer__column__title {
  float: left;
  width: 100%;
  border-bottom: 1px solid rgba(87, 87, 87, 0.63);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.31px;
  color: #737373;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 11px;
}
.footer__column__title a {
  color: #737373;
  font-weight: 700;
}
.footer__column__title a:hover {
  color: #ccc419;
}
.footer__column__title:before {
  float: left;
  width: 32px;
  height: 3px;
  background-color: #ccc419;
  position: absolute;
  left: 0;
  bottom: 1px;
  content: "";
}
.footer__column__list {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.footer__column__list__item {
  clear: both;
}
.footer__column__list__item a {
  float: left;
  margin-bottom: 13px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.36px;
  text-align: left;
  color: #d9d9d9;
}
@media only screen and (max-width: 1050px) {
  .footer__column__list--socials {
    column-count: 2;
  }
}
.footer__column__list--socials a {
  float: left;
  clear: both;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.36px;
  text-align: left;
  color: #d9d9d9;
  display: flex;
  margin-bottom: 13px;
}
.footer__column__list--socials a span {
  width: 35px;
}
.footer__column__list--socials a svg {
  width: 15px;
}
.footer__column__list--socials a svg path,
.footer__column__list--socials a svg rect {
  fill: #ccc419;
}
.footer__newsletter {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.footer__newsletter__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-align: left;
  color: #d9d9d9;
  margin-bottom: 15px;
}
.footer__newsletter__text {
  font-size: 13px;
  letter-spacing: -0.12px;
  text-align: left;
  color: #737373;
  margin-bottom: 35px;
}
.footer__newsletter .gform_wrapper,
.footer__newsletter .gform_wrapper ul.gform_fields li.gfield {
  margin: 0;
  padding: 0;
}
.footer__newsletter .gform_wrapper .top_label .gfield_label, .footer__newsletter .gform_wrapper legend.gfield_label {
  display: none;
}
.footer__newsletter .gform_wrapper .field_description_below .gfield_description {
  top: auto;
  bottom: -20px;
  left: 0;
  width: calc(100% + 100px) !important;
  max-width: calc(100% + 100px) !important;
  text-align: left;
}
.footer__newsletter .gform_wrapper .gform_body {
  float: left;
  width: calc(100% - 100px);
}
.footer__newsletter .gform_wrapper .gform_footer {
  clear: none;
  float: left;
  width: 100px;
  padding: 0;
  margin: 0;
}
.footer__newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  border: 1px solid #ccc419;
  border-right: none;
  font-size: 14px;
  letter-spacing: 1.05px;
  text-align: left;
  color: #838383;
  background: none;
}
.footer__newsletter .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
.footer__newsletter .gform_confirmation_message {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.36px;
  text-align: left;
  color: #ccc419;
}
.footer__newsletter .button {
  width: 100px;
  height: 42px;
  line-height: 42px;
  padding: 0;
}
.footer__newsletter .button span {
  width: 100%;
  text-align: center;
}
.footer__newsletter .button i {
  display: none;
}

.footer-top {
  display: flex;
  margin-bottom: 95px;
}
@media only screen and (max-width: 1110px) {
  .footer-top {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1050px) {
  .footer-top {
    margin-bottom: 40px;
  }
}
.footer-top__col-first {
  width: 20%;
  min-width: 20%;
  padding-right: 15px;
}
.footer-top__col-first:before {
  content: "";
  border-top: 3px solid #707070;
  display: block;
  padding-top: 10px;
}
@media only screen and (max-width: 1110px) {
  .footer-top__col-first {
    width: 100%;
    padding: 30px 0 50px 0;
  }
}
.footer-top__col-first__title {
  font-weight: 700;
  font-size: 43px;
  color: #d9d9d9;
  font-weight: 700;
}
.footer-top__col-first__info {
  font-size: 13px;
  line-height: 22px;
  color: #737373;
  padding: 10px 0;
}
@media only screen and (max-width: 1110px) {
  .footer-top__col-first__info {
    max-width: 25em;
  }
}
.footer-top__col-first__link {
  font-size: 13px;
  text-transform: uppercase;
  color: #9D9D9D;
}
.footer-top__col-first__link a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  color: #d9d9d9;
  line-height: 1;
}
.footer-top__col-first__link a i {
  font-size: 28px;
  margin-left: 20px;
}
.footer-top__col-first__link a:hover {
  color: #ccc419;
}
.footer-top__col-first__link a.is--animated {
  overflow: hidden;
}
.footer-top__col-first__link a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.footer-top__col-first__link a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.footer-top__col-first__link a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.footer-top__col-first__link a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.footer-top__multi-col {
  width: 80%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1110px) {
  .footer-top__multi-col {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .footer-top__multi-col {
    flex-wrap: wrap;
  }
}
.footer-top__multi-col__col {
  width: 20%;
  padding: 0;
  padding: 0 15px;
}
.footer-top__multi-col__col:before {
  content: "";
  border-top: 3px solid #707070;
  display: block;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1110px) {
  .footer-top__multi-col__col:first-of-type {
    padding-left: 0;
  }
  .footer-top__multi-col__col:last-of-type {
    padding-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .footer-top__multi-col__col {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    position: relative;
    padding-left: 0;
    border-top: 1px solid #5D5D5D;
    padding: 20px 0;
  }
  .footer-top__multi-col__col:hover * {
    color: #ccc419;
  }
}
.footer-top__multi-col__icon {
  padding: 20px 0 20px 0;
  margin-bottom: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .footer-top__multi-col__icon {
    margin-right: 20px;
    padding: 0;
    height: auto;
  }
}
.footer-top__multi-col__icon img {
  object-fit: contain;
  object-position: top;
}
.footer-top__multi-col__title {
  font-weight: 700;
  font-size: 17px;
  color: #d9d9d9;
  margin-bottom: 70px;
}
.footer-top__multi-col__title a {
  color: #d9d9d9;
}
.footer-top__multi-col__title a:hover {
  color: #ccc419;
}
@media only screen and (max-width: 750px) {
  .footer-top__multi-col__title {
    margin-bottom: 0;
    font-size: 17px;
  }
}
.footer-top__multi-col__link {
  text-transform: uppercase;
  color: #9D9D9D;
  padding: 15px 0;
  border-top: 1px solid #707070;
}
@media only screen and (max-width: 750px) {
  .footer-top__multi-col__link {
    border: none;
  }
  .footer-top__multi-col__link span {
    display: none;
  }
}
.footer-top__multi-col__link a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #707070;
}
.footer-top__multi-col__link a i {
  font-size: 21px;
}
.footer-top__multi-col__link a:hover {
  color: #ccc419;
}
@media only screen and (max-width: 750px) {
  .footer-top__multi-col__link a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .footer-top__multi-col__link a i {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    right: 0;
  }
}
.footer-top__multi-col__link a.is--animated {
  overflow: hidden;
}
.footer-top__multi-col__link a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.footer-top__multi-col__link a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.footer-top__multi-col__link a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.footer-top__multi-col__link a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

.footer-middle {
  display: flex;
}
@media only screen and (max-width: 1110px) {
  .footer-middle {
    flex-wrap: wrap;
  }
}
.footer-middle__col-first {
  width: 20%;
  min-width: 20%;
  padding-right: 15px;
}
.footer-middle__col-first:before {
  content: "";
  border-top: 3px solid #707070;
  display: block;
  padding-top: 10px;
}
@media only screen and (max-width: 1110px) {
  .footer-middle__col-first {
    width: 100%;
    padding: 30px 0 50px 0;
  }
}
.footer-middle__col-first__title {
  font-weight: 700;
  font-size: 43px;
  color: #d9d9d9;
}
.footer-middle__col-first__info {
  font-size: 13px;
  line-height: 22px;
  color: #737373;
  padding: 10px 0;
}
@media only screen and (max-width: 1110px) {
  .footer-middle__col-first__info {
    max-width: 25em;
  }
}
.footer-middle__col-first__link {
  font-size: 13px;
  text-transform: uppercase;
  color: #9D9D9D;
}
.footer-middle__col-first__link a {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  color: #d9d9d9;
  line-height: 1;
}
.footer-middle__col-first__link a span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.footer-middle__col-first__link a span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.footer-middle__col-first__link a i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.footer-middle__col-first__link a .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.footer-middle__col-first__link a i {
  font-size: 28px;
  margin-left: 20px;
}
.footer-middle__col-first__link a:hover {
  color: #ccc419;
}
.footer-middle__multi-col {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 1110px) {
  .footer-middle__multi-col {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .footer-middle__multi-col {
    flex-wrap: wrap;
  }
}
.footer-middle__multi-col__col {
  width: 33.33%;
  padding: 0;
  padding: 0 15px 100px 15px;
}
@media only screen and (max-width: 600px) {
  .footer-middle__multi-col__col {
    width: 50%;
    position: relative;
    padding-left: 0;
    padding-bottom: 60px;
  }
  .footer-middle__multi-col__col:first-of-type {
    padding-left: 0;
  }
  .footer-middle__multi-col__col:nth-of-type(n+2) {
    padding-left: 0;
  }
}
.footer-middle__multi-col__title {
  font-weight: 700;
  font-size: 17px;
  color: #d9d9d9;
  border-top: 3px solid #707070;
  padding-top: 5px;
}
.footer-middle__multi-col__title a {
  color: #d9d9d9;
}
@media only screen and (max-width: 900px) {
  .footer-middle__multi-col__title {
    margin-bottom: 0;
    font-size: 17px;
  }
}

.footer-bottom * {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #2c2c2c;
  padding: 35px 45px;
  margin: 0 -45px;
}
@media only screen and (max-width: 1050px) {
  .footer-bottom {
    padding: 20px 30px;
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 750px) {
  .footer-bottom {
    padding: 20px 15px;
    margin: 0 -15px;
    flex-wrap: wrap;
  }
}
.footer-bottom__left p {
  font-size: 13px;
  color: #908d8d;
}
@media only screen and (max-width: 750px) {
  .footer-bottom__left p {
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  .footer-bottom__left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.footer-bottom__right__nav li {
  list-style: none;
}
.footer-bottom__right__nav li:nth-last-child(1) a:after {
  display: none;
}
.footer-bottom__right__nav li a {
  color: #707070;
  font-size: 13px;
}
.footer-bottom__right__nav li a:after {
  content: "";
  width: 1px;
  height: 16px;
  background: #ccc419;
  margin: 0 20px;
}
@media only screen and (max-width: 750px) {
  .footer-bottom__right__nav li:last-child a:after {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .footer-bottom__right__nav {
    width: 100%;
    justify-content: center;
  }
}
.footer-bottom__right__socials a {
  line-height: 1;
  display: inline-block;
  margin: 0 15px;
}
.footer-bottom__right__socials a:hover svg * {
  fill: #ccc419;
}
@media only screen and (max-width: 750px) {
  .footer-bottom__right {
    width: 100%;
    margin-bottom: 10px;
    flex-wrap: wrap;
  }
}

/* Buttons */
.button {
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  width: fit-content;
  height: 60px;
  line-height: 1;
  border: 1px solid #000;
  color: #000;
  padding: 22px 20px 20px 20px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button.is--animated {
  overflow: hidden;
}
.button.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.button.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.button.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.button.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.button i.las {
  font-size: 32px;
  margin-left: 75px;
  position: relative;
}
.button .button__arrow {
  width: 30px;
  height: 15px;
  margin-left: 75px;
  position: relative;
  top: 0px;
  background: transparent url(images/arrow-right.svg) no-repeat center;
}
.button .button__icon {
  margin-left: 75px;
}
.button:hover .button__arrow {
  /* background: transparent url(images/arrow-right-orange.svg) no-repeat center;*/
}

.button--white {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff !important;
}
.button--white .button__arrow {
  background: transparent url(images/arrow-right-white.svg) no-repeat center;
}
.button--white:hover {
  color: #ffffff;
}

.button--color {
  background: transparent;
  border: 1px solid #ccc419;
  color: #ccc419 !important;
}
.button--color .button__arrow {
  background: transparent url(images/arrow-right-orange.svg) no-repeat center;
}
.button--color:hover {
  /* color: $secondary-color!important;
   border-color:$secondary-color;
   background:transparentize($white,0.85);*/
}

.relative {
  position: relative;
}

@keyframes width100 {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imageCover {
  0% {
    transform: translateY(-110%);
  }
  40% {
    transform: translateY(0%);
  }
  60% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(110%);
  }
}
@keyframes imageCoverQA {
  0% {
    transform: translateY(-110%);
  }
  40% {
    transform: translateY(-110%);
  }
  60% {
    transform: translateY(0%);
  }
  80% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(110%);
  }
}
@keyframes imageCoverB {
  0% {
    transform: translateY(-110%);
  }
  30% {
    transform: translateY(0%);
  }
  60% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(110%);
  }
}
/* Animations footer articles 2 */
@keyframes read-more-text {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-100%);
    opacity: 0;
  }
  51% {
    opacity: 0;
  }
  55% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes read-more-button-text {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  55% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes read-more-arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(150%);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  55% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(0%);
  }
}
/* Header Menu Stroke */
@keyframes header-nav-stroke {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes header-nav-stroke-inverse {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.form-box {
  /* PlaceHolder */
  /* Columns */
  /* Checkbox */
  /* Custom Checkbox Styles */
  /* after */
  /* before */
}
.form-box .gform_wrapper {
  margin: 0 !important;
}
.form-box .gfield_label {
  display: none;
}
.form-box .gform_wrapper ul li.gfield {
  margin-bottom: 0 !important;
  margin-top: 20px !important;
  padding-bottom: 0 !important;
  color: #9d9d9d;
}
.form-box .gform_wrapper .top_label .gfield_label,
.form-box .gform_wrapper legend.gfield_label {
  display: none;
}
.form-box .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-box select {
  border: 1px solid rgba(112, 112, 112, 0.63);
  border-bottom: 3px solid #ccc419;
  height: 50px;
  line-height: 50px;
  padding: 0 15px !important;
  color: #9d9d9d;
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .form-box .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form-box select {
    height: 50px;
    line-height: 50px;
  }
}
.form-box .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
.form-box select:focus {
  border-color: #ccc419;
}
.form-box .gform_wrapper textarea {
  border: 1px solid #707070;
  height: 195px !important;
  padding: 15px;
}
.form-box .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
.form-box ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.form-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.form-box :-ms-input-placeholder {
  /* IE 10+ */
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.form-box :-moz-placeholder {
  /* Firefox 18- */
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
.form-box .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  padding-top: 0 !important;
}
.form-box .gform_wrapper .top_label li.gfield.gf_left_half {
  padding-right: 20px !important;
  padding-left: 0;
}
.form-box .gform_wrapper .top_label li.gfield.gf_right_half {
  padding-left: 20px !important;
  padding-right: 0;
}
@media only screen and (max-width: 750px) {
  .form-box .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 0px !important;
    width: 100% !important;
  }
  .form-box .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 0px !important;
    width: 100% !important;
  }
}
.form-box .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.form-box .gform_wrapper ul.gfield_radio li input[type=radio] {
  width: 17px !important;
  height: 17px !important;
  border: 1px solid #707070;
  margin-right: 10px;
  margin-top: 0;
  border-radius: 0;
}
.form-box .gform_wrapper .gfield_checkbox li label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  .form-box .gform_wrapper .gfield_checkbox li label {
    font-size: 12px;
  }
}
.form-box .gfield_checkbox li input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
.form-box .gfield_checkbox li input[type=checkbox] + label {
  position: relative;
  overflow: hidden;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
}
.form-box .gfield_checkbox li input[type=checkbox] + label:before,
.form-box .gfield_checkbox li input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form-box .gfield_checkbox li input[type=checkbox]:not(:checked) + label:after {
  width: 17px;
  height: 17px;
  border: 1px solid #707070;
  top: 0px;
}
.form-box .gfield_checkbox li input[type=checkbox]:checked + label:after {
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #707070;
  background-color: transparent;
  z-index: 0;
  border-radius: 1px;
  top: 0px;
}
.form-box .gfield_checkbox li input[type=checkbox]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.form-box .gfield_checkbox li input[type=checkbox]:checked + label:before {
  top: 2px;
  left: 0px;
  width: 8px;
  height: 12px;
  z-index: 5;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #ccc419;
  border-bottom: 2px solid #ccc419;
  -webkit-transform: rotateZ(37deg) scale(0.98);
  transform: rotateZ(37deg) scale(0.98);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.form-box .message-below {
  font-size: 16px;
  line-height: 22px;
  color: #737373;
  margin: 10px 0;
  letter-spacing: 1px;
  max-width: 70ch;
}
.form-box .message-below a:hover {
  color: #000;
}
.form-box .gform_confirmation_wrapper {
  padding: 30px 0;
}
.form-box .gform_confirmation_message {
  color: #737373;
}
.form-box .gform_confirmation_message {
  color: #9D9D9D;
}

.form--light .form-box {
  /* PlaceHolder */
  /* Checkbox */
  /* Custom Checkbox Styles */
  /* after */
  /* before */
}
.form--light .form-box .gform_wrapper ul li.gfield {
  color: #fff;
}
.form--light .form-box .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.form--light .form-box select {
  border: 1px solid rgba(255, 255, 255, 0.63);
  border-bottom: 3px solid rgba(255, 255, 255, 0.63);
  color: #fff;
  background: transparent;
}
.form--light .form-box .gform_wrapper textarea {
  border: 1px solid #fff;
}
.form--light .form-box ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.form--light .form-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.form--light .form-box :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.form--light .form-box :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.form--light .form-box .gform_wrapper ul.gfield_checkbox li input[type=checkbox],
.form--light .form-box .gform_wrapper ul.gfield_radio li input[type=radio] {
  border: 1px solid #fff;
}
.form--light .form-box .gfield_checkbox li input[type=checkbox]:not(:checked) + label:after {
  border: 1px solid #fff;
}
.form--light .form-box .gfield_checkbox li input[type=checkbox]:checked + label:after {
  border: 1px solid #fff;
  background-color: transparent;
}
.form--light .form-box .gfield_checkbox li input[type=checkbox]:not(:checked) + label:before {
  border: 3px solid transparent;
}
.form--light .form-box .gfield_checkbox li input[type=checkbox]:checked + label:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.form--light .form-box .message-below {
  color: #fff;
}
.form--light .gform_confirmation_message {
  color: #ffffff;
}

.newsletter-box__form {
  width: 100%;
}
.newsletter-box__form * {
  margin: 0 !important;
  padding: 0 !important;
}
.newsletter-box__form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  position: relative;
  top: -2px;
}
.newsletter-box__form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  position: relative;
  top: -2px;
}
.newsletter-box__form :-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  position: relative;
  top: -2px;
}
.newsletter-box__form :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  position: relative;
  top: -2px;
}
.newsletter-box__form input[type=text] {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1 !important;
  text-align: center;
  background: #F08D2A;
  width: calc(100% - 36px) !important;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  border: 0 !important;
  min-height: 0 !important;
  padding: 0 10px !important;
  text-transform: none;
}
.newsletter-box__form form {
  position: relative;
}
.newsletter-box__form form:hover i.las {
  color: #fff !important;
}
.newsletter-box__form .gfield_label {
  display: none !important;
}
.newsletter-box__form button.button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  line-height: 1;
  text-align: center;
  background: #E88421;
  width: 36px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0 !important;
}
.newsletter-box__form button.button[type=submit] i.las {
  color: #fff;
  font-size: 16px;
}
.newsletter-box__form button.button[type=submit]:hover i.las {
  color: #fff;
}
.newsletter-box__form .gform_wrapper .top_label .gfield_error {
  width: 100%;
}
.newsletter-box__form .gform_wrapper .field_description_below .gfield_description {
  top: 45px;
}
.newsletter-box__form .gform_confirmation_message {
  color: #9D9D9D;
}

body .validation_error {
  display: none;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0;
  background: transparent;
  padding-top: 0;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
  border: 1px solid rgba(112, 112, 112, 0.63);
  border-bottom: 3px solid #ccc419;
}

body .gform_wrapper .validation_message {
  text-transform: uppercase;
  font-size: 11px;
  color: #f13636;
  font-weight: 400;
  letter-spacing: 1.2px;
}

body .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0;
  text-align: right;
  position: absolute;
  top: 18px;
  right: 0;
  width: auto;
}

body .gform_wrapper li.gfield.gfield_error.gf_left_half.field_description_below .gfield_description {
  right: 20px;
}
@media only screen and (max-width: 750px) {
  body .gform_wrapper li.gfield.gfield_error.gf_left_half.field_description_below .gfield_description {
    right: 0;
  }
}

body .ginput_container.ginput_container_checkbox + .gfield_description.validation_message {
  position: relative;
  text-align: left;
  top: 0px;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #9d9d9d;
}

body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  max-width: none !important;
  position: relative;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
  /* padding-right:10px;
   padding-left:0;
   max-width: calc(50% - 10px); */
}

body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  /* padding-right:0px;
   padding-left:10px;
   max-width: calc(50% - 10px); */
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: none !important;
  position: relative;
}

body .gform_wrapper.gf_browser_chrome .gfield_error input[type=email],
body .gform_wrapper.gf_browser_chrome .gfield_error input[type=number],
body .gform_wrapper.gf_browser_chrome .gfield_error input[type=password],
body .gform_wrapper.gf_browser_chrome .gfield_error input[type=tel],
body .gform_wrapper.gf_browser_chrome .gfield_error input[type=text],
body .gform_wrapper.gf_browser_chrome .gfield_error input[type=url],
body .gform_wrapper.gf_browser_chrome .gfield_error select,
body .gform_wrapper.gf_browser_chrome .gfield_error textarea,
body .gform_wrapper.gf_browser_chrome li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
  margin-bottom: 0;
}

body .gform_wrapper .gform_validation_container {
  display: none;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  transition: all 0.45s;
  min-height: 300px;
}
.popup__box {
  background: #ffffff;
  width: 560px;
  max-width: 90%;
  overflow: auto;
  max-height: 99vh;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 0px;
}
@media only screen and (max-width: 750px) {
  .popup__box {
    padding: 30px 10px;
  }
}
.popup__box .gform_confirmation_wrapper {
  margin-top: 50px;
}
.popup__close {
  font-size: 28px;
  color: #000;
  text-align: right;
  right: 25px;
  position: absolute;
  top: 20px;
  left: auto;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .popup__close {
    right: 7px;
  }
}
.popup__close:hover {
  color: #ccc419;
}
.popup .popup__box__section {
  border-bottom: 1px solid rgba(157, 157, 157, 0.63);
  margin-bottom: 0px;
}
.popup .popup__box__section p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.3px;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  color: #5D5D5D;
}
.popup .popup__box__section p:after {
  content: "";
  display: text;
  height: 4px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.popup.is--open {
  z-index: 5000;
  opacity: 1;
}
.popup .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
.popup .gform_wrapper .top_label li.gfield.gf_left_half {
  padding-right: 10px;
  padding-left: 0;
}
.popup .gform_wrapper .top_label li.gfield.gf_right_half {
  padding-left: 10px;
  padding-right: 0;
}
@media only screen and (max-width: 750px) {
  .popup .gform_wrapper .top_label li.gfield.gf_left_half {
    padding-right: 0px;
  }
  .popup .gform_wrapper .top_label li.gfield.gf_right_half {
    padding-left: 0px;
  }
}
.popup.popup--share .share-box {
  padding: 30px 0;
}
.popup.popup--share .share-box .item__share {
  font-size: 35px;
  margin-right: 30px;
  color: #363636;
}
.popup.popup--share .share-box .item__share:hover {
  color: #ccc419;
}
.popup.popup--share .newsletter-box {
  display: flex;
}
.popup.popup--share .newsletter-box .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: #F08D2A;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.popup.popup--share .newsletter-box .icon {
  line-height: 1;
  text-align: center;
  background: #E88421;
  width: 36px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-404 {
  height: 60vh;
  background-color: #363636;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
}

.hero.hero--pages {
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .hero.hero--pages {
    margin-bottom: 50px;
  }
}
.hero.hero--pages .hero__container {
  margin-left: 140px;
}
@media only screen and (max-width: 1050px) {
  .hero.hero--pages .hero__container {
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .hero.hero--pages .hero__container {
    bottom: 100px;
  }
  .hero.hero--pages .hero__container .hero__copy {
    display: block;
    margin-bottom: 0;
  }
  .hero.hero--pages .hero__container .hero__action {
    margin-top: 30px;
  }
}
.hero.hero--pages .hero__image__cover {
  background: rgba(0, 0, 0, 0.2);
}
.hero.hero--pages .hero__get-in-touch {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s;
}
.hero.hero--pages .hero__get-in-touch:hover .text {
  color: #000;
}
.hero.hero--pages .hero__get-in-touch:hover .icon path {
  stroke: #000;
  fill: #000;
}
.hero.hero--pages .hero__get-in-touch .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: #F08D2A;
  width: 223px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.hero.hero--pages .hero__get-in-touch .icon {
  line-height: 1;
  text-align: center;
  background: #E88421;
  width: 83px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .hero.hero--pages .hero__get-in-touch {
    position: relative;
    display: inline-flex;
    left: 0;
    right: auto;
  }
  .hero.hero--pages .hero__get-in-touch .text {
    height: 54px;
    width: 207px;
  }
  .hero.hero--pages .hero__get-in-touch .icon {
    height: 54px;
    width: 72px;
  }
}
.hero.hero--pages .hero__action a {
  border-bottom: 3px solid #ccc419;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 5px;
  margin-right: 40px;
  letter-spacing: 2px;
}
.hero.hero--pages .hero__action a:hover {
  color: #ccc419;
}
.hero.hero--pages .hero__action a .icon {
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  .hero.hero--pages .hero__action {
    display: block;
  }
}

.search-cont {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  background: #2D2D2D;
  min-height: 100vh;
  z-index: -1;
  padding: 125px 0 0 0;
  transform: translate3d(0, -110%, 0);
  transition: all 0.6s ease-in-out;
  transition-delay: 0.6s;
}
.search-cont.open {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}
.search-cont.open .search-cont__main {
  opacity: 1;
  transition-delay: 0.6s;
}
.search-cont__main {
  float: left;
  width: 100%;
  height: calc(100vh - 125px);
  opacity: 0;
  transition: all 0.6s ease;
}
.search-cont__main.mCustomScrollbar .container {
  padding-right: 110px;
}
@media only screen and (max-width: 1050px) {
  .search-cont__main.mCustomScrollbar .container {
    padding: 0 0 0 30px;
  }
}
@media only screen and (max-width: 600px) {
  .search-cont__main.mCustomScrollbar .container {
    padding: 0 0 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .search-cont__main.mCustomScrollbar .mCSB_inside > .mCSB_container {
    margin-right: 20px;
  }
}
.search-cont .container {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0 140px;
}
@media only screen and (max-width: 1050px) {
  .search-cont .container {
    padding: 0 30px;
  }
}
.search-cont .search-form {
  float: left;
  width: 100%;
}
.search-cont .search-form__top {
  float: left;
  width: 100%;
  display: flex;
}
.search-cont .search-form__top #search-form {
  float: left;
  width: 100%;
}
.search-cont .search-form__top input[type=text] {
  width: 100%;
  font-family: "Noto-Light", sans-serif;
  color: #ccc419;
  background: none;
  height: 131px;
  line-height: 131px;
  border-bottom: 1px solid #ffffff;
  padding-right: 20px;
}
@media only screen and (max-width: 900px) {
  .search-cont .search-form__top input[type=text] {
    font-size: 34px;
    height: 50px;
    line-height: 50px;
  }
}
.search-cont .search-form__top button[type=submit] {
  width: 31px;
  background: none;
  height: 131px;
  border-bottom: 1px solid #ffffff;
  font-size: 32px;
  color: #ccc419;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .search-cont .search-form__top button[type=submit] {
    height: 50px;
    line-height: 50px;
  }
}
.search-cont .search-form__bottom {
  float: left;
  width: 100%;
  margin-top: 28px;
}
@media only screen and (max-width: 900px) {
  .search-cont .search-form__bottom {
    display: none;
  }
}
.search-cont .search-form__bottom a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 38px;
  line-height: 35px;
  border: 1px solid #DDDDDD;
  padding: 0 20px;
  color: #DDDDDD;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.search-cont .search-form__bottom a:hover, .search-cont .search-form__bottom a.js-active, .search-cont .search-form__bottom a.is--active {
  border: 1px solid #ccc419;
  background: #ccc419;
  color: #ffffff;
}
.search-cont .search-results {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 80px;
}
.search-cont .search-results--no-results {
  float: left;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.search-cont .search-results__filters {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.search-cont .search-results__filters .filters__dropdown {
  left: auto;
  right: -40px;
  min-width: 366px;
}
@media only screen and (max-width: 1050px) {
  .search-cont .search-results__filters .filters__dropdown {
    right: -35px !important;
  }
}
@media only screen and (max-width: 900px) {
  .search-cont .search-results__filters .filters__dropdown {
    width: calc(100% + 10px) !important;
    right: auto !important;
    left: 10px !important;
    min-width: calc(100% + 10px) !important;
  }
}
@media only screen and (max-width: 1050px) {
  .search-cont .search-results__filters .filters__dropdown.is--open {
    top: 60px !important;
  }
}
@media only screen and (max-width: 900px) {
  .search-cont .search-results__filters .filters__dropdown.is--open {
    top: 80px !important;
  }
}
@media only screen and (max-width: 900px) {
  .search-cont .search-results__filters .filters__items--mobile .filters__dropdown ul {
    width: 50% !important;
    max-width: 50% !important;
    min-width: 50% !important;
  }
}
@media only screen and (max-width: 900px) {
  .search-cont .search-results__filters .filters__items li {
    margin: 0 10px;
  }
}
@media only screen and (max-width: 900px) {
  .search-cont .search-results__filters .filters__items li a {
    font-size: 14px;
  }
}
.search-cont .search-results__filters .filters__items li a.js-active .filters__name {
  color: #ccc419;
}
.search-cont .search-results__filters .filters__items li.is--active a .filters__name {
  color: #ccc419;
}
@media only screen and (max-width: 900px) {
  .search-cont .search-results__filters .filters__name {
    font-size: 14px;
  }
}
.search-cont .search-results__filters .filters--search {
  float: left;
  width: 100%;
  margin-top: 0;
  padding: 0 30px;
  height: 82px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #363636;
}
@media only screen and (max-width: 1050px) {
  .search-cont .search-results__filters .filters--search {
    padding: 0 20px;
  }
}
.search-cont .search-results__filters .filters__results {
  font-family: "Noto-Light", sans-serif;
  font-size: 31px;
  color: #707070;
}
@media only screen and (max-width: 900px) {
  .search-cont .search-results__filters .filters__results {
    font-size: 20px;
  }
}
.search-cont .search-results__filters .filters__cols {
  width: auto;
  top: 0;
}
@media only screen and (max-width: 900px) {
  .search-cont .search-results__filters .filters__cols {
    position: static;
  }
}
.search-cont .search-results__filters .filters__items--mobile .filters__dropdown.is--open {
  right: 30px;
  position: absolute;
  width: calc(100% + 60px);
  top: 80px;
}
.search-cont .search-results__list {
  float: left;
  width: 100%;
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 57px;
}
@media only screen and (max-width: 1050px) {
  .search-cont .search-results__list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 34px;
  }
}
@media only screen and (max-width: 900px) {
  .search-cont .search-results__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
  }
}
.search-cont .search-results__list__item {
  float: left;
  width: 100%;
}
.search-cont .search-results__list__item__image {
  position: relative;
  float: left;
  width: 100%;
  padding-top: 93.3%;
}
.search-cont .search-results__list__item__text-cont {
  float: left;
  width: calc(100% - 65px);
  background: #363636;
  padding: 25px 20px;
  margin-top: -48px;
  position: relative;
  z-index: 2;
}
.search-cont .search-results__list__item__category {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
}
.search-cont .search-results__list__item__title, .search-cont .search-results__list__item__position {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
}

.hero__slide {
  position: relative;
  /* height: 0; */
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
}
.hero__container {
  margin-left: 110px;
  display: flex;
  flex-wrap: wrap;
  /*width: 36%;*/
  /* padding-left: 140px; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff !important;
  z-index: 5;
}
@media only screen and (max-width: 1200px) {
  .hero__container {
    width: 100%;
    max-width: 90%;
    padding: 0 45px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .hero__container {
    padding: 0 30px;
    flex-wrap: wrap;
  }
  .hero__container .hero__title {
    width: 100%;
    margin-bottom: 20px;
  }
  .hero__container .h2 {
    font-size: 57px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__container .h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 750px) {
  .hero__container {
    padding: 0 15px;
    top: auto;
    transform: none;
    bottom: 40px;
  }
  .hero__container .h2 {
    font-size: 34px;
  }
}
.hero__section {
  margin-bottom: 10px;
}
.hero__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.hero__section p:before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 32px;
  background: #ccc419;
  margin-right: 7px;
  margin-top: -3px;
  vertical-align: middle;
}
.hero__title {
  margin-bottom: 20px;
  width: 100%;
  opacity: 0;
}
.hero__title a {
  display: inline-block;
  color: #ffffff;
}
.hero__title a:hover {
  color: #ffffff;
}
.hero__title .h2 {
  font-weight: 500;
}
.hero__title .h2 > div {
  overflow: hidden;
}
.hero__title .h2 > div > div {
  transform: translateY(100%);
  transition: all 1s ease;
}
.hero__copy {
  margin-bottom: 30px;
  opacity: 0;
}
.hero__copy p {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  max-width: 27em;
}
.hero__copy p > div {
  overflow: hidden;
}
.hero__copy p > div > div {
  transform: translateY(100%);
  transition: all 1s ease;
}
@media only screen and (max-width: 750px) {
  .hero__copy {
    display: none;
  }
}
.hero__image {
  position: relative;
  padding-top: 50%;
  height: 0;
  width: 100%;
}
@media only screen and (max-width: 1110px) {
  .hero__image {
    height: 720px;
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  .hero__image {
    height: 575px;
  }
}
.hero__image__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*background:rgba(0, 0,0,0.35);*/
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.18) 80%, rgba(0, 0, 0, 0.6));
}
.hero__image__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
.hero__image__wrapper__mobile {
  display: none;
}
@media screen and (max-width: 1024px){
  .hero__image__wrapper__desk {
    display: none;
  }
  .hero__image__wrapper__mobile {
    display: block;
  }
}
.hero__image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.hero__image video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero__action {
  width: 100%;
}
/* @media only screen and (max-width: 750px) {
  .hero__action {
    display: none;
  }
} */
.hero.hero--home .hero__container {
  margin-left: var(--module-margin);
}
@media only screen and (max-width: 1200px) {
  .hero.hero--home .hero__container {
    margin-left: 0;
  }
}

.slide-controls.hero--control {
  width: calc(40% - 55px);
  min-width: 430px;
}
@media only screen and (max-width: 1200px) {
  .slide-controls.hero--control {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .slide-controls.hero--control {
    width: 385px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .slide-controls.hero--control {
    width: 320px;
    padding: 20px;
    min-width: 0px;
  }
}

.hero__get-in-touch {
  transition: all 0.25s;
}
.hero__get-in-touch:hover {
  transition: all 0.25s;
}
.hero__get-in-touch:hover .text {
  color: rgba(255, 255, 255, 0.7) !important;
}
.hero__get-in-touch:hover .icon path {
  stroke: rgba(255, 255, 255, 0.7) !important;
  fill: rgba(255, 255, 255, 0.7) !important;
}

.hero .hero__action,
.hero.visible .slick-slide .hero__action,
.hero .hero__section,
.hero.visible .slick-slide .hero__section {
  transform: translateY(50%);
  opacity: 0;
  transition: all 0.5s ease;
}

.hero.slick-slider.visible .slick-current .hero__action,
.hero.slick-slider.visible .slick-current .hero__section,
.hero.visible:not(.slick-slider) .hero__section {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.5s;
}

.hero.slick-slider.visible .slick-current .hero__action {
  transition-delay: 1.5s;
}

.hero:not(.slick-slider) .hero__title .h2 > div,
.hero:not(.slick-slider) .hero__copy p > div {
  overflow: hidden;
}
.hero:not(.slick-slider) .hero__title .h2 > div > div,
.hero:not(.slick-slider) .hero__copy p > div > div {
  transform: translateY(100%);
  transition: all 1s ease;
}

.hero:not(.slick-slider) .hero__copy p > div > div {
  transition-delay: 1s;
}

.hero.visible .hero__title,
.hero.visible .hero__copy,
.hero.visible .hero__action {
  opacity: 1;
}

.hero.visible .hero__action {
  transition-delay: 1s;
}

.hero.visible:not(.slick-slider) .hero__title .h2 > div > div,
.hero.visible:not(.slick-slider) .hero__copy p > div > div,
.hero.slick-slider.visible .slick-current .hero__title .h2 > div > div,
.hero.slick-slider.visible .slick-current .hero__copy p > div > div {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.4s;
}
.hero.visible:not(.slick-slider) .hero__title .h2 > div:nth-child(2) > div,
.hero.visible:not(.slick-slider) .hero__copy p > div:nth-child(2) > div,
.hero.slick-slider.visible .slick-current .hero__title .h2 > div:nth-child(2) > div,
.hero.slick-slider.visible .slick-current .hero__copy p > div:nth-child(2) > div {
  transition-delay: 0.6s;
}
.hero.visible:not(.slick-slider) .hero__title .h2 > div:nth-child(3) > div,
.hero.visible:not(.slick-slider) .hero__copy p > div:nth-child(3) > div,
.hero.slick-slider.visible .slick-current .hero__title .h2 > div:nth-child(3) > div,
.hero.slick-slider.visible .slick-current .hero__copy p > div:nth-child(3) > div {
  transition-delay: 0.8s;
}
.hero.visible:not(.slick-slider) .hero__title .h2 > div:nth-child(4) > div,
.hero.visible:not(.slick-slider) .hero__copy p > div:nth-child(4) > div,
.hero.slick-slider.visible .slick-current .hero__title .h2 > div:nth-child(4) > div,
.hero.slick-slider.visible .slick-current .hero__copy p > div:nth-child(4) > div {
  transition-delay: 1s;
}
.hero.visible:not(.slick-slider) .hero__title .h2 > div:nth-child(5) > div,
.hero.visible:not(.slick-slider) .hero__copy p > div:nth-child(5) > div,
.hero.slick-slider.visible .slick-current .hero__title .h2 > div:nth-child(5) > div,
.hero.slick-slider.visible .slick-current .hero__copy p > div:nth-child(5) > div {
  transition-delay: 1.2s;
}
.hero.visible:not(.slick-slider) .hero__title .h2 > div:nth-child(6) > div,
.hero.visible:not(.slick-slider) .hero__copy p > div:nth-child(6) > div,
.hero.slick-slider.visible .slick-current .hero__title .h2 > div:nth-child(6) > div,
.hero.slick-slider.visible .slick-current .hero__copy p > div:nth-child(6) > div {
  transition-delay: 1.4s;
}
.hero.visible:not(.slick-slider) .hero__title .h2 > div:nth-child(7) > div,
.hero.visible:not(.slick-slider) .hero__copy p > div:nth-child(7) > div,
.hero.slick-slider.visible .slick-current .hero__title .h2 > div:nth-child(7) > div,
.hero.slick-slider.visible .slick-current .hero__copy p > div:nth-child(7) > div {
  transition-delay: 1.6s;
}
.hero.visible:not(.slick-slider) .hero__title .h2 > div:nth-child(n+8) > div,
.hero.visible:not(.slick-slider) .hero__copy p > div:nth-child(n+8) > div,
.hero.slick-slider.visible .slick-current .hero__title .h2 > div:nth-child(n+8) > div,
.hero.slick-slider.visible .slick-current .hero__copy p > div:nth-child(n+8) > div {
  transition-delay: 1.8s;
}

.hero.visible .hero__copy p > div > div,
.hero.slick-slider.visible .slick-current .hero__copy p > div > div {
  transition-delay: 0.8s;
}
.hero.visible .hero__copy p > div:nth-child(2) > div,
.hero.slick-slider.visible .slick-current .hero__copy p > div:nth-child(2) > div {
  transition-delay: 1s;
}
.hero.visible .hero__copy p > div:nth-child(3) > div,
.hero.slick-slider.visible .slick-current .hero__copy p > div:nth-child(3) > div {
  transition-delay: 1.2s;
}
.hero.visible .hero__copy p > div:nth-child(4) > div,
.hero.slick-slider.visible .slick-current .hero__copy p > div:nth-child(4) > div {
  transition-delay: 1.4s;
}
.hero.visible .hero__copy p > div:nth-child(5) > div,
.hero.slick-slider.visible .slick-current .hero__copy p > div:nth-child(5) > div {
  transition-delay: 1.6s;
}

.hero__container__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  opacity: 0.6;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 10%, #000000);
  z-index: 4;
}

.projects-hero-wrapper {
  height: 625px;
  background: #2D2D2D url(images/loader.svg) center center no-repeat;
}
@media only screen and (max-width: 1110px) {
  .projects-hero-wrapper {
    height: 625px;
  }
}
@media only screen and (max-width: 750px) {
  .projects-hero-wrapper {
    height: 575px;
  }
}
.projects-hero-wrapper .hero__title .h2 {
  font-size: 45px;
}
@media only screen and (max-width: 1050px) {
  .projects-hero-wrapper .hero__title .h2 .h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .projects-hero-wrapper .hero__title .h2 .h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 750px) {
  .projects-hero-wrapper .hero__title .h2 .h2 {
    font-size: 34px;
  }
  .projects-hero-wrapper .hero__title .h2 {
    font-size: 34px !important;
  }
}
.projects-hero-wrapper .hero__image {
  padding-top: 625px;
}
@media only screen and (max-width: 1110px) {
  .projects-hero-wrapper .hero__image {
    height: 625px;
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  .projects-hero-wrapper .hero__image {
    height: 575px;
  }
}

/* Slide Controls */
.slide-controls {
  background: #2D2D2D;
  padding: 30px;
  height: 110px;
  margin-left: 140px;
  display: flex;
  justify-content: space-between;
  width: auto;
  margin-top: -110px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1050px) {
  .slide-controls {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .slide-controls {
    padding: 20px;
    height: 80px;
    margin-top: -80px;
  }
}
.slide-controls__number {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slide-controls__number .actual {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
}
.slide-controls__number .separation {
  width: 1px;
  background: #5D5D5D;
  height: 100%;
  margin: 0 10px;
}
.slide-controls__number .total {
  color: #5D5D5D;
  font-weight: 400;
  font-size: 14px;
  font-weight: 700;
}
.slide-controls__center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.slide-controls__radial-bar {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0px;
  transform: scale(0.8);
  opacity: 0;
}
.slide-controls__radial-bar.visible {
  opacity: 1;
}
@media only screen and (max-width: 1110px) {
  .slide-controls__radial-bar {
    transform: scale(0.75);
  }
}
.slide-controls__radial-bar .progress-base {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.slide-controls__radial-bar .progress-base__circle {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.slide-controls__radial-bar .progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  filter: drop-shadow(0px 0px 2px #d1d1d1);
}
.slide-controls__radial-bar .progress-ring__circle {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  transition: stroke-opacity 0.25s;
}
.slide-controls__radial-bar .progress-ring__circle.animate {
  animation: progress-ring-circle 5s linear !important;
  stroke-dashoffset: 0;
}
.slide-controls__radial-bar .progress-ring__circle.animate.paused {
  stroke-opacity: 0.15;
  animation-play-state: paused !important;
  animation-direction: reverse !important;
}
.slide-controls .slide-controls__progress {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
  position: relative;
  z-index: 1;
}
.slide-controls .slide-controls__progress .slick-list {
  width: 0;
  position: absolute;
}
.slide-controls .slide-controls__progress ul {
  line-height: 0;
}
.slide-controls .slide-controls__progress li {
  display: inline-block;
  margin: 0 15px;
  text-indent: -9999px;
  background: #737373;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.slide-controls .slide-controls__progress li:hover {
  background: #ffffff;
  cursor: pointer;
}
.slide-controls .slide-controls__progress li.slick-active {
  background: #ffffff;
}
.slide-controls .slide-controls__progress .circle {
  width: 10px;
  height: 10px;
  margin-right: 30px;
  border-radius: 50%;
  background-color: #5D5D5D;
  cursor: pointer;
}
.slide-controls .slide-controls__progress .circle.active, .slide-controls .slide-controls__progress .circle:hover {
  background-color: #ffffff;
}
.slide-controls .slide-controls__progress .circle:first-child {
  margin-right: 50px;
}
.slide-controls .slide-controls__progress .circle:last-child {
  margin-right: 0;
}
.slide-controls .slide-controls__arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slide-controls .slide-controls__arrows > div {
  color: #ffffff;
  font-size: 26px;
  margin-left: 10px;
  cursor: pointer;
}
.slide-controls .slide-controls__arrows > div > :hover {
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1050px) {
  .slide-controls .slide-controls__arrows {
    display: none;
  }
}

@keyframes progress-ring-circle {
  from {
    stroke-dashoffset: 181;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.slide-captions {
  font-size: 12px;
  line-height: 17px;
  color: #999;
  padding-top: 10px;
  max-width: calc(100% - 310px - 20px);
}
@media screen and (max-width: 750px){
  .slide-captions {
    padding-left: 20px;
  }
}
@media screen and (max-width: 640px){
  .single-article__grid-content .module-slider {
    display: flex;
    flex-direction: column;
  }
  .slide-captions {
    order: 0;
    max-width: none;
    margin-bottom: 10px;
  }
  .single-article__grid-content .module-slider__col {
    order: 1;
  }
  .single-article__grid-content .module__image-slider .col-image .slide-controls {
    position: relative !important;
    bottom: 0 !important;
  }
}

.module-article.module-article--1 {
  margin-left: var(--module-margin);
  display: grid;
  grid-template-columns: 1fr repeat(3, 20%);
  grid-template-rows: 1fr auto;
  /* If is Item Report */
  /* Modifier for 2 Columns */
  /* Modifier for 1 Colum */
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--1 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1110px) {
  .module-article.module-article--1 {
    grid-template-columns: repeat(3, 33.33%);
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--1 {
    grid-template-columns: 100%;
    grid-template-rows: repeat(3, 1fr) auto;
  }
}
@media only screen and (max-width: 1110px) {
  .module-article.module-article--1 .module-article__col:nth-child(1) {
    grid-column: span 3;
    order: 2;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--1 .module-article__col:nth-child(1) {
    grid-column: span 1;
  }
}
.module-article.module-article--1 .module-article__col:nth-child(n+2) {
  padding-bottom: 200%;
  overflow: hidden;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--1 .module-article__col:nth-child(n+2) {
    padding-bottom: 86%;
  }
}
.module-article.module-article--1 .module-article__col.item-report {
  padding-bottom: 20px !important;
}
.module-article.module-article--1.module--2-col {
  grid-template-columns: 1fr repeat(2, 30%);
}
@media only screen and (max-width: 1110px) {
  .module-article.module-article--1.module--2-col {
    grid-template-columns: repeat(2, 50%);
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--1.module--2-col {
    grid-template-columns: 100%;
    grid-template-rows: repeat(2, 1fr) auto;
  }
}
.module-article.module-article--1.module--2-col .module-article__col:nth-child(n+2) {
  padding-bottom: 133.333%;
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--1.module--2-col .module-article__col:nth-child(n+2) {
    padding-bottom: 86%;
  }
}
.module-article.module-article--1.module--1-col {
  grid-template-columns: 1fr 60%;
}
@media only screen and (max-width: 1110px) {
  .module-article.module-article--1.module--1-col {
    grid-template-columns: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--1.module--1-col {
    grid-template-columns: 100%;
    grid-template-rows: repeat(2, 1fr) auto;
  }
}
.module-article.module-article--1.module--1-col .module-article__col:nth-child(n+2) {
  padding-bottom: 66.6666%;
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--1.module--1-col .module-article__col:nth-child(n+2) {
    padding-bottom: 86%;
  }
}

.module-article.module-article--2 {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 60%;
  margin-left: var(--module-margin);
  overflow: hidden;
  /* Variation equal columns */
  /* Variation Image Top on right side */
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--2 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .module-article.module-article--2 {
    grid-template-columns: 1fr;
  }
}
.module-article.module-article--2 .module-article__col:nth-child(2) {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 30.5% 10%;
}
@media only screen and (max-width: 900px) {
  .module-article.module-article--2 .module-article__col:nth-child(2) {
    padding: 15% 10%;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--2 .module-article__col:nth-child(2) {
    padding: 15% 15px;
  }
}
.module-article.module-article--2 .module-article__bg {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0 !important;
  background-color: #000;
}
.module-article.module-article--2 .module-article__bg .module-article__image-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-article.module-article--2 .module-article__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale3d(1.6, 1.6, 1.6);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: right;
}
.module-article.module-article--2 .module-article__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.module-article.module-article--2 .module-article__video-poster {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  width: calc(60% + var(--module-margin));
  transform: translate(-83%, -50%);
  overflow: hidden;
  line-height: 0;
}
.module-article.module-article--2 .module-article__video-poster:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: imageCover 1.5s cubic-bezier(0.79, 0.01, 0.27, 0.99);
  animation-play-state: paused;
  background: #ccc419;
  content: "";
  z-index: 3;
}
.module-article.module-article--2 .module-article__video-poster a {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.module-article.module-article--2 .module-article__video-poster a img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.module-article.module-article--2 .module-article__video-poster a:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.module-article.module-article--2 .module-article__video-poster a img {
  transform: scale3d(1.6, 1.6, 1.6);
  transition: all 4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 900px) {
  .module-article.module-article--2 .module-article__video-poster {
    width: 100%;
    top: 0;
    position: relative;
    width: auto;
    transform: none;
    margin-bottom: 40px;
  }
}
.module-article.module-article--2 .module-article__section {
  width: 100%;
  margin-bottom: 10px;
}
.module-article.module-article--2 .module-article__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0px;
  position: relative;
  color: #ffffff;
  letter-spacing: 1px;
}
.module-article.module-article--2 .module-article__section p:before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 32px;
  background: #ccc419;
  margin-right: 12px;
  position: relative;
  top: 8px;
  float: left;
}
.module-article.module-article--2 .module-article__section p > div {
  /* position: relative;
   top:-11px;
   @include responsive("tablet-h"){
     top:-4px;
   } */
}
.module-article.module-article--2 .module-article__title {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .module-article.module-article--2 .module-article__title {
    margin-bottom: 20px;
  }
}
.module-article.module-article--2 .module-article__title h2 {
  max-width: 10em;
}
.module-article.module-article--2 .module-article__title h2 > div {
  overflow: hidden;
}
.module-article.module-article--2 .module-article__title h2 > div > div {
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
.module-article.module-article--2 .module-article__title h2 > div:nth-child(2) > div {
  transition-delay: 0.4s;
}
.module-article.module-article--2 .module-article__title h2 > div:nth-child(3) > div {
  transition-delay: 0.6s;
}
.module-article.module-article--2 .module-article__title h2 > div:nth-child(4) > div {
  transition-delay: 0.8s;
}
.module-article.module-article--2 .module-article__title h2 > div:nth-child(5) > div {
  transition-delay: 1s;
}
.module-article.module-article--2 .module-article__title h2 > div:nth-child(6) > div {
  transition-delay: 1.2s;
}
.module-article.module-article--2 .module-article__title h2 > div:nth-child(7) > div {
  transition-delay: 1.4s;
}
.module-article.module-article--2 .module-article__title h2 > div:nth-child(n+8) > div {
  transition-delay: 1.6s;
}
.module-article.module-article--2 .module-article__title h2 > div:nth-child(9) > div {
  transition-delay: 1.8s;
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--2 .module-article__title h2 {
    max-width: none;
  }
}
.module-article.module-article--2 .module-article__sub-title {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
  width: 100%;
  padding-left: 120px;
}
@media only screen and (max-width: 900px) {
  .module-article.module-article--2 .module-article__sub-title {
    padding-left: 0px;
    margin-bottom: 20px;
  }
}
.module-article.module-article--2 .module-article__sub-title p {
  max-width: 20em;
}
.module-article.module-article--2 .module-article__sub-title p > div {
  overflow: hidden;
}
.module-article.module-article--2 .module-article__sub-title p > div > div {
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
.module-article.module-article--2 .module-article__sub-title p > div:nth-child(2) > div {
  transition-delay: 0.4s;
}
.module-article.module-article--2 .module-article__sub-title p > div:nth-child(3) > div {
  transition-delay: 0.6s;
}
.module-article.module-article--2 .module-article__sub-title p > div:nth-child(4) > div {
  transition-delay: 0.8s;
}
.module-article.module-article--2 .module-article__sub-title p > div:nth-child(5) > div {
  transition-delay: 1s;
}
.module-article.module-article--2 .module-article__sub-title p > div:nth-child(6) > div {
  transition-delay: 1.2s;
}
.module-article.module-article--2 .module-article__sub-title p > div:nth-child(7) > div {
  transition-delay: 1.4s;
}
.module-article.module-article--2 .module-article__sub-title p > div:nth-child(n+8) > div {
  transition-delay: 1.6s;
}
.module-article.module-article--2 .module-article__sub-title p > div:nth-child(9) > div {
  transition-delay: 1.8s;
}
@media only screen and (max-width: 900px) {
  .module-article.module-article--2 .module-article__sub-title p {
    max-width: 25em;
  }
}
.module-article.module-article--2 .module-article__cta {
  position: relative;
  z-index: 1;
  margin: 20px 0 40px 0;
  padding-left: 120px;
}
@media only screen and (max-width: 900px) {
  .module-article.module-article--2 .module-article__cta {
    padding-left: 0px;
  }
}
.module-article.module-article--2 .module-article__cta .button {
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  transition: all 1s ease;
}
.module-article.module-article--2.module-article--equal-columns {
  grid-template-columns: 50% 50%;
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .module-article.module-article--2.module-article--equal-columns {
    grid-template-columns: 1fr;
  }
}
.module-article.module-article--2.module-article--equal-columns .module-article__section {
  padding-left: 120px;
}
.module-article.module-article--2.module-article--equal-columns .module-article__section.show--tablet-mobile {
  display: none;
}
@media only screen and (max-width: 900px) {
  .module-article.module-article--2.module-article--equal-columns .module-article__section {
    padding-left: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--2.module-article--equal-columns .module-article__section {
    display: none;
  }
  .module-article.module-article--2.module-article--equal-columns .module-article__section.show--tablet-mobile {
    display: block !important;
  }
}
.module-article.module-article--2.module-article--equal-columns .module-article__title {
  padding-left: 120px;
}
.module-article.module-article--2.module-article--equal-columns .module-article__title.show--tablet-mobile {
  display: none;
}
@media only screen and (max-width: 900px) {
  .module-article.module-article--2.module-article--equal-columns .module-article__title {
    padding-left: 0px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--2.module-article--equal-columns .module-article__title {
    display: none;
  }
  .module-article.module-article--2.module-article--equal-columns .module-article__title.show--tablet-mobile {
    display: block !important;
  }
}
.module-article.module-article--2.module-article--equal-columns .module-article__video-poster {
  width: 100%;
}
.module-article.module-article--2.module-article--image-right .module-article__col:nth-child(1) {
  order: 2;
}
.module-article.module-article--2.module-article--image-right .module-article__col:nth-child(2) {
  order: 1;
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--2.module-article--image-right .module-article__col:nth-child(2) > * {
    padding-left: 0 !important;
  }
}
.module-article.module-article--2.module-article--image-right .module-article__video-poster {
  transform: translate(90%, -50%);
  right: 0;
  left: auto;
}
@media only screen and (max-width: 900px) {
  .module-article.module-article--2.module-article--image-right .module-article__video-poster {
    transform: none;
  }
}
.module-article.module-article--2.aos-animate .module-article__bg img {
  transform: scale3d(1, 1, 1);
}
.module-article.module-article--2.aos-animate .module-article__title h2 > div > div,
.module-article.module-article--2.aos-animate .module-article__sub-title p > div > div,
.module-article.module-article--2.aos-animate .module-article__cta .button {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.module-article.module-article--2.aos-animate .module-article__video-poster:before {
  animation-play-state: running;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition-delay: 1.5s;
}
.module-article.module-article--2.aos-animate .module-article__video-poster a {
  animation-play-state: running;
  opacity: 1;
  transition-delay: 0;
}
.module-article.module-article--2.aos-animate .module-article__video-poster a img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.module-article.module-article--2.aos-animate .module-article__video-poster a:not(.hover) {
  transition-delay: 1s;
}
.module-article.module-article--2.aos-animate .module-article__video-poster a:not(.hover) img {
  transition-delay: 1.5s;
}
.module-article.module-article--2.aos-animate .module-article__video-poster a.hover:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.module-article.module-article--3 {
  margin-right: var(--module-margin);
  display: grid;
  grid-template-columns: 280px calc(40% - var(--module-margin)) 41%;
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "report article-1 featured" "report article-2 featured";
  /* If is Item Report */
  /* Modifier for 2 Colum */
  /* Modifier for 1 Colum */
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--3 {
    margin-right: 0px;
  }
}
.module-article.module-article--3 .module-article__col:nth-child(1) {
  grid-area: report;
}
.module-article.module-article--3 .module-article__col:nth-child(2) {
  grid-area: article-1;
  padding-bottom: 100%;
  /* If is Item Article */
}
@media all and (min-width: 1500px) {
  .module-article.module-article--3 .module-article__col:nth-child(2).item-article {
    height: calc(50vh - 45px);
    padding-bottom: 0 !important;
  }
}
.module-article.module-article--3 .module-article__col:nth-child(3) {
  grid-area: article-2;
  padding-bottom: 100%;
  /* If is Item Article */
}
@media all and (min-width: 1500px) {
  .module-article.module-article--3 .module-article__col:nth-child(3).item-article {
    height: calc(50vh - 45px);
    padding-bottom: 0 !important;
  }
}
.module-article.module-article--3 .module-article__col:nth-child(4) {
  grid-area: featured;
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--3 {
    grid-template-columns: 1fr 1fr 30%;
    grid-template-rows: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1110px) {
  .module-article.module-article--3 {
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(2, 1fr) auto;
    grid-template-areas: "report article-1" "report article-2" "featured featured";
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--3 {
    grid-template-columns: 100%;
    grid-template-rows: repeat(3, 1fr) auto;
    grid-template-areas: "report" "article-1" "article-2" "featured";
  }
}
.module-article.module-article--3 .module-article__col.item-report {
  padding-bottom: 20px !important;
}
.module-article.module-article--3 .module-article__col.item-report .item-report__title {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.module-article.module-article--3 .module-article__col.item-report .item-report__title:after {
  content: "";
  height: 2px;
  background: #575757;
  width: 0;
  display: block;
  margin-top: 50px;
  transition: all 0.4s linear;
  transition-delay: 1s;
}
.module-article.module-article--3.module--2-col {
  grid-template-rows: auto;
  grid-template-areas: "report article-1 featured";
}
.module-article.module-article--3.module--2-col V .module-article__col:nth-child(2) {
  padding-bottom: 50%;
}
.module-article.module-article--3.module--2-col .module-article__col:nth-child(3) {
  grid-area: featured;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1110px) {
  .module-article.module-article--3.module--2-col {
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "report article-1" "featured featured";
  }
  .module-article.module-article--3.module--2-col .module-article__col:nth-child(2) {
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--3.module--2-col {
    grid-template-columns: 100%;
    grid-template-rows: repeat(3, 1fr) auto;
    grid-template-areas: "report" "article-1" "featured";
  }
}
.module-article.module-article--3.module--1-col {
  grid-template-columns: calc(40% - var(--module-margin) + 280px) 40%;
  grid-template-rows: 1fr 0;
  grid-template-areas: "report featured";
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--3.module--1-col {
    grid-template-columns: 1fr 30%;
  }
}
@media only screen and (max-width: 1110px) {
  .module-article.module-article--3.module--1-col {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--3.module--1-col {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    grid-template-areas: "report" "featured";
  }
}
.module-article.module-article--3.module--1-col .module-article__col:nth-child(1) {
  padding-bottom: 20px;
  grid-area: report;
}
.module-article.module-article--3.module--1-col .module-article__col:nth-child(2) {
  grid-area: featured;
  padding-bottom: 20px;
}
.module-article.aos-animate {
  /* If is Item Report */
}
.module-article.aos-animate .module-article__col.item-report .item-report__title:after {
  width: 100%;
}

.module-article.module-article--4 {
  position: relative;
}
.module-article.module-article--4 .module-article__image-full {
  line-height: 0;
  position: relative;
  padding-top: 56%;
  height: 0;
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--4 .module-article__image-full {
    padding-top: 95%;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--4 .module-article__image-full {
    padding-top: 95%;
  }
}
.module-article.module-article--4 .module-article__image-full img {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-article.module-article--4 .module-article__image-full video,
.module-article.module-article--4 .module-article__image-full iframe {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.module-article.module-article--4 .item-report {
  position: absolute;
  right: 0;
  bottom: 0;
  min-height: 45%;
  grid-template-rows: auto 1fr auto;
  width: calc(((100% - var(--module-margin)) * 30) / 100);
}
@media only screen and (max-width: 1110px) {
  .module-article.module-article--4 .item-report {
    position: absolute;
    right: 0;
    bottom: 0;
    min-height: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .module-article.module-article--4 .item-report {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--4 .item-report.item-report--semi-transparent .item-report__title {
    margin-bottom: 0px;
  }
}
.module-article.module-article--4 .item-report.item-report--semi-transparent .item-report__title a:hover {
  cursor: default;
  color: #9D9D9D !important;
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--4 .item-report.item-report--semi-transparent {
    width: 100%;
    min-height: 125px;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 100%);
  }
  .module-article.module-article--4 .item-report.item-report--semi-transparent .item-report__section {
    border: 0;
    margin-bottom: 10px;
  }
  .module-article.module-article--4 .item-report.item-report--semi-transparent .item-report__section:before {
    display: none;
  }
  .module-article.module-article--4 .item-report.item-report--semi-transparent .item-report__section p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .module-article.module-article--4 .item-report.item-report--semi-transparent .item-report__section p:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #ccc419;
    margin-right: 10px;
    position: relative;
    bottom: 5px;
  }
  .module-article.module-article--4 .item-report.item-report--semi-transparent .item-report__section p:after {
    display: none;
  }
  .module-article.module-article--4 .item-report.item-report--semi-transparent .item-report__sub-section {
    display: none;
  }
  .module-article.module-article--4 .item-report.item-report--semi-transparent .item-report__title a:hover {
    cursor: default;
    color: #9D9D9D !important;
  }
  .module-article.module-article--4 .item-report.item-report--semi-transparent .item-report__title h3 {
    font-size: 16px;
    margin-bottom: 0;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 400;
  }
  .module-article.module-article--4 .item-report.item-report--semi-transparent .item-report__footer {
    display: none;
  }
}

.module-article.module-article--5 {
  margin-left: var(--module-margin);
  display: grid;
  grid-template-columns: 1fr 30% 30% 30%;
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: ". report-1 article-1 featured" ". article-2 report-2 featured";
  /* If is Item Report */
  /* Modifier for 3 Colum */
  /* Modifier for 2 Colum */
  /* Modifier for 1 Colum */
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--5 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--5 {
    grid-template-columns: 1fr 1fr 30%;
    grid-template-rows: repeat(2, 1fr) auto;
    grid-template-areas: "report-1 article-1 featured" "article-2 report-2 featured";
  }
}
.module-article.module-article--5 .module-article__col:nth-child(1) {
  grid-area: report-1;
}
.module-article.module-article--5 .module-article__col:nth-child(2) {
  grid-area: article-1;
  padding-bottom: 100%;
  /* If is Item Article */
}
@media all and (min-width: 1500px) {
  .module-article.module-article--5 .module-article__col:nth-child(2).item-article {
    height: calc(50vh - 45px);
    padding-bottom: 0 !important;
  }
}
.module-article.module-article--5 .module-article__col:nth-child(3) {
  grid-area: article-2;
  padding-bottom: 100%;
  /* If is Item Article */
}
@media all and (min-width: 1500px) {
  .module-article.module-article--5 .module-article__col:nth-child(3).item-article {
    height: calc(50vh - 45px);
    padding-bottom: 0 !important;
  }
}
.module-article.module-article--5 .module-article__col:nth-child(4) {
  grid-area: report-2;
}
.module-article.module-article--5 .module-article__col:nth-child(5) {
  grid-area: featured;
}
.module-article.module-article--5 .module-article__col.item-report {
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 1110px) {
  .module-article.module-article--5 {
    margin-left: 0;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "report-1 article-1" "article-2 report-2 " "featured featured";
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--5 {
    grid-template-columns: 100%;
    grid-template-rows: repeat(4, auto);
    grid-template-areas: "report-1" "article-1" "report-2" "article-2" "featured";
  }
}
.module-article.module-article--5.module--3-col {
  grid-template-columns: 1fr 30% 30% 30%;
  grid-template-areas: ". report-1 article-1 featured" ". report-1 article-2 featured";
}
.module-article.module-article--5.module--3-col .module-article__col:nth-child(1) {
  grid-area: report-1;
}
.module-article.module-article--5.module--3-col .module-article__col:nth-child(2) {
  grid-area: article-1;
  padding-bottom: 100%;
}
.module-article.module-article--5.module--3-col .module-article__col:nth-child(3) {
  grid-area: article-2;
  padding-bottom: 100%;
}
.module-article.module-article--5.module--3-col .module-article__col:nth-child(4) {
  grid-area: featured;
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--5.module--3-col {
    grid-template-columns: 1fr 1fr 30%;
    grid-template-rows: repeat(2, 1fr) auto;
    grid-template-areas: "report-1 article-1 featured" "report-1 article-2 featured";
  }
}
@media only screen and (max-width: 1110px) {
  .module-article.module-article--5.module--3-col {
    margin-left: 0;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "report-1 report-1" "article-1 article-2" "featured featured";
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--5.module--3-col {
    margin-left: 0;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "report-1" "article-1" "article-2" "featured";
  }
}
.module-article.module-article--5.module--2-col {
  grid-template-columns: 1fr 30% 30% 30%;
  grid-template-rows: auto;
  grid-template-areas: ". report-1 article-1 featured";
}
.module-article.module-article--5.module--2-col .module-article__col:nth-child(1) {
  grid-area: report-1;
}
.module-article.module-article--5.module--2-col .module-article__col:nth-child(2) {
  grid-area: article-1;
  padding-bottom: 100%;
}
.module-article.module-article--5.module--2-col .module-article__col:nth-child(3) {
  grid-area: featured;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--5.module--2-col {
    grid-template-columns: 1fr 1fr 30%;
    grid-template-rows: auto;
    grid-template-areas: "report-1 article-1 featured";
  }
}
@media only screen and (max-width: 1110px) {
  .module-article.module-article--5.module--2-col {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
    grid-template-areas: "report-1 article-1" "featured featured";
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--5.module--2-col {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "report-1" "article-1" "featured";
  }
}
.module-article.module-article--5.module--1-col {
  grid-template-columns: 1fr 60% 30%;
  grid-template-rows: auto;
  grid-template-areas: ". report-1 featured";
}
.module-article.module-article--5.module--1-col .module-article__col:nth-child(1) {
  grid-area: report-1;
}
.module-article.module-article--5.module--1-col .module-article__col:nth-child(2) {
  grid-area: featured;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--5.module--1-col {
    grid-template-columns: 1fr 30%;
    grid-template-rows: auto;
    grid-template-areas: "report-1 featured";
  }
}
@media only screen and (max-width: 1110px) {
  .module-article.module-article--5.module--1-col {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "report-1 featured";
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--5.module--1-col {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "report-1" "featured";
  }
}

.module-article {
  /* Slider */
}
.module-article.module-article--6 {
  margin-left: var(--module-margin);
  display: grid;
  grid-template-columns: 40% 60%;
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--6 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--6 {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
  }
}
.module-article.item-with-slider {
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .module-article.item-with-slider .module-article__col:nth-child(1) {
    position: relative;
    top: 60px;
    height: 0;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.item-with-slider .module-article__col:nth-child(1) {
    top: 35px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-article.item-with-slider .module-article__col:nth-child(2) {
    position: relative;
  }
}
.module-article.item-with-slider .item-with-slider__box-slider {
  top: 50%;
  transform: translate(13%, calc(-50%));
  z-index: 5;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .module-article.item-with-slider .item-with-slider__box-slider {
    transform: none;
    top: 0;
    padding: 0 10vw;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.item-with-slider .item-with-slider__box-slider {
    padding: 0 15px;
  }
}
.module-article.item-with-slider .item-with-slider__box-slider .slide-controls {
  margin-top: 0;
  transform: translate3d(0, 150%, 0);
  opacity: 0;
  margin: 0;
  width: 85%;
  transition: all 0.5s ease-in;
}
@media only screen and (max-width: 1050px) {
  .module-article.item-with-slider .item-with-slider__box-slider .slide-controls {
    width: 385px;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.item-with-slider .item-with-slider__box-slider .slide-controls {
    display: none;
  }
}
.module-article.item-with-slider .person-slider__slide-ratio {
  position: relative;
  padding-bottom: 93%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.module-article.item-with-slider .person-slider__slide-ratio:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc419;
  content: "";
  z-index: 3;
  transform: translate3d(0, -110%, 0);
  opacity: 0;
  animation: imageCover 1.5s cubic-bezier(0.79, 0.01, 0.27, 0.99);
  animation-delay: 0s;
}
.module-article.item-with-slider .person-slider__slide-ratio.animate-transition {
  animation-delay: 0s;
}
.module-article.item-with-slider .person-slider__slide-ratio .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.module-article.item-with-slider .person-slider__slide-ratio .image img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.module-article.item-with-slider .person-slider__slide-ratio .image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.module-article.item-with-slider .person-slider__slide-ratio .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  line-height: 0;
  display: block;
  transform: scale3d(1.6, 1.6, 1.6);
  opacity: 0;
}
.module-article.item-with-slider .questions-slider__slide {
  position: relative !important;
  padding: 4.1% 10vw;
}
@media only screen and (max-width: 1050px) {
  .module-article.item-with-slider .questions-slider__slide {
    padding-top: calc(100vw - 100px);
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.item-with-slider .questions-slider__slide {
    padding: calc(100vw - 0px) 15px 30px 15px;
  }
}
.module-article.item-with-slider .questions-slider__slide * {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.module-article.item-with-slider .questions-slider__section {
  width: 100%;
  margin-bottom: 10px;
}
.module-article.item-with-slider .questions-slider__section p {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0px;
  position: relative;
  color: #ffffff;
}
.module-article.item-with-slider .questions-slider__section p:before {
  content: "";
  height: 4px;
  width: 32px;
  background: #ccc419;
  margin-right: 7px;
  position: relative;
  top: -3px;
  float: left;
}
@media only screen and (max-width: 1050px) {
  .module-article.item-with-slider .questions-slider__section p:before {
    top: 3px;
  }
}
.module-article.item-with-slider .questions-slider__section p > div {
  position: relative;
  top: -11px;
}
@media only screen and (max-width: 1050px) {
  .module-article.item-with-slider .questions-slider__section p > div {
    top: -4px;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.item-with-slider .questions-slider__title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.module-article.item-with-slider .questions-slider__title h2 {
  font-size: 96px;
  margin-bottom: 30px;
}
.module-article.item-with-slider .questions-slider__title h2 > div {
  overflow: hidden;
}
.module-article.item-with-slider .questions-slider__title h2 > div > div {
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
@media only screen and (max-width: 750px) {
  .module-article.item-with-slider .questions-slider__title h2 {
    font-size: 57px;
    margin-bottom: 0px;
  }
}
.module-article.item-with-slider .questions-slider__bg {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0 !important;
  background-color: #000;
}
.module-article.item-with-slider .questions-slider__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  line-height: 0;
  display: block;
  transform: scale3d(1.6, 1.6, 1.6);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1s;
  transform-origin: right;
}
.module-article.item-with-slider .questions-slider__box {
  padding: 50px 0 50px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: relative;
}
.module-article.item-with-slider .questions-slider__box:before, .module-article.item-with-slider .questions-slider__box:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  transition: all 0.4s linear;
}
.module-article.item-with-slider .questions-slider__box:after {
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 1050px) {
  .module-article.item-with-slider .questions-slider__box {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.item-with-slider .questions-slider__box {
    padding: 30px 0 30px 0;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.item-with-slider .questions-slider__box {
    padding: 20px 0 20px 0;
    margin-top: 110px;
    border-top: 0;
  }
}
.module-article.item-with-slider .questions-slider__box__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.module-article.item-with-slider .questions-slider__box__item:last-child {
  margin-bottom: 0;
}
.module-article.item-with-slider .questions-slider__box__item p {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.1;
  font-family: "Noto-Light", sans-serif;
  padding-left: 30px;
}
.module-article.item-with-slider .questions-slider__box__item p > div {
  overflow: hidden;
}
.module-article.item-with-slider .questions-slider__box__item p > div > div {
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  transition: all 1s ease;
}
@media only screen and (max-width: 750px) {
  .module-article.item-with-slider .questions-slider__box__item p {
    font-size: 20px;
  }
}
.module-article.item-with-slider .questions-slider__box__item span {
  width: 50px;
  position: relative;
  top: -2px;
  font-size: 57px;
  font-family: "Noto-Light", sans-serif;
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  transition: all 1s ease;
}
.module-article.item-with-slider .questions-slider__box__item__answer {
  font-style: italic;
}
.module-article.item-with-slider .questions-slider__cta {
  padding-left: 80px;
  padding-top: 30px;
}
@media only screen and (max-width: 1050px) {
  .module-article.item-with-slider .questions-slider__cta {
    padding-top: 30px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.item-with-slider .questions-slider__cta {
    padding-top: 30px;
  }
}
.module-article.item-with-slider .questions-slider__cta p > div {
  overflow: hidden;
}
.module-article.item-with-slider .questions-slider__cta p > div > div {
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  transition: all 1s ease;
}
.module-article.item-with-slider .questions-slider__cta__name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
}
.module-article.item-with-slider .questions-slider__cta__position {
  font-size: 16px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .module-article.item-with-slider .questions-slider__cta__position {
    margin-bottom: 20px;
  }
}
.module-article.item-with-slider .questions-slider__cta .button {
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  transition: all 1s ease;
}
@media only screen and (max-width: 750px) {
  .module-article.item-with-slider .questions-slider__cta {
    padding-left: 0px;
  }
}
.module-article.item-with-slider .mobile--only {
  display: none !important;
}
@media only screen and (max-width: 1050px) {
  .module-article.item-with-slider .mobile--only {
    display: block !important;
  }
  .module-article.item-with-slider .hidden--mobile {
    display: none !important;
  }
}
.module-article.item-with-slider.aos-animate .mobile--only h2 > div > div {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 1.4s;
}
.module-article.item-with-slider.aos-animate .slide-controls.qa--control {
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}
.module-article.item-with-slider.aos-animate .person-slider__slide-ratio.aos-animate:before {
  animation-play-state: running;
  animation: imageCoverB 1.5s cubic-bezier(0.79, 0.01, 0.27, 0.99);
  animation-delay: 0s;
  opacity: 1;
  transition-delay: 0s;
}
.module-article.item-with-slider.aos-animate .person-slider__slide-ratio.aos-animate .image {
  opacity: 1;
  transition-delay: 1s;
}
.module-article.item-with-slider.aos-animate .person-slider__slide-ratio.aos-animate .image img.visible {
  opacity: 1;
  z-index: 999; /* animation is looped so we always need the visible image to be on top */
  transform: scale3d(1, 1, 1);
  transition: transform 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.module-article.item-with-slider.aos-animate .person-slider__slide-ratio.aos-animate.animation-paused:before {
  animation-play-state: paused;
  z-index: -1;
}
.module-article.item-with-slider.aos-animate .person-slider__slide-ratio.animate-transition:before {
  animation: imageCover 1.5s cubic-bezier(0.79, 0.01, 0.27, 0.99);
  animation-delay: 0.1s;
  animation-play-state: running;
}
.module-article.item-with-slider.aos-animate .person-slider__slide-ratio.animate-transition.animation-paused:before {
  animation-play-state: paused;
  z-index: -1;
}
.module-article.item-with-slider.aos-animate .slick-current .questions-slider__bg img {
  transform: scale3d(1, 1, 1);
}
.module-article.item-with-slider.aos-animate .slick-current .questions-slider__box::before, .module-article.item-with-slider.aos-animate .slick-current .questions-slider__box::after {
  width: 100%;
  transition-delay: 1.4s;
}
@media only screen and (max-width: 1050px) {
  .module-article.item-with-slider.aos-animate .slick-current .questions-slider__box::before {
    display: none;
  }
}
.module-article.item-with-slider.aos-animate .slick-current .questions-slider__box__item p > div > div,
.module-article.item-with-slider.aos-animate .slick-current .questions-slider__title h2 > div > div,
.module-article.item-with-slider.aos-animate .slick-current .questions-slider__cta p > div > div,
.module-article.item-with-slider.aos-animate .slick-current .questions-slider__cta .button {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 1.4s;
}
.module-article.item-with-slider.aos-animate .slick-current .questions-slider__box__item > span {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 2s;
}

.module-article.module-article--7 {
  display: grid;
  grid-template-columns: 1fr calc((( 100% - var(--module-margin)) * 60)/100 );
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--7 {
    grid-template-columns: 100%;
  }
}
.module-article.module-article--7 .module-article__col:nth-child(1) {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--7 .module-article__col:nth-child(1) {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: repeat(auto-fit, 33.3333%);
    grid-auto-flow: dense;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--7 .module-article__col:nth-child(1) {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: repeat(auto-fit, 50%);
    grid-auto-flow: dense;
  }
}
.module-article.module-article--7 .module-article__col:nth-child(2) {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  background-color: #2D2D2D;
  color: #9D9D9D;
  padding: 30px 45px 20px 30px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--7 .module-article__col:nth-child(2) {
    grid-template-rows: auto;
  }
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--7 .module-article__col:nth-child(2) {
    padding: 20px 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--7 .module-article__col:nth-child(2) {
    padding: 20px 15px;
    padding-top: 30px;
  }
}
.module-article.module-article--7 .module-article__col:nth-child(2) a {
  color: #9D9D9D;
}
.module-article.module-article--7 .module-article__col:nth-child(2) a:hover {
  color: #ccc419;
}
.module-article.module-article--7 .module-article__image-wrapper:nth-child(3) {
  grid-column: span 2;
}
.module-article.module-article--7 .module-article__image-wrapper {
  line-height: 0;
  position: relative;
  overflow: hidden;
  background-color: #9D9D9D;
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--7 .module-article__image-wrapper {
    padding-top: 50%;
  }
}
.module-article.module-article--7 .module-article__image-wrapper:nth-child(2) {
  background-color: #5D5D5D;
}
.module-article.module-article--7 .module-article__image-wrapper:nth-child(3) {
  background-color: #737373;
}
.module-article.module-article--7 .module-article__image-wrapper:nth-child(4) {
  background-color: #9D9D9D;
}
.module-article.module-article--7 .module-article__image-wrapper:nth-child(5) {
  background-color: #5D5D5D;
}
.module-article.module-article--7 .module-article__image-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc419;
  content: "";
  z-index: 3;
  transform: translate3d(0, -110%, 0);
}
.module-article.module-article--7 .module-article__image-wrapper.animate:before {
  animation: imageCover 1.5s cubic-bezier(0.79, 0.01, 0.27, 0.99);
}
.module-article.module-article--7 .module-article__image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.module-article.module-article--7 .module-article__section {
  border-bottom: 1px solid #494949;
  margin-bottom: 30px;
}
.module-article.module-article--7 .module-article__section p {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
  color: #9D9D9D;
}
.module-article.module-article--7 .module-article__section p > div {
  overflow: hidden;
}
.module-article.module-article--7 .module-article__section p > div > div {
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
.module-article.module-article--7 .module-article__section p:after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.module-article.module-article--7 .module-article__title .h2 {
  color: #dddddd;
  max-width: 10em;
  margin-bottom: 100px;
  font-size: 60px;
}
.module-article.module-article--7 .module-article__title .h2 > div {
  overflow: hidden;
}
.module-article.module-article--7 .module-article__title .h2 > div > div {
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--7 .module-article__title .h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--7 .module-article__title .h2 {
    font-size: 34px;
  }
}
.module-article.module-article--7 .module-article__hash li {
  border-bottom: 1px solid #737373;
  margin: 0;
  overflow: hidden;
}
.module-article.module-article--7 .module-article__hash li a {
  font-family: "Noto-Light", sans-serif;
  font-size: 60px;
  line-height: 62px;
  padding: 20px 0;
  display: block;
  word-break: break-all;
  color: #737373;
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
.module-article.module-article--7 .module-article__hash li a.active {
  color: #ccc419;
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--7 .module-article__hash li a {
    font-size: 42px;
  }
}
.module-article.module-article--7 .module-article__hash li:first-child {
  border-top: 1px solid #575757;
}
.module-article.module-article--7 .module-article__hash li:last-child {
  border-bottom: 0;
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--7 .module-article__hash {
    display: none;
  }
}
.module-article.module-article--7 .module-article__footer {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 5px;
  border-top: 1px solid #5D5D5D;
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  transition-delay: 1s;
}
.module-article.module-article--7 .module-article__footer a {
  color: #9D9D9D;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.module-article.module-article--7 .module-article__footer a svg {
  position: relative;
  top: 4px;
  margin-right: 10px;
  width: 22px;
  height: 22px;
}
.module-article.module-article--7 .module-article__footer a svg path {
  fill: #ccc419;
}
.module-article.module-article--7 .module-article__footer a:hover svg path {
  fill: #ccc419;
}
.module-article.module-article--7 .module-article__footer a i.las {
  font-size: 32px;
}
.module-article.module-article--7 .module-article__footer a.is--animated {
  overflow: hidden;
}
.module-article.module-article--7 .module-article__footer a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-article.module-article--7 .module-article__footer a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-article.module-article--7 .module-article__footer a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-article.module-article--7 .module-article__footer a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-article.module-article--7.aos-animate .module-article__image-wrapper img {
  opacity: 1;
  transition-delay: 1s;
}
.module-article.module-article--7.aos-animate .module-article__image-wrapper:nth-child(2) img {
  transition-delay: 1.2s;
}
.module-article.module-article--7.aos-animate .module-article__image-wrapper:nth-child(3) img {
  transition-delay: 1.4s;
}
.module-article.module-article--7.aos-animate .module-article__image-wrapper:nth-child(4) img {
  transition-delay: 1.6s;
}
.module-article.module-article--7.aos-animate .module-article__image-wrapper:nth-child(5) img {
  transition-delay: 1.8s;
}
.module-article.module-article--7.aos-animate .module-article__title .h2 > div > div,
.module-article.module-article--7.aos-animate .module-article__hash li a,
.module-article.module-article--7.aos-animate .module-article__section p > div > div,
.module-article.module-article--7.aos-animate .module-article__footer {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.module-article.module-article--7.aos-animate .module-article__title .h2 > div:nth-child(2) > div,
.module-article.module-article--7.aos-animate .module-article__section p > div:nth-child(2) > div {
  transition-delay: 0.2s;
}
.module-article.module-article--7.aos-animate .module-article__title .h2 > div:nth-child(3) > div,
.module-article.module-article--7.aos-animate .module-article__section p > div:nth-child(3) > div {
  transition-delay: 0.4s;
}
.module-article.module-article--7.aos-animate .module-article__title .h2 > div:nth-child(4) > div,
.module-article.module-article--7.aos-animate .module-article__section p > div:nth-child(4) > div {
  transition-delay: 0.6s;
}
.module-article.module-article--7.aos-animate .module-article__title .h2 > div:nth-child(5) > div,
.module-article.module-article--7.aos-animate .module-article__section p > div:nth-child(5) > div {
  transition-delay: 0.8s;
}
.module-article.module-article--7.aos-animate .module-article__title .h2 > div:nth-child(6) > div,
.module-article.module-article--7.aos-animate .module-article__section p > div:nth-child(6) > div {
  transition-delay: 1s;
}
.module-article.module-article--7.aos-animate .module-article__title .h2 > div:nth-child(7) > div,
.module-article.module-article--7.aos-animate .module-article__section p > div:nth-child(7) > div {
  transition-delay: 1.2s;
}
.module-article.module-article--7.aos-animate .module-article__title .h2 > div:nth-child(n+8) > div,
.module-article.module-article--7.aos-animate .module-article__section p > div:nth-child(n+8) > div {
  transition-delay: 1.4s;
}

.module-article.module-article--8 {
  display: grid;
  grid-template-columns: 1fr calc((( 100% - var(--module-margin)) * 60)/100 );
  background-color: #ccc419;
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--8 {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
  }
}
.module-article.module-article--8 .module-article__col {
  padding-top: 10%;
  padding-bottom: 10%;
}
@media only screen and (max-width: 1200px) {
  .module-article.module-article--8 .module-article__col {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--8 .module-article__col {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.module-article.module-article--8 .module-article__col:nth-child(1) {
  padding-right: 25%;
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--8 .module-article__col:nth-child(1) {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--8 .module-article__col:nth-child(1) {
    padding-bottom: 20px;
  }
}
.module-article.module-article--8 .module-article__col:nth-child(1).item-featured__section {
  margin-top: 10px;
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--8 .module-article__col:nth-child(1).item-featured__section {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--8 .module-article__col:nth-child(2) {
    padding-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--8 .item-featured__title {
    margin-bottom: 0;
  }
}
.module-article.module-article--8 .item-text-image a:hover h4 {
  color: #ffffff !important;
}

.module-article.module-article--8-b {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto;
  background-color: #ccc419;
  padding: 5vw;
  padding-bottom: 0;
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--8-b {
    padding: 5vw 30px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--8-b {
    padding: 90px 15px 0 15px;
  }
}
.module-article.module-article--8-b .module-article__col:nth-child(1) {
  padding-right: 0;
  padding-bottom: 80px;
}
.module-article.module-article--8-b .module-article__col:nth-child(1) .item-featured__section {
  border: 0;
}
.module-article.module-article--8-b .module-article__col:nth-child(1) .item-featured__section p {
  width: 50%;
  border-bottom: 1px solid #fad6b3;
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--8-b .module-article__col:nth-child(1) .item-featured__section p {
    width: 100%;
  }
}
.module-article.module-article--8-b .module-article__col:nth-child(1) .item-featured__title {
  max-width: none;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-gap: 40px;
  margin-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--8-b .module-article__col:nth-child(1) .item-featured__title h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
  }
}
.module-article.module-article--8-b .module-article__col:nth-child(1) .item-featured__title p {
  font-size: 19px;
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: 10px;
  margin-top: -41px;
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--8-b .module-article__col:nth-child(1) .item-featured__title p {
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--8-b .module-article__col:nth-child(1) .item-featured__title p {
    font-size: 16px;
    line-height: 22px;
  }
}
.module-article.module-article--8-b .module-article__col:nth-child(1) .item-featured__title p:before {
  content: "";
  display: block;
  border-bottom: 1px solid #fad6b3;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--8-b .module-article__col:nth-child(1) .item-featured__title p:before {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--8-b .module-article__col:nth-child(1) .item-featured__title {
    grid-template-columns: 100%;
    gap: 20px;
    border-bottom: 1px solid #fad6b3;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--8-b .module-article__col:nth-child(1) .item-featured__title {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--8-b .module-article__col:nth-child(1) {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--8-b .module-article__col:nth-child(1) {
    padding-right: 0;
    padding-left: 0;
  }
}
.module-article.module-article--8-b .module-article__col {
  border-top: 1px solid #fad6b3;
  padding-top: 100px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--8-b .module-article__col {
    padding-top: 60px;
  }
}
.module-article.module-article--8-b .module-article__col .item-text-image {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  padding: 0;
  margin-bottom: 80px;
}
.module-article.module-article--8-b .module-article__col .item-text-image.js-show-first-page a:nth-child(n+7) {
  display: none;
}
.module-article.module-article--8-b .module-article__col .item-text-image a {
  position: relative;
  transition: all 0.25s;
  overflow: visible;
}
.module-article.module-article--8-b .module-article__col .item-text-image a .item-text-image__text {
  position: absolute;
  bottom: 0;
  top: auto;
  transform: translateY(50%);
  width: 80%;
}
.module-article.module-article--8-b .module-article__col .item-text-image a .item-text-image__text h4 {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 0;
  padding-bottom: 5px;
  font-family: "trade-gothic-next", sans-serif;
  letter-spacing: 1px;
}
.module-article.module-article--8-b .module-article__col .item-text-image a .item-text-image__text p {
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: none;
}
.module-article.module-article--8-b .module-article__col .item-text-image a .item-text-image__image {
  margin-top: 0;
}
.module-article.module-article--8-b .module-article__col .item-text-image a:hover h4 {
  color: rgba(255, 255, 255, 0.9) !important;
}
.module-article.module-article--8-b .module-article__col .item-text-image a:hover p {
  color: rgba(221, 221, 221, 0.9) !important;
}
@media only screen and (max-width: 1050px) {
  .module-article.module-article--8-b .module-article__col .item-text-image {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .module-article.module-article--8-b .module-article__col .item-text-image {
    grid-template-columns: 100%;
  }
}
.module-article.module-article--8-b .module-article__col .button {
  margin: 20px auto;
}
.module-article.module-article--8-b .module-article__col .button:hover {
  border-color: #ffffff;
}
.module-article.module-article--8-b .module-article__col .button:hover span {
  color: #ffffff !important;
}
.module-article.module-article--8-b .module-article__col .button.view-more {
  transform: translateX(-50%);
  position: relative;
  left: 50%;
}
.module-article.module-article--8-b .item-text-image a:hover h4 {
  color: #ffffff !important;
}

.module-article.module-article--8-b .module-article__col .module-blog.module-blog--1 {
  margin: 0 0 70px 0;
}
.module-article.module-article--8-b .module-article__col .module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__section p,
.module-article.module-article--8-b .module-article__col .module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__title h2 a,
.module-article.module-article--8-b .module-article__col .module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__title p {
  color: #ffffff;
}
.module-article.module-article--8-b .module-article__col .module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__section {
  border-bottom: 2px solid #ffffff;
}
.module-article.module-article--8-b .module-article__col .module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__footer {
  border-top: 1px solid #ffffff;
}
.module-article.module-article--8-b .module-article__col .module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__footer a {
  color: #ffffff;
}
.module-article.module-article--8-b .module-article__col .module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__footer a:hover {
  color: #5D5D5D;
}
.module-article.module-article--8-b .module-article__col .module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__footer a:hover .module-blog__body .col-article .col-article__featured__footer a i.las {
  color: #5D5D5D;
}
.module-article.module-article--8-b .module-article__col .module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__footer a i.las {
  color: #ffffff;
}

@media only screen and (max-width: 750px) {
  .new-more-items {
    padding: 30px 15px 0 15px !important;
  }
}
.new-more-items .module-article__col {
  padding: 0 !important;
}
.new-more-items .item-featured__section {
  margin-bottom: 48px !important;
}
.new-more-items .module-article__col {
  margin: 0 !important;
}
.new-more-items .module-article__col .item-text-image.js-show-first-page a:nth-child(n+7) {
  display: block !important;
}
.new-more-items .item-text-image {
  display: block !important;
  width: 100%;
  position: relative;
  margin-bottom: 30px !important;
}
.new-more-items .item-text-image a {
  margin-left: 80px;
}
@media only screen and (max-width: 1050px) {
  .new-more-items .item-text-image a {
    margin-left: 60px;
  }
}
.new-more-items .item-text-image .slick-list {
  margin-left: -80px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 1050px) {
  .new-more-items .item-text-image .slick-list {
    margin-left: -60px;
  }
}
.new-more-items .item-text-image .slick-arrow {
  position: absolute;
  top: -85px;
  right: 0;
  width: 50px;
  height: 19px;
  background: none;
  background-image: url(images/arrow.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 1000px;
}
@media only screen and (max-width: 600px) {
  .new-more-items .item-text-image .slick-arrow {
    width: 30px;
    height: 12px;
    top: -80px;
  }
}
.new-more-items .item-text-image .slick-prev {
  right: 73px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 600px) {
  .new-more-items .item-text-image .slick-prev {
    right: 45px;
  }
}
.new-more-items .item-text-image .slick-disabled {
  opacity: 0.34;
}

.module-article .item-featured {
  display: grid;
  grid-template-rows: auto 1fr auto;
  background-color: #ccc419;
  color: #ffffff;
  padding: 30px 30px 20px 30px;
}
@media only screen and (max-width: 1050px) {
  .module-article .item-featured {
    padding: 20px 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .module-article .item-featured {
    padding: 20px 15px;
    padding-top: 30px;
  }
}
.module-article .item-featured .item-featured__footer a {
  color: #ffffff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.module-article .item-featured .item-featured__footer a i.las {
  font-size: 32px;
}
.module-article .item-featured .item-featured__footer a.is--animated {
  overflow: hidden;
}
.module-article .item-featured .item-featured__footer a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-article .item-featured .item-featured__footer a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-article .item-featured .item-featured__footer a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-article .item-featured .item-featured__footer a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-article .item-featured__section {
  border-bottom: 1px solid transparent;
  margin-bottom: 30px;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 0.4s ease;
  position: relative;
}
.module-article .item-featured__section:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.4s linear;
  background: #fad6b3;
  height: 1px;
  content: "";
  transition-delay: 1s;
}
.module-article .item-featured__section p {
  font-size: 14px;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.module-article .item-featured__section p:after {
  content: "";
  display: block;
  height: 4px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0px;
  transition: all 0.2s linear;
  transition-delay: 1s;
}
.module-article .item-featured__title {
  margin-bottom: 40px;
  letter-spacing: -1px;
  word-break: break-word;
  max-width: 42em;
  opacity: 0;
  transition-delay: 0.5s;
  position: relative;
}
.module-article .item-featured__title a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.module-article .item-featured__title h2 > div {
  overflow: hidden;
}
.module-article .item-featured__title h2 > div > div {
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
@media only screen and (max-width: 1200px) {
  .module-article .item-featured__title {
    min-height: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .module-article .item-featured__title h2 {
    font-size: 48px;
  }
}
.module-article .item-featured__footer {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 0px;
  border-top: 1px solid transparent;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 0.4s ease;
  position: relative;
}
.module-article .item-featured__footer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  transition: all 0.4s linear;
  background: #fad6b3;
  height: 1px;
  content: "";
  transition-delay: 2s;
}
.module-article .item-article {
  /* Base 3 Images */
  overflow: hidden;
  position: relative;
  height: 100%;
  word-break: break-word;
  background: #737373;
}
.module-article .item-article:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: imageCover 1.5s ease-in-out;
  animation-play-state: paused;
  background: #ccc419;
  content: "";
  z-index: 3;
}
@media only screen and (max-width: 750px) {
  .module-article .item-article {
    padding-bottom: 86% !important;
  }
}
.module-article .item-article a {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.module-article .item-article a img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.module-article .item-article a:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.module-article .item-article a img {
  transform: scale3d(1.6, 1.6, 1.6);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.module-article .item-article__cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
}
.module-article .item-article img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  line-height: 0;
  display: block;
}
.module-article .item-article__info {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  padding: 30px 30px 55px 30px;
  color: #ffffff;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1050px) {
  .module-article .item-article__info {
    padding: 20px 30px 55px 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .module-article .item-article__info {
    padding: 20px 15px;
    padding-top: 30px;
  }
}
.module-article .item-article__info a {
  color: #ffffff;
}
.module-article .item-article__info .info-section {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.module-article .item-article__info .info-section:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  background: #ccc419;
  margin-right: 10px;
  position: relative;
  bottom: 4px;
}
.module-article .item-article__info .info-title p {
  font-size: 16px;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.2;
}
.module-article .item-article__info .info-title p.short-description {
  margin-top: 15px;
}
.module-article .item-report {
  color: #9D9D9D;
  background-color: #2D2D2D;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  padding: 30px 30px 20px 30px;
  word-break: break-word;
}
.module-article .item-report h1,
.module-article .item-report h2,
.module-article .item-report h3,
.module-article .item-report h4 {
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 700;
}
.module-article .item-report a {
  color: #9D9D9D;
}
@media only screen and (max-width: 1050px) {
  .module-article .item-report {
    padding: 20px 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .module-article .item-report {
    padding: 20px 15px;
    padding-top: 30px;
    min-height: 80vw;
  }
}
.module-article .item-report__sub-section {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 0.4s ease;
}
.module-article .item-report__section {
  border-bottom: 1px solid transparent;
  margin-bottom: 30px;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 0.4s ease;
  position: relative;
}
.module-article .item-report__section:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: all 0.4s linear;
  background: #5D5D5D;
  height: 1px;
  content: "";
  transition-delay: 1s;
}
.module-article .item-report__section p {
  font-size: 14px;
  font-weight: 700 !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.module-article .item-report__section p:after {
  content: "";
  display: text;
  height: 4px;
  width: 0px;
  transition: all 0.2s linear;
  transition-delay: 1s;
  background: #5D5D5D;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.module-article .item-report__sub-section p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px !important;
  margin-top: -10px;
  margin-bottom: 5px;
}
.module-article .item-report__title {
  margin-bottom: 40px;
  letter-spacing: 1px;
  padding-right: 50px;
  opacity: 0;
  position: relative;
}
.module-article .item-report__title a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.module-article .item-report__title h3 {
  font-size: 24px;
  font-weight: 700;
}
.module-article .item-report__title h3 > div {
  overflow: hidden;
  line-height: 1.15;
}
.module-article .item-report__title h3 > div > div {
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
.module-article .item-report__subtitle {
  position: relative;
}
.module-article .item-report__subtitle a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.module-article .item-report__subtitle p {
  font-size: 16px;
}
.module-article .item-report__subtitle p > div {
  overflow: hidden;
}
.module-article .item-report__subtitle p > div > div {
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
.module-article .item-report__subtitle:before {
  content: "";
  display: text;
  height: 2px;
  width: 100%;
  background: #5D5D5D;
  margin-bottom: 20px;
}
.module-article .item-report__footer {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 0px;
  border-top: 1px solid transparent;
  margin-top: 30px;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 0.4s ease;
  position: relative;
}
.module-article .item-report__footer:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  transition: all 0.4s linear;
  background: #5D5D5D;
  height: 1px;
  content: "";
  transition-delay: 2s;
}
.module-article .item-report__footer a {
  color: #9D9D9D;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.module-article .item-report__footer a i.las {
  font-size: 32px;
}
.module-article .item-report__footer a.is--animated {
  overflow: hidden;
}
.module-article .item-report__footer a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-article .item-report__footer a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-article .item-report__footer a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-article .item-report__footer a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-article .item-report--no-subtitle {
  grid-template-rows: auto 1fr auto;
}
.module-article .item-report--semi-transparent {
  background-color: rgba(45, 45, 45, 0.95);
}
.module-article.module-article--5 .item-report__subtitle p {
  display: none;
}
.module-article .item__video-poster__play {
  position: absolute;
  /*
  bottom: 20px;
  right: 20px;
  */
  top: 50%;
  left: 50%;
  transform: scale(1.15) translate(-50%, -50%);
  /* BY JPJ 06-14 */
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .module-article .item__video-poster__play {
    transform: scale(0.7) translate(-75%, -75%);
  }
}
.module-article .item__video-poster__play .base-ring {
  stroke: white;
  stroke-width: 2px;
  stroke-linecap: round;
}
.module-article .item__video-poster__play .base-ring .progress-base__circle {
  opacity: 0.5;
}
.module-article .item__video-poster__play .progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.module-article .item__video-poster__play .progress-ring__circle {
  stroke: white;
  stroke-width: 2px;
  stroke-linecap: round;
}
.module-article .item__video-poster__play .path-play {
  transition: all 0.25s;
  transform: translate(40px, 22px) rotate(90deg);
  opacity: 0.5;
  fill: #fff;
}
.module-article .item__video-poster:hover .progress-ring__circle {
  animation: progress-ring-circle 5s linear !important;
  stroke-dashoffset: 0;
}
.module-article .item__video-poster:hover .base-ring .path-play {
  opacity: 1;
}
.module-article .item-text-image {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-gap: 35px;
  padding-right: 45px;
}
@media only screen and (max-width: 1200px) {
  .module-article .item-text-image {
    grid-template-columns: 1fr 1fr;
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .module-article .item-text-image {
    grid-template-columns: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.module-article .item-text-image__text {
  padding: 15px 20px 15px 15px;
  background: #2D2D2D;
  color: #ffffff;
  max-width: 85%;
  position: relative;
  z-index: 1;
}
.module-article .item-text-image__text > * {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module-article .item-text-image__text h4 {
  font-size: 24px;
  border-bottom: 1px solid #525252;
  padding-bottom: 10px;
}
.module-article .item-text-image__text p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  color: #DDDDDD;
}
.module-article .item-text-image__text p i.las {
  font-size: 32px;
  color: #DDDDDD;
}
.module-article .item-text-image__text p i.las:hover {
  color: #ccc419;
}
.module-article .item-text-image a p {
  overflow: hidden;
}
.module-article .item-text-image a.is--animated {
  overflow: hidden;
}
.module-article .item-text-image a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-article .item-text-image a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-article .item-text-image a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-article .item-text-image a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-article .item-text-image__image {
  position: relative;
  height: 0;
  padding-bottom: 93%;
  z-index: 0;
  margin-top: -45px;
  overflow: hidden;
  overflow: hidden;
}
.module-article .item-text-image__image img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.module-article .item-text-image__image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.module-article .item-text-image__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  line-height: 0;
  display: block;
}

.item-article:nth-child(2) {
  background-color: #5D5D5D;
}
.item-article:nth-child(3) {
  background-color: #737373;
}
.item-article:nth-child(4) {
  background-color: #9D9D9D;
}

.module-article.aos-animate .item-article:before {
  animation-play-state: running;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition-delay: 1.5s;
}
.module-article.aos-animate .item-article a {
  animation-play-state: running;
  opacity: 1;
  transition-delay: 0;
}
.module-article.aos-animate .item-article a img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.module-article.aos-animate .item-article a:not(.hover) {
  transition-delay: 1s;
}
.module-article.aos-animate .item-article a:not(.hover) img {
  transition-delay: 1s;
}
.module-article.aos-animate .item-article a.hover:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.module-article.aos-animate .item-article__info {
  opacity: 1;
  transition-delay: 1.7s;
}
.module-article.aos-animate.module-article--1 .module-article__col:nth-child(3).item-article:before {
  animation-delay: 0.2s;
  transition-delay: 1.7s;
}
.module-article.aos-animate.module-article--1 .module-article__col:nth-child(3).item-article a:not(.hover) {
  animation-delay: 0.2s;
  transition-delay: 1.2s;
}
.module-article.aos-animate.module-article--1 .module-article__col:nth-child(3).item-article a:not(.hover) img {
  transition-delay: 1.7s;
}
.module-article.aos-animate.module-article--1 .module-article__col:nth-child(3).item-article__info {
  transition-delay: 1.9s;
}
.module-article.aos-animate.module-article--1 .module-article__col:nth-child(4).item-article:before {
  animation-delay: 0.4s;
  transition-delay: 1.9s;
}
.module-article.aos-animate.module-article--1 .module-article__col:nth-child(4).item-article a:not(.hover) {
  animation-delay: 0.4s;
  transition-delay: 1.4s;
}
.module-article.aos-animate.module-article--1 .module-article__col:nth-child(4).item-article a:not(.hover) img {
  transition-delay: 1.9s;
}
.module-article.aos-animate.module-article--1 .module-article__col:nth-child(4).item-article__info {
  transition-delay: 2.1s;
}
.module-article.aos-animate.module-article--3 .item-article:nth-child(3):before {
  animation: imageCoverB 1.5s ease-in-out;
  transition-delay: 2s;
  animation-delay: 0.4s;
}
.module-article.aos-animate.module-article--3 .item-article:nth-child(3) a {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.8s;
}
.module-article.aos-animate.module-article--3 .item-article:nth-child(3) .item-article__info {
  transition-delay: 2.2s;
}
.module-article.aos-animate.module-article--5 .item-article:nth-child(3):before {
  animation: imageCoverB 1.5s ease-in-out;
  transition-delay: 2s;
  animation-delay: 0.4s;
}
.module-article.aos-animate.module-article--5 .item-article:nth-child(3) a {
  transform: translate3d(0, 0, 0);
  transition-delay: 0.8s;
}
.module-article.aos-animate.module-article--5 .item-article:nth-child(3) .item-article__info {
  transition-delay: 2.2s;
}
.module-article.aos-animate.module-article--5 .item-article:nth-child(4):before {
  animation: imageCoverB 1.5s ease-in-out;
  transition-delay: 2s;
  animation-delay: 0.6s;
}
.module-article.aos-animate.module-article--5 .item-article:nth-child(4) a {
  transform: translate3d(0, 0, 0);
  transition-delay: 1s;
}
.module-article.aos-animate.module-article--5 .item-article:nth-child(4) .item-article__info {
  transition-delay: 2.4s;
}
.module-article.aos-animate .item-report__section, .module-article.aos-animate .item-report__sub-section,
.module-article.aos-animate .item-featured__section,
.module-article.aos-animate .item-featured__sub-section {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 1s;
}
.module-article.aos-animate .item-report__section:before, .module-article.aos-animate .item-report__sub-section:before,
.module-article.aos-animate .item-featured__section:before,
.module-article.aos-animate .item-featured__sub-section:before {
  width: 100%;
}
.module-article.aos-animate .item-report__section p:after, .module-article.aos-animate .item-report__sub-section p:after,
.module-article.aos-animate .item-featured__section p:after,
.module-article.aos-animate .item-featured__sub-section p:after {
  width: 60px;
}
.module-article.aos-animate .item-report__title,
.module-article.aos-animate .item-featured__title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.module-article.aos-animate .item-report__title h2 > div > div, .module-article.aos-animate .item-report__title h3 > div > div,
.module-article.aos-animate .item-featured__title h2 > div > div,
.module-article.aos-animate .item-featured__title h3 > div > div {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 0.4s;
}
.module-article.aos-animate .item-report__title h2 > div:nth-child(2) > div, .module-article.aos-animate .item-report__title h3 > div:nth-child(2) > div,
.module-article.aos-animate .item-featured__title h2 > div:nth-child(2) > div,
.module-article.aos-animate .item-featured__title h3 > div:nth-child(2) > div {
  transition-delay: 0.6s;
}
.module-article.aos-animate .item-report__title h2 > div:nth-child(3) > div, .module-article.aos-animate .item-report__title h3 > div:nth-child(3) > div,
.module-article.aos-animate .item-featured__title h2 > div:nth-child(3) > div,
.module-article.aos-animate .item-featured__title h3 > div:nth-child(3) > div {
  transition-delay: 0.8s;
}
.module-article.aos-animate .item-report__title h2 > div:nth-child(4) > div, .module-article.aos-animate .item-report__title h3 > div:nth-child(4) > div,
.module-article.aos-animate .item-featured__title h2 > div:nth-child(4) > div,
.module-article.aos-animate .item-featured__title h3 > div:nth-child(4) > div {
  transition-delay: 1s;
}
.module-article.aos-animate .item-report__title h2 > div:nth-child(5) > div, .module-article.aos-animate .item-report__title h3 > div:nth-child(5) > div,
.module-article.aos-animate .item-featured__title h2 > div:nth-child(5) > div,
.module-article.aos-animate .item-featured__title h3 > div:nth-child(5) > div {
  transition-delay: 1.2s;
}
.module-article.aos-animate .item-report__title h2 > div:nth-child(6) > div, .module-article.aos-animate .item-report__title h3 > div:nth-child(6) > div,
.module-article.aos-animate .item-featured__title h2 > div:nth-child(6) > div,
.module-article.aos-animate .item-featured__title h3 > div:nth-child(6) > div {
  transition-delay: 1.4s;
}
.module-article.aos-animate .item-report__title h2 > div:nth-child(7) > div, .module-article.aos-animate .item-report__title h3 > div:nth-child(7) > div,
.module-article.aos-animate .item-featured__title h2 > div:nth-child(7) > div,
.module-article.aos-animate .item-featured__title h3 > div:nth-child(7) > div {
  transition-delay: 1.6s;
}
.module-article.aos-animate .item-report__title h2 > div:nth-child(n+8) > div, .module-article.aos-animate .item-report__title h3 > div:nth-child(n+8) > div,
.module-article.aos-animate .item-featured__title h2 > div:nth-child(n+8) > div,
.module-article.aos-animate .item-featured__title h3 > div:nth-child(n+8) > div {
  transition-delay: 1.8s;
}
.module-article.aos-animate .item-report__text p > div > div, .module-article.aos-animate .item-report__subtitle p > div > div,
.module-article.aos-animate .item-featured__text p > div > div,
.module-article.aos-animate .item-featured__subtitle p > div > div {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 0.4s;
}
.module-article.aos-animate .item-report__text p > div:nth-child(2) > div, .module-article.aos-animate .item-report__subtitle p > div:nth-child(2) > div,
.module-article.aos-animate .item-featured__text p > div:nth-child(2) > div,
.module-article.aos-animate .item-featured__subtitle p > div:nth-child(2) > div {
  transition-delay: 0.6s;
}
.module-article.aos-animate .item-report__text p > div:nth-child(3) > div, .module-article.aos-animate .item-report__subtitle p > div:nth-child(3) > div,
.module-article.aos-animate .item-featured__text p > div:nth-child(3) > div,
.module-article.aos-animate .item-featured__subtitle p > div:nth-child(3) > div {
  transition-delay: 0.8s;
}
.module-article.aos-animate .item-report__text p > div:nth-child(4) > div, .module-article.aos-animate .item-report__subtitle p > div:nth-child(4) > div,
.module-article.aos-animate .item-featured__text p > div:nth-child(4) > div,
.module-article.aos-animate .item-featured__subtitle p > div:nth-child(4) > div {
  transition-delay: 1s;
}
.module-article.aos-animate .item-report__text p > div:nth-child(5) > div, .module-article.aos-animate .item-report__subtitle p > div:nth-child(5) > div,
.module-article.aos-animate .item-featured__text p > div:nth-child(5) > div,
.module-article.aos-animate .item-featured__subtitle p > div:nth-child(5) > div {
  transition-delay: 1.2s;
}
.module-article.aos-animate .item-report__text p > div:nth-child(6) > div, .module-article.aos-animate .item-report__subtitle p > div:nth-child(6) > div,
.module-article.aos-animate .item-featured__text p > div:nth-child(6) > div,
.module-article.aos-animate .item-featured__subtitle p > div:nth-child(6) > div {
  transition-delay: 1.4s;
}
.module-article.aos-animate .item-report__text p > div:nth-child(7) > div, .module-article.aos-animate .item-report__subtitle p > div:nth-child(7) > div,
.module-article.aos-animate .item-featured__text p > div:nth-child(7) > div,
.module-article.aos-animate .item-featured__subtitle p > div:nth-child(7) > div {
  transition-delay: 1.6s;
}
.module-article.aos-animate .item-report__text p > div:nth-child(n+8) > div, .module-article.aos-animate .item-report__subtitle p > div:nth-child(n+8) > div,
.module-article.aos-animate .item-featured__text p > div:nth-child(n+8) > div,
.module-article.aos-animate .item-featured__subtitle p > div:nth-child(n+8) > div {
  transition-delay: 1.8s;
}
.module-article.aos-animate .item-report__footer,
.module-article.aos-animate .item-featured__footer {
  transform: translate3d(0, 0, 0);
  transition-delay: 2s;
  opacity: 1;
}
.module-article.aos-animate .item-report__footer:before,
.module-article.aos-animate .item-featured__footer:before {
  width: 100%;
}

.filters {
  width: 75%;
  height: 110px;
  margin-top: -110px;
  padding: 45px;
  background-color: #393939;
  position: relative;
  z-index: 6;
  /* Filters Open */
  /* Dropdown Active */
  /* Filters Dropdown Mobile */
}
@media only screen and (max-width: 1050px) {
  .filters {
    width: 100%;
    height: 80px;
    margin-top: -80px;
    padding: 45px 30px;
  }
}
@media only screen and (max-width: 750px) {
  .filters {
    padding: 45px 15px;
  }
}
.filters__items {
  display: flex;
  text-transform: uppercase;
  font-size: 14px;
  color: #737373;
  font-weight: 700;
}
.filters__items li {
  display: inline-block;
  margin: 0 13px;
  position: relative;
}
.filters__items.filters__items--mobile {
  display: none;
}
@media only screen and (max-width: 750px) {
  .filters__items.filters__items--desktop {
    display: none;
  }
  .filters__items.filters__items--mobile {
    display: block;
  }
  .filters__items.filters__items--mobile .filters__browse {
    color: #ffffff;
  }
}
.filters__browse {
  margin-right: 20px;
  display: inline-block;
}
.filters__name {
  color: #ffffff;
  cursor: pointer;
}
.filters__name:hover {
  color: #ccc419;
}
.filters .las {
  cursor: pointer;
}
.filters__selected {
  color: #ccc419;
  margin-left: 10px;
}
.filters__cols {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 5;
  width: 100%;
  top: -5px;
}
@media only screen and (max-width: 1050px) {
  .filters__cols {
    top: -10px;
  }
}
.filters__col-right .filters__search__form {
  background: transparent;
  position: relative;
  left: -5px;
}
.filters__col-right .filters__search__form input[type=search] {
  background: transparent;
  text-transform: uppercase;
  width: 277px;
  border-bottom: 2px solid #737373;
  padding-bottom: 7px;
  font-size: 12px;
  padding-right: 25px;
  color: #737373;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1050px) {
  .filters__col-right .filters__search__form input[type=search] {
    width: 100%;
  }
}
.filters__col-right .filters__search__form input[type=submit] {
  background: transparent;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  z-index: 1;
  cursor: pointer;
}
.filters__col-right .filters__search__form input[type=submit]:hover + .las {
  opacity: 0.8;
}
.filters__col-right .filters__search__form input[type=submit] + .las {
  color: #ccc419;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  right: 0px;
  top: -2px;
  transform: rotate(-90deg);
  opacity: 1;
}
@media only screen and (max-width: 1050px) {
  .filters__col-right {
    flex-grow: 1;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .filters__col-right {
    width: 35%;
  }
}
.filters .filters__dropdown {
  background-color: #363636;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  padding: 20px 15px;
  color: #737373;
  left: -30px;
  top: 0px;
  min-width: 170px;
  width: auto;
}
.filters .filters__dropdown li {
  display: block;
}
.filters .filters__dropdown li a {
  font-weight: 700;
  font-size: 14px;
  text-transform: none;
  color: #9d9d9d;
  padding: 5px 0;
  display: block;
  white-space: nowrap;
  height: 32px;
  display: flex;
}
.filters .filters__dropdown li a .icon {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}
.filters .filters__dropdown li a .icon img {
  height: 20px;
  float: left;
}
.filters .filters__dropdown li a.is--active {
  color: #ccc419;
}
.filters .filters__dropdown.is--open {
  top: 64px;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1050px) {
  .filters .filters__dropdown.is--open {
    top: 50px;
  }
}
.filters .filters__dropdown.is--open ul {
  min-width: 170px;
}
.filters .filters__dropdown.is--open li.filters__dropdown__label {
  text-transform: uppercase;
  border-bottom: 1px solid #737373;
  margin-bottom: 10px;
  line-height: 1.5;
}
.filters .filters__dropdown.is--open li.filters__dropdown__label:after {
  content: "";
  width: 30px;
  height: 3px;
  background: #737373;
  display: block;
  margin-top: 5px;
}
.filters .filters__dropdown.is--open ul.filters__dropdown__item {
  margin-bottom: 40px;
}
.filters .filters__dropdown.is--open ul.filters__dropdown__item a {
  text-transform: uppercase;
  color: #737373;
}
.filters .filters__dropdown.is--open li a:hover {
  color: #ffffff;
}
.filters .filters__dropdown.is--open.filters__dropdown--2col {
  display: flex;
}
.filters .filters__dropdown.is--open.filters__dropdown--2col > ul:first-child {
  margin-right: 30px;
}
.filters .filters__dropdown.is--open[data-name=locationproject] ul:nth-child(1) {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.filters .filters__dropdown.is--open[data-name=locationproject] ul:nth-child(1) li:nth-child(1) {
  grid-column: span 2;
}
.filters .js-dropdown.is--active {
  transition: transform 0.25s;
}
.filters .js-dropdown.is--active .filters__name {
  color: #ccc419;
}
.filters .js-dropdown.is--active .las {
  transform: rotate(180deg);
}
.filters .filters__items--mobile .filters__dropdown {
  background: #2D2D2D;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  width: calc(100% + 60px );
}
@media only screen and (max-width: 750px) {
  .filters .filters__items--mobile .filters__dropdown {
    padding: 20px 0;
    margin-left: -15px;
    width: calc(100% + 30px );
  }
}
.filters .filters__items--mobile .filters__dropdown .filters--topics li a {
  white-space: normal;
}
.filters .filters__items--mobile .filters__dropdown.is--open {
  top: 50px;
}
.filters .filters__items--mobile .filters__dropdown[data-name=locationproject] ul {
  display: block;
}
.filters .filters__items--mobile .filters__dropdown ul {
  width: 50%;
  margin-bottom: 40px;
}
.filters .filters__items--mobile .filters__dropdown ul li a {
  color: #ffffff;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .filters .filters__items--mobile .filters__dropdown ul li a {
    overflow: visible;
    white-space: pre-wrap;
    word-break: break-word;
    height: auto;
  }
}
.filters .filters__items--mobile .filters__dropdown ul li a.is--active {
  color: #ccc419;
}
.filters .filters__items--mobile .filters__dropdown ul.js-reset {
  width: 100%;
}
.filters input:-webkit-autofill,
.filters input:-webkit-autofill:hover,
.filters input:-webkit-autofill:focus,
.filters input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #2D2D2D inset !important;
  color: #737373 !important;
  -webkit-text-fill-color: #737373;
}
.filters.filters--landing {
  margin-top: 0;
  width: calc(100% - 140px);
  margin-left: 140px;
}
@media only screen and (max-width: 1200px) {
  .filters.filters--landing {
    margin-left: 0;
    width: 100vw;
  }
}

/* No Results */
.no-results {
  padding: 40px 45px;
  min-height: 250px;
  font-size: 21px;
  color: #000;
}
@media only screen and (max-width: 1050px) {
  .no-results {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 750px) {
  .no-results {
    padding: 40px 15px;
  }
}

#results-container .loading {
  min-height: 450px;
  z-index: 10;
  position: relative;
}
#results-container .loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .filters .filters__items--mobile .filters__dropdown ul.topics__list li a {
    white-space: inherit;
  }
}

.members__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, 25%);
}
@media only screen and (max-width: 1050px) {
  .members__row {
    grid-template-columns: repeat(auto-fit, 33.33%);
  }
}
@media only screen and (max-width: 750px) {
  .members__row {
    grid-template-columns: repeat(auto-fit, 50%);
  }
}
.members__box {
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.members__box a {
  color: #ffffff;
}
.members__box__image {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
}
@media only screen and (max-width: 1050px) {
  .members__box__image {
    padding-bottom: 130%;
  }
}
@media only screen and (max-width: 750px) {
  .members__box__image {
    padding-bottom: 150%;
  }
}
.members__box__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  line-height: 0;
  display: block;
}
.members__box__info {
  background: #2D2D2D;
  padding: 15px;
  border-left: 3px solid #ccc419;
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
}
.members__box__info__upper-title {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #9d9d9d;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1050px) {
  .members__box__info__upper-title {
    display: none;
  }
}
.members__box__info__name {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: 0.69px;
}
@media only screen and (max-width: 750px) {
  .members__box__info__name {
    font-size: 13px;
  }
}
.members__box__info__position {
  font-size: 14px;
  font-weight: 100;
  text-transform: none;
  opacity: 0.9;
}
@media only screen and (max-width: 750px) {
  .members__box__info__position {
    font-size: 12px;
  }
}
.members__box img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.members__box:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.members__box:hover {
  transition: color 0.45s;
}
.members__box:hover .members__box__info__name {
  transition: color 0.45s;
  color: #ccc419 !important;
}
.members__card {
  display: grid;
  position: relative;
  transform-style: flat;
  perspective: 1500px;
  z-index: 4;
  /* Animation Card */
  /* Card Styles */
}
.members__card__front, .members__card__back {
  transition-timing-function: ease-in-out;
  transition-duration: 1s;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.members__card__front {
  transform: rotateY(0deg);
}
.members__card__back {
  transform: rotateY(-180deg);
  opacity: 1;
  z-index: 2;
}
.members__card:hover {
  z-index: 50;
}
.members__card:hover .members__card__front {
  opacity: 1;
  transform: rotateY(180deg);
}
.members__card:hover .members__card__back {
  opacity: 1;
  transform: rotateY(0deg);
}
@media only screen and (max-width: 750px) {
  .members__card:hover .members__card__back {
    align-items: flex-end;
  }
}
.members__card__front {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #000;
}
.members__card__front__image {
  height: 100%;
  position: relative;
}
.members__card__front__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  line-height: 0;
  display: block;
}
.members__card__back {
  transform: rotateY(-180deg);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  background: #ccc419;
  padding: 30px;
  padding-bottom: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
@media only screen and (max-width: 750px) {
  .members__card__back {
    padding: 15px;
  }
}
.members__card__back__section {
  border-bottom: 1px solid #ffffff;
  position: relative;
}
.members__card__back__section:after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0;
}
@media only screen and (max-width: 750px) {
  .members__card__back__section {
    display: none;
  }
}
.members__card__back__content {
  align-self: center;
}
.members__card__back__textual {
  padding: 0 0 30px 0;
}
@media only screen and (max-width: 750px) {
  .members__card__back__textual {
    padding: 15px 0;
  }
}
.members__card__back__textual h4 {
  font-size: 23px;
  color: #ffffff;
}
@media only screen and (max-width: 1050px) {
  .members__card__back__textual h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 750px) {
  .members__card__back__textual h4 {
    font-size: 16px;
  }
}
.members__card__back__textual:before {
  content: " “ ";
  display: block;
  font-size: 86px;
  line-height: 0;
  font-family: "Noto-Light", sans-serif;
  color: #ffffff;
  margin: 40px 0 15px 0;
}
@media only screen and (max-width: 1050px) {
  .members__card__back__textual:before {
    font-size: 57px;
    margin: 10px 0 15px 0;
  }
}
@media only screen and (max-width: 750px) {
  .members__card__back__textual:before {
    font-size: 42px;
  }
}
.members__card__back__name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.members__card__back__position {
  font-size: 13px;
  font-weight: 300;
}
.members__card__back__footer {
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 0 20px 0;
  margin-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 750px) {
  .members__card__back__footer {
    padding-bottom: 0;
  }
}
.members__card__back__footer a {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
}
.members__card__back__footer a span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.members__card__back__footer a span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.members__card__back__footer a i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.members__card__back__footer a .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.members__card__back__footer a i {
  font-size: 28px;
}
.members__qa {
  display: grid;
  position: relative;
  grid-template-columns: 50% 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1050px) {
  .members__qa {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
  }
}
.members__qa__col {
  position: relative !important;
}
@media only screen and (max-width: 1050px) {
  .members__qa__col:nth-child(1) {
    display: none;
  }
}
.members__qa__col:nth-child(2) {
  padding: 5vw 10vw;
}
.members__qa__col:nth-child(2) > * {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1050px) {
  .members__qa__col:nth-child(2) {
    padding: 90px 10vw;
  }
}
@media only screen and (max-width: 750px) {
  .members__qa__col:nth-child(2) {
    padding: 40px 15px;
  }
}
.members__qa__person {
  width: 80%;
  max-width: 100%;
  max-height: 100%;
  z-index: 5;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(13%, -50%);
  padding-bottom: 74.4%;
  height: 0;
  overflow: hidden;
}
.members__qa__person:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0s ease;
  background: #ccc419;
  content: "";
  z-index: 3;
  animation: imageCover 1.5s cubic-bezier(0.79, 0.01, 0.27, 0.99);
  animation-play-state: paused;
}
.members__qa__person .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.members__qa__person .image img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.members__qa__person .image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.members__qa__person .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  line-height: 0;
  display: block;
  transform: scale3d(1.6, 1.6, 1.6);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.members__qa__person.view--mobile {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .members__qa__person.view--mobile {
    display: inline-block;
    width: 255px;
    transform: none !important;
    top: 0;
    position: relative;
    float: left;
    margin-right: 50px;
    padding-bottom: 255px;
  }
  .members__qa__person.view--mobile .image {
    transition-delay: 1.4s !important;
  }
}
@media only screen and (max-width: 750px) {
  .members__qa__person.view--mobile {
    width: 85px;
    padding-bottom: 85px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.members__qa__section {
  width: 100%;
  margin-bottom: 10px;
}
.members__qa__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0px;
  position: relative;
  color: #ffffff;
}
.members__qa__section p:before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 32px;
  background: #ccc419;
  margin-right: 7px;
  position: relative;
  top: -4px;
}
@media only screen and (max-width: 750px) {
  .members__qa__title {
    display: none;
  }
}
.members__qa__title h2 {
  font-size: 96px;
  margin-bottom: 30px;
}
.members__qa__title h2 > div {
  overflow: hidden;
}
.members__qa__title h2 > div > div {
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
@media only screen and (max-width: 750px) {
  .members__qa__title h2 {
    font-size: 57px;
  }
}
.members__qa__bg-cover {
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.members__qa__bg {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0 !important;
  background-color: #000;
}
.members__qa__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  line-height: 0;
  display: block;
  transform: scale3d(1.6, 1.6, 1.6);
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1s;
  transform-origin: right;
}
.members__qa__box {
  padding: 50px 0 30px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: relative;
}
.members__qa__box:before, .members__qa__box:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  transition: all 0.4s linear;
}
.members__qa__box:after {
  top: auto;
  bottom: 0;
}
.members__qa__box__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .members__qa__box__item {
    align-items: flex-start;
  }
}
.members__qa__box__item p {
  font-size: 24px;
  margin-bottom: 0;
  line-height: 1.1;
  font-family: "Noto-Light", sans-serif;
  padding-left: 30px;
}
.members__qa__box__item p > div {
  overflow: hidden;
}
.members__qa__box__item p > div > div {
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
.members__qa__box__item span {
  width: 50px;
  position: relative;
  top: -2px;
  font-size: 57px;
  font-family: "Noto-Light", sans-serif;
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
  transition: all 1s ease;
}
@media only screen and (max-width: 750px) {
  .members__qa__box__item span {
    line-height: 1;
  }
}
.members__qa__box__item__answer {
  font-style: italic;
}
.members__qa__cta {
  padding-left: 80px;
  padding-top: 30px;
}
@media only screen and (max-width: 1050px) {
  .members__qa__cta {
    padding-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .members__qa__cta {
    padding-top: 30px;
  }
}
.members__qa__cta p > div {
  overflow: hidden;
}
.members__qa__cta p > div > div {
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  transition: all 1s ease;
}
.members__qa__cta__image-mobile {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .members__qa__cta__image-mobile {
    display: inline-block;
    float: left;
    width: 250px;
    padding-bottom: 250px;
    margin: 0 20px 20px 0;
  }
}
@media only screen and (max-width: 900px) {
  .members__qa__cta__image-mobile {
    width: 85px;
    padding-bottom: 85px;
  }
}
.members__qa__cta__name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
}
.members__qa__cta__position {
  font-size: 16px;
  margin-bottom: 40px;
}
.members__qa__cta .button {
  width: auto;
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  transition: all 1s ease;
}
@media only screen and (max-width: 750px) {
  .members__qa__cta .button {
    clear: both;
    float: left;
  }
}
.members__qa.members__qa--image-right .members__qa__col:nth-child(1) {
  order: 2;
}
.members__qa.members__qa--image-right .members__qa__col:nth-child(2) {
  order: 1;
}
.members__qa.members__qa--image-right .members__qa__person {
  transform: translate(-13%, -50%);
  left: 0;
}
.members__qa.aos-animate .members__qa__person:before {
  animation-play-state: running;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition-delay: 2s;
  animation-delay: 0.5s;
}
.members__qa.aos-animate .members__qa__person .image {
  animation-play-state: running;
  opacity: 1;
  transition-delay: 1s;
}
.members__qa.aos-animate .members__qa__person .image img {
  transform: scale3d(1, 1, 1);
  transition-delay: 0;
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 1s;
}
.members__qa.aos-animate .members__qa__bg img {
  transform: scale3d(1, 1, 1);
}
.members__qa.aos-animate .members__qa__box::before, .members__qa.aos-animate .members__qa__box::after {
  width: 100%;
  transition-delay: 1.4s;
}
.members__qa.aos-animate .members__qa__box__item p > div > div,
.members__qa.aos-animate .members__qa__title h2 > div > div,
.members__qa.aos-animate .members__qa__cta p > div > div {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 0.4s;
}
.members__qa.aos-animate .members__qa__box__item p > div:nth-child(2) > div,
.members__qa.aos-animate .members__qa__title h2 > div:nth-child(2) > div,
.members__qa.aos-animate .members__qa__cta p > div:nth-child(2) > div {
  transition-delay: 0.6s;
}
.members__qa.aos-animate .members__qa__box__item p > div:nth-child(3) > div,
.members__qa.aos-animate .members__qa__title h2 > div:nth-child(3) > div,
.members__qa.aos-animate .members__qa__cta p > div:nth-child(3) > div {
  transition-delay: 0.8s;
}
.members__qa.aos-animate .members__qa__box__item p > div:nth-child(4) > div,
.members__qa.aos-animate .members__qa__title h2 > div:nth-child(4) > div,
.members__qa.aos-animate .members__qa__cta p > div:nth-child(4) > div {
  transition-delay: 1s;
}
.members__qa.aos-animate .members__qa__box__item p > div:nth-child(5) > div,
.members__qa.aos-animate .members__qa__title h2 > div:nth-child(5) > div,
.members__qa.aos-animate .members__qa__cta p > div:nth-child(5) > div {
  transition-delay: 1.2s;
}
.members__qa.aos-animate .members__qa__box__item p > div:nth-child(6) > div,
.members__qa.aos-animate .members__qa__title h2 > div:nth-child(6) > div,
.members__qa.aos-animate .members__qa__cta p > div:nth-child(6) > div {
  transition-delay: 1.4s;
}
.members__qa.aos-animate .members__qa__box__item p > div:nth-child(7) > div,
.members__qa.aos-animate .members__qa__title h2 > div:nth-child(7) > div,
.members__qa.aos-animate .members__qa__cta p > div:nth-child(7) > div {
  transition-delay: 1.6s;
}
.members__qa.aos-animate .members__qa__box__item p > div:nth-child(n+8) > div,
.members__qa.aos-animate .members__qa__title h2 > div:nth-child(n+8) > div,
.members__qa.aos-animate .members__qa__cta p > div:nth-child(n+8) > div {
  transition-delay: 1.8s;
}
.members__qa.aos-animate .members__qa__cta .button {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 0.4s;
}
.members__qa.aos-animate .members__qa__box__item > span {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition-delay: 1s;
}

.team-members-template-default .hero .hero__image {
  padding-top: 0;
  height: 50vh;
}
@media all and (max-width: 767px) and (orientation: landscape) {
  .team-members-template-default .hero .hero__image {
    min-height: calc(100vh);
  }
}
.team-members-template-default .hero .hero__image img {
  object-position: top;
}
.member-info {
  display: grid;
  grid-template-columns: 45% 55%;
  padding: 0 45px;
}
@media only screen and (max-width: 1050px) {
  .member-info {
    grid-template-columns: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 750px) {
  .member-info {
    padding: 0 15px;
  }
}
.member-info__col:nth-child(1) {
  padding: 0 10%;
}
@media only screen and (max-width: 1050px) {
  .member-info__col:nth-child(1) {
    padding: 0;
  }
}
.member-info__col:nth-child(1) .info-rec__name {
  background-color: rgba(54, 54, 54, 0.8);
  border-bottom: 1px solid #363636;
  height: 80px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  font-size: 34px;
  color: #ffffff;
  margin-top: -80px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 750px) {
  .member-info__col:nth-child(1) .info-rec__name {
    font-size: 24px;
  }
}
.member-info__col:nth-child(1) .info-rec__text {
  padding: 20px 30px;
  background-color: #363636;
  display: grid;
  grid-template-rows: 1fr auto;
}
.member-info__col:nth-child(1) .info-rec__text__top {
  color: #9D9D9D;
  font-size: 13px;
}
.member-info__col:nth-child(1) .info-rec__text__top .info-rec__text__position {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 13px;
  position: relative;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
}
.member-info__col:nth-child(1) .info-rec__text__top .info-rec__text__position:after {
  content: "";
  display: text;
  height: 3px;
  width: 45px;
  background: #ccc419;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.member-info__col:nth-child(1) .info-rec__text__top .info-rec__text__titles {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 12px;
}
.member-info__col:nth-child(1) .info-rec__text__top .info-rec__text__phone {
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 12px;
}
.member-info__col:nth-child(1) .info-rec__text__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #707070;
  padding-top: 10px;
}
.member-info__col:nth-child(1) .info-rec__text__bottom p {
  font-size: 12px;
  text-transform: uppercase;
  color: #9D9D9D;
}
.member-info__col:nth-child(1) .info-rec__text__bottom .social {
  display: flex;
  align-items: center;
}
.member-info__col:nth-child(1) .info-rec__text__bottom .social a {
  margin: 0 10px;
}
.member-info__col:nth-child(1) .info-rec__text__bottom .social a svg * {
  fill: #707070;
}
.member-info__col:nth-child(1) .info-rec__text__bottom .social a:hover svg * {
  fill: #ccc419;
}
@media only screen and (max-width: 1300px) {
  .member-info__col:nth-child(1) .info-rec__text__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .member-info__col:nth-child(1) .info-rec__text__bottom .social {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1050px) {
  .member-info__col:nth-child(1) .info-rec {
    width: 460px;
    max-width: 90%;
    margin-left: -30px;
  }
}
@media only screen and (max-width: 750px) {
  .member-info__col:nth-child(1) .info-rec {
    max-width: none;
    margin-left: -15px;
    width: 100vw;
  }
}
.member-info__col:nth-child(2) {
  padding: 40px 22% 40px 0;
}
@media only screen and (max-width: 1050px) {
  .member-info__col:nth-child(2) {
    padding: 40px 0 40px 0;
  }
}
.member-info__col:nth-child(2) * {
  color: #2D2D2D;
  font-family: "trade-gothic-next", sans-serif;
}
.member-info .member-info__title {
  font-size: 37px;
  letter-spacing: 1px;
  line-height: 1.25;
  font-family: "trade-gothic-next", sans-serif;
  color: #5D5D5D;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .member-info .member-info__title {
    font-size: 27px;
  }
}
.member-info .member-info__description {
  margin-bottom: 60px;
}
.member-info .member-info__description p {
  line-height: 1.45;
  color: #5d5d5d !important;
}
.member-info .member-info__row {
  display: grid;
  grid-template-columns: 100%;
}
@media only screen and (max-width: 1050px) {
  .member-info .member-info__row {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (max-width: 750px) {
  .member-info .member-info__row {
    grid-template-columns: 100%;
  }
}
.member-info .member-info__items {
  max-width: 300px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 600px) {
  .member-info .member-info__items {
    max-width: 100%;
  }
}
.member-info .member-info__items:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #B1AFAF;
  display: block;
  margin-bottom: 15px;
}
.member-info .member-info__items__title {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #5D5D5D;
}
.member-info .member-info__items ul li {
  border-bottom: 1px solid #707070;
  padding: 15px 0;
  font-size: 15px;
  display: flex;
  line-height: 26px;
}
.member-info .member-info__items ul li .icon {
  margin-right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #ccc419;
  padding: 3px 5px;
  line-height: 20px;
}
.member-info .member-info__items ul li .icon svg path {
  fill: #717171;
}
.member-info .member-info__items ul li .icon img {
  width: 15px;
  height: 15px;
  float: none;
  display: inline-block;
}

.single-team-members .module-article.module-article--8-b {
  padding-top: 110px;
}
.single-team-members .module-article.module-article--8-b .module-article__col {
  padding-top: 0;
  border-top: none;
}

.module-career__col {
  position: relative;
}
.module-career .item__video-poster__text {
  position: absolute;
  z-index: 5;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  bottom: 62px;
  right: 105px;
}
@media only screen and (max-width: 750px) {
  .module-career .item__video-poster__text {
    left: 105px;
    right: auto;
  }
}
.module-career .item__video-poster__play {
  position: absolute;
  /*
  bottom: 30px;
  right: 30px;
  transform: scale(1.15);
  */
  top: 50%;
  left: 50%;
  transform: scale(1.15) translate(-50%, -50%);
  /* BY JPJ 06-14 */
  z-index: 10;
  /*
  @include responsive("mobile-h") {
    //left:30px;
    //right: auto;
  }
  */
}
.module-career .item__video-poster__play .base-ring {
  stroke: white;
  stroke-width: 2px;
  stroke-linecap: round;
}
.module-career .item__video-poster__play .base-ring .progress-base__circle {
  opacity: 0.5;
}
.module-career .item__video-poster__play .progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.module-career .item__video-poster__play .progress-ring__circle {
  stroke: white;
  stroke-width: 2px;
  stroke-linecap: round;
}
.module-career .item__video-poster__play .path-play {
  transition: all 0.25s;
  transform: translate(40px, 22px) rotate(90deg);
  opacity: 0.5;
  fill: #fff;
}
.module-career:hover {
  cursor: pointer;
}
.module-career:hover .progress-ring__circle {
  animation: progress-ring-circle 5s linear !important;
  stroke-dashoffset: 0;
}
.module-career:hover .base-ring .path-play {
  opacity: 1;
}
.module-career p {
  font-size: 16px;
}
.module-career .item-featured {
  display: grid;
  grid-template-rows: auto 1fr;
  background-color: #ccc419;
  color: #ffffff;
  padding: 30px;
}
@media only screen and (max-width: 750px) {
  .module-career .item-featured {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.module-career .item-featured__section {
  border-bottom: 1px solid #fad6b3;
  margin-bottom: 30px;
}
.module-career .item-featured__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.module-career .item-featured__section p:after {
  content: "";
  display: text;
  height: 4px;
  width: 60px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.module-career .item-featured__title {
  margin-bottom: 40px;
  letter-spacing: -1px;
  word-break: break-word;
  max-width: 42em;
}
@media only screen and (max-width: 1200px) {
  .module-career .item-featured__title {
    min-height: 120px;
  }
  .module-career .item-featured__title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 750px) {
  .module-career .item-featured__title h2 br {
    display: none;
  }
}
.module-career .item-featured__footer {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 0px;
  border-top: 1px solid #fad6b3;
}
.module-career .item-featured a {
  color: #ffffff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.module-career .item-featured a i.las {
  font-size: 32px;
}
.module-career .item-featured a.is--animated {
  overflow: hidden;
}
.module-career .item-featured a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-career .item-featured a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-career .item-featured a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-career .item-featured a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-career .item-report {
  color: #9D9D9D;
  background-color: #2D2D2D;
  color: #ddd;
  font-weight: 300;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 30px;
}
.module-career .item-report h1,
.module-career .item-report h2,
.module-career .item-report h3,
.module-career .item-report h4 {
  font-family: "trade-gothic-next", sans-serif;
  font-weight: 700;
}
.module-career .item-report a {
  color: #9D9D9D;
}
@media only screen and (max-width: 750px) {
  .module-career .item-report {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.module-career .item-report__section {
  border-bottom: 1px solid #5D5D5D;
  margin-bottom: 30px;
}
.module-career .item-report__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.module-career .item-report__section p:after {
  content: "";
  display: text;
  height: 4px;
  width: 60px;
  background: #5D5D5D;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.module-career .item-report__title {
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.module-career .item-report__textual {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 300;
}
.module-career .item-report__textual:before {
  content: " “ ";
  display: block;
  font-size: 86px;
  line-height: 0;
  font-family: "Noto-Light", sans-serif;
  color: #ddd;
  margin: 40px 0 15px 0;
}
.module-career .item-report__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.module-career .item-report__name {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.module-career .item-report__position {
  font-size: 13px;
  font-weight: 300;
  border-bottom: 1px solid #494949;
  padding-bottom: 25px;
}
.module-career .module-career__image {
  overflow: hidden;
  height: 100%;
}
.module-career .module-career__image img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.module-career .module-career__image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.module-career .module-career__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  line-height: 0;
  display: block;
}
.module-career .module-article__image-wrapper {
  line-height: 0;
  height: 100%;
  overflow: hidden;
}
.module-career .module-article__image-wrapper img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.module-career .module-article__image-wrapper:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.module-career .module-article__image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.module-career.module-career--1 {
  display: grid;
  grid-template-columns: 50% 1fr 1fr 140px;
}
@media only screen and (max-width: 1200px) {
  .module-career.module-career--1 {
    grid-template-columns: 50% 1fr 1fr 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--1 {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
  }
}
@media only screen and (max-width: 750px) {
  .module-career.module-career--1 {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
  .module-career.module-career--1 .module-career__col.item-featured .item-featured__footer {
    border: none;
  }
  .module-career.module-career--1 .module-career__col:nth-child(3) {
    padding-top: 0;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--1 .module-career__col:nth-child(1) {
    order: 2;
    grid-column: span 2;
  }
}
@media only screen and (max-width: 750px) {
  .module-career.module-career--1 .module-career__col:nth-child(1) {
    order: 2;
    grid-column: span 1;
  }
}
.module-career.module-career--1 .module-career__col:nth-child(1) .module-article__image-wrapper {
  line-height: 0;
  height: 100%;
}
.module-career.module-career--1 .module-career__col:nth-child(1) .module-article__image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale3d(1, 1, 1);
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--1 .module-career__col:nth-child(1) .module-article__image-wrapper {
    height: 360px;
  }
}
@media only screen and (max-width: 750px) {
  .module-career.module-career--1 .module-career__col:nth-child(1) .module-article__image-wrapper {
    height: 245px;
  }
}
.module-career.module-career--1 .module-career__col .item-featured__section {
  margin-bottom: 0;
}
.module-career.module-career--1 .module-career__col .item-featured__section p {
  min-height: 33px;
}
.module-career.module-career--1 .module-career__col .item-featured__content {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr;
  padding: 20px 0 40px 0;
}
.module-career.module-career--1 .module-career__col .item-featured__content .item-featured__image {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .module-career.module-career--1 .module-career__col .item-featured__content {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    row-gap: 20px;
    padding-bottom: 0;
  }
}
.module-career.module-career--1 .module-career__col .item-featured__content .item-featured__big-number h3 {
  font-size: 96px;
  line-height: 1;
}
.module-career.module-career--1 .module-career__col .item-featured__content .item-featured__text {
  font-size: 20px !important;
  line-height: 23px;
  padding-right: 50px;
  font-family: "Noto-Light", sans-serif;
}

.module-career.module-career--2 {
  display: grid;
  grid-template-columns: 25% 25% 1fr 140px;
}
@media only screen and (max-width: 1200px) {
  .module-career.module-career--2 {
    grid-template-columns: 25% 25% 1fr 0px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--2 {
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: auto auto;
  }
  .module-career.module-career--2 .module-career__col:nth-child(3) {
    grid-row-start: 2;
    grid-column: span 2;
  }
  .module-career.module-career--2 .module-career__col:nth-child(3) .module-article__image-wrapper {
    height: 360px;
  }
}
@media only screen and (max-width: 750px) {
  .module-career.module-career--2 {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
  .module-career.module-career--2 .module-career__col:nth-child(1) {
    grid-column: 1/1;
    grid-row-start: 1;
  }
  .module-career.module-career--2 .module-career__col:nth-child(2) {
    grid-row-start: 2;
  }
  .module-career.module-career--2 .module-career__col:nth-child(3) {
    grid-row-start: 3;
    grid-column: span 2;
  }
  .module-career.module-career--2 .module-career__col:nth-child(3) .module-article__image-wrapper {
    height: 315px;
  }
}
.module-career.module-career--2 .item-featured__content {
  display: grid;
  grid-template-columns: 100%;
  column-gap: 15px;
  padding-top: 5px;
}
.module-career.module-career--2 .item-featured__content .item-featured__title h2 {
  font-size: 34px;
}
.module-career.module-career--2 .module-career__col:nth-child(3) .module-article__image-wrapper img {
  transform: scale3d(1, 1, 1);
}
.module-career.module-career--2 .module-career__image {
  overflow: hidden;
}
.module-career.module-career--2 .module-career__image img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.module-career.module-career--2 .module-career__image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.module-career.module-career--2 .module-career__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  line-height: 0;
  display: block;
}
.module-career.module-career--2 .item-report__content {
  display: grid;
  grid-template-rows: 1fr auto;
}
.module-career.module-career--2 .item-report__content .item-report__item-numbers {
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: flex-start;
}
.module-career.module-career--2 .item-report__content .item-report__item-numbers__number {
  font-size: 88px;
  line-height: 1;
  font-family: "Noto-Light", sans-serif;
  color: #ffffff;
  letter-spacing: -5px;
  padding-right: 20px;
}
.module-career.module-career--2 .item-report__content .item-report__item-numbers__number span {
  color: #737373;
}
.module-career.module-career--2 .item-report__content .item-report__item-numbers__icon {
  display: grid;
  align-content: center;
}
.module-career.module-career--2 .item-report__content h4 {
  font-family: "Noto-Light", sans-serif;
  margin-top: 30px;
  font-size: 26px;
}
.module-career.module-career--2 .item-report__content h4:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #494949;
  display: block;
  margin-top: 20px;
}

.module-career.module-career--3 {
  display: grid;
  grid-template-columns: repeat(4, 25%);
  grid-template-rows: repeat(3, auto);
  grid-template-areas: "A B C C" "D D C C" "D D F E";
}
.module-career.module-career--3 .module-career__col:nth-child(1) {
  grid-area: A;
  grid-template-columns: 100%;
}
.module-career.module-career--3 .module-career__col:nth-child(2) {
  grid-area: B;
}
.module-career.module-career--3 .module-career__col:nth-child(2) * {
  height: 100%;
}
.module-career.module-career--3 .module-career__col:nth-child(3) {
  grid-area: C;
  margin-right: 140px;
}
.module-career.module-career--3 .module-career__col:nth-child(3) .item-featured__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.module-career.module-career--3 .module-career__col:nth-child(4) {
  grid-area: D;
  overflow: hidden;
}
.module-career.module-career--3 .module-career__col:nth-child(4) .module-article__image-wrapper {
  position: relative;
}
.module-career.module-career--3 .module-career__col:nth-child(4) .module-article__image-wrapper:hover img {
  transform: scale3d(1, 1, 1);
}
.module-career.module-career--3 .module-career__col:nth-child(4) .module-article__image-wrapper.item__video-poster {
  position: relative;
}
.module-career.module-career--3 .module-career__col:nth-child(4) .module-article__image-wrapper.item__video-poster:after {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--3 .module-career__col:nth-child(4) .module-article__image-wrapper.item__video-poster {
    height: 400px;
  }
  .module-career.module-career--3 .module-career__col:nth-child(4) .module-article__image-wrapper.item__video-poster img {
    object-position: top;
  }
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--3 .module-career__col:nth-child(4) .module-article__image-wrapper.item__video-poster {
    height: 360px;
  }
  .module-career.module-career--3 .module-career__col:nth-child(4) .module-article__image-wrapper.item__video-poster img {
    object-position: top;
  }
}
.module-career.module-career--3 .module-career__col:nth-child(5) {
  grid-area: E;
}
.module-career.module-career--3 .module-career__col:nth-child(5) .item-report__content {
  display: grid;
  grid-template-rows: 1fr auto;
}
.module-career.module-career--3 .module-career__col:nth-child(6) {
  grid-area: F;
}
@media only screen and (max-width: 1200px) {
  .module-career.module-career--3 .module-career__col:nth-child(3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--3 {
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(4, auto);
    grid-template-areas: "A B" "C C" "D D" "F E";
  }
  .module-career.module-career--3 .module-career__col:nth-child(3) .item-featured__content {
    display: flex;
    flex-wrap: nowrap;
  }
  .module-career.module-career--3 .module-career__col:nth-child(3) .item-featured__content > div:first-of-type {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 750px) {
  .module-career.module-career--3 .module-career__col:nth-child(3) .item-featured__content {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .module-career.module-career--3 {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "A" "B" "C" "D" "E" "F";
  }
}
.module-career.module-career--3 .module-career__col:nth-child(1) .item-report__title {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  .module-career.module-career--3 .module-career__col:nth-child(1) .item-report__title {
    font-size: 34px;
  }
}
.module-career.module-career--3 .module-career__col:nth-child(1) .item-report__text {
  margin-bottom: 20px;
}
.module-career.module-career--3 .module-career__col:nth-child(1) .item-report__date {
  font-size: 13px;
  font-family: "trade-gothic-next", sans-serif;
  text-transform: none;
}
.module-career.module-career--3 .module-career__col:nth-child(1) .slide-controls {
  width: 100%;
  margin-left: 0;
  padding: 0;
  margin-top: 40px;
  height: 60px;
}
.module-career.module-career--3 .module-career__col:nth-child(1) .slide-controls .slide-controls__number {
  display: none;
}
.module-career.module-career--3 .module-career__col:nth-child(1) .slide-controls .slide-controls__arrows {
  display: none;
}
.module-career.module-career--3 .item__video-poster__text {
  position: absolute;
  z-index: 5;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  bottom: 62px;
  right: 105px;
}
.module-career.module-career--3 .item__video-poster__play {
  position: absolute;
  /*
  bottom: 30px;
  right: 30px;
  transform: scale(1.15);
  */
  top: 50%;
  left: 50%;
  transform: scale(1.15) translate(-50%, -50%);
  /* BY JPJ 06-14 */
  z-index: 10;
}
.module-career.module-career--3 .item__video-poster__play .base-ring {
  stroke: white;
  stroke-width: 2px;
  stroke-linecap: round;
}
.module-career.module-career--3 .item__video-poster__play .base-ring .progress-base__circle {
  opacity: 0.5;
}
.module-career.module-career--3 .item__video-poster__play .progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.module-career.module-career--3 .item__video-poster__play .progress-ring__circle {
  stroke: white;
  stroke-width: 2px;
  stroke-linecap: round;
}
.module-career.module-career--3 .item__video-poster__play .path-play {
  transition: all 0.25s;
  transform: translate(40px, 22px) rotate(90deg);
  opacity: 0.5;
  fill: #fff;
}
.module-career.module-career--3 .item__video-poster:hover {
  cursor: pointer;
}
.module-career.module-career--3 .item__video-poster:hover .progress-ring__circle {
  animation: progress-ring-circle 5s linear !important;
  stroke-dashoffset: 0;
}
.module-career.module-career--3 .item__video-poster:hover .base-ring .path-play {
  opacity: 1;
}
.module-career.module-career--3 .module-article__image-wrapper img,
.module-career.module-career--3 .module-career__image img {
  transform: scale3d(1, 1, 1);
}

.module-career.module-career--4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  column-gap: 40px;
  padding: 120px 69px 0px 69px;
  padding-bottom: 0;
  background: #ccc419;
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--4 {
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 30px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  .module-career.module-career--4 {
    grid-template-columns: 100%;
    padding: 60px 15px;
    padding-bottom: 0;
  }
}
.module-career.module-career--4 .module-career__col {
  padding-bottom: 80px;
}
.module-career.module-career--4 .module-career__col:last-child {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--4 .module-career__col:last-child {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--4 .module-career__col {
    padding-bottom: 60px;
  }
}
.module-career.module-career--4 .module-career__col p {
  font-size: 14px;
  line-height: 1.5;
}
.module-career.module-career--4 .module-career__col h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-top: 20px;
  letter-spacing: 0.44px;
  font-family: "trade-gothic-next", sans-serif;
}
.module-career.module-career--4 .module-career__col:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #ffffff;
  position: relative;
  top: 0px;
  left: 0;
}
.module-career.module-career--4 .module-career__col.module-career__col--first {
  grid-row: span 10;
  padding-right: 20px;
}
.module-career.module-career--4 .module-career__col.module-career__col--first h3 {
  font-weight: 700;
  font-size: 39px;
  line-height: 1;
  position: relative;
  padding-top: 20px;
  margin-bottom: 30px;
  font-family: "trade-gothic-next", sans-serif;
}
.module-career.module-career--4 .module-career__col.module-career__col--first h3:before {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  background: #ffffff;
  position: absolute;
  top: -4px;
  left: 0;
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--4 .module-career__col.module-career__col--first {
    grid-row: span 1;
    padding-right: 0px;
  }
  .module-career.module-career--4 .module-career__col.module-career__col--first h3 {
    font-size: 24px;
  }
}

.module-career.module-career--5 {
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--5 {
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(2, auto);
  }
  .module-career.module-career--5 .module-career__col:nth-child(4) {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
@media only screen and (max-width: 750px) {
  .module-career.module-career--5 {
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: auto;
  }
  .module-career.module-career--5 .module-career__col.item-report {
    grid-column: span 2;
    min-height: 80vw;
  }
}
.module-career.module-career--5 .item-report__content {
  display: grid;
  grid-template-rows: 1fr auto;
}
.module-career.module-career--5 .item-report__content .item-report__item-numbers {
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: flex-start;
}
.module-career.module-career--5 .item-report__content .item-report__item-numbers__number {
  font-size: 80px;
  line-height: 1;
  font-family: "Noto-Light", sans-serif;
  color: #ffffff;
  letter-spacing: -5px;
  padding-right: 20px;
}
.module-career.module-career--5 .item-report__content .item-report__item-numbers__number span {
  color: #737373;
}
.module-career.module-career--5 .item-report__content .item-report__item-numbers__icon {
  display: grid;
  align-content: center;
}
.module-career.module-career--5 .item-report__content h4 {
  font-family: "Noto-Light", sans-serif;
  margin-top: 30px;
}
.module-career.module-career--5 .item-report__content h4:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #494949;
  display: block;
  margin-top: 20px;
}

.module-career.module-career--6 {
  display: grid;
  grid-template-columns: 30% 1fr;
  padding-top: 30px;
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--6 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
.module-career.module-career--6 .module-career__col.item-featured {
  grid-template-rows: auto auto 1fr;
  padding-top: 0;
  margin-top: -30px;
  min-height: 1000px;
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--6 .module-career__col.item-featured {
    position: relative;
    min-height: 0;
  }
}
.module-career.module-career--6 .module-career__col.item-featured .item-featured__section {
  padding-top: 30px;
}
.module-career.module-career--6 .module-career__col.item-featured .item-featured__title {
  margin-bottom: 130px;
}
.module-career.module-career--6 .module-career__col.item-featured .js-career-sidebar .inner-wrapper-sticky {
  padding-bottom: 60px;
}
.module-career.module-career--6 .module-career__col.item-featured ul {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--6 .module-career__col.item-featured ul {
    margin-bottom: 0;
  }
}
.module-career.module-career--6 .module-career__col.item-featured ul li {
  border-top: 1px solid #ffffff;
}
.module-career.module-career--6 .module-career__col.item-featured ul li:last-of-type {
  border-bottom: 1px solid #ffffff;
}
.module-career.module-career--6 .module-career__col.item-featured ul li a {
  padding: 10px 0;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
.module-career.module-career--6 .module-career__col.item-featured ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 750px) {
  .module-career.module-career--6 .module-career__col.item-featured ul li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--6 .module-career__col.item-featured {
    padding-bottom: 0;
  }
  .module-career.module-career--6 .module-career__col.item-featured .item-featured__title {
    margin-bottom: 110px;
  }
  .module-career.module-career--6 .module-career__col.item-featured .item-featured__title h2 {
    font-size: 57px;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 750px) {
  .module-career.module-career--6 .module-career__col.item-featured .item-featured__title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--6 .module-career__col.item-featured .menu-wrapper {
    overflow-x: scroll;
    overflow-y: auto;
    position: absolute;
    bottom: -16px;
    height: 70px;
    left: 15px;
    width: calc(100vw - 30px);
  }
}
@media only screen and (max-width: 1050px) and (max-width: 750px) {
  .module-career.module-career--6 .module-career__col.item-featured .menu-wrapper {
    width: calc(100vw - 15px);
  }
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--6 .module-career__col.item-featured .location-menu {
    position: relative;
  }
}
@media only screen and (max-width: 1050px) and (max-width: 750px) {
  .module-career.module-career--6 .module-career__col.item-featured .location-menu {
    top: 4px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--6 .module-career__col.item-featured .location-menu ul {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }
  .module-career.module-career--6 .module-career__col.item-featured .location-menu ul li {
    border: none;
    padding: 0 20px;
    border-right: 1px solid #ffffff;
    position: relative;
    width: 100%;
    text-align: center;
  }
  .module-career.module-career--6 .module-career__col.item-featured .location-menu ul li:last-child {
    border-right: 0;
  }
  .module-career.module-career--6 .module-career__col.item-featured .location-menu ul li a {
    font-weight: 700;
    padding-bottom: 25px;
  }
  .module-career.module-career--6 .module-career__col.item-featured .location-menu ul li.is--active:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 13px;
    height: 13px;
    background: #ccc419;
    z-index: 50;
  }
}
.module-career.module-career--6 .module-career__col {
  padding: 48px 40px;
}
.module-career.module-career--6 .module-career__col:not(.item-featured) {
  background-color: #F4F4F2;
}
@media only screen and (max-width: 750px) {
  .module-career.module-career--6 .module-career__col {
    min-height: 0;
    padding: 40px 15px;
  }
}
.module-career.module-career--6 .module-career__col .location__title {
  font-size: 70px;
  border-bottom: 1px solid #939393;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 30px;
  color: #737373;
}
.module-career.module-career--6 .module-career__col .location__title:after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  bottom: 0px;
  left: 0;
}
@media only screen and (max-width: 750px) {
  .module-career.module-career--6 .module-career__col .location__title {
    font-size: 57px;
  }
}
.module-career.module-career--6 .location__item {
  /*margin-bottom: 48px;*/
}
.module-career.module-career--6 .location__item:last-child {
  margin-bottom: 140px;
}
.module-career.module-career--6 .location__item__title {
  border-bottom: 1px solid rgba(147, 147, 147, 0.63);
  padding-bottom: 18px;
  color: #707070;
  display: grid;
  transition: padding 0.45s cubic-bezier(0.87, 0, 0.13, 1), background-color 0.45s cubic-bezier(0.87, 0, 0.13, 1);
  padding-top: 48px;
  cursor: pointer;
}
.module-career.module-career--6 .location__item__title svg path {
  stroke: #5f5d5d;
}
.module-career.module-career--6 .location__item__title:hover {
  background: #ccc419;
  padding-left: 35px;
  padding-right: 35px;
  color: #ffffff;
}
.module-career.module-career--6 .location__item__title:hover .icon-open .las {
  color: #ffffff;
}
.module-career.module-career--6 .location__item__title:hover svg path {
  stroke: #ffffff;
}
.module-career.module-career--6 .location__item__title:hover h5 {
  color: #ffffff;
}
.module-career.module-career--6 .location__item__title h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #939393;
  font-family: "trade-gothic-next", sans-serif;
  margin-bottom: 7px;
  letter-spacing: 2px;
}
.module-career.module-career--6 .location__item__title h3 {
  font-size: 41px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.module-career.module-career--6 .location__item__title h3 .icon-open {
  align-self: flex-end;
  cursor: pointer;
}
.module-career.module-career--6 .location__item__title h3 .icon-open svg {
  width: 18px;
  height: 18px;
}
.module-career.module-career--6 .location__item__title h3 .icon-close {
  display: none;
  font-size: 32px;
  align-self: flex-end;
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .module-career.module-career--6 .location__item__title h3 {
    font-size: 34px;
  }
}
.module-career.module-career--6 .location__item__content {
  background: #ffffff;
  padding: 45px;
  display: none;
  color: #707070;
  /* height: 0;
  opacity: 0;*/
}
.module-career.module-career--6 .location__item__content h4 {
  font-weight: 700;
  font-size: 27px;
  margin-bottom: 20px;
}
.module-career.module-career--6 .location__item__content h4 span {
  color: #ccc419 !important;
}
.module-career.module-career--6 .location__item__content p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .module-career.module-career--6 .location__item__content {
    padding: 30px 15px;
  }
}
.module-career.module-career--6 .location__item.is--open .location__item__title {
  background: #ccc419;
  padding: 45px 15px 15px 45px;
  border-bottom: 0;
}
@media only screen and (max-width: 750px) {
  .module-career.module-career--6 .location__item.is--open .location__item__title {
    padding: 45px 15px 15px 15px;
  }
}
.module-career.module-career--6 .location__item.is--open .location__item__title * {
  color: #ffffff;
}
.module-career.module-career--6 .location__item.is--open .location__item__title .icon-open {
  display: none;
}
.module-career.module-career--6 .location__item.is--open .location__item__title .icon-close {
  display: block;
}
.module-career.module-career--6 .location__item.is--open .location__item__content {
  /*   display: block;
     height: auto;
     opacity: 1;*/
}

.module-career.module-career--7 {
  display: grid;
  grid-template-columns: repeat(4, 25%);
}
@media only screen and (max-width: 1050px) {
  .module-career.module-career--7 {
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: auto auto;
  }
  .module-career.module-career--7 .module-career__col:nth-child(4) {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
@media only screen and (max-width: 750px) {
  .module-career.module-career--7 {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
  }
  .module-career.module-career--7 .module-career__col:nth-child(1) {
    grid-column: span 2;
  }
  .module-career.module-career--7 .module-career__col:nth-child(3) {
    grid-column: span 2;
  }
  .module-career.module-career--7 .module-career__col:nth-child(4) {
    grid-row-start: 2;
  }
}
.module-career.module-career--7 .item-featured__content {
  display: grid;
  grid-template-columns: 40% 1fr;
  column-gap: 15px;
  padding-top: 5px;
  margin-left: -50px;
}
.module-career.module-career--7 .item-featured__content .item-featured__title h2 {
  font-size: 34px;
}
.module-career.module-career--7 .module-career__image {
  overflow: hidden;
}
.module-career.module-career--7 .module-career__image img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.module-career.module-career--7 .module-career__image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.module-career.module-career--7 .module-career__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  line-height: 0;
  display: block;
}
.module-career.module-career--7 .item-report__content {
  display: grid;
  grid-template-rows: 1fr auto;
}
.module-career.module-career--7 .item-report__content .item-report__item-numbers {
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: flex-start;
}
.module-career.module-career--7 .item-report__content .item-report__item-numbers__number {
  font-size: 88px;
  line-height: 1;
  font-family: "Noto-Light", sans-serif;
  color: #ffffff;
  letter-spacing: -5px;
  padding-right: 20px;
}
.module-career.module-career--7 .item-report__content .item-report__item-numbers__number span {
  color: #737373;
}
.module-career.module-career--7 .item-report__content .item-report__item-numbers__icon {
  display: grid;
  align-content: center;
}
.module-career.module-career--7 .item-report__content h4 {
  font-family: "Noto-Light", sans-serif;
  margin-top: 30px;
  font-size: 26px;
}
.module-career.module-career--7 .item-report__content h4:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #494949;
  display: block;
  margin-top: 20px;
}
.module-career.module-career--7 .module-article__image-wrapper img,
.module-career.module-career--7 .module-career__image img {
  transform: scale3d(1, 1, 1);
}

.hero.hero--single-career-page .hero__image {
  padding-top: 35%;
  max-height: 490px;
}

.single-career-page {
  display: grid;
  grid-template-columns: 1fr 30%;
  grid-template-rows: auto 1fr;
}
.single-career-page * {
  color: #5D5D5D;
}
@media only screen and (max-width: 1050px) {
  .single-career-page {
    grid-template-columns: 1fr;
  }
}
.single-career-page .single-career-page__col.col--ifo {
  padding: 40px 7%;
}
.single-career-page .single-career-page__col.col--ifo:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #9D9D9D;
  display: block;
  margin-top: 60px;
}
.single-career-page .single-career-page__col.col--ifo .single-career-page__section {
  border-bottom: 1px solid #9D9D9D;
  margin-bottom: 30px;
}
.single-career-page .single-career-page__col.col--ifo .single-career-page__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.single-career-page .single-career-page__col.col--ifo .single-career-page__section p:after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.single-career-page .single-career-page__col.col--ifo .single-career-page__title h2 {
  font-size: 63px;
  line-height: 1;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .single-career-page .single-career-page__col.col--ifo .single-career-page__title h2 {
    font-size: 34px;
  }
}
.single-career-page .single-career-page__col.col--ifo .single-career-page__title p {
  font-size: 14px;
  margin-bottom: 40px;
}
.single-career-page .single-career-page__col.col--ifo .single-career-page__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  max-width: 20em;
  margin-bottom: 20px;
}
.single-career-page .single-career-page__col.col--ifo .single-career-page__subtitle span {
  color: #ccc419;
  font-weight: 700;
}
.single-career-page .single-career-page__col.col--ifo .single-career-page__description {
  margin-bottom: 60px;
  font-size: 16px;
}
@media only screen and (max-width: 1050px) {
  .single-career-page .single-career-page__col.col--ifo {
    padding: 40px 30px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  .single-career-page .single-career-page__col.col--ifo {
    padding: 40px 15px;
  }
}
.single-career-page .single-career-page__col.col--image {
  grid-row: span 2;
  display: grid;
}
.single-career-page .single-career-page__col.col--image .module-career__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  line-height: 0;
  display: block;
}
@media only screen and (max-width: 1050px) {
  .single-career-page .single-career-page__col.col--image .module-career__image:nth-child(2) {
    grid-row: span 2;
  }
}
@media only screen and (max-width: 750px) {
  .single-career-page .single-career-page__col.col--image .module-career__image {
    max-height: 100vw;
  }
  .single-career-page .single-career-page__col.col--image .module-career__image:nth-child(2) {
    grid-row: span 1;
  }
}
@media only screen and (max-width: 1050px) {
  .single-career-page .single-career-page__col.col--image {
    padding: 0;
    display: grid;
    grid-template-columns: 315px 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media only screen and (max-width: 750px) {
  .single-career-page .single-career-page__col.col--image {
    padding: 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.single-career-page .single-career-page__col.col--more-info {
  padding: 0 7% 40px 7%;
}
.single-career-page .single-career-page__col.col--more-info h5 {
  font-weight: 700;
  color: #9D9D9D;
  margin-bottom: 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.single-career-page .single-career-page__col.col--more-info ul li {
  padding-left: 20px;
  margin-bottom: 30px;
}
.single-career-page .single-career-page__col.col--more-info ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #ccc419;
  transform: rotate(45deg) translateY(16px);
  display: block;
  margin-left: -10px;
  margin-right: 20px;
}
.single-career-page .single-career-page__col.col--more-info a {
  color: #ccc419;
}
.single-career-page .single-career-page__col.col--more-info a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1050px) {
  .single-career-page .single-career-page__col.col--more-info {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 750px) {
  .single-career-page .single-career-page__col.col--more-info {
    padding: 40px 15px;
  }
}

.item-with-slider.item-with-slider--right {
  display: grid;
  grid-template-columns: 70% 30%;
}
@media only screen and (max-width: 1050px) {
  .item-with-slider.item-with-slider--right {
    display: block;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
  }
}
.item-with-slider.item-with-slider--right .item-with-slider__box-slider {
  top: 50%;
  transform: translate(-40%, calc(-50%));
  z-index: 5;
  position: relative;
  width: 620px;
}
@media only screen and (max-width: 1200px) {
  .item-with-slider.item-with-slider--right .item-with-slider__box-slider {
    width: 480px;
  }
}
@media only screen and (max-width: 1050px) {
  .item-with-slider.item-with-slider--right .item-with-slider__box-slider {
    transform: translate(0, 0);
    width: 100%;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 750px) {
  .item-with-slider.item-with-slider--right .item-with-slider__box-slider {
    padding: 0 15px;
  }
}
.item-with-slider.item-with-slider--right .item-with-slider__box-slider .slide-controls {
  margin-top: 0;
  transform: translateY(-50%);
  margin: 0;
  width: 85%;
}
@media only screen and (max-width: 750px) {
  .item-with-slider.item-with-slider--right .item-with-slider__box-slider .slide-controls {
    display: none;
  }
}
.item-with-slider.item-with-slider--right .person-slider__slide-ratio {
  position: relative;
  padding-bottom: 93%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.item-with-slider.item-with-slider--right .person-slider__slide-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  line-height: 0;
  display: block;
}
.item-with-slider.item-with-slider--right .info-slider__slide {
  position: relative !important;
  padding: 10vh 10vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
}
@media only screen and (max-width: 1050px) {
  .item-with-slider.item-with-slider--right .info-slider__slide {
    height: auto;
  }
}
@media only screen and (max-width: 750px) {
  .item-with-slider.item-with-slider--right .info-slider__slide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.item-with-slider.item-with-slider--right .info-slider__slide * {
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.item-with-slider.item-with-slider--right .info-slider__section {
  width: 100%;
  margin-bottom: 10px;
}
.item-with-slider.item-with-slider--right .info-slider__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0px;
  position: relative;
  color: #ffffff;
}
.item-with-slider.item-with-slider--right .info-slider__section p:before {
  content: "";
  display: inline-block;
  height: 4px;
  width: 32px;
  background: #ccc419;
  margin-right: 7px;
  position: relative;
  top: -4px;
}
.item-with-slider.item-with-slider--right .info-slider__title h2 {
  font-size: 96px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .item-with-slider.item-with-slider--right .info-slider__title h2 {
    font-size: 57px;
  }
}
.item-with-slider.item-with-slider--right .info-slider__bg {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0 !important;
  background-color: #000;
}
.item-with-slider.item-with-slider--right .info-slider__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  line-height: 0;
  display: block;
  opacity: 0.45;
}
.item-with-slider.item-with-slider--right .info-slider__box {
  width: 80%;
  padding: 50px 0 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 1050px) {
  .item-with-slider.item-with-slider--right .info-slider__box {
    width: 100%;
    margin-top: 100px;
  }
}
.item-with-slider.item-with-slider--right .info-slider__box__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
}
.item-with-slider.item-with-slider--right .info-slider__box__item p {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1.1;
  max-width: 20em;
  font-family: "trade-gothic-next", sans-serif;
}
@media only screen and (max-width: 1050px) {
  .item-with-slider.item-with-slider--right .info-slider__box__item p {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}
.item-with-slider.item-with-slider--right .info-slider__box__subitem {
  padding-top: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.item-with-slider.item-with-slider--right .info-slider__box__subitem p {
  font-size: 16px;
}
.item-with-slider.item-with-slider--right .info-slider__box__subitem p:first-of-type() {
  font-size: 14px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1050px) {
  .module-article__col .hide--responsive {
    display: none;
  }
}

.person-slider__slide-ratio.show--responsive {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .person-slider__slide-ratio.show--responsive {
    display: block;
  }
}

.slide-controls.show--responsive {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .slide-controls.show--responsive {
    display: flex;
    position: absolute;
    width: calc(75% - 10vw);
    left: 10vw;
    bottom: 450px;
  }
}
@media only screen and (max-width: 750px) {
  .slide-controls.show--responsive {
    display: none;
  }
}

.single-career-bullet-list {
  grid-template-columns: 1fr 30%;
  grid-template-rows: auto 1fr;
}
@media only screen and (max-width: 1050px) {
  .single-career-bullet-list {
    grid-template-columns: 1fr;
  }
}
.single-career-bullet-list .single-career-page__col.col--more-info {
  grid-column: 1;
}
@media only screen and (max-width: 1050px) {
  .single-career-bullet-list .single-career-page__col.col--more-info {
    padding-bottom: 40px;
  }
}
.single-career-bullet-list .single-career-page__col.col--more-info:before {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #9D9D9D;
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1050px) {
  .single-career-bullet-list .single-career-page__col.col--more-info:before {
    display: none;
  }
}
.single-career-bullet-list .single-career-page__col.col--image {
  grid-column: 2;
}
@media only screen and (max-width: 1050px) {
  .single-career-bullet-list .single-career-page__col.col--image {
    grid-column: 1;
    display: block;
  }
}

.module-landing.module-landing--1 {
  display: grid;
  grid-template-columns: 140px repeat(3, 1fr);
  grid-template-rows: auto auto auto;
  grid-template-areas: "A B C D" "A E G G" "F F G G";
}
.module-landing.module-landing--1 .module-landing__col {
  position: relative;
  overflow: hidden;
}
.module-landing.module-landing--1 .module-landing__col a {
  overflow: hidden;
}
.module-landing.module-landing--1 .module-landing__col a img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.module-landing.module-landing--1 .module-landing__col a:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.module-landing.module-landing--1 .module-landing__col a:hover .box__info__title {
  transition: all 0.45s;
  color: #ccc419;
}
.module-landing.module-landing--1 .module-landing__col:nth-child(1) {
  grid-area: A;
}
.module-landing.module-landing--1 .module-landing__col:nth-child(2) {
  grid-area: B;
}
.module-landing.module-landing--1 .module-landing__col:nth-child(3) {
  grid-area: C;
}
.module-landing.module-landing--1 .module-landing__col:nth-child(4) {
  grid-area: D;
}
.module-landing.module-landing--1 .module-landing__col:nth-child(5) {
  grid-area: E;
  background: #ccc419;
}
.module-landing.module-landing--1 .module-landing__col:nth-child(6) {
  grid-area: G;
}
.module-landing.module-landing--1 .module-landing__col:nth-child(6) .box__image {
  padding-bottom: 80%;
  min-height: 100%;
}
.module-landing.module-landing--1 .module-landing__col:nth-child(7) {
  grid-area: F;
}
.module-landing.module-landing--1 .module-landing__col:nth-child(7) .box__image {
  padding-bottom: 80%;
}
.module-landing.module-landing--1 .box__image {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #000;
}
.module-landing.module-landing--1 .box__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  line-height: 0;
  display: block;
}
.module-landing.module-landing--1 .box__image.box__image--big {
  position: absolute;
  height: 100%;
}
.module-landing.module-landing--1 .box__info {
  background: #393939;
  padding: 15px;
  border-left: 6px solid #E88C30;
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
}
.module-landing.module-landing--1 .box__info__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 10px;
  min-height: 40px;
}
.module-landing.module-landing--1 .box__info__text {
  font-size: 14px;
  font-weight: 400;
  color: #9D9D9D;
  line-height: 18px;
  max-width: 300px;
}
.module-landing.module-landing--1 .item-featured {
  display: grid;
  grid-template-rows: auto 1fr auto;
  background-color: #ccc419;
  color: #ffffff;
  padding: 30px 30px 20px 30px;
  min-height: 340px;
}
@media only screen and (max-width: 1050px) {
  .module-landing.module-landing--1 .item-featured {
    padding: 20px 30px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .module-landing.module-landing--1 .item-featured {
    padding: 20px 15px;
    padding-top: 30px;
  }
}
.module-landing.module-landing--1 .item-featured a {
  color: #ffffff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.module-landing.module-landing--1 .item-featured a i.las {
  font-size: 32px;
}
.module-landing.module-landing--1 .item-featured a.is--animated {
  overflow: hidden;
}
.module-landing.module-landing--1 .item-featured a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-landing.module-landing--1 .item-featured a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-landing.module-landing--1 .item-featured a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-landing.module-landing--1 .item-featured a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-landing.module-landing--1 .item-featured__section {
  border-bottom: 1px solid #fad6b3;
  margin-bottom: 30px;
}
.module-landing.module-landing--1 .item-featured__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.module-landing.module-landing--1 .item-featured__section p:after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.module-landing.module-landing--1 .item-featured__title {
  margin-bottom: 40px;
  letter-spacing: -1px;
  word-break: break-word;
  max-width: 42em;
  padding-right: 50px;
}
.module-landing.module-landing--1 .item-featured__title h2 {
  font-size: 34px;
}
.module-landing.module-landing--1 .item-featured__footer {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 0px;
  border-top: 1px solid #fad6b3;
}
.module-landing.module-landing--1 .item-featured.item-featured--top {
  position: absolute;
  top: 0px;
  left: 80px;
  z-index: 10;
  width: calc( 33vw );
}
.module-landing.module-landing--1.module-landing--1-invert {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 140px;
  grid-template-rows: auto auto auto;
  grid-template-areas: "B C D A" "G G E A" "G G F F";
}
.module-landing.module-landing--1.module-landing--1-invert .item-featured--top {
  left: auto;
  right: 80px;
}
@media only screen and (max-width: 1050px) {
  .module-landing.module-landing--1.module-landing--1, .module-landing.module-landing--1.module-landing--1-invert {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "B C" "D F" "G G" "E E";
  }
  .module-landing.module-landing--1.module-landing--1 .module-landing__col:nth-child(1), .module-landing.module-landing--1.module-landing--1-invert .module-landing__col:nth-child(1) {
    display: none;
  }
  .module-landing.module-landing--1.module-landing--1 .module-landing__col:nth-child(6) .item-featured--top, .module-landing.module-landing--1.module-landing--1-invert .module-landing__col:nth-child(6) .item-featured--top {
    display: none;
  }
  .module-landing.module-landing--1.module-landing--1 .module-landing__col:nth-child(6) .box__image.box__image--big, .module-landing.module-landing--1.module-landing--1-invert .module-landing__col:nth-child(6) .box__image.box__image--big {
    position: relative;
    padding-bottom: 69%;
  }
  .module-landing.module-landing--1.module-landing--1 .module-landing__col:nth-child(6) .box__image.box__image--big img, .module-landing.module-landing--1.module-landing--1-invert .module-landing__col:nth-child(6) .box__image.box__image--big img {
    object-position: bottom;
  }
  .module-landing.module-landing--1.module-landing--1 .module-landing__col:nth-child(7) .box__image, .module-landing.module-landing--1.module-landing--1-invert .module-landing__col:nth-child(7) .box__image {
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .module-landing.module-landing--1.module-landing--1, .module-landing.module-landing--1.module-landing--1-invert {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-template-areas: "B" "C" "D" "F" "G" "E";
  }
  .module-landing.module-landing--1.module-landing--1 .box__image, .module-landing.module-landing--1.module-landing--1-invert .box__image {
    padding-bottom: 115%;
  }
  .module-landing.module-landing--1.module-landing--1 .module-landing__col:nth-child(6) .box__image.box__image--big, .module-landing.module-landing--1.module-landing--1-invert .module-landing__col:nth-child(6) .box__image.box__image--big {
    padding-bottom: 137%;
  }
}
.module-landing.module-landing--list {
  grid-template-areas: none;
  grid-template-columns: 140px 1fr;
  grid-template-rows: auto;
}
@media only screen and (max-width: 1050px) {
  .module-landing.module-landing--list {
    grid-template-columns: 1fr !important;
  }
}
@media only screen and (max-width: 1050px) {
  .module-landing.module-landing--list .empty-grid-item {
    display: none;
  }
}
.module-landing__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1050px) {
  .module-landing__list {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (max-width: 750px) {
  .module-landing__list {
    grid-template-columns: 100%;
  }
}
.module-landing__list a {
  position: relative;
}

.module-sector-detail.module-sector-detail--1 {
  display: grid;
  margin: 0 140px;
  grid-template-columns: 60% auto;
  gap: 80px;
  padding-top: 30px;
  padding-bottom: 60px;
  /* Col Text */
  /* Col Aside */
}
@media only screen and (max-width: 1200px) {
  .module-sector-detail.module-sector-detail--1 {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 30px 50px 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-sector-detail.module-sector-detail--1 {
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px;
    grid-template-columns: 100%;
    gap: 10px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .module-sector-detail.module-sector-detail--1 {
    padding: 0 15px;
  }
}
.module-sector-detail.module-sector-detail--1 .col-text {
  color: #5D5D5D;
}
.module-sector-detail.module-sector-detail--1 .col-text .col-text__section {
  border-bottom: 2px solid #b2b2b2;
  margin-bottom: 30px;
}
.module-sector-detail.module-sector-detail--1 .col-text .col-text__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.module-sector-detail.module-sector-detail--1 .col-text .col-text__section p:after {
  content: "";
  display: text;
  height: 4px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.module-sector-detail.module-sector-detail--1 .col-text .col-text__title h2 {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 20px;
  max-width: 20ch;
}
@media only screen and (max-width: 1050px) {
  .module-sector-detail.module-sector-detail--1 .col-text .col-text__title h2 {
    font-size: 48px;
    line-height: 50px;
    max-width: none;
  }
}
@media only screen and (max-width: 750px) {
  .module-sector-detail.module-sector-detail--1 .col-text .col-text__title h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
.module-sector-detail.module-sector-detail--1 .col-text .col-text__text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1.3px;
  color: #737373;
  margin-bottom: 20px;
}
.module-sector-detail.module-sector-detail--1 .col-text .col-text__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.module-sector-detail.module-sector-detail--1 .col-aside {
  color: #5D5D5D;
}
.module-sector-detail.module-sector-detail--1 .col-aside .col-aside__items:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #B2B2B2;
  display: block;
  margin-bottom: 15px;
  margin-top: 33px;
}
.module-sector-detail.module-sector-detail--1 .col-aside .col-aside__items__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #5D5D5D;
  font-family: "trade-gothic-next", sans-serif;
  letter-spacing: 1px;
}
.module-sector-detail.module-sector-detail--1 .col-aside .col-aside__items__title:after {
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(157, 157, 157, 0.36);
  display: block;
  margin-top: 15px;
}
.module-sector-detail.module-sector-detail--1 .col-aside .col-aside__items p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #5D5D5D;
}
.module-sector-detail.module-sector-detail--1 .col-aside .col-aside__items ul {
  margin-top: 60px;
  border-top: 2px solid #B2B2B2;
}
.module-sector-detail.module-sector-detail--1 .col-aside .col-aside__items ul li {
  border-bottom: 1px solid rgba(157, 157, 157, 0.36);
  padding: 10px 0;
}
.module-sector-detail.module-sector-detail--1 .col-aside .col-aside__items ul li:last-child {
  border-bottom: 0;
}
.module-sector-detail.module-sector-detail--1 .col-aside .col-aside__items ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5D5D5D;
  font-size: 13px;
  letter-spacing: 1.45px;
}
.module-sector-detail.module-sector-detail--1 .col-aside .col-aside__items ul li a i {
  font-size: 32px;
  color: #5D5D5D;
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transform: translateX(0);
}
.module-sector-detail.module-sector-detail--1 .col-aside .col-aside__items ul li a:hover {
  color: #ccc419;
}
.module-sector-detail.module-sector-detail--1 .col-aside .col-aside__items ul li a:hover i {
  transform: translateX(16px);
  transition: transform 0.65s !important;
  color: #ccc419;
}

.module-sector-detail.module-sector-detail--2 .module-article.module-article--3 {
  margin-right: 0;
  margin-left: 140px;
  /*   @include responsive("desktop"){
       grid-template-columns: 280px calc(40% - var(--module-margin)) 1fr;
       grid-template-rows: repeat(2, 1fr) auto;
       grid-template-areas:
       "report article-1 featured"
       "report article-2 featured";
   }
   @include responsive("tablet-h"){
       grid-template-columns: 50% 50%;
       grid-template-rows: repeat(2, 1fr) auto;
       grid-template-areas:
           "report article-1"
           "report article-2"
           "featured featured";
   }
   @include responsive("mobile-h"){
       grid-template-columns: 100%;
       grid-template-rows: repeat(3, 1fr) auto;
       grid-template-areas:
           "report"
           "article-1"
           "article-2"
           "featured";
   }*/
}
@media all and (min-width: 1201px) {
  .module-sector-detail.module-sector-detail--2 .module-article.module-article--3 {
    grid-template-columns: 295px 360px 1fr;
  }
}
@media only screen and (max-width: 1200px) {
  .module-sector-detail.module-sector-detail--2 .module-article.module-article--3 {
    margin-left: 0;
  }
}
.module-sector-detail.module-sector-detail--2 .module-article.module-article--3 .item-report__title {
  padding-right: 0;
  margin-bottom: 20px;
}
.module-sector-detail.module-sector-detail--2 .module-article.module-article--3 .item-report__title:after {
  content: "";
  height: 2px;
  background: #575757;
  width: 100%;
  display: block;
  margin-top: 50px;
}
.module-sector-detail.module-sector-detail--2 .module-article.module-article--3 .item-report__subtitle p {
  font-weight: 300;
}
@media only screen and (max-width: 1050px) {
  .module-sector-detail.module-sector-detail--2 .module-article.module-article--3 .item-featured__title {
    max-width: none;
  }
}

.module-sector-detail.module-sector-detail--3 {
  margin: 0 140px;
}
@media only screen and (max-width: 1200px) {
  .module-sector-detail.module-sector-detail--3 {
    margin-left: 0;
    margin-right: 0;
  }
}
.module-sector-detail.module-sector-detail--3 .module-article.module-article--4 .item-report {
  left: 0;
  right: auto;
}
@media all and (min-width: 1051px) {
  .module-sector-detail.module-sector-detail--3 .module-article.module-article--4 .item-report {
    width: calc(((100% - 0px ) * 30) / 100);
  }
}
.module-sector-detail.module-sector-detail--3 .module-article.module-article--4 .item-report__title h3 {
  color: #ffffff;
}

.module-sector-detail.module-sector-detail--4 {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  grid-template-rows: 1fr auto auto;
  margin-right: 140px;
}
@media only screen and (max-width: 1200px) {
  .module-sector-detail.module-sector-detail--4 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .module-sector-detail.module-sector-detail--4 {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
  }
}
@media only screen and (max-width: 750px) {
  .module-sector-detail.module-sector-detail--4 {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
}
.module-sector-detail.module-sector-detail--4 .module-sector-detail__col.item-featured {
  grid-column: span 3;
  padding: 40px 70px 60px 70px;
}
@media only screen and (max-width: 1050px) {
  .module-sector-detail.module-sector-detail--4 .module-sector-detail__col.item-featured {
    padding: 40px 30px;
    padding-top: 30px;
    grid-column: span 2;
  }
}
@media only screen and (max-width: 750px) {
  .module-sector-detail.module-sector-detail--4 .module-sector-detail__col.item-featured {
    padding: 40px 15px;
    padding-top: 30px;
    grid-column: span 1;
  }
}
.module-sector-detail.module-sector-detail--4 .module-sector-detail__col.item-featured .item-featured__title {
  max-width: none;
  margin-bottom: 0;
}
.module-sector-detail.module-sector-detail--4 .module-sector-detail__col.item-featured .item-featured__title h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
}
@media only screen and (max-width: 750px) {
  .module-sector-detail.module-sector-detail--4 .module-sector-detail__col.item-featured .item-featured__title h2 {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0;
  }
}
.module-sector-detail.module-sector-detail--4 .module-sector-detail__col:nth-child(2) {
  grid-row: span 2;
}
@media only screen and (max-width: 1050px) {
  .module-sector-detail.module-sector-detail--4 .module-sector-detail__col:nth-child(2) {
    grid-row: span 1;
  }
  .module-sector-detail.module-sector-detail--4 .module-sector-detail__col:nth-child(2) .members__box__info__top-name {
    display: none;
  }
}
@media all and (min-width: 1051px) {
  .module-sector-detail.module-sector-detail--4 .module-sector-detail__col:nth-child(2) .members__box__info {
    padding: 15px 30px;
  }
  .module-sector-detail.module-sector-detail--4 .module-sector-detail__col:nth-child(2) .members__box__info__top-name {
    text-transform: uppercase;
    color: #9D9D9D;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .module-sector-detail.module-sector-detail--4 .module-sector-detail__col:nth-child(2) .members__box__info__name {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: none;
  }
  .module-sector-detail.module-sector-detail--4 .module-sector-detail__col:nth-child(2) .members__box__info__position {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-sector-detail.module-sector-detail--4 .module-sector-detail__col .members__box__info {
    padding-left: 30px;
    padding-right: 30px;
  }
  .module-sector-detail.module-sector-detail--4 .module-sector-detail__col .members__box__image {
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .module-sector-detail.module-sector-detail--4 .module-sector-detail__col .members__box__info {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.module-sector-detail.module-sector-detail--5 .module-article.module-article--8-b .item-featured__nav {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-gap: 40px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1050px) {
  .module-sector-detail.module-sector-detail--5 .module-article.module-article--8-b .item-featured__nav {
    grid-template-columns: 100%;
  }
}
.module-sector-detail.module-sector-detail--5 .module-article.module-article--8-b .item-featured__nav .nav {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
}
.module-sector-detail.module-sector-detail--5 .module-article.module-article--8-b .item-featured__nav .nav a {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: flex-start;
  width: auto;
  color: #FCB56E;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  letter-spacing: 1.4px;
}
.module-sector-detail.module-sector-detail--5 .module-article.module-article--8-b .item-featured__nav .nav a:hover, .module-sector-detail.module-sector-detail--5 .module-article.module-article--8-b .item-featured__nav .nav a.active {
  color: #ffffff;
}
.module-sector-detail.module-sector-detail--5 .module-article.module-article--8-b .item-featured__nav .nav a.active {
  border-bottom: 4px solid #ffffff;
}
.module-sector-detail.module-sector-detail--5 .module-article.module-article--8-b .item-featured__nav .nav span {
  width: 2px;
  height: 20px;
  margin: 0 15px;
  display: inline-block;
  background: #ffffff;
}
.module-sector-detail.module-sector-detail--5 .module-article.module-article--8-b .item-featured__nav .nav__empty-col span {
  height: 33px;
  border-bottom: 1px solid #ffffff;
  display: block;
}
@media only screen and (max-width: 1050px) {
  .module-sector-detail.module-sector-detail--5 .module-article.module-article--8-b .item-featured__nav .nav__empty-col {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .module-sector-detail.module-sector-detail--5 .module-article.module-article--8-b .module-article__col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.module-sector-detail.module-sector-detail--5 .module-article.module-article--8-b .item-text-image__text h4 {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 750px) {
  .module-sector-detail.module-sector-detail--5 .module-article.module-article--8-b .item-featured__title h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .module-sector-detail.module-sector-detail--5 .module-article.module-article--8-b .item-featured__title p {
    font-size: 16px;
    line-height: 22px;
  }
}

.module-sector-detail.module-sector-detail--6 {
  background: #ffffff;
  /* End Top */
}
.module-sector-detail.module-sector-detail--6 .module-sector-detail__top {
  display: grid;
  margin: 0;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  gap: 40px;
  padding: 60px 100px 0 100px;
  /* Col Text */
  /* Col Aside */
}
@media only screen and (max-width: 1050px) {
  .module-sector-detail.module-sector-detail--6 .module-sector-detail__top {
    padding: 60px 70px;
    padding-bottom: 0;
    grid-template-columns: 100%;
    gap: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .module-sector-detail.module-sector-detail--6 .module-sector-detail__top {
    padding: 40px 15px;
  }
}
.module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-text {
  color: #737373;
}
.module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-text .col-text__section {
  border-bottom: 2px solid rgba(115, 115, 115, 0.67);
  margin-bottom: 30px;
}
.module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-text .col-text__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-text .col-text__section p:after {
  content: "";
  display: text;
  height: 4px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-text .col-text__title h2 {
  font-size: 57px;
  line-height: 58px;
  color: #737373;
  margin-bottom: 10px;
  max-width: 20ch;
}
@media only screen and (max-width: 1050px) {
  .module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-text .col-text__title h2 {
    font-size: 34px;
    line-height: 40px;
    max-width: none;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  .module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-text .col-text__title h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-text .col-text__text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1.3px;
  color: #737373;
}
.module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-aside {
  color: #5D5D5D;
}
.module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-aside .col-aside__items:before {
  content: "";
  height: 2px;
  width: 100%;
  background: rgba(115, 115, 115, 0.67);
  display: block;
  margin-bottom: 15px;
  margin-top: 33px;
}
@media only screen and (max-width: 1050px) {
  .module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-aside .col-aside__items:before {
    margin-top: 30px;
  }
}
.module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-aside .col-aside__items p {
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #737373;
}
@media only screen and (max-width: 750px) {
  .module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-aside .col-aside__items p {
    font-size: 16px;
    line-height: 22px;
    color: #737373;
  }
}
.module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-aside .col-aside__items .col-aside__text {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1050px) {
  .module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-aside .col-aside__items .col-aside__text {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-aside .col-aside__items .col-aside__text {
    margin-bottom: 30px;
  }
}
.module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-aside .col-aside__items .col-aside__contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  .module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-aside .col-aside__items .col-aside__contacts {
    grid-template-columns: 100%;
  }
}
.module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-aside .col-aside__items .col-aside__contacts h5 {
  font-family: "trade-gothic-next", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-aside .col-aside__items .col-aside__contacts p {
  font-size: 14px;
  font-weight: 400;
  color: #9d9d9d;
}
.module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-aside .col-aside__items .col-aside__contacts p a {
  color: #9d9d9d;
}
.module-sector-detail.module-sector-detail--6 .module-sector-detail__top .col-aside .col-aside__items .col-aside__contacts p a:hover {
  color: #ccc419;
}
.module-sector-detail.module-sector-detail--6 .module-sector-detail__form {
  padding: 60px 100px;
}
@media only screen and (max-width: 1050px) {
  .module-sector-detail.module-sector-detail--6 .module-sector-detail__form {
    padding: 40px 70px 60px 70px;
    grid-template-columns: 100%;
    gap: 0px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .module-sector-detail.module-sector-detail--6 .module-sector-detail__form {
    padding: 0px 15px 40px 15px;
  }
}

.module-service-detail.module-service-detail--1 {
  display: grid;
  margin: 0 140px;
  grid-template-columns: 60% auto;
  gap: 80px;
  padding-top: 30px;
  padding-bottom: 60px;
  /* Col Text */
  /* Col Aside */
}
@media only screen and (max-width: 1200px) {
  .module-service-detail.module-service-detail--1 {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 30px 50px 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-service-detail.module-service-detail--1 {
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px;
    grid-template-columns: 100%;
    gap: 10px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .module-service-detail.module-service-detail--1 {
    padding: 0 15px;
  }
}
.module-service-detail.module-service-detail--1 .col-text {
  color: #5D5D5D;
}
.module-service-detail.module-service-detail--1 .col-text .col-text__section {
  border-bottom: 2px solid #b2b2b2;
  margin-bottom: 30px;
}
.module-service-detail.module-service-detail--1 .col-text .col-text__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.module-service-detail.module-service-detail--1 .col-text .col-text__section p:after {
  content: "";
  display: text;
  height: 4px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.module-service-detail.module-service-detail--1 .col-text .col-text__title h2 {
  font-size: 60px;
  line-height: 64px;
  margin-bottom: 20px;
  max-width: 20ch;
}
@media only screen and (max-width: 1050px) {
  .module-service-detail.module-service-detail--1 .col-text .col-text__title h2 {
    font-size: 48px;
    line-height: 50px;
    max-width: none;
  }
}
@media only screen and (max-width: 750px) {
  .module-service-detail.module-service-detail--1 .col-text .col-text__title h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
.module-service-detail.module-service-detail--1 .col-text .col-text__text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1.3px;
  color: #737373;
  margin-bottom: 20px;
}
.module-service-detail.module-service-detail--1 .col-text .col-text__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.module-service-detail.module-service-detail--1 .col-aside {
  color: #5D5D5D;
}
.module-service-detail.module-service-detail--1 .col-aside .col-aside__items:before {
  content: "";
  height: 2px;
  width: 100%;
  background: #B2B2B2;
  display: block;
  margin-bottom: 15px;
  margin-top: 33px;
}
.module-service-detail.module-service-detail--1 .col-aside .col-aside__items__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #5D5D5D;
  font-family: "trade-gothic-next", sans-serif;
  letter-spacing: 1px;
}
.module-service-detail.module-service-detail--1 .col-aside .col-aside__items__title:after {
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(157, 157, 157, 0.36);
  display: block;
  margin-top: 15px;
}
.module-service-detail.module-service-detail--1 .col-aside .col-aside__items p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
  color: #5D5D5D;
}
.module-service-detail.module-service-detail--1 .col-aside .col-aside__items ul {
  margin-top: 20px;
  border-top: 2px solid #B2B2B2;
}
.module-service-detail.module-service-detail--1 .col-aside .col-aside__items ul:nth-child(1) {
  margin-top: 0;
  border-top: none;
}
.module-service-detail.module-service-detail--1 .col-aside .col-aside__items ul li {
  border-bottom: 1px solid rgba(157, 157, 157, 0.36);
  padding-bottom: 10px;
  margin: 10px 0 0 0;
}
.module-service-detail.module-service-detail--1 .col-aside .col-aside__items ul li:last-child {
  border-bottom: 0;
}
.module-service-detail.module-service-detail--1 .col-aside .col-aside__items ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5D5D5D;
  font-size: 13px;
  letter-spacing: 1.45px;
}
.module-service-detail.module-service-detail--1 .col-aside .col-aside__items ul li a i {
  font-size: 32px;
  color: #5D5D5D;
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transform: translateX(0);
}
.module-service-detail.module-service-detail--1 .col-aside .col-aside__items ul li a.is--animated {
  overflow: hidden;
}
.module-service-detail.module-service-detail--1 .col-aside .col-aside__items ul li a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-service-detail.module-service-detail--1 .col-aside .col-aside__items ul li a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-service-detail.module-service-detail--1 .col-aside .col-aside__items ul li a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-service-detail.module-service-detail--1 .col-aside .col-aside__items ul li a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

.module-service-detail.module-service-detail--2 .module-article.module-article--3 {
  margin-right: 0;
  margin-left: 140px;
  /*   @include responsive("desktop"){
       grid-template-columns: 280px calc(40% - var(--module-margin)) 1fr;
       grid-template-rows: repeat(2, 1fr) auto;
       grid-template-areas:
       "report article-1 featured"
       "report article-2 featured";
   }
   @include responsive("tablet-h"){
       grid-template-columns: 50% 50%;
       grid-template-rows: repeat(2, 1fr) auto;
       grid-template-areas:
           "report article-1"
           "report article-2"
           "featured featured";
   }
   @include responsive("mobile-h"){
       grid-template-columns: 100%;
       grid-template-rows: repeat(3, 1fr) auto;
       grid-template-areas:
           "report"
           "article-1"
           "article-2"
           "featured";
   }*/
}
@media all and (min-width: 1201px) {
  .module-service-detail.module-service-detail--2 .module-article.module-article--3 {
    grid-template-columns: 295px 360px 1fr;
  }
}
@media only screen and (max-width: 1200px) {
  .module-service-detail.module-service-detail--2 .module-article.module-article--3 {
    margin-left: 0;
  }
}
.module-service-detail.module-service-detail--2 .module-article.module-article--3 .item-report__title {
  padding-right: 0;
  margin-bottom: 20px;
  /*   &:after {
         content:"";
         height: 2px;
         background: #575757;
         width: 100%;
         display: block;
         margin-top: 50px;

     } */
}
.module-service-detail.module-service-detail--2 .module-article.module-article--3 .item-report__subtitle p {
  font-weight: 300;
}
@media only screen and (max-width: 1050px) {
  .module-service-detail.module-service-detail--2 .module-article.module-article--3 .item-featured__title {
    max-width: none;
  }
}

.module-service-detail.module-service-detail--3 {
  margin: 0 140px;
}
@media only screen and (max-width: 1200px) {
  .module-service-detail.module-service-detail--3 {
    margin-left: 0;
    margin-right: 0;
  }
}
.module-service-detail.module-service-detail--3 .module-article.module-article--4 .item-report {
  left: 0;
  right: auto;
}
@media all and (min-width: 1051px) {
  .module-service-detail.module-service-detail--3 .module-article.module-article--4 .item-report {
    width: calc(((100% - 0px ) * 35) / 100);
  }
}
.module-service-detail.module-service-detail--3 .module-article.module-article--4 .item-report__title h3 {
  color: #ffffff;
}
.module-service-detail .module-article .item-report__title {
  margin-bottom: 0;
}
.module-service-detail .module-article .item-report__title a {
  position: relative;
  margin-bottom: 0;
}

.module-service-detail.module-service-detail--4 {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  grid-template-rows: 1fr auto auto;
  margin-right: 140px;
}
@media only screen and (max-width: 1200px) {
  .module-service-detail.module-service-detail--4 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .module-service-detail.module-service-detail--4 {
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
  }
}
@media only screen and (max-width: 750px) {
  .module-service-detail.module-service-detail--4 {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
}
.module-service-detail.module-service-detail--4 .module-service-detail__col.item-featured {
  grid-column: span 3;
  padding: 40px 70px 60px 70px;
}
@media only screen and (max-width: 1050px) {
  .module-service-detail.module-service-detail--4 .module-service-detail__col.item-featured {
    padding: 40px 30px;
    padding-top: 30px;
    grid-column: span 2;
  }
}
@media only screen and (max-width: 750px) {
  .module-service-detail.module-service-detail--4 .module-service-detail__col.item-featured {
    padding: 40px 15px;
    padding-top: 30px;
    grid-column: span 1;
  }
}
.module-service-detail.module-service-detail--4 .module-service-detail__col.item-featured .item-featured__title {
  max-width: none;
  margin-bottom: 0;
}
.module-service-detail.module-service-detail--4 .module-service-detail__col.item-featured .item-featured__title h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
}
@media only screen and (max-width: 750px) {
  .module-service-detail.module-service-detail--4 .module-service-detail__col.item-featured .item-featured__title h2 {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0;
  }
}
.module-service-detail.module-service-detail--4 .module-service-detail__col:nth-child(2) {
  grid-row: span 2;
}
@media only screen and (max-width: 1050px) {
  .module-service-detail.module-service-detail--4 .module-service-detail__col:nth-child(2) {
    grid-row: span 1;
  }
  .module-service-detail.module-service-detail--4 .module-service-detail__col:nth-child(2) .members__box__info__top-name {
    display: none;
  }
}
@media all and (min-width: 1051px) {
  .module-service-detail.module-service-detail--4 .module-service-detail__col:nth-child(2) .members__box__info {
    padding: 15px 30px;
  }
  .module-service-detail.module-service-detail--4 .module-service-detail__col:nth-child(2) .members__box__info__top-name {
    text-transform: uppercase;
    color: #9D9D9D;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  .module-service-detail.module-service-detail--4 .module-service-detail__col:nth-child(2) .members__box__info__name {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 5px;
    text-transform: none;
    font-weight: 400;
  }
  .module-service-detail.module-service-detail--4 .module-service-detail__col:nth-child(2) .members__box__info__position {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-service-detail.module-service-detail--4 .module-service-detail__col .members__box__info {
    padding-left: 30px;
    padding-right: 30px;
  }
  .module-service-detail.module-service-detail--4 .module-service-detail__col .members__box__image {
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .module-service-detail.module-service-detail--4 .module-service-detail__col .members__box__info {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.module-service-detail.module-service-detail--5 .module-article.module-article--8-b .item-featured__nav {
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-gap: 40px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1050px) {
  .module-service-detail.module-service-detail--5 .module-article.module-article--8-b .item-featured__nav {
    grid-template-columns: 100%;
  }
}
.module-service-detail.module-service-detail--5 .module-article.module-article--8-b .item-featured__nav .nav {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 30px;
}
.module-service-detail.module-service-detail--5 .module-article.module-article--8-b .item-featured__nav .nav a {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  justify-content: flex-start;
  width: auto;
  color: #FCB56E;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
  letter-spacing: 1.4px;
}
.module-service-detail.module-service-detail--5 .module-article.module-article--8-b .item-featured__nav .nav a:hover, .module-service-detail.module-service-detail--5 .module-article.module-article--8-b .item-featured__nav .nav a.active {
  color: #ffffff;
}
.module-service-detail.module-service-detail--5 .module-article.module-article--8-b .item-featured__nav .nav a.active {
  border-bottom: 4px solid #ffffff;
}
.module-service-detail.module-service-detail--5 .module-article.module-article--8-b .item-featured__nav .nav span {
  width: 2px;
  height: 20px;
  margin: 0 15px;
  display: inline-block;
  background: #ffffff;
}
.module-service-detail.module-service-detail--5 .module-article.module-article--8-b .item-featured__nav .nav__empty-col span {
  height: 33px;
  border-bottom: 1px solid #ffffff;
  display: block;
}
@media only screen and (max-width: 1050px) {
  .module-service-detail.module-service-detail--5 .module-article.module-article--8-b .item-featured__nav .nav__empty-col {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .module-service-detail.module-service-detail--5 .module-article.module-article--8-b .module-article__col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.module-service-detail.module-service-detail--5 .module-article.module-article--8-b .item-text-image__text h4 {
  font-family: "trade-gothic-next", sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 750px) {
  .module-service-detail.module-service-detail--5 .module-article.module-article--8-b .item-featured__title h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .module-service-detail.module-service-detail--5 .module-article.module-article--8-b .item-featured__title p {
    font-size: 16px;
    line-height: 22px;
  }
}

.module-service-detail.module-service-detail--6 {
  background: #ffffff;
  /* End Top */
}
.module-service-detail.module-service-detail--6 .module-service-detail__top {
  display: grid;
  margin: 0;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  gap: 40px;
  padding: 60px 100px 0 100px;
  /* Col Text */
  /* Col Aside */
}
@media only screen and (max-width: 1050px) {
  .module-service-detail.module-service-detail--6 .module-service-detail__top {
    padding: 60px 70px;
    padding-bottom: 0;
    grid-template-columns: 100%;
    gap: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .module-service-detail.module-service-detail--6 .module-service-detail__top {
    padding: 40px 15px;
  }
}
.module-service-detail.module-service-detail--6 .module-service-detail__top .col-text {
  color: #737373;
}
.module-service-detail.module-service-detail--6 .module-service-detail__top .col-text .col-text__section {
  border-bottom: 2px solid rgba(115, 115, 115, 0.67);
  margin-bottom: 30px;
}
.module-service-detail.module-service-detail--6 .module-service-detail__top .col-text .col-text__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.module-service-detail.module-service-detail--6 .module-service-detail__top .col-text .col-text__section p:after {
  content: "";
  display: text;
  height: 4px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.module-service-detail.module-service-detail--6 .module-service-detail__top .col-text .col-text__title h2 {
  font-size: 57px;
  line-height: 58px;
  color: #737373;
  margin-bottom: 10px;
  max-width: 20ch;
}
@media only screen and (max-width: 1050px) {
  .module-service-detail.module-service-detail--6 .module-service-detail__top .col-text .col-text__title h2 {
    font-size: 34px;
    line-height: 40px;
    max-width: none;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  .module-service-detail.module-service-detail--6 .module-service-detail__top .col-text .col-text__title h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.module-service-detail.module-service-detail--6 .module-service-detail__top .col-text .col-text__text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 1.3px;
  color: #737373;
}
.module-service-detail.module-service-detail--6 .module-service-detail__top .col-aside {
  color: #5D5D5D;
}
.module-service-detail.module-service-detail--6 .module-service-detail__top .col-aside .col-aside__items:before {
  content: "";
  height: 2px;
  width: 100%;
  background: rgba(115, 115, 115, 0.67);
  display: block;
  margin-bottom: 15px;
  margin-top: 33px;
}
@media only screen and (max-width: 1050px) {
  .module-service-detail.module-service-detail--6 .module-service-detail__top .col-aside .col-aside__items:before {
    margin-top: 30px;
  }
}
.module-service-detail.module-service-detail--6 .module-service-detail__top .col-aside .col-aside__items p {
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #737373;
}
@media only screen and (max-width: 750px) {
  .module-service-detail.module-service-detail--6 .module-service-detail__top .col-aside .col-aside__items p {
    font-size: 16px;
    line-height: 22px;
    color: #737373;
  }
}
.module-service-detail.module-service-detail--6 .module-service-detail__top .col-aside .col-aside__items .col-aside__text {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1050px) {
  .module-service-detail.module-service-detail--6 .module-service-detail__top .col-aside .col-aside__items .col-aside__text {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .module-service-detail.module-service-detail--6 .module-service-detail__top .col-aside .col-aside__items .col-aside__text {
    margin-bottom: 30px;
  }
}
.module-service-detail.module-service-detail--6 .module-service-detail__top .col-aside .col-aside__items .col-aside__contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 4px;
}
@media only screen and (max-width: 750px) {
  .module-service-detail.module-service-detail--6 .module-service-detail__top .col-aside .col-aside__items .col-aside__contacts {
    grid-template-columns: 100%;
  }
}
.module-service-detail.module-service-detail--6 .module-service-detail__top .col-aside .col-aside__items .col-aside__contacts h5 {
  font-family: "trade-gothic-next", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.module-service-detail.module-service-detail--6 .module-service-detail__top .col-aside .col-aside__items .col-aside__contacts p {
  font-size: 14px;
  font-weight: 400;
  color: #9d9d9d;
}
.module-service-detail.module-service-detail--6 .module-service-detail__top .col-aside .col-aside__items .col-aside__contacts p a {
  color: #9d9d9d;
}
.module-service-detail.module-service-detail--6 .module-service-detail__top .col-aside .col-aside__items .col-aside__contacts p a:hover {
  color: #ccc419;
}
.module-service-detail.module-service-detail--6 .module-service-detail__form {
  padding: 60px 100px;
}
@media only screen and (max-width: 1050px) {
  .module-service-detail.module-service-detail--6 .module-service-detail__form {
    padding: 40px 70px 60px 70px;
    grid-template-columns: 100%;
    gap: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .module-service-detail.module-service-detail--6 .module-service-detail__form {
    padding: 0px 15px 40px 15px;
    margin-bottom: 0;
  }
}
.module-service-detail.module-service-detail--6.form--light {
  background: #ccc419;
}
.module-service-detail.module-service-detail--6.form--light h2, .module-service-detail.module-service-detail--6.form--light h3, .module-service-detail.module-service-detail--6.form--light h4, .module-service-detail.module-service-detail--6.form--light h5, .module-service-detail.module-service-detail--6.form--light p, .module-service-detail.module-service-detail--6.form--light a {
  color: #ffffff !important;
}
.module-service-detail.module-service-detail--6.form--light .col-text__section p:after {
  bottom: 0px !important;
}
.module-service-detail.module-service-detail--6.form--light p:after, .module-service-detail.module-service-detail--6.form--light .col-aside__items:before {
  background-color: rgba(255, 255, 255, 0.63) !important;
}
.module-service-detail.module-service-detail--6.form--light .col-aside__items:before {
  height: 1px !important;
}
.module-service-detail.module-service-detail--6.form--light .col-text__section, .module-service-detail.module-service-detail--6.form--light .col-aside__contacts h5 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.63) !important;
}
@media only screen and (max-width: 1050px) {
  .module-service-detail.module-service-detail--6.form--light .module-service-detail__form {
    margin-bottom: 0;
  }
}

.members-slider {
  float: left;
  width: 100%;
  background: #2d2d2d;
  padding: 54px 5vw;
}
@media only screen and (max-width: 1050px) {
  .members-slider {
    padding: 5vw 30px;
  }
}
@media only screen and (max-width: 750px) {
  .members-slider {
    padding: 30px 15px 35px 15px !important;
  }
}
.members-slider .slide-controls__number {
  position: absolute;
  top: -12px;
  right: 150px;
  line-height: 38px;
}
.members-slider .slide-controls__number .actual {
  color: #ffffff;
  font-size: 18px;
}
.members-slider .slide-controls__number .separation {
  height: 38px;
  border-width: 2px;
}
.members-slider .slide-controls__number .total {
  font-size: 12px;
}
.members-slider .module-service-detail__col.item-featured {
  padding: 0 !important;
  display: block !important;
  width: 100% !important;
  background: none !important;
  position: relative;
}
.members-slider .module-service-detail__col.item-featured .item-featured__section:before {
  background: #575757 !important;
  opacity: 0.67;
}
.members-slider .module-service-detail__col.item-featured .item-featured__section p {
  color: #dddddd !important;
}
@media only screen and (max-width: 600px) {
  .members-slider .module-service-detail__col.item-featured .item-featured__section p {
    width: calc(100% - 100px);
  }
}
.members-slider .module-service-detail__col.item-featured .item-featured__section p:after {
  background: #ccc419 !important;
  width: 52px;
}
.members-slider .module-service-detail__col.item-featured .item-featured__title {
  float: left;
  width: 765px;
  max-width: calc(100% - 355px);
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .members-slider .module-service-detail__col.item-featured .item-featured__title {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.members-slider .module-service-detail__col.item-featured .item-featured__title h2 {
  font-size: 34px;
  font-weight: 300;
  line-height: 1.18;
  color: #dddddd;
}
@media only screen and (max-width: 1050px) {
  .members-slider .module-service-detail__col.item-featured .item-featured__title h2 {
    font-size: 30px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 900px) {
  .members-slider .module-service-detail__col.item-featured .item-featured__title h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.members-slider .members__box__info {
  background: #363636;
  position: static;
}
.members-slider .members__box__info__name {
  font-size: 13px;
}
.members-slider__carousel {
  float: right;
  width: 279px;
  position: static !important;
}
@media only screen and (max-width: 600px) {
  .members-slider__carousel {
    float: none;
    margin: 0 auto;
  }
}
.members-slider__carousel .slick-arrow {
  position: absolute;
  top: 0px;
  right: 0;
  width: 50px;
  height: 19px;
  background: none;
  background-image: url(images/arrow.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 1000px;
}
@media only screen and (max-width: 600px) {
  .members-slider__carousel .slick-arrow {
    width: 30px;
    height: 12px;
  }
}
.members-slider__carousel .slick-prev {
  right: 73px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 600px) {
  .members-slider__carousel .slick-prev {
    right: 45px;
  }
}
.members-slider__carousel .slick-disabled {
  opacity: 0.34;
}
@media only screen and (max-width: 1050px) {
  .members-slider .module-service-detail__col .members__box__info {
    padding-left: 30px;
    padding-right: 30px;
  }
  .members-slider .module-service-detail__col .members__box__image {
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .members-slider .module-service-detail__col .members__box__info {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.module-blog.module-blog--1 {
  margin: 40px 140px 70px 140px;
}
@media only screen and (max-width: 1200px) {
  .module-blog.module-blog--1 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-blog.module-blog--1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .module-blog.module-blog--1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.module-blog.module-blog--1 .module-blog__body {
  display: grid;
  gap: 90px;
  grid-template-columns: calc(50% - 45px) calc(50% - 45px);
}
@media only screen and (max-width: 1050px) {
  .module-blog.module-blog--1 .module-blog__body {
    gap: 30px;
    grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  }
}
@media only screen and (max-width: 750px) {
  .module-blog.module-blog--1 .module-blog__body {
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
  }
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__section {
  border-bottom: 2px solid rgba(115, 115, 115, 0.63);
  margin-bottom: 15px;
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__section p {
  font-size: 11px;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 8px;
  position: relative;
  letter-spacing: 1.3px;
  color: #999;
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__section p:after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__body {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__body {
    grid-template-columns: 125px 1fr;
  }
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__title h2 {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__title h2 {
    font-size: 20px;
    line-height: 23px;
  }
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__title h2 a {
  color: #737373;
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__title h2 a:hover {
  color: #ccc419;
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__title p {
  font-size: 11px;
  color: #999;
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  overflow: hidden;
  overflow: hidden;
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__image img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__footer {
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 0px;
  border-top: 1px solid rgba(115, 115, 115, 0.63);
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__footer a {
  color: #737373;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__footer a i.las {
  font-size: 32px;
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__footer a.is--animated {
  overflow: hidden;
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__footer a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__footer a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__footer a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-blog.module-blog--1 .module-blog__body .col-article .col-article__featured__footer a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

.module-blog.module-blog--2 {
  margin: 40px 140px 80px 140px;
}
@media only screen and (max-width: 1200px) {
  .module-blog.module-blog--2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-blog.module-blog--2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .module-blog.module-blog--2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.module-blog.module-blog--2 .module-blog__body {
  display: grid;
  row-gap: 20px;
  gap: 40px;
  grid-template-columns: calc(50% + 47px) 1fr;
}
@media only screen and (max-width: 1050px) {
  .module-blog.module-blog--2 .module-blog__body {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .module-blog.module-blog--2 .module-blog__body {
    grid-template-columns: 100%;
  }
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__section {
  border-bottom: 2px solid rgba(115, 115, 115, 0.63);
  margin-bottom: 15px;
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__section p {
  font-size: 11px;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 8px;
  position: relative;
  letter-spacing: 1.3px;
  color: #999;
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__section p:after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__body {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__body {
    grid-template-columns: 125px 1fr;
  }
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__title h2 {
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__title h2 {
    font-size: 20px;
    line-height: 23px;
  }
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__title h2 a {
  color: #737373;
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__title h2 a:hover {
  color: #ccc419;
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__title p {
  font-size: 11px;
  color: #999;
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 110%;
  overflow: hidden;
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__image img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__footer {
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 0px;
  border-top: 1px solid rgba(115, 115, 115, 0.63);
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__footer a {
  color: #737373;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__footer a:hover {
  color: #ccc419;
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__footer a:hover i.las {
  color: #ccc419;
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__footer a i.las {
  font-size: 32px;
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__footer a.is--animated {
  overflow: hidden;
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__footer a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__footer a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__footer a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-blog.module-blog--2 .module-blog__body .col-article .col-article__featured__footer a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-blog.module-blog--2 .module-blog__body .col-big {
  position: relative;
  grid-row: span 2;
  padding: 40px 30px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
@media only screen and (max-width: 750px) {
  .module-blog.module-blog--2 .module-blog__body .col-big {
    padding: 30px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.module-blog.module-blog--2 .module-blog__body .col-big:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  height: 20%;
  color: #ffffff;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 1050px) {
  .module-blog.module-blog--2 .module-blog__body .col-big {
    grid-column: span 2;
    grid-row: span 1;
    height: 525px;
  }
}
@media only screen and (max-width: 750px) {
  .module-blog.module-blog--2 .module-blog__body .col-big {
    grid-column: span 1;
  }
}
.module-blog.module-blog--2 .module-blog__body .col-big__bg {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0 !important;
  background-color: #000;
}
.module-blog.module-blog--2 .module-blog__body .col-big__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 0;
}
.module-blog.module-blog--2 .module-blog__body .col-big__section {
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
}
.module-blog.module-blog--2 .module-blog__body .col-big__section p {
  font-size: 13px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  color: #ffffff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.53);
  padding-bottom: 5px;
}
.module-blog.module-blog--2 .module-blog__body .col-big__title h2 {
  position: relative;
  z-index: 5;
  font-size: 48px;
  line-height: 50px;
  max-width: 60%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .module-blog.module-blog--2 .module-blog__body .col-big__title h2 {
    font-size: 34px;
    line-height: 40px;
    max-width: none;
  }
}
.module-blog.module-blog--2 .module-blog__body .col-big__title h2 a {
  color: #ffffff;
}
.module-blog.module-blog--2 .module-blog__body .col-big__title p {
  color: #ffffff;
  font-size: 11px;
  z-index: 10;
  position: relative;
}
.module-blog.module-blog--2 .module-blog__body .col-big__footer {
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 0 0 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.53);
  z-index: 5;
  position: relative;
}
.module-blog.module-blog--2 .module-blog__body .col-big__footer a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #ccc;
  line-height: 1;
}
.module-blog.module-blog--2 .module-blog__body .col-big__footer a i {
  font-size: 28px;
  color: #ccc;
}
.module-blog.module-blog--2 .module-blog__body .col-big__footer a:hover {
  color: #ccc419;
}
.module-blog.module-blog--2 .module-blog__body .col-big__footer a:hover i {
  color: #ccc419;
}
.module-blog.module-blog--2 .module-blog__body .col-big__footer a.is--animated {
  overflow: hidden;
}
.module-blog.module-blog--2 .module-blog__body .col-big__footer a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-blog.module-blog--2 .module-blog__body .col-big__footer a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-blog.module-blog--2 .module-blog__body .col-big__footer a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-blog.module-blog--2 .module-blog__body .col-big__footer a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
@media all and (min-width: 1051px) {
  .module-blog.module-blog--2__invert .module-blog__body {
    gap: 40px;
    grid-template-columns: 1fr calc(50% + 47px);
  }
  .module-blog.module-blog--2__invert .module-blog__body .col-big {
    grid-column-start: 2;
    grid-row-end: 2;
  }
}

.module-single-project.module-single-project--1 {
  display: grid;
  grid-template-columns: 1fr 60vw;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--1 {
    grid-template-columns: 50vw 1fr;
  }
}
@media only screen and (max-width: 750px) {
  .module-single-project.module-single-project--1 {
    grid-template-columns: 100%;
  }
}
.module-single-project.module-single-project--1 .col-sidebar {
  padding-left: 45px;
  padding-right: 100px;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--1 .col-sidebar {
    padding-right: 20px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .module-single-project.module-single-project--1 .col-sidebar {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0;
    min-height: 0;
    z-index: 1;
  }
}
.module-single-project.module-single-project--1 .col-sidebar .inner-wrapper-sticky {
  padding-top: 30px;
  padding-bottom: 30px;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__inner {
  min-height: 450px;
  position: relative;
  padding-bottom: 0px;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--1 .col-sidebar .col-sidebar__inner {
    min-height: 500px;
  }
}
@media only screen and (max-width: 750px) {
  .module-single-project.module-single-project--1 .col-sidebar .col-sidebar__inner {
    min-height: 0;
    height: auto;
  }
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__number h3 {
  font-size: 100px;
  line-height: 107px;
  color: #ccc419;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .module-single-project.module-single-project--1 .col-sidebar .col-sidebar__number.hidden--mobile {
    display: none;
  }
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section {
  padding-bottom: 50px;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section {
    padding-bottom: 0px;
  }
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control {
  border-bottom: 2px solid rgba(115, 115, 115, 0.63);
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-right: 40px;
  position: relative;
  color: #5d5d55;
  display: inline-block;
  letter-spacing: 1.3px;
  position: relative;
  z-index: 5;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control p:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: #ccc419;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control p a, .module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control p span.arrows {
  line-height: 0;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control p a.up, .module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control p span.arrows.up {
  position: absolute;
  right: 0;
  top: -2px;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control p a.down, .module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control p span.arrows.down {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control p a i, .module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control p span.arrows i {
  text-shadow: 0 0 1px #ccc419;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control p span {
  cursor: pointer;
}
@media only screen and (max-width: 750px) {
  .module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control {
    margin-left: 80px;
    margin-bottom: 20px;
  }
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control .section-control__submenu {
  display: none;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control.is--open p {
  color: #ffffff;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control.is--open p a i {
  color: #ffffff;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control .section-control__submenu {
  display: none;
  background: #ccc419;
  position: absolute;
  top: -5px;
  left: -15px;
  z-index: 1;
  width: auto;
  height: auto;
  padding: 45px 15px 20px 15px;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control .section-control__submenu a {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  padding: 5px 0;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  transition: all 0.25s;
  opacity: 1;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control .section-control__submenu a.is--active {
  opacity: 0.5 !important;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .col-sidebar__section-control .section-control__submenu a:hover {
  opacity: 0.8;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .number {
  font-size: 48px;
  line-height: 50px;
  color: #ccc419;
  position: relative;
  top: 15px;
  display: none;
}
@media only screen and (max-width: 750px) {
  .module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section .number.show--mobile {
    display: inline-block;
    position: relative;
    top: 37px;
  }
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section h2 {
  font-size: 48px;
  color: #5d5d5d;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .module-single-project.module-single-project--1 .col-sidebar .col-sidebar__section h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__link {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 0px;
  border-top: 1px solid rgba(115, 115, 115, 0.63);
  position: absolute;
  bottom: 0px;
  width: 100%;
  /*  @media all and(min-width:768px) and (max-width:1050px){
        display: none;
    }  */
  /* &.show--tablet-only {
       display: none;
       @media all and(min-width:768px) and (max-width:1050px){
           display: flex;
           position: absolute;
           bottom: 0px;
           width:calc(100% - 50px);
       }
   } */
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--1 .col-sidebar .col-sidebar__link {
    bottom: 0px;
  }
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__link a {
  color: #5d5d5d;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 1.4px;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__link a i.las {
  font-size: 32px;
  color: #ccc419;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__link a.is--animated {
  overflow: hidden;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__link a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__link a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__link a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-single-project.module-single-project--1 .col-sidebar .col-sidebar__link a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
@media only screen and (max-width: 750px) {
  .module-single-project.module-single-project--1 .col-sidebar .col-sidebar__link {
    bottom: 30px;
    top: auto;
    width: 100%;
    position: relative;
  }
}
@media all and (min-width: 768px) {
  .module-single-project.module-single-project--1:nth-child(2n+0) {
    grid-template-columns: 50% 1fr;
  }
  .module-single-project.module-single-project--1:nth-child(2n+0) .col-sidebar {
    order: 2;
  }
}
@media all and (min-width: 1051px) {
  .module-single-project.module-single-project--1:nth-child(2n+0) {
    grid-template-columns: 60% 1fr;
  }
}
.module-single-project.module-single-project--1 .grid-1 .col-1 {
  position: relative;
}
.module-single-project.module-single-project--1 .grid-1 .col-1 .image-wrapper {
  line-height: 0;
  /*   height: 100%;
   width:100%;
   overflow: hidden;
   position: absolute;*/
}
.module-single-project.module-single-project--1 .grid-1 .col-1 .image-wrapper img {
  /*  object-fit: cover;
    width: 100%;
    height: 100%;
    line-height: 0;*/
  width: 100%;
  height: auto;
  max-width: 100%;
  line-height: 0;
}
.module-single-project.module-single-project--1 .grid-1 .col-2 {
  background: #2D2D2D;
  padding: 60px;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--1 .grid-1 .col-2 {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 750px) {
  .module-single-project.module-single-project--1 .grid-1 .col-2 {
    padding: 30px 15px;
  }
}
.module-single-project.module-single-project--1 .grid-1 .col-2 .project__text-cont {
  border-top: 3px solid #707070;
  border-bottom: 3px solid #707070;
  padding: 40px 0 20px 0;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--1 .grid-1 .col-2 .project__text-cont {
    padding: 20px 0 0 0;
  }
}
.module-single-project.module-single-project--1 .grid-1 .col-2 .project__text {
  width: 60%;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--1 .grid-1 .col-2 .project__text {
    width: 100%;
  }
}
.module-single-project.module-single-project--1 .grid-1 .col-2 p {
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1px;
  color: #ddd;
  padding-bottom: 20px;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 {
  display: grid;
  grid-template-columns: 360px 1fr;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 {
    grid-template-columns: 100%;
  }
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-image {
  position: relative;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-image .image-wrapper {
  line-height: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-image .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  line-height: 0;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-image {
    display: none;
  }
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report {
  background-color: #ccc419;
  color: #fff;
  font-weight: 300;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 30px;
}
@media only screen and (max-width: 750px) {
  .module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.63);
  margin-bottom: 30px;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__section p:after {
  content: "";
  display: text;
  height: 4px;
  width: 60px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__content {
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
}
@media only screen and (max-width: 750px) {
  .module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__content {
    padding-bottom: 10px;
  }
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__title {
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__textual {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 60px;
  font-weight: 300;
  font-family: "Noto-Light", sans-serif;
}
@media only screen and (max-width: 750px) {
  .module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__textual {
    margin-bottom: 40px;
  }
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__textual:before {
  content: " “ ";
  display: block;
  font-size: 86px;
  line-height: 0;
  font-family: "Noto-Light", sans-serif;
  color: #ffffff;
  margin: 40px 0 15px 0;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__name {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__name {
    padding-top: 45px;
  }
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__position {
  font-size: 13px;
  font-weight: 300;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__footer {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 0px;
  border-top: 1px solid transparent;
  transform: translate3d(0, 0, 0);
  transition: all 0.4s ease;
  transition-delay: 2s;
  position: relative;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__footer a {
  color: white;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__footer a:hover {
  overflow: hidden;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__footer a:hover span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__footer i.las {
  font-size: 32px;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report__footer a:hover i.las {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report .image-wrapper {
  display: none;
  width: 70px;
  height: 80px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report .image-wrapper.show--tablet-mobile {
    display: block;
  }
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .item-report .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.module-single-project.module-single-project--1 .grid-3 .grid-3__col {
  height: 450px;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--1 .grid-3 .grid-3__col {
    height: 200px;
  }
}
.module-single-project.module-single-project--1 .grid-3 .grid-3__col .image-wrapper {
  line-height: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
.module-single-project.module-single-project--1 .grid-3 .grid-3__col .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.module-single-project.module-single-project--1 .grid-4 .item-featured__title h2 {
  font-size: 48px;
  line-height: 50px;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--1 .grid-4 .item-featured__title h2 {
    font-size: 33px;
    line-height: 40px;
  }
}
.module-single-project.module-single-project--1 .grid-5 .module-article {
  height: 685px;
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--1 .grid-5 .module-article {
    height: 200px;
  }
}
.module-single-project.module-single-project--1 .grid-5 .module-article .item__video-poster {
  line-height: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
.module-single-project.module-single-project--1 .grid-5 .module-article .item__video-poster .item__video-poster__play {
  /*
   right: auto;
   left:30px;
   bottom:30px;
   */
  top: 50%;
  left: 50%;
  transform: scale(1.15) translate(-50%, -50%);
  /* BY JPJ 06-14 */
}
.module-single-project.module-single-project--1 .grid-5 .module-article .item__video-poster img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  line-height: 0;
}

.module-single-project.module-single-project--details {
  margin-right: 140px;
  display: grid;
  grid-template-columns: 1fr calc(60vw - 140px);
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--details {
    margin-right: 0px;
    grid-template-columns: 100%;
  }
}
.module-single-project.module-single-project--details .col-1 {
  position: relative;
}
.module-single-project.module-single-project--details .col-1 .image-wrapper {
  line-height: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--details .col-1 .image-wrapper {
    position: relative;
    height: auto;
  }
}
.module-single-project.module-single-project--details .col-1 .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.module-single-project.module-single-project--details .col-2 {
  background-color: #2D2D2D;
}
.module-single-project.module-single-project--details .col-2__info {
  padding: 30px 45px;
  padding-bottom: 0;
  display: grid;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--details .col-2__info {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 750px) {
  .module-single-project.module-single-project--details .col-2__info {
    padding: 30px 15px;
  }
}
.module-single-project.module-single-project--details .col-2__info__title {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 10px;
  color: #ccc;
  border-top: 3px solid #707070;
  font-family: "trade-gothic-next", sans-serif;
}
.module-single-project.module-single-project--details .col-2__info__row {
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-gap: 40px;
  padding-bottom: 55px;
}
.module-single-project.module-single-project--details .col-2__info__row p {
  color: #ffffff;
  border-top: 2px solid #707070;
  padding-top: 5px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 300;
}
.module-single-project.module-single-project--details .col-2__info__row p a {
  color: #ffffff;
  border-bottom: 2px solid #ccc419;
}
.module-single-project.module-single-project--details .col-2__info__row p a:hover {
  color: #ccc419;
}
.module-single-project.module-single-project--details .col-2__info__row p:first-child {
  font-size: 16px;
  font-weight: 700;
}

.single-project .module-article.module-article--8-b {
  padding-top: 110px;
}
.single-project .module-article.module-article--8-b .module-article__col {
  padding-top: 0;
  border-top: none;
}

.module-single-project.module-single-project--comercial-leaders .module-service-detail .item-featured__section p:after {
  display: none;
}

.module-single-project.module-single-project--explore-more .module-service-detail .item-featured .nav span {
  display: none !important;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.module-single-project--explore-more .module-service-detail .module-article__col:nth-child(2) {
    border-top: none;
  }
}
.module-single-project.module-single-project--explore-more .module-service-detail .item-featured__link {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.63);
  margin-top: 60px;
}
.module-single-project.module-single-project--explore-more .module-service-detail .item-featured__link a {
  position: relative;
  color: #ffffff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 1.4px;
}
.module-single-project.module-single-project--explore-more .module-service-detail .item-featured__link a i.las {
  font-size: 32px;
  color: #ffffff;
}
.module-single-project.module-single-project--explore-more .module-service-detail .item-featured__link a.is--animated {
  overflow: hidden;
}
.module-single-project.module-single-project--explore-more .module-service-detail .item-featured__link a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-single-project.module-single-project--explore-more .module-service-detail .item-featured__link a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-single-project.module-single-project--explore-more .module-service-detail .item-featured__link a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-single-project.module-single-project--explore-more .module-service-detail .item-featured__link a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-single-project.module-single-project--contact-form .module-service-detail__form {
  margin-bottom: 0;
}

.single-article__grid-content .module__text {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .module__text {
    margin-bottom: 40px;
  }
}
.single-article__grid-content .module__text p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.3px;
  font-weight: 400;
  color: #737373;
}
.single-article__grid-content .module__title {
  border-top: 2px solid rgba(115, 115, 115, 0.67);
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .module__title {
    margin-bottom: 40px;
  }
}
.single-article__grid-content .module__title:before {
  content: "";
  height: 3px;
  width: 60px;
  background: #ccc419;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
}
.single-article__grid-content .module__title h3 {
  font-size: 34px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #5d5d5d;
  max-width: 500px;
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .module__title h3 {
    max-width: none;
  }
}
.single-article__grid-content .module__title h3 strong {
  color: #ccc419;
  font-weight: 300;
}
.single-article__grid-content .module__title-2 {
  border-bottom: 2px solid rgba(115, 115, 115, 0.67);
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .module__title-2 {
    margin-bottom: 40px;
  }
}
.single-article__grid-content .module__title-2:before {
  content: "";
  height: 3px;
  width: 60px;
  background: #ccc419;
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.single-article__grid-content .module__title-2 p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: #5d5d5d;
}
.single-article__grid-content .module__video {
  margin: 80px 0;
}
.single-article__grid-content .module__video .module-article__video-poster {
  position: relative;
  height: 0;
  padding-bottom: 53.5%;
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .module__video .module-article__video-poster {
    padding-bottom: 55.5%;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 750px) {
  .single-article__grid-content .module__video .module-article__video-poster {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.single-article__grid-content .module__video .module-article__video-poster .item__video-poster__bg {
  background: rgba(0, 0, 0, 0.47);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.single-article__grid-content .module__video .module-article__video-poster .item__video-poster__play {
  z-index: 10;
  /*
  right: auto;
  left: 50px;
  bottom: 40px;
  */
  top: 50%;
  left: 50%;
  transform: scale(1.15) translate(-50%, -50%);
  /* BY JPJ 06-14 */
  /*
  @include responsive("tablet-h") {
    left: 30px;
  }
  @include responsive("mobile-h") {
    left: 15px;
    bottom: 30px;
  }
  */
}
.single-article__grid-content .module__video .module-article__video-poster .item__video-poster__title {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 5;
  /*
  @include responsive("tablet-h") {
    left: 120px;
  }
  @include responsive("mobile-h") {
    left: 95px;
    bottom: 30px;
  }
  */
}
.single-article__grid-content .module__video .module-article__video-poster .item__video-poster__title p {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.3px;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.single-article__grid-content .module__video .module-article__video-poster .item__video-poster__title h3 {
  font-size: 21px;
  line-height: 24px;
  color: #ffffff;
  max-width: 220px;
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .module__video .module-article__video-poster .item__video-poster__title h3 {
    font-size: 26px;
    line-height: 30px;
    max-width: 300px;
  }
}
@media only screen and (max-width: 750px) {
  .single-article__grid-content .module__video .module-article__video-poster .item__video-poster__title h3 {
    font-size: 20px;
    line-height: 23px;
  }
}
.single-article__grid-content .module__video .module-article__video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.single-article__grid-content .module__video__caption {
  padding-top: 10px;
}
.single-article__grid-content .module__video__caption p {
  font-size: 12px;
  line-height: 17px;
  color: #999;
}
.single-article__grid-content .module__textual {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .module__textual {
    margin-bottom: 40px;
  }
}
.single-article__grid-content .module__textual h3 {
  font-size: 33px;
  line-height: 38px;
  color: #ccc419;
  padding: 20px 0;
  border-top: 1px solid rgba(115, 115, 115, 0.67);
  border-bottom: 1px solid rgba(115, 115, 115, 0.67);
}
@media only screen and (max-width: 750px) {
  .single-article__grid-content .module__textual h3 {
    font-size: 20px;
    line-height: 23px;
  }
}
.single-article__grid-content .module__textual h3:before {
  content: " “ ";
  display: block;
  font-size: 86px;
  line-height: 0;
  font-family: "Noto-Light", sans-serif;
  color: #ccc419;
  margin: 40px 0 15px 0;
}
.single-article__grid-content .module__textual.with--text {
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 50px;
  align-items: center;
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .module__textual.with--text {
    grid-template-columns: 100%;
    gap: 30px;
  }
}
.single-article__grid-content .module__textual.with--text p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.3px;
  font-weight: 400;
  color: #737373;
}
.single-article__grid-content .module__image-caption {
  margin: 80px 0;
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .module__image-caption {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 750px) {
  .single-article__grid-content .module__image-caption {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.single-article__grid-content .module__image-caption img {
  width: 100%;
  height: auto;
}
.single-article__grid-content .module__image-caption__caption {
  padding-top: 10px;
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .module__image-caption__caption {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .single-article__grid-content .module__image-caption__caption {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.single-article__grid-content .module__image-caption__caption p {
  font-size: 12px;
  line-height: 17px;
  color: #999;
}
.single-article__grid-content .module__about-author .module-top {
  border-top: 2px solid rgba(115, 115, 115, 0.46);
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}
.single-article__grid-content .module__about-author .module-top:after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  top: -4px;
  left: 0;
}
.single-article__grid-content .module__about-author .module-top__section {
  padding-top: 20px;
}
@media only screen and (max-width: 750px) {
  .single-article__grid-content .module__about-author .module-top__section {
    padding-top: 10px;
  }
}
.single-article__grid-content .module__about-author .module-top__section h2 {
  font-size: 35px;
  color: #737373;
}
@media only screen and (max-width: 750px) {
  .single-article__grid-content .module__about-author .module-top__section h2 {
    font-size: 24px;
  }
}
.single-article__grid-content .module__about-author .module-slider {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media only screen and (max-width: 750px) {
  .single-article__grid-content .module__about-author .module-slider {
    grid-template-columns: 100%;
  }
}
.single-article__grid-content .module__about-author .module-slider .col-image .js-slide {
  height: 435px;
  overflow: hidden;
}
.single-article__grid-content .module__about-author .module-slider .col-image .js-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 0;
}
.single-article__grid-content .module__about-author .module-slider .col-image .slide-controls {
  height: 70px;
  margin-top: -70px;
  margin-left: 0;
  margin-right: 45px;
}
.single-article__grid-content .module__about-author .module-slider .col-image .slide-controls .slide-controls__center {
  transform: translateX(-50%);
}
.single-article__grid-content .module__about-author .module-slider .col-image .slide-controls .slide-controls__arrows {
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.single-article__grid-content .module__about-author .module-slider .module-article .slick-slider {
  display: flex;
  height: 100%;
}
.single-article__grid-content .module__about-author .module-slider .module-article .slick-slider .slick-track,
.single-article__grid-content .module__about-author .module-slider .module-article .slick-slider .js-slide,
.single-article__grid-content .module__about-author .module-slider .module-article .slick-slider .item-featured {
  height: 100%;
}
.single-article__grid-content .module__about-author .module-slider .module-article .item-featured__text {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 40px;
}
.single-article__grid-content .module__about-author .module-slider .module-article .no--animation {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.single-article__grid-content .module__image-slider {
  margin: 80px 0;
}
@media only screen and (max-width: 750px) {
  .single-article__grid-content .module__image-slider {
    margin-bottom: 150px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.single-article__grid-content .module__image-slider .col-image {
  position: relative;
}
.single-article__grid-content .module__image-slider .col-image .js-slide {
  position: relative;
  overflow: hidden;
}
.single-article__grid-content .module__image-slider .col-image .js-slide .module-slider__image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 55.9%;
  overflow: hidden;
}
.single-article__grid-content .module__image-slider .col-image .js-slide .module-slider__image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.single-article__grid-content .module__image-slider .col-image .slide-controls {
  height: 70px;
  min-width: 310px;
  position: absolute;
  bottom: 0px;
  right: 0;
  margin: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  .single-article__grid-content .module__image-slider .col-image .slide-controls {
    bottom: -70px;
    width: auto;
    min-width: none;
    padding: 0 10px;
  }
}
.single-article__grid-content .module__image-slider .col-image .slide-controls .slide-controls__arrows {
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.single-article__grid-content .col-sidebar {
  margin-top: 29px;
  margin-bottom: 0px;
  transition: all 0.25s;
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .col-sidebar {
    order: -1;
  }
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .col-sidebar .js-article-sidebar {
    display: grid;
    grid-template-columns: 1fr 1fr 250px;
    gap: 20px;
  }
}
.single-article__grid-content .col-sidebar.is-affixed {
  margin-top: 0px;
}
.single-article__grid-content .col-sidebar .sidebar__authors {
  border-top: 2px solid rgba(115, 115, 115, 0.46);
  position: relative;
  padding-top: 20px;
  padding-bottom: 10px;
}
.single-article__grid-content .col-sidebar .sidebar__authors:before {
  content: "";
  height: 3px;
  width: 60px;
  background: #ccc419;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
}
.single-article__grid-content .col-sidebar .sidebar__authors > span {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #737373;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .col-sidebar .sidebar__authors {
    border-bottom: 1px solid rgba(115, 115, 115, 0.46);
    min-width: 240px;
  }
  .single-article__grid-content .col-sidebar .sidebar__authors:before {
    display: none;
  }
}
.single-article__grid-content .col-sidebar .sidebar__authors .author-box {
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr;
  margin-bottom: 10px;
}
.single-article__grid-content .col-sidebar .sidebar__authors .author-box__image {
  width: 63px;
  height: 63px;
  overflow: hidden;
}
.single-article__grid-content .col-sidebar .sidebar__authors .author-box__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-article__grid-content .col-sidebar .sidebar__authors .author-box__text {
  position: relative;
}
.single-article__grid-content .col-sidebar .sidebar__authors .author-box__text a {
  color: #737373;
  display: grid;
  align-content: space-evenly;
  height: 100%;
}
.single-article__grid-content .col-sidebar .sidebar__authors .author-box__text a:hover h4, .single-article__grid-content .col-sidebar .sidebar__authors .author-box__text a:hover i.las {
  color: #ccc419;
}
.single-article__grid-content .col-sidebar .sidebar__authors .author-box__text a h5 {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-article__grid-content .col-sidebar .sidebar__authors .author-box__text a h4 {
  font-size: 16px;
  color: #5d5d5d;
}
.single-article__grid-content .col-sidebar .sidebar__authors .author-box__text a i.las {
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  color: #5d5d5d;
}
.single-article__grid-content .col-sidebar .sidebar__authors .author-box__text a.is--animated {
  overflow: hidden;
}
.single-article__grid-content .col-sidebar .sidebar__authors .author-box__text a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.single-article__grid-content .col-sidebar .sidebar__authors .author-box__text a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.single-article__grid-content .col-sidebar .sidebar__authors .author-box__text a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.single-article__grid-content .col-sidebar .sidebar__authors .author-box__text a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.single-article__grid-content .col-sidebar .sidebar__authors .author-box__info {
  grid-column: span 2;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.3px;
  color: #5d5d5d;
}
@media all and (max-height: 870px) and (min-width: 1050px) {
  .single-article__grid-content .col-sidebar .sidebar__authors .author-box__info {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.single-article__grid-content .col-sidebar .sidebar__authors .author-box__info p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.3px;
  color: #5d5d5d;
}
.single-article__grid-content .col-sidebar .sidebar__share {
  border-top: 1px solid rgba(115, 115, 115, 0.46);
  padding-top: 20px;
  margin-bottom: 20px;
}
.single-article__grid-content .col-sidebar .sidebar__share p {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #737373;
  margin-bottom: 5px;
}
.single-article__grid-content .col-sidebar .sidebar__share .item__share {
  color: #5d5d5d;
  margin-right: 15px;
  font-size: 21px;
}
.single-article__grid-content .col-sidebar .sidebar__share .item__share:hover {
  color: #ccc419;
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .col-sidebar .sidebar__share {
    grid-column-start: 3;
    border-top: 2px solid rgba(115, 115, 115, 0.46);
    border-bottom: 1px solid rgba(115, 115, 115, 0.46);
    margin-bottom: 0;
  }
  .single-article__grid-content .col-sidebar .sidebar__share:before {
    display: none;
  }
}
.single-article__grid-content .col-sidebar .sidebar__categories {
  border-top: 2px solid rgba(115, 115, 115, 0.46);
  position: relative;
  padding-top: 20px;
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .col-sidebar .sidebar__categories {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
.single-article__grid-content .col-sidebar .sidebar__categories:before {
  content: "";
  height: 3px;
  width: 60px;
  background: #ccc419;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .col-sidebar .sidebar__categories {
    border-bottom: 1px solid rgba(115, 115, 115, 0.46);
    margin-bottom: 0;
  }
  .single-article__grid-content .col-sidebar .sidebar__categories:before {
    display: none;
  }
}
.single-article__grid-content .col-sidebar .sidebar__categories p {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #737373;
  margin-bottom: 20px;
}
.single-article__grid-content .col-sidebar .sidebar__categories ul li a {
  font-size: 12px;
  text-transform: uppercase;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 1.4px;
  line-height: 18px;
  color: #737373;
}
.single-article__grid-content .col-sidebar .sidebar__categories ul li a:hover {
  color: #ccc419;
}
.single-article__grid-content .col-sidebar .sidebar__categories ul li a i.las {
  font-size: 21px;
  color: #5d5d5d;
}
.single-article__grid-content .col-sidebar .sidebar__categories ul li a.is--animated {
  overflow: hidden;
}
.single-article__grid-content .col-sidebar .sidebar__categories ul li a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.single-article__grid-content .col-sidebar .sidebar__categories ul li a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.single-article__grid-content .col-sidebar .sidebar__categories ul li a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.single-article__grid-content .col-sidebar .sidebar__categories ul li a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.single-article__grid-content .col-sidebar .sidebar__categories__newsletter {
  display: flex;
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s;
  color: #ffffff;
  border-top: 1px solid rgba(115, 115, 115, 0.46);
  padding-top: 20px;
  margin-top: 20px;
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .col-sidebar .sidebar__categories__newsletter {
    border-top: 0;
    padding-top: 0;
  }
}
.single-article__grid-content .col-sidebar .sidebar__categories__newsletter:hover .text {
  color: #000;
}
.single-article__grid-content .col-sidebar .sidebar__categories__newsletter:hover .las {
  color: #000;
}
.single-article__grid-content .col-sidebar .sidebar__categories__newsletter .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: #F08D2A;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.single-article__grid-content .col-sidebar .sidebar__categories__newsletter .icon {
  line-height: 1;
  text-align: center;
  background: #E88421;
  width: 36px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-article__grid-content .col-sidebar .sidebar__categories__newsletter.show--tablet {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .col-sidebar .sidebar__categories__newsletter.show--tablet {
    display: flex;
  }
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content .col-sidebar .sidebar__categories__newsletter.show--desktop {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .single-article__grid-content .col-sidebar.show--desktop-tablet {
    display: none;
  }
}
.single-article__grid-content .col-sidebar.show--mobile {
  display: none;
}
@media only screen and (max-width: 750px) {
  .single-article__grid-content .col-sidebar.show--mobile {
    display: block;
    margin-left: 0;
  }
}
.single-article__grid-content .col-sidebar .sidebar-mobile__item__title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid rgba(115, 115, 115, 0.46);
  padding-top: 20px;
  margin-bottom: 20px;
}
.single-article__grid-content .col-sidebar .sidebar-mobile__item__title i {
  font-size: 18px;
  color: #5d5d5d;
}
.single-article__grid-content .col-sidebar .sidebar-mobile__item__content {
  display: none;
}
.single-article__grid-content .col-sidebar .sidebar-mobile__item__content .sidebar__authors {
  border: 0;
  padding-top: 0;
}
.single-article__grid-content .col-sidebar .sidebar-mobile__item__content .sidebar__categories {
  border-top: 0;
  padding-top: 0;
}

.module-pages.module-pages--1 {
  padding: 85px 0 65px 0;
  margin: 0 140px;
}
@media only screen and (max-width: 1200px) {
  .module-pages.module-pages--1 {
    margin: 0;
    padding: 85px 45px 65px 45px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--1 {
    margin: 0;
    padding: 35px 30px 65px 30px;
  }
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--1 {
    margin: 0;
    padding: 15px 15px 65px 15px;
  }
}
.module-pages.module-pages--1 .col-text__title h2 {
  font-size: 48px;
  line-height: 50px;
  color: #5d5d5d;
  font-weight: 300;
  max-width: 860px;
  margin-bottom: 50px;
}
.module-pages.module-pages--1 .col-text__title h2 strong {
  color: #ccc419;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--1 .col-text__title h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
.module-pages.module-pages--1 .col-text__sub-title {
  border-bottom: 1px solid rgba(115, 115, 115, 0.67);
  margin-bottom: 30px;
}
.module-pages.module-pages--1 .col-text__sub-title p {
  font-size: 14px;
  font-weight: 700 !important;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
  color: #5d5d5d;
}
.module-pages.module-pages--1 .col-text__sub-title p:after {
  content: "";
  display: text;
  height: 3px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.module-pages.module-pages--1 .col-text__text {
  font-size: 16px;
  line-height: 28px;
  color: #737373;
  padding-bottom: 30px;
  letter-spacing: 1.3px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--1 .col-text__text {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--1 .col-text__text {
    font-size: 18px;
  }
}
.module-pages.module-pages--1 .col-text__col {
  border-bottom: 1px solid rgba(115, 115, 115, 0.67);
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--1 .col-text__col {
    border-bottom: 0;
  }
}
.module-pages.module-pages--1.module--2col .col-text__columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--1.module--2col .col-text__columns {
    grid-template-columns: 100%;
    gap: 0px;
  }
}
.module-pages.module-pages--1.module--2col .col-text__columns .col-text__col:nth-child(2) .col-text__sub-title p:after {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--1.module--2col .col-text__columns .col-text__col:nth-child(2) .col-text__sub-title {
    display: none;
  }
}

.module-pages.module-pages--2 {
  background: #2D2D2D;
  padding: 50px 100px 100px 100px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 {
    padding: 50px 30px 0 30px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--2 {
    padding: 30px 15px 0 15px;
    padding-bottom: 50px;
  }
}
.module-pages.module-pages--2 .module__top {
  display: grid;
  grid-template-columns: 50% 1fr;
  column-gap: 60px;
  border-bottom: 1px solid rgba(87, 87, 87, 0.67);
  padding-bottom: 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__top {
    border-bottom: 0;
  }
}
.module-pages.module-pages--2 .module__top__section {
  grid-column: span 2;
  border-bottom: 3px solid #575757;
  margin-bottom: 30px;
}
.module-pages.module-pages--2 .module__top__section p {
  font-size: 14px;
  font-weight: 700 !important;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
  color: #737373;
}
.module-pages.module-pages--2 .module__top__section p:after {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__top__title {
    grid-column: span 2;
    margin-bottom: 30px;
    max-width: 550px;
  }
}
.module-pages.module-pages--2 .module__top__title h2 {
  font-size: 60px;
  line-height: 64px;
  color: #ddd;
  font-weight: 300;
}
.module-pages.module-pages--2 .module__top__title h2 strong, .module-pages.module-pages--2 .module__top__title h2 span {
  font-weight: 300;
  color: #ccc419;
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--2 .module__top__title h2 {
    font-size: 48px;
    line-height: 50px;
    word-break: break-all;
  }
}
.module-pages.module-pages--2 .module__top__text p {
  max-width: 350px;
  color: #ddd;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 300;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__top__text p {
    max-width: none;
  }
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__top__text {
    grid-column: span 2;
  }
}
.module-pages.module-pages--2 .module__slider {
  position: relative;
}
.module-pages.module-pages--2 .module__slider .slick-slider {
  z-index: 1;
  position: relative;
}
.module-pages.module-pages--2 .module__slider .slide .slide__content {
  display: grid;
  grid-template-columns: 450px 1fr;
  align-items: center;
  justify-content: center;
  /* width:1065px; */
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__slider .slide .slide__content {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 40px;
  }
}
.module-pages.module-pages--2 .module__slider .slide .slide__text {
  transform: translateX(65px);
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__slider .slide .slide__text {
    transform: none;
  }
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__section {
  border-bottom: 2px solid transparent;
  margin-bottom: 30px;
  width: calc(100% - 190px);
  opacity: 0;
  transition: all 0.4s ease;
  position: relative;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__section:after {
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #575757;
  width: 0;
  transition: all 0.4s ease;
  content: "";
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__section p {
  font-size: 14px;
  font-weight: 700 !important;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
  color: #737373;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__section p:after {
  content: "";
  display: block;
  /* height: 3px; */
  width: 0px;
  border-bottom: 3px solid #ccc419;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease;
  z-index: 1;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__section.show--tablet-mobile {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__slider .slide .slide__text__section {
    display: none;
    width: 100%;
  }
  .module-pages.module-pages--2 .module__slider .slide .slide__text__section.show--tablet-mobile {
    display: block;
  }
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__title {
  margin-bottom: 30px;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__title h3 {
  font-size: 74px;
  line-height: 87px;
  color: #ddd;
  font-weight: 300;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__title h3 strong, .module-pages.module-pages--2 .module__slider .slide .slide__text__title h3 span {
  font-weight: 300;
  color: #ccc419;
  transform: translate3d(0, 120%, 0);
  transition: all 1s ease;
  font-weight: 300;
  display: block;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__title h3 > div, .module-pages.module-pages--2 .module__slider .slide .slide__text__title h3 strong {
  overflow: hidden;
  margin: -5px 0;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__title h3 > div div, .module-pages.module-pages--2 .module__slider .slide .slide__text__title h3 strong div {
  transform: translate3d(0, 120%, 0);
  transition: all 1s ease;
  font-weight: 300;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__slider .slide .slide__text__title h3 {
    font-size: 48px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--2 .module__slider .slide .slide__text__title h3 {
    font-size: 48px;
    line-height: 50px;
    padding-top: 70px;
  }
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__text {
  width: 275px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__slider .slide .slide__text__text {
    width: 100%;
  }
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__text p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #ffffff;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__text p > div {
  overflow: hidden;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__text p > div > div {
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__footer {
  width: calc(100% - 190px);
  text-transform: uppercase;
  padding-top: 0px;
  border-top: 1px solid #5d5d5d;
  margin-top: 80px;
  opacity: 0;
  transition: all 0.4s ease;
  transition-delay: 1.4s;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__slider .slide .slide__text__footer {
    width: 100%;
    margin-top: 30px;
  }
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__footer a {
  font-size: 13px;
  letter-spacing: 1.45px;
  font-weight: 300;
  color: #b7b7b7;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__footer a i.las {
  font-size: 32px;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__footer a:hover {
  color: #ccc419;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__footer a:hover i.las {
  color: #ccc419;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__footer a.is--animated {
  overflow: hidden;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__footer a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__footer a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__footer a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-pages.module-pages--2 .module__slider .slide .slide__text__footer a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-pages.module-pages--2 .module__slider .slide .slide__image {
  position: relative;
  transform: translateX(-70px);
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__slider .slide .slide__image {
    order: -1;
    transform: none;
  }
}
.module-pages.module-pages--2 .module__slider .slide .slide__image__wrapper {
  opacity: 0;
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 88%;
  overflow: hidden;
  line-height: 0;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__slider .slide .slide__image__wrapper {
    padding-bottom: 70%;
    opacity: 1;
  }
}
.module-pages.module-pages--2 .module__slider .slide .slide__image__wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: imageCover 1.5s cubic-bezier(0.79, 0.01, 0.27, 0.99);
  animation-play-state: paused;
  background: #ccc419;
  content: "";
  z-index: 3;
  transform: translate3d(0, -100%, 0);
  opacity: 0;
}
.module-pages.module-pages--2 .module__slider .slide .slide__image__wrapper .image {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.module-pages.module-pages--2 .module__slider .slide .slide__image__wrapper .image img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.module-pages.module-pages--2 .module__slider .slide .slide__image__wrapper .image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.module-pages.module-pages--2 .module__slider .slide .slide__image__wrapper .image img {
  transform: scale3d(1.6, 1.6, 1.6);
  transition: all 4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.module-pages.module-pages--2 .module__slider .slide__image--outside {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 450px);
  transform: translateX(-70px);
  z-index: 0;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__slider .slide__image--outside {
    display: none;
  }
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__slider .slide__image--outside {
    order: -1;
    transform: none;
  }
}
.module-pages.module-pages--2 .module__slider .slide__image--outside .slide__image__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  padding-bottom: 88%;
  overflow: hidden;
  line-height: 0;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__slider .slide__image--outside .slide__image__wrapper {
    padding-bottom: 70%;
  }
}
.module-pages.module-pages--2 .module__slider .slide__image--outside .slide__image__wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ccc419;
  content: "";
  z-index: 3;
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  animation: imageCover 1.5s cubic-bezier(0.79, 0.01, 0.27, 0.99);
  animation-delay: 0s;
}
.module-pages.module-pages--2 .module__slider .slide__image--outside .slide__image__wrapper .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
}
.module-pages.module-pages--2 .module__slider .slide__image--outside .slide__image__wrapper .image img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.module-pages.module-pages--2 .module__slider .slide__image--outside .slide__image__wrapper .image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.module-pages.module-pages--2 .module__slider .slide__image--outside .slide__image__wrapper .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  line-height: 0;
  display: block;
  transform: scale3d(1.6, 1.6, 1.6);
  transition: transform 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.module-pages.module-pages--2 .module__slider .slide__image--outside .slide__image__wrapper.visible .image img {
  opacity: 1;
}
.module-pages.module-pages--2 .module__slider .slide-controls {
  height: 70px;
  width: 310px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0;
  transform: translateX(-70px);
  background: #363636;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__slider .slide-controls {
    transform: none;
    bottom: auto;
    top: calc((100vw - 60px) * (70 / 100) - 5px );
  }
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--2 .module__slider .slide-controls {
    width: 100%;
    left: 0;
    right: auto;
    top: calc((100vw - 30px) * (70 / 100) + 65px);
  }
}
.module-pages.module-pages--2 .module__slider .slide-controls .slide-controls__arrows {
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.module-pages.module-pages--2 .module__slider .slide-controls__arrows__prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -55px;
  cursor: pointer;
  width: 79px;
  height: 20px;
}
.module-pages.module-pages--2 .module__slider .slide-controls__arrows__prev:hover svg path {
  fill: #ccc419;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__slider .slide-controls__arrows__prev {
    display: none !important;
  }
}
.module-pages.module-pages--2 .module__slider .slide-controls__arrows__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -55px;
  cursor: pointer;
  width: 79px;
  height: 20px;
}
.module-pages.module-pages--2 .module__slider .slide-controls__arrows__next:hover svg path {
  fill: #ccc419;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--2 .module__slider .slide-controls__arrows__next {
    display: none !important;
  }
}
.module-pages.module-pages--2 .module__slider.aos-animate .slide__image__wrapper.visible .image img {
  transform: scale3d(1, 1, 1);
  transition-delay: 0;
  opacity: 1;
  transition: transform 3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.module-pages.module-pages--2 .module__slider.aos-animate .slide__image__wrapper.animate:before {
  animation-play-state: running;
  animation: imageCoverB 1.5s cubic-bezier(0.79, 0.01, 0.27, 0.99);
  opacity: 1;
  transition-delay: 0;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
}
.module-pages.module-pages--2 .module__slider.aos-animate .slide__image__wrapper.animate .image {
  opacity: 1;
  transition-delay: 1s;
}
.module-pages.module-pages--2 .module__slider.aos-animate .slide__image__wrapper.animate.animation-paused:before {
  animation-play-state: paused;
  z-index: -1;
}
.module-pages.module-pages--2 .module__slider.aos-animate .slide__image__wrapper.animate-transition:before {
  animation: imageCover 1.5s cubic-bezier(0.79, 0.01, 0.27, 0.99);
  animation-delay: 0.5s;
  animation-play-state: running;
}
.module-pages.module-pages--2 .module__slider.aos-animate .slide__image__wrapper.animate-transition .image {
  opacity: 1;
  transition-delay: 1.4s;
}
.module-pages.module-pages--2 .module__slider.aos-animate .slide__image__wrapper.animate-transition.animation-paused:before {
  animation-play-state: paused;
  transform: translate3d(0, 100%, 0);
  z-index: -1;
}
.module-pages.module-pages--2 .module__slider.aos-animate .slick-current .slide__text__section {
  opacity: 1;
  transition-delay: 1.4s;
}
.module-pages.module-pages--2 .module__slider.aos-animate .slick-current .slide__text__section::after {
  width: 100%;
  transition-delay: 1.4s;
}
.module-pages.module-pages--2 .module__slider.aos-animate .slick-current .slide__text__section p:after {
  width: 60px;
}
.module-pages.module-pages--2 .module__slider.aos-animate .slick-current .slide__text__text p > div > div,
.module-pages.module-pages--2 .module__slider.aos-animate .slick-current .slide__text__title h3 div div,
.module-pages.module-pages--2 .module__slider.aos-animate .slick-current .slide__text__title h3 div strong,
.module-pages.module-pages--2 .module__slider.aos-animate .slick-current .slide__text__title h3 div span,
.module-pages.module-pages--2 .module__slider.aos-animate .slick-current .slide__text__title h3 div strong div,
.module-pages.module-pages--2 .module__slider.aos-animate .slick-current .slide__text__text__section p,
.module-pages.module-pages--2 .module__slider.aos-animate .slick-current .slide__text__footer {
  transform: translate3d(0, 0, 0);
  transition-delay: 1.4s;
  opacity: 1;
}
.module-pages.module-pages--2 .module__slider.aos-animate .slick-current .slide__text__text__section p div:nth-child(2) > div {
  transition-delay: 1.6s;
}
.module-pages.module-pages--2 .module__slider.aos-animate .slick-current .slide__text__text__section p div:nth-child(3) > div {
  transition-delay: 1.8s;
}
.module-pages.module-pages--2 .module__slider.aos-animate .slick-current .slide__text__text__section p div:nth-child(4) > div {
  transition-delay: 2s;
}
.module-pages.module-pages--2 .module__slider.aos-animate .slick-current .slide__text__text__section p div:nth-child(5) > div {
  transition-delay: 2.2s;
}
.module-pages.module-pages--2 .module__slider.aos-animate .slick-current .slide__text__text__section p div:nth-child(6) > div {
  transition-delay: 2.4s;
}
.module-pages.module-pages--2 .module__slider.aos-animate .slick-current .slide__text__text__section p div:nth-child(7) > div {
  transition-delay: 2.6s;
}
.module-pages.module-pages--2 .module__slider.aos-animate .slick-current .slide__text__text__section p div:nth-child(n+8) > div {
  transition-delay: 2.8s;
}

.module-pages.module-pages--3 {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 60%;
  margin-left: var(--module-margin);
  overflow: hidden;
  /* Variation equal columns */
  /* Variation Image Top on right side */
}
@media only screen and (max-width: 1200px) {
  .module-pages.module-pages--3 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--3 {
    grid-template-columns: 1fr;
  }
}
.module-pages.module-pages--3 .module-article__col:nth-child(2) {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 50% 10%;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--3 .module-article__col:nth-child(2) {
    padding: 60px 10%;
  }
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--3 .module-article__col:nth-child(2) {
    padding: 30px 15px;
  }
}
.module-pages.module-pages--3 .module-article__bg {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0 !important;
  background-color: #000;
}
.module-pages.module-pages--3 .module-article__bg .module-article__image-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.module-pages.module-pages--3 .module-article__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale3d(1.6, 1.6, 1.6);
  transition: all 4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: right;
}
.module-pages.module-pages--3 .module-article__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
.module-pages.module-pages--3 .module-article__video-poster {
  position: absolute;
  left: 45px;
  top: 50%;
  z-index: 2;
  width: calc(100% - var(--module-margin));
  transform: translate(-100%, -50%);
  overflow: hidden;
  line-height: 0;
}
.module-pages.module-pages--3 .module-article__video-poster:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: imageCover 1.5s cubic-bezier(0.79, 0.01, 0.27, 0.99);
  animation-play-state: paused;
  background: #ccc419;
  content: "";
  z-index: 3;
}
.module-pages.module-pages--3 .module-article__video-poster .image {
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
  opacity: 0;
}
.module-pages.module-pages--3 .module-article__video-poster .image img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.module-pages.module-pages--3 .module-article__video-poster .image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.module-pages.module-pages--3 .module-article__video-poster .image img {
  transform: scale3d(1.6, 1.6, 1.6);
  transition: all 4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--3 .module-article__video-poster {
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    width: auto;
    height: 430px;
    transform: none;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--3 .module-article__video-poster {
    height: 285px;
  }
}
.module-pages.module-pages--3 .module-article__video-poster .item__video-poster__text {
  position: absolute;
  z-index: 5;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  bottom: 62px;
  right: 45px;
  /*@include responsive("mobile-h") {
    left:105px;
    right: auto;
  }*/
}
.module-pages.module-pages--3 .module-article__video-poster .item__video-poster__play {
  position: absolute;
  /*
  bottom: 30px;
  right: 30px;
  transform: scale(1.15);
  */
  top: 50%;
  left: 50%;
  transform: scale(1.15) translate(-50%, -50%);
  /* BY JPJ 06-14 */
  z-index: 10;
  /*
  @include responsive("mobile-h") {
    //left:30px;
    //right: auto;
  }
  */
}
.module-pages.module-pages--3 .module-article__video-poster .item__video-poster__play .base-ring {
  stroke: white;
  stroke-width: 2px;
  stroke-linecap: round;
}
.module-pages.module-pages--3 .module-article__video-poster .item__video-poster__play .base-ring .progress-base__circle {
  opacity: 0.5;
}
.module-pages.module-pages--3 .module-article__video-poster .item__video-poster__play .progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.module-pages.module-pages--3 .module-article__video-poster .item__video-poster__play .progress-ring__circle {
  stroke: white;
  stroke-width: 2px;
  stroke-linecap: round;
}
.module-pages.module-pages--3 .module-article__video-poster .item__video-poster__play .path-play {
  transition: all 0.25s;
  transform: translate(40px, 22px) rotate(90deg);
  opacity: 0.5;
  fill: #fff;
}
.module-pages.module-pages--3 .module-article__video-poster:hover {
  cursor: pointer;
}
.module-pages.module-pages--3 .module-article__video-poster:hover .progress-ring__circle {
  animation: progress-ring-circle 5s linear !important;
  stroke-dashoffset: 0;
}
.module-pages.module-pages--3 .module-article__video-poster:hover .base-ring .path-play {
  opacity: 1;
}
.module-pages.module-pages--3 .module-article__section {
  width: 100%;
  margin-bottom: 10px;
}
.module-pages.module-pages--3 .module-article__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 0px;
  position: relative;
  color: #ffffff;
  letter-spacing: 1px;
}
.module-pages.module-pages--3 .module-article__section p:before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 32px;
  background: #ccc419;
  margin-right: 7px;
  position: relative;
  top: -4px;
}
.module-pages.module-pages--3 .module-article__title {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--3 .module-article__title {
    margin-bottom: 20px;
  }
}
.module-pages.module-pages--3 .module-article__title h2 {
  max-width: 10em;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--3 .module-article__title h2 {
    max-width: none;
  }
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--3 .module-article__title h2 {
    max-width: none;
    font-size: 48px;
    line-height: 50px;
  }
}
.module-pages.module-pages--3 .module-article__title h2 > div {
  overflow: hidden;
}
.module-pages.module-pages--3 .module-article__title h2 > div > div {
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
.module-pages.module-pages--3 .module-article__title h2 > div:nth-child(2) > div {
  transition-delay: 0.4s;
}
.module-pages.module-pages--3 .module-article__title h2 > div:nth-child(3) > div {
  transition-delay: 0.6s;
}
.module-pages.module-pages--3 .module-article__title h2 > div:nth-child(4) > div {
  transition-delay: 0.8s;
}
.module-pages.module-pages--3 .module-article__title h2 > div:nth-child(5) > div {
  transition-delay: 1s;
}
.module-pages.module-pages--3 .module-article__title h2 > div:nth-child(6) > div {
  transition-delay: 1.2s;
}
.module-pages.module-pages--3 .module-article__title h2 > div:nth-child(7) > div {
  transition-delay: 1.4s;
}
.module-pages.module-pages--3 .module-article__title h2 > div:nth-child(n+8) > div {
  transition-delay: 1.6s;
}
.module-pages.module-pages--3 .module-article__title h2 > div:nth-child(9) > div {
  transition-delay: 1.8s;
}
.module-pages.module-pages--3 .module-article__sub-title {
  position: relative;
  z-index: 3;
  margin-bottom: 40px;
  width: 100%;
  padding-left: 120px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--3 .module-article__sub-title {
    padding-left: 0px;
    margin-bottom: 20px;
  }
}
.module-pages.module-pages--3 .module-article__sub-title p {
  max-width: 20em;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--3 .module-article__sub-title p {
    font-size: 14px;
    max-width: 25em;
  }
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--3 .module-article__sub-title p {
    max-width: none;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.43);
    border-bottom: 1px solid rgba(255, 255, 255, 0.43);
  }
}
.module-pages.module-pages--3 .module-article__sub-title p > div {
  overflow: hidden;
}
.module-pages.module-pages--3 .module-article__sub-title p > div > div {
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
.module-pages.module-pages--3 .module-article__sub-title p > div:nth-child(2) > div {
  transition-delay: 0.4s;
}
.module-pages.module-pages--3 .module-article__sub-title p > div:nth-child(3) > div {
  transition-delay: 0.6s;
}
.module-pages.module-pages--3 .module-article__sub-title p > div:nth-child(4) > div {
  transition-delay: 0.8s;
}
.module-pages.module-pages--3 .module-article__sub-title p > div:nth-child(5) > div {
  transition-delay: 1s;
}
.module-pages.module-pages--3 .module-article__sub-title p > div:nth-child(6) > div {
  transition-delay: 1.2s;
}
.module-pages.module-pages--3 .module-article__sub-title p > div:nth-child(7) > div {
  transition-delay: 1.4s;
}
.module-pages.module-pages--3 .module-article__sub-title p > div:nth-child(n+8) > div {
  transition-delay: 1.6s;
}
.module-pages.module-pages--3 .module-article__sub-title p > div:nth-child(9) > div {
  transition-delay: 1.8s;
}
.module-pages.module-pages--3 .module-article__cta {
  position: relative;
  z-index: 1;
  margin: 20px 0 40px 0;
  padding-left: 120px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--3 .module-article__cta {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--3 .module-article__cta {
    width: 100%;
  }
  .module-pages.module-pages--3 .module-article__cta .button {
    transform: translate3d(0, 50%, 0);
    opacity: 0;
    transition: all 1s ease;
    width: 100%;
  }
}
.module-pages.module-pages--3.module-article--equal-columns {
  grid-template-columns: 50% 50%;
  margin: 0;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--3.module-article--equal-columns {
    grid-template-columns: 1fr;
  }
}
.module-pages.module-pages--3.module-article--equal-columns .module-article__section {
  padding-left: 120px;
}
.module-pages.module-pages--3.module-article--equal-columns .module-article__section.show--tablet-mobile {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--3.module-article--equal-columns .module-article__section {
    padding-left: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--3.module-article--equal-columns .module-article__section {
    display: none;
  }
  .module-pages.module-pages--3.module-article--equal-columns .module-article__section.show--tablet-mobile {
    display: block !important;
  }
}
.module-pages.module-pages--3.module-article--equal-columns .module-article__title {
  padding-left: 120px;
}
.module-pages.module-pages--3.module-article--equal-columns .module-article__title.show--tablet-mobile {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--3.module-article--equal-columns .module-article__title {
    padding-left: 0px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--3.module-article--equal-columns .module-article__title {
    display: none;
  }
  .module-pages.module-pages--3.module-article--equal-columns .module-article__title.show--tablet-mobile {
    display: block !important;
  }
}
.module-pages.module-pages--3.module-article--equal-columns .module-article__video-poster {
  width: 100%;
}
.module-pages.module-pages--3.module-article--image-right .module-article__col:nth-child(1) {
  order: 2;
}
.module-pages.module-pages--3.module-article--image-right .module-article__col:nth-child(2) {
  order: 1;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--3.module-article--image-right .module-article__col:nth-child(2) > * {
    padding-left: 0 !important;
    right: 0;
  }
}
.module-pages.module-pages--3.module-article--image-right .module-article__video-poster {
  transform: translate(100%, -50%);
  right: 45px;
  left: auto;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--3.module-article--image-right .module-article__video-poster {
    transform: none;
  }
}
.module-pages.module-pages--3.aos-animate .module-article__bg img {
  transform: scale3d(1, 1, 1);
}
.module-pages.module-pages--3.aos-animate .module-article__title h2 > div > div,
.module-pages.module-pages--3.aos-animate .module-article__sub-title p > div > div,
.module-pages.module-pages--3.aos-animate .module-article__cta .button {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.module-pages.module-pages--3.aos-animate .module-article__video-poster:before {
  animation-play-state: running;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition-delay: 1.5s;
}
.module-pages.module-pages--3.aos-animate .module-article__video-poster .image {
  animation-play-state: running;
  opacity: 1;
  transition-delay: 0;
}
.module-pages.module-pages--3.aos-animate .module-article__video-poster .image img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.module-pages.module-pages--3.aos-animate .module-article__video-poster .image:not(.hover) {
  transition-delay: 1s;
}
.module-pages.module-pages--3.aos-animate .module-article__video-poster .image:not(.hover) img {
  transition-delay: 1.5s;
}
.module-pages.module-pages--3.aos-animate .module-article__video-poster .image.hover:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.module-pages.module-pages--4 {
  display: grid;
  grid-template-columns: calc(50% - 70px) auto;
  margin-left: 140px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--4 {
    grid-template-columns: 100%;
    margin-left: 0;
  }
}
.module-pages.module-pages--4.module--invert .item-image {
  order: -1;
}
.module-pages.module-pages--4.module--invert .item-report__text p {
  max-width: 460px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--4.module--invert .item-report__text p {
    max-width: none;
  }
}
.module-pages.module-pages--4.module-article .item-report .item-report__section {
  border-bottom: 3px solid rgba(87, 87, 87, 0.67);
}
.module-pages.module-pages--4.module-article .item-report .item-report__section p {
  color: #ddd;
  letter-spacing: 1.3px;
}
.module-pages.module-pages--4.module-article .item-report .item-report__section p:after {
  background: #ccc419;
  bottom: -3px;
}
.module-pages.module-pages--4.module-article .item-report .item-report__title {
  margin-bottom: 50px;
}
.module-pages.module-pages--4.module-article .item-report .item-report__title h3 {
  font-family: "Noto-Light", sans-serif;
  font-weight: 300;
  color: #ccc419;
  font-size: 45px;
  letter-spacing: 0;
}
.module-pages.module-pages--4.module-article .item-report .item-report__text {
  padding: 30px 0 200px 0;
  border-top: 1px solid rgba(93, 93, 93, 0.67);
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--4.module-article .item-report .item-report__text {
    padding-bottom: 30px;
  }
}
.module-pages.module-pages--4.module-article .item-report .item-report__text p {
  font-size: 15px;
  line-height: 22px;
  color: #9d9d9d;
  letter-spacing: 1px;
}
.module-pages.module-pages--4.module-article .item-report .item-report__footer {
  border-top-color: #525252;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--4.module-article .item-image {
    order: -1;
  }
}
.module-pages.module-pages--4.module-article .item-image__wrapper {
  width: 100%;
  height: 100%;
}
.module-pages.module-pages--4.module-article .item-image__wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.module-pages.module-pages--5 .module-service-detail.module-service-detail--4 {
  margin-right: 0;
  margin-left: 140px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--5 .module-service-detail.module-service-detail--4 {
    margin-left: 0;
  }
}
.module-pages.module-pages--5 .module-service-detail.module-service-detail--4 .item-featured {
  background: #2d2d2d;
}
.module-pages.module-pages--5 .module-service-detail.module-service-detail--4 .item-featured .item-featured__section {
  border-bottom: 1px solid rgba(87, 87, 87, 0.67);
}
.module-pages.module-pages--5 .module-service-detail.module-service-detail--4 .item-featured .item-featured__section p {
  color: #ddd;
  font-weight: 700 !important;
}
.module-pages.module-pages--5 .module-service-detail.module-service-detail--4 .item-featured .item-featured__section p:after {
  background: #ccc419;
}
.module-pages.module-pages--5 .module-service-detail.module-service-detail--4 .item-featured .item-featured__title h2 {
  max-width: 1100px;
  color: #ddd;
}

.module-pages.module-pages--6 {
  background: #2D2D2D;
  padding: 50px 45px 0 45px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 {
    padding: 50px 30px 0 30px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--6 {
    padding: 30px 15px 0 15px;
    padding-bottom: 50px;
  }
}
.module-pages.module-pages--6 .module__top {
  display: grid;
  grid-template-columns: 50% 1fr;
  column-gap: 60px;
  border-bottom: 1px solid rgba(87, 87, 87, 0.67);
  padding-bottom: 90px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 .module__top {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.module-pages.module-pages--6 .module__top__section {
  grid-column: span 2;
  border-bottom: 3px solid rgba(87, 87, 87, 0.67);
  margin-bottom: 30px;
}
.module-pages.module-pages--6 .module__top__section p {
  font-size: 14px;
  font-weight: 700 !important;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
  color: #ddd;
}
.module-pages.module-pages--6 .module__top__section p:after {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 .module__top__title {
    grid-column: span 2;
    margin-bottom: 30px;
    max-width: 550px;
  }
}
.module-pages.module-pages--6 .module__top__title h2 {
  font-size: 98px;
  line-height: 93px;
  color: #ddd;
  font-weight: 300;
  max-width: 550px;
}
.module-pages.module-pages--6 .module__top__title h2 strong, .module-pages.module-pages--6 .module__top__title h2 span {
  font-weight: 300;
  color: #ccc419;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 .module__top__title h2 {
    font-size: 57px;
    line-height: 58px;
    letter-spacing: -1.5px;
    max-width: 320px;
  }
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--6 .module__top__title h2 {
    font-size: 48px;
    line-height: 50px;
    word-break: break-all;
  }
}
.module-pages.module-pages--6 .module__top__text p {
  max-width: 400px;
  color: #ddd;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 300;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 .module__top__text p {
    max-width: none;
  }
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 .module__top__text {
    grid-column: span 2;
  }
}
.module-pages.module-pages--6 .module__content .grid {
  display: grid;
  grid-template-columns: calc(50% - 70px) auto;
  gap: 70px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 .module__content .grid {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    gap: 20px;
  }
}
.module-pages.module-pages--6 .module__content .grid .item-report__section {
  border-bottom: 3px solid rgba(87, 87, 87, 0.67);
  margin-bottom: 30px;
  margin-top: 30px;
}
.module-pages.module-pages--6 .module__content .grid .item-report__section p {
  font-size: 14px;
  font-weight: 700 !important;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
  color: #ddd;
}
.module-pages.module-pages--6 .module__content .grid .item-report__section p:after {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 .module__content .grid .item-report__section {
    display: none;
  }
}
.module-pages.module-pages--6 .module__content .grid .item-report__section.show--tablet-mobile {
  display: none;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 .module__content .grid .item-report__section.show--tablet-mobile {
    display: block;
  }
}
.module-pages.module-pages--6 .module__content .grid .item-report__icon {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 .module__content .grid .item-report__icon {
    width: 120px;
  }
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--6 .module__content .grid .item-report__icon {
    width: 95px;
  }
}
.module-pages.module-pages--6 .module__content .grid .item-report__title {
  margin-bottom: 30px;
}
.module-pages.module-pages--6 .module__content .grid .item-report__title h3 {
  font-size: 68px;
  line-height: 62px;
  color: #ddd;
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--6 .module__content .grid .item-report__title h3 {
    font-size: 48px;
    line-height: 50px;
  }
}
.module-pages.module-pages--6 .module__content .grid .item-report__title strong, .module-pages.module-pages--6 .module__content .grid .item-report__title span {
  color: #ccc419;
  font-weight: 300;
}
.module-pages.module-pages--6 .module__content .grid .item-report__text {
  padding-bottom: 90px;
  margin-bottom: 45px;
  border-bottom: 1px solid #5d5d5d;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 .module__content .grid .item-report__text {
    padding-bottom: 40px;
  }
}
.module-pages.module-pages--6 .module__content .grid .item-report__text p {
  font-size: 15px;
  line-height: 22px;
  color: #ddd;
  max-width: 365px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 .module__content .grid .item-report__text p {
    max-width: none;
  }
}
.module-pages.module-pages--6 .module__content .grid .item-image {
  margin-right: -45px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 .module__content .grid .item-image {
    margin-right: 0;
    order: -1;
  }
}
.module-pages.module-pages--6 .module__content .grid .item-image__wrapper {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 .module__content .grid .item-image__wrapper {
    height: auto;
  }
}
.module-pages.module-pages--6 .module__content .grid .item-image__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-pages.module-pages--6 .module__content .grid.grid--invert {
  grid-template-columns: auto calc(50% - 70px);
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 .module__content .grid.grid--invert {
    grid-template-columns: 100%;
  }
}
.module-pages.module-pages--6 .module__content .grid.grid--invert .item-report__section {
  margin-top: 55px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 .module__content .grid.grid--invert .item-report__section {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 .module__content .grid.grid--invert .item-report__text {
    margin-bottom: 0px;
  }
}
.module-pages.module-pages--6 .module__content .grid.grid--invert .item-image {
  order: -1;
  margin-left: -45px;
  margin-right: 0;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--6 .module__content .grid.grid--invert .item-image {
    margin-left: 0;
  }
}

.module-pages.module-pages--7 {
  display: grid;
  grid-template-columns: calc(50% - 70px) auto;
  margin-left: 140px;
  /** {
     transform: none;
     opacity: 1;
   } */
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--7 {
    grid-template-columns: 100%;
    margin-left: 0;
  }
}
.module-pages.module-pages--7.module--invert .item-image {
  order: -1;
}
.module-pages.module-pages--7.module-article .item-report .item-report__section p {
  color: #ddd;
  letter-spacing: 1.3px;
}
.module-pages.module-pages--7.module-article .item-report .item-report__section p:after {
  background: #ccc419;
  height: 5px;
  bottom: 0px;
}
.module-pages.module-pages--7.module-article .item-report .item-report__section:before {
  height: 3px;
  background: rgba(87, 87, 87, 0.67);
}
.module-pages.module-pages--7.module-article .item-report .item-report__title {
  margin-bottom: 50px;
}
.module-pages.module-pages--7.module-article .item-report .item-report__title h3 {
  font-weight: 300;
  color: #ddd;
  font-size: 60px;
  line-height: 64px;
  letter-spacing: 0;
}
.module-pages.module-pages--7.module-article .item-report .item-report__title h3 strong,
.module-pages.module-pages--7.module-article .item-report .item-report__title h3 span {
  color: #ccc419;
  font-weight: 300;
}
.module-pages.module-pages--7.module-article .item-report .item-report__textual {
  font-family: "Noto-Light", sans-serif;
  font-size: 60px;
  max-width: 80%;
  line-height: 64px;
  margin-bottom: 0px;
  font-weight: 300;
  color: #ddd;
  padding-bottom: 60px;
}
.module-pages.module-pages--7.module-article .item-report .item-report__textual strong,
.module-pages.module-pages--7.module-article .item-report .item-report__textual span {
  font-weight: 300;
  color: #ccc419;
}
.module-pages.module-pages--7.module-article .item-report .item-report__textual:before {
  content: " “ ";
  display: block;
  font-size: 170px;
  line-height: 0px;
  font-family: "Noto-Light", sans-serif;
  color: #ccc419;
  margin: 60px 0 0px 0;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--7.module-article .item-report .item-report__textual {
    max-width: 500px;
  }
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--7.module-article .item-report .item-report__textual {
    max-width: none;
    font-size: 48px;
    line-height: 50px;
  }
}
.module-pages.module-pages--7.module-article .item-report .item-report__text {
  padding: 25px 0 200px 0;
  border-top: 1px solid rgba(93, 93, 93, 0.67);
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--7.module-article .item-report .item-report__text {
    padding-bottom: 30px;
  }
}
.module-pages.module-pages--7.module-article .item-report .item-report__text p {
  font-size: 15px;
  line-height: 22px;
  color: #9d9d9d;
  letter-spacing: 1px;
  max-width: 365px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--7.module-article .item-report .item-report__text p {
    max-width: none;
  }
}
.module-pages.module-pages--7.module-article .item-report .item-report__footer {
  border-top-color: #525252;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--7.module-article .item-image {
    order: -1;
  }
}
.module-pages.module-pages--7.module-article .item-image__wrapper {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--7.module-article .item-image__wrapper {
    height: 540px;
  }
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--7.module-article .item-image__wrapper {
    height: 540px;
  }
}
.module-pages.module-pages--7.module-article .item-image__wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.module-pages.module-pages--7.module-article .item-image .module-article__video-poster {
  position: relative;
  height: 100%;
}
.module-pages.module-pages--7.module-article .item-image .module-article__video-poster:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 100%);
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--7.module-article .item-image .module-article__video-poster:after {
    height: 30%;
  }
}
.module-pages.module-pages--7.module-article .item-image .module-article__video-poster .module-article__image-wrapper {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--7.module-article .item-image .module-article__video-poster .module-article__image-wrapper {
    height: 540px;
  }
}
@media only screen and (max-width: 750px) {
  .module-pages.module-pages--7.module-article .item-image .module-article__video-poster .module-article__image-wrapper {
    height: 540px;
  }
}
.module-pages.module-pages--7.module-article .item-image .module-article__video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-pages--7.module-article .item-image .module-article__video-poster {
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    width: auto;
    height: 540px;
    transform: none;
    margin-bottom: 0px;
  }
}
.module-pages.module-pages--7.module-article .item-image .module-article__video-poster .item__video-poster__text {
  position: absolute;
  z-index: 5;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  bottom: 62px;
  right: 105px;
}
.module-pages.module-pages--7.module-article .item-image .module-article__video-poster .item__video-poster__play {
  position: absolute;
  /*
  bottom: 30px;
  right: 30px;
  transform: scale(1.15);
  */
  top: 50%;
  left: 50%;
  transform: scale(1.15) translate(-50%, -50%);
  /* BY JPJ 06-14 */
  z-index: 10;
}
.module-pages.module-pages--7.module-article .item-image .module-article__video-poster .item__video-poster__play .base-ring {
  stroke: white;
  stroke-width: 2px;
  stroke-linecap: round;
}
.module-pages.module-pages--7.module-article .item-image .module-article__video-poster .item__video-poster__play .base-ring .progress-base__circle {
  opacity: 0.5;
}
.module-pages.module-pages--7.module-article .item-image .module-article__video-poster .item__video-poster__play .progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.module-pages.module-pages--7.module-article .item-image .module-article__video-poster .item__video-poster__play .progress-ring__circle {
  stroke: white;
  stroke-width: 2px;
  stroke-linecap: round;
}
.module-pages.module-pages--7.module-article .item-image .module-article__video-poster .item__video-poster__play .path-play {
  transition: all 0.25s;
  transform: translate(40px, 22px) rotate(90deg);
  opacity: 0.5;
  fill: #fff;
}
.module-pages.module-pages--7.module-article .item-image .module-article__video-poster:hover {
  cursor: pointer;
}
.module-pages.module-pages--7.module-article .item-image .module-article__video-poster:hover .progress-ring__circle {
  animation: progress-ring-circle 5s linear !important;
  stroke-dashoffset: 0;
}
.module-pages.module-pages--7.module-article .item-image .module-article__video-poster:hover .base-ring .path-play {
  opacity: 1;
}

.module-pages {
  /*   @keyframes pulse {
         0% {
             transform: scale(1);
     }
         25% {
             transform: scale(1.15);
     }
         60% {
             transform: scale(1);
         }
         100% {
                 transform: scale(1);
         }
     } */
}
.module-pages.module-map {
  margin-right: 140px;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .module-pages.module-map {
    margin-right: 0;
  }
}
.module-pages.module-map .module-map__bg {
  width: 1300px;
  line-height: 0;
  background: #2D2D2D;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .module-pages.module-map .module-map__bg {
    overflow-x: scroll;
    overflow-y: auto;
    width: 100vw;
  }
  .module-pages.module-map .module-map__bg img {
    max-width: none;
    display: block;
  }
}
.module-pages.module-map .module-map__box {
  display: grid;
  grid-template-rows: auto 1fr auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 70;
  background: #ccc419;
  color: #ffffff;
  padding: 20px 35px;
  width: 510px;
  min-height: 200px;
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-map .module-map__box {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 750px) {
  .module-pages.module-map .module-map__box {
    position: relative;
    width: 100%;
    min-height: 200px;
    height: auto;
    padding: 20px 15px;
  }
}
.module-pages.module-map .module-map__box__section {
  border-bottom: 1px solid #fad6b3;
  margin-bottom: 20px;
}
.module-pages.module-map .module-map__box__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.module-pages.module-map .module-map__box__section p:after {
  content: "";
  display: text;
  height: 4px;
  width: 60px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.module-pages.module-map .module-map__box__title {
  margin-bottom: 10px;
}
.module-pages.module-map .module-map__box__title p {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.module-pages.module-map .module-map__box__text {
  max-width: 290px;
}
@media only screen and (max-width: 750px) {
  .module-pages.module-map .module-map__box__text {
    max-width: none;
  }
}
.module-pages.module-map .module-map__box__text p {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  font-weight: 400;
}
.module-pages.module-map .module-map__bg__instructions {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 60;
  display: none;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1050px) {
  .module-pages.module-map .module-map__bg__instructions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.module-pages.module-map .module-map__bg__instructions .instructions__arrows i {
  font-size: 60px;
  padding: 10px;
}
.module-pages.module-map .module-map__bg__instructions p {
  font-size: 16px;
  text-transform: uppercase;
}
.module-pages.module-map .map-pointer {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  padding: 0;
  background: #F4F4F2;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  display: grid;
  grid-template-rows: 55px auto;
  width: 250px;
}
.module-pages.module-map .map-pointer.open {
  z-index: 15;
}
.module-pages.module-map .map-pointer__title {
  display: flex;
  align-items: center;
  padding: 5px 15px 5px 10px;
  white-space: nowrap;
}
.module-pages.module-map .map-pointer__title p {
  transition: all 0.25s;
}
.module-pages.module-map .map-pointer__title:hover p {
  color: #ccc419;
}
.module-pages.module-map .map-pointer__title p {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-left: 10px;
}
.module-pages.module-map .map-pointer__title svg {
  width: 45px;
  height: 45px;
  position: relative;
}
.module-pages.module-map .map-pointer__title svg #dot {
  transform-origin: center;
  animation: pulse-dot 1.55s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.module-pages.module-map .map-pointer__title svg #circle-1 {
  transform-origin: center;
  animation: pulse-ring 1.55s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.module-pages.module-map .map-pointer__title svg #circle-2 {
  transform-origin: center;
  animation: pulse-ring 1.55s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.module-pages.module-map .map-pointer__title svg #dot-inner {
  transform-origin: center;
  animation: pulse-dot 1.55s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.module-pages.module-map .map-pointer__content {
  padding: 15px 10px 20px 10px;
  display: none;
}
.module-pages.module-map .map-pointer__content p {
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  max-width: 250px;
  padding: 0 5px;
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
    transform: scale(1.15);
  }
}
.module-pages .module-map__bg .module-article__bg {
  position: relative;
  min-width: 1300px;
}

@media only screen and (max-width: 750px) {
  .hero.hero--home .hero__container {
    padding: 0 15px;
    top: auto;
    transform: none;
    bottom: 100px;
  }
}

@media only screen and (max-width: 750px) {
  .hero.hero--team .hero__container {
    padding: 0 15px;
    top: auto;
    transform: none;
    bottom: 80px;
  }
}

.hero.hero--contact .hero__action {
  display: block;
}
.hero.hero--contact .hero__copy p {
  font-weight: 300;
  letter-spacing: 1px;
}

.landing-contact {
  display: grid;
  grid-template-columns: 45% 1fr;
  grid-gap: 80px;
  background-color: #363636;
  padding: 60px 45px;
}
@media only screen and (max-width: 1050px) {
  .landing-contact {
    padding: 60px 30px;
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .landing-contact {
    grid-template-columns: 100%;
    padding: 40px 15px;
  }
}
.landing-contact .col-aside__section {
  border-bottom: 3px solid #575757;
  margin-bottom: 30px;
}
.landing-contact .col-aside__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
  color: #737373;
  letter-spacing: 1px;
}
.landing-contact .col-aside__section p:after {
  content: "";
  display: text;
  height: 2px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.landing-contact .col-aside__title {
  margin-bottom: 50px;
  letter-spacing: 1px;
}
.landing-contact .col-aside__title h2 {
  font-size: 74px;
}
.landing-contact .col-aside__title h2 strong {
  color: #ccc419;
  font-weight: 500;
}
@media only screen and (max-width: 1050px) {
  .landing-contact .col-aside__title h2 {
    font-size: 48px;
    line-height: 50px;
  }
}
.landing-contact .col-aside__location-menu li {
  border-top: 1px solid #5D5D5D;
}
.landing-contact .col-aside__location-menu li:last-child {
  border-bottom: 1px solid #5D5D5D;
}
.landing-contact .col-aside__location-menu li a {
  color: #9D9D9D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 0 12px 0;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
}
.landing-contact .col-aside__location-menu li a .las {
  font-size: 28px;
}
.landing-contact .col-aside__location-menu li a:hover {
  color: #ccc419;
}
.landing-contact .col-aside__location-menu li a.is--animated {
  overflow: hidden;
}
.landing-contact .col-aside__location-menu li a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.landing-contact .col-aside__location-menu li a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.landing-contact .col-aside__location-menu li a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.landing-contact .col-aside__location-menu li a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.landing-contact .col-content__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  border-top: 3px solid #575757;
  padding: 30px 0;
  margin-top: 32px;
}
@media only screen and (max-width: 1050px) {
  .landing-contact .col-content__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
.landing-contact .col-content__item__image {
  grid-column: span 2;
  border-bottom: 3px solid #575757;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1050px) {
  .landing-contact .col-content__item__image {
    grid-column: span 1;
  }
}
.landing-contact .col-content__item__info-left {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.landing-contact .col-content__item__info-left h3 {
  color: #ddd;
}
@media only screen and (max-width: 1050px) {
  .landing-contact .col-content__item__info-left {
    margin-bottom: 10px;
  }
}
.landing-contact .col-content__item__info-left img {
  margin-right: 20px;
  width: 50px;
}
.landing-contact .col-content__item__info-left a {
  display: block;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.landing-contact .col-content__item__info-left a.link-view {
  margin-top: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}
.landing-contact .col-content__item__info-left a.link-view .las {
  font-size: 28px;
  margin-left: 20px;
}
.landing-contact .col-content__item__info-left a.link-view.is--animated {
  overflow: hidden;
}
.landing-contact .col-content__item__info-left a.link-view.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.landing-contact .col-content__item__info-left a.link-view.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.landing-contact .col-content__item__info-left a.link-view.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.landing-contact .col-content__item__info-left a.link-view.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.landing-contact .col-content__item__info-left a.link-call .las {
  font-size: 16px;
  margin-left: 20px;
}
.landing-contact .col-content__item__info-right {
  color: #9D9D9D;
}
.landing-contact .col-content__item__info-right .title {
  font-weight: 500;
  font-size: 10px;
  line-height: 2;
  text-transform: uppercase;
  border-bottom: 1px solid #737373;
  color: #B7B7B7;
}
.landing-contact .col-content__item__info-right .text {
  font-size: 14px;
  margin: 5px 0 20px 0;
  display: inline-block;
  line-height: 1.5;
  color: #9d9d9d;
}
.landing-contact .col-content__item__info-right .text.with--link:hover {
  text-decoration: underline;
}
.landing-contact .col-content__item:last-of-type {
  padding-bottom: 0;
}
.landing-contact .col-content__item:last-of-type .col-content__item__info-right .text:last-of-type {
  margin-bottom: 0;
}

.get-touch {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media only screen and (max-width: 1050px) {
  .get-touch {
    grid-template-columns: 100%;
  }
}
.get-touch__col:nth-child(2) {
  background-color: #2D2D2D;
  display: grid;
}
.get-touch__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  line-height: 0;
  display: block;
}
.get-touch__info {
  padding: 30px 45px;
  display: grid;
}
@media only screen and (max-width: 1050px) {
  .get-touch__info {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 750px) {
  .get-touch__info {
    padding: 30px 15px;
  }
}
.get-touch__info__title {
  font-size: 43px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-top: 10px;
  color: #ccc;
  border-top: 3px solid #707070;
  font-family: "trade-gothic-next", sans-serif;
}
.get-touch__info__row {
  display: grid;
  grid-template-columns: 25% 1fr;
  grid-gap: 40px;
  padding-bottom: 100px;
}
.get-touch__info__row p {
  color: #ffffff;
  border-top: 2px solid #707070;
  padding-top: 5px;
  font-size: 16px;
  font-weight: 300;
}
.get-touch__info__row p a {
  color: #ffffff;
  border-bottom: 2px solid #ccc419;
}
.get-touch__info__row p a:hover {
  color: #ccc419;
}
.get-touch__info__row p:first-child {
  font-size: 16px;
  font-weight: 500;
}
.get-touch__info__footer {
  font-size: 13px;
  text-transform: uppercase;
  color: #9D9D9D;
  border-top: 1px solid #5D5D5D;
  padding-top: 5px;
}
.get-touch__info__footer a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #9D9D9D;
  line-height: 1;
  font-weight: 700;
}
.get-touch__info__footer a span {
  display: flex;
  align-items: center;
}
.get-touch__info__footer a svg {
  margin-right: 10px;
}
.get-touch__info__footer a svg path {
  fill: #ccc419;
}
.get-touch__info__footer a i {
  font-size: 28px;
  margin-left: 20px;
}
.get-touch__info__footer a:hover {
  color: #ccc419;
}
.get-touch__info__footer a.is--animated {
  overflow: hidden;
}
.get-touch__info__footer a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.get-touch__info__footer a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.get-touch__info__footer a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.get-touch__info__footer a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

.hero.hero--expertise .her__title {
  letter-spacing: -1px;
}
.hero.hero--expertise .hero__action a {
  border-bottom: 3px solid #ccc419;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 5px;
  margin-right: 40px;
  letter-spacing: 1px;
}
.hero.hero--expertise .hero__action a .las {
  color: #ccc419;
  font-size: 21px;
}
.hero.hero--expertise .hero__action a:hover {
  color: #ccc419;
}
@media only screen and (max-width: 750px) {
  .hero.hero--expertise .hero__action {
    display: block;
  }
}

.landing-expertise {
  display: grid;
  grid-template-columns: 45% 1fr;
  grid-gap: 80px;
  background-color: #363636;
  padding: 60px 45px;
}
@media only screen and (max-width: 1050px) {
  .landing-expertise {
    padding: 60px 30px;
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .landing-expertise {
    grid-template-columns: 100%;
    padding: 40px 15px;
  }
}
.landing-expertise .col-aside__section {
  border-bottom: 3px solid #575757;
  margin-bottom: 30px;
}
.landing-expertise .col-aside__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
  color: #737373;
}
.landing-expertise .col-aside__section p:after {
  content: "";
  display: text;
  height: 4px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.landing-expertise .col-aside__title {
  margin-bottom: 50px;
  letter-spacing: 1px;
}
.landing-expertise .col-aside__title h2 {
  font-size: 74px;
}
.landing-expertise .col-aside__title h2 span {
  color: #ccc419;
}
.landing-expertise .col-aside__title h2 strong {
  color: #ccc419;
  font-weight: 400;
}
@media only screen and (max-width: 1050px) {
  .landing-expertise .col-aside__title h2 {
    font-size: 48px;
  }
}
.landing-expertise .col-aside__location-menu li {
  border-top: 1px solid #5D5D5D;
}
.landing-expertise .col-aside__location-menu li:last-child {
  border-bottom: 1px solid #5D5D5D;
}
.landing-expertise .col-aside__location-menu li a {
  color: #9D9D9D;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  text-transform: uppercase;
  font-size: 18px;
}
.landing-expertise .col-aside__location-menu li a .las {
  font-size: 28px;
}
.landing-expertise .col-aside__location-menu li a:hover {
  color: #ccc419;
}
.landing-expertise .col-aside__location-menu li a.is--animated {
  overflow: hidden;
}
.landing-expertise .col-aside__location-menu li a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.landing-expertise .col-aside__location-menu li a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.landing-expertise .col-aside__location-menu li a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.landing-expertise .col-aside__location-menu li a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.landing-expertise .col-content__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  border-top: 3px solid #575757;
  padding: 30px 0;
  margin-top: 32px;
}
@media only screen and (max-width: 1200px) {
  .landing-expertise .col-content__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
@media only screen and (max-width: 1050px) {
  .landing-expertise .col-content__item {
    padding-bottom: 0;
  }
}
.landing-expertise .col-content__item__image {
  grid-column: span 2;
  border-bottom: 3px solid #575757;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1050px) {
  .landing-expertise .col-content__item__image {
    grid-column: span 1;
  }
}
.landing-expertise .col-content__item__info-left {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.landing-expertise .col-content__item__info-left h3 {
  color: #ddd;
}
.landing-expertise .col-content__item__info-left img {
  margin-right: 20px;
  width: 50px;
}
@media only screen and (max-width: 1200px) {
  .landing-expertise .col-content__item__info-left {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 1050px) {
  .landing-expertise .col-content__item__info-left {
    grid-column: span 1;
    margin-bottom: 10px;
  }
}
.landing-expertise .col-content__item__info-right {
  color: #9D9D9D;
}
.landing-expertise .col-content__item__info-right .title-b {
  font-size: 16px;
  line-height: 1.2;
  color: #B7B7B7;
  font-weight: 400;
  margin: 10px 0 5px 0;
}
.landing-expertise .col-content__item__info-right .text-b {
  font-size: 14px;
  padding: 5px 0 20px 0;
  line-height: 1.5;
  color: #9d9d9d;
  letter-spacing: 0.5px;
}
.landing-expertise .col-content__item__info-right .info-right__footer {
  text-transform: uppercase;
  color: #9D9D9D;
  padding: 15px 0;
  border-top: 1px solid #707070;
}
@media only screen and (max-width: 1050px) {
  .landing-expertise .col-content__item__info-right .info-right__footer {
    padding-bottom: 0;
    position: relative;
    top: 8px;
  }
}
@media only screen and (max-width: 750px) {
  .landing-expertise .col-content__item__info-right .info-right__footer {
    padding-bottom: 0;
    position: relative;
    top: 0px;
  }
}
.landing-expertise .col-content__item__info-right .info-right__footer a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #9D9D9D;
  line-height: 1;
  letter-spacing: 0.5px;
}
.landing-expertise .col-content__item__info-right .info-right__footer a i {
  font-size: 28px;
}
.landing-expertise .col-content__item__info-right .info-right__footer a:hover {
  color: #ccc419;
}
.landing-expertise .col-content__item__info-right .info-right__footer a.is--animated {
  overflow: hidden;
}
.landing-expertise .col-content__item__info-right .info-right__footer a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.landing-expertise .col-content__item__info-right .info-right__footer a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.landing-expertise .col-content__item__info-right .info-right__footer a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.landing-expertise .col-content__item__info-right .info-right__footer a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.landing-expertise .col-content__item:last-of-type {
  padding-bottom: 0;
}
.landing-expertise .col-content__item:last-of-type .info-right__footer {
  padding-bottom: 0;
}

.our-expertise {
  display: grid;
  grid-template-columns: 55% 1fr;
  grid-gap: 80px;
  padding: 80px 100px;
  background: #ccc419;
}
@media only screen and (max-width: 1050px) {
  .our-expertise {
    grid-gap: 40px;
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 750px) {
  .our-expertise {
    grid-template-columns: 100%;
    padding: 40px 15px;
  }
}
.our-expertise .col-nav__section {
  border-bottom: 1px solid #fad6b3;
  margin-bottom: 20px;
}
.our-expertise .col-nav__section p {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.our-expertise .col-nav__section p:after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.our-expertise .col-nav__title {
  margin-bottom: 40px;
  letter-spacing: -1px;
  word-break: break-word;
  max-width: 42em;
}
.our-expertise .col-nav__title h2 {
  font-size: 74px;
}
@media only screen and (max-width: 1050px) {
  .our-expertise .col-nav__title h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1200px) {
  .our-expertise .col-nav__title {
    min-height: 120px;
  }
}
.our-expertise .col-nav__location-menu li {
  border-top: 1px solid #F4A95F;
}
.our-expertise .col-nav__location-menu li:last-child {
  border-bottom: 1px solid #F4A95F;
}
.our-expertise .col-nav__location-menu li a {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 18px;
}
.our-expertise .col-nav__location-menu li a .las {
  font-size: 28px;
}
.our-expertise .col-nav__location-menu li a.is--animated {
  overflow: hidden;
}
.our-expertise .col-nav__location-menu li a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.our-expertise .col-nav__location-menu li a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.our-expertise .col-nav__location-menu li a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.our-expertise .col-nav__location-menu li a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
@media only screen and (max-width: 750px) {
  .our-expertise .col-nav {
    order: -1;
  }
}
.our-expertise .col-articles__article {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1050px) {
  .our-expertise .col-articles__article:last-of-type {
    margin-bottom: 0;
  }
  .our-expertise .col-articles__article:last-of-type .col-articles__footer {
    padding-bottom: 0;
  }
}
.our-expertise .col-articles__article:last-of-type {
  margin-bottom: 0;
}
.our-expertise .col-articles__article:last-of-type .col-articles__footer {
  padding-bottom: 0;
}
.our-expertise .col-articles__image {
  padding-bottom: 20px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 10px;
}
.our-expertise .col-articles__title h4 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "trade-gothic-next", sans-serif;
}
.our-expertise .col-articles__copy {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  max-width: 25em;
}
.our-expertise .col-articles__text p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.our-expertise .col-articles__footer {
  text-transform: uppercase;
  color: #ffffff;
  padding: 5px 0 10px 0;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.our-expertise .col-articles__footer a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #ffffff;
  line-height: 1;
  font-weight: 300;
}
.our-expertise .col-articles__footer a i {
  font-size: 28px;
}
.our-expertise .col-articles__footer a.is--animated {
  overflow: hidden;
}
.our-expertise .col-articles__footer a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.our-expertise .col-articles__footer a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.our-expertise .col-articles__footer a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.our-expertise .col-articles__footer a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

@media only screen and (max-width: 750px) {
  .page-template-template-careers .hero .hero__action {
    display: block;
  }
}

.hero.hero--sector-detail {
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .hero.hero--sector-detail {
    margin-bottom: 50px;
  }
}
.hero.hero--sector-detail .hero__container {
  margin-left: 140px;
}
@media only screen and (max-width: 1050px) {
  .hero.hero--sector-detail .hero__container {
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .hero.hero--sector-detail .hero__container .hero__copy {
    display: block;
  }
  /* .hero.hero--sector-detail .hero__container .hero__action {
    display: none;
  } */
}
.hero.hero--sector-detail .hero__image__cover {
  background: rgba(0, 0, 0, 0.2);
}
.hero.hero--sector-detail .hero__get-in-touch {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s;
}
.hero.hero--sector-detail .hero__get-in-touch:hover .text {
  color: #000;
}
.hero.hero--sector-detail .hero__get-in-touch:hover .icon path {
  stroke: #000;
  fill: #000;
}
.hero.hero--sector-detail .hero__get-in-touch .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: #F08D2A;
  width: 223px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.hero.hero--sector-detail .hero__get-in-touch .icon {
  line-height: 1;
  text-align: center;
  background: #E88421;
  width: 83px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1050px) {
  .hero.hero--sector-detail .hero__get-in-touch {
    position: relative;
    display: inline-flex;
    left: 0;
    right: auto;
  }
  .hero.hero--sector-detail .hero__get-in-touch .text {
    height: 54px;
    width: 207px;
  }
  .hero.hero--sector-detail .hero__get-in-touch .icon {
    height: 54px;
    width: 72px;
  }
}

.hero.hero--service-detail {
  position: relative;
}
@media only screen and (max-width: 1050px) {
  .hero.hero--service-detail {
    margin-bottom: 50px;
  }
}
.hero.hero--service-detail .hero__container {
  margin-left: 140px;
}
@media only screen and (max-width: 1050px) {
  .hero.hero--service-detail .hero__container {
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  .hero.hero--service-detail .hero__container .hero__copy {
    display: block;
  }
  /* .hero.hero--service-detail .hero__container .hero__action {
    display: none;
  } */
}
.hero.hero--service-detail .hero__image__cover {
  background: rgba(0, 0, 0, 0.2);
}
.hero.hero--service-detail .hero__get-in-touch {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s;
}
.hero.hero--service-detail .hero__get-in-touch:hover .text {
  color: #000;
}
.hero.hero--service-detail .hero__get-in-touch:hover .icon path {
  stroke: #000;
  fill: #000;
}
.hero.hero--service-detail .hero__get-in-touch .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: #F08D2A;
  width: 223px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.hero.hero--service-detail .hero__get-in-touch .icon {
  line-height: 1;
  text-align: center;
  background: #E88421;
  width: 83px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1050px) {
  .hero.hero--service-detail .hero__get-in-touch {
    position: relative;
    display: inline-flex;
    left: 0;
    right: auto;
  }
  .hero.hero--service-detail .hero__get-in-touch .text {
    height: 54px;
    width: 207px;
  }
  .hero.hero--service-detail .hero__get-in-touch .icon {
    height: 54px;
    width: 72px;
  }
}

.hero.hero--blog-category .hero__image {
  padding-top: 60vh;
  min-height: 570px;
}
@media only screen and (max-width: 750px) {
  .hero.hero--blog-category .hero__image {
    padding-top: 0;
    min-height: 0;
  }
}
.hero.hero--blog-category .hero__container {
  margin-left: 140px;
  max-width: calc(50% - 160px);
  top: calc(50% + 45px);
}
@media only screen and (max-width: 1200px) {
  .hero.hero--blog-category .hero__container {
    margin-left: 0;
    max-width: 50vw;
  }
}
@media only screen and (max-width: 750px) {
  .hero.hero--blog-category .hero__container {
    max-width: none;
    top: 45%;
  }
}
@media only screen and (max-width: 750px) {
  .hero.hero--blog-category .hero__container .hero__title .h2 {
    transform: translateY(-100%);
  }
}
@media only screen and (max-width: 750px) {
  .hero.hero--blog-category .hero__copy {
    display: none;
  }
}
.hero.hero--blog-category .hero__image__cover {
  display: none;
}
.hero.hero--blog-category .hero__featured {
  position: absolute;
  top: calc(50% + 45px);
  left: 50%;
  margin-right: 140px;
  transform: translate3d(0%, -50%, 0);
  color: #fff !important;
  z-index: 5;
}
@media only screen and (max-width: 1200px) {
  .hero.hero--blog-category .hero__featured {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1050px) {
  .hero.hero--blog-category .hero__featured {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .hero.hero--blog-category .hero__featured {
    margin-right: 15px;
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 15px;
    transform: none;
  }
}
.hero.hero--blog-category .hero__featured__section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.63);
  margin-bottom: 15px;
}
.hero.hero--blog-category .hero__featured__section p {
  font-size: 11px;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
  letter-spacing: 1.3;
}
.hero.hero--blog-category .hero__featured__section p:after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.hero.hero--blog-category .hero__featured .hero__featured__body {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
  .hero.hero--blog-category .hero__featured .hero__featured__body {
    grid-template-columns: 130px 1fr;
  }
}
.hero.hero--blog-category .hero__featured .hero__featured__title h2 {
  font-size: 34px;
  letter-spacing: 0;
  line-height: 38px;
  margin-bottom: 20px;
}
.hero.hero--blog-category .hero__featured .hero__featured__title h2 a {
  color: #ffffff;
}
@media only screen and (max-width: 1200px) {
  .hero.hero--blog-category .hero__featured .hero__featured__title h2 {
    font-size: 20px;
    line-height: 23px;
  }
}
.hero.hero--blog-category .hero__featured .hero__featured__title p {
  font-size: 11px;
}
.hero.hero--blog-category .hero__featured .hero__featured__image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  overflow: hidden;
}
.hero.hero--blog-category .hero__featured .hero__featured__image img {
  transform: scale3d(1, 1, 1);
  transition: all 3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0;
}
.hero.hero--blog-category .hero__featured .hero__featured__image:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.hero.hero--blog-category .hero__featured .hero__featured__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero.hero--blog-category .hero__featured .hero__featured__footer {
  text-transform: uppercase;
  font-size: 12px;
  padding-top: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.63);
}
.hero.hero--blog-category .hero__featured .hero__featured__footer a {
  color: #ffffff;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.hero.hero--blog-category .hero__featured .hero__featured__footer a i.las {
  font-size: 32px;
}
.hero.hero--blog-category .hero__featured .hero__featured__footer a.is--animated {
  overflow: hidden;
}
.hero.hero--blog-category .hero__featured .hero__featured__footer a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.hero.hero--blog-category .hero__featured .hero__featured__footer a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.hero.hero--blog-category .hero__featured .hero__featured__footer a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.hero.hero--blog-category .hero__featured .hero__featured__footer a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

.filters.filters--blog {
  width: calc(100% - 140px);
  margin-left: 140px;
  margin-top: 0;
}
@media only screen and (max-width: 1200px) {
  .filters.filters--blog {
    margin-left: 0;
    width: 100%;
  }
}

.module-blog .module-top {
  border-top: 2px solid rgba(115, 115, 115, 0.46);
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 70px;
}
.module-blog .module-top:after {
  content: "";
  display: block;
  height: 4px;
  width: 60px;
  background: #ccc419;
  position: absolute;
  top: -4px;
  left: 0;
}
.module-blog .module-top__section {
  padding-top: 20px;
}
@media only screen and (max-width: 750px) {
  .module-blog .module-top__section {
    padding-top: 10px;
  }
}
.module-blog .module-top__section h2 {
  font-size: 35px;
  color: #737373;
}
@media only screen and (max-width: 750px) {
  .module-blog .module-top__section h2 {
    font-size: 24px;
  }
}
.module-blog .module-top__link {
  padding-top: 10px;
  min-width: 100px;
}
@media only screen and (max-width: 750px) {
  .module-blog .module-top__link {
    padding-top: 5px;
  }
}
.module-blog .module-top__link a {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #737373;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.module-blog .module-top__link a:hover {
  color: #ccc419;
}
.module-blog .module-top__link a:hover i.las {
  color: #ccc419;
}
.module-blog .module-top__link a i.las {
  font-size: 32px;
}
.module-blog .module-top__link a.is--animated {
  overflow: hidden;
}
.module-blog .module-top__link a.is--animated span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-blog .module-top__link a.is--animated span div {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-blog .module-top__link a.is--animated i {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-blog .module-top__link a.is--animated .button__text {
  animation: read-more-button-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}

.hero.hero--single-project {
  height: calc(100vh - 110px);
  overflow: hidden;
}
.hero.hero--single-project .hero__slide, .hero.hero--single-project .hero__image {
  height: 100%;
}
.hero.hero--single-project .hero__image {
  padding-top: 0;
  padding-bottom: 0;
}
.hero.hero--single-project .hero__container {
  max-width: 610px;
}
.hero.hero--single-project .hero__title .h2 {
  letter-spacing: -1px;
}
.hero.hero--single-project .hero__copy {
  margin-bottom: 40px;
}
.hero.hero--single-project .hero__action a {
  border-bottom: 3px solid #ccc419;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  padding-bottom: 5px;
  margin-right: 40px;
  letter-spacing: 2px;
}
.hero.hero--single-project .hero__action a:hover {
  color: #ccc419;
}
.hero.hero--single-project .hero__action a .icon {
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  .hero.hero--single-project .hero__action {
    display: block;
  }
}

.down-hero {
  height: 110px;
  position: relative;
  background-color: #2D2D2D;
  z-index: 5;
  padding-left: 45px;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 1050px) {
  .down-hero {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .down-hero {
    padding-left: 15px;
    margin-bottom: 50px;
  }
}
.down-hero .down-hero__items {
  display: flex;
  height: 100%;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .down-hero .down-hero__items {
    overflow-x: auto;
  }
}
.down-hero .down-hero__items .item {
  white-space: nowrap;
  padding-right: 50px;
}
@media only screen and (max-width: 1200px) {
  .down-hero .down-hero__items .item {
    padding-right: 25px;
  }
}
.down-hero .down-hero__items .item p {
  font-size: 9px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
  color: #737373;
  letter-spacing: 1px;
}
.down-hero .down-hero__items .item h4 {
  color: #ddd;
  font-size: 16px;
  line-height: 18px;
  height: 21px;
}
.down-hero .down-hero__items .item .item__share {
  color: #ffffff;
  display: inline-block;
  line-height: 1px;
  margin-right: 12px;
}
.down-hero .down-hero__items .item .item__share:hover i {
  color: #ccc419;
}
.down-hero .down-hero__items .item .item__share i {
  font-size: 18px;
}
.down-hero .hero__get-in-touch {
  height: 110px;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s;
}
.down-hero .hero__get-in-touch:hover .text {
  color: #000;
}
.down-hero .hero__get-in-touch:hover .icon path {
  stroke: #000;
  fill: #000;
}
.down-hero .hero__get-in-touch .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: #F08D2A;
  width: 223px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.down-hero .hero__get-in-touch .icon {
  line-height: 1;
  text-align: center;
  background: #E88421;
  width: 83px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1050px) {
  .down-hero .hero__get-in-touch {
    display: inline-flex;
    right: 0;
    position: absolute;
    top: -55px;
  }
  .down-hero .hero__get-in-touch .text {
    height: 54px;
    width: 207px;
  }
  .down-hero .hero__get-in-touch .icon {
    height: 54px;
    width: 72px;
  }
}
@media only screen and (max-width: 750px) {
  .down-hero .hero__get-in-touch {
    display: inline-flex;
    right: 0;
    position: relative;
    top: auto;
    left: -15px;
  }
  .down-hero .hero__get-in-touch .text {
    height: 51px;
    width: 207px;
  }
  .down-hero .hero__get-in-touch .icon {
    height: 51px;
    width: 72px;
  }
}

.hero.hero--single-article {
  position: relative;
}
.hero.hero--single-article .hero__section {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 1.3px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  /*&:before {
      content:"";
      width:32px;
      height: 3px;
      background:$primary-color;
      margin-right:10px;
  }*/
}
@media only screen and (max-width: 1050px) {
  .hero.hero--single-article .hero__copy {
    display: block;
  }
}
.hero.hero--single-article .hero__container {
  max-width: 610px;
}
.hero.hero--single-article .hero__title .h2 {
  letter-spacing: -1px;
}
.hero.hero--single-article .hero__get-in-touch {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s;
}
.hero.hero--single-article .hero__get-in-touch:hover .text {
  color: #000;
}
.hero.hero--single-article .hero__get-in-touch:hover .icon path {
  stroke: #000;
  fill: #000;
}
.hero.hero--single-article .hero__get-in-touch .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: #F08D2A;
  width: 223px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.hero.hero--single-article .hero__get-in-touch .icon {
  line-height: 1;
  text-align: center;
  background: #E88421;
  width: 83px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1050px) {
  .hero.hero--single-article .hero__get-in-touch {
    position: relative;
    display: inline-flex;
    left: 0;
    right: auto;
  }
  .hero.hero--single-article .hero__get-in-touch .text {
    height: 54px;
    width: 207px;
  }
  .hero.hero--single-article .hero__get-in-touch .icon {
    height: 54px;
    width: 72px;
  }
}
@media only screen and (max-width: 750px) {
  .hero.hero--single-article .hero__get-in-touch {
    width: calc(100vw - 95px);
  }
  .hero.hero--single-article .hero__get-in-touch .text {
    height: 54px;
    width: calc(100% - 72px);
  }
}
.hero.hero--single-article .hero__share {
  display: none;
  width: 95px;
  height: 55px;
  background-color: #363636;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 750px) {
  .hero.hero--single-article .hero__share {
    display: flex;
  }
}
.hero.hero--single-article .hero__share .text {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 15px;
  letter-spacing: 1.4px;
  color: #ffffff;
}
/* GRID CONTENT */
.single-article__grid-content {
  display: grid;
  grid-template-columns: calc(100% - 330px) 260px;
  margin: 50px 140px 60px 140px;
  gap: 60px;
  color: #737373;
}
@media only screen and (max-width: 1200px) {
  .single-article__grid-content {
    margin: 50px 45px 0 45px;
  }
}
@media only screen and (max-width: 1050px) {
  .single-article__grid-content {
    grid-template-columns: 100%;
    margin: 50px 30px 0 30px;
  }
}
@media only screen and (max-width: 750px) {
  .single-article__grid-content {
    margin: 50px 15px 0 15px;
  }
}

.hero.hero--terms {
  height: 370px;
}
@media only screen and (max-width: 750px) {
  .hero.hero--terms {
    height: 215px;
  }
}
.hero.hero--terms .hero__slide {
  height: 100%;
}
.hero.hero--terms .hero__image {
  padding-top: 0;
  height: 100%;
}
.hero.hero--terms .hero__image__cover {
  background: rgba(0, 0, 0, 0.3);
}

.terms {
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  padding: 100px 0;
}
@media only screen and (max-width: 1050px) {
  .terms {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 750px) {
  .terms {
    padding: 50px 15px;
  }
}
.terms h1 {
  font-size: 60px;
  color: #5d5d5d;
  line-height: 62px;
  letter-spacing: 0;
  border-top: 2px solid rgba(147, 147, 147, 0.63);
  position: relative;
  margin-bottom: 40px;
  padding-top: 40px;
}
@media only screen and (max-width: 1050px) {
  .terms h1 {
    margin-bottom: 30px;
    padding-top: 30px;
    font-size: 48px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .terms h1 {
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 34px;
    line-height: 40px;
  }
}
.terms h1:before {
  content: "";
  width: 70px;
  height: 5px;
  background-color: #ccc419;
  position: absolute;
  top: -5px;
  left: 0;
}
@media only screen and (max-width: 1050px) {
  .terms h1:before {
    width: 60px;
    height: 3px;
    top: -4px;
  }
}
.terms .terms__content p, .terms .terms__content li {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #2d2d2d;
  font-weight: 300;
  margin-bottom: 20px;
}
.terms .terms__content p strong, .terms .terms__content li strong {
  margin-bottom: 20px;
  padding-top: 20px;
  display: block;
}
@media only screen and (max-width: 750px) {
  .terms .terms__content p, .terms .terms__content li {
    font-size: 14px;
    line-height: 18px;
  }
}
.terms .terms__content ul {
  margin: 0;
  padding: 20px 0;
}
.terms .terms__content ul li {
  display: flex;
  align-content: start;
  align-items: flex-start;
  position: relative;
  padding-left: 20px;
}
.terms .terms__content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ccc419;
  position: absolute;
  top: 5px;
  left: 0;
  transform: rotate(45deg);
}

.module-single-project.module-single-project--1.full-width-component {
  background: #2D2D2D;
  grid-template-columns: 100% 1fr;
  width: 100%;
  height: auto;
  max-width: 100%;
}
.full-width-component img {
  width: 100%;
}
.full-width-component .fullwidth-slider {
  padding-bottom: 60px;
}
.full-width-component .slick-slide {
  position: relative;
}
.full-width-component .slick-slide img{
  aspect-ratio: 1800/735;
}
.full-width-component .slide-controls {
  background: #2D2D2D;
  padding: 30px;
  height: 70px;
  margin-right: 60px;
  display: flex;
  width: auto;
  min-width: 230px;
  margin-top: -130px;
  position: absolute;
  z-index: 10;
  right: 0;
}
@media only screen and (max-width: 750px) {
  .full-width-component .slide-controls {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 1090px) {
  .full-width-component .slick-slide .item__video-poster{
    height: 400px;
  }
  .full-width-component .slick-slide .image-wrapper{
    height: 400px;
  }
  .full-width-component .slick-slide img{
    height: 100%;
    object-fit: cover;
  }
}
.full-width-component .module-single-project__col {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 750px) {
  .full-width-component .module-single-project__col {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.full-width-component .module-single-project__col .grid-1__col{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.full-width-component .full-width-quote .grid-2__col-1{
  grid-template-columns: 768px 1fr !important;
  height: 400px;
}
@media only screen and (max-width: 1090px) {
  .full-width-component .full-width-quote .grid-2__col-1 {
    grid-template-columns: 100% !important;
    height: auto !important;
  }
}


.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote {
  background-color: #ccc419;
  color: #fff;
  font-weight: 300;
  display: grid;
  grid-template-rows: auto 1fr auto;
  align-items: end;
  padding: 30px;
}
@media only screen and (max-width: 750px) {
  .module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__section {
  border-bottom: 1px solid rgba(255, 255, 255, 0.63);
  margin-bottom: 30px;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__section p {
  font-size: 14px;
  font-weight: bold !important;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-bottom: 15px;
  position: relative;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__section p:after {
  content: "";
  display: text;
  height: 4px;
  width: 60px;
  background: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0;
}
@media only screen and (max-width: 750px) {
  .module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__content {
    padding-bottom: 10px;
  }
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__title {
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__textual {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 60px;
  font-weight: 300;
  font-family: "Noto-Light", sans-serif;
}
@media only screen and (max-width: 750px) {
  .module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__textual {
    margin-bottom: 40px;
  }
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__textual:before {
  content: " “ ";
  display: block;
  font-size: 86px;
  line-height: 0;
  font-family: "Noto-Light", sans-serif;
  color: #ffffff;
  margin: 40px 0 15px 0;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__text {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__name {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 3px;
}
@media only screen and (max-width: 1090px) {
  .module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__name {
    padding-top: 45px;
  }
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__position {
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
  font-size: 13px;
  font-weight: 300;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__footer {
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 0px;
  border-top: 1px solid transparent;
  transform: translate3d(0, 0, 0);
  transition: all 0.4s ease;
  transition-delay: 2s;
  position: relative;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__footer a {
  color: white;
  display: flex;
  width: 100%;
  align-items: center;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__footer a:hover {
  overflow: hidden;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__footer a:hover span {
  animation: read-more-text 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__footer i.las {
  font-size: 32px;
  padding-left: 32px;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote__footer a:hover i.las {
  animation: read-more-arrow 0.75s cubic-bezier(0.87, 0, 0.13, 1) forwards;
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote .image-wrapper {
  display: none;
  width: 70px;
  height: 80px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1090px) {
  .module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote .image-wrapper.show--tablet-mobile {
    display: block;
  }
}
.module-single-project.module-single-project--1 .grid-2 .grid-2__col-1 .full-quote .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.module-single-project.full-width-component .grid-1 .col-2 .project__text h2{
  color: #DDD;
  font-family: "Noto-Light", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 52.8px; /* 110% */
  letter-spacing: 1px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1050px) {
  .module-single-project.full-width-component .grid-1 .col-2 .project__text-cont {
    padding: 20px 15px 0 15px;
  }
}

/*# sourceMappingURL=style.css.map */