@charset "UTF-8";
/*!
Theme Name: Virtual Design
Author: MADE IN CIMA Team
Author URI: https://www.madeincima.it
Version: 1.0
Text Domain: mc
*/
/* ----------- RESET DEFAULT STYLES ----------- */
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.6em;
  font-family: Arial, sans-serif;
  padding: 0;
  margin: 0;
  width: 100%;
  line-height: 150%;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  outline: none;
}

img[src$=".gif"], img[src$=".png"], img[src$=".webp"], img[src$=".jpg"] {
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
}

@font-face {
  font-family: "Figtree";
  src: url("font/Figtree-Medium.woff2") format("woff2"), url("font/Figtree-Medium.woff") format("woff"), url("font/Figtree-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("font/Figtree-Light.woff2") format("woff2"), url("font/Figtree-Light.woff") format("woff"), url("font/Figtree-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("font/Figtree-Regular.woff2") format("woff2"), url("font/Figtree-Regular.woff") format("woff"), url("font/Figtree-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("font/Figtree-Bold.woff2") format("woff2"), url("font/Figtree-Bold.woff") format("woff"), url("font/Figtree-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.skiplink {
  position: absolute;
  top: -999px;
  left: -999px;
}

.logo {
  position: relative;
  display: block;
  width: 98px;
  height: 44px;
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  background: url(images/logo.svg) no-repeat center;
  background-size: contain;
  z-index: 2;
}
@media screen and (min-width: 37.51em) {
  .logo {
    width: 124px;
    height: 56px;
  }
}
@media screen and (min-width: 62.51em) {
  .logo {
    width: 150px;
    height: 68px;
  }
}
.has-banner .logo {
  background: url(images/logo-white.svg) no-repeat center;
  background-size: contain;
}
.fixed-header .logo {
  background: url(images/logo-small.svg) no-repeat center;
  background-size: contain;
  width: 35px;
  height: 38px;
}
@media screen and (min-width: 37.51em) {
  .fixed-header .logo {
    width: 42px;
    height: 46px;
  }
}
@media screen and (min-width: 62.51em) {
  .fixed-header .logo {
    width: 50px;
    height: 55px;
  }
}
.maintenance .logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.menu-open .fixed-header .logo {
  background: url(images/logo-small-white.svg) no-repeat center;
  background-size: contain;
  transition: background 0s ease-in-out 0.3s;
}
.menu-open .logo {
  background: url(images/logo-white.svg) no-repeat center;
  background-size: contain;
  transition: background 0s ease-in-out 0.3s;
}

.header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 12px 20px;
  z-index: 300;
  background: #ffffff;
}
@media screen and (min-width: 37.51em) {
  .header {
    padding: 18px 40px;
  }
}
@media screen and (min-width: 62.51em) {
  .header {
    padding: 24px 60px;
  }
}
.header a {
  color: #ffffff;
}
.maintenance .header {
  position: relative;
  top: unset;
  left: unset;
  padding: 0;
}
.header .aux {
  position: relative;
}
.has-banner .header {
  background: none;
  color: #ffffff;
}
.header.fixed-header {
  position: fixed;
  background: red;
  background: #ffffff;
}
@media screen and (min-width: 37.51em) {
  .header.fixed-header {
    padding: 15px 40px;
  }
}
@media screen and (min-width: 62.51em) {
  .header.fixed-header {
    padding: 13px 60px;
  }
}

.icon-hamburger {
  display: block;
  width: 36px;
  height: 30px;
  cursor: pointer;
  z-index: 282;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 37.51em) {
  .icon-hamburger {
    width: 48px;
  }
}
@media screen and (min-width: 62.51em) {
  .icon-hamburger {
    width: 60px;
  }
}
.menu-open .icon-hamburger {
  transition: all 0.3s ease-in-out;
}
.menu-open .icon-hamburger .icon {
  background: none;
  width: 100%;
  right: 0;
}
.menu-open .icon-hamburger .icon:before, .menu-open .icon-hamburger .icon:after {
  background: #ffffff !important;
}
.menu-open .icon-hamburger .text-menu-trigger {
  background: none !important;
}
.no-touch .menu-open .icon-hamburger:hover .icon {
  background: none;
}
.no-touch .menu-open .icon-hamburger:hover .icon:before, .no-touch .menu-open .icon-hamburger:hover .icon:after {
  background: #F18A00 !important;
}
.no-touch .menu-open .icon-hamburger:hover .text-menu-trigger {
  background: none !important;
}
.no-touch .icon-hamburger:hover .text-menu-trigger {
  left: -10px;
}
.icon-hamburger .text-menu-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  background: #0B1216;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.has-banner .icon-hamburger .text-menu-trigger {
  background: #ffffff;
}
.fixed-header .icon-hamburger .text-menu-trigger {
  background: #0B1216;
}
.icon-hamburger .icon {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.icon-hamburger .icon:before, .icon-hamburger .icon:after {
  transition: all 0.3s ease-in-out;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  background: #0B1216;
  content: "";
}
.menu-open .icon-hamburger .icon:before, .menu-open .icon-hamburger .icon:after {
  width: 100%;
}
.has-banner .icon-hamburger .icon:before, .has-banner .icon-hamburger .icon:after {
  background: #ffffff;
}
.fixed-header .icon-hamburger .icon:before, .fixed-header .icon-hamburger .icon:after {
  background: #0B1216;
}
.icon-hamburger .icon:before {
  top: -5px;
}
@media screen and (min-width: 37.51em) {
  .icon-hamburger .icon:before {
    top: -6px;
  }
}
@media screen and (min-width: 62.51em) {
  .icon-hamburger .icon:before {
    top: -7px;
  }
}
.menu-open .icon-hamburger .icon:before {
  transform: rotate(25deg);
  top: 0;
}
.icon-hamburger .icon:after {
  bottom: -6px;
}
@media screen and (min-width: 37.51em) {
  .icon-hamburger .icon:after {
    bottom: -7px;
  }
}
@media screen and (min-width: 62.51em) {
  .icon-hamburger .icon:after {
    bottom: -8px;
  }
}
.menu-open .icon-hamburger .icon:after {
  transform: rotate(-25deg);
  bottom: 0;
}

.menu-container {
  position: fixed;
  top: 0;
  right: 0;
  left: 110%;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 70px 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  text-align: center;
  background: #0B1216;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  transition: all 0.5s ease 0s;
}

.menu-open .menu-container {
  left: 0;
}

.main-menu {
  text-align: center;
  margin: auto;
}
.main-menu li {
  position: relative;
  margin-bottom: 2em;
}
.main-menu li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 37.51em) {
  .main-menu li {
    margin-bottom: 2.5em;
  }
}
@media screen and (min-width: 62.51em) {
  .main-menu li {
    margin-bottom: 3em;
  }
}
.main-menu li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (min-width: 37.51em) {
  .main-menu li a {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 62.51em) {
  .main-menu li a {
    font-size: 7rem;
  }
}
.main-menu li a:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: none;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -20px;
}
@media screen and (min-width: 37.51em) {
  .main-menu li a:before {
    width: 12px;
    height: 12px;
    top: -2px;
    left: -25px;
  }
}
@media screen and (min-width: 62.51em) {
  .main-menu li a:before {
    width: 14px;
    height: 14px;
    top: -3px;
    left: -30px;
  }
}
.no-touch .main-menu li a:hover:before {
  background: #5A696F;
}
.main-menu .current-menu-item > a:before,
.main-menu .current-page-ancestor > a:before,
.main-menu .current-menu-ancestor > a:before,
.main-menu .active > a:before {
  background: #F18A00;
}
.no-touch .main-menu .current-menu-item > a:hover:before,
.no-touch .main-menu .current-page-ancestor > a:hover:before,
.no-touch .main-menu .current-menu-ancestor > a:hover:before,
.no-touch .main-menu .active > a:hover:before {
  background: #F18A00;
}

.header .social-menu {
  margin-top: auto;
  padding-top: 40px;
}
.social-menu .menu {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.social-menu .menu li {
  list-style-type: none;
}
.social-menu .menu li:last-child {
  margin-right: 0;
}
.social-menu .menu li a {
  position: relative;
  display: block;
  text-indent: -9999px;
  width: 46px;
  height: 46px;
  line-height: 0;
}
@media screen and (min-width: 37.51em) {
  .social-menu .menu li a {
    width: 51px;
    height: 51px;
  }
}
@media screen and (min-width: 62.51em) {
  .social-menu .menu li a {
    width: 56px;
    height: 56px;
  }
}
.social-menu .menu li a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease-in-out;
}
.social-menu .menu li + li {
  margin-left: 10px;
}
.social-menu .menu li.instagram a:before {
  background: url(images/instagram-icon.svg) no-repeat center;
  background-size: contain;
}
.no-touch .social-menu .menu li.instagram a:hover:before {
  background: url(images/instagram-icon-hover.svg) no-repeat center;
  background-size: contain;
}
.social-menu .menu li.linkedin a:before {
  background: url(images/linkedin-icon.svg) no-repeat center;
  background-size: contain;
}
.no-touch .social-menu .menu li.linkedin a:hover:before {
  background: url(images/linkedin-icon-hover.svg) no-repeat center;
  background-size: contain;
}

.language-switcher span,
.language-switcher ul li,
.dropdown-trigger,
.dropdown-trigger + *:before {
  font-size: 2rem;
}
@media screen and (min-width: 62.51em) {
  .language-switcher span,
  .language-switcher ul li,
  .dropdown-trigger,
  .dropdown-trigger + *:before {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 87.51em) {
  .language-switcher span,
  .language-switcher ul li,
  .dropdown-trigger,
  .dropdown-trigger + *:before {
    font-size: 2.4rem;
  }
}

.language-switcher {
  position: absolute;
  top: 18px;
  right: 74px;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}
@media screen and (min-width: 37.51em) {
  .language-switcher {
    top: 30px;
    right: 117px;
  }
}
@media screen and (min-width: 62.51em) {
  .language-switcher {
    top: 40px;
    right: 150px;
  }
}
@media screen and (min-width: 87.51em) {
  .language-switcher {
    top: 40px;
    right: 162px;
  }
}
.language-switcher span,
.language-switcher a {
  color: #ffffff;
  text-transform: uppercase;
}
.language-switcher a {
  text-decoration: none;
}
.no-touch .language-switcher a:hover {
  color: #F18A00;
}
.language-switcher .header-langs {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  list-style-type: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.language-switcher .header-langs a {
  color: #5A696F;
}
.language-switcher .dropdown-trigger + *:before {
  content: "/";
  display: block;
  margin-left: 10px;
  margin-right: 10px;
  color: #ffffff;
}
@media screen and (min-width: 62.51em) {
  .language-switcher .dropdown-trigger + *:before {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 87.51em) {
  .language-switcher .dropdown-trigger + *:before {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.pre-footer {
  width: calc(100% - 40px);
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (min-width: 37.51em) {
  .pre-footer {
    width: calc(100% - 80px);
    padding: 100px 0;
  }
}
@media screen and (min-width: 62.51em) {
  .pre-footer {
    width: calc(100% - 120px);
    padding: 120px 0;
  }
}
.pre-footer a {
  display: block;
  position: relative;
  box-sizing: border-box;
  text-decoration: none;
  max-width: 1250px;
  margin: 0 auto;
}
@media screen and (min-width: 37.51em) {
  .pre-footer a {
    padding-right: 120px;
  }
}
@media screen and (min-width: 50.01em) {
  .pre-footer a {
    padding-right: 170px;
  }
}
@media screen and (min-width: 62.51em) {
  .pre-footer a {
    padding-right: 240px;
  }
}
@media screen and (min-width: 75.01em) {
  .pre-footer a {
    padding-right: 330px;
  }
}
.no-touch .pre-footer a:hover .cta-btn:before {
  background: url(images/cta-link-hover.svg) no-repeat center;
  background-size: contain;
}
.no-touch .pre-footer a:hover .cta-btn:after {
  transform: scale(1);
  opacity: 1;
}
.pre-footer a .cta-btn {
  display: block;
  width: 95px;
  height: 95px;
  position: relative;
  margin: 20px auto 0;
}
@media screen and (min-width: 37.51em) {
  .pre-footer a .cta-btn {
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    right: 0;
    margin: 0;
  }
}
@media screen and (min-width: 62.51em) {
  .pre-footer a .cta-btn {
    width: 110px;
    height: 110px;
    top: calc(50% - 55px);
  }
}
.pre-footer a .cta-btn:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(images/cta-link.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s ease-in-out 0.2s;
}
.pre-footer a .cta-btn:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #0B1216;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-origin: 15% 85%;
  border-radius: 50%;
}

.footer {
  background: #ffffff;
  color: #0B1216;
  text-align: left;
  border-top: 1px solid rgba(11, 18, 22, 0.3);
  padding: 40px 20px;
}
@media screen and (min-width: 37.51em) {
  .footer {
    padding: 45px 40px 60px;
  }
}
@media screen and (min-width: 62.51em) {
  .footer {
    padding: 50px 60px 80px;
  }
}
.footer .aux {
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (min-width: 62.51em) {
  .footer .aux {
    display: table-cell;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (min-width: 62.51em) {
  .footer .aux .footer-column {
    width: 32%;
    margin: 0;
  }
  .footer .aux .footer-column.address-contacts {
    width: 30%;
  }
}
@media screen and (min-width: 81.26em) {
  .footer .aux .footer-column {
    width: 25%;
  }
  .footer .aux .footer-column.address-contacts {
    width: 35%;
  }
}
.footer .site-info {
  margin-bottom: 40px;
}
.footer .site-info .site-name {
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  color: #F18A00;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.footer .site-info .site-desc {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (min-width: 37.51em) {
  .footer .site-info .site-desc {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 62.51em) {
  .footer .site-info .site-desc {
    font-size: 1.6rem;
  }
}
.footer .address {
  font-size: 1.6rem;
}
@media screen and (min-width: 81.26em) {
  .footer .address {
    margin-bottom: 0.5em;
  }
}
.footer .address span {
  display: block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 81.26em) {
  .footer .address span {
    line-height: 1;
  }
}
.footer .address strong {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 81.26em) {
  .footer .address strong {
    display: inline-block;
  }
  .footer .address strong:after {
    display: inline-block;
    content: ":";
  }
}
.footer .contacts {
  font-size: 1.6rem;
}
.footer .contacts .separator:after {
  display: inline-block;
  content: "|";
}
.footer .contacts .line--4 {
  display: block;
  line-height: 1;
}
@media screen and (min-width: 81.26em) {
  .footer .contacts .line--4 {
    display: inline-block;
  }
  .footer .contacts .line--4:before {
    display: inline-block;
    content: "|";
    padding: 0 5px;
  }
}
.footer a {
  color: #0B1216;
}
.footer .footer-menu-wrapper {
  margin-top: 40px;
}
.footer .social-menu {
  margin-bottom: 10px;
}
@media screen and (min-width: 62.51em) {
  .footer .social-menu {
    margin-bottom: 0;
  }
}
.footer .social-menu .menu {
  -moz-justify-content : flex-start;
  -ms-justify-content : flex-start;
  -o-justify-content : flex-start;
  justify-content : flex-start;
}
.footer .social-menu .menu li a {
  width: 40px;
  height: 40px;
}
.footer .social-menu .menu li.instagram a:before {
  background: url(images/instagram-icon-footer.svg) no-repeat center;
  background-size: contain;
}
.footer .social-menu .menu li.linkedin a:before {
  background: url(images/linkedin-icon-footer.svg) no-repeat center;
  background-size: contain;
}
@media screen and (min-width: 62.51em) {
  .footer .footer-menu {
    display: inline-block;
  }
}
.footer .footer-menu .menu {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .footer-menu .menu li {
  display: block;
  font-size: 1.2rem;
  margin: 0;
}
.footer .footer-menu .menu li:after {
  display: inline-block;
  content: "|";
  padding: 0 5px;
}
.footer .footer-menu .menu li:last-child:after {
  display: none;
}
.footer .footer-menu .menu li a {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
}
.footer .credits {
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (min-width: 62.51em) {
  .footer .credits {
    display: inline-block;
  }
  .footer .credits:before {
    display: inline-block;
    content: "|";
    padding: 0 3px;
  }
}

.screenreader-menu {
  position: absolute;
  top: -999px;
  left: -999px;
}

html, body {
  display: block;
  width: 100%;
  color: black;
}
html a, body a {
  color: black;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.no-touch html a:hover, .no-touch body a:hover {
  text-decoration: none;
}

html {
  width: 100%;
}
html.maintenance {
  background: #ffffff;
  overflow: hidden;
}

body {
  color: black;
  font-weight: normal;
  font-style: normal;
  line-height: 1.45;
  font-size: 1.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 56.26em) {
  body {
    line-height: 1.4;
    font-size: 1.8rem;
  }
}
.maintenance body {
  position: relative;
  height: 100%;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  overflow-y: auto;
  background: #ffffff;
  color: #0B1216;
}

.main {
  overflow-x: hidden;
}

.inner {
  border: 1px solid yellow;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 37.51em) {
  .inner {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 56.26em) {
  .inner {
    width: calc(100% - 200px);
  }
}
@media screen and (min-width: 100.01em) {
  .inner {
    width: 100%;
  }
}
.inner.full-width {
  width: 100%;
  max-width: 100%;
}
.inner + .inner {
  margin-top: 40px;
}
@media screen and (min-width: 56.26em) {
  .inner + .inner {
    margin-top: 55px;
  }
}

.main {
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
.main .main-content {
  display: block;
  width: 100%;
}

.hide {
  display: none;
}

.hide-mobile {
  display: none !important;
}
@media screen and (min-width: 56.26em) {
  .hide-mobile {
    display: block !important;
  }
}

.hide-desktop {
  display: block !important;
}
@media screen and (min-width: 56.26em) {
  .hide-desktop {
    display: none !important;
  }
}

.no-touch a[href*="tel:"] {
  cursor: default;
  text-decoration: none;
}
.no-touch a[href*="tel:"]:hover {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

figure {
  display: block;
  width: 100%;
  position: relative;
}

.column {
  position: relative;
  z-index: 1;
  width: 100%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 56.26em) {
  .column {
    width: 50%;
  }
}
.column + .column {
  margin-top: 70px;
}
@media screen and (min-width: 37.51em) {
  .column + .column {
    margin-top: 100px;
  }
}
@media screen and (min-width: 62.51em) {
  .column + .column {
    margin-top: 120px;
  }
}
.column.w-100 {
  width: 100%;
}
@media screen and (min-width: 56.26em) {
  .column.w-25 {
    width: 25%;
  }
}
@media screen and (min-width: 56.26em) {
  .column.w-50 {
    width: 50%;
  }
}
@media screen and (min-width: 56.26em) {
  .column.w-33 {
    width: 33.33%;
  }
}
@media screen and (min-width: 56.26em) {
  .column.w-66 {
    width: 66.66%;
  }
}

strong, b {
  font-weight: bold;
}

.cm-open-cookie-notice.cm-open-cookie-notice-shortcode-type-button {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  background: none;
  color: #0B1216;
}
.no-touch .cm-open-cookie-notice.cm-open-cookie-notice-shortcode-type-button:hover {
  text-decoration: none;
}
.no-touch .cm-open-cookie-notice.cm-open-cookie-notice-shortcode-type-button:hover:before {
  width: 0;
}
.no-touch .cm-open-cookie-notice.cm-open-cookie-notice-shortcode-type-button:hover:after {
  transform: translate(2px, -2px);
  transform-origin: bottom left;
}
.cm-open-cookie-notice.cm-open-cookie-notice-shortcode-type-button:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #0B1216;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
}
.cm-open-cookie-notice.cm-open-cookie-notice-shortcode-type-button .cm-open-cookie-notice-span {
  color: #0B1216;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ajax-overlay {
  pointer-events: none;
}
.ajax-overlay:after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: black;
  opacity: 0.8;
  pointer-events: none;
}
.ajax-overlay:before {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -27.5px;
  margin-top: -27.5px;
  content: "";
  display: block;
  border: 2px solid white;
  border-radius: 50%;
  border-top: 2px solid black;
  width: 55px;
  height: 55px;
  animation: spin 2s linear infinite;
  z-index: 1999999;
  pointer-events: none;
}

body.menu-open {
  width: 100%;
  overflow-y: hidden;
}

html.menu-open {
  height: 100%;
  overflow-y: hidden;
}

.block {
  width: calc(100% - 40px);
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (min-width: 37.51em) {
  .block {
    width: calc(100% - 80px);
    padding: 100px 0;
  }
}
@media screen and (min-width: 62.51em) {
  .block {
    width: calc(100% - 120px);
    padding: 120px 0;
  }
}
.block + .block {
  padding-top: 0;
}
.block .no-results {
  text-align: center;
}

.block-intro-text {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.block-intro-text .column {
  width: 100%;
}
@media screen and (min-width: 56.26em) {
  .block-intro-text .column {
    width: 43%;
  }
}
.block-intro-text .column + .column {
  margin-top: 40px;
}
@media screen and (min-width: 37.51em) {
  .block-intro-text .column + .column {
    margin-top: 70px;
  }
}
@media screen and (min-width: 56.26em) {
  .block-intro-text .column + .column {
    margin: 0 auto;
    margin-top: 0;
  }
}
.block-intro-text h2, .block-intro-text h3, .block-intro-text h4 {
  font-weight: 500;
  line-height: 1;
  padding-top: 1.25em;
}
.block-intro-text h2:first-child, .block-intro-text h3:first-child, .block-intro-text h4:first-child {
  padding-top: 0;
}
.block-intro-text h2 em, .block-intro-text h3 em, .block-intro-text h4 em {
  font-weight: 300;
}
.block-intro-text ul {
  list-style-type: none;
}
.block-intro-text ul li {
  position: relative;
  padding-left: 20px;
}
.block-intro-text ul li:before {
  display: block;
  content: "•";
  color: #F18A00;
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-page-contatti .block-intro-text h2 {
  font-weight: 500;
  color: #F18A00;
  text-transform: uppercase;
  font-size: 2.4rem;
}
@media screen and (min-width: 37.51em) {
  .page-template-page-contatti .block-intro-text h2 {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 62.51em) {
  .page-template-page-contatti .block-intro-text h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 50.01em) {
  .page-template-page-contatti .block-intro-text .column {
    width: 40%;
  }
}
@media screen and (min-width: 93.76em) {
  .page-template-page-contatti .block-intro-text .column {
    width: calc(50% - 150px);
  }
}
@media screen and (min-width: 50.01em) {
  .page-template-page-contatti .block-intro-text .column + .column {
    width: calc(60% - 40px);
    margin: 0;
  }
}
@media screen and (min-width: 93.76em) {
  .page-template-page-contatti .block-intro-text .column + .column {
    width: 50%;
    margin: 0 auto;
    margin-right: 150px;
  }
}

.block-text-image {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.block-text-image .column {
  width: 100%;
}
@media screen and (min-width: 56.26em) {
  .block-text-image .column {
    width: 50%;
    margin-top: 0;
  }
}
@media screen and (min-width: 75.01em) {
  .block-text-image .column.column-text {
    padding: 0 25px 0 45px;
  }
}
@media screen and (min-width: 93.76em) {
  .block-text-image .column.column-text {
    padding: 0 65px 0 85px;
  }
}
@media screen and (min-width: 56.26em) {
  .block-text-image .column.column-image {
    max-width: 350px;
  }
}
@media screen and (min-width: 68.76em) {
  .block-text-image .column.column-image {
    max-width: 400px;
  }
}
@media screen and (min-width: 81.26em) {
  .block-text-image .column.column-image {
    max-width: 500px;
  }
}
.block-text-image .text-main-content p {
  padding-left: 30px;
}
@media screen and (min-width: 37.51em) {
  .block-text-image .text-main-content p {
    padding-left: 57px;
  }
}
@media screen and (min-width: 62.51em) {
  .block-text-image .text-main-content p {
    padding-left: 85px;
  }
}
.block-text-image .text-second-content {
  padding-top: 60px;
}
.block-text-image .text-second-content p {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 1em;
}
.block-text-image .text-second-content p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 37.51em) {
  .block-text-image .text-second-content p {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 62.51em) {
  .block-text-image .text-second-content p {
    font-size: 3rem;
  }
}
.block-text-image .images-container {
  position: relative;
}
.block-text-image .images-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 153.7313432836%;
}
.block-text-image .images-container .flickity-viewport {
  position: absolute;
  top: 0;
  left: 0;
}
.block-text-image .images-container .images-slideshow,
.block-text-image .images-container .flickity-viewport,
.block-text-image .images-container .flickity-slider,
.block-text-image .images-container .single-slide,
.block-text-image .images-container .image-container {
  height: 100% !important;
}
.block-text-image .images-container .image-container {
  width: 100%;
  height: 100%;
}
.block-text-image .images-container .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-text-image .images-container > .image-container {
  position: absolute;
  top: 0;
  left: 0;
}

.block-list-image {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.block-list-image .column {
  width: 100%;
}
@media screen and (min-width: 56.26em) {
  .block-list-image .column {
    width: 50%;
    margin-top: 0;
  }
}
@media screen and (max-width: 56.25em) {
  .block-list-image .column.column-text {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 56.26em) {
  .block-list-image .column.column-text {
    padding: 55px 0px 55px 50px;
    width: 50%;
  }
}
@media screen and (min-width: 75.01em) {
  .block-list-image .column.column-text {
    width: 45%;
    padding: 55px 50px;
  }
}
@media screen and (min-width: 93.76em) {
  .block-list-image .column.column-text {
    padding: 75px 100px;
  }
}
.block-list-image .column.column-image {
  width: calc(100% - 20px);
}
@media screen and (min-width: 56.26em) {
  .block-list-image .column.column-image {
    width: 50%;
  }
}
@media screen and (min-width: 75.01em) {
  .block-list-image .column.column-image {
    width: 55%;
  }
}
.block-list-image h2.title-30 {
  margin-bottom: 1em;
}
.block-list-image .jobs-list {
  list-style-type: none;
}
.block-list-image .jobs-list .job-list-item {
  margin-bottom: 2em;
}
.block-list-image .jobs-list .job-list-item:last-child {
  margin-bottom: 0;
}
.block-list-image .image-container {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 56.26em) {
  .block-list-image .image-container {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.block-list-image .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-list-icons {
  position: relative;
}
.block-list-icons .title-48 {
  margin-bottom: 1.75em;
}
@media screen and (min-width: 37.51em) and (max-width: 50em) {
  .block-list-icons .title-48 {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 37.51em) and (max-width: 62.5em) {
  .block-list-icons .title-48 {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 45%;
  }
}
@media screen and (min-width: 87.51em) {
  .block-list-icons .title-48 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 35%;
    font-size: 4.25rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 100.01em) {
  .block-list-icons .title-48 {
    font-size: 4.8rem;
  }
}
.block-list-icons p {
  font-size: 1.6rem;
}
.block-list-icons .icon-list {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.block-list-icons .icon-list:before {
  width: 45%;
  height: 50px;
  background: none;
}
@media screen and (min-width: 37.51em) {
  .block-list-icons .icon-list:before {
    display: block;
    content: "";
    width: 45%;
  }
}
@media screen and (min-width: 62.51em) {
  .block-list-icons .icon-list:before {
    width: calc(20% + 1px);
  }
}
@media screen and (min-width: 50.01em) and (max-width: 62.5em) {
  .block-list-icons .icon-list {
    width: 90%;
    margin-left: 10%;
  }
}
@media screen and (min-width: 81.26em) {
  .block-list-icons .icon-list {
    width: 90%;
    margin-left: 10%;
  }
}
.block-list-icons .icon-list .single-icon {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 50px;
}
.block-list-icons .icon-list .single-icon:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #F18A00;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
.block-list-icons .icon-list .single-icon:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 37.51em) {
  .block-list-icons .icon-list .single-icon {
    display: block;
    width: 45%;
  }
  .block-list-icons .icon-list .single-icon:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 62.51em) {
  .block-list-icons .icon-list .single-icon {
    width: 20%;
  }
  .block-list-icons .icon-list .single-icon::nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
.block-list-icons .icon-list .single-icon svg {
  display: block;
  max-width: 90px;
  margin-left: 20px;
  margin-top: 15px;
}
@media screen and (min-width: 37.51em) {
  .block-list-icons .icon-list .single-icon svg {
    max-width: none;
    height: 90px;
    margin-bottom: 30px;
    margin-left: 25px;
    margin-top: 17px;
  }
}
@media screen and (min-width: 62.51em) {
  .block-list-icons .icon-list .single-icon svg {
    height: 100px;
    margin-left: 30px;
    margin-top: 20px;
  }
}
.block-list-icons .icon-list .single-icon .caption {
  width: calc(100% - 140px);
}
@media screen and (min-width: 37.51em) {
  .block-list-icons .icon-list .single-icon .caption {
    width: 100%;
  }
}

.block-timeline .title-container {
  width: calc(100% - 40px);
  max-width: 1500px;
  margin: 0 auto;
  padding: 80px 0;
}
@media screen and (min-width: 37.51em) {
  .block-timeline .title-container {
    width: calc(100% - 80px);
    padding: 100px 0;
  }
}
@media screen and (min-width: 62.51em) {
  .block-timeline .title-container {
    width: calc(100% - 120px);
    padding: 120px 0;
  }
}
.block-timeline .flickity-slider {
  cursor: url("images/grab.svg") 16 16, grab;
}
.block-timeline .timeline-list {
  width: calc(100% - 40px);
  max-width: 1500px;
  margin: 0 0 0 auto;
  padding: 0 0 80px;
}
@media screen and (min-width: 37.51em) {
  .block-timeline .timeline-list {
    width: calc(100% - 80px);
    padding: 0 0 100px;
  }
}
@media screen and (min-width: 62.51em) {
  .block-timeline .timeline-list {
    width: calc(100% - 120px);
    padding: 0 0 120px;
  }
}
.block-timeline .timeline-list:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #0B1216;
  position: absolute;
  top: 44px;
  left: 5px;
}
@media screen and (min-width: 37.51em) {
  .block-timeline .timeline-list:before {
    top: 47px;
  }
}
@media screen and (min-width: 62.51em) {
  .block-timeline .timeline-list:before {
    top: 50px;
  }
}
.block-timeline .timeline-list .single-year {
  width: calc(100% - 40px);
}
@media screen and (min-width: 37.51em) {
  .block-timeline .timeline-list .single-year {
    width: calc(75% - 20px);
    padding-right: 90px;
  }
}
@media screen and (min-width: 50.01em) {
  .block-timeline .timeline-list .single-year {
    width: calc(55% - 20px);
    padding-right: 120px;
  }
}
@media screen and (min-width: 62.51em) {
  .block-timeline .timeline-list .single-year {
    width: calc(35% - 20px);
    padding-right: 80px;
  }
}
@media screen and (min-width: 75.01em) {
  .block-timeline .timeline-list .single-year {
    width: calc(35% - 20px);
    padding-right: 120px;
  }
}
@media screen and (min-width: 87.51em) {
  .block-timeline .timeline-list .single-year {
    width: calc(28% - 20px);
    padding-right: 120px;
  }
}
.block-timeline .timeline-list .single-year.is-selected .year {
  background: #0B1216;
  color: #fff;
  font-weight: bold;
}
.block-timeline .timeline-list .single-year.is-selected .year-content {
  opacity: 1;
}
.block-timeline .timeline-list .single-year .year {
  display: block;
  font-size: 2rem;
  font-style: italic;
  line-height: 88px;
  text-align: center;
  width: 88px;
  height: 88px;
  background: #fff;
  border: 1px solid #0B1216;
  border-radius: 50%;
}
@media screen and (min-width: 37.51em) {
  .block-timeline .timeline-list .single-year .year {
    font-size: 2.2rem;
    line-height: 95px;
    width: 95px;
    height: 95px;
  }
}
@media screen and (min-width: 62.51em) {
  .block-timeline .timeline-list .single-year .year {
    font-size: 2.4rem;
    line-height: 100px;
    width: 100px;
    height: 100px;
  }
}
.block-timeline .timeline-list .single-year .year-content {
  opacity: 0;
  padding-top: 20px;
}
@media screen and (min-width: 37.51em) {
  .block-timeline .timeline-list .single-year .year-content {
    padding-top: 30px;
    opacity: 1;
  }
}
@media screen and (min-width: 62.51em) {
  .block-timeline .timeline-list .single-year .year-content {
    padding-top: 40px;
  }
}

.search-filter-container {
  margin-bottom: 40px;
  max-width: 1500px;
}
@media screen and (min-width: 62.51em) {
  .search-filter-container {
    width: calc(100% - 120px);
    margin: 0 auto 40px;
    display: table-cell;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
.search-filter-container .search-container {
  margin-bottom: 12px;
  max-width: 350px;
  padding: 0 20px;
}
@media screen and (min-width: 37.51em) {
  .search-filter-container .search-container {
    margin-right: 40px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 62.51em) {
  .search-filter-container .search-container {
    max-width: none;
    width: 25%;
    margin-right: 25px;
    padding: 0;
  }
}
@media screen and (min-width: 68.76em) {
  .search-filter-container .search-container {
    width: 30%;
  }
}
@media screen and (min-width: 75.01em) {
  .search-filter-container .search-container {
    width: 35%;
    margin-right: 40px;
  }
}
.search-filter-container .search-container .searchform .screen-reader-text {
  display: none;
}
.search-filter-container .search-container .searchform div {
  position: relative;
}
.search-filter-container .search-container .searchform input {
  display: block;
  font-family: "Figtree";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  box-sizing: border-box;
  padding: 13px 65px 11px 25px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  background: #fff;
  color: #0B1216;
}
.search-filter-container .search-container .searchform input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0B1216;
}
.search-filter-container .search-container .searchform input::-moz-placeholder { /* Firefox 19+ */
  color: #0B1216;
}
.search-filter-container .search-container .searchform input:-ms-input-placeholder { /* IE 10+ */
  color: #0B1216;
}
.search-filter-container .search-container .searchform input:-moz-placeholder { /* Firefox 18- */
  color: #0B1216;
}
.search-filter-container .search-container .searchform input:-webkit-autofill, .search-filter-container .search-container .searchform input:-webkit-autofill:hover, .search-filter-container .search-container .searchform input:-webkit-autofill:focus, .search-filter-container .search-container .searchform input:-webkit-autofill:active {
  -webkit-text-fill-color: #0B1216;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.search-filter-container .search-container .searchform input[type=search]::-webkit-search-decoration, .search-filter-container .search-container .searchform input[type=search]::-webkit-search-cancel-button, .search-filter-container .search-container .searchform input[type=search]::-webkit-search-results-button, .search-filter-container .search-container .searchform input[type=search]::-webkit-search-results-decoration {
  display: none;
}
@media screen and (min-width: 37.51em) {
  .search-filter-container .search-container .searchform input {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 62.51em) {
  .search-filter-container .search-container .searchform input {
    font-size: 1.6rem;
  }
}
.search-filter-container .search-container .searchform input#searchsubmit {
  width: 50px;
  height: calc(100% - 2px);
  position: absolute;
  top: 1px;
  right: 1px;
  text-indent: -999px;
  cursor: pointer;
  padding: 0;
  border: 0;
  background: #fff url(images/icon-search.png) no-repeat center;
  background-size: 21px 16px;
}
.no-touch .search-filter-container .search-container .searchform input#searchsubmit:hover {
  opacity: 0.7;
}
.search-filter-container .subcat-filters {
  padding-left: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.search-filter-container .subcat-filters:-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
@media screen and (min-width: 37.51em) {
  .search-filter-container .subcat-filters {
    padding-left: 40px;
  }
}
@media screen and (min-width: 62.51em) {
  .search-filter-container .subcat-filters {
    padding-left: 0;
  }
}
.search-filter-container .subcat-filters .subcategory-list {
  list-style-type: none;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-gap: 1rem;
  -moz-gap: 1rem;
  -ms-gap: 1rem;
  -o-gap: 1rem;
  gap: 1rem;
  padding: 0;
  margin: 0;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (min-width: 62.51em) {
  .search-filter-container .subcat-filters .subcategory-list {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.search-filter-container .subcat-filters .subcategory-list .single-subcat {
  flex: 0 0 auto;
  margin-bottom: 0;
}
.search-filter-container .subcat-filters .subcategory-list .single-subcat span {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  padding: 13px 25px 11px 25px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  cursor: pointer;
}
@media screen and (min-width: 37.51em) {
  .search-filter-container .subcat-filters .subcategory-list .single-subcat span {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 62.51em) {
  .search-filter-container .subcat-filters .subcategory-list .single-subcat span {
    font-size: 1.6rem;
  }
}
.no-touch .search-filter-container .subcat-filters .subcategory-list .single-subcat span:hover {
  border: 1px solid rgb(0, 0, 0);
}
.search-filter-container .subcat-filters .subcategory-list .single-subcat span.active {
  background: #0B1216;
  color: #ffffff;
  border: 1px solid rgb(0, 0, 0);
}
.search-filter-container + .block-archive-list {
  padding-top: 0;
}

.block-archive-slider {
  position: relative;
  text-align: center;
  padding-bottom: 80px;
}
@media screen and (min-width: 37.51em) {
  .block-archive-slider {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 62.51em) {
  .block-archive-slider {
    padding-bottom: 120px;
  }
}
.block-archive-slider .title-60 {
  text-align: left;
  width: calc(100% - 40px);
  margin-left: 20px;
  max-width: 980px;
}
@media screen and (min-width: 37.51em) {
  .block-archive-slider .title-60 {
    width: calc(100% - 80px);
    margin-left: 40px;
  }
}
@media screen and (min-width: 62.51em) {
  .block-archive-slider .title-60 {
    width: calc(100% - 120px);
    margin-left: 60px;
  }
}
@media screen and (min-width: 75.01em) {
  .block-archive-slider .btn-container {
    margin-top: 0;
    width: auto;
    position: absolute;
    top: 95px;
    right: 60px;
  }
}
.block-archive-slider .archive-slider {
  padding-bottom: 25px;
}
@media screen and (min-width: 37.51em) {
  .block-archive-slider .archive-slider {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 62.51em) {
  .block-archive-slider .archive-slider {
    padding-bottom: 45px;
  }
}
.block-archive-slider .archive-slider .flickity-slider {
  margin-left: 20px;
}
@media screen and (min-width: 37.51em) {
  .block-archive-slider .archive-slider .flickity-slider {
    margin-left: 40px;
  }
}
@media screen and (min-width: 62.51em) {
  .block-archive-slider .archive-slider .flickity-slider {
    margin-left: 60px;
  }
}
.block-archive-slider .archive-slider .flickity-page-dots {
  top: 100%;
  width: calc(100% - 40px);
}
@media screen and (min-width: 37.51em) {
  .block-archive-slider .archive-slider .flickity-page-dots {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 62.51em) {
  .block-archive-slider .archive-slider .flickity-page-dots {
    width: calc(100% - 120px);
  }
}
.block-archive-slider .archive-slider .flickity-page-dots .dot {
  width: 25%;
}
.block-archive-slider .single-listing {
  width: calc(100% - 60px);
  box-sizing: border-box;
  margin-left: 20px;
  margin-top: 0;
}
@media screen and (min-width: 37.51em) {
  .block-archive-slider .single-listing {
    width: calc(75% - 20px);
    margin-left: 40px;
  }
}
@media screen and (min-width: 56.26em) {
  .block-archive-slider .single-listing {
    width: calc(60% - 20px);
  }
}
@media screen and (min-width: 68.76em) {
  .block-archive-slider .single-listing {
    width: calc(60% - 20px);
  }
}

.block-archive-list .case-studies-list {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media screen and (min-width: 37.51em) {
  .block-archive-list .case-studies-list.sub-cat .title-40 {
    opacity: 0;
  }
}

.single-listing {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 20px;
}
.single-listing:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 74.0277777778%;
}
.single-listing:first-child {
  margin-top: 0;
}
@media screen and (min-width: 37.51em) {
  .single-listing {
    margin-top: 40px;
  }
  .single-listing:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 56.26em) {
  .single-listing {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
  .single-listing:nth-child(1), .single-listing:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 68.76em) {
  .single-listing {
    width: calc(50% - 20px);
    margin-top: 40px;
  }
  .single-listing:nth-child(1), .single-listing:nth-child(2) {
    margin-top: 0;
  }
}
.no-touch .single-listing:hover .caption:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.6;
}
.no-touch .single-listing:hover .link,
.no-touch .single-listing:hover .title-40 {
  opacity: 1;
}
.no-touch .single-listing:hover img {
  transform: scale(1.1);
}
.single-listing img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform-origin: bottom;
}
.single-listing .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.single-listing .caption:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 65%, rgb(0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
.single-listing .caption .title-40 {
  position: absolute;
  bottom: 20px;
  left: 20px;
  margin: 0;
  transition: opacity 0.3s ease-in-out 0.1s;
  z-index: 1;
}
@media screen and (min-width: 37.51em) {
  .single-listing .caption .title-40 {
    bottom: 30px;
    left: 40px;
  }
}
@media screen and (min-width: 50.01em) and (max-width: 56.25em) {
  .single-listing .caption .title-40 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 56.26em) {
  .single-listing .caption .title-40 {
    bottom: 25px;
    left: 35px;
  }
}
@media screen and (min-width: 68.76em) {
  .single-listing .caption .title-40 {
    bottom: 30px;
    left: 50px;
  }
}
@media screen and (min-width: 56.26em) and (max-width: 75em) {
  .single-listing .caption .title-40 {
    font-size: 3.2rem;
  }
}
.single-listing .caption .link {
  display: block;
  width: 130px;
  height: 130px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 130px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.1s;
}
@media screen and (min-width: 31.26em) {
  .single-listing .caption .link {
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 43.76em) {
  .single-listing .caption .link {
    width: 180px;
    height: 180px;
    line-height: 180px;
  }
}
@media screen and (min-width: 56.26em) {
  .single-listing .caption .link {
    width: 130px;
    height: 130px;
    line-height: 130px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 68.76em) {
  .single-listing .caption .link {
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 81.26em) {
  .single-listing .caption .link {
    width: 180px;
    height: 180px;
    line-height: 180px;
  }
}

.block-case-details {
  max-width: 655px;
  margin: 0 20px;
  box-sizing: border-box;
  padding-left: 30px;
}
@media screen and (min-width: 37.51em) {
  .block-case-details {
    padding-left: 57px;
    margin: 0 40px;
  }
}
@media screen and (min-width: 62.51em) {
  .block-case-details {
    width: calc(66.66% - 100px);
    padding-left: 85px;
    margin: 0 60px 0 0;
    margin-left: calc(33.33% + 40px);
  }
}
.block-case-details .detail-list {
  list-style-type: none;
  padding-top: 15px;
}
@media screen and (min-width: 37.51em) {
  .block-case-details .detail-list {
    padding-top: 40px;
  }
}
.block-case-details .detail-list .single-detail {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(11, 18, 22, 0.15);
}
.block-case-details .detail-list .single-detail:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 37.51em) {
  .block-case-details .detail-list .single-detail {
    display: table-cell;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: flex;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
  }
}
.block-case-details .detail-list p {
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 0;
}
.block-case-details .detail-list .title {
  font-weight: bold;
}
@media screen and (min-width: 37.51em) {
  .block-case-details .detail-list .title {
    width: 25%;
  }
}
@media screen and (min-width: 37.51em) {
  .block-case-details .detail-list .desc {
    width: 70%;
  }
}

.block-title-case .title-60 {
  max-width: 870px;
}

.block-case-gallery {
  padding-bottom: 0 !important;
}
.block-case-gallery .images {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.block-case-gallery .images:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 62.51em) {
  .block-case-gallery .images {
    margin-bottom: 40px;
  }
}
.block-case-gallery .images a {
  display: block;
  margin-bottom: 20px;
}
.block-case-gallery .images a:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 37.51em) {
  .block-case-gallery .images a {
    margin-bottom: 0;
  }
}
.block-case-gallery .images a.video-link {
  position: relative;
  overflow: hidden;
}
.block-case-gallery .images a.video-link img {
  transition: all 0.3s ease-in-out;
  transform-origin: bottom;
}
.block-case-gallery .images a.video-link .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.block-case-gallery .images a.video-link .caption:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 65%, rgb(0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
}
.block-case-gallery .images a.video-link .caption .link {
  display: block;
  width: 130px;
  height: 130px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 130px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0.1s;
}
@media screen and (min-width: 31.26em) {
  .block-case-gallery .images a.video-link .caption .link {
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 43.76em) {
  .block-case-gallery .images a.video-link .caption .link {
    width: 180px;
    height: 180px;
    line-height: 180px;
  }
}
@media screen and (min-width: 56.26em) {
  .block-case-gallery .images a.video-link .caption .link {
    width: 130px;
    height: 130px;
    line-height: 130px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 68.76em) {
  .block-case-gallery .images a.video-link .caption .link {
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 81.26em) {
  .block-case-gallery .images a.video-link .caption .link {
    width: 180px;
    height: 180px;
    line-height: 180px;
  }
}
.no-touch .block-case-gallery .images a.video-link:hover .caption:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.38) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.6;
}
.no-touch .block-case-gallery .images a.video-link:hover .link {
  opacity: 1;
}
.no-touch .block-case-gallery .images a.video-link:hover img {
  transform: scale(1.1);
}
.block-case-gallery .images img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.block-case-gallery .images.fullimage a {
  width: 100%;
  position: relative;
}
.block-case-gallery .images.fullimage a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 73.9864864865%;
}
.block-case-gallery .images.half-half a {
  width: 100%;
  position: relative;
}
.block-case-gallery .images.half-half a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 153.7313432836%;
}
@media screen and (min-width: 37.51em) {
  .block-case-gallery .images.half-half a {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 62.51em) {
  .block-case-gallery .images.half-half a {
    width: calc(50% - 20px);
  }
}
.block-case-gallery .images.one-two-thirds a:first-child {
  width: 100%;
  position: relative;
}
.block-case-gallery .images.one-two-thirds a:first-child:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 154.1755888651%;
}
@media screen and (min-width: 37.51em) {
  .block-case-gallery .images.one-two-thirds a:first-child {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 62.51em) {
  .block-case-gallery .images.one-two-thirds a:first-child {
    width: calc((100% - 80px) / 3);
  }
}
.block-case-gallery .images.one-two-thirds a:last-child {
  width: 100%;
  position: relative;
}
.block-case-gallery .images.one-two-thirds a:last-child:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 73.9979445015%;
}
@media screen and (min-width: 37.51em) {
  .block-case-gallery .images.one-two-thirds a:last-child {
    width: calc((100% - 10px) * 2 / 3);
  }
}
@media screen and (min-width: 62.51em) {
  .block-case-gallery .images.one-two-thirds a:last-child {
    width: calc((100% - 20px) * 2 / 3);
  }
}
.block-case-gallery .images.two-one-thirds a:first-child {
  width: 100%;
  position: relative;
}
.block-case-gallery .images.two-one-thirds a:first-child:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 73.9979445015%;
}
@media screen and (min-width: 37.51em) {
  .block-case-gallery .images.two-one-thirds a:first-child {
    width: calc((100% - 10px) * 2 / 3);
  }
}
@media screen and (min-width: 62.51em) {
  .block-case-gallery .images.two-one-thirds a:first-child {
    width: calc((100% - 20px) * 2 / 3);
  }
}
.block-case-gallery .images.two-one-thirds a:last-child {
  width: 100%;
  position: relative;
}
.block-case-gallery .images.two-one-thirds a:last-child:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 154.1755888651%;
}
@media screen and (min-width: 37.51em) {
  .block-case-gallery .images.two-one-thirds a:last-child {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 62.51em) {
  .block-case-gallery .images.two-one-thirds a:last-child {
    width: calc((100% - 80px) / 3);
  }
}
.block-case-gallery .images.three-thirds a {
  width: 100%;
  position: relative;
}
.block-case-gallery .images.three-thirds a:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 154.1755888651%;
}
@media screen and (min-width: 37.51em) {
  .block-case-gallery .images.three-thirds a {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (min-width: 62.51em) {
  .block-case-gallery .images.three-thirds a {
    width: calc((100% - 80px) / 3);
  }
}

.block-jobs-list .job-list {
  list-style-type: none;
}
.block-jobs-list .job-list .single-job {
  padding: 30px 0;
  margin-bottom: 0;
  border-bottom: 1px solid #0B1216;
}
.block-jobs-list .job-list .single-job:first-child {
  border-top: 1px solid #0B1216;
}
.block-jobs-list .job-list .single-job .job-link {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
}
@media screen and (min-width: 37.51em) {
  .block-jobs-list .job-list .single-job .job-link {
    display: table-cell;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: flex;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
  }
}
.no-touch .block-jobs-list .job-list .single-job .job-link:hover .job-title {
  text-decoration: underline;
}
.block-jobs-list .job-list .single-job .job-link .job-title {
  position: relative;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 20px;
  margin-bottom: 10px;
}
.block-jobs-list .job-list .single-job .job-link .job-title:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 37.51em) {
  .block-jobs-list .job-list .single-job .job-link .job-title {
    margin-bottom: 0;
    width: 40%;
  }
}
.block-jobs-list .job-list .single-job .job-link .job-title:before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #F18A00;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 0;
}
.block-jobs-list .job-list .single-job .job-link .job-title + * {
  padding-left: 20px;
}
@media screen and (min-width: 37.51em) {
  .block-jobs-list .job-list .single-job .job-link .job-title + * {
    padding-left: 0;
  }
}
.block-jobs-list .job-list .single-job .job-link .job-luogo {
  display: inline-block;
}
@media screen and (min-width: 37.51em) {
  .block-jobs-list .job-list .single-job .job-link .job-luogo {
    width: 20%;
    text-align: center;
  }
}
.block-jobs-list .job-list .single-job .job-link .job-luogo + .job-contratto:before {
  display: inline-block;
  content: "/";
  padding: 0 3px 0 1px;
}
@media screen and (min-width: 37.51em) {
  .block-jobs-list .job-list .single-job .job-link .job-luogo + .job-contratto:before {
    display: none;
  }
}
.block-jobs-list .job-list .single-job .job-link .job-contratto {
  display: inline-block;
}
@media screen and (min-width: 37.51em) {
  .block-jobs-list .job-list .single-job .job-link .job-contratto {
    width: 30%;
    text-align: right;
  }
}

.block-form {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.block-form h2 {
  width: 100%;
}
.block-form .image-container {
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.block-form .image-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 153.1914893617%;
}
@media screen and (min-width: 50.01em) {
  .block-form .image-container {
    width: 40%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 75.01em) {
  .block-form .image-container {
    width: 35%;
  }
}
@media screen and (min-width: 93.76em) {
  .block-form .image-container {
    width: 32%;
  }
}
.block-form .image-container img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.block-form .gform_wrapper {
  width: 100%;
}
@media screen and (min-width: 50.01em) {
  .block-form .gform_wrapper {
    width: calc(60% - 40px);
    margin: 0;
  }
}
@media screen and (min-width: 93.76em) {
  .block-form .gform_wrapper {
    width: 50%;
    margin-right: 150px;
  }
}

.btn {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.no-touch .btn:hover {
  text-decoration: none;
}
.no-touch .btn:hover:after {
  transform: translate(2px, -2px);
  transform-origin: bottom left;
}
.btn:after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  background: url(images/btn-arrow.png) no-repeat center;
  margin-left: 10px;
}
.btn:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #0B1216;
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
}

.btn-container {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 37.51em) {
  .btn-container {
    margin-top: 60px;
  }
}
@media screen and (min-width: 62.51em) {
  .btn-container {
    margin-top: 80px;
  }
}

.block-case-gallery + .btn-container {
  padding-bottom: 80px;
}
@media screen and (min-width: 37.51em) {
  .block-case-gallery + .btn-container {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 62.51em) {
  .block-case-gallery + .btn-container {
    padding-bottom: 120px;
  }
}

* + .listing {
  margin-top: 40px;
}
@media screen and (min-width: 56.26em) {
  * + .listing {
    margin-top: 60px;
  }
}

.listing .item {
  list-style-type: none;
}
.listing .item a {
  text-decoration: none;
}
.no-touch .listing .item a:hover {
  text-decoration: underline;
}
.no-touch .listing .item a:hover .image-container img {
  opacity: 0.8;
}
.listing .item a .title {
  text-decoration: none;
}
.no-touch .listing .item a .title:hover {
  text-decoration: underline;
}

.listing:not(.flickity-enabled) {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 56.26em) {
  .listing:not(.flickity-enabled) {
    min-width: calc(100% + 70px);
    left: -35px;
  }
}
.listing:not(.flickity-enabled) + * {
  margin-top: 55px;
}
@media screen and (min-width: 68.76em) {
  .listing:not(.flickity-enabled) + * {
    margin-top: 70px;
  }
}
.listing:not(.flickity-enabled) .item {
  position: relative;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 60px;
}
.listing:not(.flickity-enabled) .item.empty-listing {
  width: 100%;
  text-align: center;
}
.listing:not(.flickity-enabled) .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 56.26em) {
  .listing:not(.flickity-enabled) .item {
    width: calc(50% - 70px);
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 80px;
  }
  .listing:not(.flickity-enabled) .item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 100.01em) {
  .listing:not(.flickity-enabled) .item {
    width: calc(33.33% - 70px);
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 80px;
  }
  .listing:not(.flickity-enabled) .item:nth-child(3) {
    margin-top: 0;
  }
}
.listing:not(.flickity-enabled) .item .image-container, .listing:not(.flickity-enabled) .item .video-container {
  transition: all 0.3s ease-in-out;
  margin-bottom: 17px;
}
@media screen and (min-width: 56.26em) {
  .listing:not(.flickity-enabled) .item .image-container, .listing:not(.flickity-enabled) .item .video-container {
    margin-bottom: 30px;
  }
}
.listing:not(.flickity-enabled) .item .image-container img, .listing:not(.flickity-enabled) .item .image-container video, .listing:not(.flickity-enabled) .item .video-container img, .listing:not(.flickity-enabled) .item .video-container video {
  transition: all 0.3s ease-in-out;
}
.listing:not(.flickity-enabled) .item > a {
  display: block;
  position: relative;
}
.no-touch .listing:not(.flickity-enabled) .item > a:hover {
  text-decoration: underline;
}
.no-touch .listing:not(.flickity-enabled) .item > a:hover .title {
  text-decoration: underline;
}
.no-touch .listing:not(.flickity-enabled) .item > a:hover img, .no-touch .listing:not(.flickity-enabled) .item > a:hover video {
  opacity: 0.8;
}
.no-touch .home .listing:not(.flickity-enabled) .item > a:hover {
  text-decoration: none;
}
.no-touch .home .listing:not(.flickity-enabled) .item > a:hover .title {
  text-decoration: underline;
}

.load-more-container {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.title, h1:not([class]), h2:not([class]), h3:not([class]), h4:not([class]), h5:not([class]), h6:not([class]) {
  font-weight: 500;
  line-height: 1.1;
  color: #0B1216;
  display: inline-block !important;
  font-style: normal;
}
.maintenance .title, .maintenance h1:not([class]), .maintenance h2:not([class]), .maintenance h3:not([class]), .maintenance h4:not([class]), .maintenance h5:not([class]), .maintenance h6:not([class]) {
  width: 100%;
  text-align: center;
}
.title + .text, h1:not([class]) + .text, h2:not([class]) + .text, h3:not([class]) + .text, h4:not([class]) + .text, h5:not([class]) + .text, h6:not([class]) + .text {
  margin-top: 25px;
}
@media screen and (min-width: 56.26em) {
  .title + .text, h1:not([class]) + .text, h2:not([class]) + .text, h3:not([class]) + .text, h4:not([class]) + .text, h5:not([class]) + .text, h6:not([class]) + .text {
    margin-top: 30px;
  }
}
.title strong, h1:not([class]) strong, h2:not([class]) strong, h3:not([class]) strong, h4:not([class]) strong, h5:not([class]) strong, h6:not([class]) strong {
  font-weight: 900;
  color: #0B1216;
}

.uppertitle, .terms .single {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #0B1216;
  line-height: 1;
  font-style: normal;
  list-style-type: none;
  letter-spacing: 0.5px;
}

.subtitle {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #F18A00;
}
.subtitle a {
  color: #F18A00;
}

.terms {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  position: relative;
}
.terms .single {
  list-style-type: none;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.terms .single + .single:before {
  content: "/";
  display: block;
  margin-left: 2px;
  margin-right: 2px;
}
.terms .single a {
  text-decoration: none;
}
.no-touch .terms .single a:hover {
  text-decoration: underline;
}
.terms + * {
  margin-top: 8px;
  display: block;
}
@media screen and (min-width: 56.26em) {
  .terms + * {
    margin-top: 15px;
  }
}

.title + .subtitle {
  margin-top: 25px;
}
@media screen and (min-width: 68.76em) {
  .title + .subtitle {
    margin-top: 35px;
  }
}

h1:not([class]), .title--1 {
  font-size: 3.4285714286rem;
}
@media screen and (min-width: 56.26em) {
  h1:not([class]), .title--1 {
    font-size: 4rem;
  }
}
@media screen and (min-width: 75.01em) {
  h1:not([class]), .title--1 {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 100.01em) {
  h1:not([class]), .title--1 {
    font-size: 6rem;
  }
}
h1:not([class]) + *, .title--1 + * {
  margin-top: 25px;
}
@media screen and (min-width: 68.76em) {
  h1:not([class]) + *, .title--1 + * {
    margin-top: 35px;
  }
}

h2:not([class]), .title--2 {
  font-size: 2.7428571429rem;
}
@media screen and (min-width: 56.26em) {
  h2:not([class]), .title--2 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 75.01em) {
  h2:not([class]), .title--2 {
    font-size: 3.84rem;
  }
}
@media screen and (min-width: 100.01em) {
  h2:not([class]), .title--2 {
    font-size: 4.8rem;
  }
}
h2:not([class]) + *, .title--2 + * {
  margin-top: 25px;
}

h3:not([class]), .title--3 {
  font-size: 2.2666666667rem;
}
@media screen and (min-width: 56.26em) {
  h3:not([class]), .title--3 {
    font-size: 2.6153846154rem;
  }
}
@media screen and (min-width: 100.01em) {
  h3:not([class]), .title--3 {
    font-size: 3.4rem;
  }
}
h3:not([class]) + *, .title--3 + * {
  margin-top: 25px;
}

h4:not([class]), .title--4 {
  font-size: 1.6rem;
}
@media screen and (min-width: 56.26em) {
  h4:not([class]), .title--4 {
    font-size: 1.8461538462rem;
  }
}
@media screen and (min-width: 100.01em) {
  h4:not([class]), .title--4 {
    font-size: 2.4rem;
  }
}
.home h4:not([class]), .home .title--4 {
  text-transform: uppercase;
}
h4:not([class]) + *, .title--4 + * {
  margin-top: 25px;
}

h5:not([class]), .title--5 {
  text-transform: initial;
  font-size: 1.6rem;
}
h5:not([class]) + *, .title--5 + * {
  margin-top: 20px;
}

input:not(.form-btn), select, textarea, button:not(.flickity-button, .cm-cookies-button, .form-btn) {
  font-weight: bold;
  font-style: normal;
}
input:not(.form-btn)::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, button:not(.flickity-button, .cm-cookies-button, .form-btn)::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
input:not(.form-btn)::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder, button:not(.flickity-button, .cm-cookies-button, .form-btn)::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
input:not(.form-btn):-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder, button:not(.flickity-button, .cm-cookies-button, .form-btn):-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
input:not(.form-btn):-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder, button:not(.flickity-button, .cm-cookies-button, .form-btn):-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.os-osx input:not(.form-btn), .os-osx select, .os-osx textarea, .os-osx button:not(.flickity-button, .cm-cookies-button, .form-btn) {
  -webkit-appearance: none;
  background: none;
  background: #0B1216;
  border-radius: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px #ffffff inset !important;
  -webkit-text-fill-color: #0B1216;
}

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 50px #ffffff inset !important;
  -webkit-text-fill-color: #0B1216;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

legend {
  float: left;
  clear: left;
  width: 100% !important;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.gform_wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.gform_wrapper .gform_submission_error {
  text-align: left !important;
}
.gform_wrapper .gform_required_legend {
  font-size: 1.6rem;
  margin-bottom: 30px;
}
.gform_wrapper .gform_required_legend .gfield_required {
  font-size: 1.6rem;
  color: #0B1216 !important;
}
.gform_wrapper .gfield_required {
  font-size: 1.6rem;
  line-height: 1;
  color: #0B1216;
}
@media screen and (min-width: 37.51em) {
  .gform_wrapper .gfield_required {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 62.51em) {
  .gform_wrapper .gfield_required {
    font-size: 1.8rem;
  }
}
.gform_wrapper .gform_validation_errors {
  border: 0 !important;
  background: none !important;
  color: red;
  -ms-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border-radius: 0px !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin-left: 0;
  width: 100%;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}
.gform_wrapper .gform_validation_errors > h2 {
  display: block !important;
  font-style: normal;
  line-height: 1 !important;
  font-size: 2rem !important;
  color: red !important;
  text-align: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
}
.gform_wrapper .gform_validation_errors > h2 .gform-icon {
  display: none !important;
}
.gform_wrapper .gform_validation_errors:focus {
  outline: unset !important;
}
.gform_wrapper form .gform_fields {
  width: 100%;
  display: block;
}
.gform_wrapper form .gform_fields .gfield {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  list-style-type: none;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-textarea, .gform_wrapper form .gform_fields .gfield.products-select, .gform_wrapper form .gform_fields .gfield.gfield--width-full {
  width: 100%;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-hidden {
  display: none;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-name .gfield_label {
  display: none;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-name .gform-field-label:after {
  display: inline-block;
  content: "*";
}
.gform_wrapper form .gform_fields .gfield.gfield--type-name .ginput_complex {
  display: block;
  margin: 0;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-name .ginput_complex span {
  display: block;
  padding: 0;
}
.gform_wrapper form .gform_fields .gfield .ginput_container {
  position: relative;
}
.gform_wrapper form .gform_fields .gfield input:not(.select2-search__field), .gform_wrapper form .gform_fields .gfield select, .gform_wrapper form .gform_fields .gfield textarea {
  height: 30px;
  display: block;
  color: #0B1216;
  padding: 0;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: "Figtree";
  font-size: 1.6rem;
  line-height: 1;
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #0B1216 !important;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0px;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.gform_wrapper form .gform_fields .gfield input:not(.select2-search__field)::-webkit-input-placeholder, .gform_wrapper form .gform_fields .gfield select::-webkit-input-placeholder, .gform_wrapper form .gform_fields .gfield textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0B1216;
}
.gform_wrapper form .gform_fields .gfield input:not(.select2-search__field)::-moz-placeholder, .gform_wrapper form .gform_fields .gfield select::-moz-placeholder, .gform_wrapper form .gform_fields .gfield textarea::-moz-placeholder { /* Firefox 19+ */
  color: #0B1216;
}
.gform_wrapper form .gform_fields .gfield input:not(.select2-search__field):-ms-input-placeholder, .gform_wrapper form .gform_fields .gfield select:-ms-input-placeholder, .gform_wrapper form .gform_fields .gfield textarea:-ms-input-placeholder { /* IE 10+ */
  color: #0B1216;
}
.gform_wrapper form .gform_fields .gfield input:not(.select2-search__field):-moz-placeholder, .gform_wrapper form .gform_fields .gfield select:-moz-placeholder, .gform_wrapper form .gform_fields .gfield textarea:-moz-placeholder { /* Firefox 18- */
  color: #0B1216;
}
.gform_wrapper form .gform_fields .gfield input:not(.select2-search__field):focus, .gform_wrapper form .gform_fields .gfield select:focus, .gform_wrapper form .gform_fields .gfield textarea:focus {
  box-shadow: none;
  outline: unset;
}
.gform_wrapper form .gform_fields .gfield input.gchoice_other_control {
  width: 100%;
}
.gform_wrapper form .gform_fields .gfield textarea {
  padding: 0;
  height: 125px;
  min-block-size: auto;
}
.gform_wrapper form .gform_fields .gfield .gfield_label,
.gform_wrapper form .gform_fields .gfield .gform-field-label {
  display: block;
  width: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: none;
  transition: all .4s ease;
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1;
  color: #0B1216;
  margin-bottom: 0;
}
@media screen and (min-width: 37.51em) {
  .gform_wrapper form .gform_fields .gfield .gfield_label,
  .gform_wrapper form .gform_fields .gfield .gform-field-label {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 62.51em) {
  .gform_wrapper form .gform_fields .gfield .gfield_label,
  .gform_wrapper form .gform_fields .gfield .gform-field-label {
    font-size: 1.8rem;
  }
}
.gform_wrapper form .gform_fields .gfield.gfield_error input, .gform_wrapper form .gform_fields .gfield.gfield_error select, .gform_wrapper form .gform_fields .gfield.gfield_error textarea {
  background: rgba(255, 0, 0, 0.05);
  border-color: red !important;
}
.gform_wrapper form .gform_fields .gfield.gfield_error .validation_message {
  padding: 0;
  background: none;
  border: 0;
  color: red;
  font-size: 1.4rem;
  line-height: 1;
  padding-left: 0px;
  padding-right: 0px;
  font-weight: normal;
  font-style: italic;
  position: absolute;
  top: 100%;
  left: 0;
  margin-right: 0;
  width: calc(100% - 100px);
  text-align: left;
}
.gform_wrapper form .gform_fields .gfield.gfield_error .ginput_container {
  position: relative;
}
.gform_wrapper form .gform_fields .gfield.gfield_error .ginput_container.ginput_container_fileupload:before {
  top: 0;
  right: 0;
}
.gform_wrapper form .gform_fields .gfield.gfield_error .ginput_container.ginput_container_radio:after {
  top: 0;
  right: 0;
}
.gform_wrapper form .gform_fields .gfield .ginput_container + * {
  margin-top: 10px;
}
.gform_wrapper form .gform_fields .gfield .gfield_description {
  font-size: 1.3rem;
  line-height: 1.4;
  color: #0B1216;
  margin-left: 0px;
  width: 100%;
  padding-bottom: 0;
  display: block;
  text-align: right;
  margin-right: -25px;
  margin-left: auto;
  margin-top: 3px;
}
.gform_wrapper form .gform_fields .gfield .gfield_description a {
  color: #0B1216;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox {
  margin-top: 35px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_label {
  display: none;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .ginput_container_checkbox {
  width: 100%;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox {
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 100%;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox .gchoice {
  margin-bottom: 0;
  width: 100%;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox .gchoice + .gchoice {
  margin-top: 9px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox input[type=checkbox]:checked + label:after {
  content: "";
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  cursor: pointer;
  background: #0B1216;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox a {
  color: #0B1216;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-left: 0;
  padding-top: 0px;
  text-align: left;
  color: #0B1216;
  min-width: 100%;
  line-height: 1.3;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox .gfield_checkbox label:before {
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background: none;
  border: 1px solid #0B1216;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox.gfield_error label:before {
  border-color: red;
  background: rgba(255, 0, 0, 0.05);
}
.gform_wrapper form .gform_fields .gfield.gfield--type-checkbox.gfield_error .validation_message {
  top: calc(100% + 4px);
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload.gfield_error .ginput_container_fileupload {
  border-bottom-color: red !important;
  background: rgba(255, 0, 0, 0.05);
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload.gfield_error .ginput_container_fileupload:after {
  background: url(images/upload.svg) no-repeat center;
  background-size: 22px 13px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .gfield_label {
  position: relative;
  width: 100%;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .gfield_label .filename {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 1;
  font-family: "Figtree";
  font-style: italic;
  font-size: 1.6rem;
  padding-left: 0;
  padding-right: 45px;
  width: 100%;
  box-sizing: border-box;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload input[type=file] {
  text-indent: -9999px;
  outline: none;
  background: red;
  opacity: 0;
  border: 0 !important;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload.gfield_error {
  padding-bottom: 40px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload.gfield_error.gfield--no-description {
  padding-bottom: 0px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload {
  height: 30px;
  position: relative;
  display: block;
  color: #0B1216;
  padding: 0;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
  background: #ffffff;
  border: 0;
  border-bottom: 1px solid #0B1216 !important;
  padding-left: 25px;
  padding-right: 25px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0B1216;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload::-moz-placeholder { /* Firefox 19+ */
  color: #0B1216;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload:-ms-input-placeholder { /* IE 10+ */
  color: #0B1216;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload:-moz-placeholder { /* Firefox 18- */
  color: #0B1216;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -1px;
  right: 0;
  z-index: 5;
  cursor: pointer;
  pointer-events: none;
  background: url(images/upload.svg) no-repeat center #ffffff;
  background-size: 22px 13px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview {
  position: absolute;
  top: 19px;
  height: 19px;
  left: 0;
  z-index: 10;
  margin: 0;
  width: 100%;
  color: #ffffff;
  font-family: "Figtree";
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  text-transform: initial;
  transform: translateY(-100%);
}
@media screen and (min-width: 43.76em) {
  .gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview {
    left: 26px;
    width: calc(100% - 26px);
  }
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview .gfield_fileupload_filename {
  height: 30px;
  position: relative;
  overflow: visible;
  display: block;
  color: #0B1216;
  padding: 0;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1;
  margin-left: -25px;
  margin-top: 5px;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview .gfield_fileupload_progress {
  display: none;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview .ginput_preview {
  margin: 0;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview .gfield_fileupload_progressbar {
  display: none;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview .gform_delete_file {
  cursor: pointer;
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 38px;
  height: 30px;
  border-radius: 0px;
  background: #fff;
  border: 0;
  z-index: 10;
  transition: all 0.2s ease;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview .gform_delete_file:focus {
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.no-touch .gform_wrapper form .gform_fields .gfield.gfield--type-fileupload .ginput_preview .gform_delete_file:hover {
  background: #fff;
}
.gform_wrapper form .gform_fields .gfield.gfield--type-honeypot {
  display: none;
}
.gform_wrapper form .gform_footer, .gform_wrapper form .gform_page_footer {
  display: inline-block;
  width: auto;
  margin-bottom: 0px;
  padding: 0;
  position: relative;
}
.gform_wrapper form .gform_footer .form-input-container, .gform_wrapper form .gform_page_footer .form-input-container {
  position: relative;
}
.gform_wrapper form .gform_footer .form-input-container .btn, .gform_wrapper form .gform_page_footer .form-input-container .btn {
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.gform_wrapper form .gform_footer .gform_button, .gform_wrapper form .gform_footer .button, .gform_wrapper form .gform_page_footer .gform_button, .gform_wrapper form .gform_page_footer .button {
  cursor: pointer;
  border: 0;
  display: block !important;
  margin: 0 auto;
  color: #0B1216 !important;
  background: none !important;
  background: url(images/btn-arrow.png) no-repeat right !important;
  background-size: 12px 12px !important;
  overflow: hidden;
  border-radius: 0px !important;
  font-family: "Figtree";
  padding: 0 25px 0 0 !important;
  font-weight: bold !important;
  font-style: normal;
  font-size: 1.6rem !important;
  text-transform: uppercase !important;
  letter-spacing: unset !important;
  line-height: 1 !important;
  width: -moz-fit-content;
  width: fit-content;
  overflow: visible;
  height: auto;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0 !important;
  min-height: auto !important;
  min-width: auto !important;
  border: 0 !important;
  border-bottom: 1px solid #0B1216 !important;
  box-shadow: none !important;
  cursor: pointer;
}
.no-touch .gform_wrapper form .gform_footer .gform_button:hover, .no-touch .gform_wrapper form .gform_footer .button:hover, .no-touch .gform_wrapper form .gform_page_footer .gform_button:hover, .no-touch .gform_wrapper form .gform_page_footer .button:hover {
  text-decoration: none;
  background: url(images/btn-arrow.png) no-repeat right !important;
  background-size: 12px 12px !important;
  color: #0B1216 !important;
  border: 0 !important;
}
.gform_wrapper form .gform_footer .gform_button:focus, .gform_wrapper form .gform_footer .button:focus, .gform_wrapper form .gform_page_footer .gform_button:focus, .gform_wrapper form .gform_page_footer .button:focus {
  box-shadow: none !important;
  outline: unset !important;
}
.gform_wrapper form .gform_footer .gform_ajax_spinner, .gform_wrapper form .gform_footer .gform-loader, .gform_wrapper form .gform_page_footer .gform_ajax_spinner, .gform_wrapper form .gform_page_footer .gform-loader {
  position: absolute;
  right: 0;
  top: 50% !important;
  transform: translate(0%,-100%) !important;
  width: 40px !important;
  height: 40px !important;
  margin-left: 15px !important;
  margin-right: unset !important;
  border-block-end-color: unset !important;
  border-block-start-color: unset !important;
  border-inline-end-color: unset !important;
  border-inline-start-color: unset !important;
  border: 0 !important;
  margin-top: 45px !important;
}
@media screen and (min-width: 87.51em) {
  .gform_wrapper form .gform_footer .gform_ajax_spinner, .gform_wrapper form .gform_footer .gform-loader, .gform_wrapper form .gform_page_footer .gform_ajax_spinner, .gform_wrapper form .gform_page_footer .gform-loader {
    margin-top: 55px !important;
  }
}
.gform_wrapper form .gform_footer .gform_ajax_spinner:before, .gform_wrapper form .gform_footer .gform-loader:before, .gform_wrapper form .gform_page_footer .gform_ajax_spinner:before, .gform_wrapper form .gform_page_footer .gform-loader:before {
  margin-top: -27.5px;
  content: "";
  display: block;
  border: 2px solid #ffffff;
  border-radius: 50%;
  border-top: 2px solid grey;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  z-index: 1999999;
  pointer-events: none;
}
.gform_wrapper form .gform_page_footer .gform_ajax_spinner, .gform_wrapper form .gform_page_footer .gform-loader {
  width: 40px !important;
  height: 40px !important;
  margin-left: 15px !important;
  margin-right: unset !important;
  margin-top: 50px !important;
}
@media screen and (min-width: 87.51em) {
  .gform_wrapper form .gform_page_footer .gform_ajax_spinner, .gform_wrapper form .gform_page_footer .gform-loader {
    margin-top: 75px !important;
  }
}
.gform_wrapper form .gform_page_footer .button {
  margin-top: 50px !important;
}
@media screen and (min-width: 87.51em) {
  .gform_wrapper form .gform_page_footer .button {
    margin-top: 75px !important;
  }
}
.gform_wrapper form .gform_page_footer .button + .button {
  margin-left: 15px !important;
}
.gform_wrapper form .gform_page_footer .button.gform_previous_button {
  background: #ffffff !important;
  color: #ffffff !important;
}
.no-touch .gform_wrapper form .gform_page_footer .button.gform_previous_button:hover {
  text-decoration: none;
  background: red !important;
  color: #ffffff !important;
}

.gform_confirmation_message {
  font-size: 2rem !important;
}

.main .block .text p:not([class]) + *:not([class]), .main .block .text ul:not([class]) + *:not([class]), .main .block .text ol:not([class]) + *:not([class]), .main .block .text dl:not([class]) + *:not([class]) {
  margin-top: 20px;
}
.main .block .text p:not([class]) + .title, .main .block .text p:not([class]) + h1:not([class]), .main .block .text p:not([class]) + h2:not([class]), .main .block .text p:not([class]) + h3:not([class]), .main .block .text p:not([class]) + h4:not([class]), .main .block .text p:not([class]) + h5:not([class]), .main .block .text p:not([class]) + h6:not([class]), .main .block .text ul:not([class]) + .title, .main .block .text ul:not([class]) + h1:not([class]), .main .block .text ul:not([class]) + h2:not([class]), .main .block .text ul:not([class]) + h3:not([class]), .main .block .text ul:not([class]) + h4:not([class]), .main .block .text ul:not([class]) + h5:not([class]), .main .block .text ul:not([class]) + h6:not([class]), .main .block .text ol:not([class]) + .title, .main .block .text ol:not([class]) + h1:not([class]), .main .block .text ol:not([class]) + h2:not([class]), .main .block .text ol:not([class]) + h3:not([class]), .main .block .text ol:not([class]) + h4:not([class]), .main .block .text ol:not([class]) + h5:not([class]), .main .block .text ol:not([class]) + h6:not([class]), .main .block .text dl:not([class]) + .title, .main .block .text dl:not([class]) + h1:not([class]), .main .block .text dl:not([class]) + h2:not([class]), .main .block .text dl:not([class]) + h3:not([class]), .main .block .text dl:not([class]) + h4:not([class]), .main .block .text dl:not([class]) + h5:not([class]), .main .block .text dl:not([class]) + h6:not([class]) {
  margin-top: 65px;
}
.main .block .text h1:not([class]) + ul, .main .block .text h2:not([class]) + ul, .main .block .text h3:not([class]) + ul, .main .block .text h4:not([class]) + ul, .main .block .text h5:not([class]) + ul, .main .block .text h6:not([class]) + ul {
  margin-top: 30px;
}
.main .block .text .accordion-panel p:not([class]) + *:not([class], .title, h1, h2, h3, h4, h5, h6), .main .block .text .accordion-panel ul:not([class]) + *:not([class], .title, h1, h2, h3, h4, h5, h6), .main .block .text .accordion-panel ol:not([class]) + *:not([class], .title, h1, h2, h3, h4, h5, h6), .main .block .text .accordion-panel dl:not([class]) + *:not([class], .title, h1, h2, h3, h4, h5, h6) {
  margin-top: 25px;
}
.main .block .text ul:not([class]) li, .main .block .text ul:not([class]) dd, .main .block .text dl:not([class]) li, .main .block .text dl:not([class]) dd {
  position: relative;
  list-style-type: none;
  padding-left: 0px;
}
.main .block .text ul:not([class]) + *, .main .block .text dl:not([class]) + * {
  margin-top: 25px;
}
.main .block .text ol:not([class]) {
  padding-left: 20px;
}
.main .block .text ol:not([class]) li {
  position: relative;
  padding-left: 0px;
}
.main .block .text ol:not([class]) li + li {
  margin-top: 7px;
}
.main .block .text ol:not([class]) + * {
  margin-top: 25px;
}
.main .block .text strong, .main .block .text b {
  font-weight: bold;
}
.main .block .text b {
  display: inline;
}
.main .block .text i {
  font-style: italic;
}
.main .block .text em {
  font-style: italic;
}
.main .block .text iframe {
  display: block;
  max-width: 100%;
}
.main .block .text p + * {
  margin-top: 25px;
}
.main .block .text img {
  max-width: 100%;
  display: block;
}
.main .block .text * + .wp-video {
  margin-top: 25px;
}
.main .block .text .wp-video {
  max-width: 100% !important;
  display: block;
  width: 100% !important;
  height: auto;
}
.main .block .text .wp-video .mejs-container {
  max-width: 100% !important;
  display: block;
  width: 100% !important;
}
.main .block .text .wp-video + * {
  margin-top: 25px;
}

.slider .item {
  width: 100%;
  list-style-type: none;
}
.slider .image-container {
  width: 100%;
}

.flickity-enabled {
  width: 100%;
}
.flickity-enabled.is-draggable {
  cursor: grab;
}
.flickity-enabled .flickity-viewport {
  display: block;
  width: 100%;
}
.flickity-enabled .flickity-page-dots {
  list-style-type: none;
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(11, 18, 22, 0.3);
  border-radius: 2px;
  display: table-cell;
  display: -webkit-flexbox;
  display: -moz-flex;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flickity-enabled .flickity-page-dots .dot {
  display: block;
  width: 36px;
  height: 2px;
  margin: 0;
  border-radius: 2px;
}
.flickity-enabled .flickity-page-dots .dot.is-selected {
  background: #0B1216;
}

html, body {
  font-family: "Figtree";
  background: #fff;
  color: #0B1216;
}

.ajax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.8;
}

@media screen and (max-width: 37.5em) {
  .site-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 301;
    max-height: 100%;
    max-width: 385px;
    overflow-y: auto;
    width: 90%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 37.51em) {
  .site-popup {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 301;
    max-height: 100%;
    overflow-y: auto;
  }
}
.site-popup.hide {
  display: none;
}
.site-popup .popup-container {
  background: #fff;
  max-width: 385px;
  width: 100%;
  box-sizing: border-box;
}
.site-popup .popup-container .text-container {
  padding: 40px 35px;
}
@media screen and (min-width: 37.51em) {
  .site-popup .popup-container .text-container {
    padding: 45px 35px 40px;
  }
}
.site-popup .popup-container .text-container .title-popup {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 37.51em) {
  .site-popup .popup-container .text-container .title-popup {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 62.51em) {
  .site-popup .popup-container .text-container .title-popup {
    font-size: 3rem;
  }
}
.site-popup .popup-container .text-container .title-popup em {
  font-weight: 300;
}
.site-popup .popup-container .text-container .text p {
  font-size: 1.4rem;
  line-height: 1.7;
}
.site-popup .popup-container .text-container .btn {
  margin-top: 20px;
}
.site-popup .close-popup {
  overflow: hidden;
  z-index: 10;
  font-size: 0;
  text-indent: -9999px;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.site-popup .close-popup:before {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #0B1216;
  position: absolute;
  top: 50%;
  left: calc(50% - 15px);
  transform: rotate(45deg);
}
.site-popup .close-popup:after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  background: #0B1216;
  position: absolute;
  top: 50%;
  left: calc(50% - 15px);
  transform: rotate(-45deg);
}
.no-touch .site-popup .close-popup:hover:after, .no-touch .site-popup .close-popup:hover:before {
  background: #F18A00;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 18, 22, 0.5);
  pointer-events: none;
  z-index: 300;
}

body:not(.has-banner) .main {
  margin-top: 68px;
}
@media screen and (min-width: 37.51em) {
  body:not(.has-banner) .main {
    margin-top: 92px;
  }
}
@media screen and (min-width: 62.51em) {
  body:not(.has-banner) .main {
    margin-top: 116px;
  }
}

.title-60 {
  position: relative;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.75em;
  text-indent: 30px;
}
.title-60:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 37.51em) {
  .title-60 {
    font-size: 4.9rem;
    text-indent: 37px;
  }
}
@media screen and (min-width: 62.51em) {
  .title-60 {
    font-size: 6rem;
    text-indent: 45px;
  }
}
.title-60:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #F18A00;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (min-width: 37.51em) {
  .title-60:before {
    width: 12px;
    height: 12px;
    top: 6px;
  }
}
@media screen and (min-width: 62.51em) {
  .title-60:before {
    width: 14px;
    height: 14px;
    top: 7px;
  }
}
.title-60 em {
  font-weight: 300;
}

.title-48 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 37.51em) {
  .title-48 {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 62.51em) {
  .title-48 {
    font-size: 4.8rem;
  }
}
.title-48 em {
  font-weight: 300;
}

.title-40 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 37.51em) {
  .title-40 {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 62.51em) {
  .title-40 {
    font-size: 4rem;
  }
}

h2.title-30 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  color: #F18A00;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 37.51em) {
  h2.title-30 {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 62.51em) {
  h2.title-30 {
    font-size: 3rem;
  }
}

h3.title-30 {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 37.51em) {
  h3.title-30 {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 62.51em) {
  h3.title-30 {
    font-size: 3rem;
  }
}

.title-24 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 37.51em) {
  .title-24 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 62.51em) {
  .title-24 {
    font-size: 2.4rem;
  }
}

p, ul, ol {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1em;
}
p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

ul li, ol li {
  margin-bottom: 0.5em;
}
ul li:last-child, ol li:last-child {
  margin-bottom: 0;
}

.main-banner {
  position: relative;
}
.main-banner .images-slideshow,
.main-banner .flickity-viewport,
.main-banner .flickity-slider,
.main-banner .single-slide,
.main-banner .image-container {
  height: 100% !important;
}
.main-banner .single-slide {
  width: 100%;
}
.main-banner .single-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-banner .single-slide:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 14%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0.26) 86%, rgb(0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.7;
}
.main-banner .single-slide .hide-mobile:last-child {
  display: block !important;
}
body:not(.home) .main-banner {
  height: 550px;
}
@media screen and (min-width: 37.51em) {
  body:not(.home) .main-banner {
    min-height: 650px;
  }
}
@media screen and (min-width: 62.51em) {
  body:not(.home) .main-banner {
    min-height: 750px;
  }
}
@media screen and (min-width: 75.01em) {
  body:not(.home) .main-banner {
    min-height: 850px;
  }
}
.home .main-banner {
  height: 100dvh;
  overflow: hidden;
  min-height: 350px;
}
@media screen and (min-width: 37.51em) {
  .home .main-banner {
    min-height: 450px;
  }
}
@media screen and (min-width: 62.51em) {
  .home .main-banner {
    min-height: 525px;
  }
}
@media screen and (min-width: 75.01em) {
  .home .main-banner {
    min-height: 600px;
  }
}
.main-banner .title-160 {
  position: absolute;
  bottom: 125px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: normal;
  color: #fff;
  z-index: 3;
}
@media screen and (min-width: 25.01em) {
  .main-banner .title-160 {
    font-size: 5.5rem;
  }
}
@media screen and (min-width: 37.51em) {
  .main-banner .title-160 {
    font-size: 7rem;
    bottom: 145px;
  }
}
@media screen and (min-width: 50.01em) {
  .main-banner .title-160 {
    font-size: 9rem;
    bottom: 155px;
  }
}
@media screen and (min-width: 62.51em) {
  .main-banner .title-160 {
    font-size: 11rem;
    bottom: 185px;
  }
}
@media screen and (min-width: 75.01em) {
  .main-banner .title-160 {
    font-size: 13.5rem;
    bottom: 200px;
  }
}
@media screen and (min-width: 87.51em) {
  .main-banner .title-160 {
    font-size: 16rem;
  }
}
.main-banner .go-to-content {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
@media screen and (min-width: 37.51em) {
  .main-banner .go-to-content {
    font-size: 1.5rem;
    bottom: 46px;
  }
}
@media screen and (min-width: 62.51em) {
  .main-banner .go-to-content {
    font-size: 1.6rem;
    bottom: 55px;
  }
}
.no-touch .main-banner .go-to-content:hover:after {
  transform: translateY(5px);
}
.main-banner .go-to-content:before {
  display: block;
  content: "";
  width: 185px;
  height: 185px;
  position: absolute;
  top: calc(50% + 40px);
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 257 257'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='128.5' y1='0' x2='129' y2='122.5' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='white'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle cx='128.5' cy='128.5' r='127' fill='none' stroke='url(%23g)' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 37.51em) {
  .main-banner .go-to-content:before {
    width: 220px;
    height: 220px;
    top: calc(50% + 46px);
  }
}
@media screen and (min-width: 62.51em) {
  .main-banner .go-to-content:before {
    width: 255px;
    height: 255px;
    top: calc(50% + 55px);
  }
}
.main-banner .go-to-content:after {
  display: block;
  content: "";
  width: 18px;
  height: 6px;
  background: url(images/go-to-arrow.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: calc(100% + 5px);
  left: calc(50% - 9px);
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 37.51em) {
  .main-banner .go-to-content:after {
    width: 19px;
    height: 6px;
    top: calc(100% + 7px);
  }
}
@media screen and (min-width: 62.51em) {
  .main-banner .go-to-content:after {
    width: 20px;
    height: 7px;
    left: calc(50% - 10px);
  }
}/*# sourceMappingURL=style.css.map */