/* fade effects */
.fadein-content {
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.fadein--opacity {
  transform: translate3d(0, 0, 0);
}

.fadein-content.fadein-content--2, .fadein-content + .fadein-content {
  transition-delay: 0.2s;
}

.fadein-content.fadein-content--3, .fadein-content + .fadein-content + .fadein-content {
  transition-delay: 0.4s;
}

.fadein-content.fadein-content--4, .fadein-content + .fadein-content + .fadein-content + .fadein-content {
  transition-delay: 0.6s;
}

.fadein-content.fadein-content--5, .fadein-content + .fadein-content + .fadein-content + .fadein-content + .fadein-content {
  transition-delay: 0.8s;
}

.fadein-content.fadein-content--6, .fadein-content + .fadein-content + .fadein-content + .fadein-content + .fadein-content + .fadein-content {
  transition-delay: 1s;
}

.fadein-content.fadein-content--2 {
  transition-delay: 0.2s !important;
}

.fadein-content.fadein-content--3 {
  transition-delay: 0.4s !important;
}

.fadein-content.fadein-content--4 {
  transition-delay: 0.6s !important;
}

.fadein-content.fadein-content--5 {
  transition-delay: 0.8s !important;
}

.fadein-content.fadein-content--6 {
  transition-delay: 1.2s !important;
}

.fadein-content.fadein-content--7 {
  transition-delay: 1.4s !important;
}

.fadein-content.fadein-content--8 {
  transition-delay: 1.6s !important;
}

.fadein-content.fadein-content--9 {
  transition-delay: 1.8s !important;
}

.fadein-content.fadein-content--10 {
  transition-delay: 2s !important;
}

.fadein-container.shown .fadein-content,
.fadein-container-onload.shown .fadein-content {
  transform: none;
  opacity: 1;
}

header {
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 10px;
}
@media print {
  header {
    display: none;
  }
}
header .flex {
  align-items: center;
}
header .logo-container {
  width: 116px;
  position: relative;
  flex-shrink: 0;
}
header .menu-container {
  display: flex;
}
header .menu-menu-principale-container {
  flex-grow: 1;
}
header .sub-menu-background {
  display: none;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1C252C;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}
header .sub-menu-background .ellipse1 {
  position: absolute;
  left: -10%;
  top: 20%;
  width: 30%;
  height: 80%;
  background: #FAFC6C;
  opacity: 0.25;
  filter: blur(100px);
  transform: matrix(-0.71, -0.3, -1.66, 0.7, 0, 0);
}
header .sub-menu-background .ellipse2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 70%;
  width: 30%;
  background: #2980D0;
  opacity: 0.25;
  filter: blur(100px);
  transform: matrix(0.71, -0.3, 1.65, 0.71, 0, 0);
}
header .sub-menu-background .ellipse3 {
  position: absolute;
  right: -15%;
  top: 70%;
  height: 40%;
  width: 35%;
  background: #F59902;
  opacity: 0.25;
  filter: blur(100px);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
header .search-menu-container, header .menu-container {
  font-weight: 500;
  font-size: 0.9375em;
  color: #000;
  z-index: 1;
}
header .search-menu-container a, header .menu-container a {
  text-decoration: none;
  color: inherit;
  padding: 10px 0;
  display: block;
}
header .search-menu-container ul, header .menu-container ul {
  padding: 0;
  display: flex;
  margin-left: 80px;
  margin-top: 0;
  margin-bottom: 0;
}
header .search-menu-container ul li, header .menu-container ul li {
  padding: 0 20px;
  display: inline-block;
}
header .menu-container .search-menu-container > ul > li > a::after {
  content: "";
}
header .search-menu-container ul li {
  padding: 0 0 0 20px;
}
header .search-menu-container .open-search {
  /* cursor: pointer;*/
}
header.submenu-opened .search-menu-container ul li {
  color: #fff;
}
header .menu-container {
  z-index: 1;
  flex-grow: 1;
}
header .menu-container > div > ul > li > a {
  text-transform: lowercase;
}
header .menu-container > div > ul > li > a::after {
  content: ".";
}
header .menu-container .menu-item-desc {
  display: none;
}
header .menu-container ul {
  max-width: 1150px;
}
header .menu-container ul li.menu-item-has-children.expanded > a {
  position: relative;
}
header .menu-container ul li.menu-item-has-children.expanded > a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  margin-left: -3px;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #FB4923;
}
header .menu-container ul li .sub-menu-container {
  box-sizing: border-box;
  padding: 20px 0 20px 0;
  margin: 0;
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
  font-weight: 400;
}
header .menu-container ul li .sub-menu-container.fadeOutRight {
  opacity: 0;
  transform: translate(20px, 0);
}
header .menu-container ul li .sub-menu-container.fadeOutLeft {
  opacity: 0;
  transform: translate(-20px, 0);
}
header .menu-container ul li .sub-menu-container .sub-menu {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5625rem;
}
header .menu-container ul li .sub-menu-container .sub-menu .menu-item-desc {
  display: block;
  font-size: 0.875rem;
  line-height: 1.7em;
  color: #868686;
  margin-top: 1em;
}
header .menu-container ul li .sub-menu-container .sub-menu li {
  margin: 20px 20px 20px 10px;
}
header.submenu-opened .menu-container {
  color: #fff;
}
header.submenu-opened .menu-container a {
  color: inherit;
}
header .mobile-menu-button {
  display: none;
}

/* RESPONSIVE MENU */
@media (max-width: 980px) {
  header .logo-container {
    flex-grow: 1;
    z-index: 2;
  }
  header .logo-container img {
    width: 116px;
  }
  header .mobile-menu-button {
    display: block;
    width: 33px;
    height: 33px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
  }
  header .mobile-menu-button span {
    position: absolute;
    width: 33px;
    height: 4px;
    background-color: #000;
    display: block;
    border-radius: 10px;
    transition: all 0.3s;
  }
  header .mobile-menu-button span:first-child {
    margin-top: 0;
  }
  header .mobile-menu-button span.f {
    transform: translateY(-8px);
  }
  header .mobile-menu-button span.s {
    transform: translateY(0px);
  }
  header .mobile-menu-button span.t {
    transform: translateY(8px);
  }
  .mobile-menu-opened header .mobile-menu-button span {
    background-color: #fff;
  }
  .mobile-menu-opened header .mobile-menu-button span.f {
    width: 28px;
    transform: translateX(5px) rotate(-45deg);
    height: 2px;
  }
  .mobile-menu-opened header .mobile-menu-button span.t {
    width: 28px;
    transform: translateX(5px) rotate(45deg);
    height: 2px;
  }
  .mobile-menu-opened header .mobile-menu-button span.s {
    transform: scale(0);
    transform-origin: right;
  }
  header .menu-container {
    position: absolute;
    transform: translate(100%, 0);
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding-top: 80px;
    height: 100vh;
    width: 100vw;
    background-color: #1C252C;
    overflow: auto;
    color: #fff;
    transition: all 0.5s;
    display: block;
  }
  .admin-bar header .menu-container {
    height: calc(100vh - 46px);
  }
  header .menu-container ul {
    margin: 0;
    display: block;
  }
  header .menu-container ul li {
    display: block;
    font-size: 22px;
  }
  .mobile-menu-opened header .menu-container {
    transform: translate(0, 0);
  }
  header .menu-container .menu-item-has-children::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #566571;
  }
  header .menu-container .menu-item-has-children > a {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 7px;
    padding-top: 20px;
  }
  header .menu-container .menu-item-has-children > a::before {
    content: "";
    display: block;
    position: absolute;
    right: 4px;
    top: 50%;
    width: 0.3em;
    height: 0.3em;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: translate(0, 30%) rotate(45deg);
    transition: all 0.2s;
  }
  header .menu-container .menu-item-has-children.mexpanded > a::before {
    transform: translate(0, 80%) rotate(225deg);
  }
  header .menu-container .menu-item-has-children .sub-menu-container {
    position: relative;
    padding: 0;
  }
  header .menu-container .menu-item-has-children .sub-menu-container .sub-menu {
    font-size: 1rem;
  }
  header .menu-container .menu-item-has-children .sub-menu-container .sub-menu li {
    margin: 0;
    font-size: 20px;
  }
  header .menu-container .menu-item-has-children .sub-menu-container .sub-menu li .menu-item-desc {
    display: none;
  }
  header .menu-container .search-menu-container {
    color: #fff;
    margin-top: 60px;
  }
  header .menu-container .search-menu-container ul {
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
  }
  header .menu-container .search-menu-container ul li {
    padding: 0;
  }
  header .menu-container .search-menu-container ul li:first-child {
    order: 2;
  }
  header .menu-container .search-menu-container ul li:first-child a svg {
    width: 30px;
    height: 30px;
  }
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
footer {
  background-color: #f7f0ea;
  padding-top: 50px;
}
@media print {
  footer {
    display: none;
  }
}
footer .footer-img {
  background-image: url("../css/footer.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer-img::before {
  content: "";
  display: block;
  padding-bottom: 41%;
}
footer .footer-cta {
  font-weight: 300;
  margin-bottom: 20px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 0.4em 0;
  white-space: nowrap;
  overflow: hidden;
}
footer .footer-cta a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  /*animation: marquee 20s linear infinite;*/
  font-size: 0;
}
footer .footer-cta a span {
  font-size: 3rem;
  display: inline-block;
  padding: 0;
  margin: 0;
}
footer .footer-cta a span::after {
  content: "";
  width: 1em;
  height: 0.75em;
  display: inline-block;
  background-image: url("../css/rightarrow.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
  background-position: center;
  margin: 0 0.8em 0 0.3em;
}
footer .flex {
  align-items: center;
  justify-content: space-between;
  font-size: 0.8125rem;
  line-height: 1.5em;
  color: rgba(0, 0, 0, 0.46);
  margin-top: 10px;
  padding-bottom: 40px;
}
footer .flex div {
  text-align: right;
}
footer .flex div:first-child {
  text-align: left;
}
footer .flex a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 679px) {
  footer .footer-cta a span {
    font-size: 1.6rem;
  }
  footer .footer-cta a span::after {
    background-size: 100% auto;
  }
  footer .flex {
    display: block;
  }
  footer .flex div, footer .flex div:first-child {
    text-align: center;
    margin-top: 8px;
  }
}

