@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@font-face {
  font-family: "Big Caslon CC";
  src: url("../fonts/BigCaslonFB-Black.woff2") format("woff2"), url("../fonts/BigCaslonFB-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Big Caslon CC";
  src: url("../fonts/BigCaslonFB-Bold.woff2") format("woff2"), url("../fonts/BigCaslonFB-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Big Caslon CC";
  src: url("../fonts/BigCaslonFB.woff2") format("woff2"), url("../fonts/BigCaslonFB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Big Caslon CC";
  src: url("../fonts/BigCaslonFB-BoldItalic.woff2") format("woff2"), url("../fonts/BigCaslonFB-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Big Caslon CC";
  src: url("../fonts/BigCaslonFB-BlackItalic.woff2") format("woff2"), url("../fonts/BigCaslonFB-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Big Caslon CC";
  src: url("../fonts/BigCaslonFB-Italic.woff2") format("woff2"), url("../fonts/BigCaslonFB-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Creattion";
  src: url("../fonts/Creattion_Demo.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}

body {
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.section-top {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
@media (max-width: 576px) {
  .section-top {
    min-height: 700px;
  }
}
.section-top::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  border: solid rgba(255, 255, 255, 0.5) 1px;
  z-index: 1;
}
.section-top .top-text {
  width: 100%;
  max-width: 688px;
}
.section-top .top-text h2 {
  font-family: "Big Caslon CC";
  font-style: normal;
  font-weight: 500;
  font-size: calc(30px + 30 * (100vw - 420px) / 780);
  line-height: clamp(40px, 5vw, 73px);
  text-align: center;
  color: #f7f7f7;
  margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
  .section-top .top-text h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section-top .top-text h2 {
    font-size: 60px;
  }
}
.section-top .top-text p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: calc(18px + 8 * (100vw - 420px) / 780);
  line-height: clamp(22px, 4vw, 30px);
  text-align: center;
  color: #f7f7f7;
}
@media screen and (max-width: 420px) {
  .section-top .top-text p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .section-top .top-text p {
    font-size: 26px;
  }
}
.section-top .text-year h3 {
  font-family: "Creattion";
  font-style: normal;
  font-weight: 400;
  font-size: calc(20px + 28 * (100vw - 420px) / 780);
  line-height: clamp(24px, 3vw, 30px);
  text-align: center;
  color: #f7f7f7;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .section-top .text-year h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .section-top .text-year h3 {
    font-size: 48px;
  }
}
.section-top .contact-text h2 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(10px + 2 * (100vw - 420px) / 780);
  line-height: 30px;
  align-items: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f7f7f7;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .section-top .contact-text h2 {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .section-top .contact-text h2 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .section-top .contact-text h2 {
    line-height: 20px;
  }
}
.section-top .contact-text p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: calc(12px + 10 * (100vw - 320px) / 880);
  line-height: 30px;
  color: #f7f7f7;
  margin-bottom: 0;
}
@media screen and (max-width: 320px) {
  .section-top .contact-text p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .section-top .contact-text p {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .section-top .contact-text p {
    gap: 5px;
  }
}
.section-top .contact-text p i,
.section-top .contact-text p img,
.section-top .contact-text p svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .section-top .contact-text p i,
  .section-top .contact-text p img,
  .section-top .contact-text p svg {
    width: 12px;
    height: 12px;
  }
}
.section-top .contact-text p a {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: calc(14px + 8 * (100vw - 320px) / 880);
  line-height: 30px;
  color: #f7f7f7;
}
@media screen and (max-width: 320px) {
  .section-top .contact-text p a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .section-top .contact-text p a {
    font-size: 22px;
  }
}
.section-top figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.section-top figure::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5) 50%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}
.section-top figure::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5) 0%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

#carouselTeam {
  --f-carousel-spacing: 28px;
  --f-carousel-slide-width: calc((100%) / 3);
}
@media (max-width: 768px) {
  #carouselTeam {
    --f-carousel-slide-width: calc((100%) / 2);
  }
}
@media (max-width: 576px) {
  #carouselTeam {
    --f-carousel-slide-width: calc((100%) / 1);
  }
}
#carouselTeam .card {
  padding: 0px 14px;
}
#carouselTeam .card img {
  width: 100%;
  height: 304px;
  object-fit: cover;
  object-position: top;
}
#carouselTeam .card .card-body h2 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #000708;
}
#carouselTeam .card .card-body h2 strong {
  font-weight: 600;
}
#carouselTeam .custom-arrows {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 79px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#carouselTeam .custom-arrows button {
  font-size: 20px;
  color: #737676;
}

#carouselTestimony {
  --f-carousel-slide-width: calc((100%) / 3);
}
@media (max-width: 768px) {
  #carouselTestimony {
    --f-carousel-slide-width: calc((100%) / 2);
  }
}
@media (max-width: 576px) {
  #carouselTestimony {
    --f-carousel-slide-width: calc((100%) / 1);
  }
}
#carouselTestimony .f-carousel__slide {
  padding: 0px 40px;
}
#carouselTestimony .custom-arrows {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 79px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#carouselTestimony .custom-arrows button {
  font-size: 20px;
  color: #737676;
}

