@charset "UTF-8";
:root {
  --bs-body-color: #FFF;
  --bs-body-bg: #000;
  --bs-font-sans-serif: 'Neue Haas Grotesk Display Pro', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-weight: 200;
  --bs-body-font-size: 22px;
  --bs-link-color-rgb: 80, 172, 50;
  --bs-link-hover-color-rgb: 66, 132, 44;
  --bs-link-hover-color: #42842a; }

::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  border-radius: 0;
  background: #151617; }

::-webkit-scrollbar-thumb {
  background: #50ac32;
  border-radius: 0; }

body {
  letter-spacing: 1px; }

main {
  margin: 0 auto;
  display: flex;
  flex-direction: column; }

strong, b {
  font-weight: 500; }

.wp-block-list li {
  margin-bottom: 10px;
  line-height: 1.3; }

#who, #companies, #services, #work, #news, #contacts {
  position: relative;
  scroll-margin-top: 50px; }
  #who .container-fluid, #companies .container-fluid, #services .container-fluid, #work .container-fluid, #news .container-fluid, #contacts .container-fluid {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    --bs-gutter-x: 4rem; }
  #who .gx-00, #companies .gx-00, #services .gx-00, #work .gx-00, #news .gx-00, #contacts .gx-00 {
    --bs-gutter-x: 4rem; }
  #who .section-bg, #companies .section-bg, #services .section-bg, #work .section-bg, #news .section-bg, #contacts .section-bg {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1; }
  #who .bg-image, #companies .bg-image, #services .bg-image, #work .bg-image, #news .bg-image, #contacts .bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center; }
  #who .mask-container, #companies .mask-container, #services .mask-container, #work .mask-container, #news .mask-container, #contacts .mask-container {
    position: absolute;
    inset: 0;
    pointer-events: none; }
  #who .mask, #companies .mask, #services .mask, #work .mask, #news .mask, #contacts .mask {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000; }
    #who .mask:before, #companies .mask:before, #services .mask:before, #work .mask:before, #news .mask:before, #contacts .mask:before {
      content: '';
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none; }
  #who .parallax-image, #companies .parallax-image, #services .parallax-image, #work .parallax-image, #news .parallax-image, #contacts .parallax-image {
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 256 / 217;
    transition: transform 0.15s ease-out;
    background-repeat: no-repeat; }

@media (min-width: 1400px) {
  #who .container-fluid, #companies .container-fluid, #services .container-fluid, #work .container-fluid, #news .container-fluid, #contacts .container-fluid {
    --bs-gutter-x: 7rem; }
  #who .gx-00, #companies .gx-00, #services .gx-00, #work .gx-00, #news .gx-00, #contacts .gx-00 {
    --bs-gutter-x: 7rem; }
  #who h2.title, #companies h2.title, #services h2.title, #work h2.title, #news h2.title, #contacts h2.title {
    font-size: 200px;
    line-height: 160px; }
  #who h3.title, #companies h3.title, #services h3.title, #work h3.title, #news h3.title, #contacts h3.title {
    font-size: 50px;
    width: min-content;
    display: block;
    text-align: right;
    margin-left: auto; } }
@media (max-width: 991px) {
  #who, #companies, #services, #work, #news, #contacts {
    font-size: 20px;
    scroll-margin-top: 100px; }
    #who h2, #companies h2, #services h2, #work h2, #news h2, #contacts h2 {
      font-size: 65px;
      line-height: .9;
      margin: auto;
      text-align: center; }
    #who h3, #companies h3, #services h3, #work h3, #news h3, #contacts h3 {
      font-size: 36px; }
    #who .parallax-image, #companies .parallax-image, #services .parallax-image, #work .parallax-image, #news .parallax-image, #contacts .parallax-image {
      top: 0;
      left: 0;
      width: 100%; }

  #work h3, #contacts h3 {
    margin: auto;
    text-align: center;
    width: auto; } }
.form-control:not(.form-control-sm) {
  --bs-border-radius: 0;
  background-color: transparent;
  padding: .75rem 1.5rem;
  font-size: 24px; }
  .form-control:not(.form-control-sm)::placeholder {
    color: var(--bs-body-color); }

.form-control:focus {
  border-color: rgba(80, 172, 50, 0.5);
  box-shadow: 0 0 0 0.25rem rgba(80, 172, 50, 0.25); }

