@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&family=Playfair+Display:ital,wght@0,700;1,400&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* undo the font setting to allow for basic rich text formatting 
  font: inherit; */
  vertical-align: baseline;
}
body.page-id-1142 .static-page-entry ul li {
  list-style: disc;
  margin-left: 2rem;
  margin-bottom: 1rem;
  line-height: 2rem;
  font-size: 20px;
}
body .blog-single-content ol li {
  list-style: auto;
  margin-left: 2rem;
  margin-bottom: 1rem;
  line-height: 2rem;
  font-size: 20px;
  color: #000;
}
body.blog-single-content article ul li {
  opacity: 100%;
}
body.blog-single-content article ol li {
  opacity: 100%;
}
body.page-id-1142 .static-page-entry a {
  color: #fff !important;
  text-decoration: underline !important;
}
body.page-id-1142 .static-page-entry a:hover {
  text-decoration: none !important;
}
body:not(.single-post) em {
  font: inherit;
}
/* table formatting */
body.elementor-default #main section.elementor-section {
  background: #fff;
  color: #000;
  font-size: 1.1vw !important;
}
body.elementor-default #main section.elementor-section table.bwblockalignl, body.elementor-default #main section.elementor-section table.ndq-table-responsive {
  margin-bottom: 20px;
  width: 100%;
}
/* postid-1329 */
body.postid-1329 #main section.elementor-section table td {
  font-size: 0.8vw !important;
  padding: 4px !important;
}
body.postid-1329 #main section.elementor-section table {
  width: 100%;
  margin-bottom: 40px;
}
body.postid-1329 #main section.elementor-section table tr td {
  text-align: right;
}
body.postid-1329 #main section.elementor-section table tr td:first-child {
  text-align: left;
}
body.postid-1329 #main section.elementor-section table tr:nth-child(even) td {
  background: #eee;
}
/* end postid-1329 */
/* Post ID: 1329 and Post ID: 1366 */
/*
	@media (max-width: 1024px) {
		h1.epi-fontLg {
				display: none;
		}
	}
	@media (max-width: 1024px) and (min-width: 768px) {
		body.postid-1329 #main section.elementor-section table td {
				font-size: 1.4vw !important;
		}
		body.postid-1366 #main section.elementor-section table td p {
				font-size: 1.4vw !important;
		}
	}
	@media (max-width: 767px) {
		body.postid-1329 #main section.elementor-section table td {
				font-size: 2vw !important;
		}
		body.postid-1366 #main section.elementor-section table td p {
				font-size: 2vw !important;
		}
	  .hero.entry hgroup h1 {
			word-wrap: break-word;
		}
	}
	*/
/* End Post 1329 and Post 1366 */
body.elementor-default #main section.elementor-section table td p {
  font-size: 0.8vw !important;
}
body.elementor-default #main section.elementor-section table td p.bwalignr {
  text-align: right !important;
}
body.elementor-default #main section.elementor-section table td p.bwalignc {
  text-align: center !important;
}
body.elementor-default #main section.elementor-section table tr td.bwrowaltcolor0 {
  background: #eee;
}
/* end table formatting */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:active, a:focus, a:hover {
  text-decoration: none;
}
/*
= TYPOGRAPHY
------------------------------------------------------------------------------------- */
body {
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}
h1 strong, h2 strong, h3 strong, h4 strong {
  color: #e35c03;
}
@media (max-width: 1024px) {
  h1, h2, h3, h4 {
    font-size: 60px;
  }
}
@media (max-width: 640px) {
  h1, h2, h3, h4 {
    font-size: 40px;
    line-height: 107%;
  }
}
h3 {
  font-size: 4.166vw;
  line-height: 107%;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 50px;
  }
}
@media (max-width: 640px) {
  h3 {
    font-size: 30px;
  }
}
h4 {
  font-size: 2.77vw;
  line-height: 107%;
}
h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.73611vw;
  line-height: 96%;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  h5 {
    font-size: 16px;
  }
}
p {
  margin-bottom: 2.25vw;
  font-size: 1.25vw;
  line-height: 180%;
}
p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  p {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.entry h5 {
  font-size: 1.25vw;
  line-height: 2.222vw;
}
@media (max-width: 640px) {
  .entry h5 {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 1024px) {
  .entry ul li {
    font-size: 16px;
    line-height: 28px;
  }
}
.entry h2 {
  color: #000;
}
@media screen and (min-width: 1920px) {
  h3 {
    font-size: 80px;
  }
  h5 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  p {
    font-size: 24px;
    margin-bottom: 65px;
  }
}
/*
= GLOBAL STYLES
------------------------------------------------------------------------------------- */
.desktop, .desktop body {
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #141213;
}
body {
  background: #141213;
}
html, body {
  oveflow-x: hidden;
  width: 100%;
}
::-moz-selection {
  background: rgba(146, 178, 191, 0.3);
}
::selection {
  background: rgba(146, 178, 191, 0.3);
}
.parallax {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (min-width: 1920px) {
  /*
  #main .sections-holder {
    max-width: 1920px;
    margin: 0 auto;
  }
*/
  /*
  .sections-holder {
    max-width: 1920px;
    margin: 0 auto;
  }
*/
  header {
    position: relative !important;
    max-width: 1920px;
    margin: 0 auto;
  }
  .nav-trigger {
    right: auto !important;
    left: calc(50% + 910px);
  }
  .sidebar {
    right: auto !important;
    left: calc(50% + 850px);
  }
}
#main {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  #main {
    position: relative;
  }
}
#main .sections-holder {
  position: relative;
  z-index: 2;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  will-change: transform;
}
#main .sections-holder section {
  position: relative;
  z-index: 2;
  margin-top: -1px;
}
#main .sections-holder section.footer {
  z-index: 1;
  -webkit-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  background: url(../images/footer-bg.jpg) #141213;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 1024px) {
  #main .sections-holder section.footer {
    transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(1, 1);
  }
}
@media (max-width: 640px) {
  #main {
    position: absolute;
  }
}
.tablet #main {
  position: relative;
}
.tablet #main .sections-holder section {
  margin-top: 0px;
}
.mobile #main {
  position: relative;
  left: auto;
  top: auto;
}
.mobile #main .sections-holder section {
  margin-top: 0px;
}
.mobile #main .sections-holder {
  -webkit-transform-style: initial;
  transform-style: initial;
  will-change: initial;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}