.btn-black {
  width: 100%;
  max-width: max-content;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(12px + 1 * (100vw - 420px) / 780);
  line-height: clamp(12px, 1.5vw, 13px);
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #181a1b;
  border: solid 2px #181a1b;
  background: transparent;
}
@media screen and (max-width: 420px) {
  .btn-black {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .btn-black {
    font-size: 13px;
  }
}
.btn-black i,
.btn-black svg,
.btn-black img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.btn-black:hover {
  background: #181a1b;
  color: #fff;
}

.offcanvas {
  background-color: #000708;
}
.offcanvas#offcanvasTop::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  border: solid rgba(255, 255, 255, 0.5) 1px;
  z-index: 1;
}
.offcanvas#offcanvasTop .offcanvas-header {
  position: relative;
  z-index: 2;
  padding: 25px 40px 10px;
}
.offcanvas#offcanvasTop .offcanvas-header .logo-offcanvas {
  height: 90px;
}
.offcanvas#offcanvasTop .offcanvas-header .logo-offcanvas img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offcanvas#offcanvasTop .offcanvas-header .btn-close {
  filter: brightness(0) invert(1);
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 20px;
  height: 20px;
  background-size: 20px;
  box-shadow: none !important;
  outline: none !important;
}
.offcanvas#offcanvasTop .offcanvas-body {
  position: relative;
  z-index: 2;
  padding: 0px 0px;
}
.offcanvas#offcanvasTop .offcanvas-body .container-fluid {
  max-width: 100%;
}
.offcanvas#offcanvasTop .offcanvas-body figure {
  width: 100%;
  max-width: 454px;
  margin: 0;
}
.offcanvas#offcanvasTop .offcanvas-body .form-header {
  margin-bottom: 30px;
}
.offcanvas#offcanvasTop .offcanvas-body .form-header h2 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f7f7f7;
  margin-bottom: 25px;
}
.offcanvas#offcanvasTop .offcanvas-body .form-header h3 {
  width: 100%;
  max-width: 490px;
  font-family: "Big Caslon CC";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 44px;
  color: #f7f7f7;
  margin-bottom: 0;
}
.offcanvas#offcanvasTop .offcanvas-body form label {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #737676;
  padding-top: 19px;
}
.offcanvas#offcanvasTop .offcanvas-body form input[type=text],
.offcanvas#offcanvasTop .offcanvas-body form input[type=password],
.offcanvas#offcanvasTop .offcanvas-body form input[type=search],
.offcanvas#offcanvasTop .offcanvas-body form input[type=email],
.offcanvas#offcanvasTop .offcanvas-body form input[type=url],
.offcanvas#offcanvasTop .offcanvas-body form input[type=tel],
.offcanvas#offcanvasTop .offcanvas-body form input[type=number],
.offcanvas#offcanvasTop .offcanvas-body form input[type=date],
.offcanvas#offcanvasTop .offcanvas-body form textarea {
  box-shadow: none;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
	resize: none;
}
.offcanvas#offcanvasTop .offcanvas-body form input[type=text]:focus,
.offcanvas#offcanvasTop .offcanvas-body form input[type=password]:focus,
.offcanvas#offcanvasTop .offcanvas-body form input[type=search]:focus,
.offcanvas#offcanvasTop .offcanvas-body form input[type=email]:focus,
.offcanvas#offcanvasTop .offcanvas-body form input[type=url]:focus,
.offcanvas#offcanvasTop .offcanvas-body form input[type=tel]:focus,
.offcanvas#offcanvasTop .offcanvas-body form input[type=number]:focus,
.offcanvas#offcanvasTop .offcanvas-body form input[type=date]:focus,
.offcanvas#offcanvasTop .offcanvas-body form textarea:focus {
  border: solid 1px #000708;
}
.offcanvas#offcanvasTop .offcanvas-body form .btn-black {
  color: #f7f7f7;
  border: solid 2px #f7f7f7;
}
.offcanvas#offcanvasTop .offcanvas-body form .btn-black:hover {
  background: #f7f7f7;
  color: #181a1b;
}
.offcanvas#offcanvasTop .offcanvas-body .contact-info {
  margin-bottom: 30px;
}
.offcanvas#offcanvasTop .offcanvas-body .contact-info h2 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f7f7f7;
  margin-bottom: 5px;
}
.offcanvas#offcanvasTop .offcanvas-body .contact-info p {
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #f7f7f7;
  margin-bottom: 0;
}
.offcanvas#offcanvasTop .offcanvas-body .contact-info p i,
.offcanvas#offcanvasTop .offcanvas-body .contact-info p svg,
.offcanvas#offcanvasTop .offcanvas-body .contact-info p img {
  width: 18px;
  height: 18px;
}
.offcanvas#offcanvasTop .offcanvas-body .contact-info p a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 35px;
  color: #f7f7f7;
}
.offcanvas#offcanvasTop .offcanvas-body .contact-info p a i,
.offcanvas#offcanvasTop .offcanvas-body .contact-info p a svg,
.offcanvas#offcanvasTop .offcanvas-body .contact-info p a img {
  width: 18px;
  height: 18px;
}
.offcanvas#offcanvasTop .offcanvas-body .contact-info .socialLink ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #4a5346;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-color: #f0f0f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.offcanvas#offcanvasTop .offcanvas-body .contact-info .link-page a {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #f7f7f7;
}
.offcanvas#offcanvasRight::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  border: solid rgba(255, 255, 255, 0.5) 1px;
  z-index: 1;
}
.offcanvas#offcanvasRight .offcanvas-header {
  position: relative;
  z-index: 2;
  padding: 25px 40px 10px;
  border-bottom: solid rgba(255, 255, 255, 0.5) 1px;
}
.offcanvas#offcanvasRight .offcanvas-header .logo-offcanvas {
  height: 50px;
}
.offcanvas#offcanvasRight .offcanvas-header .logo-offcanvas img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offcanvas#offcanvasRight .offcanvas-header .btn-close {
  filter: brightness(0) invert(1);
  opacity: 1;
  position: absolute;
  right: 30px;
  top: 20px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-size: 20px;
  box-shadow: none !important;
  outline: none !important;
}
.offcanvas#offcanvasRight .offcanvas-body {
  position: relative;
  z-index: 2;
  padding: 0px 11px;
}
.offcanvas#offcanvasRight .offcanvas-body ul li {
  position: relative;
}
.offcanvas#offcanvasRight .offcanvas-body ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  bottom: 0;
  left: 0px;
  margin: auto;
  width: 100%;
  max-width: 15px;
  height: 3px;
  background-color: #f7f7f7;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.offcanvas#offcanvasRight .offcanvas-body ul li.current-menu-item {
  background-color: #fff;
}
.offcanvas#offcanvasRight .offcanvas-body ul li.current-menu-item::after {
  background-color: #000708;
  max-width: 25px;
}
.offcanvas#offcanvasRight .offcanvas-body ul li.current-menu-item a {
  padding-left: 35px;
  color: #000708;
}
.offcanvas#offcanvasRight .offcanvas-body ul li.menu-item-has-children > a {
  background-color: rgba(115, 118, 118, 0.5);
  color: #ebe7df;
}
.offcanvas#offcanvasRight .offcanvas-body ul li.menu-item-has-children ul {
  padding: 0;
  background-color: rgba(115, 118, 118, 0.3);
  list-style: none !important;
}
.offcanvas#offcanvasRight .offcanvas-body ul li.menu-item-has-children ul li {
  position: relative;
  border-top: solid 1px rgba(115, 118, 118, 0.5);
}
.offcanvas#offcanvasRight .offcanvas-body ul li.menu-item-has-children ul li:last-child {
  border-bottom: solid 1px rgba(115, 118, 118, 0.5);
}
.offcanvas#offcanvasRight .offcanvas-body ul li.menu-item-has-children ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4cqb;
  margin: auto;
  width: 100%;
  max-width: 5px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
.offcanvas#offcanvasRight .offcanvas-body ul li.menu-item-has-children ul li a {
  padding: 10px 30px 10px 60px;
}
.offcanvas#offcanvasRight .offcanvas-body ul li.menu-item-has-children ul li.current-menu-item::after {
  background-color: #fff;
}
.offcanvas#offcanvasRight .offcanvas-body ul li.menu-item-has-children ul li.current-menu-item a {
  color: #fff;
}
.offcanvas#offcanvasRight .offcanvas-body ul li a {
  display: block;
  padding: 10px 30px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  line-height: 22px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f7f7f7;
  font-size: calc(14px + 4 * (100vw - 320px) / 980);
  text-decoration: none;
}
@media screen and (max-width: 320px) {
  .offcanvas#offcanvasRight .offcanvas-body ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .offcanvas#offcanvasRight .offcanvas-body ul li a {
    font-size: 18px;
  }
}

