@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
*,
::after,
::before {
  box-sizing: border-box;
}

.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
}
.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

span {
  display: inline-block;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style: none;
}

figure {
  margin: 0;
}

@media (max-width: 1199px) {
  br {
    display: none;
  }
}

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

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
  border: 1px solid transparent;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #a8a8a8;
}

strong {
  font-weight: bolder;
}

.mt-0 {
  margin-top: 0 !important;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  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-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

input[type=checkbox] {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
input[type=checkbox]:checked[type=checkbox] {
  --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}

@keyframes scrollDownAnimation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

header .main-header {
  padding: 0 35px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header {
    padding: 0 25px;
  }
}
@media (max-width: 1399px) {
  header .main-header {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  header .main-header {
    padding: 20px 0px;
  }
}
header .main-header .header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .main-header .header-flex .logo-box img {
  max-width: 231px;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .logo-box img {
    max-width: 200px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .logo-box img {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  header .main-header .header-flex .logo-box img {
    max-width: 180px;
  }
}
header .main-header .header-flex .main-header-items > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .main-header-items > ul {
    gap: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .main-header-items > ul {
    gap: 15px;
  }
}
header .main-header .header-flex .main-header-items > ul > li {
  height: 115px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .main-header-items > ul > li {
    height: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .main-header-items > ul > li {
    height: 80px;
  }
}
header .main-header .header-flex .main-header-items > ul > li > a {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .main-header-items > ul > li > a {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .main-header-items > ul > li > a {
    font-size: 14px;
  }
}
header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  background-blend-mode: multiply;
  color: #fff;
  top: 100%;
  left: -40px;
  width: 920px;
  padding: 30px 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper {
    gap: 50px;
    max-width: 820px;
    padding: 25px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper {
    gap: 40px;
    max-width: 800px;
    padding: 20px 15px;
  }
}
header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box {
  flex: 1;
}
header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box .box-title {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box .box-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box .box-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box ul li {
  display: block;
  margin-bottom: 18px;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box ul li {
    margin-bottom: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box ul li {
    margin-bottom: 10px;
  }
}
header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box ul li a {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 146.667%;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box ul li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box ul li a {
    font-size: 13px;
  }
}
header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box ul li a:hover {
  padding-left: 10px;
}
header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box ul li.menu-item-has-children > a {
  padding-left: 10px;
}
header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box ul li.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjkiIHZpZXdCb3g9IjAgMCA2IDkiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0wLjcxMzQ0IDcuNzAwNjhMNC4xODIxOSA0LjIzMTkzTDAuNzEzMzc5IDAuNzAwNjg0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjwvc3ZnPg==");
}
header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box ul li.menu-item-has-children ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #000;
  padding: 20px 15px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box ul li.menu-item-has-children ul li {
  margin-bottom: 8px;
}
header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box ul li.menu-item-has-children ul li:last-child {
  margin-bottom: 0;
}
header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box ul li.menu-item-has-children ul li a {
  font-size: 14px;
}
header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box ul li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
}
header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children .custom-submenu-wrapper .single-box ul li.menu-item-has-children:hover > a {
  padding-left: 15px;
}
header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA5IDYiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0wLjcwNzAzOSAwLjcxMzQ0TDQuMTc1NzggNC4xODIxOUw3LjcwNzAzIDAuNzEzMzc5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPjwvc3ZnPg==");
  width: 10px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}
header .main-header .header-flex .main-header-items > ul > li.menu-item-has-children:hover .custom-submenu-wrapper {
  opacity: 1;
  visibility: visible;
}
header .main-header .header-flex .main-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .main-header-wrapper {
    gap: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .main-header-wrapper {
    gap: 20px;
  }
}
header .main-header .header-flex .megamenu-bar {
  position: relative;
  width: 57px;
  cursor: pointer;
  text-align: center;
  height: 42px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .megamenu-bar {
    width: 40px;
  }
}
/*@media (max-width: 1199px) {*/
@media (max-width: 768px) {
  header .main-header .header-flex .megamenu-bar {
    display: none;
  }
}
header .main-header .header-flex .megamenu-bar span {
  margin: 0px auto 5px auto;
  width: 38px;
  height: 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  display: block;
  background-color: #fff;
  position: relative;
}
header .main-header .header-flex .megamenu-bar .text {
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  header .main-header .header-flex .megamenu-bar .text {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  header .main-header .header-flex .megamenu-bar .text {
    font-size: 12px;
  }
}
header .main-header .header-flex .megamenu-bar.active span:first-child {
  top: 0;
  transform: rotate(45deg) translate(1px, 0px);
  -webkit-transform: rotate(45deg) translate(1px, 0px);
  -moz-transform: rotate(45deg) translate(1px, 0px);
  -ms-transform: rotate(45deg) translate(1px, 0px);
  -o-transform: rotate(45deg) translate(1px, 0px);
}
header .main-header .header-flex .megamenu-bar.active span:nth-child(2) {
  top: 44%;
  opacity: 0;
}
header .main-header .header-flex .megamenu-bar.active span:nth-child(3) {
  bottom: 0;
  transform: rotate(-45deg) translate(9px, -9px);
  -webkit-transform: rotate(-45deg) translate(9px, -9px);
  -moz-transform: rotate(-45deg) translate(9px, -9px);
  -ms-transform: rotate(-45deg) translate(9px, -9px);
  -o-transform: rotate(-45deg) translate(9px, -9px);
}
header .main-header .header-flex .megamenu-bar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 1px;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  header .main-header .header-flex .megamenu-bar::before {
    left: -12.5px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header .main-header .header-flex .megamenu-bar::before {
    left: -10px;
  }
}
header .main-header .header-flex .mobile-menu-toggle {
  position: relative;
  width: 40px;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 1200px) {

  header .main-header .header-flex .mobile-menu-toggle {
    display: none;
  }
}
header .main-header .header-flex .mobile-menu-toggle span {
  margin: 0px auto 5px auto;
  width: 38px;
  height: 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  display: block;
  background-color: #fff;
  position: relative;
}
header .main-header .header-flex .mobile-menu-toggle .text {
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  header .main-header .header-flex .mobile-menu-toggle .text {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  header .main-header .header-flex .mobile-menu-toggle .text {
    font-size: 12px;
  }
}
header .main-header .header-flex .mobile-menu-toggle.active span:first-child {
  top: 0;
  transform: rotate(45deg) translate(1px, 0px);
  -webkit-transform: rotate(45deg) translate(1px, 0px);
  -moz-transform: rotate(45deg) translate(1px, 0px);
  -ms-transform: rotate(45deg) translate(1px, 0px);
  -o-transform: rotate(45deg) translate(1px, 0px);
}
header .main-header .header-flex .mobile-menu-toggle.active span:nth-child(2) {
  top: 44%;
  opacity: 0;
}
header .main-header .header-flex .mobile-menu-toggle.active span:nth-child(3) {
  bottom: 0;
  transform: rotate(-45deg) translate(9px, -9px);
  -webkit-transform: rotate(-45deg) translate(9px, -9px);
  -moz-transform: rotate(-45deg) translate(9px, -9px);
  -ms-transform: rotate(-45deg) translate(9px, -9px);
  -o-transform: rotate(-45deg) translate(9px, -9px);
}
header .main-header.transparent-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: transparent;
}
header .main-header.transparent-header .logo-box img.dark-logo {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
header .main-header.normal-header .header-flex .logo-box img.dark-logo {
  height: auto;
  visibility: visible;
  opacity: 1;
}
header .main-header.normal-header .header-flex .logo-box img.white-logo {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
header .main-header.normal-header .header-flex .main-header-items > ul > li a {
  color: #000;
}
header .main-header.normal-header .header-flex .main-header-items > ul > li.menu-item-has-children::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA5IDYiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0wLjcwNyAwLjcxM0w0LjE3NiA0LjE4Mkw3LjcwNyAwLjcxMyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+");
}
header .main-header.normal-header .header-flex .megamenu-bar span {
  background-color: #000;
}
header .main-header.normal-header .header-flex .megamenu-bar .text {
  color: #000;
}
header .main-header.normal-header .header-flex .megamenu-bar::before {
  background-color: #000;
}
header .main-header.normal-header .header-flex .mobile-menu-toggle span {
  background: #000;
}
header .main-header.normal-header .header-flex .mobile-menu-toggle .text {
  color: #000;
}
header .main-header.sticky {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  header .main-header.sticky {
    padding: 7px 0px;
  }
}
header .main-header.sticky .header-flex .logo-box img.dark-logo {
  height: auto;
  visibility: visible;
  opacity: 1;
}
header .main-header.sticky .header-flex .logo-box img.white-logo {
  height: 0;
  visibility: hidden;
  opacity: 0;
}
header .main-header.sticky .header-flex .main-header-items > ul > li {
  height: 80px;
}
header .main-header.sticky .header-flex .main-header-items > ul > li a {
  color: #000;
}
header .main-header.sticky .header-flex .main-header-items > ul > li.menu-item-has-children::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5IiBoZWlnaHQ9IjYiIHZpZXdCb3g9IjAgMCA5IDYiIGZpbGw9Im5vbmUiPjxwYXRoIGQ9Ik0wLjcwNyAwLjcxM0w0LjE3NiA0LjE4Mkw3LjcwNyAwLjcxMyIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+PC9zdmc+");
}
header .main-header.sticky .header-flex .megamenu-bar span {
  background-color: #000;
}
header .main-header.sticky .header-flex .megamenu-bar .text {
  color: #000;
}
header .main-header.sticky .header-flex .megamenu-bar::before {
  background-color: #000;
}
header .main-header.sticky .header-flex .mobile-menu-toggle span {
  background: #000;
}
header .main-header.sticky .header-flex .mobile-menu-toggle .text {
  color: #000;
}

.megamenu-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  color: #fff;
  padding: 35px 70px;
  background: linear-gradient(132deg, rgba(0, 0, 0, 0.8) 48.81%, rgba(0, 0, 0, 0) 91.3%);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .megamenu-container {
    padding: 30px 50px;
  }
}
@media (max-width: 1399px) {
  .megamenu-container {
    padding: 25px 35px;
  }
}
.megamenu-container.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.megamenu-container .megamenu-parent-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
}
.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1600px) {
  .megamenu-container .megamenu-parent-wrapper .megamenu-header-flex {
    margin-bottom: 50px;
  }
}
.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .logo-box img {
  max-width: 231px;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .logo-box img {
    max-width: 200px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .logo-box img {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  .megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .logo-box img {
    max-width: 180px;
  }
}
.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box .language-btn > a {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-transform: uppercase;
  display: block;
}
.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box .megamenu-closed {
  position: relative;
  width: 50px;
  cursor: pointer;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box .megamenu-closed {
    width: 35px;
  }
}
.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box .megamenu-closed span {
  margin: 0px auto 5px auto;
  width: 35px;
  height: 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  display: block;
  background-color: #fff;
  position: relative;
}
.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box .megamenu-closed span:first-child {
  top: 0;
  transform: rotate(45deg) translate(1px, 0px);
  -webkit-transform: rotate(45deg) translate(1px, 0px);
  -moz-transform: rotate(45deg) translate(1px, 0px);
  -ms-transform: rotate(45deg) translate(1px, 0px);
  -o-transform: rotate(45deg) translate(1px, 0px);
}
.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box .megamenu-closed span:nth-child(2) {
  top: 44%;
  opacity: 0;
}
.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box .megamenu-closed span:nth-child(3) {
  bottom: 0;
  transform: rotate(-45deg) translate(9px, -9px);
  -webkit-transform: rotate(-45deg) translate(9px, -9px);
  -moz-transform: rotate(-45deg) translate(9px, -9px);
  -ms-transform: rotate(-45deg) translate(9px, -9px);
  -o-transform: rotate(-45deg) translate(9px, -9px);
}
.megamenu-container .megamenu-parent-wrapper .megamenu-header-flex .right-box .megamenu-closed .text {
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
.megamenu-container .megamenu-grid-parent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: calc(100% - 100px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
}
.megamenu-container .megamenu-grid-parent::-webkit-scrollbar {
  width: 6px;
}
.megamenu-container .megamenu-grid-parent::-webkit-scrollbar-track {
  background: transparent;
}
.megamenu-container .megamenu-grid-parent::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.megamenu-container .megamenu-grid-parent::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.7);
}
.megamenu-container .megamenu-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .megamenu-container .megamenu-grid {
    gap: 25px;
  }
}
@media (max-width: 1399px) {
  .megamenu-container .megamenu-grid {
    gap: 20px;
  }
}
.megamenu-container .megamenu-grid .megamenu-wrapper {
  flex: 1;
}
.megamenu-container .megamenu-grid .megamenu-wrapper > ul > li {
  display: block;
  margin-bottom: 22px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper > ul > li {
    margin-bottom: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper > ul > li {
    margin-bottom: 14px;
  }
}
@media (max-width: 1199px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper > ul > li {
    margin-bottom: 12px;
  }
}
.megamenu-container .megamenu-grid .megamenu-wrapper > ul > li > a {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper > ul > li > a {
    font-size: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper > ul > li > a {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper > ul > li > a {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper > ul > li > a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper > ul > li > a {
    font-size: 16px;
  }
}
.megamenu-container .megamenu-grid .megamenu-wrapper > ul > li > a:hover {
  padding-left: 10px;
}
.megamenu-container .megamenu-grid .megamenu-wrapper > ul > li > ul {
  margin-top: 22px;
}
.megamenu-container .megamenu-grid .megamenu-wrapper > ul > li > ul > li {
  margin-bottom: 14px;
}
.megamenu-container .megamenu-grid .megamenu-wrapper > ul > li > ul > li > a {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper > ul > li > ul > li > a {
    font-size: 18px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper > ul > li > ul > li > a {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper > ul > li > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .megamenu-container .megamenu-grid .megamenu-wrapper > ul > li > ul > li > a {
    font-size: 14px;
  }
}
.megamenu-container .megamenu-grid .megamenu-wrapper > ul > li > ul > li > a:hover {
  padding-left: 10px;
}
.megamenu-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(132deg, rgba(0, 0, 0, 0.8) 48.81%, rgba(0, 0, 0, 0) 91.3%);
}

.sidebar-area {
  position: fixed;
  top: 0;
  right: 0px;
  width: 400px;
  height: 100%;
  background-color: #000;
  padding: 40px;
  padding-top: 30px;
  z-index: 9999;
  overflow: hidden;
  overflow-y: auto;
  transition: opacity 0.5s ease-in-out, right 0.5s ease-in-out, visibility 0s linear 0s;
  -webkit-transition: opacity 0.5s ease-in-out, right 0.5s ease-in-out, visibility 0s linear 0s;
}
@media (max-width: 575px) {
  .sidebar-area {
    width: 350px;
  }
}
.sidebar-area .sidebar__overlay {
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* width: 100%; */
  height: 100%;
  z-index: -1;
}
.sidebar-area button {
  position: absolute;
  right: 30px;
  top: 42px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  background-color: transparent;
  border-radius: 50%;
  border: none;
  color: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.sidebar-area button:hover {
  transform: rotate(90deg);
}
.sidebar-area .logo img {
  max-width: 200px;
}
.sidebar-area.sidebar__hide {
  opacity: 0;
  right: -30px;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, right 0.5s ease-in-out, visibility 0s linear 0.5s;
  -webkit-transition: opacity 0.5s ease-in-out, right 0.5s ease-in-out, visibility 0s linear 0.5s;
}

.mobile-menu .meanmenu-reveal {
  display: none !important;
}
.mobile-menu.mean-container .mean-nav > ul {
  width: 100%;
  display: block !important;
}
.mobile-menu ul li a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 10px !important;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}
.mobile-menu ul li a i {
  display: none;
}
.mobile-menu ul li a.mean-expand {
  background-color: #ed7e00 !important;
  opacity: 1 !important;
  width: 30px !important;
  top: 4px !important;
  right: 0 !important;
  height: 30px !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.mobile-menu .mean-nav .custom-submenu-wrapper .single-box .box-title {
  display: none;
}
.mobile-menu .mean-nav .custom-submenu-wrapper .single-box > ul {
  display: block !important;
}
.mobile-menu-list .menu-item-has-children > ul,
.mobile-menu-list .menu-item-has-children > .custom-submenu-wrapper {
  display: none;
}

.mb-20 {
  margin-bottom: 20px;
}

.common-breadcrumb-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.common-breadcrumb-wrapper ul li {
  position: relative;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  line-height: 1;
}
.common-breadcrumb-wrapper ul li a {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.common-breadcrumb-wrapper ul li a:hover {
  color: #ed7e00;
}
.common-breadcrumb-wrapper ul li:last-child {
  font-weight: 700;
}
.common-breadcrumb-wrapper ul li:not(:first-child)::before {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: -10px;
  background: #000;
  content: "";
}

.chisiamo-common-banner {
  width: 100%;
  aspect-ratio: 315/122;
  min-height: 50vh;
  position: relative;
}
.chisiamo-common-banner .common-breadcrumb-wrapper {
  position: absolute;
  top: 125px;
  left: 50px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .chisiamo-common-banner .common-breadcrumb-wrapper {
    top: 110px;
    left: 50px;
  }
}
@media (max-width: 1399px) {
  .chisiamo-common-banner .common-breadcrumb-wrapper {
    top: 110px;
    left: 20px;
  }
}
@media (max-width: 991px) {
  .chisiamo-common-banner .common-breadcrumb-wrapper {
    top: 100px;
    left: 20px;
  }
}
.chisiamo-common-banner .common-breadcrumb-wrapper ul li {
  color: #fff;
}
.chisiamo-common-banner .common-breadcrumb-wrapper ul li a {
  color: #fff;
}
.chisiamo-common-banner .common-breadcrumb-wrapper ul li:last-child {
  font-weight: 700;
}
.chisiamo-common-banner .common-breadcrumb-wrapper ul li:not(:first-child)::before {
  background: #fff;
}

.normal-breadcrumb-main .common-breadcrumb-wrapper {
  padding-top: 20px;
  padding-left: 50px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .normal-breadcrumb-main .common-breadcrumb-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 1399px) {
  .normal-breadcrumb-main .common-breadcrumb-wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .normal-breadcrumb-main .common-breadcrumb-wrapper {
    padding-left: 20px;
  }
}

.richidi-fixed-btn {
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 9999;
}
.richidi-fixed-btn a {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 23px;
  font-style: normal;
  line-height: 132%;
  margin-bottom: 0;
}
.richidi-fixed-btn a strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .richidi-fixed-btn a {
    font-size: 21px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .richidi-fixed-btn a {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .richidi-fixed-btn a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .richidi-fixed-btn a {
    font-size: 15px;
  }
}
.richidi-fixed-btn a {
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-weight: 700;
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  padding: 16px;
}
@media (min-width: 1400px) {
  .richidi-fixed-btn a {
    font-size: 22px;
  }
}

.home-slider-main {
  position: relative;
}
.home-slider-main .swiper {
  width: 100%;
  height: 100vh;
}
@media (max-width: 991px) {
  .home-slider-main .swiper {
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper {
    height: 60vh;
  }
}
.home-slider-main .swiper-slide {
  position: relative;
  height: 100vh;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-slide {
    height: 70vh;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-slide {
    height: 60vh;
  }
}
.home-slider-main .swiper-slide .slide-bg {
  width: 100%;
  height: 100%;
}
.home-slider-main .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-slider-main .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.5) 55.01%, rgba(7, 6, 6, 0) 100%);
  background-blend-mode: multiply, normal;
}
.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0px auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper {
    height: 70vh;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper {
    height: 60vh;
    padding: 0 40px;
  }
}
.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box {
  text-align: center;
  width: 100%;
}
.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .moving-logo {
  margin: 0px auto 30px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .moving-logo {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .moving-logo {
    margin: 0px auto 20px;
    width: 80%;
  }
}
.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .moving-logo img {
  max-width: 100%;
}
.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box p {
    font-size: 14px;
  }
}
.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1400px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn {
    margin-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn {
    margin-top: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn {
    margin-top: 20px;
  }
}
.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn a {
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  border-radius: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn a {
    font-size: 16px;
    padding: 8px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn a {
    font-size: 16px;
    padding: 8px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn a {
    font-size: 14px;
    padding: 6px 20px;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn a {
    font-size: 14px;
    padding: 6px 20px;
  }
}
.home-slider-main .swiper-slide.moving-logo-text-slide .slider-content-box .contant-wrapper .content-inner-box .slider-btn a:hover {
  background: linear-gradient(97deg, #dd5100 52.5%, #ed7e00 97.05%);
}
.home-slider-main .swiper-slide.title-left-aligned .slider-content-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  margin: 0px auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper {
    height: 70vh;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper {
    height: 60vh;
    padding: 0 40px;
  }
}
.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box {
  text-align: left;
  width: 100%;
}
.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h1 {
    margin-bottom: 20px;
  }
}
.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h1 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h1 {
    font-size: 25px;
  }
}
.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h1 {
  letter-spacing: 2px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h2 {
    margin-bottom: 20px;
  }
}
.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h2 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h2 {
    font-size: 25px;
  }
}
.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box h2 {
  letter-spacing: 2px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 30px;
}
.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box p {
    font-size: 14px;
  }
}
.home-slider-main .swiper-slide.title-left-aligned .slider-content-box .contant-wrapper .content-inner-box p {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.home-slider-main .swiper-button-next {
  width: 38px;
  height: 38px;
  background: #ff6900;
  color: #fff;
  border-radius: 50%;
  right: 60px;
  margin: 0;
}
.home-slider-main .swiper-button-next:hover {
  background: #ed7e00;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .home-slider-main .swiper-button-next {
    right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-button-next {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-button-next {
    right: 10px;
  }
}
.home-slider-main .swiper-button-next::after {
  display: none;
}
.home-slider-main .swiper-button-prev {
  width: 38px;
  height: 38px;
  background: #ff6900;
  color: #fff;
  border-radius: 50%;
  left: 60px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  margin: 0;
}
.home-slider-main .swiper-button-prev:hover {
  background: #ed7e00;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .home-slider-main .swiper-button-prev {
    left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .swiper-button-prev {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .home-slider-main .swiper-button-prev {
    left: 10px;
  }
}
.home-slider-main .swiper-button-prev::after {
  display: none;
}
.home-slider-main .scroll-down-box {
  position: absolute;
  left: 50%;
  color: #fff;
  z-index: 1111;
  width: auto;
  bottom: 50px;
  transform: translateX(-50%);
  text-align: center;
}
.home-slider-main .scroll-down-box .text {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .home-slider-main .scroll-down-box .text {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .scroll-down-box .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-slider-main .scroll-down-box .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.home-slider-main .scroll-down-box .scroll-down {
  cursor: pointer;
  margin: 0px auto;
  animation: scrollDownAnimation 1.5s linear infinite;
  -webkit-animation: scrollDownAnimation 1.5s linear infinite;
  width: 69px;
  height: 69px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.home-slider-main .scroll-down-box .scroll-down i {
  font-size: 20px;
}
.home-slider-main .scroll-down-box .scroll-down:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  opacity: 1 !important;
  border-color: #ed7e00;
  color: #ed7e00;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-slider-main .scroll-down-box .scroll-down {
    width: 50px;
    height: 50px;
  }
  .home-slider-main .scroll-down-box .scroll-down i {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .home-slider-main .scroll-down-box .scroll-down {
    width: 50px;
    height: 50px;
  }
  .home-slider-main .scroll-down-box .scroll-down i {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-slider-main .scroll-down-box .scroll-down {
    width: 45px;
    height: 45px;
  }
  .home-slider-main .scroll-down-box .scroll-down i {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .home-slider-main .scroll-down-box .scroll-down {
    width: 40px;
    height: 40px;
  }
  .home-slider-main .scroll-down-box .scroll-down i {
    font-size: 14px;
  }
}

.system-integration-section {
  padding: 80px 0;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .system-integration-section {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .system-integration-section {
    padding: 50px 0;
  }
}
.system-integration-section h3 {
  color: #ed7e00;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 132%;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .system-integration-section h3 {
    margin-bottom: 20px;
  }
}
.system-integration-section h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .system-integration-section h2 {
    margin-bottom: 20px;
  }
}
.system-integration-section h2 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .system-integration-section h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .system-integration-section h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .system-integration-section h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .system-integration-section h2 {
    font-size: 25px;
  }
}
.system-integration-section h2 {
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #040404;
  text-align: center;
  line-height: 1.3;
}
.system-integration-section h2 strong {
  font-weight: 700;
}
.system-integration-section p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.system-integration-section p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .system-integration-section p {
    font-size: 16px;
  }
}
.system-integration-section p {
  color: #040404;
  text-align: center;
  margin-bottom: 0;
}

.esploara-nostri-main {
  background: #f0f0f0;
  padding: 20px 0;
  overflow: hidden;
}
.esploara-nostri-main .title-box {
  text-align: center;
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .esploara-nostri-main .title-box {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .esploara-nostri-main .title-box {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .esploara-nostri-main .title-box {
    padding-bottom: 25px;
  }
}
.esploara-nostri-main .title-box h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .esploara-nostri-main .title-box h3 {
    margin-bottom: 20px;
  }
}
.esploara-nostri-main .title-box h3 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .esploara-nostri-main .title-box h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .esploara-nostri-main .title-box h3 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .esploara-nostri-main .title-box h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .esploara-nostri-main .title-box h3 {
    font-size: 25px;
  }
}
.esploara-nostri-main .title-box h3 {
  color: #000;
  line-height: 111.111%;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.esploara-nostri-main .title-box p {
  color: #040404;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%;
  margin-bottom: 0;
}
.esploara-nostri-main .title-box p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .esploara-nostri-main .title-box p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .esploara-nostri-main .title-box p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .esploara-nostri-main .title-box p {
    font-size: 14px;
  }
}
.esploara-nostri-main .image-pointer-wrapperr {
  width: 60%;
  margin: auto;
  position: relative;
}
.esploara-nostri-main .image-pointer-wrapperr > img {
  width: 100%;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .pointerr_left_item {
  position: absolute;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item {
  position: absolute;
  right: 108%;
  min-width: auto;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item {
    font-size: 16px;
  }
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item {
  text-transform: uppercase;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .pointerr_right_item {
  position: absolute;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item {
  position: absolute;
  left: 108%;
  min-width: auto;
  width: -moz-max-content;
  width: max-content;
  visibility: hidden;
  opacity: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item {
    font-size: 16px;
  }
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item {
  text-transform: uppercase;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .orange_point {
  position: absolute;
  top: 47px;
  left: 13px;
  height: 20px;
  width: 20px;
  background: #ff6900;
  border-radius: 50%;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .dot.right_item:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 58px;
  right: 23px;
  height: 10px;
  width: 20px;
  background: #ff6900;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .right_dot {
  margin-top: -46px;
  position: relative;
  height: 46px;
  width: 46px;
  cursor: pointer;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .right_dot img {
  width: 46px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .right_dot:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 58px;
  left: 23px;
  height: 1px;
  width: 2000px;
  background: transparent;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .dot {
  margin-top: -46px;
  position: relative;
  height: 46px;
  width: 46px;
  cursor: pointer;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .dot img {
  width: 46px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .dot:before {
  content: "";
  display: block;
  clear: both;
  position: absolute;
  top: 58px;
  right: 23px;
  height: 1px;
  width: 2000px;
  background: transparent;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .dot::before {
  background: #ff6900;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .dot img {
  opacity: 1;
  visibility: visible;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .dot .orange_point {
  opacity: 0;
  visibility: hidden;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .tooltip_leftt_item {
  visibility: visible;
  opacity: 1;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .right_dot::before {
  background: #ff6900;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .right_dot img {
  opacity: 1;
  visibility: visible;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .right_dot .orange_point {
  opacity: 0;
  visibility: hidden;
}
.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .tooltip_right_item {
  visibility: visible;
  opacity: 1;
}
.esploara-nostri-main .main_img {
  overflow-x: clip;
  position: relative;
}
.esploara-nostri-main .main_img::before {
  position: absolute;
  height: 100%;
  width: 75px;
  left: 0;
  content: "";
  background: #f0f0f0;
  z-index: 1;
  top: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .esploara-nostri-main .main_img::before {
    width: 0;
  }
}
.esploara-nostri-main .main_img::after {
  position: absolute;
  height: 100%;
  width: 15px;
  right: 0;
  content: "";
  background: #f0f0f0;
  z-index: 1;
  top: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .esploara-nostri-main .main_img::after {
    width: 0;
  }
}

@keyframes e-pointer-pulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  100% {
    transform: scale(2.6);
    opacity: 0;
  }
}
.scopri-citta-main {
  background: #d3d3d3;
  padding: 120px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .scopri-citta-main {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .scopri-citta-main {
    padding: 50px 0;
  }
}
.scopri-citta-main h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .scopri-citta-main h3 {
    margin-bottom: 20px;
  }
}
.scopri-citta-main h3 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .scopri-citta-main h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .scopri-citta-main h3 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .scopri-citta-main h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .scopri-citta-main h3 {
    font-size: 25px;
  }
}
.scopri-citta-main p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.scopri-citta-main p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .scopri-citta-main p {
    font-size: 16px;
  }
}
.scopri-citta-main p {
  color: #000;
}
.scopri-citta-main p strong {
  font-weight: 700;
}
.scopri-citta-main .image-box {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .scopri-citta-main .image-box {
    margin-top: 30px;
  }
}
.scopri-citta-main .image-box img {
  width: 100%;
}
.scopri-citta-main .watch-box {
  border-bottom: 1px solid #e18e49;
  padding-bottom: 13px;
}
.scopri-citta-main .watch-box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}
.scopri-citta-main .watch-box ul li a {
  color: #000;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.154px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.scopri-citta-main .watch-box ul li a i {
  margin-right: 8px;
}
.scopri-citta-main .watch-box ul li a:hover {
  color: #ed7e00;
}

.home-counter-main {
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  mix-blend-mode: multiply;
  padding: 115px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-counter-main {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .home-counter-main {
    padding: 50px 0;
  }
}
.home-counter-main .single-counter-box {
  text-align: center;
}
@media (max-width: 991px) {
  .home-counter-main .single-counter-box {
    margin-bottom: 30px;
  }
}
.home-counter-main .single-counter-box .counter-number span.count {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-counter-main .single-counter-box .counter-number span.count {
    font-size: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-counter-main .single-counter-box .counter-number span.count {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-counter-main .single-counter-box .counter-number span.count {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .home-counter-main .single-counter-box .counter-number span.count {
    font-size: 30px;
  }
}
.home-counter-main .single-counter-box .counter-number span.text {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-counter-main .single-counter-box .counter-number span.text {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-counter-main .single-counter-box .counter-number span.text {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-counter-main .single-counter-box .counter-number span.text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .home-counter-main .single-counter-box .counter-number span.text {
    font-size: 22px;
  }
}
.home-counter-main .single-counter-box .counter-number span.text {
  text-align: left;
  line-height: 1;
}
.home-counter-main .single-counter-box .counter-number span.text br {
  display: block;
}
.home-counter-main .single-counter-box .counter-title {
  color: #fff;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-counter-main .single-counter-box .counter-title {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-counter-main .single-counter-box .counter-title {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-counter-main .single-counter-box .counter-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .home-counter-main .single-counter-box .counter-title {
    font-size: 22px;
  }
}

.affidabilita-main {
  padding-top: 100px;
  padding-bottom: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .affidabilita-main {
    padding-top: 80px;
    padding-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .affidabilita-main {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .affidabilita-main {
    padding: 50px 0;
  }
}
.affidabilita-main h3 {
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .affidabilita-main h3 {
    margin-bottom: 20px;
  }
}
.affidabilita-main h3 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .affidabilita-main h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .affidabilita-main h3 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .affidabilita-main h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .affidabilita-main h3 {
    font-size: 25px;
  }
}
.affidabilita-main h3 {
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
}
.affidabilita-main article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.affidabilita-main article p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .affidabilita-main article p {
    font-size: 16px;
  }
}
.affidabilita-main article p {
  color: #000;
  text-align: center;
}
.affidabilita-main .affordibilita-btn {
  text-align: center;
}
@media (min-width: 1400px) {
  .affidabilita-main .affordibilita-btn {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .affidabilita-main .affordibilita-btn {
    margin-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .affidabilita-main .affordibilita-btn {
    margin-top: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .affidabilita-main .affordibilita-btn {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .affidabilita-main .affordibilita-btn {
    margin-top: 20px;
  }
}
.affidabilita-main .affordibilita-btn a {
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  border-radius: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .affidabilita-main .affordibilita-btn a {
    font-size: 16px;
    padding: 8px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .affidabilita-main .affordibilita-btn a {
    font-size: 16px;
    padding: 8px 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .affidabilita-main .affordibilita-btn a {
    font-size: 14px;
    padding: 6px 20px;
  }
}
@media (max-width: 767px) {
  .affidabilita-main .affordibilita-btn a {
    font-size: 14px;
    padding: 6px 20px;
  }
}
.affidabilita-main .affordibilita-btn a:hover {
  background: linear-gradient(97deg, #dd5100 52.5%, #ed7e00 97.05%);
}

.home-news-main {
  background: rgba(145, 145, 145, 0.2);
  padding: 50px 35px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .home-news-main {
    padding: 50px 25px;
  }
}
@media (max-width: 1399px) {
  .home-news-main {
    padding: 50px 20px;
  }
}
@media (max-width: 1199px) {
  .home-news-main {
    padding: 50px 0px;
  }
}
.home-news-main .title-box {
  text-align: center;
  margin-bottom: 45px;
}
.home-news-main .title-box h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .home-news-main .title-box h3 {
    margin-bottom: 20px;
  }
}
.home-news-main .title-box h3 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home-news-main .title-box h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-news-main .title-box h3 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home-news-main .title-box h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .home-news-main .title-box h3 {
    font-size: 25px;
  }
}
.home-news-main .title-box h3 {
  color: #1a2343;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.1;
}
.home-news-main .title-box p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.home-news-main .title-box p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .home-news-main .title-box p {
    font-size: 16px;
  }
}
.home-news-main .title-box p {
  color: #040404;
  text-align: center;
}
.home-news-main .news-slider-parent .swiper {
  width: 100%;
  height: 100%;
}
.home-news-main .news-slider-parent .swiper .swiper-slide {
  height: 100%;
}
.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide {
  position: relative;
}
.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .image-box {
  aspect-ratio: 1.44/1;
  position: relative;
  overflow: hidden;
}
.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .image-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box {
  padding-top: 80px;
  padding-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box {
    padding: 30px 0;
  }
}
.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .news-tags {
  color: #ed7e00;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .description article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .description article p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .description article p {
    font-size: 16px;
  }
}
.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .description article p {
  color: #3b3b3b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .scopri-btn {
  display: flex;
  width: 194px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ed7e00;
  color: #ed7e00;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-top: 50px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .scopri-btn {
    margin-top: 30px;
    font-size: 16px;
    width: 160px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .scopri-btn {
    margin-top: 20px;
    font-size: 14px;
    width: 160px;
    height: 40px;
  }
}
.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide .slide-content-box .scopri-btn:hover {
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  color: #fff;
}
.home-news-main .news-slider-parent .swiper .swiper-slide .single-slide:hover .image-box img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.home-news-main .news-slider-parent .swiper .swiper-button-next {
  width: 38px;
  height: 38px;
  background: #ff6900;
  color: #fff;
  border-radius: 50%;
  right: 0px;
  margin: 0;
}
.home-news-main .news-slider-parent .swiper .swiper-button-next:hover {
  background: #ed7e00;
}
.home-news-main .news-slider-parent .swiper .swiper-button-next::after {
  display: none;
}
.home-news-main .news-slider-parent .swiper .swiper-button-prev {
  width: 38px;
  height: 38px;
  background: #ff6900;
  color: #fff;
  border-radius: 50%;
  left: 0px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  margin: 0;
}
.home-news-main .news-slider-parent .swiper .swiper-button-prev:hover {
  background: #ed7e00;
}
.home-news-main .news-slider-parent .swiper .swiper-button-prev::after {
  display: none;
}

.chisiamo-main {
  padding-top: 75px;
  padding-bottom: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chisiamo-main {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chisiamo-main {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .chisiamo-main {
    padding: 50px 0;
  }
}
.chisiamo-main .left-box {
  margin-top: 130px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .chisiamo-main .left-box {
    margin-top: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chisiamo-main .left-box {
    margin-top: 112px;
  }
}
@media (max-width: 991px) {
  .chisiamo-main .left-box {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chisiamo-main .left-box {
    margin-top: 80px;
  }
}
.chisiamo-main .left-box h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .chisiamo-main .left-box h2 {
    margin-bottom: 20px;
  }
}
.chisiamo-main .left-box h2 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .chisiamo-main .left-box h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chisiamo-main .left-box h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chisiamo-main .left-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .chisiamo-main .left-box h2 {
    font-size: 25px;
  }
}
.chisiamo-main .left-box h2 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.chisiamo-main .left-box h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.chisiamo-main .left-box h3 strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .chisiamo-main .left-box h3 {
    font-size: 16px;
  }
}
.chisiamo-main .left-box h3 {
  color: #ed7e00;
  font-weight: 700;
}
.chisiamo-main .content-box h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .chisiamo-main .content-box h1 {
    margin-bottom: 20px;
  }
}
.chisiamo-main .content-box h1 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .chisiamo-main .content-box h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chisiamo-main .content-box h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chisiamo-main .content-box h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .chisiamo-main .content-box h1 {
    font-size: 25px;
  }
}
.chisiamo-main .content-box h1 {
  line-height: 1.13;
  color: #000;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .chisiamo-main .content-box h1 {
    margin-bottom: 30px;
  }
}
.chisiamo-main .content-box h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .chisiamo-main .content-box h2 {
    margin-bottom: 20px;
  }
}
.chisiamo-main .content-box h2 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .chisiamo-main .content-box h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chisiamo-main .content-box h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chisiamo-main .content-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .chisiamo-main .content-box h2 {
    font-size: 25px;
  }
}
.chisiamo-main .content-box h2 {
  line-height: 1.13;
  color: #000;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .chisiamo-main .content-box h2 {
    margin-bottom: 30px;
  }
}
.chisiamo-main .content-box article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.chisiamo-main .content-box article p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .chisiamo-main .content-box article p {
    font-size: 16px;
  }
}
.chisiamo-main .content-box article p br {
  display: block;
}
.chisiamo-main.py-130 {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chisiamo-main.py-130 {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chisiamo-main.py-130 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .chisiamo-main.py-130 {
    padding: 50px 0;
  }
}
.chisiamo-main.py-130 .left-box h2 {
  line-height: 1.1;
}
.chisiamo-main.py-225 {
  padding-top: 225px;
  padding-bottom: 225px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chisiamo-main.py-225 {
    padding-top: 70px;
    padding-bottom: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chisiamo-main.py-225 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .chisiamo-main.py-225 {
    padding: 50px 0;
  }
}
.chisiamo-main.py-225 .left-box h2 {
  line-height: 1.1;
}
.chisiamo-main.py-225 .scopri-flex {
  margin-top: 55px;
}
.chisiamo-main .scopri-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 45px;
}
.chisiamo-main .scopri-flex a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.chisiamo-main .scopri-flex a strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .chisiamo-main .scopri-flex a {
    font-size: 16px;
  }
}
.chisiamo-main .scopri-flex a {
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px;
  border: 1px solid #000;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media (min-width: 1400px) {
  .chisiamo-main .scopri-flex a {
    font-size: 22px;
  }
}
.chisiamo-main .scopri-flex a:hover {
  border-color: #ed7e00;
  color: #ed7e00;
}
@media (min-width: 1600px) {
  .chisiamo-main.pt-100 {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1400px) {
  .chisiamo-main.pt-100 {
    padding-top: 100px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .chisiamo-main.pt-100 {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1399px) {
  .chisiamo-main.pt-100 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.mission-main {
  background: #e9e9e9;
  padding: 50px 0;
}
.mission-main h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .mission-main h3 {
    margin-bottom: 20px;
  }
}
.mission-main h3 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .mission-main h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mission-main h3 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mission-main h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .mission-main h3 {
    font-size: 25px;
  }
}
.mission-main h3 {
  text-transform: uppercase;
  color: #000;
}
@media (min-width: 768px) {
  .mission-main h3 {
    margin-bottom: 0;
    text-align: center;
  }
}
.mission-main article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.mission-main article p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .mission-main article p {
    font-size: 16px;
  }
}
.mission-main article p {
  color: #000;
}
.mission-main.vistion-main {
  background: #d3d3d3;
}

.verso-nuovi-main {
  background: #000;
  padding-top: 150px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .verso-nuovi-main {
    padding: 50px 0;
  }
}
.verso-nuovi-main h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .verso-nuovi-main h3 {
    margin-bottom: 20px;
  }
}
.verso-nuovi-main h3 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .verso-nuovi-main h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .verso-nuovi-main h3 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .verso-nuovi-main h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .verso-nuovi-main h3 {
    font-size: 25px;
  }
}
.verso-nuovi-main h3 {
  color: #fff;
  max-width: 75%;
  margin: 0px auto;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .verso-nuovi-main h3 {
    text-align: center;
    width: 100%;
  }
}
.verso-nuovi-main .verso-nuovi-slider-wrapper {
  position: relative;
  padding: 50px 0;
}
.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider {
  width: 100%;
  height: 360px;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider {
    height: 320px;
  }
}
@media (max-width: 1199px) {
  .verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider {
    height: auto;
  }
}
.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide {
  transition: opacity 0.5s ease;
  height: auto !important;
}
.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide .verso-slider-flex {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide .verso-slider-flex .number {
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  width: 14%;
}
@media (max-width: 991px) {
  .verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide .verso-slider-flex .number {
    width: auto;
  }
}
.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide .verso-slider-flex .content {
  flex: 1;
}
.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide .verso-slider-flex .content p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide .verso-slider-flex .content p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide .verso-slider-flex .content p {
    font-size: 16px;
  }
}
.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide .verso-slider-flex .content p {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 700;
}
.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide-active .verso-slider-flex .number {
  color: #ed7e00;
}
.verso-nuovi-main .verso-nuovi-slider-wrapper .verso-slider .swiper-slide-active .verso-slider-flex .content p {
  color: #ed7e00;
}
.verso-nuovi-main .verso-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ed7e00;
  background: transparent;
  color: #ed7e00;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
  left: 50px;
}
@media (max-width: 767px) {
  .verso-nuovi-main .verso-arrow {
    width: 35px;
    height: 35px;
    left: 40px;
  }
}
.verso-nuovi-main .verso-arrow:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
  color: #fff;
}
.verso-nuovi-main .verso-arrow:active {
  transform: scale(0.95);
}
.verso-nuovi-main .verso-arrow.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.verso-nuovi-main .verso-arrow.verso-prev {
  top: -50px;
}
@media (max-width: 991px) {
  .verso-nuovi-main .verso-arrow.verso-prev {
    top: -20px;
  }
}
.verso-nuovi-main .verso-arrow.verso-next {
  bottom: 0;
}

.impegno-ambienti-main {
  width: 100%;
  aspect-ratio: 217/79;
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .impegno-ambienti-main {
    padding: 50px 0;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .impegno-ambienti-main {
    text-align: center;
  }
}
.impegno-ambienti-main h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 75px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .impegno-ambienti-main h3 {
    margin-bottom: 20px;
  }
}
.impegno-ambienti-main h3 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .impegno-ambienti-main h3 {
    font-size: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .impegno-ambienti-main h3 {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .impegno-ambienti-main h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .impegno-ambienti-main h3 {
    font-size: 30px;
  }
}
.impegno-ambienti-main h3 {
  color: #fff;
  text-transform: uppercase;
  line-height: 113.333%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .impegno-ambienti-main h3 {
    text-align: center;
  }
}
.impegno-ambienti-main .amount {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-family: "Nunito Sans", sans-serif;
  font-size: 108px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .impegno-ambienti-main .amount {
    font-size: 96px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .impegno-ambienti-main .amount {
    font-size: 84px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .impegno-ambienti-main .amount {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .impegno-ambienti-main .amount {
    font-size: 56px;
  }
}
.impegno-ambienti-main .amount {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
.impegno-ambienti-main .amount span {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 991px) {
  .impegno-ambienti-main .amount span {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .impegno-ambienti-main .amount span {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .impegno-ambienti-main .amount {
    text-align: center;
  }
}
.impegno-ambienti-main .amount-text {
  font-family: "Nunito Sans", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .impegno-ambienti-main .amount-text {
    font-size: 28px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .impegno-ambienti-main .amount-text {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .impegno-ambienti-main .amount-text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .impegno-ambienti-main .amount-text {
    font-size: 22px;
  }
}
.impegno-ambienti-main .amount-text {
  line-height: 150%;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .impegno-ambienti-main .amount-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .impegno-ambienti-main .single-box {
    margin-bottom: 30px;
  }
}
.impegno-ambienti-main .col-sm-12:last-child .single-box {
  margin-bottom: 0;
}

.lavora-main {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .lavora-main {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .lavora-main {
    padding-top: 50px;
  }
}
.lavora-main h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .lavora-main h1 {
    margin-bottom: 20px;
  }
}
.lavora-main h1 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .lavora-main h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lavora-main h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lavora-main h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .lavora-main h1 {
    font-size: 25px;
  }
}
.lavora-main p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.lavora-main p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .lavora-main p {
    font-size: 16px;
  }
}

.lavora-accordion-main {
  padding-bottom: 60px;
}
.lavora-accordion-main h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .lavora-accordion-main h3 {
    margin-bottom: 20px;
  }
}
.lavora-accordion-main h3 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .lavora-accordion-main h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lavora-accordion-main h3 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lavora-accordion-main h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .lavora-accordion-main h3 {
    font-size: 25px;
  }
}
.lavora-accordion-main h3 {
  text-transform: uppercase;
  line-height: 1.1;
  color: #000;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .lavora-accordion-main h3 {
    width: 100%;
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .lavora-accordion-main h3 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.lavora-accordion-main .lavora-accordion-wrapper .single-accordion {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .lavora-accordion-main .lavora-accordion-wrapper .single-accordion {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .lavora-accordion-main .lavora-accordion-wrapper .single-accordion {
    margin-bottom: 20px;
  }
}
.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-header {
  border-bottom: 1px solid #ed7e00;
  padding-bottom: 16px;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-header {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-header {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-header .accordion-icon {
  position: relative;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-left: 16px;
}
.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-header .accordion-icon .icon-bar {
  display: block;
  position: absolute;
  background-color: #ed7e00;
  border-radius: 2px;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-header .accordion-icon .icon-bar--h {
  width: 10px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-header .accordion-icon .icon-bar--v {
  width: 2px;
  height: 10px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.lavora-accordion-main .lavora-accordion-wrapper .single-accordion.active .accordion-header .accordion-icon .icon-bar--v {
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
}
.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-body {
  padding-top: 35px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-body {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-body {
    padding-top: 20px;
  }
}
.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-body article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-body article p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-body article p {
    font-size: 16px;
  }
}
.lavora-accordion-main .lavora-accordion-wrapper .single-accordion .accordion-body article p {
  color: #3b3b3b;
  margin-bottom: 20px;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper {
  margin-bottom: 16px;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper label {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper .form-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper .form-check label {
  font-size: 22px;
  cursor: pointer;
  line-height: 136.364%;
  flex: 1;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=text],
.lavora-accordion-main .form-parent-wrapper .form-wrapper select,
.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=email] {
  height: 48px;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=text],
.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=email],
.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=file],
.lavora-accordion-main .form-parent-wrapper .form-wrapper textarea {
  background: rgba(230, 230, 230, 0.8);
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
  padding-left: 14px;
  padding-right: 14px;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=text]:focus,
.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=email]:focus,
.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=file]:focus,
.lavora-accordion-main .form-parent-wrapper .form-wrapper textarea:focus {
  box-shadow: none;
  outline: none;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper select {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #686869;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: 100%;
  background-color: rgba(230, 230, 230, 0.8);
  padding-left: 14px;
  padding-right: 14px;
  background-size: 16px 12px;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper select:focus {
  box-shadow: none;
  outline: none;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper textarea {
  min-height: 180px;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: #fff;
  border: 2px solid #ed7e00;
  width: 18px;
  height: 18px;
  margin-right: 13px;
  margin-top: 0;
  float: left;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=checkbox]:checked {
  background-color: #ed7e00;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper input[type=checkbox]:focus {
  box-shadow: none;
  outline: none;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex {
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex {
    flex-direction: column;
  }
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .form-group {
  width: calc(50% - 8px);
}
@media (max-width: 991px) {
  .lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .form-group {
    width: 100%;
  }
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .single-address {
  width: calc(50% - 8px);
}
@media (max-width: 991px) {
  .lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .single-address {
    width: 100%;
  }
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .single-address article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .single-address article p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .single-address article p {
    font-size: 16px;
  }
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .single-address article p {
  color: #000;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .single-address article p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid.file-upload-grid {
    flex-wrap: wrap;
  }
  .lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid.file-upload-grid .form-group {
    width: 100%;
  }
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.three-grid .form-group:nth-child(1) {
  width: calc(42% - 16px);
}
@media (max-width: 991px) {
  .lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.three-grid .form-group:nth-child(1) {
    width: 100%;
  }
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.three-grid .form-group:nth-child(2) {
  width: calc(42% - 16px);
}
@media (max-width: 991px) {
  .lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.three-grid .form-group:nth-child(2) {
    width: 100%;
  }
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.three-grid .form-group:nth-child(3) {
  flex: 1;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper .file-upload-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper .file-upload-wrapper .input-file {
  flex: 1;
  height: 48px;
  position: relative;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper .file-upload-wrapper .carica-btn {
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  width: 116px;
  height: 48px;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper .file-upload-wrapper input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper .file-upload-wrapper .file-placeholder {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
  background-color: rgba(230, 230, 230, 0.8);
  color: #686869;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  pointer-events: none;
  padding-left: 14px;
  padding-right: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper .file-upload-wrapper .file-placeholder i {
  color: #686869;
}
.lavora-accordion-main .form-parent-wrapper .form-wrapper .file-upload-wrapper .file-placeholder.has-file {
  color: #333;
}
.lavora-accordion-main .form-parent-wrapper .checkbox-wrapper label {
  font-weight: 400;
  text-transform: unset;
  margin-bottom: 0;
}
.lavora-accordion-main .form-parent-wrapper .checkbox-wrapper label a {
  text-decoration: underline;
}
.lavora-accordion-main .form-parent-wrapper .checkbox-wrapper .form-text {
  margin: 19px 0;
  color: v #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.lavora-accordion-main .form-parent-wrapper .checkbox-wrapper .form-text strong {
  font-weight: 700;
}
.lavora-accordion-main .form-parent-wrapper .contatti-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .lavora-accordion-main .form-parent-wrapper .contatti-btn {
    padding: 0 22px;
    margin-bottom: 30px;
  }
}
.lavora-accordion-main .form-parent-wrapper .contatti-btn .contatti-btn-submit {
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  width: 295px;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
@media (max-width: 1199px) {
  .lavora-accordion-main .form-parent-wrapper .contatti-btn .contatti-btn-submit {
    font-size: 18px;
    line-height: 1.5;
    width: 220px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .lavora-accordion-main .form-parent-wrapper .contatti-btn .contatti-btn-submit {
    font-size: 16px;
    line-height: 1.5;
    width: 200px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .lavora-accordion-main .form-parent-wrapper .contatti-btn .contatti-btn-submit {
    font-size: 14px;
    line-height: 1.5;
  }
}

.news-blog-main {
  padding: 50px 35px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .news-blog-main {
    padding: 50px 25px;
  }
}
@media (max-width: 1399px) {
  .news-blog-main {
    padding: 50px 20px;
  }
}
@media (max-width: 1199px) {
  .news-blog-main {
    padding: 50px 0px;
  }
}
.news-blog-main .title-box h1 {
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .news-blog-main .title-box h1 {
    margin-bottom: 20px;
  }
}
.news-blog-main .title-box h1 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .news-blog-main .title-box h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-blog-main .title-box h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-blog-main .title-box h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .news-blog-main .title-box h1 {
    font-size: 25px;
  }
}
.news-blog-main .title-box h1 {
  text-transform: uppercase;
  line-height: 112.5%;
  font-weight: 300;
  color: #000;
  margin-bottom: 50px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .news-blog-main .title-box h1 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-blog-main .title-box h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .news-blog-main .title-box h1 {
    margin-bottom: 25px;
  }
}
.news-blog-main .news-filter-box {
  margin-bottom: 30px;
}
.news-blog-main .news-filter-box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.news-blog-main .news-filter-box ul li a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.news-blog-main .news-filter-box ul li a strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .news-blog-main .news-filter-box ul li a {
    font-size: 16px;
  }
}
.news-blog-main .news-filter-box ul li a {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}
@media (min-width: 1400px) {
  .news-blog-main .news-filter-box ul li a {
    font-size: 22px;
  }
}
.news-blog-main .news-filter-box ul li a:hover {
  color: #ed7e00;
  border-color: #ed7e00;
}
.news-blog-main .news-filter-box ul li a.active {
  color: #ed7e00;
  border-color: #ed7e00;
}
.news-blog-main .single-news {
  position: relative;
  margin-bottom: 80px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .news-blog-main .single-news {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-blog-main .single-news {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-blog-main .single-news {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .news-blog-main .single-news {
    margin-bottom: 30px;
  }
}
.news-blog-main .single-news .image-box {
  aspect-ratio: 1.44/1;
  position: relative;
  overflow: hidden;
}
.news-blog-main .single-news .image-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.news-blog-main .single-news .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.news-blog-main .single-news .news-content-box {
  padding-top: 20px;
}
.news-blog-main .single-news .news-content-box .news-tags {
  color: #ed7e00;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.news-blog-main .single-news .news-content-box .description article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.news-blog-main .single-news .news-content-box .description article p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .news-blog-main .single-news .news-content-box .description article p {
    font-size: 16px;
  }
}
.news-blog-main .single-news .news-content-box .description article p {
  color: #3b3b3b;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.news-blog-main .single-news .news-content-box .scopri-btn {
  display: flex;
  width: 194px;
  height: 48px;
  justify-content: center;
  align-items: center;
  border: 1px solid #ed7e00;
  color: #ed7e00;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
  margin-top: 20px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media (min-width: 992px) and (max-width: 1399px) {
  .news-blog-main .single-news .news-content-box .scopri-btn {
    font-size: 16px;
    width: 160px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .news-blog-main .single-news .news-content-box .scopri-btn {
    font-size: 14px;
    width: 160px;
    height: 40px;
  }
}
.news-blog-main .single-news .news-content-box .scopri-btn:hover {
  background: linear-gradient(97deg, #ed7e00 52.5%, #dd5100 97.05%);
  color: #fff;
}
.news-blog-main .single-news:hover .image-box img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news-details-main {
  padding: 50px 35px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .news-details-main {
    padding: 50px 25px;
  }
}
@media (max-width: 1399px) {
  .news-details-main {
    padding: 50px 20px;
  }
}
@media (max-width: 1199px) {
  .news-details-main {
    padding: 50px 0px;
  }
}
.news-details-main .title-box h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .news-details-main .title-box h1 {
    margin-bottom: 20px;
  }
}
.news-details-main .title-box h1 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .news-details-main .title-box h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-details-main .title-box h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-details-main .title-box h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .news-details-main .title-box h1 {
    font-size: 25px;
  }
}
.news-details-main .title-box h1 {
  text-transform: uppercase;
  line-height: 112.5%;
  font-weight: 300;
  color: #000;
  margin-bottom: 50px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .news-details-main .title-box h1 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-details-main .title-box h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .news-details-main .title-box h1 {
    margin-bottom: 25px;
    text-align: center;
  }
}
.news-details-main h3 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .news-details-main h3 {
    margin-bottom: 20px;
  }
}
.news-details-main h3 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .news-details-main h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-details-main h3 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news-details-main h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .news-details-main h3 {
    font-size: 25px;
  }
}
.news-details-main h3 {
  text-transform: uppercase;
  line-height: 1.1;
  color: #000;
  margin: 0px auto;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news-details-main h3 {
    width: 100%;
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  .news-details-main h3 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.news-details-main .news-thumb-box {
  margin-bottom: 75px;
}
@media (max-width: 1399px) {
  .news-details-main .news-thumb-box {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .news-details-main .news-thumb-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .news-details-main .news-thumb-box {
    margin-bottom: 30px;
  }
}
.news-details-main .news-thumb-box img {
  width: 100%;
  max-width: 100%;
}
.news-details-main .description {
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .news-details-main .description {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .news-details-main .description {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .news-details-main .description {
    margin-bottom: 20px;
  }
}
.news-details-main .description article {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.news-details-main .description article strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .news-details-main .description article {
    font-size: 16px;
  }
}
.news-details-main .description article {
  margin-bottom: 15px;
}
.news-details-main .description article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.news-details-main .description article p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .news-details-main .description article p {
    font-size: 16px;
  }
}
.news-details-main .description article p {
  margin-bottom: 15px;
}
.news-details-main .description-grid-parent {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.news-details-main .description-grid-parent .box:nth-child(1) {
  flex: 1;
}
.news-details-main .description-grid-parent .box:nth-child(2) {
  width: 42%;
}
.news-details-main .description-grid-parent .box:nth-child(2) img {
  width: 100%;
}
@media (max-width: 767px) {
  .news-details-main .description-grid-parent .box:nth-child(2) {
    width: 100%;
  }
}
.news-details-main .description-grid-parent article {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.news-details-main .description-grid-parent article strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .news-details-main .description-grid-parent article {
    font-size: 16px;
  }
}
.news-details-main .description-grid-parent article {
  margin-bottom: 15px;
}
.news-details-main .description-grid-parent article p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.news-details-main .description-grid-parent article p strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .news-details-main .description-grid-parent article p {
    font-size: 16px;
  }
}
.news-details-main .description-grid-parent article p {
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .news-details-main .left-box {
    margin-bottom: 30px;
  }
}
.news-details-main .left-box h6 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.news-details-main .left-box h6 strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .news-details-main .left-box h6 {
    font-size: 16px;
  }
}
.news-details-main .left-box h6 {
  font-weight: 800;
  color: #ed7e00;
  line-height: 104%;
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  .news-details-main .left-box h6 {
    margin-bottom: 15px;
  }
}
.news-details-main .left-box ul li {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.news-details-main .left-box ul li strong {
  font-weight: 700;
}
@media (max-width: 1399px) {
  .news-details-main .left-box ul li {
    font-size: 16px;
  }
}
.news-details-main .left-box ul li {
  margin-bottom: 10px;
  line-height: 104%;
}

.media-main {
  padding-top: 50px;
}
.media-main h1 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .media-main h1 {
    margin-bottom: 20px;
  }
}
.media-main h1 strong {
  font-weight: 700;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .media-main h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .media-main h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-main h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .media-main h1 {
    font-size: 25px;
  }
}
.media-main h1 {
  color: #000;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 113.333%;
}
@media (min-width: 1400px) {
  .media-main h1 {
    margin-bottom: 80px;
  }
}
.media-main .single-media-box {
  margin-bottom: 95px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .media-main .single-media-box {
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .media-main .single-media-box {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .media-main .single-media-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .media-main .single-media-box {
    margin-bottom: 30px;
  }
}
.media-main .single-media-box .image-box {
  aspect-ratio: 1.64/1;
  min-height: 359px;
  width: 100%;
  margin-bottom: 25px;
}
.media-main .single-media-box .image-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.media-main .single-media-box .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-main .single-media-box .image-box iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-main .single-media-box .title-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #e18e49;
  padding-bottom: 13px;
  justify-content: space-between;
  gap: 15px;
}
.media-main .single-media-box .title-box .left-box {
  flex: 1;
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 106%;
  letter-spacing: -0.154px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .media-main .single-media-box .title-box .left-box {
    width: 100%;
    flex: unset;
  }
}
.media-main .single-media-box .title-box .right-box {
  flex: 1;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .media-main .single-media-box .title-box .right-box {
    flex: unset;
  }
}
@media (max-width: 1399px) {
  .media-main .single-media-box .title-box .right-box {
    width: 100%;
    flex: unset;
  }
}
.media-main .single-media-box .title-box .right-box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .media-main .single-media-box .title-box .right-box ul {
    gap: 30px;
  }
}
@media (max-width: 1399px) {
  .media-main .single-media-box .title-box .right-box ul {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .media-main .single-media-box .title-box .right-box ul {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .media-main .single-media-box .title-box .right-box ul {
    gap: 15px;
  }
}
.media-main .single-media-box .title-box .right-box ul li a {
  color: #000;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 106%;
  letter-spacing: -0.154px;
  text-transform: capitalize;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.media-main .single-media-box .title-box .right-box ul li a i {
  margin-right: 8px;
}
.media-main .single-media-box .title-box .right-box ul li a:hover {
  color: #ed7e00;
}

footer .footer-main {
  padding: 80px 35px 60px 35px;
  border-top: 3px solid #ff6900;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  footer .footer-main {
    padding: 60px 25px 60px 25px;
  }
}
@media (max-width: 767px) {
  footer .footer-main {
    padding: 50px 20px 50px 20px;
    text-align: center;
  }
}
footer .footer-main .footer-logo-box {
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  footer .footer-main .footer-logo-box {
    margin-bottom: 25px;
  }
}
footer .footer-main .footer-logo-box img {
  width: 100%;
  max-width: 235px;
}
@media (max-width: 1199px) {
  footer .footer-main .footer-description {
    margin-bottom: 20px;
  }
}
footer .footer-main .footer-description article p {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1199px) {
  footer .footer-main .footer-description article p {
    font-size: 14px;
  }
}
footer .footer-main .footer-description article p strong {
  font-weight: 700;
}
@media (max-width: 1199px) {
  footer .footer-main .footer-common-links {
    margin-bottom: 20px;
  }
}
footer .footer-main .footer-common-links .title {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
footer .footer-main .footer-common-links ul li {
  display: block;
}
footer .footer-main .footer-common-links ul li a {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  footer .footer-main .footer-common-links ul li a {
    font-size: 14px;
  }
}
footer .footer-main .footer-common-links ul li a:hover {
  padding-left: 10px;
}
footer .footer-main .footer-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) {
  footer .footer-main .footer-flex .footer-flex-wrapper {
    height: 50%;
  }
}
@media (max-width: 991px) {
  footer .footer-main .footer-flex {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  footer .footer-main .footer-flex {
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }
}
footer .footer-main .footer-flex .title {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-transform: uppercase;
}
footer .footer-main .footer-flex ul li {
  display: block;
}
footer .footer-main .footer-flex ul li a {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 767px) {
  footer .footer-main .footer-flex ul li a {
    font-size: 14px;
    justify-content: center;
  }
}
footer .footer-main .footer-flex ul li a:hover {
  padding-left: 10px;
}
footer .footer-main .footer-flex ul li a span.icon {
  width: 22px;
  height: 22px;
  font-size: 12px;
  background: #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-main .footer-flex .social-links .title {
  margin-bottom: 5px;
}
footer .footer-main .footer-flex .social-links ul li {
  margin-bottom: 13px;
}
footer .footer-main .footer-flex .social-links ul li a {
  color: #000;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  footer .footer-main .footer-flex .social-links ul li a {
    font-size: 14px;
  }
}

/*css from customizer */


header .main-header.sticky span.trp-language-item-name {
    color: #000;
}

header .main-header.sticky .trp-current-language-item__wrapper:not(.trp-hide-arrow) svg path {
    stroke: #000;
}

header .main-header .header-flex .main-header-items .trp-shortcode-switcher__wrapper {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}

header .main-header .header-flex .main-header-items .trp-shortcode-switcher__wrapper .trp-language-switcher {
    border-radius: 0 !important;
    background: transparent !important;
    color: #fff !important;
    border: none !important;
}

header .main-header .header-flex .main-header-items .trp-shortcode-switcher__wrapper .trp-language-switcher a.trp-language-item.trp-language-item__default.trp-language-item__current {
    padding: 0;
    color: #fff;
}

header .main-header .header-flex .main-header-items {}

header .main-header .header-flex .main-header-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

header .main-header .header-flex .main-header-items .trp-shortcode-switcher__wrapper .trp-language-switcher a.trp-language-item.trp-language-item__default.trp-language-item__current svg path {
    stroke: #fff !important;
}

.trp-language-item.trp-language-item__default.trp-language-item__current {
    padding: 0 !important;
}

span.trp-language-item-name {
    color: #fff;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    line-height: 150%;
}

.trp-shortcode-switcher__wrapper {
    background: transparent !important;
    border: none !important;
}

.trp-shortcode-switcher {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-top: 10px;
}

.trp-current-language-item__wrapper:not(.trp-hide-arrow) svg path {
    stroke: #fff;
}

/* mobile menu css part start here  */

.mobile-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu li {
    position: relative;
}

.mobile-menu li a {
    color: #fff;
    display: block;

}

/* toggle icon */
.submenu-toggles {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
}

/* hide all submenus */
.mobile-menu li>ul,
.mobile-menu li>.custom-submenu-wrapper {
    display: none;
    /* padding-left:15px; */
}

/* show submenu when open */
.mobile-menu li.open>ul,
.mobile-menu li.open>.custom-submenu-wrapper {
    display: block;
}

/* nested spacing */
.mobile-menu li ul li {
    padding-left: 0px;
}

/* hide mega titles in mobile */
.sidebar-area .box-title {
    display: none;
}

.mobile-menu ul li li a i {
    display: none !important;
}

span.submenu-toggles {
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
}

/* mobile menu css part ends here  */

@media (min-width: 1200px) {

    li.desktop_ln_switcher {
        display: none !important;
    }

    header .main-header .header-flex .main-header-items ul li a i {
        display: none !important;
    }

    header .main-header .header-flex .main-header-items ul li .submenu-toggles {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    header .main-header .header-flex .menu_lan_switcher {
        display: none;
    }

    header .main-header .header-flex .main-header-wrapper {
        display: none !important;
    }
}

.trp-language-item:hover {
    background: transparent;
}

.trp-language-item:hover .trp-language-item-name {
    color: #fff !important;
}

header .main-header.sticky span.trp-language-item-name:hover {
    color: #000 !important;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .dot:before {
    z-index: 9;
}

.esploara-nostri-main .main_img::before {
    z-index: 10;
}

.esploara-nostri-main .main_img::after {
    z-index: 10;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item {
    min-width: 200px;
    text-align: right;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item {
    min-width: 200px;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item::after {
    position: absolute;
    bottom: 1px;
    width: 500px;
    background: transparent;
    content: "";
    height: 2px;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .tooltip_right_item::after {

    background: #f0f0f0;

}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item::after {
    position: absolute;
    bottom: 1px;
    width: 300px;
    background: transparent;
    content: "";
    height: 2px;
    right: 202px;
    z-index: 111;
}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .tooltip_leftt_item::after {

    background: #f0f0f0;

}

.esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .right_dot {
    border-radius: 50%;
}


.main-header.normal-header span.trp-language-item-name {
    color: #000;
}

.main-header.normal-header .trp-current-language-item__wrapper:not(.trp-hide-arrow) svg path {
    stroke: #000;
}

.main-header.normal-header .trp-language-item:hover .trp-language-item-name {
    color: #000 !important;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper span.wpcf7-form-control-wrap {
    width: 100%;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper .form-check .wpcf7-list-item>label {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;

}

.lavora-accordion-main .form-parent-wrapper .form-wrapper .form-check .wpcf7-list-item>label span.wpcf7-list-item-label {
    flex: 1;
}

.lavora-accordion-main .form-parent-wrapper .checkbox-wrapper label a {
    display: unset;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper .form-check span.wpcf7-list-item {
    margin: 0;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper.form-flex.two-grid .form-group br {
    display: none;
}

.lavora-accordion-main .form-parent-wrapper .form-wrapper br {
    display: none;
}






@media (min-width: 1400px) and (max-width: 1600px) {

    .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .tooltip_right_item::after,
    .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .tooltip_leftt_item::after {
        bottom: 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1550px) {
    .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_leftt_item {
        right: 107%;
        font-size: 16px;
    }

    .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper .tooltip_right_item {
        font-size: 16px;
        left: 99%;
    }

    .esploara-nostri-main .main_img::before,
    .esploara-nostri-main .main_img::after {
        width: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {

    .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .tooltip_right_item::after,
    .esploara-nostri-main .image-pointer-wrapperr .map-point-wrapper.active .tooltip_leftt_item::after {
        bottom: 0px;
    }

    .system-integration-section h2 {
        font-size: 35px;
    }


}

@media (min-width: 1366px) {
    .news-blog-main .single-news .news-content-box .scopri-btn {
        margin-top: 50px;
    }

    .news-blog-main .single-news .news-content-box .news-tags {
        margin-bottom: 20px;
    }
}

.mobile-menu ul li a {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.sidebar-area button span {
    width: 30px;
    height: 1px;
    background: #fff;
    margin: 0px auto 5px auto;
    display: block;
    position: relative;
}

.sidebar-area button span:nth-child(1){
    top: 0;
    transform: rotate(45deg) translate(1px, 0px);
    -webkit-transform: rotate(45deg) translate(1px, 0px);
    -moz-transform: rotate(45deg) translate(1px, 0px);
    -ms-transform: rotate(45deg) translate(1px, 0px);
    -o-transform: rotate(45deg) translate(1px, 0px);
}
.sidebar-area button span:nth-child(2){
    top: 44%;
    opacity: 0;
}
.sidebar-area button span:nth-child(3){
    bottom: 0;
    transform: rotate(-45deg) translate(9px, -9px);
    -webkit-transform: rotate(-45deg) translate(9px, -9px);
    -moz-transform: rotate(-45deg) translate(9px, -9px);
    -ms-transform: rotate(-45deg) translate(9px, -9px);
    -o-transform: rotate(-45deg) translate(9px, -9px);
}





























