@import "../fonts/stylesheet.css";
@import "all.min.css";
@import "../fonts/stylesheet.css";
@import "all.min.css";
body {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.container {
  max-width: 1140px;
}

h1 {
  font-weight: 700;
  font-size: 55px;
  line-height: 65px;
  color: #23aa9e;
  font-family: "Roboto";
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 40px;
  }
}

h2,
.h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #23aa9e;
  font-family: "Roboto";
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

h3,
.h3 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 16px;
    line-height: 36px;
  }
}
h3 strong,
h3 a,
.h3 strong,
.h3 a {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  h3 strong,
  h3 a,
  .h3 strong,
  .h3 a {
    font-size: 16px;
    line-height: 36px;
  }
}

p,
.p {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  font-family: "Roboto";
  color: #333333;
}
@media screen and (max-width: 767px) {
  p,
  .p {
    font-size: 12px;
    line-height: 20px;
  }
}
p.medium,
.p.medium {
  font-weight: 600;
}

span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 13px;
  line-height: 23px;
  color: #000000;
  display: inline-block;
}

a,
.a {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  font-family: "Roboto";
  color: #333333;
  text-decoration: none;
}
a:hover,
.a:hover {
  color: #333333;
  text-decoration: none;
}

strong {
  font-weight: 700;
  line-height: 24px;
  font-family: "Roboto";
  color: #000000;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}
ul li {
  list-style: none;
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.btn-style {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  height: 47px;
  padding: 6px 20px 6px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 10px;
  text-decoration: none;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  background: #23aa9e;
  border: 2px solid #23aa9e;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .btn-style {
    font-size: 14px;
    line-height: 14px;
    height: 30px;
  }
}
.btn-style:hover {
  transition: all 0.3s ease-in-out;
  background: transparent;
  color: #23aa9e;
}
.btn-style.small {
  padding: 10px 15px 11px;
  height: 38px;
  font-size: 13px;
  line-height: 24px;
}
.btn-style.w-250 {
  min-width: 250px;
}
.btn-style.w-200 {
  min-width: 200px;
}
.btn-style.transparent {
  background: transparent;
  border-color: #23aa9e;
  color: #23aa9e;
}
.btn-style.colored-border {
  color: #23aa9e;
  text-transform: capitalize;
  border-radius: 60px;
  background: 0 0;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgb(255, 1, 2), rgba(243, 182, 0, 0.5)) border-box;
  border: 2px solid transparent;
}
.btn-style.text {
  min-width: 90px;
  height: 32px;
  padding: 7px 5px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #23aa9e;
}
.btn-style.round {
  border-radius: 50px;
}
.btn-style.shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.btn-style.icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-style.gradient {
  background: rgb(219, 10, 10);
  background: linear-gradient(0deg, rgb(219, 10, 10) 0%, rgb(253, 219, 45) 100%);
  border: none;
  color: white;
}
.btn-style.icon-circle {
  border-radius: 50%;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.btn-style.icon-circle i {
  font-size: 22px;
}
.btn-style.white-primary {
  background: #ffffff;
  color: #23aa9e;
  border-color: #ffffff;
}
.btn-style.white-primary:hover {
  background: #ffffff;
  color: #23aa9e;
  border-color: #ffffff;
}
.btn-style.white-black {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}
.btn-style.white-black:hover {
  background: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.form .form-group {
  margin-bottom: 24px;
}
.form label {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .form label {
    margin-bottom: 5px;
  }
}
.form .form-control {
  border-radius: 8px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  height: 64px;
  padding: 8px 17px 8px;
  border: none;
  color: #333333;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
}
@media screen and (max-width: 991px) {
  .form .form-control {
    height: 55px;
  }
}
.form .form-control::placeholder {
  color: #333333;
}
.form .form-control:focus {
  box-shadow: none;
}
.form input[type=checkbox] {
  border: 1px solid #f3f3f3;
  border-radius: 4px;
}

body {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
}

.container {
  max-width: 1140px;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-3 .h6 {
  margin-top: 1rem !important;
  padding: 10px;
  color: #333333;
}

h1 {
  font-weight: 500;
  font-size: 50px;
  line-height: 65px;
  color: #23aa9e;
  font-family: "Roboto";
}

.post-thumbnail {
  overflow: hidden;
  border-radius: 12px;
}
.post-thumbnail img {
  width: 100%;
  height: 153px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .post-thumbnail img {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .post-thumbnail img {
    height: 214px;
  }
}
.post-thumbnail:hover img {
  transform: scale(1.05);
}

.post-dati {
  padding: 10px 8px;
}
.post-dati span.news-date {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #23aa9e;
  margin: 0 0;
}
.post-dati p {
  font-size: 14px !important;
  line-height: 130% !important;
  color: #333333;
  margin: 4px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: 0 !important;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    line-height: 40px;
  }
}
h2,
.h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #23aa9e;
  font-family: "Roboto";
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
h3,
.h3 {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 16px;
    line-height: 36px;
  }
}
h3 strong,
h3 a,
.h3 strong,
.h3 a {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}

@media screen and (max-width: 767px) {
  h3 strong,
  h3 a,
  .h3 strong,
  .h3 a {
    font-size: 16px;
    line-height: 36px;
  }
}
.h5,
h5 {
  font-size: 1.125rem;
}

p,
.p {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  font-family: "Roboto";
  color: #333333;
}

@media screen and (max-width: 767px) {
  p,
  .p {
    font-size: 12px;
    line-height: 20px;
  }
}
p.medium,
.p.medium {
  font-weight: 600;
}

span {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #000000;
  display: inline-block;
}

a,
.a {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  font-family: "Roboto";
  color: #333333;
  text-decoration: none;
}

a:hover,
.a:hover {
  color: #333333;
  text-decoration: none;
}

strong {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto";
  color: #000000;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
  display: inline-block;
  font-weight: 400;
  /*font-size: 16px;*/
  line-height: 24px;
  color: #000000;
}

.btn-style {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  /*height: 47px;*/
  padding: 6px 20px 6px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 10px;
  text-decoration: none;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  background: #23aa9e;
  border: 2px solid #23aa9e;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .btn-style {
    font-size: 14px;
    line-height: 14px;
    height: 30px;
  }
}
.btn-style:hover {
  transition: all 0.3s ease-in-out;
  background: transparent;
  color: #23aa9e;
}

.btn-style.small {
  padding: 10px 15px 11px;
  height: 38px;
  font-size: 13px;
  line-height: 24px;
}

.btn-style.w-250 {
  min-width: 250px;
}

.btn-style.w-200 {
  min-width: 200px;
}

.btn-style.transparent {
  background: transparent;
  border-color: #23aa9e;
  color: #23aa9e;
}

.btn-style.colored-border {
  color: #23aa9e;
  text-transform: capitalize;
  border-radius: 60px;
  background: 0 0;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgb(255, 1, 2), rgba(243, 182, 0, 0.5)) border-box;
  border: 2px solid transparent;
}

.btn-style.text {
  min-width: 90px;
  height: 32px;
  padding: 7px 5px;
  background: transparent;
  border: none;
  box-shadow: none;
  color: #23aa9e;
}

.btn-style.round {
  border-radius: 50px;
}

.btn-style.shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.btn-style.icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-style.gradient {
  background: rgb(219, 10, 10);
  background: linear-gradient(0deg, rgb(219, 10, 10) 0%, rgb(253, 219, 45) 100%);
  border: none;
  color: white;
}

.btn-style.icon-circle {
  border-radius: 50%;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.btn-style.icon-circle i {
  font-size: 22px;
}

.btn-style.white-primary {
  background: #ffffff;
  color: #23aa9e;
  border-color: #ffffff;
}

.btn-style.white-primary:hover {
  background: #ffffff;
  color: #23aa9e;
  border-color: #ffffff;
}

.btn-style.white-black {
  background: #ffffff;
  color: #333333;
  border-color: #ffffff;
}

.btn-style.white-black:hover {
  background: #ffffff;
  color: #333333;
  border-color: #ffffff;
}

.form .form-group {
  margin-bottom: 24px;
}

.form label {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .form label {
    margin-bottom: 5px;
  }
}
.form .form-control {
  border-radius: 8px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 500;
  width: 100%;
  height: 64px;
  padding: 8px 17px 8px;
  border: none;
  color: #333333;
  position: relative;
  outline: none;
  appearance: none;
  background-color: #ffffff;
}

@media screen and (max-width: 991px) {
  .form .form-control {
    height: 55px;
  }
}
.form .form-control::placeholder {
  color: #333333;
}

.form .form-control:focus {
  box-shadow: none;
}

.form input[type=checkbox] {
  border: 1px solid #f3f3f3;
  border-radius: 4px;
}

body {
  padding-top: 148px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  body {
    padding-top: 105px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  body {
    padding-top: 69px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 51px;
  }
}
header {
  background: #23aa9e;
  padding: 40px 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  header {
    padding: 25px 0;
  }
}
@media screen and (max-width: 991px) {
  header {
    padding: 14px 0 13px;
  }
}
header.sticky {
  padding: 10px 0;
}

header.sticky a.logo img {
  max-width: 188px;
}

header .header-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 3;
}

header .header-layer.active {
  display: block;
}

header .header-layer .close-menu {
  text-align: start;
  padding: 30px;
}

header .header-layer .close-menu img {
  width: 20px;
}

header a.logo {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

header a.logo img {
  max-width: 269px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  header a.logo img {
    max-width: 220px;
  }
}
@media screen and (max-width: 991px) {
  header a.logo img {
    max-width: 170px;
  }
}
@media screen and (max-width: 767px) {
  header a.logo img {
    max-width: 90px;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-menu {
    position: fixed;
    top: 0;
    right: -100%;
    text-align: left;
    width: 70%;
    height: 100vh;
    background: #23aa9e;
    transition: all 0.3s ease-in-out;
    z-index: 4;
    overflow-y: auto;
  }
  header .navbar-menu.active {
    right: 0;
  }
}
header .navbar-menu ul {
  text-align: right;
}

@media screen and (max-width: 991px) {
  header .navbar-menu ul {
    padding: 10px 20px;
  }
  header .navbar-menu ul {
    margin-top: 20%;
  }
}
header .navbar-menu ul li {
  position: relative;
}

@media screen and (max-width: 991px) {
  header .navbar-menu ul li {
    display: block;
    border-bottom: 2px solid white;
    width: 100%;
    margin: 0 0 20px 0 !important;
    padding: 0 0 20px 0;
  }
}
header .navbar-menu ul li.arrow:before {
  display: block;
}

@media screen and (max-width: 991px) {
  header .navbar-menu ul li.arrow:before {
    display: none;
  }
}
header .navbar-menu ul li:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 9px;
  background: url(../images/icons/angle-down-icon.svg) no-repeat center;
  background-size: cover;
  width: 7px;
  height: 7px;
  display: none;
}

@media screen and (max-width: 991px) {
  header .navbar-menu ul li:before {
    display: none;
  }
}
header .navbar-menu ul li:not(:last-of-type) {
  margin: 0 60px 0 0;
}

@media screen and (max-width: 991px) {
  header .navbar-menu ul li:not(:last-of-type) {
    margin: 0;
  }
}
header .navbar-menu ul li:hover ul.sub-menu {
  display: block;
  border-radius: 8px;
}

header .navbar-menu ul li ul.sub-menu {
  position: absolute;
  z-index: 3;
  padding: 5px;
  text-align: left;
  width: 180px;
  /* left: -100px;*/
  left: 0;
  margin-top: 8px;
  background: #ffffff;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  display: none;
}

@media screen and (max-width: 991px) {
  header .navbar-menu ul li ul.sub-menu {
    display: block;
    text-align: right;
    background-color: transparent;
    position: relative;
    border: none;
    padding: 0;
    left: 0;
    width: 100%;
    margin-top: 14px;
    box-shadow: none;
  }
}
header .navbar-menu ul li ul.sub-menu li {
  display: block;
  width: 100%;
  border-bottom: none;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
  header .navbar-menu ul li ul.sub-menu li {
    padding: 0;
    margin: 0 0 5px !important;
  }
}
header .navbar-menu ul li ul.sub-menu li:before {
  display: none;
}

header .navbar-menu ul li ul.sub-menu li:hover {
  background-color: #23aa9e;
  border-radius: 4px;
}

header .navbar-menu ul li ul.sub-menu li:hover a {
  color: #ffffff;
}

header .navbar-menu ul li ul.sub-menu li:hover a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(42deg) brightness(112%) contrast(100%);
}

header .navbar-menu ul li ul.sub-menu li a {
  color: #333333;
  display: grid;
  align-items: self-start;
  grid-template-columns: 30px auto;
  padding: 10px;
  column-gap: 10px;
}

@media screen and (max-width: 991px) {
  header .navbar-menu ul li ul.sub-menu li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 23px;
    font-weight: 400;
    display: block;
  }
}
header .navbar-menu ul li ul.sub-menu li a img {
  width: 23px;
  height: 23px;
  margin-right: 12px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(29%) saturate(2%) hue-rotate(58deg) brightness(102%) contrast(99%);
  transition: 0.3s ease-in-out;
}

header .navbar-menu ul li ul.sub-menu li a img.user {
  width: 20px;
}

@media screen and (max-width: 991px) {
  header .navbar-menu ul li ul.sub-menu li a img {
    display: none;
  }
}
header .navbar-menu ul li a {
  color: #ffffff;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  header .navbar-menu ul li a {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
  }
}
header .hamburger-menu {
  display: none;
  text-align: right;
  width: 100%;
}

@media screen and (max-width: 991px) {
  header .hamburger-menu {
    display: inline-block;
  }
  header .hamburger-menu.active {
    display: none;
  }
}
header .hamburger-menu img {
  width: 20px;
}

footer {
  background-color: #23aa9e;
  padding: 32px 0 36px;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  footer {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 25px 0 10px;
  }
}
footer .content-wrapper {
  display: flex;
  align-items: start;
  gap: 12px;
}