body.customize-support .offcanvas {
  margin-top: 32px;
}

a {
  text-decoration: none;
}

@view-transition {
  navigation: auto;
}
header {
  width: 100%;
  padding: 20px 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
header .logo {
  width: 100%;
  max-width: 160px;
}
header .logo a {
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
@media (max-width: 1200px) {
  header .logo {
    max-width: 130px;
  }
}
@media (max-width: 576px) {
  header .logo {
    max-width: 130px;
  }
}
header .nav-header ul li a {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f7f7f7;
  transition: opacity 0.3s ease;
}
header .nav-header ul li a:hover {
  opacity: 1 !important;
}
header .nav-header ul:hover li a {
  opacity: 0.4;
}
header .navMb {
  color: #f7f7f7;
}
header .navMb i {
  font-size: 40px;
}
header .btnNav {
  display: flex;
  align-items: center;
  gap: 3rem;
}
header .btnNav .language a,
header .btnNav .navContact a {
  display: flex;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #f7f7f7 !important;
  transition: opacity 0.3s ease;
}
header .btnNav .language a i,
header .btnNav .language a svg,
header .btnNav .language a img,
header .btnNav .navContact a i,
header .btnNav .navContact a svg,
header .btnNav .navContact a img {
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
}
header .btnNav .navContact a i,
header .btnNav .navContact a svg,
header .btnNav .navContact a img {
  margin-left: 10px;
  top: auto;
}
header .btnNav:hover .language a,
header .btnNav:hover .navContact a {
  opacity: 0.5;
}
header .btnNav:hover .language a:hover,
header .btnNav:hover .navContact a:hover {
  opacity: 1;
}
header.header-page .nav-header ul li a {
  color: #000708 !important;
}
header.header-page .btnNav .language a {
  color: #000708 !important;
}

header.header-page .btnNav .navContact a {
  color: #000708 !important;
}
header.header-page .navMb {
  color: #000708;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
@media print {
  @page {
    size: landscape;
  }
}
.container-fluid {
  width: 100%;
  max-width: 1260px;
  padding-left: calc(var(--bs-gutter-x) * 1);
  padding-right: calc(var(--bs-gutter-x) * 1);
}

.lx-auto {
  left: 0;
  right: 0;
}

.border-polygon {
  clip-path: polygon(1% 0%, 99% 0%, 100% 1%, 100% 99%, 99% 100%, 1% 100%, 0% 99%, 0% 1%);
}

.z-1 {
  position: relative;
}

.aspect-x3 {
  height: initial !important;
  min-height: 230px;
  aspect-ratio: 4/5;
}
.aspect-x3 img {
  object-position: bottom;
}

@media (min-width: 768px) {
  .mb-md-6 {
    margin-bottom: 84px !important;
  }
}
.custom-gap {
  gap: 12px;
}

.custom-position-absolute {
  position: absolute;
}
@media (max-width: 768px) {
  .custom-position-absolute {
    position: relative;
  }
}

.section-text h2 {
  font-family: "Big Caslon CC";
  font-style: normal;
  font-weight: 500;
  font-size: calc(24px + 12 * (100vw - 420px) / 780);
  line-height: clamp(28px, 2.5vw, 44px);
  color: #000708;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .section-text h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .section-text h2 {
    font-size: 36px;
  }
}
.section-text h3 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #434545;
  margin-bottom: 0;
}

.avoid-page-break {
  page-break-inside: avoid;
  page-break-before: auto;
  page-break-after: auto;
}

.main-signature {
  width: 100%;
  display: block;
  background-color: #f7f7f7;
  padding: 120px 0;
}
.main-signature figure {
  width: 100%;
  overflow: hidden;
}
.main-signature figure img {
  width: 100%;
  height: 100%;
}
.main-signature .signature-caption p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + 6 * (100vw - 420px) / 780);
  line-height: clamp(20px, 2vw, 30px);
  color: #434545;
}
@media screen and (max-width: 420px) {
  .main-signature .signature-caption p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .main-signature .signature-caption p {
    font-size: 20px;
  }
}
.main-signature .signature-content {
  display: grid;
  align-items: end;
}
.main-signature .signature-content h2 {
  font-family: "Creattion";
  font-style: normal;
  font-weight: 400;
  font-size: calc(36px + 28 * (100vw - 420px) / 780);
  line-height: 26px;
  color: #000708;
  margin-bottom: 56px;
}
@media screen and (max-width: 420px) {
  .main-signature .signature-content h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .main-signature .signature-content h2 {
    font-size: 64px;
  }
}
@media (max-width: 768px) {
  .main-signature .signature-content h2 {
    margin-bottom: 20px;
  }
}
.main-signature .signature-content p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: calc(14px + 8 * (100vw - 420px) / 780);
  line-height: 26px;
  color: #181a1b;
}
@media screen and (max-width: 420px) {
  .main-signature .signature-content p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .main-signature .signature-content p {
    font-size: 22px;
  }
}
.main-signature .signature-content p:last-of-type {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .main-signature .signature-content p:last-of-type {
    margin-bottom: 30px;
  }
}

.main-vision {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 40px 0;
  background-color: #f0f0f0;
}
.main-vision .container-fluid {
  max-width: 100%;
}
.main-vision figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main-vision figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-vision .content-tap {
  width: 100%;
  max-width: 480px;
  height: max-content;
}
.main-vision .content-tap h2 {
  font-family: "Big Caslon CC";
  font-style: normal;
  font-weight: 500;
  font-size: calc(24px + 12 * (100vw - 420px) / 780);
  line-height: clamp(28px, 3vw, 44px);
  color: #000708;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .main-vision .content-tap h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .main-vision .content-tap h2 {
    font-size: 36px;
  }
}
.main-vision .content-tap h3 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #434545;
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .main-vision .content-tap h3 {
    margin-bottom: 40px;
  }
}
.main-vision .content-tap p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + 6 * (100vw - 420px) / 780);
  line-height: clamp(20px, 2vw, 30px);
  color: #434545;
  margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
  .main-vision .content-tap p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .main-vision .content-tap p {
    font-size: 20px;
  }
}
.main-vision .list-vision {
  height: max-content;
}
.main-vision .list-vision .item-vision {
  position: relative;
  border-bottom: solid 1px rgba(67, 69, 69, 0.5);
}
.main-vision .list-vision .item-vision::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 0px;
  height: 5px;
  background: #181a1b;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-vision .list-vision .item-vision:hover::before {
  max-width: 60px;
}
.main-vision .list-vision .item-vision:hover a {
  color: #181a1b;
}
.main-vision .list-vision .item-vision:hover a h4 {
  color: #181a1b;
}
.main-vision .list-vision .item-vision:hover a i,
.main-vision .list-vision .item-vision:hover a svg,
.main-vision .list-vision .item-vision:hover a img {
  color: #181a1b;
  stroke: #181a1b;
}
.main-vision .list-vision .item-vision a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #737676;
  padding: 15px 20px 15px 0;
}
.main-vision .list-vision .item-vision a h4 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #737676;
  margin: 0;
}
.main-vision .list-vision .item-vision a i,
.main-vision .list-vision .item-vision a img,
.main-vision .list-vision .item-vision a svg {
  stroke: #737676;
  width: 20px;
  height: 20px;
}