.search-container {
  position: fixed;
  z-index: 2;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background-color: #1C252C;
  color: #F6F0E9;
  /*display: none;*/
  transition: opacity 0.4s, transform 0.6s;
  opacity: 0;
  transform: scale(0);
}
.search-container .flex.search-pagination {
  margin-top: 30px;
  justify-content: space-between;
}
.search-container .flex.search-pagination::before {
  content: "";
  display: block;
}
.search-container .flex.search-pagination .page-numbers {
  display: none;
  font-size: 0.875rem;
  border: none;
  font-weight: 400;
}
.search-container .flex.search-pagination .page-numbers.prev {
  order: -1;
}
.search-container .flex.search-pagination .page-numbers.prev::before {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-top: solid 1px currentColor;
  border-left: solid 1px currentColor;
  transform: rotate(-45deg);
  margin: 0 4px;
}
.search-container .flex.search-pagination .page-numbers.next::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: rotate(45deg);
  margin: 0 4px;
}
.search-container .flex.search-pagination .page-numbers.next, .search-container .flex.search-pagination .page-numbers.prev {
  display: block;
}
.search-container .search-top {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 8px);
  z-index: 2;
  background-color: #1C252C;
}
.admin-bar .search-container {
  top: 32px;
  height: calc(100vh - 32px);
}
.search-container form {
  width: 100%;
  margin-top: 50px;
}
.search-container .search-scroll {
  z-index: 1;
  position: relative;
  height: 100%;
  overflow: auto;
}
.search-container .search-scroll .boxed {
  padding-top: 180px;
  box-sizing: border-box;
}
.search-container .boxed {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  flex-direction: column;
}
.search-container label {
  font-size: 2.125rem;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  pointer-events: none;
}
@media (max-width: 500px) {
  .search-container label {
    font-size: 1.65rem;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.search-container input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: solid 1px #F6F0E9;
  font-family: inherit;
  font-size: 1.125rem;
  color: #F6F0E9;
  padding: 0.4em 0;
  outline: none;
}
.search-container input:focus {
  background-color: rgba(246, 240, 233, 0.05);
}
.search-container input[type=submit] {
  background-color: #F6F0E9;
  color: #000;
  margin-left: 20px;
  padding: 0.4em 20px;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
  /* cursor: pointer;*/
}
.search-container .search-close-button {
  display: block;
  position: absolute;
  top: 20px;
  right: 25px;
  width: 33px;
  height: 33px;
  /*cursor: pointer;*/
}
.search-container .search-close-button::after, .search-container .search-close-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  border-radius: 5px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: width 0.3s;
}
.search-container .search-close-button::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search-container .search-close-button:hover::after, .search-container .search-close-button:hover::before {
  width: 24px;
}
.search-container form {
  flex-grow: 1;
  width: 100%;
}
.search-container .flex {
  width: 100%;
  margin-top: 0;
}
.search-container .flex input:first-child {
  flex-grow: 1;
}
.search-container .search-results-title {
  color: #566571;
  font-size: 1.25rem;
  margin: 2em 0 0 0;
}
.search-container .search-results-title span {
  color: #fff;
}
.search-container .search-results-title::after {
  content: "";
  position: absolute;
  height: 25px;
  bottom: -25px;
  width: 100%;
  left: 0;
  background: -moz-linear-gradient(top, rgb(28, 37, 44) 0%, rgba(28, 37, 44, 0) 100%);
  background: -webkit-linear-gradient(top, rgb(28, 37, 44) 0%, rgba(28, 37, 44, 0) 100%);
  background: linear-gradient(to bottom, rgb(28, 37, 44) 0%, rgba(28, 37, 44, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1c252c", endColorstr="#001c252c",GradientType=0 );
}
@media (max-width: 500px) {
  .search-container .search-results-title {
    margin-top: 1rem;
  }
}
.search-container .search-result-container {
  margin-top: 2em;
  overflow: auto;
}
.search-container .search-result-container a {
  display: block;
  color: inherit;
  text-decoration: none;
  border-bottom: solid 1px #566571;
  padding: 1.6em 0 1em 0;
}
.search-container .search-result-container a h2 {
  font-weight: 400;
  margin: 0 0 0.75em 0;
}
.search-container .search-result-container a .textlink {
  font-size: 0.875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-container .search-result-container a .textlink::before {
  content: "";
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: translate(0, -1px) rotate(45deg);
  margin-right: 0.5em;
}
.search-container .search-result-container a .entry-summary {
  line-height: 1.6em;
  color: #566571;
}

.home-hero.undermenu {
  background-image: url("../css/home-top-bg.jpg");
  background-size: cover;
  background-position: top right;
}
.home-hero.undermenu::after {
  content: "";
  display: block;
  clear: both;
}
.home-hero.undermenu h1 {
  display: inline;
  font-family: "Lora";
  font-size: 6.4rem;
  line-height: 1.1em;
  font-weight: 400;
}
.home-hero.undermenu h1 em {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  color: transparent;
}
.home-hero.undermenu h1 sup {
  font-size: 0.6em;
  margin-top: -0.25em;
  margin-left: -0.1em;
  position: absolute;
}
.home-hero.undermenu h1 sup::after {
  display: block;
  content: "tailor made";
  font-size: 0.45em;
  white-space: nowrap;
  position: absolute;
  font-style: italic;
  top: -0.35em;
  left: 1.6em;
}
.home-hero.undermenu .home-hero-content::before {
  font-size: 6.2rem;
  font-family: "Lora";
  width: 0;
  overflow: hidden;
  content: "a";
  display: block;
  float: right;
}
@media (max-width: 1180px) {
  .home-hero.undermenu .home-hero-content::before {
    font-size: 8.2vw;
  }
}
.home-hero.undermenu .home-hero-text {
  float: left;
  clear: left;
  width: calc(45% - 80px);
  margin: 40px 40px;
  font-size: 1.25rem;
  line-height: 1.7em;
}
.home-hero.undermenu .home-hero-img {
  font-size: 6.6rem;
  font-family: "Lora";
}
.home-hero.undermenu .home-hero-img video {
  width: calc(100% - 12px);
  margin: 6px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}
.home-hero.undermenu .home-hero-img .home-hero-slider {
  clear: right;
  float: right;
  display: block;
  width: 100%;
  margin: 0.55em 0.2em;
  width: calc(52% - 0.4em);
}
.home-hero.undermenu .home-hero-img .home-hero-slider img {
  width: calc(100% - 12px);
  margin: 6px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  display: none;
}
@media (max-width: 1180px) {
  .home-hero.undermenu h1, .home-hero.undermenu .home-hero-img {
    font-size: 8.6vw;
  }
  .home-hero.undermenu h1 em {
    -webkit-text-stroke-width: 1.5px;
  }
}
@media (max-width: 920px) {
  .home-hero.undermenu h1 em {
    -webkit-text-stroke-width: 1px;
  }
}
@media (max-width: 679px) {
  .home-hero.undermenu .home-hero-content {
    display: flex;
    flex-direction: column;
  }
  .home-hero.undermenu .home-hero-content .home-hero-img::before {
    display: none;
  }
  .home-hero.undermenu .home-hero-content h1 {
    margin-bottom: 10px;
  }
  .home-hero.undermenu .home-hero-content h1 sup {
    position: relative;
  }
  .home-hero.undermenu .home-hero-content h1 sup::after {
    position: relative;
    display: inline-block;
    left: 0.2em;
    top: -0.85em;
  }
  .home-hero.undermenu .home-hero-content .home-hero-img {
    order: 2;
  }
  .home-hero.undermenu .home-hero-content .home-hero-text {
    order: 3;
    width: auto;
    margin: 0 0 30px 0;
  }
  .home-hero.undermenu .home-hero-content .home-hero-img .home-hero-slider {
    width: auto;
    float: none;
    margin: 0 -5px;
  }
}
@media (max-width: 500px) {
  .home-hero.undermenu h1 {
    font-size: 3rem;
  }
}

.services-preview {
  text-align: center;
  padding: 70px 0;
  position: relative;
}
.services-preview > * {
  position: relative;
  z-index: 1;
}
.services-preview .default-text {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.services-preview .services-preview-list {
  margin-top: 1em;
}
.services-preview .services-preview-list h2 {
  font-weight: 400;
  font-family: "Lora";
  font-size: 2.8rem;
  margin: 0.5em 0;
  color: #ababab;
  display: inline-block;
  transition: all 0.2s;
}
.services-preview .services-preview-list h2.current {
  color: #000;
}
.services-preview .services-preview-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.services-preview .services-preview-bg > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.services-preview .services-preview-bg .preview-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 679px) {
  .services-preview .services-preview-bg {
    display: none;
  }
  .services-preview .services-preview-list h2 {
    font-size: 8.2vw;
  }
}

.highlight-resource {
  position: relative;
  background-image: url("../css/graintexture.png");
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.highlight-resource::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../css/sfumata.png");
  background-size: auto 75%;
  background-position: bottom left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.highlight-resource .card {
  z-index: 1;
  position: relative;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 70px;
  border: solid 1px #e3e3e3;
}
.highlight-resource .card .flex {
  max-width: 830px;
  margin: auto;
}
.highlight-resource .card .flex > div {
  flex-basis: 30%;
  margin-left: 40px;
}
.highlight-resource .card .flex > div:first-child {
  flex-basis: 70%;
  margin: 0;
}
.highlight-resource .card .section-title {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
  padding: 0 10px;
}
.highlight-resource .card .section-title::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fff;
}
.highlight-resource .card .section-title span {
  display: block;
  transform: translateY(-50%);
}
.highlight-resource .card h3 {
  font-family: "Lora";
  font-weight: 400;
  font-size: 2.18rem;
  color: #0f0f0f;
  margin-top: 0;
}
.highlight-resource .highlight-image-mobile {
  display: none;
}
@media (max-width: 679px) {
  .highlight-resource .card {
    padding: 30px;
  }
  .highlight-resource .card .flex > div:first-child {
    flex-basis: 90%;
    z-index: 2;
  }
  .highlight-resource .card h3 {
    font-size: 8.2vw;
  }
  .highlight-resource .card .highlight-image-mobile {
    display: block;
    margin: auto;
  }
  .highlight-resource .card .highlight-image {
    display: none;
    /*position: absolute;
    right: 0;
    bottom: 50px;
    opacity: 0.1;
    width: 60%;
    height: calc(100% - 100px);

    img {
      height: 100%;
      object-fit: contain;
    }*/
  }
}

.projects-preview {
  background: linear-gradient(216.59deg, #191E22 15.55%, #253948 70.26%);
  padding-top: 70px;
  padding-bottom: 70px;
}
.projects-preview img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
  position: relative;
}
@media (min-width: 680px) {
  .projects-preview a:hover img {
    transform: scale(1.1);
  }
}
.projects-preview .aftertext-link {
  color: #fff;
}
.projects-preview .desc {
  position: relative;
  color: rgba(246, 240, 233, 0.8980392157);
  font-family: "Lora";
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.5em;
  z-index: 2;
}
.projects-preview h4 {
  margin: 0;
  color: #566571;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8125rem;
}
.projects-preview .projects-grid > a {
  display: block;
  text-decoration: none;
  margin-bottom: 2em;
}
.projects-preview .proj-1 {
  position: relative;
  max-width: 75%;
}
.projects-preview .proj-1 img {
  width: 44%;
  aspect-ratio: 0.575;
  object-fit: cover;
  height: auto;
  float: left;
  margin-right: 40px;
}
.projects-preview .proj-1 h4 {
  position: absolute;
  width: 76%;
  left: 44%;
  transform-origin: top left;
  transform: rotate(-90deg) translate(-100%, 50%);
}
@media (max-width: 1100px) {
  .projects-preview .proj-1 h4 {
    left: 43.5%;
  }
}
@media (max-width: 980px) {
  .projects-preview .proj-1 h4 {
    left: 42%;
  }
}
.projects-preview .proj-1 .desc {
  /*max-width: 75%;*/
  margin-bottom: 2.5em;
  transform: translateY(-0.26em);
}
.projects-preview .proj-2 {
  position: relative;
  float: right;
  width: 32%;
}
.projects-preview .proj-2 img {
  aspect-ratio: 0.797;
  object-fit: cover;
}
.projects-preview .proj-2 h4 {
  position: absolute;
  width: 124%;
  transform-origin: top left;
  transform: rotate(-90deg) translate(0.5em, -130%);
}
.projects-preview .projects-grid-2.boxed {
  max-width: 1360px;
  clear: both;
  padding-top: 50px;
  justify-content: space-between;
  align-items: flex-end;
}
.projects-preview .projects-grid-2.boxed .proj-4 {
  margin-bottom: 0;
}
@media (max-width: 679px) {
  .projects-preview .projects-grid-2.boxed .proj-4 {
    margin-bottom: 3em;
  }
}
.projects-preview .proj-3 {
  flex-basis: 35%;
  position: relative;
}
.projects-preview .proj-3 img {
  aspect-ratio: 0.92;
  object-fit: cover;
}
.projects-preview .proj-3 h4 {
  position: absolute;
  right: 0;
  width: 107%;
  transform-origin: top left;
  transform: translate(102%, -50%) rotate(-90deg);
}
.projects-preview .proj-4 {
  flex-basis: 38%;
  position: relative;
}
.projects-preview .proj-4 img {
  aspect-ratio: 1.54;
  object-fit: cover;
}
.projects-preview .proj-4 h4 {
  position: absolute;
  left: 0;
  width: 63%;
  transform-origin: top left;
  transform: rotate(-90deg) translate(4%, -150%);
}
@media (max-width: 1100px) {
  .projects-preview .proj-4 h4 {
    transform: rotate(-90deg) translate(4%, -135%);
  }
}
.projects-preview .projects-grid-3 {
  margin: 150px auto;
  max-width: 1360px;
}
.projects-preview .projects-grid-3 a {
  max-width: 70%;
  margin: 0 0 0 auto;
}
@media (max-width: 1100px) {
  .projects-preview .projects-grid-3 a {
    max-width: 75%;
  }
}
.projects-preview .projects-grid-4 {
  clear: both;
  max-width: 810px;
  padding-top: 150px;
  margin: 0 auto;
}
.projects-preview .projects-grid-4 a {
  margin: 0 auto;
}
.projects-preview .projects-grid-4 + .projects-grid-2 {
  padding-top: 120px;
}
.projects-preview.white {
  padding: 100px 0;
  background-color: #fff;
  background: none;
}
.projects-preview.white .desc {
  color: #0d0d0d;
}
@media (max-width: 679px) {
  .projects-preview .aftertext-link {
    margin: 0 0 3em 0;
  }
  .projects-preview .projects-grid .proj-1,
.projects-preview .projects-grid .proj-2,
.projects-preview .projects-grid .proj-3,
.projects-preview .projects-grid .proj-4 {
    max-width: 100%;
    width: auto;
    margin: 0 0 3em 0;
    top: auto;
    left: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .projects-preview .projects-grid .proj-1 img,
.projects-preview .projects-grid .proj-2 img,
.projects-preview .projects-grid .proj-3 img,
.projects-preview .projects-grid .proj-4 img {
    aspect-ratio: auto;
  }
  .projects-preview .projects-grid-3 {
    margin: 0;
  }
  .projects-preview .projects-grid-4 {
    padding-top: 0;
  }
  .projects-preview .projects-grid .proj-1 img {
    float: none;
  }
  .projects-preview .projects-grid > a > img {
    width: 100%;
    margin: 0 1.2em 0 0.9em;
    margin: 0;
    order: -1;
  }
  .projects-preview .projects-grid > a h4 {
    bottom: 0;
    font-size: 0.8125rem;
    left: 0;
    top: auto;
    right: auto;
    transform: translate(0, 0.5em) rotate(-90deg);
    transform-origin: left;
    position: relative;
    transform: none;
    order: -1;
    flex-basis: 100%;
    /*top: -0.5em;*/
    margin: 12px 0 8px 0;
  }
  .projects-preview .projects-grid > a .desc {
    font-size: 4vw;
    flex-basis: 100%;
    margin-left: 0%;
    margin-bottom: 0em !important;
  }
  .projects-preview .projects-grid-2.boxed {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 500px) {
  .projects-preview .projects-grid > a > img {
    /*width: 38%;*/
  }
  .projects-preview .projects-grid > a .desc {
    /*flex-basis: 58%;*/
    font-size: 1.25rem;
  }
  .projects-preview .projects-grid > a h4 {
    transform: none;
    /*top: -1.4em;*/
    top: auto;
    left: auto;
    right: auto;
    width: auto;
    height: auto;
    /*margin: 0 0 10px 0;*/
    bottom: auto;
  }
}

.magazine-preview {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media print {
  .magazine-preview {
    display: none;
  }
}
.magazine-preview .slick-track {
  display: flex !important;
}
.magazine-preview .slick-slide {
  height: inherit !important;
}
.magazine-preview .aftertext-link {
  margin-top: 0;
}
.magazine-preview .flex {
  justify-content: space-between;
  margin-top: 25px;
  display: block;
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.magazine-preview .flex .magazine-preview-box {
  display: block;
  /*flex-basis: 31%;*/
  padding: 15px;
  color: inherit;
  text-decoration: none;
}
.magazine-preview .flex .magazine-preview-box > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s;
}
.magazine-preview .flex .magazine-preview-box:hover > div {
  transform: translate(0, -8px);
  box-shadow: 0 10px 9px 2px rgba(0, 0, 0, 0.06);
}
.magazine-preview .flex .magazine-preview-box .preview-image {
  width: 100%;
  padding-bottom: 60%;
  position: relative;
}
.magazine-preview .flex .magazine-preview-box .preview-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.magazine-preview .flex .magazine-preview-box .preview-data {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.magazine-preview .flex .magazine-preview-box .preview-date {
  color: rgba(28, 28, 28, 0.5);
  margin: 1em 0;
}
.magazine-preview .flex .magazine-preview-box h3 {
  margin: 0;
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5em;
  flex-grow: 1;
}
.magazine-preview .flex .magazine-preview-box .preview-categories {
  color: rgba(28, 28, 28, 0.5);
  font-size: 0.8125rem;
  margin: 1.4em 0;
  text-transform: uppercase;
}
@media (max-width: 679px) {
  .magazine-preview {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .magazine-preview .flex .magazine-preview-box {
    padding: 7px;
  }
  .magazine-preview .slick-arrow {
    position: absolute;
    top: 42%;
    left: 8px;
    font-size: 0;
    width: 34px;
    height: 34px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    border: none;
    z-index: 2;
    transition: all 0.4s;
  }
  .magazine-preview .slick-arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: solid 1px #555;
    border-left: solid 1px #555;
    transform: translate(-40%, -50%) rotate(-45deg);
  }
  .magazine-preview .slick-arrow.slick-disabled {
    opacity: 0;
  }
  .magazine-preview .slick-arrow.slick-next {
    transform: rotate(180deg);
    left: auto;
    right: 8px;
  }
}

.marble-card, .transparent-card, .white-card {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
}
@media (max-width: 500px) {
  .marble-card, .transparent-card, .white-card {
    padding: 35px;
  }
}

.marble-card {
  background-image: url("../css/marble.jpg");
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
}

.white-card {
  background-color: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
}

.blue-card {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  color: #F6F0E9;
  background: linear-gradient(216.59deg, #191E22 15.55%, #253948 70.26%);
  position: relative;
}
.blue-card > * {
  z-index: 1;
  position: relative;
}
.blue-card::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../css/macchiablu.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-size: auto 80%;
  z-index: 0;
}
.blue-card .form-row input[type=submit]:hover {
  background-color: #fff;
  color: #000;
}

.ag-form {
  text-align: center;
  margin: 100px 0;
}
.ag-form .wpcf7-list-item {
  margin: 0;
}
.ag-form .wpcf7-not-valid-tip {
  font-size: 0.75em;
}
.ag-form .wpcf7-spinner {
  margin-right: 0;
}
.ag-form .marble-card, .ag-form .transparent-card, .ag-form .white-card {
  max-width: 860px;
}
.ag-form h2 {
  font-weight: 500;
  max-width: 740px;
}
.ag-form .form-text {
  font-size: 1.125rem;
  margin: 0.6em 0 0.8em 0;
  line-height: 1.6em;
}
.ag-form .form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ag-form .form-row .form-item {
  text-align: left;
  flex-basis: calc(50% - 20px);
  margin: 20px 0 20px 0;
  position: relative;
}
.ag-form .form-row .form-item.align-text-right {
  text-align: right;
}
.ag-form .form-row .form-item.form-item--wide {
  flex-basis: 100%;
}
.ag-form .form-row label {
  cursor: none;
  color: #777676;
}
.ag-form .form-row textarea {
  height: 100px;
  resize: vertical;
}
.ag-form .form-row input[type=text],
.ag-form .form-row input[type=email],
.ag-form .form-row input[type=password],
.ag-form .form-row input[type=tel],
.ag-form .form-row textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 0;
  border: none;
  border-bottom: solid 1px #acacac;
  background-color: transparent;
  outline: none;
  font-family: inherit;
  font-size: 1.125rem;
  cursor: none;
  color: currentColor;
}
.ag-form .form-row input[type=text] + label,
.ag-form .form-row input[type=email] + label,
.ag-form .form-row input[type=password] + label,
.ag-form .form-row input[type=tel] + label,
.ag-form .form-row textarea + label,
.ag-form .form-row .form-item > label[for] {
  padding: 5px 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  color: #777676;
}
.ag-form .form-row input[type=text]:focus + label,
.ag-form .form-row input[type=text].compiled + label,
.ag-form .form-row input[type=email]:focus + label,
.ag-form .form-row input[type=email].compiled + label,
.ag-form .form-row input[type=tel]:focus + label,
.ag-form .form-row input[type=tel].compiled + label,
.ag-form .form-row textarea:focus + label,
.ag-form .form-row textarea.compiled + label,
.ag-form .form-row .form-item.compiled > label,
.ag-form .form-row .form-item.focused > label {
  transform-origin: top left;
  transform: translate(0, -0.7em) scale(0.75);
  padding: 0;
}
.ag-form .form-row input[type=submit] {
  font-size: 1rem;
  font-family: "Karla";
  font-weight: 700;
  text-transform: uppercase;
  border: solid 1px #acacac;
  padding: 1em;
  background-color: transparent;
  color: currentColor;
}
.ag-form .form-row input[type=submit]:hover {
  background-color: #000;
  color: #fff;
}
.ag-form .form-row label a {
  color: inherit;
}
@media (max-width: 679px) {
  .ag-form {
    margin: 0 0 50px 0;
  }
  .ag-form .form-row .form-item {
    flex-basis: 100%;
  }
}

.about-hero-text {
  font-size: 1.5625rem;
  font-weight: 500;
  line-height: 1.36em;
  color: #606060;
  max-width: 635px;
  margin-bottom: 40px;
}

.about-hero-image img {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  max-width: 100%;
  height: auto;
}

.about-hero-content {
  padding-bottom: 80px;
}

.about-twocol {
  padding: 70px 0;
}
.about-twocol .boxed.flex {
  max-width: 1000px;
  justify-content: space-between;
}
.about-twocol .boxed.flex h2 {
  font-family: "Lora";
  font-weight: 400;
  margin: 0 0 13px 0;
}
.about-twocol .boxed.flex .about-column {
  flex-basis: calc(50% - 60px);
  font-size: 1.125rem;
}
@media (max-width: 679px) {
  .about-twocol .boxed.flex {
    display: block;
  }
}

.about-marble {
  margin-bottom: 140px;
  position: relative;
}
.about-marble::before {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url("../css/marble.jpg");
  background-size: cover;
}
.about-marble .boxed {
  max-width: 1050px;
  position: relative;
}
.about-marble .about-marble-pic {
  flex-basis: 388px;
  flex-grow: 0;
  height: 200px;
  margin-top: -50px;
  box-sizing: border-box;
  font-size: 0;
}
.about-marble .about-marble-pic img {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.3);
}
.about-marble .about-marble-text {
  flex-grow: 0;
  flex-basis: 612px;
  box-sizing: border-box;
  font-size: 1.125rem;
  line-height: 1.666em;
  padding-top: 80px;
  padding-left: 140px;
}
.about-marble .about-marble-text div {
  max-width: 447px;
}
@media (max-width: 679px) {
  .about-marble {
    margin-bottom: 70px;
  }
  .about-marble .boxed.flex {
    display: block;
  }
  .about-marble::before {
    width: calc(100% - 25px);
  }
  .about-marble .about-marble-pic {
    width: 35%;
    margin-top: -30px;
    float: left;
    margin-right: 20px;
  }
  .about-marble .about-marble-text {
    padding-top: 30px;
    padding-left: 30px;
  }
  .about-marble .about-magazine-link {
    display: block;
    padding-bottom: 25px;
  }
  .about-marble .about-magazine-link img {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .about-marble .about-magazine-link .aftertext-link {
    text-align: center;
  }
}

.about-magazine-link {
  justify-content: flex-end;
  align-items: center;
  max-width: 920px;
}
.about-magazine-link img {
  max-width: 400px;
  margin: 0 40px;
  transform: translate(0, 40px);
}
.about-magazine-link a {
  color: inherit;
  text-decoration: none;
}

.about-workwith {
  background-color: #1C252C;
  color: #F6F0E9;
  padding-top: 150px;
  padding-bottom: 150px;
}
.about-workwith .section-title {
  text-align: center;
}
.about-workwith span.separator {
  display: inline-block;
  height: 1px;
  width: 58px;
  background-color: currentColor;
  transform: translate(0, -16px);
  margin: 0 10px;
}
.about-workwith .marquee {
  font-size: 0;
}
.about-workwith .marquee a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  font-size: 4.68rem;
}
@media (max-width: 679px) {
  .about-workwith {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .about-workwith .marquee a {
    font-size: 2.2rem;
  }
}

.about-faq {
  margin-top: 70px;
  margin-bottom: 70px;
  color: #0d0d0d;
}
.about-faq .about-faq-intro {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 45px;
}

.accordion {
  margin: 20px 0 60px 0;
  font-family: "Karla";
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  counter-reset: accordionsection;
}
.accordion .accordion-section {
  padding: 40px;
  border-bottom: 1px solid #566571;
  position: relative;
  counter-increment: accordionsection;
}
.accordion .accordion-title {
  padding-right: 100px;
  font-weight: 700;
}
.accordion .accordion-title::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50px;
  right: 50px;
  border-right: solid 2px currentColor;
  border-bottom: solid 2px currentColor;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.accordion .expanded .accordion-title::after {
  transform: rotate(225deg);
}
.accordion .accordion-description {
  padding-right: 100px;
  display: none;
}
.accordion .accordion-description p {
  margin: 0;
}
.accordion .accordion-description p + p {
  margin-top: 1em;
}
.accordion.ordered .accordion-title::before {
  content: counter(accordionsection) ". ";
}
@media (max-width: 679px) {
  .accordion .accordion-section {
    padding: 30px 15px;
  }
  .accordion .accordion-title {
    padding-right: 20px;
  }
  .accordion .accordion-title::after {
    right: 7px;
  }
  .accordion .accordion-description {
    padding-right: 0;
  }
}

.contact-form .section-big-title {
  margin-bottom: 40px;
}

.sales-hero.undermenu {
  padding-bottom: 40px;
  /*.sales-hero-text {
    .default-text p:last-child::after {
      content: '';
      display: inline-block;
      height: 62px;
      width: 10px;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url('..../images/arrowdown.svg');
      vertical-align: top;
      margin-top: 1em;
    }
  }*/
}
.sales-hero.undermenu .default-text {
  font-size: 1.125rem;
}
.sales-hero.undermenu h1 {
  margin-bottom: 5px;
}
.sales-hero.undermenu .subtitle {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.36em;
  margin-bottom: 1em;
}
.sales-hero.undermenu .sales-hero-content.flex {
  justify-content: space-between;
  align-items: center;
}
.sales-hero.undermenu .sales-hero-text {
  flex-basis: 45%;
}
.sales-hero.undermenu .sales-hero-image {
  flex-basis: 48%;
  text-align: center;
}
.sales-hero.undermenu .sales-hero-image--link {
  flex-basis: 38%;
}
@media (max-width: 679px) {
  .sales-hero.undermenu .sales-hero-content.flex {
    display: block;
  }
  .sales-hero.undermenu .sales-hero-content.flex .downarrow {
    display: none;
  }
  .sales-hero.undermenu .sales-hero-image {
    margin-top: 50px;
  }
}
@media print {
  .sales-hero.undermenu .sales-hero-text {
    flex-basis: 100%;
  }
  .sales-hero.undermenu .sales-hero-image {
    display: none;
  }
}
.sales-hero.undermenu .sales-hero-image--link .text {
  color: #282828;
  font-size: 0.8125rem;
  line-height: 1.6em;
  margin-bottom: 0.3em;
}
.sales-hero.undermenu .sales-hero-image--link .text a {
  color: #101010;
  font-size: 0.875rem;
  display: inline-block;
  text-decoration: none;
  margin-left: 0.2em;
}
.sales-hero.undermenu .sales-hero-image--link .text a::after {
  content: "";
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  margin-left: 0.45em;
  border-right: solid 1px #6e6e6e;
  border-top: solid 1px #6e6e6e;
  transform: rotate(45deg);
}
.sales-hero.undermenu .sales-hero-image--link img {
  max-width: 100%;
  height: auto;
}

.downarrow {
  content: "";
  display: inline-block;
  height: 62px;
  width: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../css/arrowdown.svg");
  vertical-align: top;
  margin-top: 1em;
}

.inner-menu {
  position: relative;
  z-index: 3;
}
.inner-menu .sticky-content {
  background-color: #fff;
  padding: 20px 0;
  transform-origin: top left;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}
.inner-menu ul {
  margin: 0;
  padding: 0;
}
.inner-menu ul li {
  display: inline-block;
  margin: 0 60px 0 0;
  color: #A3A3A3;
}
.inner-menu ul li.inner-menu-last {
  margin-right: 0;
}
.inner-menu ul li.inner-menu-first {
  font-weight: 700;
  color: #000;
}
.inner-menu ul li.inner-menu-first span {
  margin-left: 20px;
}
.inner-menu ul li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.5s;
}
.inner-menu ul li a:hover {
  color: #000;
}
@media (min-width: 680px) {
  .inner-menu .sticky-content .inner-menu-items-container ul {
    transform: none !important;
  }
  .inner-menu .sticky-content .inner-menu-items-container {
    height: auto !important;
  }
}
@media (max-width: 679px) {
  .inner-menu {
    position: absolute;
    width: 100%;
  }
  .inner-menu .sticky-content {
    padding: 0;
  }
  .inner-menu .sticky-content .inner-menu-items-container {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    overflow: hidden;
    transition: all 0.5s;
  }
  .inner-menu .sticky-content .inner-menu-items-container::after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 10px;
    height: 10px;
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
    transform: rotate(45deg);
    transition: all 0.3s;
  }
  .inner-menu .sticky-content .inner-menu-items-container.expanded::after {
    transform: translateY(2px) rotate(225deg);
  }
  .inner-menu .sticky-content ul {
    transition: all 0.5s;
  }
  .inner-menu .sticky-content ul li {
    display: block;
    margin-right: 40px;
  }
  .inner-menu .sticky-content ul li a {
    display: block;
    box-sizing: border-box;
    padding: 10px 0;
    height: 40px;
    white-space: nowrap;
  }
  .inner-menu .sticky-content ul li span {
    display: none;
  }
  .inner-menu .sticky-content .expanded > ul {
    transform: translate(0, 0) !important;
  }
  .inner-menu .sticky-content .expanded .inner-menu-first {
    color: #A3A3A3;
  }
  .inner-menu .sticky-content .expanded a.current {
    color: #000;
  }
}

.darkbg {
  color: #F6F0E9;
  background: linear-gradient(216.59deg, #191E22 15.55%, #253948 70.26%);
}

.twocolimgleft-container {
  margin: 110px 0;
}
@media (max-width: 679px) {
  .twocolimgleft-container {
    margin: 70px 0;
  }
}
.twocolimgleft-container .boxed {
  max-width: 1250px;
  text-align: left;
}
.twocolimgleft-container .twocolimgleft {
  max-width: 1100px;
  justify-content: space-between;
}
.twocolimgleft-container .twocolimgleft > div {
  flex-basis: 50%;
}
.twocolimgleft-container .twocolimgleft .text {
  flex-basis: calc(50% - 50px);
}
.twocolimgleft-container .twocolimgleft .text .section-title {
  margin-top: 0;
  margin-bottom: 4px;
}
.twocolimgleft-container .twocolimgleft .section-big-title {
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 679px) {
  .twocolimgleft-container .twocolimgleft {
    display: block;
  }
}

.lefttitled-container {
  margin: 110px 0;
}
@media (max-width: 679px) {
  .lefttitled-container {
    margin: 70px 0;
  }
}
.lefttitled-container.darkbg {
  padding: 110px 0;
}
@media (max-width: 679px) {
  .lefttitled-container.darkbg {
    padding: 70px 0;
  }
}
.lefttitled-container .section-title {
  margin-top: 4px;
  margin-bottom: 4px;
}
.lefttitled-container .section-big-title {
  margin: 10px 0;
}
.lefttitled-container .flex {
  justify-content: space-between;
}
.lefttitled-container .lefttitle {
  flex-basis: 300px;
  margin-right: 50px;
  flex-shrink: 0;
}
.lefttitled-container .content {
  flex-shrink: 2;
  max-width: 880px;
}
.lefttitled-container .content .default-text p {
  margin: 0;
}
.lefttitled-container .content .default-text p + p {
  margin-top: 1em;
}
.lefttitled-container .lefttitle--short {
  flex-basis: 190px;
}
@media (max-width: 679px) {
  .lefttitled-container .lefttitled {
    display: block;
  }
  .lefttitled-container .lefttitled .content img {
    max-width: 35%;
  }
}

.imgboxes-container {
  margin-top: 110px;
  margin-bottom: 110px;
}
@media (max-width: 679px) {
  .imgboxes-container {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.imgboxes {
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
.imgboxes > * {
  display: block;
  flex-basis: calc(33.3333% - 25px);
}
.imgboxes a {
  color: inherit;
  text-decoration: none;
  padding: 15px;
}
.imgboxes a:hover figure img {
  transform: translateY(-5px);
  box-shadow: 0 6px 7px rgba(0, 0, 0, 0.1);
}
.imgboxes figure {
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 0;
  position: relative;
}
.imgboxes figure .sizer {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
}
.imgboxes figure img {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.imgboxes figure figcaption {
  font-size: 0.8125rem;
  line-height: 1.5em;
  font-family: "Karla";
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #566571;
  margin: 1em 2px;
}
@media (max-width: 679px) {
  .imgboxes a {
    padding: 7px;
  }
  .imgboxes .slick-arrow {
    position: absolute;
    top: 42%;
    left: 8px;
    font-size: 0;
    width: 34px;
    height: 34px;
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
    border: none;
    z-index: 2;
    transition: all 0.4s;
  }
  .imgboxes .slick-arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-top: solid 1px #555;
    border-left: solid 1px #555;
    transform: translate(-40%, -50%) rotate(-45deg);
  }
  .imgboxes .slick-arrow.slick-disabled {
    opacity: 0;
  }
  .imgboxes .slick-arrow.slick-next {
    transform: rotate(180deg);
    left: auto;
    right: 8px;
  }
}

.greycard {
  margin-top: 100px;
  margin-bottom: 100px;
  background: -moz-linear-gradient(left, rgb(247, 247, 248) 0%, rgb(247, 247, 248) 50%, rgba(247, 247, 248, 0) 51%, rgba(247, 247, 248, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(247, 247, 248) 0%, rgb(247, 247, 248) 50%, rgba(247, 247, 248, 0) 51%, rgba(247, 247, 248, 0) 100%);
  background: linear-gradient(to right, rgb(247, 247, 248) 0%, rgb(247, 247, 248) 50%, rgba(247, 247, 248, 0) 51%, rgba(247, 247, 248, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f8", endColorstr="#00f7f7f8",GradientType=1 );
}
@media (max-width: 679px) {
  .greycard {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.greycard .boxed {
  max-width: 1000px;
}
.greycard .greycard-lefttitle {
  margin-right: 50px;
  margin-top: 0;
}
.greycard .greycard-content {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #F7F7F8;
  padding-right: 25px;
}
@media (max-width: 679px) {
  .greycard .greycard-content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.greycard .greycard-content .greycard-text {
  max-width: 565px;
}
.greycard .greycard-content p:first-child {
  margin-top: 0;
}
@media (max-width: 679px) {
  .greycard .greycard-content .flex {
    display: block;
  }
}

.floatinglist-container {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.floatinglist-container .floating-image {
  width: 200px;
  height: 320px;
  top: 0;
  left: 0;
  z-index: 0;
  position: absolute;
  pointer-events: none;
  transition: opacity 0.3s;
  opacity: 0;
}
.floatinglist-container .floating-image .images-list {
  transform-origin: center;
  position: absolute;
  top: -50%;
  left: -50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.floatinglist-container .floating-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.floatinglist-container .floating-image img.previous {
  z-index: 2;
}
.floatinglist-container .floating-image img.current {
  z-index: 3;
}
.floatinglist-container .list {
  /* position: relative;*/
  z-index: 1;
}
.floatinglist-container .section-title + .list {
  margin-top: 20px;
}
.floatinglist-container .item {
  position: relative;
}
.floatinglist-container .item.fake {
  pointer-events: none;
}
.floatinglist-container .item.fake > a {
  border-bottom: none;
  padding: 0;
}
.floatinglist-container .item:hover {
  z-index: 2;
}
.floatinglist-container .item:hover > a {
  border-bottom: none;
}
.floatinglist-container .item:hover + .item > a {
  border-top: 1px solid #566571;
}
.floatinglist-container .item a {
  font-family: "Karla";
  text-decoration: none;
  font-weight: 400;
  font-size: 1.5625rem;
  line-height: 1.8em;
  padding: 28px 0;
  display: block;
  color: #F6F0E9;
  border-bottom: 1px solid #566571;
}
.floatinglist-container .item a:hover {
  color: #fb4923;
}

.project-hero {
  margin-bottom: 70px;
}
.project-hero .project-hero-desc {
  font-family: "Karla";
  font-style: normal;
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 1.36em;
  text-align: justify;
  color: #606060;
  max-width: 640px;
}
.project-hero .project-hero-intro {
  position: relative;
  margin-top: 50px;
}
.project-hero .project-hero-intro .flex {
  align-items: stretch;
  position: relative;
}
.project-hero .project-hero-intro::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 0;
}
.project-hero .project-hero-img {
  flex-basis: 47%;
  position: relative;
}
.project-hero .project-hero-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.project-hero .project-hero-text {
  flex-basis: 53%;
}
.project-hero .project-hero-text .project-hero-card {
  padding: 100px 70px 70px 70px;
  background-color: #fff;
  margin-top: 35px;
}
@media (max-width: 679px) {
  .project-hero .project-hero-intro {
    margin-top: 0;
  }
  .project-hero .project-hero-intro::before {
    display: none;
  }
  .project-hero .project-hero-intro .project-hero-card {
    margin-top: 0;
  }
  .project-hero .project-hero-intro > .flex {
    flex-wrap: wrap;
    margin-bottom: 110px;
  }
  .project-hero .project-hero-intro > .flex .project-hero-img {
    order: 2;
    margin: auto;
    width: calc(100% - 30px);
    flex-basis: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
  }
  .project-hero .project-hero-intro > .flex .project-hero-img img {
    position: relative;
    height: 100%;
    width: 100%;
  }
  .project-hero .project-hero-intro > .flex .project-hero-text {
    flex-basis: 100%;
  }
  .project-hero .project-hero-intro > .flex .project-hero-text .project-hero-card {
    padding-bottom: 220px;
  }
}
@media (max-width: 500px) {
  .project-hero .project-hero-intro .project-hero-card {
    padding: 35px 35px 0 35px;
  }
  .project-hero .project-hero-intro .flex {
    margin-bottom: 70px;
  }
}

.dblcol-text {
  margin-top: 70px;
  margin-bottom: 70px;
}
.dblcol-text .section-title, .dblcol-text .section-big-title {
  text-align: center;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}
.dblcol-text .dblcol-text-content {
  column-count: 2;
  column-gap: 55px;
  text-align: justify;
}
.dblcol-text .dblcol-text-content p {
  margin-top: 0;
}
@media (max-width: 679px) {
  .dblcol-text .dblcol-text-content {
    column-count: 1;
    column-gap: 0;
    text-align: left;
  }
}

.justimg {
  margin-top: 70px;
  margin-bottom: 70px;
}
.justimg .boxed {
  max-width: 900px;
  text-align: center;
}
.justimg .boxed img {
  max-width: 100%;
  height: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

.quote {
  padding-top: 150px;
  padding-bottom: 150px;
}
.quote .boxed {
  max-width: 800px;
}
.quote .quote-content {
  flex-basis: 660px;
}
.quote .quote-author {
  color: #566571;
  text-align: center;
  margin-top: 30px;
}
.quote .section-title {
  flex-basis: 80px;
  position: relative;
  color: #566571;
}
.quote .section-title span {
  position: absolute;
  top: 1em;
  left: 20px;
  white-space: nowrap;
  display: block;
  transform-origin: left;
  transform: rotate(-90deg) translate(-100%, 0);
}

.sales-hero.guida-hero.undermenu {
  padding-bottom: 0;
  margin-bottom: 50px;
}
.sales-hero.guida-hero.undermenu .guide-form {
  text-align: left;
}
.sales-hero.guida-hero.undermenu .guide-form .guideform-title {
  font-size: 1.56rem;
  font-weight: 500;
  margin-top: 0.7em;
}
.sales-hero.guida-hero.undermenu .sales-hero-image {
  flex-basis: 38%;
}

.hero-form.ag-form {
  position: relative;
  margin-bottom: 0;
}
@media print {
  .hero-form.ag-form {
    display: none;
  }
}
.hero-form.ag-form > div {
  position: relative;
  z-index: 1;
}
.hero-form.ag-form::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40%;
  background-color: #fff;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.post-details {
  color: #1c1c1c;
  line-height: 1.875em;
  opacity: 0.5;
}
@media print {
  .post-details {
    display: none;
  }
}
.post-details .post-cat {
  font-size: 0.8125rem;
  text-transform: uppercase;
}
.post-details .flex {
  flex-wrap: wrap;
}
.post-details .post-details-separator {
  display: inline-block;
  margin: 0 10px;
}
.post-details .post-details-separator::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background-color: currentColor;
  vertical-align: middle;
}

.btn {
  font-size: 1rem;
  line-height: 1.8em;
  font-weight: 700;
  background-color: #000;
  color: #F6F0E9;
  display: inline-block;
  text-decoration: none;
  padding: 9px 15px;
  text-align: center;
}

.share-icons {
  margin-top: 15px;
}
.share-icons a, .share-icons span.share {
  margin-right: 15px;
  color: inherit;
  text-decoration: none;
}
.share-icons a:hover > span, .share-icons span.share:hover > span {
  opacity: 0.6;
}
.share-icons .icon {
  display: block;
  background-image: url("../css/share.svg");
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.share-icons .icon-label {
  font-size: 0.8125rem;
  text-transform: capitalize;
}
.share-icons .icon-print {
  background-image: url("../css/print.svg");
}
.share-icons .icon-download {
  background-image: url("../css/download.svg");
}
@media (max-width: 679px) {
  .share-icons a.print {
    display: none;
  }
}
.share-icons .ag-share-baloon {
  display: none;
  position: absolute;
  top: 100%;
  font-size: 0.8275rem;
  padding-top: 10px;
}
.share-icons .ag-share-baloon div {
  position: relative;
  background-color: #fff;
  border: solid 1px #f0f0f0;
  padding: 4px 12px;
}
.share-icons .ag-share-baloon div::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 5px;
  width: 1px;
  height: 1px;
  border-bottom: solid 10px #fff;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  z-index: 1;
}
.share-icons .ag-share-baloon div::after {
  content: "";
  display: block;
  position: absolute;
  top: -11.5px;
  left: 4px;
  width: 1px;
  height: 1px;
  border-bottom: solid 12px #f0f0f0;
  border-left: solid 11px transparent;
  border-right: solid 11px transparent;
  z-index: -1;
}
.share-icons .ag-share-baloon a {
  margin: 10px 0;
  display: flex;
  white-space: nowrap;
  align-items: center;
}
.share-icons .ag-share-baloon a i {
  margin-right: 0.3em;
}
.share-icons .ag-share-baloon a:hover {
  opacity: 0.5;
}
.share-icons .share {
  position: relative;
}
.share-icons .share:hover .ag-share-baloon {
  display: block;
}

.withindex {
  margin: 100px 0;
}
@media print {
  .withindex {
    margin: 0;
  }
}
.withindex .indexcol {
  flex-basis: 230px;
  flex-shrink: 0;
  font-size: 1.125rem;
  margin-right: 50px;
}
@media print {
  .withindex .indexcol {
    display: none;
  }
}
.withindex .indexcol .indexcol-index ul li strong {
  font-weight: 400;
}
.withindex .indexcol .indexcol-title {
  font-weight: 700;
  line-height: 1.66em;
  margin-top: 5px;
}
.withindex .indexcol .btn {
  display: block;
}
.withindex .indexcol ul {
  padding: 0;
  list-style: none;
  font-size: 0.9375rem;
  line-height: 1.333em;
}
.withindex .indexcol ul li {
  color: #ababab;
}
.withindex .indexcol ul li a {
  display: block;
  padding: 9px 0;
  text-decoration: none;
  color: inherit;
  border-top: solid 1px #cacaca;
}
.withindex .indexcol ul li a.current {
  color: #000;
}
.withindex .indexcol ul li:first-child a {
  border-top: none;
}
.withindex .contentcol {
  flex-basis: 670px;
}
@media print {
  .withindex .contentcol {
    flex-grow: 1;
  }
}
.withindex .contentcol .post-details {
  margin-bottom: 33px;
}
.withindex .contentcol .re-title {
  font-size: 2.125rem;
  line-height: 1em;
}
.withindex .contentcol h2 {
  font-size: 1.5625rem;
  margin: 2em 0 0.8em 0;
}

.author {
  margin-top: 50px;
  background-color: #F7F7F8;
}
@media print {
  .author {
    display: none;
  }
}
.author .flex {
  align-items: center;
}
.author .author-pic {
  flex-basis: 160px;
  flex-shrink: 0;
  padding: 20px;
}
.author .author-bio {
  margin: 40px 50px 40px 20px;
  line-height: 1.7em;
}
@media (max-width: 679px) {
  .author .author-pic {
    flex-basis: 120px;
  }
  .author .author-bio {
    margin: 0 20px 20px 20px;
  }
  .author .author-bio p:first-child {
    margin-top: 0;
  }
}

.blog-hero.undermenu h1 {
  margin-top: 0;
  align-items: center;
}
.blog-hero.undermenu h1 span:first-child {
  display: block;
  font-size: 2.28em;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
  color: transparent;
  background-image: url("../css/title_bg_flowers.jpg");
  -webkit-background-clip: text;
  background-clip: text;
  background-position: 0 30px;
  line-height: 1.1em;
  padding: 0 0 0.1em 0;
}
.blog-hero.undermenu h1 span.star {
  display: block;
  transform: translateY(-0.5em);
}
.blog-hero.undermenu h1 sup {
  display: block;
  font-family: "Lora";
  font-style: italic;
  font-weight: 400;
  font-size: 0.343em;
  line-height: 1.35em;
  padding-left: 0.2em;
  max-width: 300px;
}
@media (max-width: 1080px) {
  .blog-hero.undermenu h1 {
    font-size: 6.48vw;
  }
}
@media (max-width: 679px) {
  .blog-hero.undermenu h1 {
    flex-wrap: wrap;
  }
  .blog-hero.undermenu h1 span:first-child {
    width: 100%;
    font-size: 19vw;
  }
  .blog-hero.undermenu h1 span.star {
    transform: translate(0, -0.2em);
  }
  .blog-hero.undermenu h1 sup {
    font-size: 0.75rem;
  }
}
@media (max-width: 500px) {
  .blog-hero.undermenu h1 {
    font-size: 3rem;
  }
  .blog-hero.undermenu h1 sup {
    font-size: 0.95rem;
  }
}

.blog-cats-list {
  margin-top: 50px;
}
.blog-cats-list a {
  font-size: 0.9375rem;
  color: #0d0d0d;
  text-transform: uppercase;
  text-decoration: none;
}
.blog-cats-list span {
  margin: 0 1em;
}
@media (max-width: 679px) {
  .blog-cats-list {
    display: none;
  }
}

.blog-highlighted .white-card {
  margin-top: -20px;
}
.blog-highlighted .flex {
  justify-content: space-between;
  align-items: center;
}
.blog-highlighted .default-text {
  flex-basis: calc(50% - 20px);
}
.blog-highlighted .image {
  flex-basis: calc(50% - 20px);
}
@media (max-width: 679px) {
  .blog-highlighted .white-card {
    padding: 1px 0 0 0;
  }
  .blog-highlighted .section-title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blog-highlighted .section-big-title {
    font-size: 1.5rem;
  }
  .blog-highlighted .flex {
    display: flex;
    flex-direction: column;
  }
  .blog-highlighted .flex .default-text {
    padding: 0 20px 20px 20px;
  }
  .blog-highlighted .image {
    order: -1;
    width: 100%;
    padding-bottom: 56%;
    position: relative;
  }
  .blog-highlighted .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.blog-posts-list .boxed > .flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.blog-posts-list .flex::after {
  content: "";
  display: block;
  flex-basis: calc(33.333% - 20px);
  order: 10;
}
.blog-posts-list .blog-post-box {
  flex-basis: calc(33.333% - 20px);
  margin-top: 70px;
  margin-bottom: 70px;
  color: inherit;
  text-decoration: none;
  order: 1;
}
.blog-posts-list .blog-post-box.prebanner {
  order: 1;
}
.blog-posts-list .blog-post-box .post-box-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0px 4px 4px rgba(192, 189, 189, 0.25);
}
.blog-posts-list .blog-post-box .post-box-content .details {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px;
}
.blog-posts-list .blog-post-box .post-box-content .details .date {
  color: rgba(28, 28, 28, 0.5);
}
.blog-posts-list .blog-post-box .post-box-content .details h2 {
  flex-grow: 1;
  margin-top: 0.5em;
  margin-bottom: 1.3em;
  font-size: 1.25rem;
}
.blog-posts-list .blog-post-box .post-box-content .details .cat {
  color: rgba(28, 28, 28, 0.5);
  font-size: 0.75rem;
  text-transform: uppercase;
}
.blog-posts-list .blog-post-box .post-box-content .details .cat span::before {
  content: "#";
}
.blog-posts-list .blog-post-box .image {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}
.blog-posts-list .blog-post-box .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-posts-list .blog-post-box:hover .post-box-content {
  transform: translateY(-10px);
  box-shadow: 0px 12px 4px rgba(192, 189, 189, 0.15);
}
@media (max-width: 679px) {
  .blog-posts-list .flex::after {
    flex-basis: calc(50% - 10px);
  }
  .blog-posts-list .blog-post-box {
    flex-basis: calc(50% - 10px);
    order: 2;
  }
  .blog-posts-list .blog-post-box.prebanner {
    order: 0;
  }
}
@media (max-width: 420px) {
  .blog-posts-list .banner-container {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .blog-posts-list .flex::after {
    display: none;
  }
  .blog-posts-list .blog-post-box {
    flex-basis: 100%;
    margin-bottom: 0px;
    margin-top: 40px;
    order: 1;
  }
  .blog-posts-list .blog-post-box.prebanner {
    order: 1;
  }
}

.archive .blog-hero {
  padding-bottom: 30px;
}

.archive .about-hero-content {
  max-width: 840px;
}

.blog-hero + .blog-posts-list {
  margin-top: -100px;
}

.banner-container {
  flex-basis: 100%;
  text-align: center;
  margin-bottom: 0px;
  order: 1;
}

.widebanner {
  color: #fff;
}

.pages-navigation {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  margin-bottom: 60px;
}
.pages-navigation::after {
  content: "";
  display: block;
  order: 1;
}
.pages-navigation a {
  text-decoration: none;
  color: inherit;
  order: 0;
}
.pages-navigation .next {
  order: 2;
}
.pages-navigation .prev a::before, .pages-navigation .next a::after {
  content: "";
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  border-left: solid 1px currentColor;
  border-top: solid 1px currentColor;
  transform: translateY(-0.08em) rotate(-45deg);
  margin-right: 0.35em;
}
.pages-navigation .next a::after {
  transform: translateY(-0.08em) rotate(135deg);
  margin-right: 0;
  margin-left: 0.35em;
}
@media (max-width: 679px) {
  .pages-navigation {
    margin-top: 35px;
  }
}

.sales-hero.post-hero .sales-hero-text {
  flex-grow: 1;
}

.single-post .withindex {
  margin-top: 50px;
}
@media print {
  .single-post .withindex {
    margin: 0;
  }
}
.single-post .post-form-container.boxed {
  max-width: 940px;
}
.single-post .post-form-container.boxed .blue-card {
  padding: 40px 75px;
}
@media print {
  .single-post .post-form-container.boxed {
    display: none;
  }
}
.single-post .post-form-container.boxed .post-form {
  text-align: left;
}
.single-post .post-cat a {
  color: inherit;
  text-decoration: none;
}

.mobile-share {
  display: none;
}

@media (min-width: 680px) {
  .indexcol-index.inner-menu-items-container ul {
    transform: none !important;
  }

  .indexcol-index.inner-menu-items-container {
    height: auto !important;
  }
}
@media (max-width: 679px) {
  .inner-link-target {
    margin-top: 35px;
  }

  .withindex {
    margin-top: 50px;
    position: relative;
    padding-top: 60px;
  }
  .withindex .inner-menu-items-container {
    height: 40px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.5s;
  }
  .withindex .inner-menu-items-container::after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 10px;
    height: 10px;
    border-left: solid 1px #000;
    border-bottom: solid 1px #000;
    transform: rotate(-45deg);
    transition: all 0.3s;
    z-index: 3;
  }
  .withindex .inner-menu-items-container.expanded::after {
    transform: translateY(2px) rotate(135deg);
  }
  .withindex .flex .inner-menu-items-container.expanded li a.current {
    color: #000;
  }
  .withindex .flex {
    flex-wrap: wrap;
  }
  .withindex .flex .indexcol {
    margin: 0;
    flex-basis: 100%;
    z-index: 2;
  }
  .withindex .flex .indexcol ul {
    margin: 0;
    padding: 0 15px;
    transition: all 0.5s;
  }
  .withindex .flex .indexcol ul li a {
    border: none;
    display: block;
    height: 40px;
    width: calc(100% - 40px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    margin-right: 40px;
    transition: all 0.7s;
  }
  .withindex .flex .indexcol ul li a.current {
    color: #cacaca;
  }
  .withindex .flex .indexcol .inner-menu-items-container.expanded ul {
    transform: translate(0, 0) !important;
  }
  .withindex .share-icons {
    justify-content: center;
  }

  .indexcol {
    padding-top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
  }
  .indexcol > div {
    width: 100vw;
  }
  .indexcol .indexcol-title, .indexcol .indexcol-share, .indexcol .indexcol-cta {
    display: none;
  }

  .post-form-container.boxed .blue-card {
    padding: 30px;
  }

  .mobile-share {
    margin-top: 50px;
    display: block;
    text-align: center;
    width: 100%;
    z-index: 2;
  }
  .mobile-share .indexcol-cta a {
    display: block;
  }
  .mobile-share .share-icons a, .mobile-share .share-icons span.share {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media print and (max-width: 679px) {
  .mobile-share {
    display: none;
  }
}
.contacts-hero {
  margin-bottom: 100px;
}
@media (max-width: 679px) {
  .contacts-hero {
    margin-bottom: 0;
  }
}

.map-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 679px) {
  .map-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.map-section .section-title, .map-section .section-big-title {
  text-align: center;
}
.map-section .flex {
  margin-top: 30px;
  justify-content: space-between;
  align-items: stretch;
}
.map-section .flex .map-text {
  flex-basis: 450px;
  margin-right: 35px;
  flex-grow: 0;
}
.map-section .flex .map-map {
  flex-basis: 590px;
  flex-grow: 0;
}
.map-section .flex .map-map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 679px) {
  .map-section .flex {
    display: block;
  }
  .map-section .flex .map-map {
    height: 280px;
  }
}

.page-template-template-newsletter .sales-hero.undermenu {
  margin-bottom: 80px;
}
.page-template-template-newsletter .quote-author {
  text-align: left;
}
.page-template-template-newsletter .quote-author::before {
  content: "";
  display: inline-block;
  border-bottom: solid 1px #4D4C4C;
  width: 81px;
  margin-right: 1em;
}
.page-template-template-newsletter .quote .section-title span {
  transform: rotate(-90deg) translate(-80%, 0);
}

.newsletter-overview {
  margin: 100px 0;
}
.newsletter-overview .flex {
  justify-content: space-between;
}
.newsletter-overview .flex .image {
  flex-basis: 540px;
  flex-grow: 0;
}
.newsletter-overview .flex .text {
  flex-basis: 565px;
  margin-left: 45px;
  flex-grow: 0;
}

.page-template-template-thankyou .sales-hero.undermenu, .error404 .sales-hero.undermenu {
  padding-bottom: 70px;
}

html, body {
  padding: 0;
  margin: 0;
  border: none;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  width: 100%;
  height: 100%;
  position: fixed;
  cursor: none;
}
@media print {
  html, body {
    position: relative;
    height: auto;
  }
}

.mobile-probe {
  display: none;
  left: -10000px;
  position: absolute;
}

@media (max-width: 679px) {
  .mobile-probe {
    display: block;
  }
}
#wpadminbar {
  cursor: default;
}
#wpadminbar a {
  cursor: pointer;
}

a {
  cursor: none;
}

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

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

.marquee {
  overflow: hidden;
  white-space: nowrap;
}

#breadcrumbs {
  font-size: 0.875rem;
  color: #000;
  margin-top: 15px;
  /*.breadcrumb_last {
    color: #000;
  }*/
  margin-bottom: 20px;
}
#breadcrumbs > span:first-child > span:first-child {
  color: #C5C5C5;
}
#breadcrumbs > span:first-child > span:first-child > a + span {
  color: #000;
}
#breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
@media print {
  #breadcrumbs {
    display: none;
  }
}
@media (max-width: 679px) {
  #breadcrumbs {
    margin-top: 55px;
    margin-bottom: 10px;
  }
}

#cursor {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  pointer-events: none;
}
#cursor::before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  background-color: #000;
  /*border: solid 1px #fff;*/
  box-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
  transition: all 0.2s !important;
}
@media print {
  #cursor {
    display: none !important;
  }
}

@media (max-width: 679px) {
  #cursor {
    display: none !important;
  }

  html, body {
    cursor: default !important;
  }

  body a {
    cursor: pointer;
  }
}
@media (pointer: coarse) {
  #cursor {
    display: none !important;
  }
}
.hoverlink #cursor::before {
  width: 21px;
  height: 21px;
  /*border-top-left-radius: 0;
  border-bottom-right-radius: 85px;*/
  transition: all 0.2s;
}

.hovertext #cursor::before {
  width: 1px;
  height: 19px;
  border-radius: 0;
  /*border: none;*/
  /*transform: translate(0, 0);*/
  transition: all 0.2s;
}

input, label {
  cursor: none;
}

.hoverview #cursor::before {
  width: 36px;
  height: 36px;
  /*transform: translate(-50%,-50%);*/
}

#cursor::after {
  display: block;
  content: "view";
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.2s;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}