footer .content-wrapper a.logo {
  margin-top: 6px;
}

footer .content-wrapper .content p {
  color: #ffffff;
  margin: 0;
  font-size: 12px;
  line-height: 24px;
}

footer .content-wrapper .content p a {
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
}

footer .content-wrapper .content ul {
  margin: 0 0;
  column-count: 2;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  footer .content-wrapper .content ul {
    column-count: unset;
  }
}
@media screen and (max-width: 767px) {
  footer .content-wrapper .content ul {
    column-count: unset;
  }
}
footer .content-wrapper .content ul li {
  position: relative;
}

footer .content-wrapper .content ul li:not(:last-of-type) {
  margin-right: 20px;
}

footer .content-wrapper .content ul li:nth-of-type(4):before {
  display: none !important;
}

footer .content-wrapper .content ul li:not(:first-of-type):before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  height: 14px;
  width: 1px;
  left: -10px;
  display: inline-block;
  top: 5px;
}

footer .content-wrapper .content ul li a {
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
}

footer .social-link {
  text-align: right;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .social-link {
    text-align: left;
    padding-left: 40px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .social-link {
    text-align: left;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  footer .social-link ul {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .social-link ul li:first-of-type {
    display: block;
    margin-bottom: 10px;
  }
}
footer .social-link ul li:not(:last-of-type) {
  margin-right: 6px;
}

footer .social-link ul li h3 {
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}

footer .social-link ul li a img {
  width: 32px;
  height: 32px;
}

footer .social-link ul li a img.phil-img {
  width: auto;
  height: 53px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  footer .social-link ul li a img.phil-img {
    width: 125px;
    height: 30px;
  }
}
.sec-banner {
  position: relative;
}

.sec-banner.inner-banner {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: calc(100vh - 151px);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-banner.inner-banner {
    height: 400px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-banner.inner-banner {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner.inner-banner {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner .owl-carousel .owl-nav {
    display: block;
  }
}
.sec-banner .owl-carousel .owl-dots {
  display: none;
}

.sec-banner .owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.sec-banner .owl-carousel .owl-nav button.owl-prev,
.sec-banner .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-banner .owl-carousel .owl-nav button.owl-prev,
  .sec-banner .owl-carousel .owl-nav button.owl-next {
    width: 45px;
    height: 40px;
  }
}
.sec-banner .owl-carousel .owl-nav button.owl-prev:hover,
.sec-banner .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}

.sec-banner .owl-carousel .owl-nav button.owl-prev:hover span,
.sec-banner .owl-carousel .owl-nav button.owl-next:hover span {
  color: #23aa9e;
}

.sec-banner .owl-carousel .owl-nav button.owl-prev span,
.sec-banner .owl-carousel .owl-nav button.owl-next span {
  font-size: 40px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-banner .owl-carousel .owl-nav button.owl-prev {
  left: 60px;
}

@media screen and (max-width: 991px) {
  .sec-banner .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }
}
.sec-banner .owl-carousel .owl-nav button.owl-next {
  right: 60px;
}

@media screen and (max-width: 991px) {
  .sec-banner .owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
}
.sec-banner .owl-carousel .owl-nav .owl-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-banner .owl-carousel .owl-nav .owl-prev span {
  display: none !important;
}

.sec-banner .owl-carousel .owl-nav .owl-prev:before {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/arrow-left.svg");
  content: "";
  width: 60px;
  height: 63px;
}

@media screen and (max-width: 991px) {
  .sec-banner .owl-carousel .owl-nav .owl-prev:before {
    width: 20px;
    height: 20px;
    background-size: 13px;
  }
}
.sec-banner .owl-carousel .owl-nav .owl-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-banner .owl-carousel .owl-nav .owl-next span {
  display: none !important;
}

.sec-banner .owl-carousel .owl-nav .owl-next:before {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/right-arrows.svg");
  content: "";
  width: 60px;
  height: 63px;
}

@media screen and (max-width: 991px) {
  .sec-banner .owl-carousel .owl-nav .owl-next:before {
    width: 20px;
    height: 20px;
    background-size: 13px;
  }
}
.sec-banner .item {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: calc(100vh - 151px);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}

.sec-banner .item:before {
  content: "";
  background: rgba(35, 170, 158, 0.16);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition: all 43s ease-in-out;
  top: 0;
  z-index: 1;
}

.sec-banner .item:after {
  content: "";
  background: rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition: all 43s ease-in-out;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-banner .item {
    height: calc(60vh - 151px);
  }
}
@media screen and (max-width: 991px) {
  .sec-banner .item {
    height: auto;
    padding: 40px 0 70px;
  }
}
.sec-banner .item .content {
  position: relative;
  z-index: 2;
  max-width: 844px;
  background: rgba(123, 123, 123, 0.6392156863);
  border-radius: 10px;
  padding: 20px;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-banner .item .content {
    padding-left: 100px;
    max-width: 850px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-banner .item .content {
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner .item .content {
    padding: 0 30px;
  }
}
.sec-banner .item .content h1 {
  margin: 0 0 10px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-banner .item .content h1 {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner .item .content h1 {
    margin: 0 0 5px;
  }
}
.sec-banner .item .content p {
  color: #ffffff;
  font-size: 23px;
  line-height: 33px;
  text-shadow: 1px 1px 10px rgb(51, 51, 51);
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-banner .item .content p {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner .item .content p {
    font-size: 12px;
    line-height: 1;
    margin: 0 0 34px;
  }
  .sec-banner .item .content .inline-text a {
    font-size: 12px;
  }
}
.sec-explore-places {
  padding: 60px 0 55px;
}

@media screen and (max-width: 767px) {
  .sec-explore-places {
    padding: 29px 0 40px;
  }
}
.sec-explore-places .container > h2 {
  margin-bottom: 23px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-explore-places .container > h2 {
    margin-bottom: 20px;
  }
}
.sec-explore-places .container > p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  max-width: 870px;
  margin: 0 auto 65px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-explore-places .container > p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-explore-places .container > p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-explore-places .container > p strong,
.sec-explore-places .container > p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-explore-places .container > p strong,
  .sec-explore-places .container > p a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-explore-places .container > p strong,
  .sec-explore-places .container > p a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-explore-places .container > p br {
    display: none;
  }
}
.sec-explore-places .places-card .img-wrapper {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .sec-explore-places .places-card .img-wrapper {
    margin-bottom: 20px;
  }
}
.sec-explore-places .places-card .img-wrapper img {
  width: 100%;
  height: 229px;
  object-fit: cover;
  border-radius: 10px;
}

.sec-explore-places .places-card .content-wrapper {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-explore-places .places-card .content-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }
}
.sec-explore-places .places-card .content-wrapper h3 {
  margin-bottom: 14px;
  color: #23aa9e;
}

@media screen and (max-width: 767px) {
  .sec-explore-places .places-card .content-wrapper h3 {
    margin-bottom: 0;
  }
}
.sec-explore-places .places-card .content-wrapper p {
  margin-bottom: 0;
}

.sec-explore-places .btn-wrapper {
  margin: 75px 0 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-explore-places .btn-wrapper {
    margin: 20px 0 0;
  }
}
.sec-explore-places .contact {
  max-width: 870px;
  margin: 80px auto 0;
  text-align: center;
}

.sec-explore-places .contact p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-explore-places .contact p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-explore-places .contact p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-explore-places .contact p strong,
.sec-explore-places .contact p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-explore-places .contact p strong,
  .sec-explore-places .contact p a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-explore-places .contact p strong,
  .sec-explore-places .contact p a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-explore-places .contact p br {
    display: none;
  }
}
.sec-explore-places .contact p a {
  color: #23aa9e;
}

.sec-what-we-do {
  padding: 73px 0 80px;
  background: #23aa9e;
}

@media screen and (max-width: 767px) {
  .sec-what-we-do {
    padding: 73px 30px 80px;
  }
}
.sec-what-we-do .container > h2 {
  margin-bottom: 80px;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .sec-what-we-do .container > h2 {
    margin: 0;
  }
}
.sec-what-we-do .do-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 50px));
  align-items: center;
  justify-content: space-between;
  column-gap: 80px;
}

@media screen and (max-width: 767px) {
  .sec-what-we-do .do-card-wrapper {
    display: block;
  }
}
.sec-what-we-do .do-card-wrapper .do-card {
  text-align: center;
  position: relative;
  padding: 40px 0;
}

.sec-what-we-do .do-card-wrapper .do-card:not(:last-of-type):before {
  content: "";
  background: #ffffff;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .sec-what-we-do .do-card-wrapper .do-card:not(:last-of-type):before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-what-we-do .do-card-wrapper .do-card:not(:first-of-type):before {
    content: "";
    background: #ffffff;
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    transform: translateY(-50%);
  }
}
.sec-what-we-do .do-card-wrapper .do-card > h3 {
  color: #ffffff;
  margin-bottom: 23px;
}

.sec-what-we-do .do-card-wrapper .do-card .icon-wrapper {
  margin-bottom: 35px;
}

.sec-what-we-do .do-card-wrapper .do-card .icon-wrapper img {
  max-width: 85px;
}

.sec-what-we-do .do-card-wrapper .do-card p {
  color: #ffffff;
  margin-bottom: 46px;
}

@media screen and (max-width: 767px) {
  .sec-what-we-do .do-card-wrapper .do-card p {
    margin-bottom: 30px;
  }
}
.sec-estate-villa .villa-img {
  height: 500px;
  background: url("../images/estate-villa-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-estate-villa .villa-img {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .sec-estate-villa .villa-img {
    height: 250px;
  }
}
.sec-estate-villa .villa-img h2 {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
  padding: 7px 10px;
  text-align: center;
  color: #333333;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sec-estate-villa .villa-img h2 {
    font-size: 20px;
    line-height: 52px;
    padding: 0 25px;
  }
}
.sec-estate-villa .villa-content {
  padding: 75px 0 80px;
  text-align: center;
  max-width: 870px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec-estate-villa .villa-content {
    padding: 50px 0 40px;
  }
}
.sec-estate-villa .villa-content p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 70px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-estate-villa .villa-content p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-estate-villa .villa-content p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-estate-villa .villa-content p strong,
.sec-estate-villa .villa-content p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-estate-villa .villa-content p strong,
  .sec-estate-villa .villa-content p a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-estate-villa .villa-content p strong,
  .sec-estate-villa .villa-content p a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-estate-villa .villa-content p {
    margin-bottom: 30px;
  }
  .sec-estate-villa .villa-content p br {
    display: none;
  }
}
.sec-foundation {
  background: #f3f3f3;
  padding: 73px 0 80px;
}

@media screen and (max-width: 767px) {
  .sec-foundation {
    padding: 35px 0 30px;
  }
}
.sec-foundation .container > h2 {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .sec-foundation .container > h2 {
    margin-bottom: 21px;
  }
}
.sec-foundation .owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.sec-foundation .owl-carousel .owl-nav button.owl-prev,
.sec-foundation .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-foundation .owl-carousel .owl-nav button.owl-prev,
  .sec-foundation .owl-carousel .owl-nav button.owl-next {
    width: 45px;
    height: 40px;
  }
}
.sec-foundation .owl-carousel .owl-nav button.owl-prev:hover,
.sec-foundation .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}

.sec-foundation .owl-carousel .owl-nav button.owl-prev:hover span,
.sec-foundation .owl-carousel .owl-nav button.owl-next:hover span {
  color: #23aa9e;
}

.sec-foundation .owl-carousel .owl-nav button.owl-prev span,
.sec-foundation .owl-carousel .owl-nav button.owl-next span {
  font-size: 40px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-foundation .owl-carousel .owl-nav button.owl-prev {
  left: 60px;
}

@media screen and (max-width: 991px) {
  .sec-foundation .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }
}
.sec-foundation .owl-carousel .owl-nav button.owl-next {
  right: 60px;
}

@media screen and (max-width: 991px) {
  .sec-foundation .owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
}
.sec-foundation .owl-carousel .owl-nav .owl-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-foundation .owl-carousel .owl-nav .owl-prev span {
  display: none !important;
}

.sec-foundation .owl-carousel .owl-nav .owl-prev:before {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/arrow-left.svg");
  content: "";
  width: 60px;
  height: 63px;
}

@media screen and (max-width: 991px) {
  .sec-foundation .owl-carousel .owl-nav .owl-prev:before {
    width: 20px;
    height: 20px;
    background-size: 13px;
  }
}
.sec-foundation .owl-carousel .owl-nav .owl-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-foundation .owl-carousel .owl-nav .owl-next span {
  display: none !important;
}

.sec-foundation .owl-carousel .owl-nav .owl-next:before {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/right-arrows.svg");
  content: "";
  width: 60px;
  height: 63px;
}

@media screen and (max-width: 991px) {
  .sec-foundation .owl-carousel .owl-nav .owl-next:before {
    width: 20px;
    height: 20px;
    background-size: 13px;
  }
}
.sec-foundation .owl-carousel .owl-nav {
  display: none;
  top: 45%;
}

@media screen and (max-width: 767px) {
  .sec-foundation .owl-carousel .owl-nav {
    display: block;
  }
}
.sec-foundation .owl-carousel .owl-nav .owl-prev:before,
.sec-foundation .owl-carousel .owl-nav .owl-next:before {
  filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(1354%) hue-rotate(132deg) brightness(91%) contrast(106%);
}

.sec-foundation .foundation-card {
  width: 100%;
  padding: 27px 37px 28px;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .sec-foundation .foundation-card {
    width: 290px;
    margin: 0 auto;
  }
}
.sec-foundation .foundation-card img {
  max-width: 215px;
  height: 80px;
  object-fit: contain;
}

.sec-invernizzi-places {
  padding: 0 0 80px;
}

@media screen and (max-width: 991px) {
  .sec-invernizzi-places {
    padding: 0 0 30px;
  }
}
.sec-invernizzi-places.sec-patriote {
  padding: 0 0 55px;
}