.main-team {
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .main-team {
    padding: 60px 0;
  }
}
.main-team .ctn-team figure {
  border-radius: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
  overflow: hidden;
}
.main-team .ctn-team figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .main-team .ctn-team figure {
    max-height: 600px;
  }
  .main-team .ctn-team figure img {
    object-position: top;
  }
}
.main-team .ctn-team .card .card-body {
  padding-bottom: 0px;
}
.main-team .ctn-team .card .card-body h2 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: calc(20px + 12 * (100vw - 420px) / 780);
  line-height: 45px;
  color: #000708;
  position: relative;
  border-bottom: solid 1px rgba(67, 69, 69, 0.5);
  padding-bottom: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 420px) {
  .main-team .ctn-team .card .card-body h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .main-team .ctn-team .card .card-body h2 {
    font-size: 32px;
  }
}
.main-team .ctn-team .card .card-body h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 60px;
  height: 5px;
  background: #181a1b;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .main-team .ctn-team .card .card-body h2 {
    line-height: normal;
  }
}
.main-team .ctn-team .card .card-body h3 {
  width: 100%;
  max-width: 230px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #434545;
  margin-bottom: 20px;
}
.main-team .ctn-team .card .card-body p {
  width: 100%;
  max-width: 348px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  color: #181a1b;
  margin-bottom: 60px;
}
.main-team.template-la-firma {
  background-color: #f0f0f0;
}

.main-profile {
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 120px 0;
}
@media (max-width: 768px) {
  .main-profile {
    padding: 60px 0;
  }
}
.main-profile .section-text h3 {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .main-profile .section-text h3 {
    margin-bottom: 30px;
  }
}
.main-profile .section-text p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14px + 6 * (100vw - 420px) / 780);
  line-height: clamp(22px, 2.5vw, 30px);
  color: #434545;
}
@media screen and (max-width: 420px) {
  .main-profile .section-text p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .main-profile .section-text p {
    font-size: 20px;
  }
}
.main-profile .section-text p:last-of-type {
  margin-bottom: 0;
}
.main-profile .ctn-team figure {
  border-radius: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 400px;
  overflow: hidden;
}
.main-profile .ctn-team figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .main-profile .ctn-team figure {
    max-height: 400px;
  }
  .main-profile .ctn-team figure img {
    object-position: top;
  }
}
.main-profile .ctn-team .card .card-body {
  padding-bottom: 0px;
}
.main-profile .ctn-team .card .card-body h2 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: calc(20px + 12 * (100vw - 420px) / 780);
  line-height: 45px;
  color: #000708;
  position: relative;
  border-bottom: solid 1px rgba(67, 69, 69, 0.5);
  padding-bottom: 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 420px) {
  .main-profile .ctn-team .card .card-body h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .main-profile .ctn-team .card .card-body h2 {
    font-size: 32px;
  }
}
.main-profile .ctn-team .card .card-body h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 60px;
  height: 5px;
  background: #181a1b;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .main-profile .ctn-team .card .card-body h2 {
    line-height: normal;
  }
}
.main-profile .ctn-team .card .card-body h3 {
  width: 100%;
  max-width: 230px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #434545;
  margin-bottom: 20px;
}
.main-profile .ctn-team .card .card-body p {
  width: 100%;
  max-width: 348px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  align-items: center;
  color: #181a1b;
  margin-bottom: 0px;
}
.main-profile.template-la-firma {
  background-color: #f0f0f0;
}

.main-testimony {
  display: block;
  position: relative;
  padding: 100px 0;
  background-color: #f0f0f0;
}
.main-testimony .card .card-body h2 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #000708;
  margin-bottom: 20px;
}
.main-testimony .card .card-body p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #181a1b;
  margin-bottom: 0;
}