.wpcf7-text, .wpcf7-textarea {
  display: block;
  width: 100%;
  padding: .75rem 1.5rem;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid #ffffff80;
  border-radius: 0;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; }
  .wpcf7-text::placeholder, .wpcf7-textarea::placeholder {
    color: var(--bs-body-color); }
  .wpcf7-text:focus, .wpcf7-textarea:focus {
    border-color: rgba(80, 172, 50, 0.5);
    box-shadow: 0 0 0 0.25rem rgba(80, 172, 50, 0.25); }

.wpcf7-acceptance, .wpcf7-checkbox, .wpcf7-radio {
  padding: 0;
  height: auto; }
  .wpcf7-acceptance label, .wpcf7-checkbox label, .wpcf7-radio label {
    display: block;
    min-height: 1.5rem;
    padding-left: 32px;
    box-sizing: border-box;
    margin-right: 0;
    line-height: 1.3; }
  .wpcf7-acceptance input[type='checkbox'], .wpcf7-checkbox input[type='checkbox'], .wpcf7-radio input[type='checkbox'] {
    width: 20px;
    height: 20px;
    border-radius: 0;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #fff;
    appearance: none;
    color-adjust: exact;
    print-color-adjust: exact;
    float: left;
    margin-left: -32px;
    margin-top: 3px; }
    .wpcf7-acceptance input[type='checkbox']:checked, .wpcf7-checkbox input[type='checkbox']:checked, .wpcf7-radio input[type='checkbox']:checked {
      background-color: #50AC32;
      border-color: #50AC32;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
      .wpcf7-acceptance input[type='checkbox']:checked + .wpcf7-list-item-label, .wpcf7-checkbox input[type='checkbox']:checked + .wpcf7-list-item-label, .wpcf7-radio input[type='checkbox']:checked + .wpcf7-list-item-label {
        color: #50AC32;
        font-weight: 400; }
        .wpcf7-acceptance input[type='checkbox']:checked + .wpcf7-list-item-label a, .wpcf7-checkbox input[type='checkbox']:checked + .wpcf7-list-item-label a, .wpcf7-radio input[type='checkbox']:checked + .wpcf7-list-item-label a {
          color: #50AC32; }
  .wpcf7-acceptance input[type='radio'], .wpcf7-checkbox input[type='radio'], .wpcf7-radio input[type='radio'] {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #fff;
    appearance: none;
    color-adjust: exact;
    print-color-adjust: exact;
    float: left;
    margin-left: -32px;
    margin-top: 3px;
    border-radius: 50%; }
    .wpcf7-acceptance input[type='radio']:checked, .wpcf7-checkbox input[type='radio']:checked, .wpcf7-radio input[type='radio']:checked {
      background-color: #50AC32;
      border-color: #50AC32;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
      .wpcf7-acceptance input[type='radio']:checked + .wpcf7-list-item-label, .wpcf7-checkbox input[type='radio']:checked + .wpcf7-list-item-label, .wpcf7-radio input[type='radio']:checked + .wpcf7-list-item-label {
        color: #50AC32;
        font-weight: 400; }
        .wpcf7-acceptance input[type='radio']:checked + .wpcf7-list-item-label a, .wpcf7-checkbox input[type='radio']:checked + .wpcf7-list-item-label a, .wpcf7-radio input[type='radio']:checked + .wpcf7-list-item-label a {
          color: #50AC32; }
  .wpcf7-acceptance .wpcf7-list-item, .wpcf7-checkbox .wpcf7-list-item, .wpcf7-radio .wpcf7-list-item {
    margin: 0 15px 0 0; }
  .wpcf7-acceptance .wpcf7-list-item-label, .wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-radio .wpcf7-list-item-label {
    text-transform: none; }

.wpcf7-form-control-wrap a {
  color: #fff; }
  .wpcf7-form-control-wrap a:hover, .wpcf7-form-control-wrap a:focus {
    color: #50AC32; }

.wpcf7-submit {
  background-color: #fff;
  text-transform: uppercase;
  padding: .75rem 1.5rem;
  border: 0;
  font-weight: 500;
  transition: all 0.5s ease; }
  .wpcf7-submit:hover, .wpcf7-submit:focus {
    background-color: #50AC32;
    color: #fff; }

.cf7-button-container {
  text-align: right;
  position: relative;
  margin: 2rem 0 0; }

.wpcf7-form-control.wpcf7-not-valid {
  border-color: #dc3545; }

span.wpcf7-not-valid-tip {
  position: relative;
  font-size: 16px;
  padding: 5px 0 0; }

.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 17px; }

/** Responses */
span.wpcf7-not-valid-tip {
  position: relative;
  font-size: 13px;
  padding: 5px 0 0; }

div.wpcf7-mail-sent-ok, form.sent .wpcf7-response-output {
  background: #46b450;
  border: 0;
  color: #fff; }

div.wpcf7-mail-sent-ng, form.failed .wpcf7-response-output {
  background: #dc3545;
  border: 0;
  color: #fff; }

div.wpcf7-spam-blocked {
  background: #ffa500;
  border: 0;
  color: #000; }

div.wpcf7-validation-errors, form.invalid .wpcf7-response-output {
  background: #ffb900;
  border: 0;
  color: #000; }

form.invalid .wpcf7-response-output,
form.failed .wpcf7-response-output,
form.sent .wpcf7-response-output,
form .wpcf7-response-output {
  margin: 30px 0 0;
  font-weight: 400; }

.dnd-upload-status .dnd-upload-image {
  border: 0;
  display: none; }
.dnd-upload-status .dnd-upload-details {
  padding-left: 0;
  width: calc(100% - 30px); }
  .dnd-upload-status .dnd-upload-details .name {
    color: #fff;
    padding-right: 0;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    justify-content: space-between; }
  .dnd-upload-status .dnd-upload-details .name em {
    color: #fff;
    font-weight: 400; }
  .dnd-upload-status .dnd-upload-details .remove-file span:after {
    content: '├ù';
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 30px;
    background-color: transparent;
    color: #dc3545;
    background-image: none;
    border-radius: 50%; }
  .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    border-radius: 0; }
    .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
      font-weight: 400;
      padding: 0 5px; }

.codedropz-upload-wrapper h3 {
  width: auto !important;
  font-size: 30px !important;
  text-align: center !important; }
.codedropz-upload-wrapper .codedropz-upload-container {
  padding: 40px 20px; }
.codedropz-upload-wrapper .codedropz-upload-inner span {
  display: none; }
.codedropz-upload-wrapper .cd-upload-btn {
  transition: all 0.5s ease; }

@media (max-width: 991px) {
  .wpcf7-submit {
    width: 100%; }

  .wpcf7-text, .wpcf7-textarea {
    font-size: 18px;
    padding: .5rem 1.5rem; } }
h1.title {
  color: #50ac32;
  font-weight: 100;
  letter-spacing: 1px; }

h2.title {
  color: #50ac32;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 120px;
  line-height: 90px; }
  h2.title.vertical {
    width: min-content;
    display: block; }

h3.title {
  font-weight: 200;
  letter-spacing: 1px;
  font-size: 40px; }
  h3.title.vertical {
    width: min-content;
    display: block; }

.font-xl {
  font-size: 32px; }

.font-lg {
  font-size: 24px; }

.font-md {
  font-size: 22px; }

.font-sm {
  font-size: 20px; }

.font-xs {
  font-size: 18px; }

.font-xxs {
  font-size: 15px; }

#menu {
  opacity: 1; }
  #menu .nav-menu {
    flex-direction: column;
    --bs-nav-link-padding-y: 15px;
    --bs-nav-link-padding-x: 80px; }
    #menu .nav-menu .nav-link {
      text-transform: uppercase;
      color: #fff;
      font-size: 16px;
      font-weight: 300; }
  #menu .offcanvas-header {
    --bs-offcanvas-padding-x: 15px;
    --bs-offcanvas-padding-y: 15px; }
  #menu .offcanvas-body {
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 0; }
  #menu .btn-close {
    height: auto; }

@media (max-width: 991px) {
  #menu .nav-menu {
    --bs-nav-link-padding-x: 30px; } }
#header {
  position: absolute;
  width: 100%;
  background: transparent;
  z-index: 99;
  transition: all 0.3s ease;
  height: 150px;
  display: flex;
  align-items: center; }
  #header .container-fluid {
    --bs-gutter-x: 3rem; }