.hoverview #cursor::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/*#cursor::after {
  content: '';
  display: block;
  position: absolute;
  height: 13px;
  width: 0;
  background-color: transparent;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  top: 0;
  left: -1px;
  transition: all 0.2s;
  transform: scale(0);
}
.hovertext #cursor::after {
  width: 4px;
  transform: scale(1);
}*/
#scroll-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media print {
  #scroll-wrapper {
    position: relative;
  }
}

@media print {
  .scroll-content {
    transform: none !important;
    display: block !important;
  }
}
.top-bar {
  background-color: #fb4923;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media print {
  .top-bar {
    display: none;
  }
}
.top-bar::before {
  content: "";
  display: block;
  flex-basis: 2em;
  flex-shrink: 0;
}
.top-bar .top-bar-close {
  display: block;
  text-decoration: none;
  color: inherit;
  flex-basis: 2em;
  flex-shrink: 0;
  position: relative;
}
.top-bar .top-bar-close::before, .top-bar .top-bar-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1px;
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.top-bar .top-bar-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.top-bar .top-bar-content {
  text-align: center;
  flex-grow: 1;
  padding: 2px;
  font-weight: 300;
}

.undermenu {
  margin-top: -72px;
  padding-top: 122px;
  padding-bottom: 1px;
  background-image: url("../css/home-top-bg.jpg");
  background-size: cover;
  background-position: top right;
}
@media print {
  .undermenu {
    margin-top: 0;
  }
}
.undermenu h1 {
  font-size: 3.7rem;
  font-family: "Lora";
  font-weight: 400;
  margin: 0.3em 0;
  line-height: 1.1em;
}
@media (max-width: 679px) {
  .undermenu {
    padding-top: 30px;
  }
}
@media (max-width: 500px) {
  .undermenu h1 {
    font-size: 3rem;
  }
}
@media print {
  .undermenu h1 {
    font-size: 2.5rem;
  }
}