.page-top {
  width: 100%;
  display: block;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .page-top {
    padding: 30px 0;
  }
}
.page-top .page-text {
  width: 100%;
  max-width: 470px;
}
.page-top .page-text h2 {
  font-family: "Big Caslon CC";
  font-style: normal;
  font-weight: 500;
  font-size: calc(20px + 16 * (100vw - 420px) / 780);
  line-height: clamp(28px, 3vw, 44px);
  color: #000708;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .page-top .page-text h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .page-top .page-text h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .page-top .page-text h2 {
    margin-bottom: 10px;
  }
}
.page-top .page-text h3 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(12px + 2 * (100vw - 420px) / 780);
  line-height: clamp(12px, 1.5vw, 14px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #434545;
  margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
  .page-top .page-text h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .page-top .page-text h3 {
    font-size: 14px;
  }
}
.page-top .page-text p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14px + 6 * (100vw - 420px) / 780);
  line-height: clamp(24px, 2vw, 30px);
  color: #434545;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .page-top .page-text p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .page-top .page-text p {
    font-size: 20px;
  }
}
.page-top figure {
  position: relative;
}
.page-top figure::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.page-top figure::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  border: solid rgba(255, 255, 255, 0.5) 1px;
  z-index: 2;
}
.page-top .breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-top .breadcrumb ol li {
  display: flex;
  align-items: center;
}
.page-top .breadcrumb ol li svg,
.page-top .breadcrumb ol li img,
.page-top .breadcrumb ol li i {
  width: 18px;
  height: 18px;
  stroke: #434545;
  position: relative;
  top: -2px;
}
.page-top .breadcrumb ol li a {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: calc(10px + 4 * (100vw - 420px) / 780);
  line-height: clamp(10px, 1.5vw, 14px);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #434545;
}
@media screen and (max-width: 420px) {
  .page-top .breadcrumb ol li a {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .page-top .breadcrumb ol li a {
    font-size: 14px;
  }
}
.page-top .breadcrumb ol li a:hover {
  text-decoration: underline;
}
.page-top .breadcrumb ol li.active {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: calc(10px + 4 * (100vw - 420px) / 780);
  line-height: clamp(10px, 1.5vw, 14px);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(67, 69, 69, 0.5);
}
@media screen and (max-width: 420px) {
  .page-top .breadcrumb ol li.active {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .page-top .breadcrumb ol li.active {
    font-size: 14px;
  }
}

.page-top.template-contacto {
  background-color: #181a1b;
}
.page-top.template-contacto .page-text h2 {
  color: #fff;
}
.page-top.template-contacto .page-text h3 {
  color: #fff;
}
.page-top.template-contacto .page-text p {
  color: #fff;
}

.page-top.template-contact {
  background-color: #181a1b;
}
.page-top.template-contact .page-text h2 {
  color: #fff;
}
.page-top.template-contact .page-text h3 {
  color: #fff;
}
.page-top.template-contact .page-text p {
  color: #fff;
}

.single-top {
  width: 100%;
  display: block;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
}
@media (max-width: 768px) {
  .single-top {
    padding: 30px 0;
  }
}
.single-top .page-text {
  width: 100%;
  max-width: 580px;
}
.single-top .page-text h2 {
  font-family: "Big Caslon CC";
  font-style: normal;
  font-weight: 500;
  font-size: calc(20px + 16 * (100vw - 420px) / 780);
  line-height: clamp(28px, 3vw, 44px);
  color: #000708;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .single-top .page-text h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .single-top .page-text h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .single-top .page-text h2 {
    margin-bottom: 10px;
  }
}
.single-top .page-text h3 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(12px + 2 * (100vw - 420px) / 780);
  line-height: clamp(12px, 1.5vw, 14px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #434545;
  margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
  .single-top .page-text h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .single-top .page-text h3 {
    font-size: 14px;
  }
}
.single-top .page-text p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14px + 6 * (100vw - 420px) / 780);
  line-height: clamp(24px, 2vw, 30px);
  color: #434545;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .single-top .page-text p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .single-top .page-text p {
    font-size: 20px;
  }
}
.single-top figure {
  position: relative;
}
.single-top figure::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.single-top figure::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: auto;
  border: solid rgba(255, 255, 255, 0.5) 1px;
  z-index: 2;
}
.single-top .breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-top .breadcrumb ol li {
  display: flex;
  align-items: center;
}
.single-top .breadcrumb ol li svg,
.single-top .breadcrumb ol li img,
.single-top .breadcrumb ol li i {
  width: 18px;
  height: 18px;
  stroke: #434545;
  position: relative;
  top: -2px;
}
.single-top .breadcrumb ol li a {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: calc(10px + 4 * (100vw - 420px) / 780);
  line-height: clamp(10px, 1.5vw, 14px);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #434545;
}
@media screen and (max-width: 420px) {
  .single-top .breadcrumb ol li a {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .single-top .breadcrumb ol li a {
    font-size: 14px;
  }
}
.single-top .breadcrumb ol li a:hover {
  text-decoration: underline;
}
.single-top .breadcrumb ol li.active {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  font-size: calc(10px + 4 * (100vw - 420px) / 780);
  line-height: clamp(10px, 1.5vw, 14px);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(67, 69, 69, 0.5);
}
@media screen and (max-width: 420px) {
  .single-top .breadcrumb ol li.active {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .single-top .breadcrumb ol li.active {
    font-size: 14px;
  }
}
.single-top.template-contacto {
  background-color: #181a1b;
}
.single-top.template-contacto .page-text h2 {
  color: #fff;
}
.single-top.template-contacto .page-text h3 {
  color: #fff;
}
.single-top.template-contacto .page-text p {
  color: #fff;
}

.main-service {
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 100px 0;
  border-bottom: solid 1px rgba(67, 69, 69, 0.3);
}
.main-service .card figure {
  width: 100%;
  height: 100%;
  max-height: 420px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .main-service .card figure {
    max-height: 370px;
  }
}
.main-service .card .card-body h2 {
  display: grid;
  align-items: end;
  position: relative;
  min-height: 70px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #000708;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.main-service .card .card-body h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 220px;
  height: 1px;
  background: rgba(0, 7, 8, 0.3);
}
.main-service .card .card-body h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 0px;
  height: 5px;
  background: #181a1b;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-service .card .card-body h2 strong {
  font-weight: 600;
}
.main-service .card .card-body p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #181a1b;
  margin-bottom: 25px;
}
.main-service .card:hover .card-body h2::after {
  max-width: 60px;
}

.main-about {
  width: 100%;
  display: block;
  position: relative;
  padding: 110px 0;
}
@media (max-width: 768px) {
  .main-about {
    padding: 50px 0;
  }
}
.main-about figure {
  width: 100%;
  max-width: 350px;
  height: 100%;
  overflow: hidden;
}
.main-about figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-about .content-about h2 {
  font-family: "Creattion";
  font-style: normal;
  font-weight: 400;
  font-size: calc(40px + 24 * (100vw - 420px) / 780);
  line-height: clamp(20px, 3vw, 26px);
  color: #000708;
  margin-bottom: 56px;
}
@media screen and (max-width: 420px) {
  .main-about .content-about h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .main-about .content-about h2 {
    font-size: 64px;
  }
}
.main-about .content-about p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: calc(16px + 6 * (100vw - 420px) / 780);
  line-height: clamp(24px, 2.5vw, 26px);
  color: #181a1b;
}
@media screen and (max-width: 420px) {
  .main-about .content-about p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .main-about .content-about p {
    font-size: 22px;
  }
}

.main-Essence {
  width: 100%;
  display: block;
  position: relative;
  padding: 90px 0;
  background-color: #f0f0f0;
}
.main-Essence figure {
  width: 100%;
  height: 640px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .main-Essence figure {
    height: 250px;
  }
}
.main-Essence .section-text {
  width: 100%;
  max-width: 350px;
}
@media (max-width: 768px) {
  .main-Essence .section-text {
    max-width: 100%;
  }
}
.main-Essence .section-text h3 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .main-Essence .section-text h3 {
    margin-bottom: 30px;
  }
}