#button-menu {
  position: fixed;
  top: 50%;
  background: transparent;
  border: 0;
  padding: 0;
  z-index: 999;
  margin-top: -18px;
  left: 1.5rem;
  transition: all 0.9s ease; }
  #button-menu.hide {
    top: 36px; }
  #button-menu.hide.show, #button-menu.show {
    top: 50%; }

@media (min-width: 1400px) {
  #header .container-fluid {
    --bs-gutter-x: 160px; }

  #button-menu {
    left: 80px; } }
@media (max-width: 991px) {
  #header {
    height: auto;
    padding: 20px 0;
    position: fixed;
    background-color: #000; }

  #logo {
    height: 38px;
    width: 208px; }

  #button-menu {
    top: 15px;
    margin: 0; }
    #button-menu img {
      height: 15px;
      width: 30px; } }
#page {
  padding-top: 150px; }
  #page .container-fluid {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    --bs-gutter-x: 4rem; }
  #page h1.title {
    font-size: 80px;
    font-weight: 200;
    margin-bottom: 3rem; }
  #page .page-body {
    font-size: 18px;
    --bs-link-color-rgb: 255, 255, 255;
    --bs-link-hover-color-rgb: 230, 230, 230; }
    #page .page-body p, #page .page-body a {
      overflow-wrap: break-word; }