@media screen and (max-width: 1366px) {
  .sec-invernizzi-places.sec-patriote {
    padding: 0 0 10px;
  }
}
.sec-invernizzi-places .places-detail {
  margin-bottom: 50px;
  padding-top: 80px;
}

@media screen and (max-width: 1366px) {
  .sec-invernizzi-places .places-detail {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-invernizzi-places .places-detail {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .sec-invernizzi-places .places-detail {
    padding-top: 30px;
  }
}
.sec-invernizzi-places .places-detail h2 {
  margin-bottom: 25px;
}

#descrizione h2 {
  margin-bottom: 25px;
}

.sec-invernizzi-places .places-detail p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 0;
}

.sec-invernizzi-three .places-detail.primary-color {
  background: #23aa9e;
  padding: 20px 30px;
  margin-top: 20px;
  border-radius: 8px;
}

.sec-invernizzi-three .places-detail.primary-color p {
  color: #ffffff;
}

.sec-invernizzi-three .places-detail.primary-color strong {
  color: #ffffff;
}

.sec-invernizzi-three .places-detail.download-piantina {
  text-align: center;
  background: #f3f3f3;
  margin-top: 20px;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
}

.sec-invernizzi-three .places-detail.download-piantina span {
  color: #23aa9e;
  font-weight: 600;
  font-size: 18px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-invernizzi-places .places-detail p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-invernizzi-places .places-detail p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-invernizzi-places .places-detail p strong,
.sec-invernizzi-places .places-detail p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-invernizzi-places .places-detail p strong,
  .sec-invernizzi-places .places-detail p a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-invernizzi-places .places-detail p strong,
  .sec-invernizzi-places .places-detail p a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-invernizzi-places .places-detail p br {
    display: none;
  }
}
.sec-invernizzi-places .places-detail ul.btn-list {
  text-align: right;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .sec-invernizzi-places .places-detail ul.btn-list {
    text-align: center;
    padding-top: 30px;
  }
}
.sec-invernizzi-places .places-detail ul.btn-list li {
  display: block;
}

.sec-invernizzi-places .places-detail ul.btn-list li:not(:last-of-type) {
  margin-bottom: 25px;
}

.sec-invernizzi-places .places-detail ul.btn-list li a.btn-style {
  font-weight: 500;
}

.sec-invernizzi-places .places-detail ul.btn-list li a.btn-style.transparent {
  color: #333333;
  width: 235px;
}

@media screen and (max-width: 767px) {
  .sec-invernizzi-places .places-detail ul.btn-list li a.btn-style.transparent {
    width: 200px;
  }
}
.sec-invernizzi-places .places-gallery .col-md-4 {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.sec-invernizzi-places .places-gallery .col-md-4:nth-of-type(3n + 1) {
  padding-right: 10px;
}

.sec-invernizzi-places .places-gallery .col-md-4:nth-of-type(3n + 3) {
  padding-left: 10px;
}

.sec-invernizzi-places .places-gallery .gallery-card {
  display: block;
  height: 100%;
}

.sec-invernizzi-places .places-gallery .gallery-card img {
  width: 100%;
  height: 218px;
  object-fit: cover;
}

.sec-invernizzi-places .places-gallery #descrizione {
  padding-top: 80px;
}

.sec-invernizzi-places .places-gallery p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin: 0 0 0;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-invernizzi-places .places-gallery p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-invernizzi-places .places-gallery p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-invernizzi-places .places-gallery p strong,
.sec-invernizzi-places .places-gallery p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-invernizzi-places .places-gallery p strong,
  .sec-invernizzi-places .places-gallery p a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-invernizzi-places .places-gallery p strong,
  .sec-invernizzi-places .places-gallery p a {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-invernizzi-places .places-gallery ul.palazzo-gallery {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 20px;
  row-gap: 40px;
}

.sec-invernizzi-places .places-gallery ul.palazzo-gallery {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 20px;
  row-gap: 40px;
}

.sec-invernizzi-places.sec-invernizzi-three .places-gallery ul.palazzo-gallery {
  grid-template-columns: repeat(3, auto) !important;
}

@media screen and (max-width: 767px) {
  .sec-invernizzi-places .places-gallery ul.palazzo-gallery {
    column-gap: 10px;
    row-gap: 10px;
  }
}
.sec-invernizzi-places .places-gallery ul.palazzo-gallery li {
  display: inline-block;
}

/* .sec-invernizzi-places .places-gallery ul.palazzo-gallery li:nth-child(3n) {
  grid-column: span 2;
}
*/
.sec-invernizzi-places .places-gallery ul.palazzo-gallery li a img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  border-radius: 8px;
}

.sec-photo-frame {
  padding: 0 0 6px;
}

.sec-photo-frame strong {
  font-size: 18px;
}

.sec-photo-frame.frame-house .gallery-wrapper {
  margin: 0 auto 33px;
}

.sec-photo-frame .content {
  margin-bottom: 50px;
}

.sec-photo-frame .content h2 {
  margin-bottom: 23px;
}

.sec-photo-frame .content p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-photo-frame .content p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-photo-frame .content p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-photo-frame .content p strong,
.sec-photo-frame .content p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-photo-frame .content p strong,
  .sec-photo-frame .content p a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-photo-frame .content p strong,
  .sec-photo-frame .content p a {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-photo-frame .gallery-wrapper {
  max-width: 870px;
  margin: 0 auto 79px;
}

@media screen and (max-width: 991px) {
  .sec-photo-frame .gallery-wrapper {
    margin: 0 auto 20px;
  }
}
.sec-photo-frame .gallery-wrapper .img-wrapper img {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sec-photo-frame .gallery-wrapper .img-wrapper img {
    margin-bottom: 15px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-photo-frame .gallery-wrapper .img-wrapper img.small-img {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .sec-photo-frame .gallery-wrapper .img-wrapper img {
    height: 300px;
    object-fit: cover;
  }
}
.sec-our-contact {
  padding: 80px 0 78px;
}

@media screen and (max-width: 991px) {
  .sec-our-contact {
    padding: 40px 0 34px;
  }
}
.sec-our-contact p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin: 0;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-our-contact p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-our-contact p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-our-contact p strong,
.sec-our-contact p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-our-contact p strong,
  .sec-our-contact p a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-our-contact p strong,
  .sec-our-contact p a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .sec-our-contact p {
    margin: 20px 0 0;
  }
}
.sec-our-contact p a {
  color: #23aa9e;
}

.sec-advise {
  padding: 33px 0 20px;
}

.sec-advise.pt-86 {
  padding: 86px 0 20px;
}

.sec-advise .container > h2 {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .sec-advise .container > h2 {
    margin-bottom: 25px;
    text-align: center;
  }
}
.sec-advise .col-md-6 {
  margin-bottom: 80px;
}

.sec-advise .col-md-6:nth-of-type(2n + 1) {
  padding-right: 25px;
}

.sec-advise .col-md-6:nth-of-type(2n + 2) {
  padding-left: 25px;
}

.sec-president-emeritus {
  padding: 85px 0 74px;
  background: #f3f3f3;
}

@media screen and (max-width: 991px) {
  .sec-president-emeritus {
    padding: 40px 0;
  }
}
.sec-president-emeritus.founders-president-emeritus {
  background: #23aa9e;
}

.adviser-card {
  display: grid;
  grid-template-columns: 150px auto;
  align-items: self-start;
  column-gap: 30px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .adviser-card {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .adviser-card {
    grid-template-columns: 120px auto;
  }
}
@media screen and (max-width: 767px) {
  .adviser-card {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
}
.adviser-card.no-margin {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .adviser-card.no-margin {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .adviser-card.no-margin {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .adviser-card.white .user-img {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }
}
.adviser-card.white .user-img img {
  border-color: #ffffff;
}

.adviser-card.white .content-wrapper h2,
.adviser-card.white .content-wrapper h3,
.adviser-card.white .content-wrapper p {
  color: #ffffff;
}

.adviser-card .user-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #23aa9e;
  display: block;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .adviser-card .user-img img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .adviser-card .user-img img {
    margin: 0 auto 10px;
  }
}
.adviser-card .user-img img:not(:first-of-type) {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .adviser-card .user-img img:not(:first-of-type) {
    margin-top: 0;
  }
}
.adviser-card .content-wrapper h2 {
  margin-bottom: 15px;
  font-weight: 700;
}

.adviser-card .content-wrapper h3 {
  margin-bottom: 2px;
}

.adviser-card .content-wrapper p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .adviser-card .content-wrapper p br {
    display: none;
  }
}
.sec-template-page {
  padding: 40px 0;
}

.sec-template-page .article-content {
  margin: 48px 0 0;
}

.sec-template-page .article-content p {
  margin: 10px 0;
}

.sec-template-page .article-content h1 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 12px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-template-page .article-content h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .sec-template-page .article-content h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.sec-template-page .article-content h2 {
  margin: 12px 0;
  font-size: 40px;
  line-height: 34px;
}

@media screen and (max-width: 767px) {
  .sec-template-page .article-content h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.sec-template-page .article-content h3 {
  margin: 12px 0;
}

@media screen and (max-width: 767px) {
  .sec-template-page .article-content h3 {
    font-size: 16px;
    line-height: 23px;
  }
}
.sec-template-page .article-content strong {
  font-weight: 600;
  font-size: 18px;
}

.sec-template-page .article-content ul {
  margin: 10px 0 20px;
}

.sec-template-page .article-content ul li {
  position: relative;
  padding-left: 20px;
}

.sec-template-page .article-content ul li:not(:last-of-type) {
  margin: 0 0 6px;
  display: block;
}

.sec-template-page .article-content ul li:before {
  content: "";
  background: #23aa9e;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 8px;
}

.sec-template-page .article-content ol {
  padding: 0 0 0 12px;
  margin: 10px 0 20px;
}

.sec-template-page .article-content ol li {
  font-size: 14px;
  line-height: 23px;
  color: #333333;
}

.sec-template-page .article-content ol li:not(:last-of-type) {
  margin: 0 0 6px;
}

.sec-template-page .article-content table {
  border: 1px solid #d7d5d2;
  margin: 20px 0;
}

.sec-template-page .article-content table tr:nth-of-type(even) td {
  background: #f7f5f2;
}

.sec-template-page .article-content table tr th {
  background-color: #f7f5f2;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 15px;
}

.sec-template-page .article-content table tr td {
  border: 1px solid #d7d5d2;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 15px;
}

.sec-template-page .article-content .img-wrapper {
  margin: 20px 0;
}

.sec-template-page .article-content .img-wrapper img {
  width: 100%;
  object-fit: cover;
}

.sec-boxes {
  padding: 80px 0 80px;
}

.sec-boxes .custom-box {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #23aa9e;
}

.sec-boxes .custom-box-sostegno {
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}

.sec-boxes .custom-box-sostegno.border-right {
  border-right: 1px solid #dedede;
}

.sec-boxes .custom-box-sostegno h5 {
  color: #22aa9e;
  margin-top: 50px !important;
  font-size: 14px !important;
}

.sec-boxes .sec-category {
  margin-bottom: 30px;
}


.sec-template-page .article-content p,
.sec-template-page .article-content a {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px !important;
  line-height: 30px;
  color: #333333;
  margin-bottom: 0;
}

.sec-template-page .article-content h2 strong {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 20px !important;
  line-height: 30px;
  margin-bottom: 0;
}

.medium-text p {
  font-size: 18px;
}

.founders-president-emeritus strong {
  color: #fff;
}

.sec-newsletter {
  padding-top: 75px;
  background: #f3f3f3;
  width: 100%;
  text-align: center;
}

.sec-newsletter input[type=text] {
  border: 1px solid #cccccc;
  padding: 3px 8px;
  width: 170px;
  margin-right: 25px;
  margin-top: 30px;
  font-size: 12px;
  border-radius: 6px;
}

.sec-newsletter input[type=email] {
  border: 1px solid #cccccc;
  padding: 3px 8px;
  width: 340px;
  font-size: 12px;
  border-radius: 6px;
}

@media screen and (max-width: 768px) {
  .sec-newsletter input[type=text] {
    margin-left: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
  }
  .sec-newsletter input[type=email] {
    width: 350px;
  }
}
.sec-newsletter input[type=submit] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  height: 47px;
  padding: 6px 20px 6px;
  color: #ffffff;
  cursor: pointer;
  border-radius: 10px;
  text-decoration: none;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  background: #23aa9e;
  border: 2px solid #23aa9e;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  width: 251px;
}

.sec-newsletter input[type=submit]:hover {
  transition: all 0.3s ease-in-out;
  background: transparent;
  color: #23aa9e;
}

.sec-newsletter label {
  color: #23aa9e;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.sec-newsletter label font[size="2"] {
  font-weight: 300;
}

.sec-newsletter input:focus-visible {
  outline: none;
}

.medium-text strong {
  font-size: 18px;
}

.sex-boxes p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.sex-boxes strong {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.has-medium-font-size {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px !important;
  line-height: 30px;
}

.has-medium-font-size strong {
  font-family: "Roboto";
  font-size: 18px !important;
  line-height: 30px;
}

.sec-boxes strong {
  font-size: 18px;
  line-height: 30px;
}

.sec-boxes p {
  padding-top: 1rem;
  font-size: 1rem;
}

.fw-bold {
  font-weight: 500 !important;
  background-color: #f3f3f3;
  color: #23aa9e;
}

.sec-category .title {
  background: #23aa9e;
  color: #fff;
  padding-top: 8px;
  border-radius: 5px;
}

.custom-box-premio {
  padding: 15px 25px;
  border-radius: 10px;
  background: #f3f3f3;
  height: 100%;
  margin-right: 10px;
}

.newsletter-wrapper label font {
  color: #333333;
  font-size: 13px;
}

.newsletter-wrapper label font a {
  color: #333333;
  font-size: 13px;
  text-decoration: underline;
  font-weight: 300;
}

.newsletter-wrapper .emaillist span {
  margin-bottom: 60px;
}

.owl-item .item .content a {
  color: #fff;
  font-size: 23px;
}

.n2-section-smartslider {
  max-width: 800px;
  margin: 40px auto;
}

.leaflet-control {
  display: none;
}

.wpmapblockrender {
  border-radius: 10px;
  z-index: 1;
}

.map-block {
  display: flex;
  align-items: center;
}

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

.side-image {
  border-radius: 10px;
  margin-top: 15px;
}

.skip-lazy {
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .imgPalazzi {
    width: 100px !important;
  }
  .containerImgPalazzi {
    width: 100% !important;
  }
}
.sec-banner .item .content .inline-text {
  display: inline;
}

.sec-banner .item .content .inline-text p {
  display: inline;
}

.sec-banner .item .content .inline-text a {
  display: inline;
  text-decoration: underline;
}

.sec-template-page .article-content ul li {
  font-size: 18px;
}

/** Modal Patrimonio **/
.modal-patrimonio {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-patrimonio .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  max-height: 100%;
  border-radius: 10px;
}

.modal-patrimonio .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.modal-patrimonio .close:hover,
.modal-patrimonio .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.sec-template-page .article-content ol li {
  font-size: 18px;
}

.single-post .wp-block-media-text__content {
  font-size: 18px;
  line-height: 30px;
}

.single-post .article-content {
  font-size: 18px;
  line-height: 30px;
}

.page-template .sec-boxes p {
  padding-top: 1rem;
  font-size: 1rem;
  font-size: 18px;
  line-height: 30px;
}

.trp-ls-shortcode-current-language {
  background: transparent !important;
  border: none !important;
}

@media screen and (max-width: 768px) {
  .trp_language_switcher_shortcode {
    display: block !important;
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
  }
  .trp-language-switcher:focus .trp-ls-shortcode-language,
  .trp-language-switcher:hover .trp-ls-shortcode-language {
    padding: 0;
    display: block !important;
    max-width: inherit !important;
  }
  .trp-ls-shortcode-language {
    display: block !important;
    visibility: visible;
  }
  .trp-language-switcher > div > a:hover {
    background: #23aa9e !important;
  }
  .trp-ls-shortcode-language:hover {
    border: none;
  }
  .trp-language-switcher > div:hover {
    background: #23aa9e;
  }
}
@media screen and (min-width: 768px) {
  .trp-ls-shortcode-language {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
  }
  .trp-language-switcher img {
    vertical-align: middle;
    transition: none;
  }
  .trp-language-switcher a {
    display: inline-block;
    vertical-align: middle;
  }
  .trp-language-switcher a:hover img {
    transform: none;
    margin-top: 0px;
  }
  .trp-ls-shortcode-language a:hover {
    background: transparent !important;
  }
  .trp-language-switcher .trp-ls-shortcode-current-language {
    margin-left: 25px;
  }
  .trp-ls-shortcode-language:hover {
    top: 3px !important;
    left: 25px !important;
    display: inline !important;
  }
}
.trp-flag-image {
  width: 28px !important;
  height: auto !important;
  border: 1px solid #fff;
  margin-bottom: 5px !important;
}

.attachments-container {
  display: flex;
  gap: 10px;
}

a {
  text-decoration: none;
  color: inherit;
}

.gmail-attachment {
  display: inline-block;
  width: 200px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  background: #f5f5f5;
  cursor: pointer;
  transition: 0.3s;
}

.gmail-attachment:hover {
  background: #e8e8e8;
}

#pdf-preview-1,
#pdf-preview-2,
#pdf-preview-3 {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.attachment-info {
  padding: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: white;
}

.attachment-info i {
  color: red;
}

.event-past-video {
  margin-top: 16px;
}
.event-past-video .event-past-label {
  font-size: 13px;
  font-weight: 700;
  color: #23aa9e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.event-past-video .event-past-label .event-past-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: #23aa9e;
  color: #ffffff;
  border-radius: 50%;
  font-size: 10px;
  flex-shrink: 0;
}
.event-past-video .event-past-thumb-wrapper {
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  background: #000;
}
.event-past-video .event-past-thumb-wrapper:hover .event-past-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
}
.event-past-video .event-past-thumb-wrapper:hover .event-past-thumb {
  opacity: 0.7;
}
.event-past-video .event-past-thumb-wrapper .event-past-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s;
  opacity: 0.9;
}
.event-past-video .event-past-thumb-wrapper .event-past-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 40px;
  transition: transform 0.2s;
  pointer-events: none;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}
.event-past-video .event-past-thumb-wrapper .event-past-play-btn svg {
  width: 56px;
  height: 40px;
  display: block;
}
.event-past-video .event-past-iframe-wrapper {
  display: none;
}

.event-past-no-video {
  margin-top: 16px;
  padding: 14px;
  background: #f3f3f3;
  border-radius: 8px;
  border-left: 3px solid #23aa9e;
}
.event-past-no-video p {
  font-size: 13px;
  color: #666666;
  margin: 0;
  font-style: italic;
}

#videoModal .modal-content {
  border-radius: 12px;
  overflow: hidden;
}
#videoModal .modal-header {
  padding: 8px 12px 0;
}
#videoModal .modal-header .btn-close {
  margin: 0;
}