.main-value {
  width: 100%;
  display: block;
  position: relative;
  padding: 110px 0;
  background-color: #fff;
}
@media (max-width: 992px) {
  .main-value {
    padding: 55px 0;
  }
}
@media (max-width: 768px) {
  .main-value {
    padding: 40px 0;
  }
}
.main-value .container-fluid {
  max-width: 100%;
}
.main-value figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
}
.main-value figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 576px) {
  .main-value figure {
    height: 400px;
  }
}
.main-value .content-tap {
  width: 100%;
  max-width: 480px;
  height: max-content;
}
@media (max-width: 1200px) {
  .main-value .content-tap {
    padding-left: 20px;
  }
}
@media (max-width: 576px) {
  .main-value .content-tap {
    padding-left: 0px;
  }
}
.main-value .content-tap h2 {
  font-family: "Big Caslon CC";
  font-style: normal;
  font-weight: 500;
  font-size: calc(20px + 16 * (100vw - 420px) / 780);
  line-height: clamp(28px, 3vw, 44px);
  color: #000708;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .main-value .content-tap h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .main-value .content-tap h2 {
    font-size: 36px;
  }
}
.main-value .content-tap h3 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(12px + 2 * (100vw - 420px) / 780);
  line-height: clamp(12px, 1.5vw, 14px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #434545;
  margin-bottom: 140px;
}
@media screen and (max-width: 420px) {
  .main-value .content-tap h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .main-value .content-tap h3 {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .main-value .content-tap h3 {
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .main-value .content-tap h3 {
    margin-bottom: 30px;
  }
}
.main-value .content-tap p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + 6 * (100vw - 420px) / 780);
  line-height: clamp(22px, 3vw, 30px);
  color: #434545;
  margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
  .main-value .content-tap p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .main-value .content-tap p {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .main-value .content-tap p {
    margin-bottom: 0;
  }
}

.page-team {
  width: 100%;
  display: block;
  background-color: #fff;
  padding: 100px 0 60px 0;
  border-bottom: solid 1px rgba(67, 69, 69, 0.3);
}
.page-team .card figure {
  border-radius: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  max-height: 420px;
  overflow: hidden;
}
.page-team .card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-team .card:hover figure img {
  transform: scale(1.1);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.page-team .card .card-body {
  display: flex;
  align-items: start;
  gap: 15px;
  padding: 20px 0px 10px;
}
.page-team .card .card-body h2 {
  width: 100%;
  max-width: 100px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color: #000708;
  margin-bottom: 0;
}
.page-team .card .card-body h3 {
  width: 100%;
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  color: #434545;
  margin-bottom: 0;
  border-top: solid 1px rgba(67, 69, 69, 0.5);
  padding-top: 15px;
}
.page-team .card .card-body h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 60px;
  height: 5px;
  background: #181a1b;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.information-contact {
  width: 100%;
  display: block;
  padding: 110px 0 80px;
}
.information-contact .section-text h3 {
  font-size: 12px;
}
.information-contact .contact-info {
  margin-bottom: 30px;
}
.information-contact .contact-info h2 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: calc(10px + 2 * (100vw - 420px) / 780);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #181a1b;
  margin-bottom: 5px;
}
@media screen and (max-width: 420px) {
  .information-contact .contact-info h2 {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .information-contact .contact-info h2 {
    font-size: 12px;
  }
}
.information-contact .contact-info p {
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: calc(14px + 4 * (100vw - 420px) / 780);
  line-height: clamp(20px, 2.5vw, 27px);
  color: #181a1b;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .information-contact .contact-info p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .information-contact .contact-info p {
    font-size: 18px;
  }
}
.information-contact .contact-info p i,
.information-contact .contact-info p svg,
.information-contact .contact-info p img {
  width: 18px;
  height: 18px;
}
.information-contact .contact-info p a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 35px;
  color: #181a1b;
}
.information-contact .contact-info p a i,
.information-contact .contact-info p a svg,
.information-contact .contact-info p a img {
  width: 18px;
  height: 18px;
}
.information-contact .contact-info .socialLink ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #4a5346;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-color: #f0f0f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.form-contact {
  width: 100%;
  display: block;
  padding: 66px 0;
  background-color: #f7f7f7;
}
.form-contact .form-header {
  margin-bottom: 30px;
}
.form-contact .form-header h2 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(12px + 2 * (100vw - 420px) / 780);
  line-height: clamp(14px, 2vw, 16px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #434545;
  margin-bottom: 25px;
}
@media screen and (max-width: 420px) {
  .form-contact .form-header h2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .form-contact .form-header h2 {
    font-size: 14px;
  }
}
.form-contact .form-header h3 {
  font-family: "Big Caslon CC";
  font-style: normal;
  font-weight: 500;
  font-size: calc(20px + 16 * (100vw - 420px) / 780);
  line-height: clamp(28px, 3vw, 44px);
  color: #000708;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .form-contact .form-header h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .form-contact .form-header h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .form-contact .form-header h3 {
    width: 100%;
    max-width: 340px;
  }
}
@media (max-width: 576px) {
  .form-contact .form-header h3 {
    width: 100%;
    max-width: 320px;
  }
}
.form-contact form label {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #737676;
  padding-top: 19px;
}
.form-contact form input[type=text],
.form-contact form input[type=password],
.form-contact form input[type=search],
.form-contact form input[type=email],
.form-contact form input[type=url],
.form-contact form input[type=tel],
.form-contact form input[type=number],
.form-contact form input[type=date],
.form-contact form textarea{
  box-shadow: none;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
	resize: none;
}
.form-contact form input[type=text]:focus,
.form-contact form input[type=password]:focus,
.form-contact form input[type=search]:focus,
.form-contact form input[type=email]:focus,
.form-contact form input[type=url]:focus,
.form-contact form input[type=tel]:focus,
.form-contact form input[type=number]:focus,
.form-contact form input[type=date]:focus,
.form-contact form textarea:focus {
  border: solid 1px #000708;
}

.main-maps {
  width: 100%;
  height: 100%;
}
.main-maps iframe {
  width: 100%;
  height: 640px;
}

#accordionValue {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
#accordionValue .accordion-item {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none !important;
}
#accordionValue .accordion-item .accordion-header .accordion-button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #737676;
  padding: 15px 20px 5px 0px;
  box-shadow: none !important;
  border-bottom: solid 1px rgba(115, 118, 118, 0.5);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#accordionValue .accordion-item .accordion-header .accordion-button.collapsed {
  color: #737676;
  background-color: #fff;
  box-shadow: none;
}
#accordionValue .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #181a1b;
  background-color: #fff;
  border-bottom: solid 1px rgba(67, 69, 69, 0.5);
}
#accordionValue .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
  height: 3px;
}
#accordionValue .accordion-item .accordion-header .accordion-button::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 60px;
  height: 0;
  background: #181a1b;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#accordionValue .accordion-item .accordion-header .accordion-button::after {
  filter: invert(34%) sepia(8%) saturate(749%) hue-rotate(175deg) brightness(88%) contrast(85%);
  width: 20px;
  height: 20px;
}
#accordionValue .accordion-item .accordion-header .accordion-button:hover {
  color: #181a1b;
  background-color: #fff;
  border-bottom: solid 1px rgba(67, 69, 69, 0.5);
}
#accordionValue .accordion-item .accordion-header .accordion-button:hover::before {
  height: 3px;
}
#accordionValue .accordion-item .accordion-body {
  padding: 20px 0 10px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #181a1b;
  background-color: #fff;
}