#page-job .container-fluid {
  max-width: 1200px;
  z-index: 2;
  position: relative;
  --bs-gutter-x: 4rem; }
#page-job h1.title {
  font-size: 50px;
  margin-bottom: 3rem;
  font-weight: 200; }
#page-job .page-body {
  font-size: 18px;
  --bs-link-color-rgb: 255, 255, 255;
  --bs-link-hover-color-rgb: 230, 230, 230; }
  #page-job .page-body p, #page-job .page-body a {
    overflow-wrap: break-word; }
#page-job .job-divider {
  text-align: center;
  margin-bottom: 2rem; }
  #page-job .job-divider span {
    font-size: 24px;
    background: #000;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 15px; }
  #page-job .job-divider:after {
    content: '';
    border-bottom: 1px solid #fff;
    display: block;
    transform: translateY(-18px); }
#page-job .page-cover {
  position: relative;
  max-height: 80vh;
  overflow: hidden; }
  #page-job .page-cover:after {
    z-index: 1;
    position: absolute;
    content: '';
    width: 100%;
    height: 30%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top, #000, transparent); }

@media (max-width: 991px) {
  #page, #page-job {
    padding-top: 90px; }
    #page h1.title, #page-job h1.title {
      font-size: 36px;
      margin-bottom: 1.5rem;
      line-height: 1.1; }
    #page .page-body, #page-job .page-body {
      font-size: 17px; } }
@media (min-width: 1400px) {
  #page-job .wpcf7 {
    padding: 0 40px; }
  #page-job .link-back {
    font-size: 18px; } }
.modal-backdrop {
  --bs-backdrop-zindex: 1034;
  --bs-backdrop-opacity: 0.7; }

.modal {
  --bs-modal-padding: 2rem;
  --bs-modal-zindex: 1039; }
  .modal::-webkit-scrollbar {
    width: 8px; }
  .modal::-webkit-scrollbar-track {
    border-radius: 0;
    background: #151617; }
  .modal::-webkit-scrollbar-thumb {
    background: #50ac32;
    border-radius: 0; }
  .modal .btn-close {
    --bs-btn-close-color: #fff;
    --bs-btn-close-bg: none;
    --bs-btn-close-focus-shadow: none;
    font-size: 50px;
    line-height: 1;
    position: fixed;
    right: 0;
    top: 0;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    z-index: 9; }
    .modal .btn-close:hover, .modal .btn-close:focus {
      opacity: .5; }
  .modal .modal-content {
    background-color: rgba(0, 0, 0, 0.75); }

#modal-news {
  --bs-modal-padding: 3vh 6vw; }
  #modal-news a {
    color: #fff;
    font-weight: 400; }
  #modal-news .min-vh-modal {
    min-height: 94vh; }
  #modal-news #news-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    text-align: center; }
  #modal-news #news-body {
    font-size: clamp(0.875rem, 1.5vw, 1.3125rem);
    overflow-y: auto;
    padding-right: 1.5rem; }
  #modal-news #news-date {
    font-weight: 400;
    font-size: 1.25rem;
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    text-transform: uppercase;
    margin-bottom: 1.5rem; }
  #modal-news #news-title {
    font-weight: 400;
    font-size: 2.5rem;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    line-height: 1; }
  #modal-news #news-source {
    font-style: italic;
    margin-bottom: .75rem;
    font-size: 20px; }
  #modal-news #news-cover {
    text-align: center;
    margin: 0; }