body {
  padding-top: 109px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  body {
    padding-top: 105px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  body {
    padding-top: 69px;
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 51px;
  }
}

header {
  background: #23aa9e;
  padding: 40px 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 3;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  header {
    padding: 25px 0;
  }
}
@media screen and (max-width: 991px) {
  header {
    padding: 14px 0 13px;
  }
}
header.sticky {
  padding: 10px 0;
}
header.sticky a.logo img {
  max-width: 188px;
}
header.sticky .navbar-menu .menu li.arrow::after {
  bottom: -19px;
}
header .header-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 3;
}
header .header-layer.active {
  display: block;
}
header .header-layer .close-menu {
  text-align: start;
  padding: 30px;
}
header .header-layer .close-menu img {
  width: 20px;
}
header a.logo {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
header a.logo img {
  max-width: 240px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  header a.logo img {
    max-width: 220px;
  }
}
@media screen and (max-width: 991px) {
  header a.logo img {
    max-width: 170px;
  }
}
@media screen and (max-width: 767px) {
  header a.logo img {
    max-width: 90px;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-menu {
    position: fixed;
    top: 0;
    right: -100%;
    text-align: left;
    width: 70%;
    height: 100vh;
    background: #23aa9e;
    transition: all 0.3s ease-in-out;
    z-index: 4;
    overflow-y: auto;
    flex-direction: column-reverse;
    justify-content: start;
  }
  header .navbar-menu.active {
    right: 0;
  }
}
header .navbar-menu ul {
  text-align: right;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul {
    padding: 10px 20px;
    width: 100%;
    overflow-y: auto;
  }
}
header .navbar-menu ul li {
  position: relative;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li {
    display: block;
    width: 100%;
    margin: 0 0 24px 0 !important;
    padding: 0 0 24px 0;
  }
  header .navbar-menu ul li:not(:last-of-type) {
    border-bottom: 2px solid #333333;
  }
  header .navbar-menu ul li:last-of-type {
    border-bottom: unset;
  }
}
header .navbar-menu ul li.arrow:before {
  display: block;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li.arrow:before {
    display: none;
  }
}
header .navbar-menu ul li:has(.mega-menu-wrapper):after {
  content: "";
  display: none;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #23aa9e;
  position: absolute;
  bottom: -20px;
  left: 5px;
  z-index: 22;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li:has(.mega-menu-wrapper):after {
    display: none;
  }
}
header .navbar-menu ul li:before {
  display: none;
  content: "";
  position: absolute;
  left: -17px;
  top: 9px;
  background: url(../images/icons/bottom-arrow.svg) no-repeat center;
  background-size: cover;
  width: 10px;
  height: 7px;
  display: none;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li:before {
    display: none;
  }
}
header .navbar-menu ul li:not(:last-of-type) {
  margin: 0 50px 0 0;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  header .navbar-menu ul li:not(:last-of-type) {
    margin: 0 40px 0 0;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li:not(:last-of-type) {
    margin: 0;
  }
}
header .navbar-menu ul li:hover .mega-menu-wrapper {
  visibility: visible;
  opacity: 1;
  z-index: 4;
}
header .navbar-menu ul li:hover::after {
  display: block;
}
header .navbar-menu ul li:hover ul.sub-menu {
  display: block;
}
header .navbar-menu ul li:nth-child(2) .mega-menu-wrapper {
  left: -194px;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li:nth-child(2) .mega-menu-wrapper {
    left: unset;
  }
}
header .navbar-menu ul li:nth-child(3) .mega-menu-wrapper {
  left: -362px;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li:nth-child(3) .mega-menu-wrapper {
    left: unset;
  }
}
header .navbar-menu ul li ul.sub-menu {
  position: absolute;
  z-index: 3;
  padding: 5px;
  text-align: left;
  width: 180px;
  left: -100px;
  margin-top: 18px;
  background: #ffffff;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  display: none;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li ul.sub-menu {
    display: block;
    text-align: right;
    background-color: transparent;
    position: relative;
    border: none;
    padding: 0;
    left: 0;
    width: 100%;
    margin-top: 14px;
    box-shadow: none;
  }
}
header .navbar-menu ul li ul.sub-menu li {
  display: block;
  width: 100%;
  border-bottom: none;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li ul.sub-menu li {
    padding: 0;
    margin: 0 0 5px !important;
  }
}
header .navbar-menu ul li ul.sub-menu li:before {
  display: none;
}
header .navbar-menu ul li ul.sub-menu li:hover {
  background-color: #23aa9e;
  border-radius: 4px;
}
header .navbar-menu ul li ul.sub-menu li:hover a {
  color: #ffffff;
}
header .navbar-menu ul li ul.sub-menu li:hover a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(2%) hue-rotate(42deg) brightness(112%) contrast(100%);
}
header .navbar-menu ul li ul.sub-menu li a {
  color: #333333;
  display: grid;
  align-items: self-start;
  grid-template-columns: 30px auto;
  padding: 10px;
  column-gap: 10px;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li ul.sub-menu li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 23px;
    font-weight: 400;
    display: block;
  }
}
header .navbar-menu ul li ul.sub-menu li a img {
  width: 23px;
  height: 23px;
  margin-right: 12px;
  filter: brightness(0) saturate(100%) invert(18%) sepia(29%) saturate(2%) hue-rotate(58deg) brightness(102%) contrast(99%);
  transition: 0.3s ease-in-out;
}
header .navbar-menu ul li ul.sub-menu li a img.user {
  width: 20px;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li ul.sub-menu li a img {
    display: none;
  }
}
header .navbar-menu ul li a {
  color: #ffffff;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li a {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    padding-bottom: 0;
  }
}
header .navbar-menu ul li .mega-menu-wrapper {
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 58px 30px;
  display: flex;
  gap: 21px;
  position: absolute;
  top: 160%;
  left: -58px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li .mega-menu-wrapper {
    flex-direction: column;
    gap: 10px;
    position: relative;
    padding: 0;
    gap: 11px;
    background: transparent;
    padding-top: 12px;
    visibility: visible;
    opacity: 1;
    z-index: 2;
    left: unset;
  }
}
header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper {
  min-width: 140px;
}
header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper .icon-wrapper {
  width: 33px;
  height: 33px;
  margin-bottom: 9px;
  border-radius: 5px;
  background: #23aa9e;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper .icon-wrapper {
    display: none;
  }
}
header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper .icon-wrapper img,
header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper .icon-wrapper svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper .content {
  text-align: left;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper .content {
    text-align: right;
  }
}
header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper .content strong {
  color: #23aa9e;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper .content strong {
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
  }
}
header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper .content p {
  color: #666666;
  font-size: 11px;
  line-height: 130%;
  margin: 5px 0 0;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper .content p {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper .content ul.list {
    padding: 0 0;
    margin: 11px 0 0;
    text-align: right;
  }
}
header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper .content ul.list li {
  display: block;
  margin: 0 0;
  font-size: 11px;
  line-height: 130%;
  text-align: left;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper .content ul.list li {
    padding: 0 0 0;
    border: none !important;
    text-align: right;
    margin: 0 0 0 !important;
  }
}
header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper .content ul.list li:not(:last-of-type) {
  margin: 0 0 3px;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper .content ul.list li:not(:last-of-type) {
    margin: 0 0 7px !important;
  }
}
header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper .content ul.list li a {
  color: #666666;
  font-size: 11px;
  line-height: 130%;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  header .navbar-menu ul li .mega-menu-wrapper .menu-wrapper .content ul.list li a {
    font-size: 14px;
    line-height: 100%;
    color: #ffffff;
    font-weight: 400;
  }
}
header .navbar-menu .trp-current-language-item__wrapper {
  position: relative;
}
header .navbar-menu .trp-current-language-item__wrapper::after {
  content: "";
  display: block;
  background: #ffffff;
  width: 1px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .navbar-menu .trp-current-language-item__wrapper .trp-shortcode-arrow {
  display: none;
}
header .navbar-menu .trp-switcher-dropdown-list {
  display: flex !important;
  max-height: max-content;
  padding-left: 10px;
}
header .navbar-menu .trp-switcher-dropdown-list span {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
header .navbar-menu .trp-switcher-dropdown-list .trp-language-item {
  padding: 0;
  min-height: auto;
  line-height: 100%;
  border-bottom: 1px solid #ffffff;
}
header .navbar-menu .trp-switcher-dropdown-list .trp-language-item:hover span {
  color: #ffffff !important;
}
header .navbar-menu .trp-switcher-dropdown-list .trp-language-item {
  padding: 0;
  min-height: auto;
}
header .navbar-menu .trp-language-switcher {
  background: transparent;
  padding: 0;
  border: none;
  display: flex;
  align-items: center;
}
header .navbar-menu .trp-language-switcher span {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
}
header .navbar-menu .trp-language-switcher .trp-language-item {
  padding: 0;
  min-height: auto;
  line-height: 100%;
}
header .navbar-menu .trp-language-switcher .trp-language-item {
  padding: 0;
  min-height: auto;
}
header .navbar-menu .trp_language_switcher_shortcode {
  text-align: right;
}
header .navbar-menu .trp_language_switcher_shortcode .trp-language-switcher {
  width: auto;
  height: auto;
  min-height: auto;
}
@media screen and (min-width: 992px) {
  header .navbar-menu .trp_language_switcher_shortcode .trp-language-switcher {
    width: 200px;
  }
}
header .navbar-menu .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-language {
  background: transparent !important;
  border: none !important;
  left: 25px;
  top: 3px;
  right: 0;
  width: auto;
  padding: 0;
}
header .navbar-menu .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-language a {
  padding: 0;
}
header .navbar-menu .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-current-language {
  background: transparent !important;
  border: none !important;
  left: unset;
  right: 0;
}
header .navbar-menu .trp_language_switcher_shortcode .trp-language-switcher .trp-ls-shortcode-current-language .trp-ls-shortcode-disabled-language {
  padding: 0;
}
header .navbar-menu .right-menu-wrapper {
  display: flex;
  align-items: center;
  gap: 85px;
  justify-content: flex-end;
  margin-left: 70px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  header .navbar-menu .right-menu-wrapper {
    width: 100%;
    flex-direction: row;
    margin: 0;
    padding: 0;
    gap: 10px;
    justify-content: space-between;
  }
}
header .navbar-menu .right-menu-wrapper .social-icons ul.list {
  padding: 0 0;
  display: flex;
}
header .navbar-menu .right-menu-wrapper .social-icons ul.list li {
  border: none;
  padding: 0;
  margin: 0 0 0 !important;
}
header .navbar-menu .right-menu-wrapper .social-icons ul.list li:not(:last-of-type) {
  margin: 0 12px 0 0 !important;
}
header .navbar-menu .right-menu-wrapper .social-icons ul.list li a {
  padding-bottom: 0;
  text-decoration: none;
}
header .navbar-menu .right-menu-wrapper .social-icons ul.list li a img,
header .navbar-menu .right-menu-wrapper .social-icons ul.list li a svg {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  header .navbar-menu .right-menu-wrapper .trp-shortcode-switcher__wrapper {
    position: relative;
    right: 50px;
    top: 12px;
  }
}
header .hamburger-menu {
  display: none;
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 991px) {
  header .hamburger-menu {
    display: inline-block;
  }
  header .hamburger-menu.active {
    display: none;
  }
}
header .hamburger-menu img {
  width: 20px;
}

footer {
  background-color: #23aa9e;
  padding: 32px 0 36px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer {
    padding: 40px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 25px 0 10px;
  }
}
footer .content-wrapper {
  display: flex;
  align-items: start;
  gap: 8px;
}
footer .content-wrapper a.logo {
  margin-top: 6px;
}
footer .content-wrapper .content p {
  color: #ffffff;
  margin: 0;
  font-size: 12px;
  line-height: 24px;
}
footer .content-wrapper .content p a {
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
}
footer .content-wrapper .content ul {
  margin: 5px 0;
  column-count: 2;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  footer .content-wrapper .content ul {
    column-count: unset;
  }
}
@media screen and (max-width: 767px) {
  footer .content-wrapper .content ul {
    column-count: unset;
  }
}
footer .content-wrapper .content ul li {
  position: relative;
}
footer .content-wrapper .content ul li:not(:last-of-type) {
  margin-right: 20px;
}
footer .content-wrapper .content ul li:nth-of-type(4):before {
  display: none !important;
}
footer .content-wrapper .content ul li:not(:first-of-type):before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  height: 14px;
  width: 1px;
  left: -10px;
  display: inline-block;
  top: 5px;
}
footer .content-wrapper .content ul li a {
  color: #ffffff;
  font-size: 12px;
  line-height: 24px;
}
footer .social-icons ul.list {
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 767px) {
  footer .social-icons ul.list {
    display: block;
    margin: 15px 0 0 50px;
  }
}
footer .social-icons ul.list li {
  border: none;
  padding: 0;
  margin: 0 0 0 !important;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
}
footer .social-icons ul.list li:not(:last-of-type) {
  margin: 0 12px 0 0 !important;
}
@media screen and (max-width: 767px) {
  footer .social-icons ul.list li:first-of-type {
    display: block;
    margin: 0 0 10px !important;
  }
}
footer .social-icons ul.list li a {
  padding-bottom: 0;
  text-decoration: none;
  display: inline-block;
}
footer .social-icons ul.list li a img,
footer .social-icons ul.list li a svg {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
footer .social-link {
  text-align: right;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  footer .social-link {
    text-align: left;
    padding-left: 40px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer .social-link {
    text-align: left;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  footer .social-link ul {
    margin: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  footer .social-link ul li:first-of-type {
    display: block;
    margin-bottom: 10px;
  }
}
footer .social-link ul li:not(:last-of-type) {
  margin-right: 14px;
}
footer .social-link ul li h3 {
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
}
footer .social-link ul li a img {
  width: 42px;
  height: 42px;
}
footer .social-link ul li a img.phil-img {
  width: 150px;
  height: 100px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  footer .social-link ul li a img.phil-img {
    width: 125px;
    height: 30px;
  }
}

.sec-banner {
  position: relative;
}
.sec-banner.inner-banner {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  height: calc(100vh - 151px);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-banner.inner-banner {
    height: 400px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-banner.inner-banner {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner.inner-banner {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner .owl-carousel .owl-nav {
    display: block;
  }
}
.sec-banner .owl-carousel .owl-dots {
  display: none;
}
.sec-banner .owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.sec-banner .owl-carousel .owl-nav button.owl-prev,
.sec-banner .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-banner .owl-carousel .owl-nav button.owl-prev,
  .sec-banner .owl-carousel .owl-nav button.owl-next {
    width: 45px;
    height: 40px;
  }
}
.sec-banner .owl-carousel .owl-nav button.owl-prev:hover,
.sec-banner .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}
.sec-banner .owl-carousel .owl-nav button.owl-prev:hover span,
.sec-banner .owl-carousel .owl-nav button.owl-next:hover span {
  color: #23aa9e;
}
.sec-banner .owl-carousel .owl-nav button.owl-prev span,
.sec-banner .owl-carousel .owl-nav button.owl-next span {
  font-size: 40px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-banner .owl-carousel .owl-nav button.owl-prev {
  left: 60px;
}
@media screen and (max-width: 991px) {
  .sec-banner .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }
}
.sec-banner .owl-carousel .owl-nav button.owl-next {
  right: 60px;
}
@media screen and (max-width: 991px) {
  .sec-banner .owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
}
.sec-banner .owl-carousel .owl-nav .owl-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-banner .owl-carousel .owl-nav .owl-prev span {
  display: none !important;
}
.sec-banner .owl-carousel .owl-nav .owl-prev:before {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/arrow-left.svg");
  content: "";
  width: 60px;
  height: 63px;
}
@media screen and (max-width: 991px) {
  .sec-banner .owl-carousel .owl-nav .owl-prev:before {
    width: 20px;
    height: 20px;
    background-size: 13px;
  }
}
.sec-banner .owl-carousel .owl-nav .owl-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-banner .owl-carousel .owl-nav .owl-next span {
  display: none !important;
}
.sec-banner .owl-carousel .owl-nav .owl-next:before {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/right-arrows.svg");
  content: "";
  width: 60px;
  height: 63px;
}
@media screen and (max-width: 991px) {
  .sec-banner .owl-carousel .owl-nav .owl-next:before {
    width: 20px;
    height: 20px;
    background-size: 13px;
  }
}
.sec-banner .item {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  height: calc(100vh - 151px);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.sec-banner .item:before {
  content: "";
  background: rgba(35, 170, 158, 0.16);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition: all 43s ease-in-out;
  top: 0;
  z-index: 1;
}
.sec-banner .item:after {
  content: "";
  background: rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition: all 43s ease-in-out;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-banner .item {
    height: calc(60vh - 151px);
  }
}
@media screen and (max-width: 991px) {
  .sec-banner .item {
    height: auto;
    padding: 40px 0 70px;
  }
}
.sec-banner .item .content {
  position: relative;
  z-index: 2;
  max-width: 875px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-banner .item .content {
    padding-left: 100px;
    max-width: 850px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-banner .item .content {
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner .item .content {
    padding: 0 30px;
  }
}
.sec-banner .item .content h1 {
  margin: 0 0 20px;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-banner .item .content h1 {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner .item .content h1 {
    margin: 0 0 5px;
  }
}
.sec-banner .item .content p {
  margin: 0 0 60px;
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-banner .item .content p {
    font-size: 22px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .sec-banner .item .content p {
    font-size: 11px;
    line-height: 16px;
    margin: 0 0 34px;
  }
}
.sec-explore-places {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-explore-places {
    padding: 0 0 31px;
  }
}
.sec-explore-places .container {
  max-width: 1400px;
}
.sec-explore-places .container > h2 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec-explore-places .container > h2 {
    margin-bottom: 20px;
  }
}
.sec-explore-places .container > p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  max-width: 930px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-explore-places .container > p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-explore-places .container > p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-explore-places .container > p strong,
.sec-explore-places .container > p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-explore-places .container > p strong,
  .sec-explore-places .container > p a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-explore-places .container > p strong,
  .sec-explore-places .container > p a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-explore-places .container > p br {
    display: none;
  }
}
.sec-explore-places .cards-main-section-wrapper {
  margin: 44px 0 0;
}
.sec-explore-places .places-card .img-wrapper {
  margin-bottom: 25px;
  position: relative;
}
.sec-explore-places .places-card .img-wrapper::after {
  content: "";
  display: block;
  background: #23aa9e;
  border-radius: 0 0 12px 12px;
  height: 30px;
  bottom: -12px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec-explore-places .places-card .img-wrapper {
    margin-bottom: 20px;
  }
}
.sec-explore-places .places-card .img-wrapper img {
  width: 100%;
  height: 239px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  border-radius: 12px 12px 0 0;
}
.sec-explore-places .places-card .content-wrapper {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-explore-places .places-card .content-wrapper {
    text-align: center;
    margin-bottom: 7px;
  }
}
.sec-explore-places .places-card .content-wrapper h3 {
  margin-bottom: 15px;
  color: #23aa9e;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .sec-explore-places .places-card .content-wrapper h3 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 100%;
  }
}
.sec-explore-places .places-card .content-wrapper p {
  margin-bottom: 0;
}
.sec-explore-places .btn-wrapper {
  margin: 75px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-explore-places .btn-wrapper {
    margin: 20px 0 0;
  }
}
.sec-explore-places .contact {
  max-width: 870px;
  margin: 80px auto 0;
  text-align: center;
}
.sec-explore-places .contact p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-explore-places .contact p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-explore-places .contact p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-explore-places .contact p strong,
.sec-explore-places .contact p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-explore-places .contact p strong,
  .sec-explore-places .contact p a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-explore-places .contact p strong,
  .sec-explore-places .contact p a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-explore-places .contact p br {
    display: none;
  }
}
.sec-explore-places .contact p a {
  color: #23aa9e;
}

.sec-foreground {
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-foreground {
    padding: 30px 0 0;
  }
}
.sec-foreground .container {
  max-width: 1400px;
}
.sec-foreground .foreground-heading > h2 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec-foreground .foreground-heading > h2 {
    margin-bottom: 20px;
  }
}
.sec-foreground .foreground-heading > p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  max-width: 930px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-foreground .foreground-heading > p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-foreground .foreground-heading > p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-foreground .foreground-heading > p strong,
.sec-foreground .foreground-heading > p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-foreground .foreground-heading > p strong,
  .sec-foreground .foreground-heading > p a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-foreground .foreground-heading > p strong,
  .sec-foreground .foreground-heading > p a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-foreground .foreground-heading > p br {
    display: none;
  }
}
.sec-foreground .section-title-wrapper {
  margin-bottom: 65px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-foreground .section-title-wrapper {
    margin-bottom: 28px;
  }
}
.sec-foreground .section-title-wrapper h2 {
  color: #23aa9e;
  font-weight: 500;
}
.sec-foreground .foreground-cards-wrapper .card-main-wrapper {
  position: relative;
  background: #F2F2F2;
  border-radius: 15px;
}
.sec-foreground .foreground-cards-wrapper .card-main-wrapper .img-wrapper {
  position: relative;
}
.sec-foreground .foreground-cards-wrapper .card-main-wrapper .img-wrapper img {
  width: 100%;
  height: 387px;
  object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .sec-foreground .foreground-cards-wrapper .card-main-wrapper .img-wrapper img {
    height: 222px;
  }
}
.sec-foreground .foreground-cards-wrapper .card-main-wrapper .img-wrapper .event-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #ffffff;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  padding: 10px 10px;
  border-radius: 10px;
  min-width: 180px;
  background: #23aa9e;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-foreground .foreground-cards-wrapper .card-main-wrapper .img-wrapper .event-btn {
    font-size: 16px;
    line-height: 140%;
    padding: 4px 10px;
  }
}
.sec-foreground .foreground-cards-wrapper .card-main-wrapper .content-wrapper {
  padding: 11px 20px;
}
.sec-foreground .foreground-cards-wrapper .card-main-wrapper .content-wrapper strong {
  font-size: 14px;
  line-height: 140%;
  color: #23aa9e;
  font-weight: 700;
}
.sec-foreground .foreground-cards-wrapper .card-main-wrapper .content-wrapper p {
  margin: 5px 0 0 0;
  color: #000000;
  font-size: 14px;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sec-our-offices {
  padding: 76px 0 104px;
}
@media screen and (max-width: 767px) {
  .sec-our-offices {
    padding: 30px 0 40px;
  }
}
.sec-our-offices .container {
  max-width: 1400px;
}
.sec-our-offices .section-title-wrapper {
  margin-bottom: 58px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec-our-offices .section-title-wrapper {
    margin-bottom: 28px;
  }
}
.sec-our-offices .section-title-wrapper h2 {
  color: #23aa9e;
}
.sec-our-offices .offices-cards-wrapper .card-main-wrapper .img-wrapper {
  margin-bottom: 11px;
}
.sec-our-offices .offices-cards-wrapper .card-main-wrapper .img-wrapper img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 12px;
  border-bottom: 10px solid #23aa9e;
}
@media screen and (max-width: 767px) {
  .sec-our-offices .offices-cards-wrapper .card-main-wrapper .img-wrapper img {
    height: 240px;
  }
}
.sec-our-offices .offices-cards-wrapper .card-main-wrapper .content-wrapper {
  text-align: center;
}
.sec-our-offices .offices-cards-wrapper .card-main-wrapper .content-wrapper h3 {
  color: #23aa9e;
}
@media screen and (max-width: 767px) {
  .sec-our-offices .offices-cards-wrapper .card-main-wrapper .content-wrapper h3 {
    font-size: 20px;
    line-height: 140%;
    font-weight: 700;
  }
}

.sec-what-we-do {
  padding: 73px 0 80px;
  background: #23aa9e;
}
@media screen and (max-width: 767px) {
  .sec-what-we-do {
    padding: 73px 30px 80px;
  }
}
.sec-what-we-do .container > h2 {
  margin-bottom: 80px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .sec-what-we-do .container > h2 {
    margin: 0;
  }
}
.sec-what-we-do .do-card-wrapper {
  display: grid;
  grid-template-columns: repeat(3, calc(33% - 50px));
  align-items: center;
  justify-content: space-between;
  column-gap: 80px;
}
@media screen and (max-width: 767px) {
  .sec-what-we-do .do-card-wrapper {
    display: block;
  }
}
.sec-what-we-do .do-card-wrapper .do-card {
  text-align: center;
  position: relative;
  padding: 40px 0;
}
.sec-what-we-do .do-card-wrapper .do-card:not(:last-of-type):before {
  content: "";
  background: #ffffff;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec-what-we-do .do-card-wrapper .do-card:not(:last-of-type):before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec-what-we-do .do-card-wrapper .do-card:not(:first-of-type):before {
    content: "";
    background: #ffffff;
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    transform: translateY(-50%);
  }
}
.sec-what-we-do .do-card-wrapper .do-card > h3 {
  color: #ffffff;
  margin-bottom: 23px;
}
.sec-what-we-do .do-card-wrapper .do-card .icon-wrapper {
  margin-bottom: 35px;
}
.sec-what-we-do .do-card-wrapper .do-card .icon-wrapper img {
  max-width: 85px;
}
.sec-what-we-do .do-card-wrapper .do-card p {
  color: #ffffff;
  margin-bottom: 46px;
}
@media screen and (max-width: 767px) {
  .sec-what-we-do .do-card-wrapper .do-card p {
    margin-bottom: 30px;
  }
}
.sec-estate-villa .villa-img {
  height: 600px;
  background: url("../images/estate-villa-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-estate-villa .villa-img {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .sec-estate-villa .villa-img {
    height: 250px;
  }
}
.sec-estate-villa .villa-img h2 {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
  padding: 7px 10px;
  text-align: center;
  color: #333333;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec-estate-villa .villa-img h2 {
    font-size: 20px;
    line-height: 52px;
    padding: 0 25px;
  }
}
.sec-estate-villa .villa-content {
  padding: 75px 0 80px;
  text-align: center;
  max-width: 870px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-estate-villa .villa-content {
    padding: 50px 0 40px;
  }
}
.sec-estate-villa .villa-content p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 70px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-estate-villa .villa-content p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-estate-villa .villa-content p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-estate-villa .villa-content p strong,
.sec-estate-villa .villa-content p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-estate-villa .villa-content p strong,
  .sec-estate-villa .villa-content p a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-estate-villa .villa-content p strong,
  .sec-estate-villa .villa-content p a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-estate-villa .villa-content p {
    margin-bottom: 30px;
  }
  .sec-estate-villa .villa-content p br {
    display: none;
  }
}

.sec-foundation {
  background: #f3f3f3;
  padding: 73px 0 80px;
}
@media screen and (max-width: 767px) {
  .sec-foundation {
    padding: 35px 0 30px;
  }
}
.sec-foundation .container > h2 {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .sec-foundation .container > h2 {
    margin-bottom: 21px;
  }
}
.sec-foundation .owl-carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.sec-foundation .owl-carousel .owl-nav button.owl-prev,
.sec-foundation .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .sec-foundation .owl-carousel .owl-nav button.owl-prev,
  .sec-foundation .owl-carousel .owl-nav button.owl-next {
    width: 45px;
    height: 40px;
  }
}
.sec-foundation .owl-carousel .owl-nav button.owl-prev:hover,
.sec-foundation .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}
.sec-foundation .owl-carousel .owl-nav button.owl-prev:hover span,
.sec-foundation .owl-carousel .owl-nav button.owl-next:hover span {
  color: #23aa9e;
}
.sec-foundation .owl-carousel .owl-nav button.owl-prev span,
.sec-foundation .owl-carousel .owl-nav button.owl-next span {
  font-size: 40px;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-foundation .owl-carousel .owl-nav button.owl-prev {
  left: 60px;
}
@media screen and (max-width: 991px) {
  .sec-foundation .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }
}
.sec-foundation .owl-carousel .owl-nav button.owl-next {
  right: 60px;
}
@media screen and (max-width: 991px) {
  .sec-foundation .owl-carousel .owl-nav button.owl-next {
    right: 20px;
  }
}
.sec-foundation .owl-carousel .owl-nav .owl-prev {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-foundation .owl-carousel .owl-nav .owl-prev span {
  display: none !important;
}
.sec-foundation .owl-carousel .owl-nav .owl-prev:before {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/arrow-left.svg");
  content: "";
  width: 60px;
  height: 63px;
}
@media screen and (max-width: 991px) {
  .sec-foundation .owl-carousel .owl-nav .owl-prev:before {
    width: 20px;
    height: 20px;
    background-size: 13px;
  }
}
.sec-foundation .owl-carousel .owl-nav .owl-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-foundation .owl-carousel .owl-nav .owl-next span {
  display: none !important;
}
.sec-foundation .owl-carousel .owl-nav .owl-next:before {
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../images/right-arrows.svg");
  content: "";
  width: 60px;
  height: 63px;
}
@media screen and (max-width: 991px) {
  .sec-foundation .owl-carousel .owl-nav .owl-next:before {
    width: 20px;
    height: 20px;
    background-size: 13px;
  }
}
.sec-foundation .owl-carousel .owl-nav {
  display: none;
  top: 45%;
}
@media screen and (max-width: 767px) {
  .sec-foundation .owl-carousel .owl-nav {
    display: block;
  }
}
.sec-foundation .owl-carousel .owl-nav .owl-prev:before,
.sec-foundation .owl-carousel .owl-nav .owl-next:before {
  filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(1354%) hue-rotate(132deg) brightness(91%) contrast(106%);
}
.sec-foundation .foundation-card {
  width: 100%;
  padding: 27px 37px 28px;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec-foundation .foundation-card {
    width: 290px;
    margin: 0 auto;
  }
}
.sec-foundation .foundation-card img {
  max-width: 215px;
  height: 80px;
  object-fit: contain;
}

.sec-invernizzi-places {
  padding: 0 0 80px;
}
@media screen and (max-width: 991px) {
  .sec-invernizzi-places {
    padding: 0 0 30px;
  }
}
.sec-invernizzi-places.sec-patriote {
  padding: 35px 0 55px;
}
@media screen and (max-width: 1366px) {
  .sec-invernizzi-places.sec-patriote {
    padding: 35px 0 10px;
  }
}
.sec-invernizzi-places .places-detail {
  margin-bottom: 50px;
  padding-top: 80px;
}
@media screen and (max-width: 1366px) {
  .sec-invernizzi-places .places-detail {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .sec-invernizzi-places .places-detail {
    padding-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  .sec-invernizzi-places .places-detail {
    padding-top: 30px;
  }
}
.sec-invernizzi-places .places-detail h2 {
  margin-bottom: 23px;
}
.sec-invernizzi-places .places-detail p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-invernizzi-places .places-detail p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-invernizzi-places .places-detail p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-invernizzi-places .places-detail p strong,
.sec-invernizzi-places .places-detail p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-invernizzi-places .places-detail p strong,
  .sec-invernizzi-places .places-detail p a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-invernizzi-places .places-detail p strong,
  .sec-invernizzi-places .places-detail p a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-invernizzi-places .places-detail p br {
    display: none;
  }
}
.sec-invernizzi-places .places-detail ul.btn-list {
  text-align: right;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .sec-invernizzi-places .places-detail ul.btn-list {
    text-align: center;
    padding-top: 30px;
  }
}
.sec-invernizzi-places .places-detail ul.btn-list li {
  display: block;
}
.sec-invernizzi-places .places-detail ul.btn-list li:not(:last-of-type) {
  margin-bottom: 25px;
}
.sec-invernizzi-places .places-detail ul.btn-list li a.btn-style {
  font-weight: 500;
}
.sec-invernizzi-places .places-detail ul.btn-list li a.btn-style.transparent {
  color: #333333;
  width: 235px;
}
@media screen and (max-width: 767px) {
  .sec-invernizzi-places .places-detail ul.btn-list li a.btn-style.transparent {
    width: 200px;
  }
}
.sec-invernizzi-places .places-gallery .col-md-4 {
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.sec-invernizzi-places .places-gallery .col-md-4:nth-of-type(3n + 1) {
  padding-right: 10px;
}
.sec-invernizzi-places .places-gallery .col-md-4:nth-of-type(3n + 3) {
  padding-left: 10px;
}
.sec-invernizzi-places .places-gallery .gallery-card {
  display: block;
  height: 100%;
}
.sec-invernizzi-places .places-gallery .gallery-card img {
  width: 100%;
  height: 218px;
  object-fit: cover;
}
.sec-invernizzi-places .places-gallery #descrizione {
  padding-top: 80px;
}
.sec-invernizzi-places .places-gallery p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin: 0 0 0;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-invernizzi-places .places-gallery p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-invernizzi-places .places-gallery p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-invernizzi-places .places-gallery p strong,
.sec-invernizzi-places .places-gallery p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-invernizzi-places .places-gallery p strong,
  .sec-invernizzi-places .places-gallery p a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-invernizzi-places .places-gallery p strong,
  .sec-invernizzi-places .places-gallery p a {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-invernizzi-places .places-gallery ul.palazzo-gallery {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 767px) {
  .sec-invernizzi-places .places-gallery ul.palazzo-gallery {
    column-gap: 10px;
    row-gap: 10px;
  }
}
.sec-invernizzi-places .places-gallery ul.palazzo-gallery li {
  display: inline-block;
}
.sec-invernizzi-places .places-gallery ul.palazzo-gallery li:nth-child(3n) {
  grid-column: span 2;
}
.sec-invernizzi-places .places-gallery ul.palazzo-gallery li a img {
  width: 100%;
  height: 100%;
}

.sec-photo-frame {
  padding: 0 0 6px;
}
.sec-photo-frame.frame-house .gallery-wrapper {
  margin: 0 auto 33px;
}
.sec-photo-frame .content {
  margin-bottom: 50px;
}
.sec-photo-frame .content h2 {
  margin-bottom: 23px;
}
.sec-photo-frame .content p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-photo-frame .content p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-photo-frame .content p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-photo-frame .content p strong,
.sec-photo-frame .content p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-photo-frame .content p strong,
  .sec-photo-frame .content p a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-photo-frame .content p strong,
  .sec-photo-frame .content p a {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-photo-frame .gallery-wrapper {
  max-width: 870px;
  margin: 0 auto 79px;
}
@media screen and (max-width: 991px) {
  .sec-photo-frame .gallery-wrapper {
    margin: 0 auto 20px;
  }
}
.sec-photo-frame .gallery-wrapper .img-wrapper img {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec-photo-frame .gallery-wrapper .img-wrapper img {
    margin-bottom: 15px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec-photo-frame .gallery-wrapper .img-wrapper img.small-img {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .sec-photo-frame .gallery-wrapper .img-wrapper img {
    height: 300px;
    object-fit: cover;
  }
}

.sec-our-contact {
  padding: 80px 0 78px;
}
@media screen and (max-width: 991px) {
  .sec-our-contact {
    padding: 40px 0 34px;
  }
}
.sec-our-contact p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-our-contact p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-our-contact p {
    font-size: 12px;
    line-height: 20px;
  }
}
.sec-our-contact p strong,
.sec-our-contact p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-our-contact p strong,
  .sec-our-contact p a {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .sec-our-contact p strong,
  .sec-our-contact p a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .sec-our-contact p {
    margin: 20px 0 0;
  }
}
.sec-our-contact p a {
  color: #23aa9e;
}

.sec-advise {
  padding: 33px 0 20px;
}
.sec-advise.pt-86 {
  padding: 86px 0 20px;
}
.sec-advise .container > h2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .sec-advise .container > h2 {
    margin-bottom: 25px;
    text-align: center;
  }
}
.sec-advise .col-md-6 {
  margin-bottom: 80px;
}
.sec-advise .col-md-6:nth-of-type(2n + 1) {
  padding-right: 25px;
}
.sec-advise .col-md-6:nth-of-type(2n + 2) {
  padding-left: 25px;
}

.sec-president-emeritus {
  padding: 85px 0 74px;
  background: #f3f3f3;
}
@media screen and (max-width: 991px) {
  .sec-president-emeritus {
    padding: 40px 0;
  }
}
.sec-president-emeritus.founders-president-emeritus {
  background: #23aa9e;
}

.adviser-card {
  display: grid;
  grid-template-columns: 150px auto;
  align-items: self-start;
  column-gap: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .adviser-card {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .adviser-card {
    grid-template-columns: 120px auto;
  }
}
@media screen and (max-width: 767px) {
  .adviser-card {
    display: block;
    text-align: center;
    margin-bottom: 40px;
  }
}
.adviser-card.no-margin {
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .adviser-card.no-margin {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .adviser-card.no-margin {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .adviser-card.white .user-img {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
  }
}
.adviser-card.white .user-img img {
  border-color: #ffffff;
}
.adviser-card.white .content-wrapper h2,
.adviser-card.white .content-wrapper h3,
.adviser-card.white .content-wrapper p {
  color: #ffffff;
}
.adviser-card .user-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid #23aa9e;
  display: block;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .adviser-card .user-img img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .adviser-card .user-img img {
    margin: 0 auto 10px;
  }
}
.adviser-card .user-img img:not(:first-of-type) {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .adviser-card .user-img img:not(:first-of-type) {
    margin-top: 0;
  }
}
.adviser-card .content-wrapper h2 {
  margin-bottom: 15px;
  font-weight: 700;
}
.adviser-card .content-wrapper h3 {
  margin-bottom: 2px;
}
.adviser-card .content-wrapper p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .adviser-card .content-wrapper p br {
    display: none;
  }
}

.sec-template-page {
  padding: 40px 0;
}
.sec-template-page .article-content {
  margin: 30px 0 0;
}
.sec-template-page .article-content p {
  margin: 10px 0;
}
.sec-template-page .article-content h1 {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .sec-template-page .article-content h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .sec-template-page .article-content h1 {
    font-size: 22px;
    line-height: 32px;
  }
}
.sec-template-page .article-content h2 {
  margin: 12px 0;
  font-size: 25px;
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .sec-template-page .article-content h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.sec-template-page .article-content h3 {
  margin: 12px 0;
}
@media screen and (max-width: 767px) {
  .sec-template-page .article-content h3 {
    font-size: 16px;
    line-height: 23px;
  }
}
.sec-template-page .article-content strong {
  font-weight: 600;
}
.sec-template-page .article-content ul {
  margin: 10px 0 20px;
}
.sec-template-page .article-content ul li {
  position: relative;
  padding-left: 20px;
}
.sec-template-page .article-content ul li:not(:last-of-type) {
  margin: 0 0 6px;
}
.sec-template-page .article-content ul li:before {
  content: "";
  background: #23aa9e;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 8px;
}
.sec-template-page .article-content ol {
  padding: 0 0 0 12px;
  margin: 10px 0 20px;
}
.sec-template-page .article-content ol li {
  font-size: 14px;
  line-height: 23px;
  color: #333333;
}
.sec-template-page .article-content ol li:not(:last-of-type) {
  margin: 0 0 6px;
}
.sec-template-page .article-content table {
  border: 1px solid #d7d5d2;
  margin: 20px 0;
}
.sec-template-page .article-content table tr:nth-of-type(even) td {
  background: #f7f5f2;
}
.sec-template-page .article-content table tr th {
  background-color: #f7f5f2;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 15px;
}
.sec-template-page .article-content table tr td {
  border: 1px solid #d7d5d2;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 15px;
}
.sec-template-page .article-content .img-wrapper {
  margin: 20px 0;
}
.sec-template-page .article-content .img-wrapper img {
  width: 100%;
  object-fit: cover;
}

.sec-boxes {
  padding: 73px 0 80px;
}
.sec-boxes .custom-box {
  padding: 15px;
  border-radius: 8px;
  border: 0px;
  background-color: #f3f3f3;
}
.sec-boxes .sec-category {
  margin-bottom: 30px;
}

.news-page .sec-news-page {
  padding: 50px 0 80px;
}
@media screen and (max-width: 991px) {
  .news-page .sec-news-page {
    padding: 0px 0 50px;
  }
}
.news-page .sec-news-page .container {
  max-width: 840px !important;
}
.news-page .sec-news-page .news-page-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .news-page .sec-news-page .news-page-title {
    margin-bottom: 10px;
  }
}
.news-page .sec-news-page .news-page-title h2 {
  font-weight: 400;
  color: #23aa9e;
}
@media screen and (max-width: 767px) {
  .news-page .sec-news-page .news-page-title h2 {
    margin-bottom: 25px;
  }
}
.news-page .sec-news-page .news-category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .news-page .sec-news-page .news-category-tabs {
    margin-bottom: 30px;
    gap: 8px;
  }
}
.news-page .sec-news-page .news-category-tabs .news-cat-tab {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #23aa9e;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #23aa9e;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .news-page .sec-news-page .news-category-tabs .news-cat-tab {
    padding: 6px 14px;
    font-size: 13px;
  }
}
.news-page .sec-news-page .news-category-tabs .news-cat-tab:hover, .news-page .sec-news-page .news-category-tabs .news-cat-tab.active {
  background: #23aa9e;
  color: #ffffff;
}
.news-page .sec-news-page .news-year-group {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .news-page .sec-news-page .news-year-group {
    margin-bottom: 30px;
  }
}
.news-page .sec-news-page .news-year-group .news-year-heading {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .news-page .sec-news-page .news-year-group .news-year-heading {
    margin-bottom: 34px;
  }
}
.news-page .sec-news-page .news-year-group .news-year-heading h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #23aa9e;
  margin: 0;
  white-space: nowrap;
  padding: 0 0 0 6px;
}
@media screen and (max-width: 767px) {
  .news-page .sec-news-page .news-year-group .news-year-heading h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.news-page .sec-news-page .news-year-group .news-year-heading .year-line {
  display: block;
  width: 100%;
  height: 15px;
  background: #23aa9e;
  border-radius: 0 10px 10px 10px;
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  .news-page .sec-news-page .news-year-group .news-year-heading .year-line {
    height: 12px;
  }
}
.news-page .sec-news-page .news-cards-row .col-lg-4.col-md-6 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .news-page .sec-news-page .news-cards-row .col-lg-4.col-md-6 {
    margin-bottom: 34px;
  }
}
.news-page .sec-news-page .news-card .news-card-img {
  overflow: hidden;
  border-radius: 12px;
}
.news-page .sec-news-page .news-card .news-card-img img {
  width: 100%;
  height: 153px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .news-page .sec-news-page .news-card .news-card-img img {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .news-page .sec-news-page .news-card .news-card-img img {
    height: 214px;
  }
}
.news-page .sec-news-page .news-card:hover .news-card-img img {
  transform: scale(1.05);
}
.news-page .sec-news-page .news-card .news-card-content {
  padding: 10px 8px;
}
.news-page .sec-news-page .news-card .news-card-content .news-date {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #23aa9e;
}
.news-page .sec-news-page .news-card .news-card-content p {
  font-size: 14px;
  line-height: 130%;
  color: #333333;
  margin: 4px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.events-page .sec-events-page {
  padding: 50px 0 80px;
}
@media screen and (max-width: 991px) {
  .events-page .sec-events-page {
    padding: 0px 0 50px;
  }
}
.events-page .sec-events-page .container {
  max-width: 840px !important;
}
.events-page .sec-events-page .events-page-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .events-page .sec-events-page .events-page-title {
    margin-bottom: 10px;
  }
}
.events-page .sec-events-page .events-page-title h2 {
  font-weight: 400;
  color: #23aa9e;
}
@media screen and (max-width: 767px) {
  .events-page .sec-events-page .events-page-title h2 {
    margin-bottom: 25px;
  }
}
.events-page .sec-events-page .events-year-group {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .events-page .sec-events-page .events-year-group {
    margin-bottom: 0px;
  }
}
.events-page .sec-events-page .events-year-group .events-year-heading {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .events-page .sec-events-page .events-year-group .events-year-heading {
    margin-bottom: 34px;
  }
}
.events-page .sec-events-page .events-year-group .events-year-heading h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #23aa9e;
  margin: 0;
  white-space: nowrap;
  padding: 0 0 0 6px;
}
@media screen and (max-width: 767px) {
  .events-page .sec-events-page .events-year-group .events-year-heading h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.events-page .sec-events-page .events-year-group .events-year-heading .year-line {
  display: block;
  width: 100%;
  height: 15px;
  background: #23aa9e;
  border-radius: 0 10px 10px 10px;
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  .events-page .sec-events-page .events-year-group .events-year-heading .year-line {
    height: 12px;
  }
}
.events-page .sec-events-page .events-cards-row .col-lg-4.col-md-6 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .events-page .sec-events-page .events-cards-row .col-lg-4.col-md-6 {
    margin-bottom: 34px;
  }
}
.events-page .sec-events-page .events-card .events-card-img {
  border-radius: 10px;
  overflow: hidden;
}
.events-page .sec-events-page .events-card .events-card-img img {
  width: 100%;
  height: 153px;
  object-fit: cover;
  display: block;
  border-radius: 12px;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 1199px) {
  .events-page .sec-events-page .events-card .events-card-img img {
    height: 180px;
  }
}
@media screen and (max-width: 767px) {
  .events-page .sec-events-page .events-card .events-card-img img {
    height: 214px;
  }
}
.events-page .sec-events-page .events-card:hover .events-card-img img {
  transform: scale(1.05);
}
.events-page .sec-events-page .events-card .events-card-content {
  padding: 10px 8px;
}
.events-page .sec-events-page .events-card .events-card-content .events-date {
  display: block;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #23aa9e;
}
.events-page .sec-events-page .events-card .events-card-content p {
  font-size: 14px;
  line-height: 130%;
  color: #333333;
  margin: 4px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pubblicazioni-page .sec-pubblicazioni-page {
  padding: 50px 0 80px;
}
@media screen and (max-width: 991px) {
  .pubblicazioni-page .sec-pubblicazioni-page {
    padding: 0 0 50px;
  }
}
.pubblicazioni-page .sec-pubblicazioni-page .container {
  max-width: 940px !important;
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazioni-page-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pubblicazioni-page .sec-pubblicazioni-page .pubblicazioni-page-title {
    margin-bottom: 10px;
  }
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazioni-page-title h2 {
  font-weight: 400;
  color: #23aa9e;
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazioni-year-group {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .pubblicazioni-page .sec-pubblicazioni-page .pubblicazioni-year-group {
    margin-bottom: 30px;
  }
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazioni-year-group .news-year-heading {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .pubblicazioni-page .sec-pubblicazioni-page .pubblicazioni-year-group .news-year-heading {
    margin-bottom: 34px;
  }
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazioni-year-group .news-year-heading h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #23aa9e;
  margin: 0;
  white-space: nowrap;
  padding: 0 0 0 6px;
}
@media screen and (max-width: 767px) {
  .pubblicazioni-page .sec-pubblicazioni-page .pubblicazioni-year-group .news-year-heading h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazioni-year-group .news-year-heading .year-line {
  display: block;
  width: 100%;
  height: 15px;
  background: #23aa9e;
  border-radius: 0 10px 10px 10px;
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  .pubblicazioni-page .sec-pubblicazioni-page .pubblicazioni-year-group .news-year-heading .year-line {
    height: 12px;
  }
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazioni-year-group .pubblicazioni-year-heading {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .pubblicazioni-page .sec-pubblicazioni-page .pubblicazioni-year-group .pubblicazioni-year-heading {
    margin-bottom: 24px;
  }
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazioni-year-group .pubblicazioni-year-heading h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #23aa9e;
  margin: 0;
  white-space: nowrap;
  padding: 0 0 0 6px;
}
@media screen and (max-width: 767px) {
  .pubblicazioni-page .sec-pubblicazioni-page .pubblicazioni-year-group .pubblicazioni-year-heading h2 {
    font-size: 30px;
  }
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazioni-year-group .pubblicazioni-year-heading .year-line {
  display: block;
  width: 100%;
  height: 15px;
  background: #23aa9e;
  border-radius: 0 10px 10px 10px;
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  .pubblicazioni-page .sec-pubblicazioni-page .pubblicazioni-year-group .pubblicazioni-year-heading .year-line {
    height: 12px;
  }
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazione-card {
  border-right: 1px solid #dedede;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazione-card .pubblicazione-cover-link {
  display: block;
  width: 100%;
  text-decoration: none;
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazione-card .pubblicazione-cover {
  width: 100%;
  margin-bottom: 12px;
  height: 300px;
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazione-card .pubblicazione-cover img {
  max-width: 100%;
  width: auto;
  height: 300px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .pubblicazioni-page .sec-pubblicazioni-page .pubblicazione-card .pubblicazione-cover img {
    max-height: 140px;
  }
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazione-card:hover .pubblicazione-cover img {
  transform: scale(1.04);
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazione-card .pubblicazione-cover-placeholder {
  width: 100%;
  height: 180px;
  background: #f3f3f3;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazione-card .pubblicazione-cover-placeholder span {
  font-size: 13px;
  color: #333333;
  line-height: 140%;
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazione-card .pubblicazione-info {
  width: 100%;
  margin-top: 50px !important;
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazione-card .pubblicazione-info .pubblicazione-title {
  color: #22aa9e;
  font-size: 14px !important;
  margin: 2px;
  font-weight: 400;
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazione-card .pubblicazione-info p {
  color: #22aa9e;
  font-size: 14px !important;
  margin: 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazione-card .pubblicazione-info .pubblicazione-subtitle {
  color: #22aa9e;
  font-size: 14px !important;
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazione-card .pubblicazione-info .pubblicazione-subtitle p {
  color: #22aa9e;
  font-size: 14px !important;
  margin: 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pubblicazioni-page .sec-pubblicazioni-page .pubblicazione-card .pubblicazione-info .pubblicazione-author {
  font-size: 11px;
  color: #888888;
  margin: 0;
  font-style: italic;
}
.pubblicazioni-page .sec-pubblicazioni-page .no-pub-found {
  color: #999;
  font-size: 16px;
}

.news-detail-page.events-detail-page .sec-news-detail .container {
  max-width: 900px;
}
.news-detail-page .news-detail-banner {
  padding: 140px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .news-detail-page .news-detail-banner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .news-detail-page .news-detail-banner {
    padding: 40px 0;
  }
}
.news-detail-page .news-detail-banner .news-detail-banner-content {
  text-align: center;
  position: relative;
  z-index: 2;
}
.news-detail-page .news-detail-banner .news-detail-banner-content h2 {
  font-weight: 500;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  margin-bottom: 4px;
  color: #ffffff;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .news-detail-page .news-detail-banner .news-detail-banner-content h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .news-detail-page .news-detail-banner .news-detail-banner-content h2 {
    font-size: 18px;
    line-height: 110%;
  }
}
.news-detail-page .news-detail-banner .news-detail-banner-content p {
  font-size: 40px;
  line-height: 140%;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 767px) {
  .news-detail-page .news-detail-banner .news-detail-banner-content p {
    font-size: 18px;
    line-height: 140%;
  }
}
.news-detail-page .news-detail-banner::after {
  content: "";
  background-color: rgba(35, 170, 158, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.news-detail-page .sec-news-detail {
  padding: 38px 0 80px;
}
@media screen and (max-width: 991px) {
  .news-detail-page .sec-news-detail {
    padding: 36px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail {
    padding: 25px 8px 40px;
  }
}
.news-detail-page .sec-news-detail .container {
  max-width: 850px;
}
.news-detail-page .sec-news-detail .news-title-wrapper {
  margin: 0 0 36px;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .news-title-wrapper {
    margin: 0 0 7px;
  }
}
.news-detail-page .sec-news-detail .news-title-wrapper h3 {
  color: #23aa9e;
  font-size: 28px;
  line-height: 140%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .news-title-wrapper h3 {
    font-size: 20px;
    line-height: 120%;
  }
}
.news-detail-page .sec-news-detail .news-detail-main {
  padding-right: 60px;
}
@media screen and (max-width: 991px) {
  .news-detail-page .sec-news-detail .news-detail-main {
    padding-right: 0;
  }
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body p {
  font-size: 18px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .news-detail-main .news-detail-body p {
    font-size: 12px;
    line-height: 130%;
  }
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body p strong {
  font-size: 18px;
  line-height: 140%;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .news-detail-main .news-detail-body p strong {
    font-size: 12px;
    line-height: 130%;
  }
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body p a {
  text-decoration: underline;
  color: #666666;
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body p a strong {
  color: #666666;
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body > img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  display: block;
  margin: 30px 0 35px;
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body ul li {
  display: list-item;
  list-style-type: disc;
  margin-left: 20px;
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body ol li {
  display: list-item;
  list-style-type: decimal;
  margin-left: 20px;
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body ul li,
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body ol li {
  font-size: 18px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .news-detail-main .news-detail-body ul li,
  .news-detail-page .sec-news-detail .news-detail-main .news-detail-body ol li {
    font-size: 12px;
    line-height: 130%;
  }
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body ul li strong,
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body ol li strong {
  font-size: 18px;
  line-height: 140%;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .news-detail-main .news-detail-body ul li strong,
  .news-detail-page .sec-news-detail .news-detail-main .news-detail-body ol li strong {
    font-size: 12px;
    line-height: 130%;
  }
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body ul li a,
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body ol li a {
  text-decoration: underline;
  color: #666666;
  font-size: 18px;
  line-height: 140%;
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body ul li a strong,
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body ol li a strong {
  color: #666666;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .news-detail-main .news-detail-body ul li a,
  .news-detail-page .sec-news-detail .news-detail-main .news-detail-body ol li a {
    font-size: 12px;
    line-height: 130%;
  }
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .news-detail-main .news-detail-body h2 {
    font-size: 18px;
    line-height: 120%;
  }
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body h2 strong {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  color: #23aa9e;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .news-detail-main .news-detail-body h2 strong {
    font-size: 18px;
    line-height: 120%;
  }
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body h3 {
  font-size: 18px;
  line-height: 140%;
  color: #23aa9e;
  font-weight: 700;
  margin: 23px 0 10px;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .news-detail-main .news-detail-body h3 {
    font-size: 14px;
    line-height: 120%;
  }
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body h3 strong {
  font-size: 18px;
  line-height: 140%;
  color: #23aa9e;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .news-detail-main .news-detail-body h3 {
    font-size: 14px;
    line-height: 120%;
  }
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body table {
  border: 1px solid #d7d5d2;
  margin: 20px 0;
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body table tr:nth-of-type(even) td {
  background: #f7f5f2;
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body table tr th {
  background-color: #f7f5f2;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 15px;
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-body table tr td {
  border: 1px solid #d7d5d2;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 15px;
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-img {
  margin: 30px 0 35px;
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
  display: block;
}
.news-detail-page .sec-news-detail .news-detail-main .news-detail-program-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #23aa9e;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .news-detail-main .news-detail-program-title {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .program-events-wrapper {
    margin-top: 36px;
  }
}
.news-detail-page .sec-news-detail .program-events-wrapper .news-detail-program-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #23aa9e;
  margin-bottom: 5px;
}
.news-detail-page .sec-news-detail .program-events-wrapper .news-detail-schedule {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.news-detail-page .sec-news-detail .program-events-wrapper .schedule-item {
  display: grid;
  grid-template-columns: 55px 1fr;
  column-gap: 12px;
  padding: 10px 0;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .program-events-wrapper .schedule-item {
    display: block;
    padding: 4px 0;
  }
}
.news-detail-page .sec-news-detail .program-events-wrapper .schedule-item .schedule-time {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #333333;
  white-space: nowrap;
  padding-top: 1px;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .program-events-wrapper .schedule-item .schedule-time {
    font-size: 12px;
    lien-height: 140%;
  }
}
.news-detail-page .sec-news-detail .program-events-wrapper .schedule-item .schedule-desc {
  font-size: 18px;
  line-height: 140%;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .program-events-wrapper .schedule-item .schedule-desc {
    font-size: 12px;
    lien-height: 140%;
  }
}
.news-detail-page .sec-news-detail .program-events-wrapper .schedule-item .schedule-desc strong {
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .program-events-wrapper .schedule-item .schedule-desc strong {
    font-size: 12px;
    lien-height: 140%;
  }
}
.news-detail-page .sec-news-detail .sidebar-info-box .sidebar-info-title {
  font-weight: 800;
  font-size: 30px;
  line-height: 140%;
  color: #23aa9e;
  margin: 0 0 23px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .sidebar-info-box .sidebar-info-title {
    font-size: 24px;
    line-height: 140%;
    margin: 0 0 19px;
  }
}
.news-detail-page .sec-news-detail .sidebar-info-box .sidebar-info-title::after {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 7px;
  width: 100%;
  height: 5px;
  background: #23aa9e;
  border-radius: 0 50px 50px 50px;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .sidebar-info-box .sidebar-info-title::after {
    bottom: 4px;
  }
}
.news-detail-page .sec-news-detail .sidebar-info-box .sidebar-info-row {
  display: grid;
  grid-template-columns: 71px 1fr;
  column-gap: 9px;
  align-items: center;
}
.news-detail-page .sec-news-detail .sidebar-info-box .sidebar-info-row:not(:last-child) {
  margin: 0 0 6px;
}
.news-detail-page .sec-news-detail .sidebar-info-box .sidebar-info-row .label {
  background: #f3f3f3;
  padding: 3px 6px;
}
.news-detail-page .sec-news-detail .sidebar-info-box .sidebar-info-row .label span {
  color: #333333;
  font-size: 14px;
  line-height: 110%;
  font-weight: 600;
}
.news-detail-page .sec-news-detail .sidebar-info-box .sidebar-info-row .sidebar-info-value {
  font-size: 14px;
  line-height: 110%;
  color: #333333;
  display: inline-block;
}
.news-detail-page .sec-news-detail .sidebar-info-box .sidebar-info-row .sidebar-info-value a {
  font-size: 14px;
  line-height: 110%;
  color: #333333;
  text-decoration: underline;
}
.news-detail-page .sec-news-detail .sidebar-info-box .sidebar-info-row .sidebar-info-value a:hover {
  color: rgb(26.2926829268, 127.7073170732, 118.6926829268);
}
.news-detail-page .sec-news-detail .sidebar-info-box .prenota-wrapper {
  margin: 40px 0 0;
}
.news-detail-page .sec-news-detail .sidebar-info-box .prenota-wrapper .sidebar-prenota-btn {
  font-size: 24px;
  line-height: 140%;
  font-weight: 800;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  background: #23aa9e;
  border-radius: 10px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .sidebar-info-box .prenota-wrapper .sidebar-prenota-btn {
    font-size: 20px;
    line-height: 140%;
    padding: 7px 10px;
  }
}
.news-detail-page .sec-news-detail .sidebar-info-box .prenota-wrapper .sidebar-prenota-note {
  font-size: 14px;
  line-height: 120%;
  color: #999999;
  text-align: center;
  margin: 13px 10px 47px;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .sidebar-info-box .prenota-wrapper .sidebar-prenota-note {
    margin: 16px 30px 27px;
    font-size: 12px;
    line-height: 130%;
  }
}
.news-detail-page .sec-news-detail .sidebar-info-box .prenota-wrapper .sidebar-prenota-note strong {
  font-size: 14px;
  line-height: 120%;
  color: #999999;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .sidebar-info-box .prenota-wrapper .sidebar-prenota-note strong {
    font-size: 12px;
    line-height: 130%;
  }
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .sidebar-info-box .prenota-wrapper .sidebar-downloads ul.list {
    text-align: center;
  }
}
.news-detail-page .sec-news-detail .sidebar-info-box .prenota-wrapper .sidebar-downloads ul.list li:not(:last-child) {
  margin: 0 0 11px;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .sidebar-info-box .prenota-wrapper .sidebar-downloads ul.list li:not(:last-child) {
    margin: 0 0 14px;
  }
}
.news-detail-page .sec-news-detail .sidebar-info-box .prenota-wrapper .sidebar-downloads ul.list li .sidebar-download-link {
  display: grid;
  grid-template-columns: 48px auto;
  gap: 7px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .sidebar-info-box .prenota-wrapper .sidebar-downloads ul.list li .sidebar-download-link {
    grid-template-columns: 35px auto;
  }
}
.news-detail-page .sec-news-detail .sidebar-info-box .prenota-wrapper .sidebar-downloads ul.list li .sidebar-download-link .img-wrapper img,
.news-detail-page .sec-news-detail .sidebar-info-box .prenota-wrapper .sidebar-downloads ul.list li .sidebar-download-link .img-wrapper svg {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .news-detail-page .sec-news-detail .sidebar-info-box .prenota-wrapper .sidebar-downloads ul.list li .sidebar-download-link .img-wrapper img,
  .news-detail-page .sec-news-detail .sidebar-info-box .prenota-wrapper .sidebar-downloads ul.list li .sidebar-download-link .img-wrapper svg {
    width: 35px;
    height: 35px;
  }
}
.news-detail-page .sec-news-detail .sidebar-info-box .prenota-wrapper .sidebar-downloads ul.list li .sidebar-download-link .text p {
  color: #999999;
  text-decoration: underline;
  font-size: 14px;
  line-height: 120%;
  font-weight: 400;
  margin: 0 0;
}

.podcast-detail-page .sec-banner {
  padding: 300px 0;
}
@media screen and (max-width: 767px) {
  .podcast-detail-page .sec-banner {
    padding: 100px 0;
  }
}
.podcast-detail-page .sec-banner::after {
  display: none;
}
.podcast-detail-page .sec-news-detail .container {
  max-width: 930px;
}
.podcast-detail-page .sec-news-detail .news-title-wrapper {
  margin: 0 0 23px;
}
@media screen and (max-width: 767px) {
  .podcast-detail-page .sec-news-detail .news-title-wrapper {
    margin: 0 0 10px;
  }
}
.podcast-detail-page .sidebar-info-box .title-wrapper .sidebar-info-title {
  font-size: 22px;
  line-height: 140%;
  margin: 0 0 17px;
}
.podcast-detail-page .sidebar-info-box .title-wrapper .sidebar-info-title::after {
  bottom: -3px;
  border-radius: 0 50px 50px 50px;
}
.podcast-detail-page .sidebar-info-box .title-wrapper p {
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .podcast-detail-page .sidebar-info-box .title-wrapper p {
    font-size: 12px;
  }
}
.podcast-detail-page .sidebar-info-box .title-wrapper p strong {
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .podcast-detail-page .sidebar-info-box .title-wrapper p strong {
    line-height: 130%;
  }
}
.podcast-detail-page .podcast-episodes-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 23px;
}
.podcast-detail-page .podcast-episodes-list .podcast-img-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

.cultural-activities-page {
  padding: 43px 0 0;
}
.cultural-activities-page .container {
  max-width: 900px;
}
.cultural-activities-page .news-year-heading {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .cultural-activities-page .news-year-heading {
    margin-bottom: 34px;
  }
}
.cultural-activities-page .news-year-heading h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #23aa9e;
  margin: 0;
  white-space: nowrap;
  padding: 0 0 0 6px;
}
@media screen and (max-width: 767px) {
  .cultural-activities-page .news-year-heading h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
.cultural-activities-page .news-year-heading h2 font {
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  color: #23aa9e;
  margin: 0;
  white-space: nowrap;
  padding: 0 0 0 6px;
}
@media screen and (max-width: 767px) {
  .cultural-activities-page .news-year-heading h2 font {
    font-size: 30px;
    line-height: 38px;
  }
}
.cultural-activities-page .news-year-heading .year-line {
  display: block;
  width: 100%;
  height: 15px;
  background: #23aa9e;
  border-radius: 0 10px 10px 10px;
  margin-top: -9px;
}
@media screen and (max-width: 767px) {
  .cultural-activities-page .news-year-heading .year-line {
    height: 12px;
  }
}
.sec-video-banner {
  padding: 32px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-video-banner {
    padding: 0;
  }
}
.sec-video-banner .container-fluid {
  padding: 0;
}
.sec-video-banner .video-wrapper iframe, .sec-video-banner .video-wrapper video {
  width: 100%;
  height: calc(100vh - 141px);
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec-video-banner .video-wrapper iframe, .sec-video-banner .video-wrapper video {
    height: 232px;
  }
}

.news-detail-page.events-detail-page .sec-news-detail .news-detail-main .news-detail-body img {
  max-width: 670px !important;
}

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