.single-team {
  width: 100%;
  display: block;
  position: relative;
  padding: 80px 0 90px;
  border-bottom: solid 1px rgba(67, 69, 69, 0.3);
}
.single-team .ctn-profile {
  width: 100%;
  max-width: 316px;
}
@media (max-width: 768px) {
  .single-team .ctn-profile {
    max-width: 100%;
    gap: 20px;
  }
}
.single-team .ctn-profile h2 {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 45px;
  color: #000708;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(67, 69, 69, 0.5);
  padding-bottom: 15px;
}
.single-team .ctn-profile h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 85px;
  height: 5px;
  background: #181a1b;
}
.single-team .ctn-profile h3 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #434545;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .single-team .ctn-profile h3 {
    margin-bottom: 0;
  }
}
.single-team .profile-text h2,
.single-team .profile-text h3,
.single-team .profile-text h4,
.single-team .profile-text h5 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 420px) / 780);
  line-height: clamp(14px, 2vw, 16px);
  text-transform: uppercase;
  color: #000708;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .single-team .profile-text h2,
  .single-team .profile-text h3,
  .single-team .profile-text h4,
  .single-team .profile-text h5 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .single-team .profile-text h2,
  .single-team .profile-text h3,
  .single-team .profile-text h4,
  .single-team .profile-text h5 {
    font-size: 16px;
  }
}
.single-team .profile-text p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: calc(14px + 8 * (100vw - 420px) / 780);
  line-height: clamp(22px, 3vw, 30px);
  color: #434545;
  margin-bottom: 46px;
}
@media screen and (max-width: 420px) {
  .single-team .profile-text p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .single-team .profile-text p {
    font-size: 22px;
  }
}
.single-team .contact-card .card-info {
  margin-bottom: 22px;
}
.single-team .contact-card .card-info:last-child {
  margin-bottom: 40px;
}
.single-team .contact-card .card-info h2 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: calc(10px + 2 * (100vw - 420px) / 780);
  line-height: clamp(16px, 2vw, 20px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #181a1b;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .single-team .contact-card .card-info h2 {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .single-team .contact-card .card-info h2 {
    font-size: 12px;
  }
}
.single-team .contact-card .card-info p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: calc(16px + 2 * (100vw - 420px) / 780);
  line-height: clamp(17px, 3vw, 50px);
  color: #181a1b;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .single-team .contact-card .card-info p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .single-team .contact-card .card-info p {
    font-size: 18px;
  }
}
.single-team .contact-card .card-info p i,
.single-team .contact-card .card-info p svg,
.single-team .contact-card .card-info p img {
  width: 18px;
  height: 18px;
}
.single-team .contact-card .card-info p a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: calc(16px + 2 * (100vw - 420px) / 780);
  line-height: clamp(28px, 3vw, 50px);
  color: #181a1b;
}
@media screen and (max-width: 420px) {
  .single-team .contact-card .card-info p a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .single-team .contact-card .card-info p a {
    font-size: 18px;
  }
}
.single-team .contact-card .card-info p a i,
.single-team .contact-card .card-info p a svg,
.single-team .contact-card .card-info p a img {
  width: 18px;
  height: 18px;
}
@media (max-width: 576px) {
  .single-team .contact-card {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
  }
  .single-team .contact-card .card-info {
    margin-bottom: 0px;
    flex: 1 1 40%;
    min-width: 150px;
  }
  .single-team .contact-card .card-info h2 {
    margin-bottom: 5px;
  }
}
.single-team .btn-action {
  padding: 30px 0;
  margin-bottom: 10px;
  border-top: solid 1px rgba(67, 69, 69, 0.5);
  border-bottom: solid 1px rgba(67, 69, 69, 0.5);
}
.single-team .btn-action button {
  width: 100%;
  background-color: transparent;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 13px;
  text-transform: uppercase;
  color: #434545;
  border: none;
}
.single-team .btn-action button i,
.single-team .btn-action button svg,
.single-team .btn-action button img {
  width: 20px;
  height: 20px;
  color: #434545;
  stroke: #434545;
}
.single-team .btn-link li a {
  cursor: pointer !important;
}
.single-team .btn-link li a i,
.single-team .btn-link li a svg,
.single-team .btn-link li a img {
  width: 20px;
  height: 20px;
  color: #434545;
  stroke: #434545;
}
.single-team .workLink {
  width: 100%;
  max-width: 730px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
@media (max-width: 576px) {
  .single-team .workLink {
    grid-template-columns: 1fr;
  }
}
.single-team .workLink li {
  list-style: none;
  position: relative;
  border-bottom: solid 1px rgba(67, 69, 69, 0.5);
}
.single-team .workLink li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 0px;
  height: 5px;
  background: #181a1b;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.single-team .workLink li:hover::before {
  max-width: 60px;
}
.single-team .workLink li:hover a {
  color: #181a1b;
}
.single-team .workLink li:hover a i,
.single-team .workLink li:hover a svg,
.single-team .workLink li:hover a img {
  color: #181a1b;
  stroke: #181a1b;
}
.single-team .workLink li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #737676;
  padding: 15px 0px 15px 0;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #737676;
  margin: 0;
}
.single-team .workLink li a i,
.single-team .workLink li a img,
.single-team .workLink li a svg {
  stroke: #737676;
  width: 20px;
  height: 20px;
}

.post-meta {
  padding: 20px 15px;
  background-color: #f0f0f0;
  display: grid;
  margin-bottom: 30px;
  border-bottom: solid 1px rgba(67, 69, 69, 0.1);
}
.post-meta p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: calc(14px + 2 * (100vw - 420px) / 780);
  line-height: clamp(14px, 2vw, 27px);
  color: #181a1b;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .post-meta p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .post-meta p {
    font-size: 16px;
  }
}
.post-meta p strong {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: calc(10px + 2 * (100vw - 420px) / 780);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #181a1b;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .post-meta p strong {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .post-meta p strong {
    font-size: 12px;
  }
}

.latest-posts h3 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 420px) / 780);
  line-height: clamp(14px, 2vw, 16px);
  text-transform: uppercase;
  color: #000708;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .latest-posts h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .latest-posts h3 {
    font-size: 16px;
  }
}
.latest-posts ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.latest-posts ul li {
  position: relative;
  border-bottom: solid 1px rgba(67, 69, 69, 0.5);
}
.latest-posts ul li::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 0px;
  height: 5px;
  background: #181a1b;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.latest-posts ul li:hover::before {
  max-width: 60px;
}
.latest-posts ul li:hover a {
  color: #181a1b;
}
.latest-posts ul li:hover a h4 {
  color: #181a1b;
}
.latest-posts ul li:hover a i,
.latest-posts ul li:hover a svg,
.latest-posts ul li:hover a img {
  color: #181a1b;
  stroke: #181a1b;
}
.latest-posts ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #737676;
  padding: 15px 0px 15px 0;
}
.latest-posts ul li a h4 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #737676;
  margin: 0;
}
.latest-posts ul li a i,
.latest-posts ul li a img,
.latest-posts ul li a svg {
  stroke: #737676;
  width: 20px;
  height: 20px;
}

