.container {
  max-width: 1440px;
  margin: auto;
}

#header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  padding-top: 40px;
  z-index: 9999;
  webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .container {
  position: relative;
}
@media (min-width: 1020px) {
  #header .container .menu {
    display: inline-block;
  }
}
#header .container .logo {
  position: absolute;
  left: 15px;
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  top: 13px;
  webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1020px) {
  #header .container .logo {
    top: 18px;
    height: 50px;
  }
}
#header .container .logo img {
  height: 50px;
  webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1020px) {
  #header .container .logo img {
    height: 40px;
  }
}
#header .container .logo .logo-white {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .container .header-menu {
  text-align: right;
  padding: 5px 0;
}
@media (max-width: 1020px) {
  #header .container .header-menu {
    padding: 15px;
    padding-top: 45px;
  }
}
#header .container .header-menu ul {
  text-align: right;
  display: inline-block;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 20px 0px 0px;
}
@media (max-width: 1020px) {
  #header .container .header-menu ul {
    padding: 0;
    text-align: left;
    width: 100%;
  }
}
#header .container .header-menu ul li {
  display: inline-block;
  margin-left: 20px;
  padding-bottom: 20px;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /*&.current-menu-item,*/
}
@media (max-width: 1020px) {
  #header .container .header-menu ul li {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #fff;
    margin: 0;
  }
}
#header .container .header-menu ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1020px) {
  #header .container .header-menu ul li a {
    color: #333 !important;
  }
}
#header .container .header-menu ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  bottom: 13px;
  left: 0;
  right: 0;
  margin: auto;
  webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1020px) {
  #header .container .header-menu ul li:before {
    display: none;
  }
}
#header .container .header-menu ul li:hover:before, #header .container .header-menu ul li.active:before {
  width: 100%;
  webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .container .header-menu ul li:hover a, #header .container .header-menu ul li.active a {
  webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .container #top_language_list {
  display: inline-block;
  color: #fff;
  position: relative;
  margin-left: 20px;
}
@media (max-width: 1020px) {
  #header .container #top_language_list {
    margin: 0;
    display: block;
    width: 100%;
  }
}
@media (max-width: 1020px) {
  #header .container #top_language_list ul {
    display: block;
    width: 100%;
  }
}
#header .container #top_language_list ul li {
  text-transform: capitalize;
}
@media (max-width: 1020px) {
  #header .container #top_language_list ul li {
    display: inline-block;
    width: auto;
    color: #333;
  }
  #header .container #top_language_list ul li.active:before {
    display: block !important;
    width: 30px;
    bottom: 5px;
    background-color: #333;
  }
}
#header .container #top_language_list ul li img {
  margin-right: 7px;
}
#header .container #top_language_list:before {
  content: "";
  display: block;
  width: 2px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1020px) {
  #header .container #top_language_list:before {
    display: none;
  }
}
#header.sticky, #header.header-fixed {
  background-color: #fff;
  padding-top: 0;
  box-shadow: 0px -10px 22px 0px rgba(51, 51, 51, 0.5);
  webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header.sticky .container .logo, #header.header-fixed .container .logo {
  height: 40px;
  top: 18px;
  webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header.sticky .container .logo img, #header.header-fixed .container .logo img {
  height: 40px;
  opacity: 0;
  visibility: hidden;
  webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header.sticky .container .logo .logo-white, #header.header-fixed .container .logo .logo-white {
  opacity: 1;
  visibility: visible;
  webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header.sticky .header-menu ul li:before, #header.header-fixed .header-menu ul li:before {
  background-color: #333;
}
#header.sticky .header-menu ul li a, #header.header-fixed .header-menu ul li a {
  color: #333;
}
#header.sticky #top_language_list, #header.header-fixed #top_language_list {
  color: #333;
}
#header.sticky #top_language_list:before, #header.header-fixed #top_language_list:before {
  background-color: #333;
  webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header.sticky #mobileMenu span, #header.header-fixed #mobileMenu span {
  background-color: #333;
}
@media (max-width: 1020px) {
  #header.sticky .for-mobile, #header.header-fixed .for-mobile {
    background-color: #fff;
  }
}
@media (max-width: 1020px) {
  #header {
    height: 70px;
    top: 0;
    padding-top: 0;
  }
}