@media (max-width: 767px) {
  .modal .btn-close {
    padding: 0;
    font-size: 40px; }
  .modal .container-fluid {
    --bs-gutter-x: .5rem; }
    .modal .container-fluid .gx-5 {
      --bs-gutter-x: .5rem; } }
#hero {
  min-height: 100vh;
  height: 50vw;
  padding-top: 150px;
  position: relative;
  background-image: url("../img/bg/hero.jpg");
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: top center;
  background-color: #000; }
  #hero .container-fluid {
    --bs-gutter-x: 3rem;
    padding-top: 110px;
    padding-bottom: 110px;
    z-index: 2; }
    #hero .container-fluid h1 {
      font-weight: 200;
      border-left: 5px solid #50ac32;
      padding-left: 20px;
      letter-spacing: 2px; }

@media (min-width: 1400px) {
  #hero .container-fluid {
    --bs-gutter-x: 448px; }
    #hero .container-fluid h1 {
      font-size: 50px; } }
@media (max-width: 1199px) {
  #hero {
    height: 100vw;
    background-position: center -70px; } }
@media (max-width: 991px) {
  #hero {
    min-height: 100vh;
    padding: 0;
    background-image: url("../img/bg/hero-mobile.jpg");
    background-size: contain;
    background-position: center top; }
    #hero .container-fluid {
      height: 100vh;
      padding-top: calc(100vw + 60px);
      padding-bottom: 70px;
      display: flex;
      justify-content: center; }
      #hero .container-fluid h1 {
        padding-left: 0;
        border-left: 0;
        text-align: center; }
        #hero .container-fluid h1:before {
          content: '';
          width: 100px;
          height: 1px;
          border-top: 5px solid #50ac32;
          display: block;
          margin: 0 auto 15px; } }
@media (max-width: 767px) {
  #hero {
    background-size: 100%;
    background-position: center top; } }
#who strong {
  font-weight: 500; }
#who .nav {
  --bs-nav-link-color: #fff;
  --bs-nav-link-hover-color: #fff;
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: .75rem; }
#who .nav-link {
  border-bottom: 2px solid #50ac32;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 50px;
  transition: transform 0.15s ease-out; }
  #who .nav-link i.bi {
    font-size: 40px;
    top: 5px;
    position: relative;
    transition: transform 0.15s ease-out; }
  #who .nav-link:hover, #who .nav-link:focus {
    opacity: .8; }
    #who .nav-link:hover i.bi, #who .nav-link:focus i.bi {
      transform: translateX(-15px); }
#who .section-bg {
  aspect-ratio: 2560 / 1606; }
#who .bg-image {
  background-image: url("../img/bg/img_1.jpg"); }
#who .mask-container {
  transform: translateX(1px); }
#who .mask {
  -webkit-mask: url("../img/parallax/leaf-1.svg") no-repeat right/cover;
  mask: url("../img/parallax/leaf-1.svg") no-repeat right/cover; }
#who .mask::before {
  background: url("../img/parallax/leaf-1-border.svg") no-repeat right/cover; }
#who .parallax-image {
  position: absolute;
  inset: 0;
  background-image: url("../img/parallax/parallax-1.jpg");
  background-size: cover;
  background-position: center -150px;
  will-change: transform;
  opacity: .5;
  top: 0; }

@media (max-width: 991px) {
  #who .nav-link {
    font-size: inherit; }
    #who .nav-link i.bi {
      font-size: inherit; }
  #who .section-bg {
    aspect-ratio: 4 / 3; }
  #who .mask::before {
    background: url("../img/parallax/leaf-1-border_mobile.svg") no-repeat right/cover; }
  #who .parallax-image {
    background-image: url("../img/parallax/parallax-1-mobile.jpg");
    background-position: center 0;
    top: -30px; } }