.main-content-wrapper {
  position: relative;
  box-sizing: border-box;
  padding-top: 72px;
}

.main-content {
  overflow: hidden;
  min-height: 100vh;
}
@media print {
  .main-content {
    overflow: visible;
    min-height: auto;
  }
}

.mobile-menu-opened .main-content {
  height: 100vh;
}

.admin-bar #scroll-wrapper {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar #scroll-wrapper {
    top: 46px;
  }
}
@media print {
  .admin-bar #scroll-wrapper {
    top: 0;
  }
}
.boxed {
  max-width: 1150px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.padded {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 782px) {
  .padded {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.flex {
  display: flex;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  position: relative;
  z-index: 1;
}

.page-transition-title {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  overflow: hidden;
  display: none;
  white-space: nowrap;
}
.page-transition-title span {
  color: #fff;
  display: inline-block;
  font-size: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.default-text {
  font-family: "Karla";
  font-weight: 400;
  line-height: 1.667em;
  font-size: 1.125rem;
}
.default-text a {
  color: inherit;
}
.default-text p a {
  display: inline-block;
  text-decoration: none;
  border-bottom: solid 1px currentColor;
}
.default-text::after {
  content: "";
  display: block;
  clear: both;
}

img.alignleft {
  float: left;
  margin: 1em 1em 1em 0;
}

img.alignright {
  float: right;
  margin: 1em 0 1em 1em;
}

img.alignleft:first-child,
img.alignright:first-child {
  margin-top: 0;
}

.section-title {
  display: block;
  font-family: "Karla";
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #7c7c7c;
  font-size: 0.8125rem;
  margin: 1em 0;
}

.section-big-title {
  font-family: "Lora";
  font-style: normal;
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.5em;
}

/* LINK HOVER ANIMATION */
/*.linehover {
  position: relative;

  &::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -0.1em;
    height: 1px;
    width: 0;
    background-color: currentColor;
    transition: width 0.3s;
  }
}
:hover > .linehover::after {
  width: 100%;
  left: 0;
}*/
.linehover {
  content: "";
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-position: 100% 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding-bottom: 0.1em;
  display: inline;
}

:hover > .linehover {
  background-size: 100% 1px;
  background-position: 0 100%;
}

/* linehover anim ver.2 */
.snake {
  background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
  background-position: 100% 100%;
  background-size: 0 1px;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  padding-bottom: 0.1em;
  display: inline;
}

.snake.white {
  background-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%);
}

a:hover > .snake {
  background-size: 100% 1px;
  background-position: 0 100%;
}

.aftertext-link {
  display: block;
  text-align: right;
  margin-top: 2em;
}
.aftertext-link a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  font-size: 0.8125rem;
}
.aftertext-link a::after {
  content: "";
  display: inline-block;
  margin-left: 1.7em;
  width: 4px;
  height: 4px;
  border-top: solid 1px #837567;
  border-right: solid 1px #837567;
  transform: translate(0, -0.1em) rotate(45deg);
  transition: all 0.2s;
}
.aftertext-link a:hover::after {
  transform: translate(0.3em, -0.1em) rotate(45deg);
}