.single-service {
  width: 100%;
  display: block;
  position: relative;
  padding: 80px 0 90px;
  border-bottom: solid 1px rgba(67, 69, 69, 0.3);
}
.single-service .ctn-profile {
  width: 100%;
}
.single-service .ctn-profile figure {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.single-service .ctn-profile figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-service .ctn-profile h2 {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 45px;
  color: #000708;
  margin-bottom: 20px;
  border-bottom: solid 1px rgba(67, 69, 69, 0.5);
  padding-bottom: 15px;
}
.single-service .ctn-profile h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 85px;
  height: 5px;
  background: #181a1b;
}
.single-service .ctn-profile h3 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #434545;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .single-service .ctn-profile h3 {
    margin-bottom: 0;
  }
}
.single-service .profile-text h2,
.single-service .profile-text h3,
.single-service .profile-text h4,
.single-service .profile-text h5 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 420px) / 780);
  line-height: clamp(14px, 2vw, 16px);
  text-transform: uppercase;
  color: #000708;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .single-service .profile-text h2,
  .single-service .profile-text h3,
  .single-service .profile-text h4,
  .single-service .profile-text h5 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .single-service .profile-text h2,
  .single-service .profile-text h3,
  .single-service .profile-text h4,
  .single-service .profile-text h5 {
    font-size: 16px;
  }
}
.single-service .profile-text p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: calc(14px + 8 * (100vw - 420px) / 780);
  line-height: clamp(22px, 3vw, 30px);
  color: #434545;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .single-service .profile-text p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .single-service .profile-text p {
    font-size: 22px;
  }
}
.single-service .profile-text p:last-child {
  margin-bottom: 0;
}
.single-service .form-header {
  margin-bottom: 30px;
}
.single-service .form-header h2 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(10px + 2 * (100vw - 420px) / 780);
  line-height: clamp(14px, 2vw, 16px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #434545;
  margin-bottom: 15px;
}
@media screen and (max-width: 420px) {
  .single-service .form-header h2 {
    font-size: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .single-service .form-header h2 {
    font-size: 12px;
  }
}
.single-service .form-header h3 {
  font-family: "Big Caslon CC";
  font-style: normal;
  font-weight: 500;
  font-size: calc(20px + 16 * (100vw - 420px) / 780);
  line-height: clamp(28px, 3vw, 44px);
  color: #000708;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .single-service .form-header h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .single-service .form-header h3 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .single-service .form-header h3 {
    width: 100%;
    max-width: 340px;
  }
}
@media (max-width: 576px) {
  .single-service .form-header h3 {
    width: 100%;
    max-width: 320px;
  }
}
.single-service form label {
  font-family: "Josefin Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #737676;
  padding-top: 19px;
}
.single-service form input[type=text],
.single-service form input[type=password],
.single-service form input[type=search],
.single-service form input[type=email],
.single-service form input[type=url],
.single-service form input[type=tel],
.single-service form input[type=number],
.single-service form input[type=date] {
  box-shadow: none;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.single-service form input[type=text]:focus,
.single-service form input[type=password]:focus,
.single-service form input[type=search]:focus,
.single-service form input[type=email]:focus,
.single-service form input[type=url]:focus,
.single-service form input[type=tel]:focus,
.single-service form input[type=number]:focus,
.single-service form input[type=date]:focus {
  border: solid 1px #000708;
}
.single-service form select,
.single-service form textarea {
  box-shadow: none;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.single-service form select:focus,
.single-service form textarea:focus {
  border: solid 1px #000708;
}

footer {
  width: 100%;
  display: block;
  position: relative;
  padding: 120px 0 0;
  background-color: #fff;
}
@media (max-width: 768px) {
  footer {
    padding: 60px 0 0;
  }
}
footer .footer-info .logo-footer {
  width: 100%;
  max-width: 180px;
}
footer .footer-info .logo-footer a {
  display: block;
}
footer .footer-info .logo-footer a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  footer .footer-info .logo-footer {
    max-width: 150px;
  }
}
@media (max-width: 576px) {
  footer .footer-info .logo-footer {
    max-width: 130px;
  }
}
footer .footer-info .socialLink ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #4a5346;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-color: #f0f0f0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media (max-width: 768px) {
  footer .footer-info .socialLink ul li a {
    width: 30px;
    height: 30px;
  }
  footer .footer-info .socialLink ul li a i,
  footer .footer-info .socialLink ul li a svg,
  footer .footer-info .socialLink ul li a img {
    font-size: 14px;
  }
}
footer .footer-info .nav-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .footer-info .nav-footer ul li a {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(12px + 0 * (100vw - 420px) / 780);
  line-height: 30px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #181a1b;
}
@media screen and (max-width: 420px) {
  footer .footer-info .nav-footer ul li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-info .nav-footer ul li a {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  footer .footer-info .nav-footer {
    padding: 20px 0;
    border-top: solid 1px rgba(67, 69, 69, 0.1);
    border-bottom: solid 1px rgba(67, 69, 69, 0.1);
  }
}
footer .footer-info .info-footer {
  width: 100%;
  max-width: 350px;
}
footer .footer-info .info-footer h2 {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #181a1b;
}
footer .footer-info .info-footer p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #181a1b;
  margin-bottom: 10px;
}
footer .footer-info .info-footer p a {
  display: flex;
  align-items: center;
  justify-content: end;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  color: #181a1b;
}
footer .footer-info .info-footer p a i,
footer .footer-info .info-footer p a svg,
footer .footer-info .info-footer p a img {
  width: 16px;
  height: 16px;
  display: block;
}
footer .footer-copy {
  padding: 30px 0px 20px;
  border-top: solid 1px rgba(67, 69, 69, 0.3);
}
footer .footer-copy p {
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(11px + 0 * (100vw - 420px) / 780);
  line-height: clamp(20px, 2vw, 31px);
  text-transform: uppercase;
  color: #434545;
  opacity: 0.6;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  footer .footer-copy p {
    font-size: 11px;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-copy p {
    font-size: 11px;
  }
}
footer .footer-copy p a {
  color: #434545;
}
@media (max-width: 768px) {
  footer .footer-copy p {
    text-align: center;
  }
}

.language {
	position: relative;
}

.language .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  /* background: white; */
  border: 1px solid rgb(255 255 255 / 24%);
  list-style: none;
  padding: 0;
  margin: 0px 0 0;
  width: 100%;
  padding: 9px 5px 5px;
  background: rgb(0 0 0 / 0.2%);
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.language:hover .dropdown {
  display: flex;
}