#companies .section-bg {
  aspect-ratio: 2560 / 1651; }
#companies .bg-image {
  background-image: url("../img/bg/img_2.jpg"); }
#companies .mask {
  -webkit-mask: url("../img/parallax/leaf-2.svg") no-repeat left/cover;
  mask: url("../img/parallax/leaf-2.svg") no-repeat left/cover; }
#companies .mask::before {
  background: url("../img/parallax/leaf-2-border.svg") no-repeat left/cover; }
#companies .parallax-image {
  position: absolute;
  inset: 0;
  background-image: url("../img/parallax/parallax-2.jpg");
  background-size: cover;
  background-position: center 100px;
  will-change: transform;
  top: -250px; }

#svg_aziende {
  max-width: 750px; }
  #svg_aziende a {
    transition: all 0.5s ease; }
    #svg_aziende a text {
      transition: all 0.5s ease; }
    #svg_aziende a:hover, #svg_aziende a:focus {
      color: #50ac32; }
      #svg_aziende a:hover text, #svg_aziende a:focus text {
        fill: #50ac32; }

@media (min-width: 1400px) {
  #companies {
    margin-top: -200px; } }
@media (max-width: 991px) {
  #companies .section-bg {
    aspect-ratio: 3 / 2; }
  #companies .bg-image {
    background-size: 100%;
    background-repeat: no-repeat; }
  #companies .mask::before {
    background: url("../img/parallax/leaf-2-border_mobile.svg") no-repeat left/cover; }
  #companies .parallax-image {
    top: -75px;
    height: calc(100vw + 160px);
    background-size: 100%;
    background-position: center 0;
    background-image: url("../img/parallax/parallax-2-mobile.jpg");
    aspect-ratio: unset; } }
#svg-servizi-desktop g {
  transform-box: fill-box;
  transform-origin: center; }

#svg-servizi-mobile {
  margin-top: -290px;
  margin-left: -20px; }
  #svg-servizi-mobile text {
    font-size: 16px; }

@media (min-width: 1400px) {
  #services {
    margin-top: 100px; }
    #services .svg-text {
      font-size: 28px; } }
@media (max-width: 991px) {
  #services {
    padding-top: 30px;
    padding-bottom: 30px; } }
#news {
  overflow-x: hidden; }
  #news .news-item {
    position: relative;
    border: 1px solid #ffffff80;
    aspect-ratio: 1 / 1; }
    #news .news-item:before {
      z-index: 1;
      position: absolute;
      content: '';
      width: 100%;
      height: 30%;
      top: 0;
      left: 0;
      right: 0;
      background-image: linear-gradient(to bottom, #000, transparent); }
    #news .news-item:after {
      z-index: 1;
      position: absolute;
      content: '';
      width: 100%;
      height: 50%;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: linear-gradient(to top, #000, transparent); }
  #news .news-source {
    position: absolute;
    padding: 35px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    z-index: 2; }
  #news .news-body {
    position: absolute;
    padding: 30px;
    bottom: 0;
    width: 100%;
    z-index: 2; }
  #news .news-date {
    font-size: 14px;
    margin-bottom: 15px; }
  #news .news-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300; }
  #news #glide_news:not(.glide--slider) .glide__slide {
    visibility: hidden; }
  #news .glide__arrow {
    border: 0;
    box-shadow: none; }
  #news #news-search .input-group-text {
    border-color: #ffffff80;
    border-right: 0;
    padding: .5rem .75rem;
    padding-right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 1; }
    #news #news-search .input-group-text:after {
      content: '';
      height: 100%;
      width: 1px;
      background-color: #ffffff80;
      margin-left: .75rem; }
  #news #news-search .form-control {
    border-left: 0;
    margin-left: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #ffffff80;
    padding: .5rem .75rem; }
    #news #news-search .form-control:hover, #news #news-search .form-control:focus {
      box-shadow: none; }
  #news #news-search.focused {
    box-shadow: 0 0 0 0.25rem rgba(80, 172, 50, 0.25); }
    #news #news-search.focused .input-group-text {
      border-color: rgba(80, 172, 50, 0.5); }
      #news #news-search.focused .input-group-text:after {
        background-color: rgba(80, 172, 50, 0.5); }
    #news #news-search.focused .form-control {
      box-shadow: none;
      border-color: rgba(80, 172, 50, 0.5);
      font-size: 20px; }
  #news .glide-wrapper {
    padding-left: 2px;
    padding-right: 2px; }
  #news .glide__arrow--left {
    border: 0;
    box-shadow: none;
    padding: 0; }
    #news .glide__arrow--left.disabled {
      opacity: 0; }
  #news .glide__arrow--right {
    border: 0;
    box-shadow: none;
    padding: 0; }
    #news .glide__arrow--right.disabled {
      opacity: 0; }
  #news #glide_news {
    position: relative; }
  #news #glide_news_loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    font-weight: 500; }
    #news #glide_news_loader.disabled {
      z-index: -1;
      visibility: hidden;
      opacity: 0; }
  #news #loader_message {
    text-align: center; }