.team-single #main, .portfolio-single #main {
  z-index: 9998;
}
section {
  background: #141213;
}
section.light {
  background: #ffffff;
}
section.grey {
  background: #f6f6f6;
}
.text-orange {
  color: #e35c03;
}
@keyframes scroll-anim {
  0% {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  }
  50% {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  }
  50.1% {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }
  100% {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  }
}
.sidebar {
  position: fixed;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 9996;
  width: 90px;
  /*   background: #141213;*/
  /*mix-blend-mode: difference;*/
}
@media (max-width: 1024px) {
  .sidebar {
    z-index: 1;
  }
}
.sidebar .sidenav {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
}
.sidebar .sidenav li {
  margin-bottom: 12px;
}
.sidebar .sidenav li a {
  position: relative;
  display: block;
  padding-bottom: 6px;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
}
.sidebar .sidenav li a span {
  display: block;
  opacity: 0;
  -moz-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sidebar .sidenav li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0.6;
  width: 100%;
  height: 1px;
  background: #ffffff;
  -moz-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sidebar .sidenav li.active a span {
  opacity: 1;
}
.sidebar .sidenav li.active a:after {
  opacity: 1;
  width: calc(100% + 62px);
}
.sidebar .sidenav li:last-child {
  margin-bottom: 0px;
}
.sidebar .scroll-indicator {
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: block;
  padding-left: 6.944vw;
  white-space: nowrap;
  font-weight: 600;
  font-size: 10px;
  line-height: 10px;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -moz-transition: 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sidebar .scroll-indicator:before {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  top: 50%;
  width: 5.55vw;
  height: 1px;
  background: #ffffff;
  animation: scroll-anim 1500ms ease-in-out infinite;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
}
.sidebar .scroll-indicator.faded {
  opacity: 0;
}
@media (max-width: 640px) {
  .sidebar .scroll-indicator {
    display: none;
  }
}
.sidebar.hide {
  opacity: 0;
  pointer-events: none;
}
.lines {
  position: absolute;
  left: 124px;
  top: 0px;
  right: 124px;
  display: none;
  height: 100%;
  pointer-events: none;
}
.lines span {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.lines span:first-child {
  left: 0px;
}
.lines span:nth-child(2) {
  left: 25%;
}
.lines span:nth-child(3) {
  left: 50%;
}
.lines span:nth-child(4) {
  left: 75%;
}
.lines span:last-child {
  right: 0%;
}
@media (max-width: 1024px) {
  .lines {
    left: 20px;
    right: 20px;
  }
}
@media (max-width: 640px) {
  .lines {
    left: 0;
    right: 0;
  }
  .lines span:first-child {
    left: 20px;
  }
  .lines span:last-child {
    right: 20px;
  }
}
.light .lines span {
  background: rgba(0, 0, 0, 0.1);
}
.decoration {
  display: none;
}
.decoration span {
  display: block;
  position: absolute;
  width: 1px;
  height: 5.20833vw;
  background: #ffffff;
}
.img-holder {
  overflow: hidden;
}
.img-holder .img {
  position: relative;
}
.img-holder .img span {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mask {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9998;
  width: 100%;
  height: 100%;
  background: #000000;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 0);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 0);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 0);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 0);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 0);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  -moz-transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
/*
 	+ Custom scrollbar */
.vs-scrollbar {
  display: block;
  position: absolute;
  z-index: 9997;
  display: none;
}
.vs-scrollbar.vs-vertical {
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 4px;
  height: 100%;
}
.vs-scrollbar .vs-scrolldrag {
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.5);
}
.scrolling > * {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
/* 
	+ History */
.history-swap-box-in, .history-swap-box-out {
  overflow: hidden !important;
  width: 100% !important;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.history-swap-box-in {
  opacity: 0;
  z-index: 2;
  height: 100%;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.history-swap-box-in.history-swap-box-in-popup {
  overflow: hidden;
  -webkit-transform: translateX(0px) translateY(100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(100vh) translateZ(0px) rotate(0deg) scale(1, 1);
}
.history-swap-box-in.history-swap-box-in-popup .portfolio-popup-holder, .history-swap-box-in.history-swap-box-in-popup .popup-holder {
  -webkit-transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.history-swap-box-in.history-swap-box-in-popup .portfolio-popup-holder .holder, .history-swap-box-in.history-swap-box-in-popup .popup-holder .holder {
  opacity: 0;
}
.history-swap-box-in.in {
  opacity: 1;
  -moz-transition: opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.history-swap-box-in.popup-in {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.history-swap-box-in.popup-in .portfolio-popup-holder, .history-swap-box-in.popup-in .popup-holder {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.history-swap-box-in.popup-in .portfolio-popup-holder .holder, .history-swap-box-in.popup-in .popup-holder .holder {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 1000ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 1000ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: 1000ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 1000ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.history-swap-box-in.slide-in {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  transition-property: opacity, transform;
}
.history-swap-box-out, .history-swap-box-out-popup {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.history-swap-box-out .portfolio-popup-holder, .history-swap-box-out .popup-holder, .history-swap-box-out-popup .portfolio-popup-holder, .history-swap-box-out-popup .popup-holder {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.history-swap-box-out.out, .history-swap-box-out-popup.out {
  opacity: 0;
  -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.history-swap-box-out.popup-out, .history-swap-box-out-popup.popup-out {
  opacity: 1;
  overflow: hidden;
  -webkit-transform: translateX(0px) translateY(100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 1000ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 1000ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: 1000ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 1000ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.history-swap-box-out.popup-out .portfolio-popup-holder, .history-swap-box-out.popup-out .popup-holder, .history-swap-box-out-popup.popup-out .portfolio-popup-holder, .history-swap-box-out-popup.popup-out .popup-holder {
  -webkit-transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 1000ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 1000ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: 1000ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 1000ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-property: transform;
  -o-transition-property: transform;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.history-swap-box-out.popup-out .portfolio-popup-holder .holder, .history-swap-box-out.popup-out .popup-holder .holder, .history-swap-box-out-popup.popup-out .portfolio-popup-holder .holder, .history-swap-box-out-popup.popup-out .popup-holder .holder {
  opacity: 0;
  -moz-transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.history-swap-box-out.slide-out-right .lines, .history-swap-box-out.slide-out-right .holder, .history-swap-box-out-popup.slide-out-right .lines, .history-swap-box-out-popup.slide-out-right .holder {
  opacity: 0;
  -webkit-transform: translateX(20%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(20%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(20%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(20%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(20%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  transition-property: opacity, transform;
}
.history-swap-box-out.slide-out-left .lines, .history-swap-box-out.slide-out-left .holder, .history-swap-box-out-popup.slide-out-left .lines, .history-swap-box-out-popup.slide-out-left .holder {
  opacity: 0;
  -webkit-transform: translateX(-20%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(-20%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(-20%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(-20%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(-20%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
  -webkit-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;
  -moz-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  -webkit-transition-property: opacity, transform;
  transition-property: opacity, transform;
}
/* 
    + Preloading */
/*.loading-holder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #000000; }
  .loading-holder .loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000; }
  .loading-holder .progress-bar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0; }
    .loading-holder .progress-bar .progress-loaded {
      position: relative;
      width: 0;
      height: 100%;
      border-bottom: 2px solid #ffffff; }
  .loading-holder.transparent {
    background: transparent;
    pointer-events: none; }
    .loading-holder.transparent .loader-overlay {
      background: transparent; }
    .loading-holder.transparent .progress-bar {
      display: none; }*/
@media screen and (min-width: 1920px) {
  .sidebar .scroll-indicator {
    font-size: 14px;
  }
  .decoration span {
    height: 95px;
  }
}
body:not(.home) .with-box {
  display: none;
}
/* apply a natural box layout model to all elements
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
 } */
/*
|------------------------------------------------------------
| Help Classes
|------------------------------------------------------------
*/
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.fixed {
  position: fixed;
}
/*
|------------------------------------------------------------
| Clearfix
|------------------------------------------------------------
*/
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
/*
= BUTTONS GLOBAL
------------------------------------------------------------------------------------- */
.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-style: italic;
  font-size: 1.25vw;
  line-height: 28px;
}
@media (max-width: 1024px) {
  .btn {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .btn {
    font-size: 14px;
  }
}
.btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0.20833vw;
  background: #ffffff;
  -webkit-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0.20833vw;
  background: #ffffff;
  -moz-transition: 250ms 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 250ms 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 250ms 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 250ms 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn:hover:before {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 250ms 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 250ms 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 250ms 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 250ms 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn:hover:after {
  -webkit-transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.btn.single-news-back {
  color: #000;
  font-size: 0.9859vw;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  position: absolute;
  left: 0;
  border-bottom: 1px solid #000;
  padding: 5.166vw 0 0.14084vw 2.8169vw;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
@media (max-width: 1024px) {
  .btn.single-news-back {
    font-size: 14px;
    padding: 6.166vw 0 0.14084vw 2.8169vw;
  }
}
@media (max-width: 640px) {
  .btn.single-news-back {
    font-size: 12px;
    padding: 31.166vw 0 0.14084vw 2.8169vw;
  }
}
@media screen and (min-width: 1920px) {
  .btn {
    font-size: 18px;
  }
}
/*
= FORMS GLOBAL
------------------------------------------------------------------------------------- */
/*
= LANDSCAPE MESSAGE
------------------------------------------------------------------------------------- */
.landscape-message {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none !important;
  width: 100%;
  height: 200%;
  background-size: contain;
  -webkit-transform: translateX(0px) translateY(-25%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-25%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-25%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-25%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-25%) translateZ(0px) rotate(0deg) scale(1, 1);
}
.mobile.landscape .landscape-message, .mobile.cape .landscape-message {
  display: block !important;
}
/*
= HEADER AND NAVIGATION
------------------------------------------------------------------------------------- */
header {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9998;
  width: 100%;
}
header .holder {
  padding: 0px 65px;
}
@media (max-width: 1024px) {
  header .holder {
    padding: 0px 20px;
  }
}
header .holder:before, header .holder:after {
  content: "";
  display: table;
}
header .holder:after {
  clear: both;
}
header .holder .logo {
  float: left;
  position: relative;
  top: 10px;
  z-index: 2;
  width: 178px;
  height: 34px;
  /*text-indent: -9999px;*/
  outline: none;
}
@media (max-width: 1024px) {
  header .holder .logo {
    top: 30px;
  }
}
@media (max-width: 640px) {
  header .holder .logo {
    width: 158px;
    height: 24px;
  }
}
header .holder .logo span {
  display: block;
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
header .holder .logo span:first-child:before, header .holder .logo span:first-child:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
header .holder .logo span:first-child:after {
  opacity: 0;

}
header .holder .logo span:last-child {
 
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
header .holder .logo span:last-child.up {
  opacity: 0;
  -webkit-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
}
header .holder .logo:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 30px;
  /* background: #ffffff;*/
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
header .holder .logo:after {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 50%;
  width: 30px;
  height: 30px;
  background: #000000;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(0, 0);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(0, 0);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(0, 0);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(0, 0);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(0, 0);
  -moz-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
}
header .holder .logo.hide {
  opacity: 0;
  pointer-events: none;
}
header.light .holder .logo span:first-child:before {
  opacity: 0;
}
header.light .holder .logo span:first-child:after {
  opacity: 1;
}
header.light .holder .logo span:last-child {
/*  background-image: url(../img/logo-arsadia-light.svg);*/
}
header.light .holder .logo:before {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(0, 0);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(0, 0);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(0, 0);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(0, 0);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(0, 0);
}
header.light .holder .logo:after {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
}
body:not(home) header.sticky .logo span:first-child:before, body:not(home) header.light.sticky .logo span:first-child:before {
  opacity: 1 !important;
}
body:not(home) header.sticky .logo span:first-child:after, body:not(home) header.light.sticky .logo span:first-child:after {
  opacity: 0 !important;
}
body:not(home) header.sticky .logo:before, body:not(home) header.light.sticky .logo:before {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
}
body:not(home) header.sticky .logo:after, body:not(home) header.light.sticky .logo:after {
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(0, 0);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(0, 0);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(0, 0);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(0, 0);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(0, 0);
}
.nav-trigger {
  position: absolute;
  right: 30px;
  top: 60px;
  z-index: 9998;
  width: 28px;
  height: 10px;
  mix-blend-mode: difference;
}
@media (max-width: 1024px) {
  .nav-trigger {
    top: 30px;
    right: 40px;
  }
}
@media (max-width: 768px) {
  .nav-trigger {
    right: 20px;
  }
}
@media (max-width: 640px) {
  .nav-trigger {
    height: 7px;
    top: 40px;
    right: 20px;
  }
}
.nav-trigger:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 2px;
  background: #ffffff;
  -moz-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-trigger:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 22px;
  height: 2px;
  background: #ffffff;
  -moz-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 640px) {
  .nav-trigger:after {
    bottom: -3px;
  }
}
.nav-trigger.close:before {
  top: 4px;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(135deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(135deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(135deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(135deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(135deg) scale(1, 1);
}
.nav-trigger.close:after {
  bottom: 4px;
  width: 100%;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-135deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-135deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-135deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-135deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-135deg) scale(1, 1);
}
@media (max-width: 640px) {
  .nav-trigger.close:after {
    bottom: 1px;
  }
}
.nav-trigger.hide {
  opacity: 0;
  pointer-events: none;
}
.nav-holder {
  position: fixed;
  left: -9999px;
  top: 0px;
  z-index: 9997;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #000000;
  -webkit-transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: left 0ms 1000ms, transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: left 0ms 1000ms, transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: left 0ms 1000ms, transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: left 0ms 1000ms, transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 640px) {
  .nav-holder {
    position: fixed;
    overflow: auto;
  }
}
.nav-holder nav {
  position: relative;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 640px) {
  .nav-holder nav {
    flex-wrap: wrap;
    left: auto;
    top: auto;
    height: auto;
    padding: 0 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
    -moz-transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
    -ms-transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
    -o-transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  }
}
.nav-holder nav .lines span {
  background: rgba(255, 255, 255, 0.15);
}
.nav-holder nav .nav-menu {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  padding-left: 124px;
}
@media (max-width: 640px) {
  .nav-holder nav .nav-menu {
    padding-left: 0;
    padding-top: 120px;
    width: 100%;
  }
}
.nav-holder nav .nav-menu li {
  overflow: hidden;
  margin-bottom: 1.65vw;
}
.nav-holder nav .nav-menu li a {
  display: inline-block;
  position: relative;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 130%;
  letter-spacing: 0.2px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -webkit-transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: color 300ms ease-in-out, transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 300ms ease-in-out, transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: color 300ms ease-in-out, transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 300ms ease-in-out, transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-holder nav .nav-menu li a img {
  display: none;
}
.nav-holder nav .nav-menu li a:before {
  content: attr(data-text);
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #ffffff;
  -moz-transition: 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-holder nav .nav-menu li a:hover:before {
  height: 0px;
}
@media (max-width: 1024px) {
  .nav-holder nav .nav-menu li a {
    font-size: 60px;
    line-height: 120%;
  }
}
@media (max-width: 640px) {
  .nav-holder nav .nav-menu li a {
    font-size: 45px;
    line-height: 60px;
    text-align: center;
  }
}
.nav-holder nav .nav-menu li:nth-child(2) a {
  -moz-transition: color 300ms ease-in-out, transform 1000ms 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 300ms ease-in-out, transform 1000ms 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: color 300ms ease-in-out, transform 1000ms 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 300ms ease-in-out, transform 1000ms 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-holder nav .nav-menu li:nth-child(3) a {
  -moz-transition: color 300ms ease-in-out, transform 1000ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 300ms ease-in-out, transform 1000ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: color 300ms ease-in-out, transform 1000ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 300ms ease-in-out, transform 1000ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-holder nav .nav-menu li:nth-child(4) a {
  -moz-transition: color 300ms ease-in-out, transform 1000ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 300ms ease-in-out, transform 1000ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: color 300ms ease-in-out, transform 1000ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 300ms ease-in-out, transform 1000ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-holder nav .nav-menu li:nth-child(5) {
  margin-bottom: 0px;
}
.nav-holder nav .nav-menu li:nth-child(5) a {
  -moz-transition: color 300ms ease-in-out, transform 1000ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 300ms ease-in-out, transform 1000ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: color 300ms ease-in-out, transform 1000ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 300ms ease-in-out, transform 1000ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 640px) {
  .nav-holder nav .nav-menu li {
    margin-bottom: 20px;
  }
}
.nav-holder nav .nav-locations {
  width: 50%;
  padding-left: 100px;
}
@media (max-width: 640px) {
  .nav-holder nav .nav-locations {
    width: 100%;
    margin-left: 0;
    padding-bottom: 60px;
  }
}
.nav-holder nav .nav-locations li a {
  display: inline-block;
  position: relative;
  font-size: 1.11vw;
  color: #fff;
  line-height: 28px;
}
.nav-holder nav .nav-locations li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #92b2bf;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -moz-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.nav-holder nav .nav-locations li a:hover:before {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
@media (max-width: 640px) {
  .nav-holder nav .nav-locations li a {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.nav-holder nav .nav-locations li {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .nav-holder nav .nav-locations li:first-child {
    /*margin-top: 40px;*/
    margin-bottom: 0;
  }
}
.nav-holder.opened {
  left: 0px;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: left 0ms, transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: left 0ms, transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: left 0ms, transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: left 0ms, transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-holder.opened nav {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.nav-holder.opened nav ul li a {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.nav-holder.opened nav ul li:nth-child(1) a {
  -moz-transition: color 300ms ease-in-out, transform 1000ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 300ms ease-in-out, transform 1000ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: color 300ms ease-in-out, transform 1000ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 300ms ease-in-out, transform 1000ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-holder.opened nav ul li:nth-child(2) a {
  -moz-transition: color 300ms ease-in-out, transform 1000ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 300ms ease-in-out, transform 1000ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: color 300ms ease-in-out, transform 1000ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 300ms ease-in-out, transform 1000ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-holder.opened nav ul li:nth-child(3) a {
  -moz-transition: color 300ms ease-in-out, transform 1000ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 300ms ease-in-out, transform 1000ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: color 300ms ease-in-out, transform 1000ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 300ms ease-in-out, transform 1000ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-holder.opened nav ul li:nth-child(4) a {
  -moz-transition: color 300ms ease-in-out, transform 1000ms 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 300ms ease-in-out, transform 1000ms 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: color 300ms ease-in-out, transform 1000ms 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 300ms ease-in-out, transform 1000ms 100ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.nav-holder.opened nav ul li:nth-child(5) a {
  -moz-transition: color 300ms ease-in-out, transform 1000ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 300ms ease-in-out, transform 1000ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: color 300ms ease-in-out, transform 1000ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 300ms ease-in-out, transform 1000ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 1024px) {
  .nav-holder.opened {
    overflow: hidden;
    position: fixed;
  }
}
@media (max-width: 640px) {
  .nav-holder.opened {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media (max-width: 640px) {
  .nav-holder.opened canvas {
    height: 100px !important;
  }
}
@media screen and (max-height: 800px) {
  .desktop .nav-holder nav .nav-menu li a {
    font-size: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .nav-holder nav {
    max-width: 1920px;
    margin: 0 auto;
  }
}
.tablet.portrait .nav-holder nav {
  flex-direction: column;
}
.tablet.portrait .nav-holder nav .nav-menu {
  width: 100%;
  padding-left: calc(25% + 20px);
}
.tablet.portrait .nav-locations {
  width: 100%;
  padding-left: calc(25% + 20px);
  margin-left: 0;
}
.tablet.portrait .nav-locations li a {
  font-size: 16px;
}
.tablet.portrait .nav-locations li:first-child {
  margin-top: 60px;
}
.mobile .nav-opened header .holder .logo span:last-child {
  opacity: 0;
  -webkit-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-100%) translateZ(0px) rotate(0deg) scale(1, 1);
}
.scrolled-up header, .sticky-header header {
  position: fixed;
  background-color: #000000;
  height: 50px;
}
.scrolled-up header .holder .logo, .sticky-header header .holder .logo {
  top: 10px;
}
.scrolled-up header .holder .logo::before, .sticky-header header .holder .logo::before {
  display: none;
}
.scrolled-up header .holder .logo span, .sticky-header header .holder .logo span {
/*  background: url("../img/logo-light-sticky.svg") left top no-repeat;*/
}
.scrolled-up header .holder .logo span:before, .sticky-header header .holder .logo span:before {
  display: none;
}
.scrolled-up header .holder .logo span:after, .sticky-header header .holder .logo span:after {
  display: none;
}
.scrolled-up header .holder .logo span:last-child, .sticky-header header .holder .logo span:last-child {
  display: none;
}
.scrolled-up header .holder .logo:before, .sticky-header header .holder .logo:before {
  display: none;
}
.scrolled-up header .holder .logo:after, .sticky-header header .holder .logo:after {
  display: none;
}
.scrolled-up .nav-trigger, .sticky-header .nav-trigger {
  position: fixed;
  top: 22px;
}
.sticky-header header {
  position: fixed;
}
.sticky-header .nav-trigger {
  position: absolute;
}
.scrolled-up header {
  position: fixed;
}
.scrolled-up .nav-trigger {
  position: fixed;
}
@media (max-width: 1024px) {
  body.nav-opened {
    overflow: hidden;
  }
}
/*
= FOOTER
------------------------------------------------------------------------------------- */
form input, form button {
  -webkit-appearance: none;
  -moz-appearance: none;
}
form input:invalid {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
form input:-webkit-autofill, form input:-webkit-autofill:focus, form input:-webkit-autofill:hover {
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
  -webkit-transition-delay: 9999s !important;
  transition: color 9999s ease-out, background-color 9999s ease-out !important;
  transition-delay: 9999s !important;
}
.footer a:not(.logo) {
  display: inline-block;
  position: relative;
}
.footer a:not(.logo):before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #ffffff;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -moz-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer a:not(.logo):hover:before {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.footer .holder {
  position: relative;
  padding: 8.33vw 124px 0;
}
@media (max-width: 640px) {
  .footer .holder {
    padding: 50px 20px 30px 20px !important;
  }
}
.footer .holder .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .footer .holder .top {
    display: block;
  }
}
.footer .holder .top .logo {
  position: relative;
  width: 158px;
  height: 24px;
  text-indent: -9999px;
  color: transparent;
  outline: none;
}
.footer .holder .top .logo:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  
  background-size: 100% 100%;
}
@media (max-width: 640px) {
  .footer .holder .top .logo:before {
    width: 200%;
    height: 100%;
    background-size: cover;
  }
}
.footer .holder .top ul:before, .footer .holder .top ul:after {
  content: "";
  display: table;
}
.footer .holder .top ul:after {
  clear: both;
}
@media (max-width: 640px) {
  .footer .holder .top ul {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.footer .holder .top ul li {
  float: left;
  margin-right: 2.77vw;
}
@media (max-width: 640px) {
  .footer .holder .top ul li {
    margin-right: 25px;
  }
}
.footer .holder .top ul li a {
  color: #ffffff;
  font-size: 1.11vw;
  line-height: 28px;
}
@media (max-width: 640px) {
  .footer .holder .top ul li a {
    font-size: 14px;
  }
}
.footer .holder .top ul li:last-child {
  margin-right: 0px;
}
.footer .holder .middle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .footer .holder .middle {
    flex-direction: column;
  }
}
.footer .holder .middle p {
  margin-bottom: 2.43055vw;
  font-size: 1.11vw;
}
@media (max-width: 640px) {
  .footer .holder .middle p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.footer .holder .middle .left-side {
  width: 50%;
}
@media (max-width: 1024px) {
  .footer .holder .middle .left-side {
    /*    order: 2;*/
  }
}
.footer .holder .middle .right-side .back-to-top-btn {
  position: relative;
  display: inline-block;
  font-size: 1.11vw;
  color: #fff;
  line-height: 28px;
  cursor: pointer;
}
.footer .holder .middle .right-side .back-to-top-btn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -moz-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.footer .holder .middle .right-side .back-to-top-btn:hover:before {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.footer .holder .middle .right-side .back-to-top-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-25%);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background-image: url("../images/back-to-top-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1024px) {
  .footer .holder .middle .right-side .back-to-top-btn {
    display: none;
  }
}
.footer .holder .middle .locations {
  /* display: flex;*/
}
@media (max-width: 640px) {
  .footer .holder .middle .locations {
    display: block;
    width: 100%;
  }
}
.footer .holder .middle .locations li {
  width: 50%;
}
@media (max-width: 640px) {
  .footer .holder .middle .locations li {
    width: 100%;
  }
}
.footer .holder .middle .locations li a {
  display: inline-block;
  font-size: 1.11vw;
  color: #fff;
  line-height: 28px;
}
.footer .holder .middle .locations li a:before {
  background: #fff;
}
@media (max-width: 640px) {
  .footer .holder .middle .locations li a {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
@media (max-width: 640px) {
  .footer .holder .middle .locations {
    order: 2;
  }
}
.footer .holder .middle form {
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 26.66vw;
}
@media (max-width: 640px) {
  .footer .holder .middle form {
    width: 100%;
  }
}
.footer .holder .middle form ul {
  position: relative;
  border-bottom: 1px solid #ffffff;
}
.footer .holder .middle form ul li input {
  display: block;
  width: calc(100% - 50px);
  padding: 0.833vw 0px;
  color: #ffffff;
  line-height: 156.3%;
  font-size: 0.9722vw;
  background: none;
  border: none;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .holder .middle form ul li input::placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.footer .holder .middle form ul li input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.footer .holder .middle form ul li input::-ms-input-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 640px) {
  .footer .holder .middle form ul li input {
    font-size: 14px;
  }
}
.footer .holder .middle form ul li button {
  padding: 0px;
  text-transform: uppercase;
  color: #92b2bf;
  font-weight: 600;
  font-size: 0.9722vw;
  background: none;
  border: none;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
}
@media (max-width: 640px) {
  .footer .holder .middle form ul li button {
    font-size: 12px;
  }
}
.footer .holder .middle form ul li:last-child {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
}
.footer .holder .middle ul.menu-links {
  margin-bottom: calc(2.43055vw + 28px);
}
.footer .holder .middle ul.menu-links:before, .footer .holder .middle ul.menu-links:after {
  content: "";
  display: table;
}
.footer .holder .middle ul.menu-links:after {
  clear: both;
}
@media (max-width: 640px) {
  .footer .holder .middle ul.menu-links {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
.footer .holder .middle ul.menu-links li {
  /*float: left;*/
  margin-right: 2.77vw;
}
@media (max-width: 640px) {
  .footer .holder .middle ul.menu-links li {
    margin-right: 25px;
  }
}
.footer .holder .middle ul.menu-links li a {
  color: #ffffff;
  font-size: 1.11vw;
  line-height: 28px;
}
@media (max-width: 640px) {
  .footer .holder .middle ul.menu-links li a {
    font-size: 14px;
  }
}
.footer .holder .middle ul.menu-links li:last-child {
  margin-right: 0px;
}
@media (max-width: 640px) {
  .footer .holder .middle ul.menu-links {
    order: 1;
  }
}
.footer .holder .bottom {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9722vw;
  line-height: 28px;
}
@media (max-width: 640px) {
  .footer .holder .bottom {
    display: block;
    font-size: 12px;
    padding: 30px 0 0 0;
  }
}
.footer .holder .bottom > p {
  margin-bottom: 0px;
  font-size: 0.9722vw;
  line-height: 28px;
  /*  color: rgba(255, 255, 255, 0.5);*/
}
@media (max-width: 640px) {
  .footer .holder .bottom > p {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
.footer .holder .bottom > p span {
  color: #ffffff;
}
.footer .holder .bottom ul:before, .footer .holder .bottom ul:after {
  content: "";
  display: table;
}
.footer .holder .bottom ul:after {
  clear: both;
}
.footer .holder .bottom ul li {
  float: left;
  margin-right: 2.0833vw;
}
.footer .holder .bottom ul li a {
  color: #ffffff;
}
.footer .holder .bottom ul li:last-child {
  margin-right: 0px;
}
.footer .holder .bottom ul:last-of-type {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 640px) {
  .footer .holder .bottom ul:last-of-type {
    margin-top: 30px;
  }
}
.footer .holder .bottom ul:last-of-type li a {
  color: rgba(255, 255, 255, 0.5);
}
.footer .holder .bottom ul:last-of-type li a:before {
  background: rgba(255, 255, 255, 0.5);
}
.tablet.portrait .footer .holder {
  padding: 50px 20px 20px 20px;
}
.tablet.portrait .footer .holder .top {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
}
.tablet.portrait .footer .holder .top ul {
  margin-top: 80px;
}
.tablet.portrait .footer .holder .top ul li {
  margin-right: 35px;
}
.tablet.portrait .footer .holder .top ul li a {
  font-size: 16px;
}
.tablet.portrait .footer .holder .middle {
  flex-direction: column;
}
.tablet.portrait .footer .holder .middle .left-side {
  width: 70%;
}
.tablet.portrait .footer .holder .middle p {
  font-size: 16px;
  margin-bottom: 50px;
}
.tablet.portrait .footer .holder .middle .locations li a {
  font-size: 16px;
}
.tablet.portrait .footer .holder .middle .menu-links {
  margin-bottom: 100px;
}
.tablet.portrait .footer .holder .middle .menu-links li a {
  font-size: 14px;
}
.tablet.portrait .footer .holder .middle form {
  width: 50%;
  margin-bottom: 80px;
}
.tablet.portrait .footer .holder .middle form ul input {
  font-size: 14px;
}
.tablet.portrait .footer .holder .middle form ul button {
  font-size: 14px;
}
.tablet.portrait .footer .holder .bottom {
  font-size: 14px;
}
.tablet.portrait .footer .holder .bottom .social-nav-holder {
  display: flex;
  justify-content: space-between;
}
.tablet.portrait .footer .holder .bottom ul {
  float: right;
}
.tablet.portrait .footer .holder .bottom p {
  font-size: 14px;
}
.tablet.portrait .page-id-16 .footer {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tablet.portrait .page-id-16 .footer .holder {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tablet.portrait .page-id-16 .footer .holder .middle-content-holder {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tablet.portrait .page-id-16 .footer .holder .bottom {
  padding: 4.08vw 0;
}
@media screen and (min-width: 1920px) {
  .footer .holder .top .logo {
    width: 211px;
    height: 32px;
  }
  .footer .holder .middle p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 55px;
  }
  .footer .holder .middle .locations li {
    width: 55%;
  }
  .footer .holder .middle .locations li a {
    font-size: 20px;
  }
  .footer .holder .middle ul.menu-links li {
    margin-right: 30px;
  }
  .footer .holder .middle ul.menu-links li a {
    font-size: 20px;
  }
  .footer .holder .middle .right-side .back-to-top-btn {
    font-size: 20px;
  }
  .footer .holder .bottom > p {
    font-size: 18px;
  }
  .footer .holder .bottom .social-nav li a {
    font-size: 18px;
  }
  .footer .holder .bottom ul li {
    font-size: 18px;
  }
  .footer .holder .bottom ul li a {
    font-size: 18px;
  }
}
/*
= GRID SYSTEM
------------------------------------------------------------------------------------- */
/*
= GENERAL PAGE STYLES
------------------------------------------------------------------------------------- */
.static-page-outer .static-page-entry {
  padding-top: 0;
}
.static-page-outer .static-page-entry p, .static-page-outer .static-page-entry ul li, .static-page-outer .static-page-entry ol li, .static-page-outer .static-page-entry h2, .static-page-outer .static-page-entry h3, .static-page-outer .static-page-entry h4, .static-page-outer .static-page-entry h5, .static-page-outer .static-page-entry h6 {
  color: white;
}
.static-page-outer .static-page-entry .holder {
  max-width: 83%;
  margin: 0 auto;
}
.static-page-outer .static-page-entry .hero.title-has-line .holder hgroup {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/*
= 404 Page
------------------------------------------------------------------------------------- */
body.error404 header .holder .logo {
  transform: none !important;
}
body.error404 .sidebar .scroll-indicator {
  display: none;
}
body.error404 .nav-trigger {
  transform: none !important;
}
/*
= HOME PAGE
------------------------------------------------------------------------------------- */
/*
= HERO
------------------------------------------------------------------------------------- */
.hero .holder {
  /*padding: 9vw 77px 0;*/
}
@media (max-width: 640px) {
  .hero .holder {
    padding: 120px 20px;
  }
}
.hero .holder hgroup {
  position: relative;
/*  max-width: 75%;*/
  margin-bottom: 5.55vw;
  padding-bottom: 4.166vw;
}
.hero .holder hgroup h1 {
  font-size: 5.55vw;
  line-height: 107%;
}
@media (max-width: 640px) {
  .hero .holder hgroup h1 {
    font-size: 40px;
    line-height: 107%;
    margin-bottom: 30px;
  }
}
.hero .holder hgroup:after {
  content: "";
  direction: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 9.722vw;
  height: 1px;
  background: #000000;
}
@media (max-width: 640px) {
  .hero .holder hgroup:after {
    width: 60px;
  }
}
@media (max-width: 640px) {
  .hero .holder hgroup {
    max-width: none;
  }
}
.hero .holder article {
  position: relative;
  width: 25%;
  margin-left: 25%;
  padding-left: 25%;
  margin-bottom: 5.55vw;
}
.hero .holder article:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 9.722vw;
  height: 1px;
  background: #ffffff;
}
@media (max-width: 640px) {
  .hero .holder article:before {
    width: 60px;
    top: 10px;
  }
}
@media (max-width: 640px) {
  .hero .holder article {
    width: 60%;
    margin-left: 0px;
    padding-left: 40%;
  }
}
.hero .holder .img-holder {
  position: relative;
}
.hero .holder .img-holder .lines {
  z-index: 2;
  left: 0px;
  right: 0px;
}
@media (max-width: 1024px) {
  .hero .holder .img-holder .lines {
    left: 20px;
    right: 20px;
  }
}
.hero .holder .img-holder .lines span {
  background-color: rgba(255, 255, 255, 0.1);
}
.hero .holder .img-holder .img {
  height: 100vh;
}
@media (max-width: 1024px) {
  .hero .holder .img-holder .img {
    height: 500px;
  }
}
@media (max-width: 640px) {
  .hero .holder .img-holder .img {
    height: 450px;
  }
}
@media (max-width: 640px) {
  .hero .holder .img-holder .img span {
    width: 100%;
    background-position: 50% bottom;
  }
}
@media (max-width: 1024px) {
  .hero .holder .img-holder {
    margin: 50px -20px -120px -20px;
  }
}
.hero:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 16.388vw;
  /*  background: #141213;*/
}
.hero.v2 .holder hgroup {
  margin-bottom: 5.9722vw;
  padding-bottom: 0px;
}
.hero.v2 .holder hgroup:after {
  display: none;
}
@media (max-width: 640px) {
  .hero.v2 .holder hgroup {
    margin-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .hero.v2 .holder .img-holder .img {
    height: 262px;
  }
  .hero.v2 .holder .img-holder .img span {
    background-position: center bottom;
  }
}
.hero.v2:before {
  content: "";
  display: block;
  position: absolute;
  left: 62px;
  bottom: 0px;
  width: 100%;
  height: 24.0277vw;
  background: #ffffff;
}
@media (max-width: 640px) {
  .hero.v2:before {
    left: 0;
  }
}
@media (max-width: 640px) {
  .hero.v2 + section {
    padding-top: 50px;
  }
}
.hero.with-small-right-img::before {
  background-color: #000;
}
.hero.with-small-right-img .holder article {
  margin-left: 0%;
}
.hero.with-small-right-img .holder .img-holder.small-right-img {
  top: -18.75vw;
  margin-left: 75%;
}
@media (max-width: 640px) {
  .hero.with-small-right-img .holder .img-holder.small-right-img {
    top: 0;
    margin-left: 40%;
  }
}
.hero.with-small-right-img .holder .img-holder.small-right-img .img {
  height: 17.0138vw;
  width: 23.4444vw;
}
@media (max-width: 640px) {
  .hero.with-small-right-img .holder .img-holder.small-right-img .img {
    height: 123px;
    width: 175px;
    margin-bottom: 50px;
  }
}
.hero.entry::before {
  left: 0;
}
.hero.entry hgroup {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  padding-right: 9.85915vw;
}
.hero.entry hgroup h1 {
  max-width: 64.44vw;
}
@media (max-width: 640px) {
  .hero.entry hgroup h1 {
    max-width: none;
  }
}
@media (max-width: 640px) {
  .hero.entry hgroup {
    flex-direction: column;
    margin-bottom: 30px !important;
    padding-bottom: 30px !important;
  }
}
.hero.entry .post-category {
  position: absolute;
  padding-top: 50px;
  right: 1%;
  font-weight: bold;
  max-width: 250px;
}
@media (max-width: 640px) {
  .hero.entry .post-category {
    position: relative;
    padding-top: 0;
  }
}
.hero.shorter-img .holder .img-holder {
  margin-right: 25%;
}
@media (max-width: 640px) {
  .hero.shorter-img .holder .img-holder {
    margin-right: 22%;
  }
}
.hero.shorter-img .holder .img-holder .lines span:nth-child(2) {
  left: 33.33%;
}
.hero.shorter-img .holder .img-holder .lines span:nth-child(3) {
  left: 66.66%;
}
.hero.shorter-img .holder .img-holder .lines span:nth-child(4) {
  left: 100%;
}
.hero.shorter-img .holder .img-holder .lines span:nth-child(5) {
  display: none;
}
.hero.shorter-img + section {
  padding-top: 130px;
}
.hero.title-has-line .holder hgroup {
  margin-bottom: 4.166vw;
  padding-bottom: 4.166vw;
}
.hero.title-has-line .holder hgroup:after {
  content: "";
  direction: block;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 9.722vw;
  height: 1px;
  background: #FFF;
}
@media (max-width: 640px) {
  .hero.title-has-line .holder hgroup:after {
    width: 60px;
  }
}
@media (max-width: 640px) {
  .hero.title-has-line .holder hgroup {
    margin-bottom: 0;
  }
}
.hero.title-has-line .holder article::before {
  display: none;
}
.hero.light {
  background: #ffffff;
  /*  margin-bottom: 100px*/
  padding-bottom: 100px;
}
.hero.light .holder hgroup h1 {
  color: #000000;
}
.hero.light:after {
  /*content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 90px;
    background: #000000;*/
}
@media (max-width: 1024px) {
  .hero.light:after {
    width: auto;
  }
}
@media (max-width: 640px) {
  .hero.strategies .holder {
    padding: 120px 20px 50px 20px !important;
  }
}
.hero + section {
  padding-top: 4.93055vw;
}
.hero + section.three-columns .decoration span {
  top: 19.722vw;
}
@media (max-width: 640px) {
  .hero + section {
    padding-top: 130px;
  }
}
.hero.not-found .holder {
  padding: 13.33vw 124px 25vw;
}
@media (max-width: 640px) {
  .hero.not-found .holder {
    padding: 120px 20px;
  }
}
.hero.not-found .holder hgroup:after {
  display: none;
}
.hero.not-found .holder hgroup h1 {
  margin-bottom: 100px;
}
.hero.not-found .holder hgroup p {
  color: #000000;
}
.hero.not-found .holder hgroup p .btn {
  color: #000000;
}
.hero.not-found .holder hgroup p .btn:before, .hero.not-found .holder hgroup p .btn:after {
  background: #000000;
}
.tablet.portrait .hero .holder {
  padding: 160px 20px;
}
.tablet.portrait .hero .holder hgroup {
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.tablet.portrait .hero .holder hgroup::after {
  width: 120px;
}
.tablet.portrait .hero .holder hgroup h1 {
  font-size: 60px;
}
.tablet.portrait .hero.v2::before {
  left: 0;
}
.tablet.portrait .hero.v2 article {
  width: 35%;
  margin-bottom: 120px;
}
.tablet.portrait .hero.strategies .holder {
  padding: 150px 0 20px 20px;
}
.tablet.cape .hero.v2::before {
  left: 62px;
  width: calc(100% - 62px);
}
@media screen and (min-width: 1920px) {
  .hero .holder {
    padding: 190px 124px 0;
  }
  .hero .holder hgroup {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .hero .holder hgroup::after {
    width: 140px;
  }
  .hero .holder hgroup h1 {
    font-size: 100px;
  }
  .hero .holder .img-holder .img {
    height: 800px;
  }
  .hero .holder article {
    margin-bottom: 100px;
  }
  .hero .holder article::before {
    width: 160px;
  }
  .hero.v2 .holder hgroup {
    margin-bottom: 80px !important;
  }
  .hero.v2::before {
    width: 1858px;
  }
  .hero.title-has-line .holder hgroup {
    padding-bottom: 80px;
    margin-bottom: 0;
  }
  .hero.title-has-line .holder hgroup::after {
    width: 160px;
  }
  .hero.with-small-right-img .holder article {
    margin-bottom: -100px;
  }
  .hero.with-small-right-img .holder .img-holder.small-right-img {
    top: -250px;
  }
  .hero + section {
    padding-top: 300px;
  }
}
/*
= THREE COLUMNS
------------------------------------------------------------------------------------- */
.three-columns {
  padding: 6vw 124px;
}
@media (max-width: 640px) {
  .three-columns {
    padding: 0 20px;
  }
}
.three-columns .decoration span {
  right: 124px;
  top: 0px;
}
@media (max-width: 640px) {
  .three-columns .decoration span {
    right: 20px;
    height: 40px;
  }
}
.three-columns .holder {
  position: relative;
  min-height: 46.8055vw;
}
.three-columns .holder:before, .three-columns .holder:after {
  content: "";
  display: table;
}
.three-columns .holder:after {
  clear: both;
}
.three-columns .holder hgroup {
  float: left;
  position: relative;
  z-index: 2;
  width: 40.5%;
  /*padding-bottom: 6.25vw; */
}
@media (max-width: 640px) {
  .three-columns .holder hgroup {
    padding-bottom: 50px;
    width: 40.5%;
  }
}
.three-columns .holder hgroup h5 {
  margin-bottom: 1.73611vw;
}
.three-columns .holder hgroup h5:last-child {
  margin-bottom: 0px;
}
@media (max-width: 640px) {
  .three-columns .holder hgroup h5 {
    margin-bottom: 12px;
  }
}
.three-columns .holder hgroup:after {
  content: "";
  direction: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 9.722vw;
  height: 1px;
  /*  background: #000;*/
}
@media (max-width: 1024px) {
  .three-columns .holder hgroup:after {
    width: 120px;
    background-color: #fff;
  }
}
@media (max-width: 640px) {
  .three-columns .holder hgroup:after {
    width: 60px;
    background-color: #fff;
  }
}
@media (max-width: 640px) {
  .three-columns .holder hgroup {
    width: 80%;
  }
}
.three-columns .holder article {
  float: right;
  clear: both;
  position: relative;
  z-index: 2;
  padding-left: 75%;
}
.three-columns .holder article:after {
  content: "";
  direction: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 9.722vw;
  height: 1px;
  background: #ffffff;
}
@media (max-width: 640px) {
  .three-columns .holder article:after {
    display: none;
  }
}
@media (max-width: 640px) {
  .three-columns .holder article {
    padding-left: 35%;
    padding-top: 0;
  }
}
.three-columns .holder .img-holder {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: -1;
  margin-left: -15.4165vw;
  width: 30.833vw;
  height: 46.8055vw;
}
.three-columns .holder .img-holder .img {
  position: relative;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 110%;
}
@media (max-width: 640px) {
  .three-columns .holder .img-holder {
    width: 249px;
    height: 378px;
    position: relative;
    left: 105px;
    top: -100px;
    margin-left: -20px;
  }
}
.three-columns .holder .img-caption {
  position: absolute;
  bottom: 120px;
  right: 50%;
  margin-right: -30px;
  font-size: 0.9027vw;
  opacity: 0.66;
}
.three-columns.strategies hgroup::after {
  display: none;
}
@media (max-width: 1024px) {
  .three-columns.strategies hgroup::after {
    display: block;
  }
}
@media (max-width: 1024px) {
  .three-columns.strategies {
    padding: 100px 20px;
  }
}
.three-columns.v2 .decoration span {
  right: auto;
  left: 124px;
}
@media (max-width: 640px) {
  .three-columns.v2 .decoration span {
    left: 20px;
  }
}
.three-columns.v2 .holder {
  min-height: 62.22vw;
}
.three-columns.v2 .holder hgroup {
  float: right;
  width: 50%;
  padding-right: 8.944vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .three-columns.v2 .holder hgroup {
    padding-right: 6.944vw;
  }
}
@media (max-width: 640px) {
  .three-columns.v2 .holder hgroup {
    width: 75%;
  }
}
.three-columns.v2 .holder article {
  width: 50%;
  padding-left: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .three-columns.v2 .holder article {
    width: 100%;
    margin-top: 110px;
    padding-top: 0;
    padding-left: 25%;
  }
}
.three-columns.v2 .holder .img-holder {
  position: absolute;
  left: 0px; /* 0px; */
  top: 13.88vw;
  margin-left: 0px;
}
.three-columns.v2 .holder .img-holder .img {
  width: 25.8055vw;
  height: 48.33vw;
}
@media (max-width: 640px) {
  .three-columns.v2 .holder .img-holder {
    position: relative;
    top: 50px;
    width: 211px;
    height: 368px;
  }
}
.three-columns.v2.left-side-img {
  padding-bottom: 0;
}
@media (max-width: 640px) {
  .three-columns.v2.left-side-img {
    padding: 90px 20px;
  }
}
.three-columns.v2.left-side-img hgroup:after {
  background-color: #000;
}
.three-columns.v2.left-side-img::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 62px;
  background: #000000;
}
@media (max-width: 640px) {
  .three-columns.v2.left-side-img::before {
    width: 0;
  }
}
.three-columns.v2.left-side-img h3, .three-columns.v2.left-side-img h5, .three-columns.v2.left-side-img p, .three-columns.v2.left-side-img a {
  color: #000;
}
.three-columns.v2.left-side-img .holder article::after {
  background: #000;
}
@media (max-width: 640px) {
  .three-columns.v2.left-side-img .holder article::after {
    top: -490px;
    left: 17%;
  }
}
.three-columns.v2.left-side-img .btn::before {
  background: #000;
}
.three-columns.v2.left-side-img .btn::after {
  background: #000;
}
.three-columns.v2.left-side-img .img-holder {
  height: 54vw; /* 54.0277vw; */
  width: 37vw; /* 28.1944vw; */
  top: 0;
}
@media (max-width: 640px) {
  .three-columns.v2.left-side-img .img-holder {
    width: 211px;
    height: 368px;
    top: 50px;
  }
}
.three-columns.v2.left-side-img .img-holder .img {
  height: 69vw; /* 54.0277vw; */
  width: 40vw; /* 28.1944vw; */
}
@media (max-width: 640px) {
  .three-columns.v2.left-side-img .img-holder .img {
    width: 211px;
    height: 368px;
  }
}
.three-columns.v2.left-side-img .img-holder .img span {
  background-size: contain;
}
@media (max-width: 640px) {
  .three-columns.v2.left-side-img .img-holder .img span {
    background-size: cover;
  }
}
.three-columns.v2.flipped {
  padding-top: 8vw;
}
@media (max-width: 640px) {
  .three-columns.v2.flipped {
    padding-top: 130px;
  }
}
.three-columns.v2.flipped .holder hgroup {
  float: left;
}
@media (max-width: 640px) {
  .three-columns.v2.flipped .holder hgroup {
    float: right;
  }
}
.three-columns.v2.flipped .holder .img-holder {
  right: 0;
  left: auto;
}
.three-columns.v2.flipped .holder article {
  float: left;
  width: 45%;
}
@media (max-width: 1024px) {
  .three-columns.v2.flipped .holder article {
    float: right;
  }
}
@media (max-width: 640px) {
  .three-columns.v2.flipped .holder article {
    width: 90%;
  }
}
.three-columns.more-spacing {
  padding-top: 200px;
}
@media (max-width: 640px) {
  .three-columns.more-spacing {
    padding-top: 100px;
  }
}
.tablet.portrait .three-columns {
  padding: 200px 20px 0 20px;
}
.tablet.portrait .three-columns .decoration span {
  right: 20px;
  height: 60px;
}
.tablet.portrait .three-columns .holder hgroup {
  width: 60.5%;
  padding-bottom: 90px;
}
.tablet.portrait .three-columns .holder article {
  padding-left: 55%;
  padding-right: 40px;
  padding-top: 450px;
}
.tablet.portrait .three-columns .holder article::after {
  display: none;
}
.tablet.portrait .three-columns .holder .img-holder {
  width: 369px;
  height: 545px;
  top: 150px;
  left: 41%;
}
.tablet.portrait .three-columns.v2 .decoration span {
  left: 20px;
  height: 60px;
}
.tablet.portrait .three-columns.v2 .holder {
  min-height: 900px;
}
.tablet.portrait .three-columns.v2 .holder hgroup {
  width: 75%;
  padding-right: 25%;
}
.tablet.portrait .three-columns.v2 .holder .img-holder {
  left: 0%;
  top: 350px;
}
.tablet.portrait .three-columns.v2 .holder .img-holder .img {
  width: 369px;
  /*  height: 545px;*/
}
.tablet.portrait .three-columns.v2 .holder article {
  padding-left: 15%;
  padding-top: 0;
}
.tablet.portrait .three-columns.v2 .holder article:after {
  left: -50%;
}
.tablet.portrait .three-columns.v2.left-side-img .holder {
  min-height: 100vw;
}
.tablet.portrait .three-columns.v2.left-side-img .holder .img-holder .img {
  width: 369px;
  height: 545px;
}
.tablet.portrait .three-columns.v2.left-side-img::before {
  width: 0;
}
.tablet.portrait .three-columns.v2.flipped {
  padding: 200px 20px 150px 20px;
}
.tablet.portrait .three-columns.v2.flipped .holder hgroup {
  float: right;
}
.tablet.portrait .three-columns.v2.flipped .holder article {
  width: 50%;
}
.tablet.portrait .three-columns.strategies {
  padding: 150px 20px;
}
@media screen and (min-width: 1920px) {
  .three-columns .holder hgroup {
    padding-bottom: 90px;
  }
  .three-columns .holder hgroup h5 {
    margin-bottom: 30px;
  }
  .three-columns .holder article::after {
    width: 140px;
  }
  .three-columns .holder .img-holder {
    width: 594px;
    height: 930px;
  }
  .three-columns .holder .img-holder .img {
    width: 594px;
    height: 930px;
  }
  .three-columns.v2 .holder .img-holder {
    width: 594px;
    height: 930px;
  }
  .three-columns.v2 .holder .img-holder .img {
    width: 594px;
    /*    height: 930px;*/
  }
  .three-columns.left-side-img {
    margin-bottom: 200px;
  }
  .three-columns.left-side-img .holder {
    min-height: 950px;
  }
  .three-columns.left-side-img .holder .img-holder {
    width: 594px;
    height: 930px;
  }
}
/*
= FOUR COLUMNS
------------------------------------------------------------------------------------- */
.four-columns {
  padding: 6vw 124px;
}
@media (max-width: 1366px) {
  .four-columns {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .four-columns {
    padding: 130px 0px;
  }
}
.four-columns .decoration span {
  left: 124px;
  top: 0px;
}
@media (max-width: 1024px) {
  .four-columns .decoration span {
    left: 20px;
    height: 60px;
  }
}
@media (max-width: 640px) {
  .four-columns .decoration span {
    left: 20px;
    height: 40px;
  }
}
.four-columns .holder {
  position: relative;
}
@media (max-width: 1024px) {
  /*
  .four-columns .holder {
    overflow-x: auto;
  }
*/
}
.four-columns .holder:before, .four-columns .holder:after {
  content: "";
  display: table;
}
.four-columns .holder:after {
  clear: both;
}
.four-columns .holder ul:before, .four-columns .holder ul:after {
  content: "";
  display: table;
}
.four-columns .holder ul:after {
  clear: both;
}
@media (max-width: 640px) {
  .four-columns .holder ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: 20px;
  }
}
.four-columns .holder ul li {
  float: left;
  /*overflow: hidden;*/
  width: calc(50% - 24px);
  margin-right: 24px;
  /*-webkit-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
      -moz-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
      -ms-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
      -o-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
      transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);*/
  -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .four-columns .holder ul li {
    width: 280px;
    flex: 0 0 auto;
  }
  .four-columns .holder ul li:last-child {
    margin-right: 0;
  }
}
.four-columns .holder ul li > div {
  -webkit-transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.four-columns .holder ul li div {
  display: block;
  position: relative;
  height: 400px;
}
.four-columns .holder ul li img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .four-columns .holder ul li div {
    height: 612px;
  }
}
.four-columns .holder ul li div .img-holder {
  position: absolute;
  left: 0%;
  width: 100%;
  height: 100%;
}
.four-columns .holder ul li div .img-holder .img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1024px) {
  .four-columns .holder ul li div .img-holder .img {
    filter: grayscale(0);
  }
}
.four-columns .holder ul li div h4 {
  position: absolute;
  bottom: 3.4722vw;
  left: 2.0833vw;
  z-index: 2;
  max-width: calc(100% - 2 * 2.0833vw);
  padding-bottom: 1.388vw;
  font-size: 40px;
  line-height: 120%;
  color: #000;
}
@media (max-width: 2200px) {
  .four-columns .holder ul li div h4 {
    font-size: 2.0833vw;
  }
}
@media (max-width: 1024px) {
  .four-columns .holder ul li div h4 {
    font-size: 24px;
    max-width: calc(100% - 2 * 3.0833vw);
    margin-bottom: 40px;
    margin-left: 0px;
  }
}
.four-columns .holder ul li div h4 span {
  overflow: hidden;
}
.four-columns .holder ul li div h4 span em {
  display: block;
  font-style: normal;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1024px) {
  .four-columns .holder ul li div h4 span em {
    -webkit-transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(1, 1);
    -moz-transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(1, 1);
    -ms-transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(1, 1);
    -o-transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(1, 1);
    transform: translateX(0px) translateY(0) translateZ(0px) rotate(0deg) scale(1, 1);
  }
}
.four-columns .holder ul li div h4:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1024px) {
  .four-columns .holder ul li div h4:after {
    bottom: -18px;
  }
}
.four-columns .holder ul li div:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.12%, #F8F8F8 150%);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1024px) {
  .four-columns .holder ul li div:after {
    opacity: 1;
  }
}
.four-columns .holder ul li:last-child {
  margin-right: 0;
}
.four-columns .holder ul li:nth-child(2) {
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.four-columns .holder ul li:nth-child(2) > div {
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.four-columns .holder ul li:nth-child(3) {
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.four-columns .holder ul li:nth-child(3) > div {
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}
.four-columns .holder ul li:nth-child(4) {
  -moz-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.four-columns .holder ul li:nth-child(4) > div {
  -moz-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}
.four-columns .holder.in-view ul li {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.four-columns .holder.in-view ul li > div {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
@media (max-width: 960px) {
  .four-columns + .three-columns.v2 {
    padding-top: 100px;
  }
}
@media (max-width: 640px) {
  .four-columns + .three-columns.v2 {
    padding-top: 0;
  }
}
.tablet.portrait .four-columns .holder ul {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-left: 20px;
}
.tablet.cape .four-columns .holder ul {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-left: 20px;
}
.mobile .four-columns .holder {
  overflow: hidden;
}
.mobile .four-columns .holder ul {
  overflow: hidden;
  width: 1192px;
}
@media screen and (min-width: 1920px) {
  .four-columns .holder ul li a {
    height: 830px;
  }
  .four-columns .holder ul li a h4 {
    font-size: 45px;
  }
}
/*
= FULL WIDTH IMAGE
------------------------------------------------------------------------------------- */
.full-width-image {
  padding: 8vw 124px;
}
@media (max-width: 1024px) {
  .full-width-image {
    padding: 290px 0;
  }
}
@media (max-width: 640px) {
  .full-width-image {
    padding: 135px 0px;
  }
}
.full-width-image .decoration span {
  left: 124px;
  top: 0px;
}
@media (max-width: 1024px) {
  .full-width-image .decoration span {
    display: none;
  }
}
.full-width-image .holder .img-holder {
  position: relative;
  z-index: -1;
}
.full-width-image .holder .img-holder .img {
  height: 29.65277vw;
}
@media (max-width: 1024px) {
  .full-width-image .holder .img-holder .img {
    height: 378px;
  }
}
@media (max-width: 960px) {
  .full-width-image .holder .img-holder .img {
    height: 318px;
  }
}
@media (max-width: 640px) {
  .full-width-image .holder .img-holder .img {
    height: 220px;
  }
}
@media screen and (min-width: 1920px) {
  .full-width-image .decoration span {
    top: 220px;
  }
  .full-width-image .holder .img-holder .img {
    height: 598px;
  }
}
/*
= WITH BOX
------------------------------------------------------------------------------------- */
.with-box {
  padding: 0 124px;
}
@media (max-width: 1024px) {
  .with-box {
    padding: 0px 20px;
  }
}
.with-box .decoration span {
  right: 124px;
  top: 0px;
}
@media (max-width: 640px) {
  .with-box .decoration span {
    right: 20px;
    height: 40px;
    top: -60px;
  }
}
.with-box .holder {
  position: relative;
}
.with-box .holder:before, .with-box .holder:after {
  content: "";
  display: table;
}
.with-box .holder:after {
  clear: both;
}
.with-box .holder hgroup {
  position: relative;
  padding-left: 25%;
  padding-right: 34%;
  padding-bottom: 6.25vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .with-box .holder hgroup {
    padding-right: 5%;
    padding-left: 25%;
    padding-bottom: 60px;
  }
}
.with-box .holder hgroup h5 {
  margin-bottom: 1.73611vw;
}
.with-box .holder hgroup h5:last-child {
  margin-bottom: 0px;
}
@media (max-width: 640px) {
  .with-box .holder hgroup h5 {
    margin-bottom: 10px;
  }
}
.with-box .holder .img-holder {
  float: right;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 34.51388vw;
  margin-top: 5.20833vw;
  /*&:after {
					content: "";
					display: block; position: absolute; left: 0px; top: 0px;
					width: 5.20833vw; height: 1px;
					background: $color-light;
				}*/
}
.with-box .holder .img-holder .img {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 75%;
  height: 110%;
}
@media (max-width: 640px) {
  .with-box .holder .img-holder .img {
    width: 100%;
  }
}
.with-box .holder .img-holder .lines {
  left: 25%;
  right: 0px;
}
.with-box .holder .img-holder .lines span:first-child {
  left: 33.33%;
}
.with-box .holder .img-holder .lines span:nth-child(2) {
  left: 66.66%;
}
@media (max-width: 640px) {
  .with-box .holder .img-holder {
    height: 215px;
    width: 100%;
    right: -20px;
    float: left;
  }
}
.with-box .holder .box-holder {
  clear: both;
  position: relative;
}
@media (max-width: 1024px) {
  .with-box .holder .box-holder {
    margin-right: -20px;
    margin-left: -20px;
  }
}
@media (max-width: 640px) {
  .with-box .holder .box-holder {
    padding-top: 50px;
  }
}
.with-box .holder .box-holder .box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: block;
  height: calc(100% + 22.22vw);
  background: #ffffff;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}
.with-box .holder .box-holder .box .lines {
  left: 0px;
  right: 0px;
}
.with-box .holder .box-holder .box .lines span {
  background: rgba(0, 0, 0, 0.1);
}
.with-box .holder .box-holder article {
  position: relative;
  width: 50%;
  margin-left: 25%;
  padding-left: 25%;
  padding-bottom: 8.33vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #808186;
}
.with-box .holder .box-holder article .btn {
  color: #000000;
}
.with-box .holder .box-holder article .btn:before, .with-box .holder .box-holder article .btn:after {
  background: #000000;
}
.with-box .holder .box-holder article:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 1.125vw;
  width: 9.722vw;
  height: 1px;
  background: #000000;
}
@media (max-width: 640px) {
  .with-box .holder .box-holder article:before {
    width: 60px;
    left: -80px;
    top: 15px;
  }
}
.with-box .holder .box-holder article:after {
  background: #000000;
}
@media (max-width: 640px) {
  .with-box .holder .box-holder article {
    padding-left: 0%;
    margin-left: 25%;
    padding-bottom: 80px;
  }
}
.with-box.v2 {
  padding-bottom: 0px;
}
@media (max-width: 640px) {
  .with-box.v2 {
    padding-top: 100px;
  }
}
.with-box.v2 .decoration {
  display: none;
}
.with-box.v2 .holder {
  padding-top: 40.06944vw;
  padding-bottom: 8.33vw;
}
@media (max-width: 640px) {
  .with-box.v2 .holder {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
.with-box.v2 .holder hgroup {
  position: relative;
  z-index: 2;
  max-width: 30.33vw;
  padding: 0px;
  margin-bottom: 2.77vw;
  color: #000000;
}
.with-box.v2 .holder hgroup:after {
  display: none;
}
@media (max-width: 640px) {
  .with-box.v2 .holder hgroup {
    max-width: 250px;
    margin-top: 100px;
  }
}
.with-box.v2 .holder .img-holder {
  position: absolute;
  left: 0px;
  top: 0px;
  float: none;
  width: 100%;
}
@media (max-width: 640px) {
  .with-box.v2 .holder .img-holder {
    width: 100%;
    /*    margin-left: -20px;*/
  }
}
.with-box.v2 .holder .img-holder .img {
  width: 100%;
}
.with-box.v2 .holder .img-holder .lines {
  left: 0px;
}
.with-box.v2 .holder .img-holder:after {
  display: none;
}
.with-box.v2 .holder .box-holder {
  position: initial;
}
.with-box.v2 .holder .box-holder .box {
  left: -124px;
  top: 15.9722vw;
  height: auto;
}
.with-box.v2 .holder .box-holder .box .lines {
  left: 124px;
  right: 0px;
}
.with-box.v2 .holder .box-holder article {
  margin-left: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}
.with-box.v2 .holder .box-holder article p {
  width: 50%;
}
@media (max-width: 640px) {
  .with-box.v2 .holder .box-holder article p {
    width: 100%;
/*    margin-left: 20px;*/
  }
}
.with-box.v2 .holder .box-holder article p:last-of-type {
  margin-bottom: 0px;
}
.with-box.v2 .holder .box-holder article .btn {
  position: absolute;
  left: 100%;
  top: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
}
@media (max-width: 640px) {
  .with-box.v2 .holder .box-holder article .btn {
    position: relative;
    bottom: -30px;
    left: 20px;
  }
}
.with-box.v2 .holder .box-holder article .btn:before {
  background-color: #000000;
}
.with-box.v2 .holder .box-holder article:before {
  display: none;
}
.with-box.v3 {
  padding-bottom: 0px;
  background-color: #000000;
}
.with-box.v3 .decoration {
  display: none;
}
.with-box.v3 .holder {
  padding-top: 40.06944vw;
  padding-bottom: 8.33vw;
}
@media (max-width: 640px) {
  .with-box.v3 .holder {
    padding-top: 220px;
  }
}
.with-box.v3 .holder hgroup {
  position: relative;
  z-index: 2;
  max-width: 30.33vw;
  padding: 0px;
  margin-bottom: 2.77vw;
  margin-left: 25%;
  color: #000000;
}
.with-box.v3 .holder hgroup:after {
  display: none;
}
@media (max-width: 640px) {
  .with-box.v3 .holder hgroup {
    max-width: 200px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.with-box.v3 .holder .img-holder {
  position: absolute;
  right: 0;
  top: 0px;
  float: none;
  width: 75%;
}
@media (max-width: 640px) {
  .with-box.v3 .holder .img-holder {
    top: -40px;
    width: 105%;
    left: 0;
  }
}
.with-box.v3 .holder .img-holder .img {
  width: 100%;
}
.with-box.v3 .holder .img-holder .lines {
  left: 0px;
}
.with-box.v3 .holder .img-holder:after {
  display: none;
}
.with-box.v3 .holder .box-holder {
  position: initial;
}
.with-box.v3 .holder .box-holder .box {
  left: -62px;
  top: calc(-10.76388vw);
  z-index: -1;
  height: auto;
}
.with-box.v3 .holder .box-holder .box .lines {
  display: none;
}
.with-box.v3 .holder .box-holder article {
  margin-left: 25%;
  padding-left: 0px;
  padding-bottom: 0px;
}
@media (max-width: 640px) {
  .with-box.v3 .holder .box-holder article {
    margin-left: 0px;
  }
}
.with-box.v3 .holder .box-holder article p {
  width: 50%;
}
.with-box.v3 .holder .box-holder article p:last-of-type {
  margin-bottom: 0px;
}
@media (max-width: 640px) {
  .with-box.v3 .holder .box-holder article p:last-of-type {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .with-box.v3 .holder .box-holder article p {
    width: 100%;
  }
}
.with-box.v3 .holder .box-holder article .btn {
  position: absolute;
  left: 100%;
  top: 50%;
  white-space: nowrap;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
}
@media (max-width: 640px) {
  .with-box.v3 .holder .box-holder article .btn {
    position: relative;
    left: 0;
  }
}
.with-box.v3 .holder .box-holder article .btn:before {
  background: #000000;
}
.with-box.v3 .holder .box-holder article:before {
  display: none;
}
@media (max-width: 640px) {
  .with-box.v3 .holder .box-holder article {
    width: 55%;
  }
}
@media (max-width: 640px) {
  .with-box.v3 .holder .box-holder {
    padding-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }
}
.with-box.v3 .holder:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 5.20833vw;
  height: 1px;
  background: #000000;
}
.with-box.v3:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 124px;
  background: #ffffff;
}
.with-box.left-img .holder::before {
  right: 0;
  left: auto;
}
.with-box.left-img .holder .img-holder {
  left: 0;
}
.with-box.left-img .holder hgroup {
  margin-left: 0;
}
.with-box.left-img .holder .box-holder article {
  margin-left: 0;
}
.tablet.portrait .with-box .decoration span {
  right: 20px;
  height: 60px;
}
.tablet.portrait .with-box hgroup {
  padding-right: 25%;
  padding-bottom: 80px;
}
.tablet.portrait .with-box hgroup h5 {
  margin-bottom: 20px;
}
.tablet.portrait .with-box hgroup h3 {
  max-width: 365px;
}
.tablet.portrait .with-box .holder .img-holder {
  height: 350px;
  margin-bottom: 80px;
  right: -20px;
}
.tablet.portrait .with-box .holder .img-holder:after {
  width: 60px;
}
.tablet.portrait .with-box .holder .img-holder .img {
  width: 77%;
}
.tablet.portrait .with-box .holder .box-holder article {
  width: 50%;
}
.tablet.portrait .with-box .holder .box-holder article::before {
  width: 120px;
}
.tablet.portrait .with-box.v2 hgroup {
  max-width: 75%;
  margin-top: 100px;
  padding-bottom: 50px;
}
.tablet.portrait .with-box.v2 .box-holder article {
  margin-left: 20px;
}
.tablet.portrait .with-box.v2 .holder .img-holder .img {
  width: 100%;
}
.tablet.portrait .with-box.v3 .holder::before {
  width: 60px;
}
.tablet.portrait .with-box.v3 hgroup {
  max-width: 75%;
  margin-top: 100px;
  padding-bottom: 50px;
}
.tablet.portrait .with-box.v3 .box-holder article {
  margin-left: 26%;
}
.tablet.portrait .with-box.v3 .box-holder .btn {
  z-index: 2;
}
.tablet.portrait .with-testimonial {
  padding: 200px 20px;
}
.tablet.portrait .with-testimonial .holder blockquote cite {
  font-size: 16px;
  overflow: inherit;
}
.tablet.portrait .with-testimonial .holder blockquote p {
  font-weight: bold;
}
.tablet.portrait .with-testimonial .holder blockquote p span {
  overflow: inherit;
}
.tablet.portrait .with-testimonial .holder blockquote p span em {
  font-style: normal;
}
.tablet.portrait .scrollable .holder {
  padding: 100px 20px;
}
.tablet.portrait .scrollable .holder article {
  width: 25%;
}
.tablet.portrait .scrollable hgroup {
  max-width: 456px;
  padding-bottom: 80px;
  margin-bottom: 90px;
}
.tablet.portrait .scrollable .list-holder {
  position: relative;
  top: -180px;
  height: auto;
}
.tablet.portrait .scrollable .list-holder .list {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  padding-left: 495px;
}
.tablet.portrait .scrollable .list-holder .list li {
  width: 274px;
  height: 353px;
  margin-right: 30px;
  flex-shrink: 0;
}
.tablet.portrait .scrollable .list-holder .btn {
  bottom: -50px;
}
.tablet.cape .scrollable .holder {
  padding: 0 20px;
}
.tablet.cape .scrollable .holder article {
  width: 35%;
}
.tablet.cape .scrollable hgroup {
  max-width: 456px;
  padding-bottom: 80px;
  margin-bottom: 60px;
}
.tablet.cape .scrollable .list-holder {
  position: relative;
  top: -180px;
  height: auto;
}
.tablet.cape .scrollable .list-holder .list {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
}
.tablet.cape .scrollable .list-holder .list li {
  width: 274px;
  height: 353px;
  margin-right: 30px;
  flex-shrink: 0;
}
.tablet.cape .scrollable .list-holder .btn {
  bottom: -50px;
}
@media screen and (min-width: 1920px) {
  .with-box .holder .img-holder {
    height: 663px;
    margin-bottom: 100px;
  }
  .with-box .holder .img-holder .img {
    height: 663px;
  }
  .with-box .holder hgroup {
    padding-bottom: 80px;
    padding-right: 44%;
  }
  .with-box .holder hgroup h5 {
    margin-bottom: 30px;
  }
  .with-box .holder .box-holder article {
    padding-bottom: 100px;
  }
  .with-box .holder .box-holder article::before {
    width: 160px;
  }
  .with-box.v2 .holder {
    padding-top: 830px;
    padding-bottom: 150px;
  }
  .with-box.v2 .holder .img-holder::after {
    width: 95px;
  }
  .with-box.v3 .holder {
    padding-top: 763px;
    padding-bottom: 150px;
  }
  .with-box.v3 .holder .box-holder .box {
    top: -100px;
  }
}
/*
= WITH TESTIMONIAL
------------------------------------------------------------------------------------- */
.with-testimonial {
  padding: 8vw 124px;
}
@media (max-width: 640px) {
  .with-testimonial {
    padding: 130px 0px;
  }
}
.with-testimonial .decoration span {
  right: 124px;
  top: 0px;
}
.with-testimonial .holder {
  position: relative;
}
.with-testimonial .holder:before, .with-testimonial .holder:after {
  content: "";
  display: table;
}
.with-testimonial .holder:after {
  clear: both;
}
.with-testimonial .holder blockquote {
  text-align: center;
}
.with-testimonial .holder blockquote p {
  margin-bottom: 5.55vw;
  padding: 0 5.20833vw;
  font-family: 'Playfair Display', serif;
  font-size: 5.55vw;
  line-height: 120%;
}
@media (max-width: 640px) {
  .with-testimonial .holder blockquote p {
    font-size: 40px;
    line-height: 42.8px;
    margin-bottom: 40px;
  }
}
.with-testimonial .holder blockquote p span {
  overflow: hidden;
}
@media (max-width: 640px) {
  .with-testimonial .holder blockquote p span {
    overflow: visible;
  }
}
.with-testimonial .holder blockquote p span em {
  display: block;
  font-style: italic;
  -webkit-transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.with-testimonial .holder blockquote cite {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.25vw;
  line-height: 28px;
}
@media (max-width: 640px) {
  .with-testimonial .holder blockquote cite {
    overflow: visible;
    font-size: 14px;
    line-height: 25.2px;
  }
}
.with-testimonial .holder blockquote cite em {
  display: block;
  font-style: italic;
  -webkit-transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(100%) translateZ(0px) rotate(0deg) scale(1, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.with-testimonial .holder blockquote cite:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0.20833vw;
  background: #ffffff;
}
.with-testimonial .holder blockquote.in-view p span em {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.with-testimonial .holder blockquote.in-view cite em {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
/*
= SCROLLABLE
------------------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .scrollable {
    overflow-x: auto;
  }
}
.scrollable .holder {
  position: relative;
  min-height: 37.5vw;
  padding: 10.76388vw 124px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .scrollable .holder {
    overflow-x: auto;
  }
}
@media (max-width: 640px) {
  .scrollable .holder {
    padding: 10.76388vw 0;
  }
}
.scrollable .holder hgroup {
  position: relative;
  z-index: 2;
  max-width: 33.33vw;
  padding-bottom: 4.166vw;
  margin-bottom: 4.166vw;
}
@media (max-width: 640px) {
  .scrollable .holder hgroup {
    max-width: 250px;
    margin-left: 20px;
  }
}
.scrollable .holder hgroup h5 {
  margin-bottom: 1.73611vw;
}
@media (max-width: 640px) {
  .scrollable .holder hgroup h5 {
    margin-bottom: 20px;
  }
}
.scrollable .holder hgroup:after {
  content: "";
  direction: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 9.722vw;
  height: 1px;
  background: #ffffff;
}
@media (max-width: 640px) {
  .scrollable .holder hgroup:after {
    width: 60px;
    bottom: -30px;
  }
}
.scrollable .holder hgroup:last-child {
  margin-bottom: 0px;
}
.scrollable .holder article {
  position: relative;
  z-index: 2;
  width: 25%;
}
@media (max-width: 640px) {
  .scrollable .holder article {
    width: 55%;
    margin-left: 45%;
  }
}
.scrollable .holder .list-holder {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 10.76388vw;
  height: 37.5vw;
  padding-left: 50vw;
  padding-bottom: 7.75vw;
}
@media (max-width: 1024px) {
  .scrollable .holder .list-holder {
    padding-left: 0;
  }
}
@media (max-width: 640px) {
  .scrollable .holder .list-holder {
    position: relative;
    padding-left: 20px;
    padding-bottom: 70px;
    height: auto;
  }
}
.scrollable .holder .list-holder .list:before, .scrollable .holder .list-holder .list:after {
  content: "";
  display: table;
}
.scrollable .holder .list-holder .list:after {
  clear: both;
}
@media (max-width: 640px) {
  .scrollable .holder .list-holder .list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.scrollable .holder .list-holder .list li {
  position: relative;
  float: left;
  margin-right: 5.55vw;
  height: 37.5vw;
  width: 29.51388vw;
}
@media (max-width: 640px) {
  .scrollable .holder .list-holder .list li {
    width: 231px;
    height: 298px;
    margin-right: 20px;
    flex-shrink: 0;
  }
}
.scrollable .holder .list-holder .list li a {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.scrollable .holder .list-holder .list li:last-child {
  margin-right: 0px;
}
.scrollable .holder .list-holder .btn {
  position: absolute;
  left: 50vw;
  bottom: 0px;
  white-space: nowrap;
}
@media screen and (min-width: 1920px) {
  .scrollable .holder {
    padding: 300px 124px 0 124px;
  }
  .scrollable .holder hgroup {
    padding-bottom: 80px;
    margin-bottom: 80px;
    max-width: 640px;
  }
  .scrollable .holder hgroup h5 {
    margin-bottom: 30px;
  }
  .scrollable .holder hgroup::after {
    width: 160px;
  }
  .scrollable .holder .list-holder .btn {
    bottom: 250px;
  }
  .scrollable .holder .list-holder .list li {
    height: 716px;
    width: 564px;
    margin-right: 100px;
  }
}
/*
= TEAM
------------------------------------------------------------------------------------- */
.popup-holder {
  position: relative;
  z-index: 9998;
  width: 100%;
  height: 100vh;
}
.popup-holder .popup {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 640px) {
  .popup-holder .popup .lines {
    position: fixed;
  }
}
.popup-holder .popup .holder {
  position: absolute;
  left: 124px;
  right: 124px;
  top: 0px;
  bottom: 0px;
  color: #000000;
}
@media (max-width: 640px) {
  .popup-holder .popup .holder {
    overflow-y: auto;
    left: 0px;
    right: 0px;
    padding: 35px 20px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.popup-holder .popup .holder .floating-btns {
  position: absolute;
  right: -30px;
  top: 50%;
  z-index: 100;
}
@media (max-width: 640px) {
  .popup-holder .popup .holder .floating-btns {
    right: 20px;
  }
}
.popup-holder .popup .holder .floating-btns a {
  display: block;
  position: relative;
  padding: 7px 30px 7px 7px;
  cursor: pointer;
  font-size: 1.1111vw;
  color: #000;
  font-weight: bold;
  text-align: right;
  transition: all 300ms ease-in;
}
@media (max-width: 640px) {
  .popup-holder .popup .holder .floating-btns a {
    font-size: 16px;
    padding: 7px;
  }
}
.popup-holder .popup .holder .floating-btns a:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transition: all 300ms ease-in;
  width: 20px;
  height: 1px;
  background-color: #92B2BF;
  opacity: 0;
  transform: translateX(-10px);
}
.popup-holder .popup .holder .floating-btns a:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transition: all 300ms ease-in;
  width: 20px;
  height: 1px;
  background-color: #92B2BF;
  opacity: 0;
  transform: translateX(-10px);
}
.popup-holder .popup .holder .floating-btns a:hover {
  transform: translateX(-30px);
}
.popup-holder .popup .holder .floating-btns a:hover::after {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 640px) {
  .popup-holder .popup .holder .floating-btns {
    right: 13px;
    top: calc(242px + 35px);
  }
}
.popup-holder .popup .holder .close-popup-btn {
  position: absolute;
  right: 0px;
  top: calc(2.0833vw + 60px);
  z-index: 3;
  display: block;
  width: 15px;
  height: 15px;

  background-size: 100% 100%;
}
@media (max-width: 640px) {
  .popup-holder .popup .holder .close-popup-btn {
    top: 35px;
    right: 20px;
  }
}
.popup-holder .popup .holder aside {
  position: absolute;
  left: 0%;
  top: 60px;
  z-index: 2;
  width: 25%;
}
@media (max-width: 640px) {
  .popup-holder .popup .holder aside {
    position: static;
    top: auto;
    width: 100%;
  }
}
.popup-holder .popup .holder aside h3 {
  display: none;
  margin-right: -50%;
  margin-bottom: 5.55vw;
}
@media (max-width: 640px) {
  .popup-holder .popup .holder aside h3 {
    margin-right: 20%;
    margin-bottom: 50px;
  }
}
.popup-holder .popup .holder aside img {
  display: block;
  width: 100%;
  margin-bottom: 2.5vw;
}
@media (max-width: 640px) {
  .popup-holder .popup .holder aside img {
    max-width: 172px;
    max-height: 242px;
    margin-bottom: 35px;
  }
}
.popup-holder .popup .holder aside .title-holder {
  display: none;
}
@media (max-width: 1024px) {
  .popup-holder .popup .holder aside .title-holder {
    display: block;
  }
}
.popup-holder .popup .holder aside .title-holder h4 {
  font-size: 4.166vw;
  margin-bottom: 1.25vw;
  max-width: 150px;
}
@media (max-width: 640px) {
  .popup-holder .popup .holder aside .title-holder h4 {
    font-size: 25px;
    margin-bottom: 10px;
    max-width: 100px;
  }
}
.popup-holder .popup .holder aside .title-holder span {
  display: block;
  font-weight: 700;
  font-size: 1.3888vw;
  color: #92b2bf;
}
@media (max-width: 640px) {
  .popup-holder .popup .holder aside .title-holder span {
    font-size: 16px;
  }
}
.popup-holder .popup .holder .popup-article {
  padding: 60px 30% 5.55vw;
}
@media (max-width: 640px) {
  .popup-holder .popup .holder .popup-article {
    padding: 0;
    padding-top: 50px !important;
    padding-left: 0;
    max-width: 295px;
  }
}
.popup-holder .popup .holder .popup-article p {
  font-size: 1.18055vw;
}
@media (max-width: 1024px) {
  .popup-holder .popup .holder .popup-article p {
    font-size: 14px;
  }
}
.popup-holder .popup .holder .popup-article h2 {
  font-family: "Inter", sans-serif !important;
  font-size: 1.25vw;
  margin-bottom: 1.04166vw;
}
@media (max-width: 640px) {
  .popup-holder .popup .holder .popup-article h2 {
    font-size: 20px;
  }
}
.popup-holder .popup .holder .popup-article blockquote {
  margin-bottom: 2.25vw;
}
.popup-holder .popup .holder .popup-article blockquote p {
  font-size: 1.25vw;
  opacity: 1;
  font-weight: 700;
  font-style: italic;
}
.popup-holder .popup .holder .popup-article blockquote p:before {
  content: "\201c";
}
.popup-holder .popup .holder .popup-article blockquote p:after {
  content: "\201d";
}
.popup-holder .popup .holder .popup-article blockquote:last-child {
  margin-bottom: 0px;
}
.popup-holder .popup .holder .popup-article .title-holder {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .popup-holder .popup .holder .popup-article .title-holder {
    display: none;
  }
}
.popup-holder .popup .holder .popup-article .title-holder h4 {
  font-size: 4.166vw;
  margin-bottom: 1.25vw;
  max-width: 20vw;
}
@media (max-width: 640px) {
  .popup-holder .popup .holder .popup-article .title-holder h4 {
    font-size: 25px;
    margin-bottom: 10px;
    max-width: 100px;
  }
}
.popup-holder .popup .holder .popup-article .title-holder span {
  display: block;
  font-weight: 700;
  font-size: 1.3888vw;
  color: #92b2bf;
  margin-top: 25px;
}
@media (max-width: 640px) {
  .popup-holder .popup .holder .popup-article .title-holder span {
    font-size: 14px;
  }
}
.popup-holder.single-team-popup .popup .holder .close-btn {
  position: absolute;
  right: 0px;
  top: calc(2.0833vw + 60px);
  z-index: 3;
  display: block;
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
}
@media (max-width: 640px) {
  .popup-holder.single-team-popup .popup .holder .close-btn {
    top: 35px;
    right: 20px;
  }
}
.tablet.portrait .popup {
  overflow-y: scroll;
}
.tablet.portrait .popup .holder {
  left: 20px;
  right: 20px;
  top: 0;
}
.tablet.portrait .popup .holder .close-popup-btn {
  right: 20px;
}
.tablet.portrait .popup .holder aside h3 {
  margin-right: -100%;
}
.tablet.portrait .popup .holder aside img {
  min-width: 245px;
  min-height: 345px;
  margin-bottom: 80px;
}
.tablet.portrait .popup .holder aside h4 {
  font-size: 40px;
}
.tablet.portrait .popup .holder aside span {
  font-size: 14px;
}
.tablet.portrait .popup .holder .popup-article {
  padding-right: 0;
  padding-top: calc(345px + 80px);
}
.tablet.portrait .popup .holder .popup-article h2 {
  font-size: 40px;
}
.tablet.portrait .popup .holder .floating-btns {
  right: 20px;
  top: 305px;
}
.tablet.portrait .popup .holder .floating-btns a {
  font-size: 16px;
}
.tablet .popup-holder .popup .holder .floating-btns a:hover, .mobile .popup-holder .popup .holder .floating-btns a:hover {
  transform: none;
}
.tablet .popup-holder .popup .holder .floating-btns a:hover::after, .mobile .popup-holder .popup .holder .floating-btns a:hover::after {
  opacity: 0;
  transform: translateX(-10px) !important;
}
@media screen and (min-width: 1920px) {
  .history-swap-box-in-popup {
    background-color: #fff;
  }
  .popup-holder {
    max-width: 1920px;
    margin: 0 auto;
  }
  .popup-holder:before {
    content: "";
    display: block;
    position: absolute;
    left: -9999px;
    top: -9999px;
    bottom: -9999px;
    right: -9999px;
    background: #ffffff;
  }
  .popup-holder .popup .holder aside h4 {
    font-size: 80px;
  }
  .popup-holder .popup .holder aside span {
    font-size: 26px;
  }
  .popup-holder .popup .holder aside img {
    width: 100%;
    height: 100%;
    margin-bottom: 80px;
  }
  .popup-holder .popup .holder .popup-article {
    margin-top: 0;
  }
  .popup-holder .popup .holder .popup-article .title-holder h4 {
    font-size: 80px;
  }
  .popup-holder .popup .holder .popup-article .title-holder span {
    font-size: 26px;
  }
}
.popups-holder, .portfolio-popups-holder {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9998;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transform: translateX(0px) translateY(100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.popups-holder .popup-holder, .popups-holder .portfolio-popup-holder, .portfolio-popups-holder .popup-holder, .portfolio-popups-holder .portfolio-popup-holder {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-100vh) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.popups-holder .popup-holder .popup, .popups-holder .popup-holder .portfolio-popup, .popups-holder .portfolio-popup-holder .popup, .popups-holder .portfolio-popup-holder .portfolio-popup, .portfolio-popups-holder .popup-holder .popup, .portfolio-popups-holder .popup-holder .portfolio-popup, .portfolio-popups-holder .portfolio-popup-holder .popup, .portfolio-popups-holder .portfolio-popup-holder .portfolio-popup {
  -moz-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.popups-holder .popup-holder.moved-left, .popups-holder .portfolio-popup-holder.moved-left, .portfolio-popups-holder .popup-holder.moved-left, .portfolio-popups-holder .portfolio-popup-holder.moved-left {
  opacity: 0;
  -webkit-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.popups-holder .popup-holder.moved-right, .popups-holder .portfolio-popup-holder.moved-right, .portfolio-popups-holder .popup-holder.moved-right, .portfolio-popups-holder .portfolio-popup-holder.moved-right {
  opacity: 0;
  -webkit-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.popups-holder .popup-holder.active, .popups-holder .portfolio-popup-holder.active, .portfolio-popups-holder .popup-holder.active, .portfolio-popups-holder .portfolio-popup-holder.active {
  display: block;
  opacity: 1;
}
.popups-holder.opened, .portfolio-popups-holder.opened {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.popups-holder.opened .popup-holder, .popups-holder.opened .portfolio-popup-holder, .portfolio-popups-holder.opened .popup-holder, .portfolio-popups-holder.opened .portfolio-popup-holder {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.popups-holder.opened .popup-holder.moved-left, .popups-holder.opened .portfolio-popup-holder.moved-left, .portfolio-popups-holder.opened .popup-holder.moved-left, .portfolio-popups-holder.opened .portfolio-popup-holder.moved-left {
  opacity: 0;
  -webkit-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.popups-holder.opened .popup-holder.moved-right, .popups-holder.opened .portfolio-popup-holder.moved-right, .portfolio-popups-holder.opened .popup-holder.moved-right, .portfolio-popups-holder.opened .portfolio-popup-holder.moved-right {
  opacity: 0;
  -webkit-transform: translateX(25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.popups-holder.opened .popup-holder.active, .popups-holder.opened .portfolio-popup-holder.active, .portfolio-popups-holder.opened .popup-holder.active, .portfolio-popups-holder.opened .portfolio-popup-holder.active {
  opacity: 1;
  pointer-events: all;
}
/*
= PORTFOLIO
------------------------------------------------------------------------------------- */
.portfolio-popup-holder {
  position: relative;
  z-index: 9998;
  width: 100%;
  height: 100vh;
}
.portfolio-popup-holder .portfolio-popup {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
@media (max-width: 640px) {
  .portfolio-popup-holder .portfolio-popup .lines {
    position: fixed;
  }
}
.portfolio-popup-holder .portfolio-popup .holder {
  position: absolute;
  left: 124px;
  right: 124px;
  top: 0px;
  bottom: 0px;
  color: #000000;
}
@media (max-width: 640px) {
  .portfolio-popup-holder .portfolio-popup .holder {
    overflow-y: auto;
    left: 0px;
    right: 0px;
    padding: 35px 20px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.portfolio-popup-holder .portfolio-popup .holder .floating-btns {
  position: absolute;
  right: -30px;
  top: 50%;
  z-index: 100;
}
.portfolio-popup-holder .portfolio-popup .holder .floating-btns a {
  display: block;
  position: relative;
  padding: 7px 30px 7px 7px;
  cursor: pointer;
  font-size: 1.1111vw;
  line-height: 28px;
  color: #000;
  font-weight: bold;
  text-align: right;
  transition: all 300ms ease-in;
}
.portfolio-popup-holder .portfolio-popup .holder .floating-btns a:last-child {
  margin-bottom: 0px;
}
@media (max-width: 640px) {
  .portfolio-popup-holder .portfolio-popup .holder .floating-btns a {
    font-size: 14px;
    text-align: left;
    left: 13px;
    top: 50%;
    right: auto;
    margin-bottom: 5px;
    padding: 7px;
  }
  .portfolio-popup-holder .portfolio-popup .holder .floating-btns a:last-child {
    margin-bottom: 0px;
  }
}
.portfolio-popup-holder .portfolio-popup .holder .floating-btns a:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transition: all 300ms ease-in;
  width: 20px;
  height: 1px;
  background-color: #92B2BF;
  opacity: 0;
  transform: translateX(-10px);
}
.portfolio-popup-holder .portfolio-popup .holder .floating-btns a:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transition: all 300ms ease-in;
  width: 20px;
  height: 1px;
  background-color: #92B2BF;
  opacity: 0;
  transform: translateX(-10px);
}
.portfolio-popup-holder .portfolio-popup .holder .floating-btns a:hover {
  transform: translateX(-30px);
}
.portfolio-popup-holder .portfolio-popup .holder .floating-btns a:hover::after {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 640px) {
  .portfolio-popup-holder .portfolio-popup .holder .floating-btns {
    top: 50%;
    left: 0px;
    right: auto;
  }
}
.portfolio-popup-holder .portfolio-popup .holder .img-holder {
  position: relative;
  z-index: 2;
  height: 21.52vw;
  margin: 0px -124px;
}
@media (max-width: 640px) {
  .portfolio-popup-holder .portfolio-popup .holder .img-holder {
    height: 180px;
    margin: 0px;
  }
}
.portfolio-popup-holder .portfolio-popup .holder .img-holder .img {
  position: relative;
  z-index: 20;
  height: 21.52vw;
  width: calc(75% - 62px);
  top: 0;
}
@media (max-width: 640px) {
  .portfolio-popup-holder .portfolio-popup .holder .img-holder .img {
    height: 180px;
    top: 0;
    width: 75%;
  }
}
.portfolio-popup-holder .portfolio-popup .holder .portfolio-close-btn {
  position: absolute;
  right: 0px;
  top: 3.81944vw;
  z-index: 3;
  display: block;
  width: 15px;
  height: 15px;
 
  background-size: 100% 100%;
}
@media (max-width: 640px) {
  .portfolio-popup-holder .portfolio-popup .holder .portfolio-close-btn {
    top: 30px;
    right: 20px;
  }
}
.portfolio-popup-holder .portfolio-popup .holder .portfolio-aside-mobile {
  display: none;
  margin-bottom: 40px;
  position: relative;
  left: calc(20vw + 3px);
  margin-left: calc(-20vw - 3px);
  padding-top: 50px;
  width: 50%;
}
@media (max-width: 640px) {
  .portfolio-popup-holder .portfolio-popup .holder .portfolio-aside-mobile {
    display: block;
  }
}
.portfolio-popup-holder .portfolio-popup .holder .portfolio-aside-mobile strong {
  font-weight: bold;
}
.portfolio-popup-holder .portfolio-popup .holder .portfolio-aside-mobile article p {
  opacity: 1 !important;
}
.portfolio-popup-holder .portfolio-popup .holder .portfolio-aside-mobile article::before {
  content: "";
  display: block;
  position: absolute;
  left: -60%;
  top: 30%;
  width: 60px;
  height: 1px;
  background: #000;
}
.portfolio-popup-holder .portfolio-popup .holder aside {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 25%;
  padding-top: 26.5vw;
  margin-top: 4.166vw;
}
@media (max-width: 640px) {
  .portfolio-popup-holder .portfolio-popup .holder aside {
    display: none;
  }
}
.portfolio-popup-holder .portfolio-popup .holder aside strong {
  font-weight: bold;
}
.portfolio-popup-holder .portfolio-popup .holder aside article::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
  width: 9.722vw;
  height: 1px;
  background: #000;
}
@media (max-width: 640px) {
  .portfolio-popup-holder .portfolio-popup .holder aside article::before {
    left: -20vw !important;
    top: 35%;
    width: calc(20vw - 20px);
  }
}
.portfolio-popup-holder .portfolio-popup .holder aside.portfolio-aside p {
  margin-top: 60px;
  opacity: 1;
}
@media (max-width: 768px) {
  .portfolio-popup-holder .portfolio-popup .holder aside.portfolio-aside p {
    font-size: 12px;
  }
}
.portfolio-popup-holder .portfolio-popup .holder aside.portfolio-aside .floating-btns {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  display: none;
}
.portfolio-popup-holder .portfolio-popup .holder aside.portfolio-aside .floating-btns a {
  text-align: left;
}
@media (max-width: 768px) {
  .portfolio-popup-holder .portfolio-popup .holder aside.portfolio-aside .floating-btns {
    display: block;
  }
}
@media (max-width: 640px) {
  .portfolio-popup-holder .portfolio-popup .holder aside.portfolio-aside .floating-btns {
    display: none;
  }
}
.portfolio-popup-holder .portfolio-popup .holder .portfolio-popup-article {
  padding: 21.52vw 25% 5.55vw;
  margin-top: -21.52vw;
}
@media (max-width: 640px) {
  .portfolio-popup-holder .portfolio-popup .holder .portfolio-popup-article {
    padding-left: 25%;
    padding-right: 20px;
  }
}
.portfolio-popup-holder .portfolio-popup .holder .portfolio-popup-article h3 {
  margin-bottom: 4.166vw;
  margin-top: 4.166vw;
}
@media (max-width: 640px) {
  .portfolio-popup-holder .portfolio-popup .holder .portfolio-popup-article h3 {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.portfolio-popup-holder .portfolio-popup .holder .portfolio-popup-article p {
  opacity: 0.5;
}
.portfolio-popup-holder .portfolio-popup .holder .portfolio-popup-article blockquote {
  margin-bottom: 2.25vw;
}
.portfolio-popup-holder .portfolio-popup .holder .portfolio-popup-article blockquote p {
  opacity: 1;
  font-weight: 700;
  font-style: italic;
}
.portfolio-popup-holder .portfolio-popup .holder .portfolio-popup-article blockquote p:before {
  content: "\201c";
}
.portfolio-popup-holder .portfolio-popup .holder .portfolio-popup-article blockquote p:after {
  content: "\201d";
}
.portfolio-popup-holder .portfolio-popup .holder .portfolio-popup-article blockquote:last-child {
  margin-bottom: 0px;
}
.portfolio-popup-holder .bottom-links {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .portfolio-popup-holder .bottom-links {
    flex-direction: column;
  }
}
.portfolio-popup-holder .bottom-links p {
  font-weight: bold;
  color: #000;
  opacity: 1 !important;
}
.portfolio-popup-holder .bottom-links ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px) {
  .portfolio-popup-holder .bottom-links ul {
    justify-content: flex-start;
  }
}
.portfolio-popup-holder .bottom-links ul li {
  margin-right: 20px;
}
.portfolio-popup-holder .bottom-links ul li:last-child {
  margin-right: 0;
}
.tablet.portrait .portfolio-popup-holder .portfolio-popup {
  overflow-y: scroll;
}
.tablet.portrait .portfolio-popup-holder .portfolio-popup .img-holder {
  height: 279px;
}
.tablet.portrait .portfolio-popup-holder .portfolio-popup .img-holder .img {
  height: 279px;
}
.tablet.portrait .portfolio-popup-holder .portfolio-popup .holder {
  left: 20px;
  right: 20px;
}
.tablet.portrait .portfolio-popup-holder .portfolio-popup .holder .portfolio-popup-article {
  padding-right: 15%;
  padding-top: 279px;
  margin-top: -279px;
}
.tablet.portrait .portfolio-popup-holder .portfolio-popup .holder .portfolio-popup-article h2 {
  font-size: 40px !important;
}
.tablet.portrait .portfolio-popup-holder .portfolio-popup .holder .floating-btns {
  display: none;
  top: 50%;
  left: 0;
}
.tablet.portrait .portfolio-popup-holder .portfolio-popup .holder .floating-btns a {
  font-size: 16px;
}
.tablet.portrait .portfolio-popup-holder .portfolio-popup .holder aside {
  padding-top: 40%;
}
.tablet.portrait .portfolio-popup-holder .portfolio-popup .holder aside .floating-btns {
  display: block;
}
.tablet.portrait .portfolio-popup-holder .portfolio-popup .holder aside .floating-btns a {
  margin-bottom: 10px;
}
.tablet.portrait .portfolio-popup-holder .portfolio-popup .holder aside .floating-btns a:last-child {
  margin-bottom: 0px;
}
.tablet.portrait .portfolio-popup-holder .portfolio-popup .holder aside article {
  margin-bottom: 90px;
}
.tablet.portrait .portfolio-popup-holder .portfolio-popup .holder aside article p {
  font-size: 12px;
}
.tablet .portfolio-popup-holder .portfolio-popup .holder .floating-btns a:hover, .mobile .portfolio-popup-holder .portfolio-popup .holder .floating-btns a:hover {
  transform: none;
}
.tablet .portfolio-popup-holder .portfolio-popup .holder .floating-btns a:hover::after, .mobile .portfolio-popup-holder .portfolio-popup .holder .floating-btns a:hover::after {
  opacity: 0;
  transform: translateX(-10px) !important;
}
@media screen and (min-width: 1920px) {
  .portfolio-popup-holder {
    max-width: 1920px;
    margin: 0 auto;
  }
  .portfolio-popup-holder:before {
    content: "";
    display: block;
    position: absolute;
    left: -9999px;
    top: -9999px;
    bottom: -9999px;
    right: -9999px;
    background: #ffffff;
  }
  .portfolio-popup-holder .portfolio-popup .holder .img-holder {
    margin: 0px calc(-124px + (100vw - 1920px) / -2);
    height: 414px;
  }
  .portfolio-popup-holder .portfolio-popup .holder .img-holder .img {
    height: 414px;
    width: calc(75% - 62px - (100vw - 1920px) / 4);
  }
  .portfolio-popup-holder .portfolio-popup .holder .portfolio-popup-article {
    padding: 414px 25% 5.55vw;
    margin-top: -414px;
  }
  .portfolio-popup-holder .portfolio-popup .holder .portfolio-popup-article h3 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.with-filters {
  padding: 10.76388vw 124px 0px;
}
@media (max-width: 640px) {
  .with-filters {
    padding: 50px 20px;
  }
}
.with-filters .decoration span {
  background: #000000;
}
.with-filters .decoration span:first-child {
  right: 124px;
  top: 10.76388vw;
}
@media (max-width: 640px) {
  .with-filters .decoration span:first-child {
    display: none;
  }
}
.with-filters .decoration span:last-child {
  right: 124px;
  bottom: 0px;
}
.with-filters .post-descriptions {
  display: block;
  /*min-height: 50px;*/
  margin-bottom: 5.5vw;
}
.with-filters .post-descriptions .wide-desc {
  display: none;
  animation-name: fadeIn;
  animation-duration: 300ms;
  animation-timing-function: ease-in-out;
}
.with-filters .post-descriptions .wide-desc.show {
  display: block;
}
.with-filters .post-descriptions p {
  color: #000;
  opacity: 0.5;
  font-size: 18px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.with-filters.different-paddings {
  padding-top: 0 !important;
}
.with-filters.different-paddings .filters h3 {
  padding-top: 5.555vw;
}
.with-filters.entry:before {
  display: none;
}
.with-filters .holder {
  position: relative;
}
.with-filters .holder:before, .with-filters .holder:after {
  content: "";
  display: table;
}
.with-filters .holder:after {
  clear: both;
}
.with-filters .holder .list:before, .with-filters .holder .list:after {
  content: "";
  display: table;
}
.with-filters .holder .list:after {
  clear: both;
}
.with-filters .holder .list li {
  float: left;
  width: 25%;
  margin-bottom: 6.33vw;
}
@media (max-width: 640px) {
  .with-filters .holder .list li {
    width: 50%;
  }
}
.with-filters .holder .list li a {
  display: inline-block;
  color: #000000;
  margin-right: 1.3888vw;
}
.with-filters .holder .list li a h4 {
  position: relative;
  margin-bottom: 2.77vw;
  margin-right: 1.3888vw;
}
@media (max-width: 640px) {
  .with-filters .holder .list li a h4 {
    font-size: 25px;
    margin-bottom: 35px;
  }
}
.with-filters .holder .list li a h4 em {
  position: relative;
  display: inline-block;
}
.with-filters .holder .list li a h4 em:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -18px;
  width: 100%;
  height: 3px;
  background: #000000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.with-filters .holder .list li a span {
  display: inline-block;
  position: relative;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.111vw;
  line-height: 28px;
}
@media (max-width: 640px) {
  .with-filters .holder .list li a span {
    font-size: 14px;
  }
}
.with-filters .holder .list li a span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0.20833vw;
  background: #000000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -moz-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.with-filters .holder .list li a .img-holder .img {
  height: 11.666vw;
  width: 19.444vw;
  transition: all 350ms ease-in-out;
  transform: scale(1);
}
.with-filters .holder .list li a .img-holder .img span {
  position: absolute;
  top: auto;
  bottom: 0px;
  height: 120%;
}
@media (max-width: 640px) {
  .with-filters .holder .list li a .img-holder .img {
    width: 163px;
    height: 102px;
  }
}
.with-filters .holder .list li:nth-child(4n + 1) {
  clear: left;
}
.with-filters .holder .list li:hover .img-holder .img {
  transform: scale(1.08);
}
.with-filters .holder .list.smaller-font-size h4 {
  font-size: 1.9444vw;
  margin-top: 2.0833vw;
  margin-right: 1.3888vw;
}
@media (max-width: 640px) {
  .with-filters .holder .list.smaller-font-size h4 {
    font-size: 16px;
    line-height: 111%;
    margin-t1op: 25px;
    min-height: 36px;
  }
}
.with-filters .holder .list.portfolio-list li:hover h4 em:after {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
@media (max-width: 640px) {
  .with-filters .holder .list.news-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
}
.with-filters .holder .list.news-list li:hover h4 em:after {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
@media (max-width: 640px) {
  .with-filters .holder .list.news-list li a {
    margin-right: 10px;
  }
}
.with-filters .holder .list.team-list li a h4 {
  max-width: 100px;
}
@media (max-width: 640px) {
  .with-filters .holder .list.team-list li a h4 {
    max-width: 80px;
  }
}
.with-filters .holder .list.team-list li:hover a h4 em:after {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1, 1);
}
.with-filters .holder .filters {
  margin-bottom: 5.5vw;
  color: #000000;
}
@media (max-width: 640px) {
  .with-filters .holder .filters {
    margin-bottom: 50px;
  }
}
.with-filters .holder .filters h3 {
  margin-bottom: 4.166vw;
}
.with-filters .holder .filters ul {
  position: relative;
  overflow: hidden;
}
.with-filters .holder .filters ul li {
  float: left;
  position: relative;
  padding-right: 3.4722vw;
  padding-bottom: 3.4722vw;
}
@media (max-width: 640px) {
  .with-filters .holder .filters ul li {
    padding-right: 20px;
    padding-bottom: 15px;
  }
}
.with-filters .holder .filters ul li a {
  font-size: 1.73611vw;
  line-height: 96%;
  color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 640px) {
  .with-filters .holder .filters ul li a {
    font-size: 14px;
  }
}
.with-filters .holder .filters ul li.is-checked a {
  color: #000000;
}
.with-filters .holder .filters ul li.is-checked:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #92b2bf;
}
@media (max-width: 640px) {
  .with-filters .holder .filters ul li.is-checked:after {
    bottom: -1px;
    width: 50%;
  }
}
.with-filters .holder .filters ul:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0.1;
  width: 100%;
  height: 1px;
  background: #000000;
}
@media (max-width: 640px) {
  .with-filters .holder .filters .outer-tab-helper ul {
    overflow: hidden;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    height: 50px;
    width: 100%;
    padding-bottom: 1px;
  }
  .with-filters .holder .filters .outer-tab-helper ul:after {
    display: none;
  }
  .with-filters .holder .filters .outer-tab-helper ul li {
    white-space: nowrap;
    flex: auto;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
  }
  .with-filters .holder .filters .outer-tab-helper ul li:first-child {
    flex: 0 0 auto;
  }
  .with-filters .holder .filters .outer-tab-helper ul li:first-child.is-checked:after {
    width: 90%;
  }
}
.with-filters .holder .filters.top-space {
  padding-top: 100px;
}
.with-filters:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 62px;
  background: #000000;
}
@media (max-width: 1024px) {
  .with-filters:before {
    width: 0;
  }
}
.with-filters.list-with-imgs {
  padding-top: 0 !important;
}
@media (max-width: 640px) {
  .with-filters.list-with-imgs .decoration span {
    display: none;
  }
}
.with-filters.list-with-imgs h3, .with-filters.list-with-imgs p {
  color: #000;
}
.with-filters.list-with-imgs h3 {
  margin-bottom: 6.38977vw;
}
@media (max-width: 640px) {
  .with-filters.list-with-imgs h3 {
    margin-bottom: 30px;
  }
}
.with-filters.list-with-imgs .highlighted-post {
  margin-bottom: 12.5vw;
  position: relative;
}
.with-filters.list-with-imgs .highlighted-post.hide {
  display: none;
}
@media (max-width: 640px) {
  .with-filters.list-with-imgs .highlighted-post {
    margin-bottom: 130px;
  }
}
.with-filters.list-with-imgs .highlighted-post .holder {
  display: flex;
}
@media (max-width: 640px) {
  .with-filters.list-with-imgs .highlighted-post .holder {
    flex-direction: column;
  }
}
.with-filters.list-with-imgs .highlighted-post .holder hgroup {
  width: 50%;
}
@media (max-width: 640px) {
  .with-filters.list-with-imgs .highlighted-post .holder hgroup {
    width: 100%;
  }
}
.with-filters.list-with-imgs .highlighted-post .holder .date {
  display: flex;
  align-items: flex-start;
  width: 50%;
  margin-top: 30px;
  color: #000;
  opacity: 50%;
  font-size: 1.25vw;
  line-height: 28px;
}
@media (max-width: 1024px) {
  .with-filters.list-with-imgs .highlighted-post .holder .date {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.with-filters.list-with-imgs .highlighted-post .media-article-holder {
  display: flex;
}
@media (max-width: 640px) {
  .with-filters.list-with-imgs .highlighted-post .media-article-holder {
    flex-direction: column;
  }
}
.with-filters.list-with-imgs .highlighted-post .media-article-holder article {
  position: relative;
  z-index: 2;
  width: 50%;
}
@media (max-width: 640px) {
  .with-filters.list-with-imgs .highlighted-post .media-article-holder article {
    width: 100%;
  }
}
.with-filters.list-with-imgs .highlighted-post .media-article-holder article p {
  padding-top: 1.5vw !important;
  width: 50%;
}
@media (max-width: 640px) {
  .with-filters.list-with-imgs .highlighted-post .media-article-holder article p {
    width: 70%;
  }
}
.with-filters.list-with-imgs .highlighted-post .media-article-holder article::before {
  content: "";
  direction: block;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 5.555vw;
  width: 9.722vw;
  height: 1px;
  background: #000;
}
@media (max-width: 640px) {
  .with-filters.list-with-imgs .highlighted-post .media-article-holder article::before {
    width: 60px;
  }
}
.with-filters.list-with-imgs .highlighted-post .media-article-holder article a {
  color: #000;
  margin-top: 2.777vw;
}
.with-filters.list-with-imgs .highlighted-post .media-article-holder article a::before, .with-filters.list-with-imgs .highlighted-post .media-article-holder article a::after {
  background: #000;
}
@media (max-width: 640px) {
  .with-filters.list-with-imgs .highlighted-post .media-article-holder article a {
    position: absolute;
    bottom: -140%;
  }
}
.with-filters.list-with-imgs .highlighted-post .media-article-holder hgroup {
  margin-bottom: 5.555vw;
}
.with-filters.list-with-imgs .highlighted-post .media-article-holder .img {
  width: 40.555vw;
  height: 22.5vw;
  overflow: visible;
}
@media (max-width: 640px) {
  .with-filters.list-with-imgs .highlighted-post .media-article-holder .img {
    width: 265px;
    height: 137px;
  }
}
.with-filters.list-with-imgs .highlighted-post .media-article-holder .img span {
  right: 0%;
  top: 52%;
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 2px;
  background-position: center;
  background-size: cover;
}
.tablet.portrait .with-filters {
  padding: 160px 20px;
}
.tablet.portrait .with-filters .decoration span {
  display: none;
}
.tablet.portrait .with-filters .filters h3 {
  font-size: 50px;
}
.tablet.portrait .with-filters .filters ul li {
  padding-bottom: 30px;
}
.tablet.portrait .with-filters .filters ul a {
  font-size: 20px;
}
.tablet.portrait .with-filters .list {
  display: flex;
  flex-wrap: wrap;
}
.tablet.portrait .with-filters .list li {
  width: 33.3%;
  margin-bottom: 80px;
}
.tablet.portrait .with-filters .list li a h4 {
  font-size: 25px;
}
.tablet.portrait .with-filters .list li a span {
  font-size: 18px;
}
.tablet.portrait .with-filters .list li a .img-holder .img {
  width: 230px;
  height: 138px;
}
.tablet.portrait .with-filters .list.team-list li {
  width: 25%;
}
.tablet.portrait .with-filters .list.smaller-font-size h4 {
  min-height: 48px;
  margin-bottom: 40px;
}
.tablet.portrait .with-filters.list-with-imgs .media-article-holder article p {
  width: 60%;
}
.tablet.portrait .with-filters.list-with-imgs .media-article-holder .img {
  width: 360px;
  height: 200px;
}
.tablet.portrait .with-filters.list-with-imgs .news-list li {
  width: 33.3%;
  margin-bottom: 80px;
}
.tablet.portrait .with-filters.list-with-imgs .news-list li a span {
  font-size: 12px;
}
.tablet.portrait .with-filters.list-with-imgs .news-list li a h4 {
  margin-bottom: 65px;
  min-height: 48px;
}
.tablet.portrait .with-filters.entry .news-list {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.tablet.portrait .with-filters.entry .news-list li {
  margin-right: 60px;
  margin-bottom: 80px;
}
.tablet.portrait .with-filters.entry .news-list li a span {
  font-size: 12px;
}
.tablet.portrait .with-filters.entry .news-list li a h4 {
  margin-bottom: 65px;
  min-height: 48px;
}
@media screen and (min-width: 1920px) {
  .with-filters {
    padding: 200px 124px 0;
  }
  .with-filters .holder .filters {
    margin-bottom: 50px;
  }
  .with-filters .holder .filters h3 {
    margin-bottom: 80px;
  }
  .with-filters .holder .filters ul li {
    padding-right: 60px;
    padding-bottom: 60px;
  }
  .with-filters .holder .filters ul li a {
    font-size: 32px;
  }
  .with-filters .holder .list li a h4 {
    font-size: 54px;
    margin-bottom: 100px;
  }
  .with-filters .holder .list li a .img-holder .img {
    height: 228px;
    width: 380px;
  }
  .with-filters .holder .list li a span {
    font-size: 18px;
  }
  .with-filters .holder .list.smaller-font-size {
    padding-bottom: 100px;
  }
  .with-filters .holder .list.smaller-font-size h4 {
    font-size: 35px;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: 25px;
  }
  .with-filters .holder .list.team-list li a h4 {
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 107%;
  }
  .with-filters .holder .list.team-list li span {
    font-size: 18px;
    line-height: 28px;
    margin: 40px 0;
  }
  .with-filters .post-descriptions {
    margin-bottom: 50px;
  }
  .with-filters .post-descriptions p {
    font-size: 24px;
  }
  .with-filters.list-with-imgs h3 {
    margin-bottom: 120px;
  }
  .with-filters.list-with-imgs .highlighted-post .holder .date {
    font-size: 24px;
  }
  .with-filters.list-with-imgs .highlighted-post .media-article-holder .img {
    width: 835px;
    height: 435px;
  }
  .with-filters.list-with-imgs .highlighted-post .media-article-holder article::before {
    width: 160px;
  }
}
/*
= SINGLE-NEWS
------------------------------------------------------------------------------------- */
.post-category p {
  margin-bottom: 0;
}
.post-category p a {
  color: #fff;
  font-weight: 700;
}
.blog-single-content {
  background-color: #fff;
  padding: 0 124px 0;
}
@media (max-width: 640px) {
  .blog-single-content {
    padding: 40px 20px;
  }
}
.blog-single-content .post-meta {
  display: flex;
  justify-content: space-between;
  padding-top: 4.166vw;
}
@media (max-width: 640px) {
  .blog-single-content .post-meta {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.blog-single-content .post-meta .post-author {
  display: flex;
  padding-bottom: 4.166vw;
}
.blog-single-content .post-meta .post-author .author-name, .blog-single-content .post-meta .post-author .date {
  font-size: 0.972vw;
  line-height: 1.45833vw;
  color: #0E0C0C;
}
@media (max-width: 640px) {
  .blog-single-content .post-meta .post-author .author-name, .blog-single-content .post-meta .post-author .date {
    font-size: 14px;
    line-height: 133%;
    font-weight: 500;
  }
}
.blog-single-content .post-meta .post-author .author-name {
  font-weight: 500;
}
.blog-single-content .post-meta .post-author .date {
  opacity: 50%;
}
.blog-single-content .post-meta .post-author img {
  border-radius: 50%;
  width: 3.125vw;
  height: 3.125vw;
  margin-right: 1.0416vw;
}
@media (max-width: 640px) {
  .blog-single-content .post-meta .post-author img {
    width: 45px;
    height: 45px;
    margin-right: 15px;
  }
}
.blog-single-content .post-meta ul.social-nav {
  display: flex;
}
@media (max-width: 640px) {
  .blog-single-content .post-meta ul.social-nav {
    margin-left: 60px;
  }
}
.blog-single-content .post-meta ul.social-nav li {
  font-size: 0.9722vw;
  line-height: 182%;
  font-weight: 700;
  margin-right: 1.388vw;
}
@media (max-width: 640px) {
  .blog-single-content .post-meta ul.social-nav li {
    font-size: 12px;
  }
}
.blog-single-content .post-meta ul.social-nav li:last-child {
  margin-right: 0;
}
.blog-single-content .post-meta ul.social-nav li a {
  color: #000 !important;
}
.blog-single-content article {
  position: relative;
  padding-top: 8.333vw;
  padding-bottom: 8.333vw;
}
.blog-single-content article::before {
  display: none;
}
.blog-single-content article h3, .blog-single-content article p, .blog-single-content article h5 {
  color: #000;
}
.blog-single-content article h3 {
  padding-top: 8.333vw;
  padding-bottom: 3.4722vw;
  position: relative;
}
@media (max-width: 640px) {
  .blog-single-content article h3 {
    padding-bottom: 40px;
  }
}
.blog-single-content article h3:first-of-type::before {
  display: none;
}
.blog-single-content article h5 {
  opacity: 50%;
  margin-bottom: 1.5277vw;
}
@media (max-width: 640px) {
  .blog-single-content article h5 {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .blog-single-content article {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.blog-single-content article::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.1;
  width: 100%;
  height: 1px;
  background: #000000;
}
.blog-single-content article p:last-child {
  opacity: 100%;
}
.blog-single-content article blockquote {
  max-width: 75%;
  padding-left: 25%;
}
.blog-single-content article blockquote p {
  font-size: 4.166vw;
  line-height: 107%;
  color: #000;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  opacity: 1 !important;
}
@media (max-width: 640px) {
  .blog-single-content article blockquote p {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .blog-single-content article blockquote p {
    font-size: 50px;
  }
}
.blog-single-content article blockquote p::before {
  content: '\201C';
  color: #92B2BF;
  font-size: 70px;
  display: block;
}
.blog-single-content article blockquote p::after {
  content: '\201D';
  color: #92B2BF;
  font-size: 70px;
  display: block;
  margin-top: 30px;
}
@media (max-width: 640px) {
  .blog-single-content article blockquote {
    max-width: 100%;
    padding-left: 0;
  }
}
.blog-single-content article h2 {
  margin-bottom: 2.25vw;
  position: relative;
}
@media (max-width: 640px) {
  .blog-single-content article h2 {
    font-size: 16px;
    padding-bottom: 30px;
  }
}
.blog-single-content article figcaption {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  opacity: 0.5;
  font-style: italic;
}
.blog-single-content article ul {
  list-style: disc;
  margin-left: 2.777vw;
  margin-bottom: 3.4722vw;
}
@media (max-width: 640px) {
  .blog-single-content article ul {
    margin-left: 30px;
    margin-bottom: 30px;
  }
}
.blog-single-content article ul li {
  color: #000;
  opacity: 100%;
  font-size: 1.25vw;
  line-height: 28px;
  margin-bottom: 0.555vw;
}
.blog-single-content article ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .blog-single-content article ul li {
    font-size: 14px;
    line-height: 28px;
  }
}
.blog-single-content .holder:not(:first-child) {
  padding-bottom: 8.3333vw !important;
}
@media (max-width: 640px) {
  .blog-single-content .holder:not(:first-child) {
    padding-bottom: 0 !important;
  }
}
.blog-single-content .wp-caption {
  height: 41.666vw;
  margin-top: 5.555vw;
}
@media (max-width: 640px) {
  .blog-single-content .wp-caption {
    height: 262px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.blog-single-content .wp-caption .img {
  height: 41.666vw;
}
@media (max-width: 640px) {
  .blog-single-content .wp-caption .img {
    height: 262px;
  }
}
.blog-single-content .wp-caption-text {
  font-size: 1.25vw;
  line-height: 28px;
  opacity: 50%;
  margin-top: 2.08333vw;
  background-color: #fff;
  color: #000;
  opacity: 50%;
}
@media (max-width: 640px) {
  .blog-single-content .wp-caption-text {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
.desktop .blog-single-content .post-meta.bottom-post-meta .single-news-back {
  display: none;
}
.tablet.portrait .blog-single-content {
  padding: 0 20px 0;
}
.tablet.portrait .blog-single-content .post-meta {
  padding-top: 40px;
}
.tablet.portrait .blog-single-content .post-author img {
  width: 45px;
  height: 45px;
}
.tablet.portrait .blog-single-content .post-author .author-name {
  font-size: 14px;
  line-height: 133%;
}
.tablet.portrait .blog-single-content .post-author .date {
  font-size: 12px;
}
.tablet.portrait .blog-single-content .social-nav li {
  font-size: 12px;
}
.tablet.portrait .blog-single-content article h5 {
  font-size: 16px;
}
.tablet.portrait .blog-single-content article ul li {
  font-size: 16px;
}
.tablet.portrait .blog-single-content article h2 {
  font-size: 16px;
}
@media screen and (min-width: 1920px) {
  h2 {
    font-size: 35px;
  }
}
.static-block-content {
  padding: 120px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.static-block-content h3 {
  margin-bottom: 60px;
}
.static-block-content h4 {
  margin-bottom: 30px;
}
.static-block-content p a, .static-block-content ul li a, .static-block-content ol li a {
  color: white;
  text-decoration: underline;
}
.static-block-content p a:hover, .static-block-content ul li a:hover, .static-block-content ol li a:hover {
  text-decoration: none;
}
.static-block-content ul {
  list-style-type: disc;
}
.static-block-content ol {
  list-style-type: decimal;
}
.static-block-content ul, .static-block-content ol {
  margin-bottom: 40px;
  padding-left: 20px;
}
@media (max-width: 640px) {
  .static-block-content ul, .static-block-content ol {
    margin-bottom: 30px;
  }
}
.static-block-content ul li, .static-block-content ol li {
  font-size: 1.25vw;
  line-height: 28px;
}
.static-block-content ul li:last-child, .static-block-content ol li:last-child {
  margin-bottom: 0px;
}
@media (max-width: 1024px) {
  .static-block-content ul li, .static-block-content ol li {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .static-block-content ul li:last-child, .static-block-content ol li:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 640px) {
  .static-block-content ul li, .static-block-content ol li {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .static-block-content ul li:last-child, .static-block-content ol li:last-child {
    margin-bottom: 0px;
  }
}
.contact-popup {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  display: none;
}
.contact-popup.show-contact {
  display: block;
}
.contact-popup form input, .contact-popup form button {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contact-popup form input:invalid {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-popup form input:-webkit-autofill, .contact-popup form input:-webkit-autofill:focus, .contact-popup form input:-webkit-autofill:hover {
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out !important;
  -webkit-transition-delay: 9999s !important;
  transition: color 9999s ease-out, background-color 9999s ease-out !important;
  transition-delay: 9999s !important;
}
.contact-popup .holder {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 8.33vw 124px 0;
}
.contact-popup .holder .middle-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 640px) {
  .contact-popup .holder {
    padding: 80px 20px 30px 20px;
  }
}
.contact-popup .holder .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6.66vw;
}
@media (max-width: 640px) {
  .contact-popup .holder .top {
    display: block;
  }
}
.contact-popup .holder .top .logo {
  position: relative;
  width: 158px;
  height: 24px;
  text-indent: -9999px;
  outline: none;
}
.contact-popup .holder .top .logo:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
 
  background-size: 100% 100%;
}
@media (max-width: 640px) {
  .contact-popup .holder .top .logo:before {
    width: 200%;
    height: 100%;
    background-size: cover;
  }
}
.contact-popup .holder .top ul:before, .contact-popup .holder .top ul:after {
  content: "";
  display: table;
}
.contact-popup .holder .top ul:after {
  clear: both;
}
@media (max-width: 640px) {
  .contact-popup .holder .top ul {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.contact-popup .holder .top ul li {
  float: left;
  margin-right: 2.77vw;
}
@media (max-width: 640px) {
  .contact-popup .holder .top ul li {
    margin-right: 25px;
  }
}
.contact-popup .holder .top ul li a {
  color: #ffffff;
  font-size: 1.11vw;
  line-height: 28px;
}
@media (max-width: 640px) {
  .contact-popup .holder .top ul li a {
    font-size: 14px;
  }
}
.contact-popup .holder .top ul li:last-child {
  margin-right: 0px;
}
.contact-popup .holder .middle {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9.375vw;
}
@media (max-width: 640px) {
  .contact-popup .holder .middle {
    flex-direction: column;
  }
}
.contact-popup .holder .middle p {
  margin-bottom: 2.43055vw;
  font-size: 1.11vw;
}
@media (max-width: 640px) {
  .contact-popup .holder .middle p {
    font-size: 14px;
    margin-bottom: 25px;
  }
}
.contact-popup .holder .middle .locations {
  display: flex;
  width: 50%;
}
@media (max-width: 640px) {
  .contact-popup .holder .middle .locations {
    display: block;
    width: 100%;
  }
}
.contact-popup .holder .middle .locations li {
  width: 50%;
}
@media (max-width: 640px) {
  .contact-popup .holder .middle .locations li {
    width: 100%;
  }
}
.contact-popup .holder .middle .locations li a {
  display: inline-block;
  font-size: 1.11vw;
  color: #92b2bf;
}
@media (max-width: 640px) {
  .contact-popup .holder .middle .locations li a {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .contact-popup .holder .middle .locations {
    order: 2;
  }
}
.contact-popup .holder .middle form {
  display: none;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  width: 26.66vw;
}
@media (max-width: 640px) {
  .contact-popup .holder .middle form {
    width: 100%;
  }
}
.contact-popup .holder .middle form ul {
  position: relative;
  border-bottom: 1px solid #ffffff;
}
.contact-popup .holder .middle form ul li input {
  display: block;
  width: calc(100% - 50px);
  padding: 0.833vw 0px;
  color: #ffffff;
  line-height: 156.3%;
  font-size: 0.9722vw;
  background: none;
  border: none;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-popup .holder .middle form ul li input::placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.contact-popup .holder .middle form ul li input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
.contact-popup .holder .middle form ul li input::-ms-input-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 640px) {
  .contact-popup .holder .middle form ul li input {
    font-size: 14px;
  }
}
.contact-popup .holder .middle form ul li button {
  padding: 0px;
  text-transform: uppercase;
  color: #92b2bf;
  font-weight: 600;
  font-size: 0.9722vw;
  background: none;
  border: none;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
}
@media (max-width: 640px) {
  .contact-popup .holder .middle form ul li button {
    font-size: 12px;
  }
}
.contact-popup .holder .middle form ul li:last-child {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1, 1);
}
.contact-popup .holder .middle ul.menu-links:before, .contact-popup .holder .middle ul.menu-links:after {
  content: "";
  display: table;
}
.contact-popup .holder .middle ul.menu-links:after {
  clear: both;
}
@media (max-width: 640px) {
  .contact-popup .holder .middle ul.menu-links {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
.contact-popup .holder .middle ul.menu-links li {
  float: left;
  margin-right: 2.77vw;
}
@media (max-width: 640px) {
  .contact-popup .holder .middle ul.menu-links li {
    margin-right: 25px;
  }
}
.contact-popup .holder .middle ul.menu-links li a {
  color: #ffffff;
  font-size: 1.11vw;
  line-height: 28px;
}
@media (max-width: 640px) {
  .contact-popup .holder .middle ul.menu-links li a {
    font-size: 14px;
  }
}
.contact-popup .holder .middle ul.menu-links li:last-child {
  margin-right: 0px;
}
@media (max-width: 640px) {
  .contact-popup .holder .middle ul.menu-links {
    order: 1;
  }
}
.contact-popup .holder .bottom {
  display: flex;
  justify-content: space-between;
  padding: 2.0833vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.9722vw;
  line-height: 28px;
}
@media (max-width: 640px) {
  .contact-popup .holder .bottom {
    display: block;
    font-size: 12px;
    padding: 30px 0 0 0;
  }
}
.contact-popup .holder .bottom > p {
  margin-bottom: 0px;
  font-size: 0.9722vw;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 640px) {
  .contact-popup .holder .bottom > p {
    font-size: 12px;
  }
}
.contact-popup .holder .bottom > p span {
  color: #ffffff;
}
.contact-popup .holder .bottom ul:before, .contact-popup .holder .bottom ul:after {
  content: "";
  display: table;
}
.contact-popup .holder .bottom ul:after {
  clear: both;
}
.contact-popup .holder .bottom ul li {
  float: left;
  margin-right: 2.0833vw;
}
.contact-popup .holder .bottom ul li a {
  color: #ffffff;
}
.contact-popup .holder .bottom ul li:last-child {
  margin-right: 0px;
}
.contact-popup .holder .bottom ul:last-of-type {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 640px) {
  .contact-popup .holder .bottom ul:last-of-type {
    margin-top: 30px;
  }
}
.contact-popup .holder .bottom ul:last-of-type li a {
  color: rgba(255, 255, 255, 0.5);
}
.tablet.portrait .contact-popup .holder {
  padding: 120px 20px 20px 20px;
}
.tablet.portrait .contact-popup .holder .top {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 100px;
}
.tablet.portrait .contact-popup .holder .top ul {
  margin-top: 80px;
}
.tablet.portrait .contact-popup .holder .top ul li {
  margin-right: 35px;
}
.tablet.portrait .contact-popup .holder .top ul li a {
  font-size: 16px;
}
.tablet.portrait .contact-popup .holder .middle {
  flex-direction: column;
}
.tablet.portrait .contact-popup .holder .middle p {
  font-size: 16px;
  margin-bottom: 50px;
}
.tablet.portrait .contact-popup .holder .middle .locations {
  width: 80%;
  order: 2;
}
.tablet.portrait .contact-popup .holder .middle .locations li a {
  font-size: 16px;
}
.tablet.portrait .contact-popup .holder .middle .menu-links {
  margin-bottom: 100px;
}
.tablet.portrait .contact-popup .holder .middle .menu-links li a {
  font-size: 14px;
}
.tablet.portrait .contact-popup .holder .middle form {
  width: 50%;
  margin-bottom: 80px;
}
.tablet.portrait .contact-popup .holder .middle form ul input {
  font-size: 14px;
}
.tablet.portrait .contact-popup .holder .middle form ul button {
  font-size: 14px;
}
.tablet.portrait .contact-popup .holder .bottom {
  font-size: 14px;
}
.tablet.portrait .contact-popup .holder .bottom p {
  font-size: 14px;
}
@media screen and (min-width: 1920px) {
  .contact-popup .lines {
    max-width: 1920px;
    margin: 0 auto;
  }
  .contact-popup .holder {
    max-width: 1920px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 8.3vw 0px 0;
  }
  .contact-popup .holder .middle-holder {
    flex: 1;
  }
  .contact-popup .holder .top .logo {
    width: 211px;
    height: 32px;
  }
  .contact-popup .holder .middle p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 55px;
  }
  .contact-popup .holder .middle .locations li {
    width: 55%;
  }
  .contact-popup .holder .middle .locations li a {
    font-size: 20px;
  }
  .contact-popup .holder .middle ul.menu-links li {
    margin-right: 30px;
  }
  .contact-popup .holder .middle ul.menu-links li a {
    font-size: 20px;
  }
  .contact-popup .holder .bottom > p {
    font-size: 18px;
  }
  .contact-popup .holder .bottom .social-nav li a {
    font-size: 18px;
  }
  .contact-popup .holder .bottom ul li {
    font-size: 18px;
  }
  .contact-popup .holder .bottom ul li a {
    font-size: 18px;
  }
}
header .holder .logo img {
  width: 150px
}
.whatsapp-fixed {
  top: 20px;
  position: fixed;
  margin-right: 20px;
  z-index: 9999;
  right: 80px;
}
.btn-whatsapp-pulse {
  background: #25d366;
  color: white;
  /*	position: fixed;*/
  bottom: 20px;
  right: 20px;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  padding: 28px;
  text-decoration: none;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
.btn-whatsapp-pulse img {
  max-width: inherit;
  filter: invert(1);
  padding: 0;
  width: 35px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  80% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
}
.btn-whatsapp-pulse-border {
  bottom: 120px;
  right: 20px;
  animation-play-state: paused;
}
.btn-whatsapp-pulse-border::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  padding: 25px;
  border: 5px solid #25d366;
  opacity: 0.75;
  animation-name: pulse-border;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulse-border {
  0% {
    padding: 25px;
    opacity: 0.75;
  }
  75% {
    padding: 50px;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.project-description {
  width: 100%;
  margin-left: 4%;
  position: absolute;
  bottom: 50px;
  z-index: 1;
}
.project-description h6 {
  font-size: 50px
}
.projectFactsWrap {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
/*counter*/
#projectFacts .fullWidth {
  padding-bottom: 100px;
  padding-top: 50px;
}
.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}
.projectFactsWrap .item:nth-child(1) {
  background: #888888;
}
.projectFactsWrap .item:nth-child(2) {
  background: #696969;
}
.projectFactsWrap .item:nth-child(3) {
  background: #888888;
}
.projectFactsWrap .item:nth-child(4) {
  background: #696969;
}
.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}
.projectFactsWrap .item p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 20px 0px 0px 0px;
}
.projectFactsWrap .item span {
  width: 60px;
/*  background: rgba(255, 255, 255, 0.8);*/
/*  height: 2px;*/
  display: block;
  margin: 0 auto;
}
.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}
.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p {
  color: white;
}
.projectFactsWrap .item:hover span {
  background: white;
}
.pt-0 {
  padding-top: 0
}
.footer-logo {
  width: 150px;
}
.left-side h5 {
  margin-bottom: 30px;
  font-size: 20px;
}
.right-side h5 {
  margin-bottom: 30px;
  font-size: 20px;
}
.compubrain {
  top: 7px
}
.img-holder video {
  width: 100%
}
body.scrollDown a.logo {
  /*  display: none;*/
}
.four-columns li p {
  bottom: 0;
  position: absolute;
  left: 2.0833vw;
  z-index: 2;
  max-width: calc(100% - 2 * 2.0833vw);
  padding-bottom: 1.388vw;
  line-height: 120%;
  color: #000;
}
.hero.light .img img:before {}
.project-description a {
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  margin-right: 10px
}
.project-description p {
  margin-bottom: 20px
}
.project-description a:hover {
  background: #000;
  border: 1px solid #000
}
.page-loader {
  background: url(../images/loader.gif) center center no-repeat #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
  background-size: 20%
}
@media screen and (min-width: 767px) {
  .nav-holder nav .nav-menu li {
    display: inline;
    padding: 0 15px;
    line-height: 100px
  }
  .nav-holder nav .nav-menu li a:before {
    display: none
  }
  .nav-holder nav {
    display: block;
  }
  .nav-holder nav .nav-menu {
    width: 75%;
    text-align: center;
    height: 90px;
    margin-left: auto;
    padding-left: 0;
  }
  .nav-trigger {
    display: none
  }
  .desktop .nav-holder nav .nav-menu li a {
    font-size: 1.25vw;
    font-weight: 500;
    letter-spacing: 0px;
    font-family: 'Inter', sans-serif;
    -webkit-text-stroke-width: 0;
    color: #fff
  }
  .nav-holder {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    height: 100px
  }
}
.scrollDown .nav-holder {
  /*  display: none*/
  background: #fff;
}
.scrollDown .nav-holder nav .nav-menu li a {
  color: #000;
}
.header-inner-box .logo img {
  position: relative;
  top: 10px;
  width: 125px;
}