#mobileMenu {
  display: none;
}
@media (max-width: 1020px) {
  #mobileMenu {
    display: block;
    z-index: 99999;
  }
}

#mobileMenu {
  margin: 0;
  position: absolute;
  right: 15px;
  top: 22px;
  bottom: 0;
  width: 35px;
  height: 30px;
  cursor: pointer;
}

#mobileMenu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

/* Icon 3 */
#mobileMenu span:nth-child(1) {
  top: 0px;
}

#mobileMenu span:nth-child(2), #mobileMenu span:nth-child(3) {
  top: 10px;
}

#mobileMenu span:nth-child(4) {
  top: 20px;
}

#mobileMenu.open span {
  background-color: #333;
}

#mobileMenu.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mobileMenu.open span:nth-child(2) {
  transform: rotate(45deg);
}

#mobileMenu.open span:nth-child(3) {
  transform: rotate(-45deg);
}

#mobileMenu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media (max-width: 1020px) {
  .for-mobile {
    position: fixed;
    width: 300px;
    height: 100%;
    background: #fff;
    right: -310px;
    padding-top: 15px;
    box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
    webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .for-mobile.openMenu {
    right: 0px;
    overflow: auto;
    webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.site-footer {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #00cf95;
}
.site-footer__wrapper {
  display: grid;
  gap: 2.4rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 576px) {
  .site-footer__wrapper {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }
}
@media (min-width: 767px) {
  .site-footer__wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.site-footer__desc {
  color: #fff;
}
@media (min-width: 576px) {
  .site-footer__desc {
    padding-right: 5rem;
  }
}
.site-footer h3 {
  font-size: 2.4rem;
  margin: 0 0 1rem;
  color: #fff;
}
.site-footer ul {
  padding: 0;
  margin: 0;
}
.site-footer ul li {
  list-style-type: none;
}
.site-footer ul li a {
  color: #fff;
  text-decoration: none;
}
.site-footer ul li img {
  height: 3rem;
}
.site-footer__social ul li {
  display: inline-block;
  margin-right: 1rem;
}
.site-footer__social ul li:last-child {
  margin-right: 0;
}
.site-footer__copy {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 1px solid #fff;
  text-align: center;
  color: #fff;
}
.site-footer__copy p {
  margin: 0;
  font-size: 1.4rem;
}

.social-fixed {
  height: auto;
  width: 0px;
  position: fixed;
  text-align: center;
  top: 35vh;
  padding: 10px;
  z-index: 12;
}
.social-fixed a {
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  line-height: 3;
}
.social-fixed p {
  color: white;
  margin: 0px;
  font-weight: bold;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
}
.social-fixed p i {
  right: 12px;
  top: 13px;
  position: absolute;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
}
.social-fixed .social {
  margin-left: -200px;
  width: 230px;
  padding: 0;
  position: relative;
  display: inline-table;
  height: 0px;
  background-color: rgba(128, 128, 128, 0.73);
  -moz-transition-property: margin-left;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-property: margin-left;
  -ms-transition-duration: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-property: margin-left;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  box-shadow: 0px 0px 6px 0px #3E3D3D;
  cursor: pointer;
}
.social-fixed .social:hover {
  margin-left: -30px;
  width: 230px;
}

.hero {
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (min-width: 992px) {
  .hero {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
}
.hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.hero__wrapper {
  display: grid;
  position: relative;
  z-index: 1;
  color: #fff;
  gap: 4rem;
  align-items: center;
}
@media (min-width: 1020px) {
  .hero__wrapper {
    grid-template-columns: 0.5fr 1.2fr;
    gap: 10rem;
  }
}
@media (min-width: 1440px) {
  .hero__wrapper {
    grid-template-columns: 0.8fr 1.2fr;
  }
}
.hero__without-form {
  padding-top: 16rem;
  padding-bottom: 12rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.hero__without-form .hero__wrapper {
  grid-template-columns: 1fr;
  text-align: center;
  max-width: 930px;
  margin: auto;
}
.hero__with-form .hero__wrapper > div:last-child {
  padding: 2rem;
  border-radius: 1.5rem;
  background: #fff;
  color: #000;
}
@media (max-width: 563px) {
  .hero__with-form .hero__wrapper > div:last-child {
    margin-top: -2rem;
    box-shadow: 0px 0px 22px 0px rgba(51, 51, 51, 0.5);
  }
}
@media (max-width: 563px) {
  .hero__with-form {
    background-size: auto 90rem;
    background-position: top;
    padding-bottom: 1rem;
  }
}
@media (max-width: 563px) and (max-width: 563px) {
  .hero__with-form:before {
    height: 90rem;
  }
}
.hero__title {
  font-size: 5.4rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .hero__title {
    line-height: 6rem;
  }
}
.hero .gform_wrapper.gravity-theme .gfield_time_ampm {
  margin-left: 1rem;
}
.hero .gform_wrapper.gravity-theme textarea {
  height: 15rem;
  border-radius: 1rem;
  font-weight: 500;
}
.hero .gform_wrapper.gravity-theme input, .hero .gform_wrapper.gravity-theme select {
  border-radius: 1rem;
  font-weight: 500;
}
@media (max-width: 576px) {
  .hero .gform_wrapper.gravity-theme input, .hero .gform_wrapper.gravity-theme select {
    height: 4.8rem !important;
  }
}
.hero .gform_wrapper.gravity-theme .gform_footer .gform_button {
  font-size: 1.6rem;
  background-color: #00cf95;
  color: #fff;
  padding: 1.2rem 1.6rem;
  border-radius: 0.5rem;
  font-weight: 500;
  outline: none;
  border: 0;
  width: 10rem;
  cursor: pointer;
}
.hero .gform_wrapper.gravity-theme .validation_message {
  display: none;
}

.grid__info {
  max-width: 640px;
  margin: auto;
  text-align: center;
}
.grid__wrapper {
  display: grid;
  gap: 3rem;
  padding-top: 3rem;
}
@media (min-width: 576px) {
  .grid__wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .grid__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .grid__wrapper.grid__columns-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .grid__wrapper.grid__columns-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .grid__wrapper.grid__columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.grid__item {
  height: 27rem;
}
.grid__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 2rem;
}
.grid__item h2 {
  margin: 0 0 2rem;
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.grid__item div {
  margin-bottom: 2rem;
}
.grid__with-icon .grid__wrapper {
  justify-content: center;
  text-align: center;
}
.grid__with-icon .grid__wrapper img {
  width: 10rem;
  height: 10rem;
  border-radius: 10rem;
}
.grid__with-bg .grid__item {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
.grid__with-bg .grid__item-with-before:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.grid__with-bg .grid__item img {
  margin-bottom: 0;
}
.grid__with-bg .grid__item div {
  margin-bottom: 0;
}
.grid__with-bg .grid__item h2 {
  margin-bottom: 0;
}
.grid__with-bg .grid__item-info {
  position: absolute;
  margin-bottom: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 2.4rem;
  z-index: 1;
  color: #fff;
}

.image-text__wrapper {
  display: grid;
  align-items: center;
  gap: 3rem;
  text-align: left;
}
@media (min-width: 992px) {
  .image-text__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 10rem;
  }
}
.image-text__wrapper .title-h2 {
  text-align: left;
}
.image-text__wrapper.image-text__wrapper-full {
  grid-template-columns: 1fr;
  text-align: center;
}
.image-text__wrapper.image-text__wrapper-full .title-h2 {
  text-align: center;
}
.image-text__wrapper.image-text__wrapper-full .image-text__text {
  max-width: 930px;
  margin: auto;
}
@media (min-width: 992px) {
  .image-text__text {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.image-text__info ul {
  text-align: left;
  margin: 0;
  padding: 0 0 0 1rem;
}
.image-text__img {
  height: 100%;
}
.image-text__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 992px) {
  .image-text__img-first .image-text__text {
    order: 2;
  }
}
@media (min-width: 992px) {
  .image-text__img-first .image-text__img {
    order: 1;
  }
}

.contact__wrapper {
  display: grid;
  position: relative;
  z-index: 1;
  gap: 3rem;
  align-items: center;
}
@media (min-width: 992px) {
  .contact__wrapper {
    gap: 10rem;
    grid-template-columns: 1fr 1.2fr;
  }
}
.contact .title-h2 {
  text-align: left;
}
.contact .gform_wrapper.gravity-theme textarea {
  height: 15rem;
  border-radius: 1rem;
  font-weight: 500;
}
.contact .gform_wrapper.gravity-theme label {
  color: #000;
}
.contact .gform_wrapper.gravity-theme input, .contact .gform_wrapper.gravity-theme select {
  border-radius: 1rem;
  font-weight: 500;
}
@media (max-width: 576px) {
  .contact .gform_wrapper.gravity-theme input, .contact .gform_wrapper.gravity-theme select {
    height: 4.8rem !important;
  }
}
.contact .gform_wrapper.gravity-theme .gform_footer .gform_button {
  font-size: 1.6rem;
  background-color: #00cf95;
  color: #fff;
  padding: 1.2rem 1.6rem;
  border-radius: 0.5rem;
  font-weight: 500;
  outline: none;
  border: 0;
  width: 10rem;
  cursor: pointer;
}
.contact .gform_wrapper.gravity-theme .validation_message {
  display: none;
}

@media (max-width: 767px) {
  .prices__overflow {
    overflow: auto;
  }
}
.prices__table {
  border: 1px;
  text-align: left;
  width: 100%;
  border-collapse: collapse;
  margin: 20px auto;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  .prices__table {
    width: 95rem;
  }
}
.prices__table thead {
  background-color: #f4f4f4;
}
.prices__table th, .prices__table td {
  border: 1px solid #ddd;
  padding: 12px 15px;
  text-align: left;
}
.prices__table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
.prices__scroll {
  display: none;
  text-align: center;
  padding-top: 2rem;
  border-bottom: 1px solid #000;
}
.prices__scroll:nth-child(2) {
  margin-bottom: -1rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-bottom: 0;
  border-top: 1px solid #000;
}
@media (max-width: 563px) {
  .prices__scroll {
    display: block;
  }
}
.prices__scroll img {
  width: 5rem;
  margin: auto;
}
.prices__scroll p {
  font-size: 1.4rem;
  margin: 0;
}
.prices__info {
  max-width: 930px;
  margin: auto;
}

.section-gallery {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 1020px) {
  .section-gallery {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.section-gallery .container {
  position: relative;
}
@media (min-width: 1200px) {
  .section-gallery .container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.section-gallery .container .gallerySwiper {
  padding-left: 1rem;
  padding-right: 1rem;
}
.section-gallery .container .swiper-buttons {
  color: #00cf95;
}
.section-gallery .container .swiper-buttons:after {
  font-size: 25px;
  font-weight: bold;
}
.section-gallery .container .swiper-buttons.swiper-button-next {
  right: -0.5rem;
}
.section-gallery .container .swiper-buttons.swiper-button-prev {
  left: -0.5rem;
}
.section-gallery .container .swiper-slide a img {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.matrix__wrapper {
  display: grid;
  gap: 3rem;
}
@media (min-width: 767px) {
  .matrix__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10rem;
  }
}
.matrix__item {
  text-align: center;
}
.matrix__item h3 {
  margin: 0 0 2rem;
  font-size: 11.5rem;
  line-height: 12rem;
  color: #00cf95;
}
.matrix__item p {
  margin: 0;
}

html {
  font-size: 10px;
}

body {
  font-family: "Museo Sans Rounded", sans-serif;
  font-size: 1.6rem;
  margin: 0 !important;
  color: #000;
}

a {
  color: #00cf95;
}

.section-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.container {
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
}

.main-btn {
  background-color: #00cf95;
  color: #fff;
  border: 1px solid #00cf95;
  border-radius: 0.5rem;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  padding: 1.2rem 2rem;
  display: inline-block;
}
.main-btn:active, .main-btn:focus, .main-btn:visited {
  color: #fff;
}
.main-btn:hover {
  background-color: #fff;
  color: #00cf95;
}

.title-h2 {
  font-size: 4.2rem;
  margin: 0 0 2.4rem;
  color: #000;
  text-align: center;
}