#news .section-bg {
  aspect-ratio: 2560 / 2000; }
#news .bg-image {
  background-image: url("../img/bg/img_3.jpg");
  aspect-ratio: 2560 / 1440;
  transform: translateY(25%); }
#news .mask {
  -webkit-mask: url("../img/parallax/leaf-3.svg") no-repeat right/cover;
  mask: url("../img/parallax/leaf-3.svg") no-repeat right/cover; }
#news .mask::before {
  background: url("../img/parallax/leaf-3-border.svg") no-repeat right/cover; }
#news .mask-container {
  transform: translateX(1px); }
#news .parallax-image {
  position: absolute;
  inset: 0;
  background-image: url("../img/parallax/parallax-3.jpg");
  background-size: cover;
  background-position: center 0;
  will-change: transform;
  top: 0; }

@media (min-width: 1400px) {
  #news .glide__arrow--left {
    left: -120px; }
  #news .glide__arrow--right {
    right: -120px; } }
@media (max-width: 1399px) {
  #news .glide__arrow--left {
    left: -2rem; }
  #news .glide__arrow--right {
    right: -2rem; }
  #news .glide-wrapper {
    width: calc( 100% + 4rem); } }
@media (max-width: 991px) {
  #news {
    overflow-x: hidden;
    margin-top: -170px; }
    #news .news-source {
      padding: 20px;
      font-size: 12px; }
    #news .news-body {
      position: absolute;
      padding: 20px 20px 25px; }
    #news .news-date {
      font-size: 12px;
      margin-bottom: 5px; }
    #news .news-title {
      font-size: 14px; }
    #news .glide-wrapper {
      width: calc( 100% + 60vw); }
    #news .glide__arrow--left {
      left: -1.8rem; }
      #news .glide__arrow--left svg {
        width: 25px;
        height: 25px; }
    #news .glide__arrow--right {
      right: -1.8rem; }
      #news .glide__arrow--right svg {
        width: 25px;
        height: 25px; }

  #loader_message {
    text-align: center;
    font-size: 18px; }

  #glide_news_loader {
    width: calc(100% - 4rem); }

  #news-search .form-control {
    padding: .25rem .75rem;
    font-size: 20px; }

  #news .bg-image {
    aspect-ratio: unset;
    transform: none; }
  #news .mask {
    -webkit-mask: url("../img/parallax/leaf-3.svg") no-repeat right/contain;
    mask: url("../img/parallax/leaf-3.svg") no-repeat right/contain; }
  #news .mask::before {
    background: url("../img/parallax/leaf-3-border_mobile.svg") no-repeat left/contain; }
  #news .parallax-image {
    top: 0;
    height: calc(100vw + 100px);
    background-size: cover;
    background-position: center 0;
    aspect-ratio: unset;
    background-image: url("../img/parallax/parallax-3-mobile.jpg"); } }
#work .nav {
  --bs-nav-link-color: #fff;
  --bs-nav-link-hover-color: #fff;
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 1rem; }
#work .nav-link {
  text-transform: uppercase;
  border-bottom: 2px solid #50ac32;
  display: flex;
  justify-content: space-between;
  transition: transform 0.15s ease-out; }
  #work .nav-link i.bi {
    top: 5px;
    position: relative;
    transition: transform 0.15s ease-out; }
  #work .nav-link:hover, #work .nav-link:focus {
    opacity: .8; }
    #work .nav-link:hover i.bi, #work .nav-link:focus i.bi {
      transform: translateX(-15px); }

#work .section-bg {
  margin-top: -20vw;
  margin-bottom: -35vw;
  aspect-ratio: 2560 / 1651; }

#work .mask {
  -webkit-mask: url("../img/parallax/leaf-2.svg") no-repeat left/contain;
  mask: url("../img/parallax/leaf-2.svg") no-repeat left/contain; }

#work .mask::before {
  background: url("../img/parallax/leaf-2-border.svg") no-repeat left/contain; }

@media (min-width: 1400px) {
  #work {
    margin-top: -40vh; } }
@media (max-width: 991px) {
  #work {
    padding-top: 40px; }
    #work .nav {
      --bs-nav-link-padding-y: .5rem; }
    #work .nav-link {
      font-size: 16px; } }
#contacts #map {
  width: 100%;
  height: 400px;
  background-color: #f4f4f4; }
#contacts .map-label {
  font-weight: 500;
  font-size: 16px;
  color: #d93025;
  text-shadow: -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff;
  white-space: nowrap;
  position: relative;
  top: 20px; }

#pdf {
  width: 100%;
  height: 94vh; }

#pdf-container {
  width: 100%; }

#pdf-canvas-container {
  text-align: center;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 21 / 30;
  position: relative; }

#pdf-canvas {
  max-width: 100%;
  position: relative;
  z-index: 10; }

#pdf-controls {
  text-align: center;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  #pdf-controls a, #pdf-controls button {
    margin: 0 2px;
    cursor: pointer;
    border: 0; }
    #pdf-controls a:hover, #pdf-controls a:focus, #pdf-controls button:hover, #pdf-controls button:focus {
      border: 0;
      opacity: .5; }

#pdf-page-info {
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px; }

@media (min-width: 992px) {
  #pdf-canvas-container {
    height: calc(94vh - 60px); } }
#pdf-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  font-weight: 500; }

#certifications .accordion {
  --bs-accordion-btn-padding-y: .5rem;
  --bs-accordion-border-radius: 0;
  --bs-accordion-btn-focus-box-shadow: none; }
#certifications .accordion-item {
  color: #F2F2F2;
  background-color: transparent;
  border-color: #F2F2F2;
  border-width: 0 0 1px; }
  #certifications .accordion-item.separation {
    margin-top: 5rem; }
#certifications .accordion-button {
  background-color: transparent;
  font-size: 45px;
  font-size: clamp(1rem, 3vw, 2rem);
  font-weight: 300;
  outline: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none; }
  #certifications .accordion-button:after {
    content: '+';
    height: auto;
    width: 30px;
    text-align: center;
    background-image: none; }
  #certifications .accordion-button:focus {
    outline: 0;
    box-shadow: none; }
  #certifications .accordion-button:not(.collapsed) {
    color: #9AEA47;
    box-shadow: none;
    font-weight: 700; }
    #certifications .accordion-button:not(.collapsed):after {
      content: '\00D7'; }
#certifications .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
#certifications .accordion-header {
  margin-right: 30px; }
#certifications .accordion-body {
  padding: 1.5rem 0 3rem; }

@media (max-width: 767px) {
  #certifications .accordion + .accordion {
    margin-top: 2rem; }
  #certifications .accordion-header {
    margin-right: 0; }
  #certifications .accordion-button {
    padding-right: 0; } }
#footer {
  font-weight: 400;
  position: relative;
  z-index: 9; }
  #footer a {
    transition: all 0.5s ease;
    color: #fff;
    text-decoration: none; }
    #footer a:hover, #footer a:focus {
      opacity: .5; }
  #footer > .container-fluid {
    --bs-gutter-x: 3rem; }
  #footer > .container-fluid > .row {
    --bs-gutter-x: 3rem; }

@media (min-width: 1400px) {
  #footer > .container-fluid {
    --bs-gutter-x: 6rem; }
  #footer > .container-fluid > .row {
    --bs-gutter-x: 6rem; } }
@media (min-width: 1920px) {
  #footer > .container-fluid {
    max-width: 1870px;
    --bs-gutter-x: 9rem; }
  #footer > .container-fluid > .row {
    --bs-gutter-x: 9rem; } }
@media (max-width: 991px) {
  #footer {
    font-size: 18px; }
    #footer .font-xxs {
      font-size: 13px; } }

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