/* Thin */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  -moz-font-feature-settings: "kern";
  font-feature-settings: "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-white {
  background-color: #fff;
  text-wrap: nowrap;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(15px + 0 * (100vw - 420px) / 880);
  line-height: clamp(22px, 22px + 0px * (100vw - 420px) / (880px), 22px);
  color: #51425e;
  border: 1px solid transparent;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media screen and (max-width: 420px) {
  .btn-white {
    font-size: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .btn-white {
    font-size: 15px;
  }
}
.btn-white:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-purple {
  width: max-content;
  height: max-content;
  background-color: #6c5f79;
  text-wrap: nowrap;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: calc(15px + 0 * (100vw - 420px) / 880);
  line-height: clamp(22px, 22px + 0px * (100vw - 420px) / (880px), 22px);
  color: #fff;
  border: 1px solid transparent;
  border-radius: 14px 4px 14px 4px;
  -webkit-border-radius: 14px 4px 14px 4px;
  -moz-border-radius: 14px 4px 14px 4px;
  -ms-border-radius: 14px 4px 14px 4px;
  -o-border-radius: 14px 4px 14px 4px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media screen and (max-width: 420px) {
  .btn-purple {
    font-size: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .btn-purple {
    font-size: 15px;
  }
}
.btn-purple:hover {
  background-color: transparent;
  color: #fff;
  border-color: #6c5f79;
}

.btn-link {
  width: max-content;
  height: max-content;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14px + 0 * (100vw - 420px) / 880);
  line-height: clamp(20px, 20px + 0px * (100vw - 420px) / (880px), 20px);
  color: #e6e6e6;
  text-decoration: none !important;
}
@media screen and (max-width: 420px) {
  .btn-link {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .btn-link {
    font-size: 14px;
  }
}
.btn-link:hover {
  color: #fff;
}

.btnLink {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  max-width: max-content;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14px + 0 * (100vw - 420px) / 880);
  line-height: clamp(20px, 20px + 0px * (100vw - 420px) / (880px), 20px);
  padding: 8px 16px 8px 8px;
  color: #6c5f79;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  border: 1px solid #c0bfc2;
}
@media screen and (max-width: 420px) {
  .btnLink {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .btnLink {
    font-size: 14px;
  }
}
.btnLink span {
  width: 36px;
  height: 36px;
  padding-left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #51425e;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.btnLink:hover {
  background-color: #51425e;
  color: #fff;
  border-color: #51425e;
}
.btnLink:hover span {
  background-color: #fff;
  color: #51425e;
}

.btnLink-purple {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  max-width: max-content;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14px + 0 * (100vw - 420px) / 880);
  line-height: clamp(20px, 20px + 0px * (100vw - 420px) / (880px), 20px);
  padding: 8px 16px 8px 8px;
  color: #e6e6e6;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  border: 1px solid #6c5f79;
}
@media screen and (max-width: 420px) {
  .btnLink-purple {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .btnLink-purple {
    font-size: 14px;
  }
}
.btnLink-purple span {
  width: 36px;
  height: 36px;
  padding-left: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6c5f79;
  color: #e6e6e6;
  font-size: 18px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.btnLink-purple:hover {
  background-color: #51425e;
  color: #fff;
  border-color: #51425e;
}
.btnLink-purple:hover span {
  background-color: #fff;
  color: #51425e;
}

.submit-wrapper {
  width: 100%;
  max-width: max-content;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.submit-wrapper .btn-outline-purple {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + 0 * (100vw - 420px) / 880);
  line-height: clamp(20px, 20px + 0px * (100vw - 420px) / (880px), 20px);
  text-transform: uppercase;
  color: #51425e;
  align-self: stretch;
  background-color: transparent;
  padding: 14px 48px 14px 20px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border: 1px solid #51425e;
}
@media screen and (max-width: 420px) {
  .submit-wrapper .btn-outline-purple {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .submit-wrapper .btn-outline-purple {
    font-size: 14px;
  }
}
.submit-wrapper .btn-icon {
  width: max-content;
  height: max-content;
  position: absolute;
  right: 17px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 20px;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.submit-wrapper:hover .btn-outline-purple {
  background-color: #51425e;
  color: #fff;
}
.submit-wrapper:hover .btn-icon {
  color: #fff;
}

.offcanvas#offcanvasTop .offcanvas-header {
  border-bottom: 1px solid #e6e6e6;
}
.offcanvas#offcanvasTop .offcanvas-header .logo-offcanvas {
  height: 40px;
}
.offcanvas#offcanvasTop .offcanvas-body {
  padding: 0;
  background-color: #f7f7f7;
}
.offcanvas#offcanvasTop .offcanvas-body .offcanvas-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.offcanvas#offcanvasTop .offcanvas-body .offcanvas-nav ul li a {
  padding: 20px 40px;
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #51425e;
}
.offcanvas#offcanvasTop .offcanvas-body .offcanvas-nav ul li.current_page_item a {
  background-color: #51425e;
  color: #fff;
}

header {
  padding: 23px 0;
}
header .logo {
  height: 43px;
  width: fit-content;
}
@media (max-width: 1200px) {
  header .logo {
    height: 35px;
  }
}
header .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .main-nav ul li a {
  padding: 10px;
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
header .main-nav ul li a:hover {
  background-color: #fff;
  color: #4b286d;
}
header .main-nav ul li a.with-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -99999999px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
header .main-nav ul li a.with-icon::after {
  content: "\e94c";
  display: block;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 23px;
  text-align: center;
  text-indent: 0;
}
header .main-nav ul li a.btn-white {
  background-color: #fff;
  text-wrap: nowrap;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #51425e;
  border: 1px solid transparent;
  border-radius: 14px 4px 14px 4px;
  -webkit-border-radius: 14px 4px 14px 4px;
  -moz-border-radius: 14px 4px 14px 4px;
  -ms-border-radius: 14px 4px 14px 4px;
  -o-border-radius: 14px 4px 14px 4px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
header .main-nav ul li a.btn-white:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
header .main-nav ul li:nth-last-child(3) {
  width: 45px;
  margin-left: clamp(0px, 6%, 3.125rem);
}
@media (max-width: 1400px) {
  header .main-nav ul li:nth-last-child(3) {
    margin-left: 0;
    width: 45px;
  }
}
header .nav-btn a {
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
header .nav-btn a span {
  font-size: 35px;
  color: #fff;
}
header.header-page {
  border-bottom: 1px solid #e6e6e6;
}
header.header-page .main-nav ul li a {
  color: #51425e;
}
header.header-page .main-nav ul li a:hover {
  background-color: #51425e;
  color: #fff;
}
header.header-page .main-nav ul li a.with-icon::after {
  content: "\e94c";
  display: block;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 23px;
  text-align: center;
  text-indent: 0;
}
header.header-page .main-nav ul li a.btn-white {
  background-color: #51425e;
  color: #fff;
}
header.header-page .main-nav ul li a.btn-white:hover {
  background-color: transparent;
  color: #51425e;
  border-color: #51425e;
}
header.header-page .nav-btn a span {
  color: #51425e;
}

body.offcanvas-backdrop,
body.offcanvas-backdrop.show,
body.offcanvas-backdrop.fade,
body.modal-open {
  padding-right: 0 !important;
}

a {
  text-decoration: none;
  cursor: pointer !important;
}

@view-transition {
  navigation: auto;
}
@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: 1320px;
  padding-left: calc(var(--bs-gutter-x) * 1);
  padding-right: calc(var(--bs-gutter-x) * 1);
}

.z-1 {
  position: relative;
}

.custom-gap {
  gap: 12px;
}

.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%);
}

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

.translate-middle-y-custom {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .translate-middle-y-custom {
    top: 0;
    transform: translateY(0);
  }
}

.mb-custom {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .mb-custom {
    margin-bottom: 65px;
  }
}
@media (max-width: 768px) {
  .mb-custom {
    margin-bottom: 40px;
  }
}

.mt-page {
  margin-top: 160px;
}
@media (max-width: 992px) {
  .mt-page {
    margin-top: 95px;
  }
}
@media (max-width: 768px) {
  .mt-page {
    margin-top: 70px;
  }
}

.custom-hr {
  border-color: #969499;
}

.d-hr {
  background-color: #fbfbfb;
}

.hr-page {
  border-color: #e6e6e6;
}

.border-bottom-custom {
  border-bottom: 1px solid #e6e6e6;
}

.card-post {
  background-color: transparent;
  overflow: hidden;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.card-post figure {
  width: 100%;
  height: 233px;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
}
.card-post figure::before, .card-post figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 345px;
  height: 8px;
  z-index: 1;
  background-color: #51425e;
}
.card-post figure::before {
  top: 0;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}
.card-post figure::after {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  bottom: 0;
}
.card-post figure a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.card-post figure a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 66, 94, 0.1);
  z-index: 1;
}
.card-post figure a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.card-post figure a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.card-post .card-body {
  padding: 25px 0;
}
.card-post .card-body h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc(14px + 3 * (100vw - 420px) / 880);
  line-height: clamp(22px, 22px + 5px * (100vw - 420px) / (880px), 27px);
  color: #51425e;
  margin-bottom: 10px;
}
@media screen and (max-width: 420px) {
  .card-post .card-body h2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .card-post .card-body h2 {
    font-size: 17px;
  }
}
.card-post .card-body p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(13px + 2 * (100vw - 420px) / 880);
  line-height: clamp(20px, 20px + 4px * (100vw - 420px) / (880px), 24px);
  color: #969499;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .card-post .card-body p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1300px) {
  .card-post .card-body p {
    font-size: 15px;
  }
}

.card-profile {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.card-profile figure {
  width: 130px;
  height: 130px;
  margin: 0;
  overflow: hidden;
  position: relative;
  border: 1px solid #e6e6e6;
}
.card-profile figure img {
  position: relative;
  z-index: 1;
}
.card-profile figure .bg-before {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #d9d6e4;
}
@media (max-width: 768px) {
  .card-profile figure {
    width: 100%;
    height: 150px;
    border-radius: 100px 0px 0px 100px !important;
    -webkit-border-radius: 100px 0px 0px 100px !important;
    -moz-border-radius: 100px 0px 0px 100px !important;
    -ms-border-radius: 100px 0px 0px 100px !important;
    -o-border-radius: 100px 0px 0px 100px !important;
  }
  .card-profile figure img {
    object-position: top;
  }
  .card-profile figure .bg-before {
    border-radius: 100px 0px 0px 100px !important;
    -webkit-border-radius: 100px 0px 0px 100px !important;
    -moz-border-radius: 100px 0px 0px 100px !important;
    -ms-border-radius: 100px 0px 0px 100px !important;
    -o-border-radius: 100px 0px 0px 100px !important;
  }
}
.card-profile .card-body {
  padding: 0px 20px 0 20px;
}
.card-profile .card-body h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 420px) / 880);
  line-height: clamp(100%, 100% + 10% * (100vw - 420px) / (880px), 110%);
  color: #51425e;
  align-self: stretch;
  margin-bottom: 10px;
}
@media screen and (max-width: 420px) {
  .card-profile .card-body h2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .card-profile .card-body h2 {
    font-size: 16px;
  }
}
.card-profile .card-body p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(11px + 2 * (100vw - 420px) / 880);
  line-height: clamp(110%, 110% + 10% * (100vw - 420px) / (880px), 120%);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #969499;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .card-profile .card-body p {
    font-size: 11px;
  }
}
@media screen and (min-width: 1300px) {
  .card-profile .card-body p {
    font-size: 13px;
  }
}
.card-profile .card-body a {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 420px) / 880);
  line-height: clamp(110%, 110% + 10% * (100vw - 420px) / (880px), 120%);
  color: #51425e;
  margin-top: 10px;
}
@media screen and (max-width: 420px) {
  .card-profile .card-body a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .card-profile .card-body a {
    font-size: 16px;
  }
}
.card-profile .card-body a span {
  display: block;
  font-size: 18px;
  font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 24;
}

.post-card figure {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
}
.post-card figure::before, .post-card figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 90%;
  height: 8px;
  z-index: 1;
  background-color: #51425e;
}
.post-card figure::before {
  top: 0;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}
.post-card figure::after {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  bottom: 0;
}
.post-card figure img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.post-card h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(20px + 6 * (100vw - 420px) / 880);
  line-height: clamp(32px, 32px + 7px * (100vw - 420px) / (880px), 39px);
  color: #51425e;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .post-card h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .post-card h2 {
    font-size: 26px;
  }
}
.post-card p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16px + 4 * (100vw - 420px) / 880);
  line-height: clamp(24px, 24px + 6px * (100vw - 420px) / (880px), 30px);
  color: #51425e;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .post-card p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .post-card p {
    font-size: 20px;
  }
}
.post-card:hover figure img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.title-section h2 {
  width: 100%;
  max-width: 790px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(24px + 6 * (100vw - 420px) / 880);
  line-height: clamp(38px, 38px + 8px * (100vw - 420px) / (880px), 46px);
  color: #51425e;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .title-section h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .title-section h2 {
    font-size: 30px;
  }
}
.title-section h2 strong,
.title-section h2 b {
  font-weight: 600;
}
.title-section p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 420px) / 880);
  line-height: clamp(20px, 20px + 4px * (100vw - 420px) / (880px), 24px);
  color: #969499;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .title-section p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .title-section p {
    font-size: 16px;
  }
}

.main-hero {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 150px 0 100px;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}
.main-hero .content-hero {
  width: 100%;
  max-width: 620px;
}
.main-hero .content-hero h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(36px + 12 * (100vw - 420px) / 880);
  line-height: clamp(52px, 52px + 8px * (100vw - 420px) / (880px), 60px);
  color: #e6e6e6;
  margin-bottom: 15px;
}
@media screen and (max-width: 420px) {
  .main-hero .content-hero h1 {
    font-size: 36px;
  }
}
@media screen and (min-width: 1300px) {
  .main-hero .content-hero h1 {
    font-size: 48px;
  }
}
.main-hero .content-hero h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 420px) / 880);
  line-height: clamp(20px, 20px + 4px * (100vw - 420px) / (880px), 24px);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e6e6e6;
  margin-bottom: 40px;
}
@media screen and (max-width: 420px) {
  .main-hero .content-hero h2 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .main-hero .content-hero h2 {
    font-size: 16px;
  }
}
.main-hero .content-hero p {
  width: 100%;
  max-width: 470px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16px + 4 * (100vw - 420px) / 880);
  line-height: clamp(24px, 24px + 6px * (100vw - 420px) / (880px), 30px);
  color: #e6e6e6;
  margin-bottom: 40px;
}
@media screen and (max-width: 420px) {
  .main-hero .content-hero p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .main-hero .content-hero p {
    font-size: 20px;
  }
}
.main-hero figure {
  background-color: #51425e;
  margin-bottom: 0;
  z-index: -1;
}
.main-hero figure img {
  mix-blend-mode: hard-light;
}

.main-services {
  overflow: hidden;
  position: relative;
  padding: 100px 0;
  background: linear-gradient(110.86deg, #fff 0%, #f7f7f7 32.93%, #fff 49.98%, #ededed 71.77%, #fff 100%);
}
.main-services::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: linear-gradient(110.86deg, #fff 0%, #f7f7f7 32.93%, #fff 49.98%, #ededed 71.77%, #fff 100%);
}

.main-about {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 130px 0;
  background: linear-gradient(110.86deg, #51425e 0%, #6c5f79 32.93%, #51425e 49.98%, #6c5f79 81.83%, #51425e 100%);
}
.main-about .content-about {
  width: 100%;
  max-width: 580px;
}
.main-about .content-about h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(24px + 8 * (100vw - 420px) / 880);
  line-height: clamp(38px, 38px + 8px * (100vw - 420px) / (880px), 46px);
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 420px) {
  .main-about .content-about h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .main-about .content-about h2 {
    font-size: 32px;
  }
}
.main-about .content-about h2 strong,
.main-about .content-about h2 b {
  font-weight: 600;
}
.main-about .content-about p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16px + 4 * (100vw - 420px) / 880);
  line-height: clamp(24px, 24px + 6px * (100vw - 420px) / (880px), 30px);
  color: #e6e6e6;
}
@media screen and (max-width: 420px) {
  .main-about .content-about p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .main-about .content-about p {
    font-size: 20px;
  }
}
.main-about .content-about p strong,
.main-about .content-about p b {
  font-weight: 600;
}
.main-about .content-about p:last-of-type {
  margin-bottom: 25px;
}
.main-about .item {
  width: 100%;
  max-width: 300px;
  padding-left: 20px;
}
.main-about .item h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(28px + 8 * (100vw - 420px) / 880);
  line-height: clamp(46px, 46px + 8px * (100vw - 420px) / (880px), 54px);
  color: #e6e6e6;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 420px) {
  .main-about .item h3 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1300px) {
  .main-about .item h3 {
    font-size: 36px;
  }
}
.main-about .item h3::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -20px;
  width: 1px;
  height: 100%;
  margin: auto;
  background-color: #e6e6e6;
}
.main-about .item p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(12px + 2 * (100vw - 420px) / 880);
  line-height: clamp(16px, 16px + 4px * (100vw - 420px) / (880px), 20px);
  color: #e6e6e6;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .main-about .item p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1300px) {
  .main-about .item p {
    font-size: 14px;
  }
}

.circular-image-wrapper {
  position: relative;
  width: 570px;
  height: 570px;
  margin: auto;
  display: inline-block;
}
.circular-image-wrapper .dots-layers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.circular-image-wrapper .dots-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.circular-image-wrapper .circular-image {
  position: absolute;
  width: 464px;
  height: 464px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  z-index: 10;
}
.circular-image-wrapper .circular-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.circular-image-wrapper .icon-logo {
  width: 85px;
  height: 85px;
  position: absolute;
  bottom: 60px;
  left: 70px;
}
@media (max-width: 576px) {
  .circular-image-wrapper {
    width: 100%;
    height: 100%;
  }
  .circular-image-wrapper .circular-image {
    width: 100%;
    height: 86vw;
    position: initial;
    transform: none;
  }
  .circular-image-wrapper .dots-layers {
    /* display: none; */
    z-index: -1;
    width: 60%;
    height: 60%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
  }
  .circular-image-wrapper .icon-logo {
    display: none;
  }
}

.main-trusts {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 120px 0;
  background-color: #f8f8f8;
}
.main-trusts .content-trusts h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(24px + 8 * (100vw - 420px) / 880);
  line-height: clamp(38px, 38px + 8px * (100vw - 420px) / (880px), 46px);
  color: #51425e;
  margin-bottom: 24px;
}
@media screen and (max-width: 420px) {
  .main-trusts .content-trusts h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .main-trusts .content-trusts h2 {
    font-size: 32px;
  }
}
.main-trusts .content-trusts h2 strong,
.main-trusts .content-trusts h2 b {
  font-weight: 600;
}
.main-trusts .content-trusts p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16px + 4 * (100vw - 420px) / 880);
  line-height: clamp(24px, 24px + 6px * (100vw - 420px) / (880px), 30px);
  color: #6c5f79;
}
@media screen and (max-width: 420px) {
  .main-trusts .content-trusts p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .main-trusts .content-trusts p {
    font-size: 20px;
  }
}
.main-trusts .content-trusts p:last-of-type {
  margin-bottom: 24px;
}
.main-trusts figure {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
}
.main-trusts figure::before, .main-trusts figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 235px;
  height: 8px;
  z-index: 1;
  background-color: #51425e;
}
.main-trusts figure::before {
  top: 0;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}
.main-trusts figure::after {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .main-trusts {
    padding: 70px 0;
  }
}

.list-link li {
  padding: 0;
  background-color: transparent;
  cursor: pointer !important;
}
.list-link li:last-child {
  border-bottom-width: 1px !important;
}
.list-link li a {
  cursor: pointer !important;
  display: block;
  position: relative;
  padding: 11px 0;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  color: #51425e;
  z-index: 1;
}
.list-link li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #51425e;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  z-index: -1;
}
.list-link li a::after {
  content: "\e0b2";
  display: block;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 24;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
  z-index: 1;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.list-link li a:hover {
  padding: 11px 10px;
  color: #fff;
}
.list-link li a:hover::before {
  width: 100%;
  color: #fff;
}
.list-link li a:hover::after {
  right: 8px;
}

.page-header {
  overflow: hidden;
  padding: 130px 0 30px;
  background-color: #fbfbfb;
  position: relative;
}
.page-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: 620px;
  z-index: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: linear-gradient(110.86deg, #51425e 0%, #6c5f79 32.93%, #51425e 49.98%, #6c5f79 81.83%, #51425e 100%);
}
.page-header .content-header {
  width: 100%;
  max-width: 580px;
}
.page-header .content-header h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(20px + 12 * (100vw - 420px) / 880);
  line-height: clamp(38px, 38px + 8px * (100vw - 420px) / (880px), 46px);
  color: #e6e6e6;
  margin-bottom: 60px;
}
@media screen and (max-width: 420px) {
  .page-header .content-header h1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .page-header .content-header h1 {
    font-size: 32px;
  }
}
.page-header .content-header h1 strong,
.page-header .content-header h1 b {
  font-weight: 600;
}
@media (max-width: 768px) {
  .page-header .content-header h1 {
    margin-bottom: 30px;
  }
}
.page-header .content-header h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(13px + 2 * (100vw - 420px) / 880);
  line-height: clamp(18px, 18px + 4px * (100vw - 420px) / (880px), 22px);
  text-transform: uppercase;
  color: #c0bfc2;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .page-header .content-header h2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1300px) {
  .page-header .content-header h2 {
    font-size: 15px;
  }
}
.page-header .content-header h3 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 420px) / 880);
  line-height: clamp(100%, 100% + 10% * (100vw - 420px) / (880px), 110%);
  color: #e1e3e4;
  margin-bottom: 13px;
}
@media screen and (max-width: 420px) {
  .page-header .content-header h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .page-header .content-header h3 {
    font-size: 16px;
  }
}
.page-header .content-header p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(13px + 2 * (100vw - 420px) / 880);
  line-height: clamp(130%, 130% + 10% * (100vw - 420px) / (880px), 140%);
  letter-spacing: 0.01em;
  color: #e1e3e4;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .page-header .content-header p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1300px) {
  .page-header .content-header p {
    font-size: 14px;
  }
}
.page-header .content-page p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16px + 4 * (100vw - 420px) / 880);
  line-height: clamp(130%, 130% + 10% * (100vw - 420px) / (880px), 140%);
  letter-spacing: 0.01em;
  color: #e1e3e4;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .page-header .content-page p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .page-header .content-page p {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .page-header {
    padding: 80px 0 30px;
  }
}
@media (max-width: 1200px) {
  .page-header::after {
    height: calc(100% - 20px);
  }
}
@media (max-width: 992px) {
  .page-header {
    padding: 50px 0 30px;
  }
  .page-header .content-header {
    max-width: 100%;
  }
}

.product-header {
  overflow: hidden;
  padding: 130px 0 60px;
  background-color: #fbfbfb;
  position: relative;
}
.product-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: linear-gradient(110.86deg, #51425e 0%, #6c5f79 32.93%, #51425e 49.98%, #6c5f79 81.83%, #51425e 100%);
}
.product-header .content-header h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(24px + 8 * (100vw - 420px) / 880);
  line-height: clamp(38px, 38px + 8px * (100vw - 420px) / (880px), 46px);
  color: #e6e6e6;
  margin-bottom: 60px;
}
@media screen and (max-width: 420px) {
  .product-header .content-header h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .product-header .content-header h1 {
    font-size: 32px;
  }
}
.product-header .content-header h1 strong,
.product-header .content-header h1 b {
  font-weight: 600;
}
@media (max-width: 768px) {
  .product-header .content-header h1 {
    margin-bottom: 30px;
  }
}
.product-header .content-header h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(13px + 2 * (100vw - 420px) / 880);
  line-height: clamp(18px, 18px + 4px * (100vw - 420px) / (880px), 22px);
  text-transform: uppercase;
  color: #c0bfc2;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .product-header .content-header h2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1300px) {
  .product-header .content-header h2 {
    font-size: 15px;
  }
}
.product-header .content-header h3 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 420px) / 880);
  line-height: clamp(100%, 100% + 10% * (100vw - 420px) / (880px), 110%);
  color: #e1e3e4;
  margin-bottom: 13px;
}
@media screen and (max-width: 420px) {
  .product-header .content-header h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .product-header .content-header h3 {
    font-size: 16px;
  }
}
.product-header .content-header p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(13px + 2 * (100vw - 420px) / 880);
  line-height: clamp(130%, 130% + 10% * (100vw - 420px) / (880px), 140%);
  letter-spacing: 0.01em;
  color: #e1e3e4;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .product-header .content-header p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1300px) {
  .product-header .content-header p {
    font-size: 15px;
  }
}
.product-header .content-page p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16px + 4 * (100vw - 420px) / 880);
  line-height: clamp(130%, 130% + 10% * (100vw - 420px) / (880px), 140%);
  letter-spacing: 0.01em;
  color: #e1e3e4;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .product-header .content-page p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .product-header .content-page p {
    font-size: 20px;
  }
}

.blog-header {
  padding: 130px 0 0px;
  background-color: #fbfbfb;
  position: relative;
}
.blog-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: 440px;
  z-index: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: linear-gradient(110.86deg, #51425e 0%, #6c5f79 32.93%, #51425e 49.98%, #6c5f79 81.83%, #51425e 100%);
}
.blog-header .content-header h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(24px + 8 * (100vw - 420px) / 880);
  line-height: clamp(38px, 38px + 8px * (100vw - 420px) / (880px), 46px);
  color: #e6e6e6;
  margin-bottom: 60px;
}
@media screen and (max-width: 420px) {
  .blog-header .content-header h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .blog-header .content-header h1 {
    font-size: 32px;
  }
}
.blog-header .content-header h1 strong,
.blog-header .content-header h1 b {
  font-weight: 600;
}
@media (max-width: 768px) {
  .blog-header .content-header h1 {
    margin-bottom: 30px;
  }
}
.blog-header .content-header h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(13px + 2 * (100vw - 420px) / 880);
  line-height: clamp(18px, 18px + 4px * (100vw - 420px) / (880px), 22px);
  text-transform: uppercase;
  color: #c0bfc2;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .blog-header .content-header h2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1300px) {
  .blog-header .content-header h2 {
    font-size: 15px;
  }
}
.blog-header .content-header h3 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 420px) / 880);
  line-height: clamp(100%, 100% + 10% * (100vw - 420px) / (880px), 110%);
  color: #e1e3e4;
  margin-bottom: 13px;
}
@media screen and (max-width: 420px) {
  .blog-header .content-header h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .blog-header .content-header h3 {
    font-size: 16px;
  }
}
.blog-header .content-header p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(13px + 2 * (100vw - 420px) / 880);
  line-height: clamp(130%, 130% + 10% * (100vw - 420px) / (880px), 140%);
  letter-spacing: 0.01em;
  color: #e1e3e4;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .blog-header .content-header p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1300px) {
  .blog-header .content-header p {
    font-size: 15px;
  }
}
.blog-header .content-page p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(16px + 4 * (100vw - 420px) / 880);
  line-height: clamp(130%, 130% + 10% * (100vw - 420px) / (880px), 140%);
  letter-spacing: 0.01em;
  color: #e1e3e4;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .blog-header .content-page p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .blog-header .content-page p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .blog-header {
    padding: 60px 0 60px;
  }
  .blog-header::after {
    height: calc(100% - 20px);
  }
}

.services-header {
  padding: 130px 0 60px;
  background-color: #fbfbfb;
  position: relative;
}
.services-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: 500px;
  z-index: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: linear-gradient(110.86deg, #51425e 0%, #6c5f79 32.93%, #51425e 49.98%, #6c5f79 81.83%, #51425e 100%);
}
.services-header .content-header h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(24px + 8 * (100vw - 420px) / 880);
  line-height: clamp(38px, 38px + 8px * (100vw - 420px) / (880px), 46px);
  color: #e6e6e6;
  margin-bottom: 60px;
}
@media screen and (max-width: 420px) {
  .services-header .content-header h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .services-header .content-header h1 {
    font-size: 32px;
  }
}
.services-header .content-header h1 strong,
.services-header .content-header h1 b {
  font-weight: 600;
}
@media (max-width: 768px) {
  .services-header .content-header h1 {
    margin-bottom: 30px;
  }
}
.services-header .content-header h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(13px + 2 * (100vw - 420px) / 880);
  line-height: clamp(18px, 18px + 4px * (100vw - 420px) / (880px), 22px);
  text-transform: uppercase;
  color: #c0bfc2;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .services-header .content-header h2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1300px) {
  .services-header .content-header h2 {
    font-size: 15px;
  }
}
.services-header .content-header h3 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 420px) / 880);
  line-height: clamp(100%, 100% + 10% * (100vw - 420px) / (880px), 110%);
  color: #e1e3e4;
  margin-bottom: 13px;
}
@media screen and (max-width: 420px) {
  .services-header .content-header h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .services-header .content-header h3 {
    font-size: 16px;
  }
}
.services-header .content-header p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(13px + 2 * (100vw - 420px) / 880);
  line-height: clamp(130%, 130% + 10% * (100vw - 420px) / (880px), 140%);
  letter-spacing: 0.01em;
  color: #e1e3e4;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .services-header .content-header p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1300px) {
  .services-header .content-header p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .services-header {
    padding: 70px 0 30px;
  }
}

.default-header {
  padding: 130px 0 60px;
  background-color: #fbfbfb;
  position: relative;
}
.default-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: linear-gradient(110.86deg, #51425e 0%, #6c5f79 32.93%, #51425e 49.98%, #6c5f79 81.83%, #51425e 100%);
}
.default-header .content-header h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(24px + 8 * (100vw - 420px) / 880);
  line-height: clamp(38px, 38px + 8px * (100vw - 420px) / (880px), 46px);
  color: #e6e6e6;
  margin-bottom: 60px;
}
@media screen and (max-width: 420px) {
  .default-header .content-header h1 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .default-header .content-header h1 {
    font-size: 32px;
  }
}
.default-header .content-header h1 strong,
.default-header .content-header h1 b {
  font-weight: 600;
}
@media (max-width: 768px) {
  .default-header .content-header h1 {
    margin-bottom: 30px;
  }
}
.default-header .content-header h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(13px + 2 * (100vw - 420px) / 880);
  line-height: clamp(18px, 18px + 4px * (100vw - 420px) / (880px), 22px);
  text-transform: uppercase;
  color: #c0bfc2;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .default-header .content-header h2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1300px) {
  .default-header .content-header h2 {
    font-size: 15px;
  }
}
.default-header .content-header h3 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 420px) / 880);
  line-height: clamp(100%, 100% + 10% * (100vw - 420px) / (880px), 110%);
  color: #e1e3e4;
  margin-bottom: 13px;
}
@media screen and (max-width: 420px) {
  .default-header .content-header h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .default-header .content-header h3 {
    font-size: 16px;
  }
}
.default-header .content-header p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(13px + 2 * (100vw - 420px) / 880);
  line-height: clamp(130%, 130% + 10% * (100vw - 420px) / (880px), 140%);
  letter-spacing: 0.01em;
  color: #e1e3e4;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .default-header .content-header p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1300px) {
  .default-header .content-header p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .default-header {
    padding: 70px 0 30px;
  }
}

.faq-header {
  padding: 130px 0 30px;
  background-color: #fbfbfb;
  position: relative;
}
.faq-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: linear-gradient(110.86deg, #51425e 0%, #6c5f79 32.93%, #51425e 49.98%, #6c5f79 81.83%, #51425e 100%);
}
.faq-header .content-header h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 46px;
  color: #e6e6e6;
  margin-bottom: 60px;
}
.faq-header .content-header h1 strong,
.faq-header .content-header h1 b {
  font-weight: 600;
}
.faq-header .content-header h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  text-transform: uppercase;
  color: #c0bfc2;
  margin-bottom: 20px;
}
.faq-header .content-header h3 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
  color: #e1e3e4;
  margin-bottom: 13px;
}
.faq-header .content-header p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.01em;
  color: #e1e3e4;
  margin-bottom: 0;
}

.contact-header {
  padding: 130px 0 30px;
  background-color: #fbfbfb;
  position: relative;
}
.contact-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: linear-gradient(110.86deg, #51425e 0%, #6c5f79 32.93%, #51425e 49.98%, #6c5f79 81.83%, #51425e 100%);
}
.contact-header .content-header h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 46px;
  color: #e6e6e6;
  margin-bottom: 60px;
}
.contact-header .content-header h1 strong,
.contact-header .content-header h1 b {
  font-weight: 600;
}
@media (max-width: 768px) {
  .contact-header .content-header h1 {
    margin-bottom: 30px;
  }
}
.contact-header .content-header h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(15px + 0 * (100vw - 420px) / 880);
  line-height: clamp(22px, 22px + 0px * (100vw - 420px) / (880px), 22px);
  text-transform: uppercase;
  color: #c0bfc2;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .contact-header .content-header h2 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .contact-header .content-header h2 {
    font-size: 15px;
  }
}
.contact-header .content-header h3 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(16px + 0 * (100vw - 420px) / 880);
  line-height: clamp(17.6px, 17.6px + 0px * (100vw - 420px) / (880px), 17.6px);
  color: #e1e3e4;
  margin-bottom: 13px;
}
@media screen and (max-width: 420px) {
  .contact-header .content-header h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .contact-header .content-header h3 {
    font-size: 16px;
  }
}
.contact-header .content-header p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(15px + 0 * (100vw - 420px) / 880);
  line-height: clamp(21px, 21px + 0px * (100vw - 420px) / (880px), 21px);
  letter-spacing: 0.01em;
  color: #e1e3e4;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .contact-header .content-header p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .contact-header .content-header p {
    font-size: 15px;
  }
}

.single-header {
  padding: 130px 0 20px;
  background-color: #fbfbfb;
  position: relative;
}
.single-header::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: linear-gradient(110.86deg, #51425e 0%, #6c5f79 32.93%, #51425e 49.98%, #6c5f79 81.83%, #51425e 100%);
}
.single-header .content-header h1 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(20px + 10 * (100vw - 420px) / 880);
  line-height: clamp(38px, 38px + 8px * (100vw - 420px) / (880px), 46px);
  color: #e6e6e6;
  margin-bottom: 60px;
}
@media screen and (max-width: 420px) {
  .single-header .content-header h1 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .single-header .content-header h1 {
    font-size: 30px;
  }
}
.single-header .content-header h1 strong,
.single-header .content-header h1 b {
  font-weight: 600;
}
@media (max-width: 768px) {
  .single-header .content-header h1 {
    margin-bottom: 20px;
  }
}
.single-header .content-header h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(11px + 4 * (100vw - 420px) / 880);
  line-height: clamp(18px, 18px + 4px * (100vw - 420px) / (880px), 22px);
  text-transform: uppercase;
  color: #c0bfc2;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .single-header .content-header h2 {
    font-size: 11px;
  }
}
@media screen and (min-width: 1300px) {
  .single-header .content-header h2 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .single-header .content-header h2 {
    margin-bottom: 0px;
  }
}
.single-header .content-header h3 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(14px + 2 * (100vw - 420px) / 880);
  line-height: clamp(100%, 100% + 10% * (100vw - 420px) / (880px), 110%);
  color: #e1e3e4;
  margin-bottom: 13px;
}
@media screen and (max-width: 420px) {
  .single-header .content-header h3 {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .single-header .content-header h3 {
    font-size: 16px;
  }
}
.single-header .content-header p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(13px + 2 * (100vw - 420px) / 880);
  line-height: clamp(130%, 130% + 10% * (100vw - 420px) / (880px), 140%);
  letter-spacing: 0.01em;
  color: #e1e3e4;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .single-header .content-header p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1300px) {
  .single-header .content-header p {
    font-size: 15px;
  }
}
.single-header .content-header figure {
  height: 350px;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
}
.single-header .content-header figure::before, .single-header .content-header figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 560px;
  height: 8px;
  z-index: 1;
  background-color: #51425e;
}
.single-header .content-header figure::before {
  top: 0;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}
.single-header .content-header figure::after {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  bottom: 0;
}
.single-header .content-header figure a {
  display: block;
  position: relative;
}
.single-header .content-header figure a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 66, 94, 0.1);
  z-index: 1;
}
.single-header .content-header figure a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-header .content-header figure a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .single-header {
    padding: 30px 0 30px;
  }
}

.about-main {
  padding: 0 0 60px;
  background-color: #fbfbfb;
  position: relative;
}
@media (max-width: 768px) {
  .about-main {
    padding: 0;
  }
}
.about-main figure {
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
}
.about-main figure::before, .about-main figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 235px;
  height: 8px;
  z-index: 1;
  background-color: #51425e;
}
.about-main figure::before {
  top: 0;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}
.about-main figure::after {
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .about-main figure {
    height: 300px;
  }
}
.about-main .about-value {
  padding: 0 0 40px;
  border-bottom: 1px solid #e6e6e6;
}
.about-main .about-value:last-of-type {
  padding: 40px 0 0;
  border: none;
}
.about-main .about-value h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(24px + 8 * (100vw - 420px) / 880);
  line-height: clamp(38px, 38px + 8px * (100vw - 420px) / (880px), 46px);
  color: #51425e;
}
@media screen and (max-width: 420px) {
  .about-main .about-value h2 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .about-main .about-value h2 {
    font-size: 32px;
  }
}
.about-main .about-value h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(16px + 4 * (100vw - 420px) / 880);
  line-height: clamp(24px, 24px + 6px * (100vw - 420px) / (880px), 30px);
  color: #51425e;
  margin-bottom: 15px;
}
@media screen and (max-width: 420px) {
  .about-main .about-value h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .about-main .about-value h3 {
    font-size: 20px;
  }
}
.about-main .about-value p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(15px + 3 * (100vw - 420px) / 880);
  line-height: clamp(22px, 22px + 5px * (100vw - 420px) / (880px), 27px);
  color: #969499;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .about-main .about-value p {
    font-size: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .about-main .about-value p {
    font-size: 18px;
  }
}

.values-main {
  padding: 60px 0;
  background-color: #fbfbfb;
  position: relative;
}
@media (max-width: 768px) {
  .values-main {
    padding: 30px 0;
  }
}
.values-main .col-items {
  width: 100%;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(110.86deg, #51425e 0%, #6c5f79 32.93%, #51425e 49.98%, #6c5f79 81.83%, #51425e 100%);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.values-main .col-items p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(16px + 4 * (100vw - 420px) / 880);
  line-height: clamp(24px, 24px + 6px * (100vw - 420px) / (880px), 30px);
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 420px) {
  .values-main .col-items p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .values-main .col-items p {
    font-size: 20px;
  }
}

.team-main {
  padding: 60px 0 100px;
  background-color: #fbfbfb;
  position: relative;
}
@media (max-width: 768px) {
  .team-main {
    padding: 30px 0 50px;
  }
}

.main-products {
  padding: 60px 0 100px;
  position: relative;
  background: linear-gradient(110.86deg, #fff 0%, #f7f7f7 32.93%, #fff 49.98%, #ededed 71.77%, #fff 100%);
}

.main-posts {
  padding: 60px 0 100px;
}

.main-faq {
  padding: 60px 0 100px;
}

#faqAccordion .accordion-item {
  border-color: #e6e6e6;
}
#faqAccordion .accordion-item:first-child {
  border-top: 1px solid #e6e6e6;
}
#faqAccordion .accordion-item:last-of-type {
  border-bottom: 1px solid #e6e6e6;
}
#faqAccordion .accordion-item .accordion-header .accordion-button {
  padding: 40px 0;
  outline: none !important;
  box-shadow: none !important;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  background-color: transparent;
  color: #51425e;
}
#faqAccordion .accordion-item .accordion-header .accordion-button::after {
  content: "add";
  width: 40px;
  height: 40px;
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background-image: none;
  background-color: #51425e;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: solid 1px transparent;
  -webkit-transition: color 0.3s  , font-variation-settings 0.3s  ;
  -moz-transition: color 0.3s  , font-variation-settings 0.3s  ;
  -ms-transition: color 0.3s  , font-variation-settings 0.3s  ;
  -o-transition: color 0.3s  , font-variation-settings 0.3s  ;
  transition: color 0.3s  , font-variation-settings 0.3s  ;
}
#faqAccordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "remove";
  background-color: transparent;
  color: #51425e;
  border-color: #51425e;
}
#faqAccordion .accordion-item .accordion-body {
  padding: 20px 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #969499;
}

.main-contact {
  padding: 90px 0 100px;
  background-color: #fbfbfb;
  position: relative;
}
.main-contact .content-contact h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(15px + 0 * (100vw - 420px) / 880);
  line-height: clamp(30px, 30px + 0px * (100vw - 420px) / (880px), 30px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #51425e;
  margin-bottom: 10px;
}
@media screen and (max-width: 420px) {
  .main-contact .content-contact h2 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .main-contact .content-contact h2 {
    font-size: 15px;
  }
}
.main-contact .content-contact p {
  width: 100%;
  max-width: 410px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14px + 0 * (100vw - 420px) / 880);
  line-height: clamp(27px, 27px + 0px * (100vw - 420px) / (880px), 27px);
  color: #51425e;
  margin-bottom: 0px;
}
@media screen and (max-width: 420px) {
  .main-contact .content-contact p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .main-contact .content-contact p {
    font-size: 14px;
  }
}
.main-contact .content-contact ul {
  display: grid;
  gap: 6px;
}
.main-contact .content-contact ul li a {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14px + 0 * (100vw - 420px) / 880);
  line-height: clamp(27px, 27px + 0px * (100vw - 420px) / (880px), 27px);
  color: #51425e;
  -webkit-transition: color, 0.3s;
  -moz-transition: color, 0.3s;
  -ms-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  transition: color, 0.3s;
}
@media screen and (max-width: 420px) {
  .main-contact .content-contact ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .main-contact .content-contact ul li a {
    font-size: 14px;
  }
}
.main-contact .content-contact ul li a span {
  font-size: 20px;
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
}
.main-contact .content-contact ul li a:hover {
  color: #51425e;
}
.main-contact .map {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.main-contact .map iframe {
  width: 100%;
  height: 100%;
  border: none;
  filter: grayscale(100%);
}
.main-contact .content-form h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(22px + 0 * (100vw - 420px) / 880);
  line-height: clamp(36px, 36px + 0px * (100vw - 420px) / (880px), 36px);
  color: #51425e;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .main-contact .content-form h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1300px) {
  .main-contact .content-form h2 {
    font-size: 22px;
  }
}
.main-contact .content-form form h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(15px + 0 * (100vw - 420px) / 880);
  line-height: clamp(30px, 30px + 0px * (100vw - 420px) / (880px), 30px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #51425e;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .main-contact .content-form form h3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .main-contact .content-form form h3 {
    font-size: 15px;
  }
}
.main-contact .content-form form input[type=text],
.main-contact .content-form form input[type=password],
.main-contact .content-form form input[type=search],
.main-contact .content-form form input[type=email],
.main-contact .content-form form input[type=url],
.main-contact .content-form form input[type=tel],
.main-contact .content-form form input[type=number],
.main-contact .content-form form input[type=date] {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14px + 0 * (100vw - 420px) / 880);
  line-height: clamp(27px, 27px + 0px * (100vw - 420px) / (880px), 27px);
  color: #737676;
  background-color: #dedcd3;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  box-shadow: none !important;
}
@media screen and (max-width: 420px) {
  .main-contact .content-form form input[type=text],
  .main-contact .content-form form input[type=password],
  .main-contact .content-form form input[type=search],
  .main-contact .content-form form input[type=email],
  .main-contact .content-form form input[type=url],
  .main-contact .content-form form input[type=tel],
  .main-contact .content-form form input[type=number],
  .main-contact .content-form form input[type=date] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .main-contact .content-form form input[type=text],
  .main-contact .content-form form input[type=password],
  .main-contact .content-form form input[type=search],
  .main-contact .content-form form input[type=email],
  .main-contact .content-form form input[type=url],
  .main-contact .content-form form input[type=tel],
  .main-contact .content-form form input[type=number],
  .main-contact .content-form form input[type=date] {
    font-size: 14px;
  }
}
.main-contact .content-form form input[type=text]::-webkit-input-placeholder,
.main-contact .content-form form input[type=password]::-webkit-input-placeholder,
.main-contact .content-form form input[type=search]::-webkit-input-placeholder,
.main-contact .content-form form input[type=email]::-webkit-input-placeholder,
.main-contact .content-form form input[type=url]::-webkit-input-placeholder,
.main-contact .content-form form input[type=tel]::-webkit-input-placeholder,
.main-contact .content-form form input[type=number]::-webkit-input-placeholder,
.main-contact .content-form form input[type=date]::-webkit-input-placeholder {
  color: #737676;
}
.main-contact .content-form form input[type=text]:-moz-placeholder,
.main-contact .content-form form input[type=password]:-moz-placeholder,
.main-contact .content-form form input[type=search]:-moz-placeholder,
.main-contact .content-form form input[type=email]:-moz-placeholder,
.main-contact .content-form form input[type=url]:-moz-placeholder,
.main-contact .content-form form input[type=tel]:-moz-placeholder,
.main-contact .content-form form input[type=number]:-moz-placeholder,
.main-contact .content-form form input[type=date]:-moz-placeholder {
  color: #737676;
}
.main-contact .content-form form input[type=text]::-moz-placeholder,
.main-contact .content-form form input[type=password]::-moz-placeholder,
.main-contact .content-form form input[type=search]::-moz-placeholder,
.main-contact .content-form form input[type=email]::-moz-placeholder,
.main-contact .content-form form input[type=url]::-moz-placeholder,
.main-contact .content-form form input[type=tel]::-moz-placeholder,
.main-contact .content-form form input[type=number]::-moz-placeholder,
.main-contact .content-form form input[type=date]::-moz-placeholder {
  color: #737676;
}
.main-contact .content-form form input[type=text]:-ms-input-placeholder,
.main-contact .content-form form input[type=password]:-ms-input-placeholder,
.main-contact .content-form form input[type=search]:-ms-input-placeholder,
.main-contact .content-form form input[type=email]:-ms-input-placeholder,
.main-contact .content-form form input[type=url]:-ms-input-placeholder,
.main-contact .content-form form input[type=tel]:-ms-input-placeholder,
.main-contact .content-form form input[type=number]:-ms-input-placeholder,
.main-contact .content-form form input[type=date]:-ms-input-placeholder {
  color: #737676;
}
.main-contact .content-form form input[type=text]:focus,
.main-contact .content-form form input[type=password]:focus,
.main-contact .content-form form input[type=search]:focus,
.main-contact .content-form form input[type=email]:focus,
.main-contact .content-form form input[type=url]:focus,
.main-contact .content-form form input[type=tel]:focus,
.main-contact .content-form form input[type=number]:focus,
.main-contact .content-form form input[type=date]:focus {
  outline: 1px solid #51425e;
  outline-offset: 1px;
}
.main-contact .content-form form textarea {
  width: 100%;
  height: 100px;
  resize: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14px + 0 * (100vw - 420px) / 880);
  line-height: clamp(27px, 27px + 0px * (100vw - 420px) / (880px), 27px);
  color: #737676;
  background-color: #dedcd3;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  box-shadow: none !important;
}
@media screen and (max-width: 420px) {
  .main-contact .content-form form textarea {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .main-contact .content-form form textarea {
    font-size: 14px;
  }
}
.main-contact .content-form form textarea::-webkit-input-placeholder {
  color: #737676;
}
.main-contact .content-form form textarea:-moz-placeholder {
  color: #737676;
}
.main-contact .content-form form textarea::-moz-placeholder {
  color: #737676;
}
.main-contact .content-form form textarea:-ms-input-placeholder {
  color: #737676;
}
.main-contact .content-form form textarea:focus {
  outline: 1px solid #51425e;
  outline-offset: 1px;
}

.main-content {
  width: 100%;
  display: block;
  padding: 33px 0px 60px;
  background-color: #f8f8f8;
}
.main-content .single-content {
  padding-top: 40px;
}
.main-content .single-content h2,
.main-content .single-content h3,
.main-content .single-content h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: calc(16px + 4 * (100vw - 420px) / 880);
  line-height: clamp(24px, 24px + 6px * (100vw - 420px) / (880px), 30px);
  color: #51425e;
  margin-bottom: 30px;
}
@media screen and (max-width: 420px) {
  .main-content .single-content h2,
  .main-content .single-content h3,
  .main-content .single-content h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .main-content .single-content h2,
  .main-content .single-content h3,
  .main-content .single-content h4 {
    font-size: 20px;
  }
}
.main-content .single-content p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 420px) / 880);
  line-height: clamp(22px, 22px + 4px * (100vw - 420px) / (880px), 26px);
  color: #51425e;
  align-self: stretch;
}
@media screen and (max-width: 420px) {
  .main-content .single-content p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .main-content .single-content p {
    font-size: 16px;
  }
}
.main-content .single-content ul,
.main-content .single-content ol {
  display: grid;
  gap: 15px;
  list-style: none;
  margin-bottom: 20px;
}
.main-content .single-content ul li,
.main-content .single-content ol li {
  position: relative;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14px + 2 * (100vw - 420px) / 880);
  line-height: clamp(22px, 22px + 4px * (100vw - 420px) / (880px), 26px);
  color: #51425e;
  align-self: stretch;
}
@media screen and (max-width: 420px) {
  .main-content .single-content ul li,
  .main-content .single-content ol li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .main-content .single-content ul li,
  .main-content .single-content ol li {
    font-size: 16px;
  }
}
.main-content .single-content ul li::after,
.main-content .single-content ol li::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  top: 10px;
  left: -20px;
  background-color: #51425e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.main-content .single-form {
  width: 100%;
  max-width: 600px;
  margin: auto;
  padding: 50px 80px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  -ms-border-radius: 0 0 20px 20px;
  -o-border-radius: 0 0 20px 20px;
}
.main-content .single-form h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(20px + 3 * (100vw - 420px) / 880);
  line-height: clamp(26px, 26px + 4px * (100vw - 420px) / (880px), 30px);
  color: #51425e;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .main-content .single-form h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .main-content .single-form h2 {
    font-size: 23px;
  }
}
.main-content .single-form h2 strong {
  font-weight: 500;
}
.main-content .single-form form h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc(15px + 0 * (100vw - 420px) / 880);
  line-height: clamp(30px, 30px + 0px * (100vw - 420px) / (880px), 30px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #51425e;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .main-content .single-form form h3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .main-content .single-form form h3 {
    font-size: 15px;
  }
}
.main-content .single-form form input[type=text],
.main-content .single-form form input[type=password],
.main-content .single-form form input[type=search],
.main-content .single-form form input[type=email],
.main-content .single-form form input[type=url],
.main-content .single-form form input[type=tel],
.main-content .single-form form input[type=number],
.main-content .single-form form input[type=date] {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14px + 0 * (100vw - 420px) / 880);
  line-height: clamp(27px, 27px + 0px * (100vw - 420px) / (880px), 27px);
  color: #737676;
  background-color: #dedcd3;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  box-shadow: none !important;
}
@media screen and (max-width: 420px) {
  .main-content .single-form form input[type=text],
  .main-content .single-form form input[type=password],
  .main-content .single-form form input[type=search],
  .main-content .single-form form input[type=email],
  .main-content .single-form form input[type=url],
  .main-content .single-form form input[type=tel],
  .main-content .single-form form input[type=number],
  .main-content .single-form form input[type=date] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .main-content .single-form form input[type=text],
  .main-content .single-form form input[type=password],
  .main-content .single-form form input[type=search],
  .main-content .single-form form input[type=email],
  .main-content .single-form form input[type=url],
  .main-content .single-form form input[type=tel],
  .main-content .single-form form input[type=number],
  .main-content .single-form form input[type=date] {
    font-size: 14px;
  }
}
.main-content .single-form form input[type=text]::-webkit-input-placeholder,
.main-content .single-form form input[type=password]::-webkit-input-placeholder,
.main-content .single-form form input[type=search]::-webkit-input-placeholder,
.main-content .single-form form input[type=email]::-webkit-input-placeholder,
.main-content .single-form form input[type=url]::-webkit-input-placeholder,
.main-content .single-form form input[type=tel]::-webkit-input-placeholder,
.main-content .single-form form input[type=number]::-webkit-input-placeholder,
.main-content .single-form form input[type=date]::-webkit-input-placeholder {
  color: #737676;
}
.main-content .single-form form input[type=text]:-moz-placeholder,
.main-content .single-form form input[type=password]:-moz-placeholder,
.main-content .single-form form input[type=search]:-moz-placeholder,
.main-content .single-form form input[type=email]:-moz-placeholder,
.main-content .single-form form input[type=url]:-moz-placeholder,
.main-content .single-form form input[type=tel]:-moz-placeholder,
.main-content .single-form form input[type=number]:-moz-placeholder,
.main-content .single-form form input[type=date]:-moz-placeholder {
  color: #737676;
}
.main-content .single-form form input[type=text]::-moz-placeholder,
.main-content .single-form form input[type=password]::-moz-placeholder,
.main-content .single-form form input[type=search]::-moz-placeholder,
.main-content .single-form form input[type=email]::-moz-placeholder,
.main-content .single-form form input[type=url]::-moz-placeholder,
.main-content .single-form form input[type=tel]::-moz-placeholder,
.main-content .single-form form input[type=number]::-moz-placeholder,
.main-content .single-form form input[type=date]::-moz-placeholder {
  color: #737676;
}
.main-content .single-form form input[type=text]:-ms-input-placeholder,
.main-content .single-form form input[type=password]:-ms-input-placeholder,
.main-content .single-form form input[type=search]:-ms-input-placeholder,
.main-content .single-form form input[type=email]:-ms-input-placeholder,
.main-content .single-form form input[type=url]:-ms-input-placeholder,
.main-content .single-form form input[type=tel]:-ms-input-placeholder,
.main-content .single-form form input[type=number]:-ms-input-placeholder,
.main-content .single-form form input[type=date]:-ms-input-placeholder {
  color: #737676;
}
.main-content .single-form form input[type=text]:focus,
.main-content .single-form form input[type=password]:focus,
.main-content .single-form form input[type=search]:focus,
.main-content .single-form form input[type=email]:focus,
.main-content .single-form form input[type=url]:focus,
.main-content .single-form form input[type=tel]:focus,
.main-content .single-form form input[type=number]:focus,
.main-content .single-form form input[type=date]:focus {
  outline: 1px solid #51425e;
  outline-offset: 1px;
}
.main-content .single-form form textarea {
  width: 100%;
  height: 100px;
  resize: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14px + 0 * (100vw - 420px) / 880);
  line-height: clamp(27px, 27px + 0px * (100vw - 420px) / (880px), 27px);
  color: #737676;
  background-color: #dedcd3;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  box-shadow: none !important;
}
@media screen and (max-width: 420px) {
  .main-content .single-form form textarea {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .main-content .single-form form textarea {
    font-size: 14px;
  }
}
.main-content .single-form form textarea::-webkit-input-placeholder {
  color: #737676;
}
.main-content .single-form form textarea:-moz-placeholder {
  color: #737676;
}
.main-content .single-form form textarea::-moz-placeholder {
  color: #737676;
}
.main-content .single-form form textarea:-ms-input-placeholder {
  color: #737676;
}
.main-content .single-form form textarea:focus {
  outline: 1px solid #51425e;
  outline-offset: 1px;
}
@media (max-width: 992px) {
  .main-content .single-form {
    max-width: 100%;
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .main-content .single-content {
    padding-top: 0px;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.placeholder-bg {
  width: 100%;
  height: 233px !important;
  display: flex !important;
  background-color: #e6e6e6;
  color: #969499 !important;
}
.placeholder-bg span {
  font-size: 14vh;
  opacity: 0.5;
}

.modal#servicioModal .modal-header {
  padding: 20px 30px;
  color: #51425e;
}
.modal#servicioModal .modal-header h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(20px + 3 * (100vw - 420px) / 880);
  line-height: clamp(26px, 26px + 4px * (100vw - 420px) / (880px), 30px);
  color: #51425e;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .modal#servicioModal .modal-header h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .modal#servicioModal .modal-header h2 {
    font-size: 23px;
  }
}
.modal#servicioModal .modal-header h2 strong {
  font-weight: 500;
}
.modal#servicioModal .modal-header h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(15px + 0 * (100vw - 420px) / 880);
  line-height: clamp(30px, 30px + 0px * (100vw - 420px) / (880px), 30px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #51425e;
  margin-bottom: 0px;
}
@media screen and (max-width: 420px) {
  .modal#servicioModal .modal-header h3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .modal#servicioModal .modal-header h3 {
    font-size: 15px;
  }
}
.modal#servicioModal .modal-body {
  background-color: #fff;
  padding: 0;
}
.modal#servicioModal .modal-body .modal-check {
  padding: 10px 30px;
  background-color: #f8f8f8;
}
.modal#servicioModal .modal-body .modal-check h4 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(13px + 1 * (100vw - 420px) / 880);
  line-height: clamp(26px, 26px + 4px * (100vw - 420px) / (880px), 30px);
  color: #51425e;
  margin-bottom: 0px;
}
@media screen and (max-width: 420px) {
  .modal#servicioModal .modal-body .modal-check h4 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1300px) {
  .modal#servicioModal .modal-body .modal-check h4 {
    font-size: 14px;
  }
}
.modal#servicioModal .modal-body .modal-check h4 strong {
  font-weight: 500;
}
.modal#servicioModal .modal-body .modal-check label {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(13px + 1 * (100vw - 420px) / 880);
  line-height: normal;
  color: #51425e;
  margin-bottom: 0px;
}
@media screen and (max-width: 420px) {
  .modal#servicioModal .modal-body .modal-check label {
    font-size: 13px;
  }
}
@media screen and (min-width: 1300px) {
  .modal#servicioModal .modal-body .modal-check label {
    font-size: 14px;
  }
}
.modal#servicioModal .modal-body .modal-check label strong {
  font-weight: 500;
}
.modal#servicioModal .modal-body form {
  padding: 10px 30px 40px;
}
.modal#servicioModal .modal-body form h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(15px + 0 * (100vw - 420px) / 880);
  line-height: clamp(30px, 30px + 0px * (100vw - 420px) / (880px), 30px);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #51425e;
  margin-bottom: 20px;
}
@media screen and (max-width: 420px) {
  .modal#servicioModal .modal-body form h3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .modal#servicioModal .modal-body form h3 {
    font-size: 15px;
  }
}
.modal#servicioModal .modal-body form input[type=text],
.modal#servicioModal .modal-body form input[type=password],
.modal#servicioModal .modal-body form input[type=search],
.modal#servicioModal .modal-body form input[type=email],
.modal#servicioModal .modal-body form input[type=url],
.modal#servicioModal .modal-body form input[type=tel],
.modal#servicioModal .modal-body form input[type=number],
.modal#servicioModal .modal-body form input[type=date] {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14px + 0 * (100vw - 420px) / 880);
  line-height: clamp(27px, 27px + 0px * (100vw - 420px) / (880px), 27px);
  color: #737676;
  background-color: #dedcd3;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  box-shadow: none !important;
}
@media screen and (max-width: 420px) {
  .modal#servicioModal .modal-body form input[type=text],
  .modal#servicioModal .modal-body form input[type=password],
  .modal#servicioModal .modal-body form input[type=search],
  .modal#servicioModal .modal-body form input[type=email],
  .modal#servicioModal .modal-body form input[type=url],
  .modal#servicioModal .modal-body form input[type=tel],
  .modal#servicioModal .modal-body form input[type=number],
  .modal#servicioModal .modal-body form input[type=date] {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .modal#servicioModal .modal-body form input[type=text],
  .modal#servicioModal .modal-body form input[type=password],
  .modal#servicioModal .modal-body form input[type=search],
  .modal#servicioModal .modal-body form input[type=email],
  .modal#servicioModal .modal-body form input[type=url],
  .modal#servicioModal .modal-body form input[type=tel],
  .modal#servicioModal .modal-body form input[type=number],
  .modal#servicioModal .modal-body form input[type=date] {
    font-size: 14px;
  }
}
.modal#servicioModal .modal-body form input[type=text]::-webkit-input-placeholder,
.modal#servicioModal .modal-body form input[type=password]::-webkit-input-placeholder,
.modal#servicioModal .modal-body form input[type=search]::-webkit-input-placeholder,
.modal#servicioModal .modal-body form input[type=email]::-webkit-input-placeholder,
.modal#servicioModal .modal-body form input[type=url]::-webkit-input-placeholder,
.modal#servicioModal .modal-body form input[type=tel]::-webkit-input-placeholder,
.modal#servicioModal .modal-body form input[type=number]::-webkit-input-placeholder,
.modal#servicioModal .modal-body form input[type=date]::-webkit-input-placeholder {
  color: #737676;
}
.modal#servicioModal .modal-body form input[type=text]:-moz-placeholder,
.modal#servicioModal .modal-body form input[type=password]:-moz-placeholder,
.modal#servicioModal .modal-body form input[type=search]:-moz-placeholder,
.modal#servicioModal .modal-body form input[type=email]:-moz-placeholder,
.modal#servicioModal .modal-body form input[type=url]:-moz-placeholder,
.modal#servicioModal .modal-body form input[type=tel]:-moz-placeholder,
.modal#servicioModal .modal-body form input[type=number]:-moz-placeholder,
.modal#servicioModal .modal-body form input[type=date]:-moz-placeholder {
  color: #737676;
}
.modal#servicioModal .modal-body form input[type=text]::-moz-placeholder,
.modal#servicioModal .modal-body form input[type=password]::-moz-placeholder,
.modal#servicioModal .modal-body form input[type=search]::-moz-placeholder,
.modal#servicioModal .modal-body form input[type=email]::-moz-placeholder,
.modal#servicioModal .modal-body form input[type=url]::-moz-placeholder,
.modal#servicioModal .modal-body form input[type=tel]::-moz-placeholder,
.modal#servicioModal .modal-body form input[type=number]::-moz-placeholder,
.modal#servicioModal .modal-body form input[type=date]::-moz-placeholder {
  color: #737676;
}
.modal#servicioModal .modal-body form input[type=text]:-ms-input-placeholder,
.modal#servicioModal .modal-body form input[type=password]:-ms-input-placeholder,
.modal#servicioModal .modal-body form input[type=search]:-ms-input-placeholder,
.modal#servicioModal .modal-body form input[type=email]:-ms-input-placeholder,
.modal#servicioModal .modal-body form input[type=url]:-ms-input-placeholder,
.modal#servicioModal .modal-body form input[type=tel]:-ms-input-placeholder,
.modal#servicioModal .modal-body form input[type=number]:-ms-input-placeholder,
.modal#servicioModal .modal-body form input[type=date]:-ms-input-placeholder {
  color: #737676;
}
.modal#servicioModal .modal-body form input[type=text]:focus,
.modal#servicioModal .modal-body form input[type=password]:focus,
.modal#servicioModal .modal-body form input[type=search]:focus,
.modal#servicioModal .modal-body form input[type=email]:focus,
.modal#servicioModal .modal-body form input[type=url]:focus,
.modal#servicioModal .modal-body form input[type=tel]:focus,
.modal#servicioModal .modal-body form input[type=number]:focus,
.modal#servicioModal .modal-body form input[type=date]:focus {
  outline: 1px solid #51425e;
  outline-offset: 1px;
}
.modal#servicioModal .modal-body form select {
  width: 100%;
  resize: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14px + 0 * (100vw - 420px) / 880);
  line-height: clamp(27px, 27px + 0px * (100vw - 420px) / (880px), 27px);
  color: #737676;
  background-color: #dedcd3;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  box-shadow: none !important;
}
@media screen and (max-width: 420px) {
  .modal#servicioModal .modal-body form select {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .modal#servicioModal .modal-body form select {
    font-size: 14px;
  }
}
.modal#servicioModal .modal-body form select::-webkit-input-placeholder {
  color: #737676;
}
.modal#servicioModal .modal-body form select:-moz-placeholder {
  color: #737676;
}
.modal#servicioModal .modal-body form select::-moz-placeholder {
  color: #737676;
}
.modal#servicioModal .modal-body form select:-ms-input-placeholder {
  color: #737676;
}
.modal#servicioModal .modal-body form select:focus {
  outline: 1px solid #51425e;
  outline-offset: 1px;
}
.modal#servicioModal .modal-body form textarea {
  width: 100%;
  height: 100px;
  resize: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(14px + 0 * (100vw - 420px) / 880);
  line-height: clamp(27px, 27px + 0px * (100vw - 420px) / (880px), 27px);
  color: #737676;
  background-color: #dedcd3;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  box-shadow: none !important;
}
@media screen and (max-width: 420px) {
  .modal#servicioModal .modal-body form textarea {
    font-size: 14px;
  }
}
@media screen and (min-width: 1300px) {
  .modal#servicioModal .modal-body form textarea {
    font-size: 14px;
  }
}
.modal#servicioModal .modal-body form textarea::-webkit-input-placeholder {
  color: #737676;
}
.modal#servicioModal .modal-body form textarea:-moz-placeholder {
  color: #737676;
}
.modal#servicioModal .modal-body form textarea::-moz-placeholder {
  color: #737676;
}
.modal#servicioModal .modal-body form textarea:-ms-input-placeholder {
  color: #737676;
}
.modal#servicioModal .modal-body form textarea:focus {
  outline: 1px solid #51425e;
  outline-offset: 1px;
}

footer .footer-top {
  padding: 60px 0 40px;
  background-color: #51425e;
}
footer .footer-top .logo {
  height: 50px;
}
footer .footer-top .content-footer {
  width: 100%;
  max-width: 310px;
}
footer .footer-top .content-footer h2 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(20px + 4 * (100vw - 420px) / 880);
  line-height: clamp(30px, 30px + 6px * (100vw - 420px) / (880px), 36px);
  color: #e6e6e6;
  margin-bottom: 10px;
}
@media screen and (max-width: 420px) {
  footer .footer-top .content-footer h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  footer .footer-top .content-footer h2 {
    font-size: 24px;
  }
}
footer .footer-top .content-footer p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(13px + 2 * (100vw - 420px) / 880);
  line-height: clamp(18px, 18px + 4px * (100vw - 420px) / (880px), 22px);
  color: #e6e6e6;
}
@media screen and (max-width: 420px) {
  footer .footer-top .content-footer p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1300px) {
  footer .footer-top .content-footer p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  footer .footer-top .content-footer {
    max-width: 350px;
    text-align: center;
    margin: auto;
  }
}
footer .footer-top .footer-nav ul li {
  margin-bottom: 14px;
}
footer .footer-top .footer-nav ul li a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #c0bfc2;
}
footer .footer-top .footer-nav ul li a:hover {
  color: #fff;
}
footer .footer-top .footer-nav ul li a[href="#"], footer .footer-top .footer-nav ul li a[href=""], footer .footer-top .footer-nav ul li a:not([href]) {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #e6e6e6;
  cursor: auto !important;
}
footer .footer-top .footer-nav ul li:has(a[href="#"]), footer .footer-top .footer-nav ul li:has(a[href=""]), footer .footer-top .footer-nav ul li:has(a:not([href])) {
  margin-bottom: 18px;
}
footer .footer-top .footer-nav ul li:last-child {
  margin-bottom: 0;
}
footer .footer-top .contact-text h3 {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: calc(12px + 2 * (100vw - 420px) / 880);
  line-height: clamp(18px, 18px + 3px * (100vw - 420px) / (880px), 21px);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #e6e6e6;
  margin-bottom: 18px;
}
@media screen and (max-width: 420px) {
  footer .footer-top .contact-text h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1300px) {
  footer .footer-top .contact-text h3 {
    font-size: 14px;
  }
}
footer .footer-top .contact-text ul {
  margin-bottom: 0;
  display: grid;
  gap: 14px;
}
footer .footer-top .contact-text ul li a {
  display: flex;
  gap: 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: calc(12px + 2 * (100vw - 420px) / 880);
  line-height: clamp(16px, 16px + 4px * (100vw - 420px) / (880px), 20px);
  color: #c0bfc2;
  -webkit-transition: color, 0.3s;
  -moz-transition: color, 0.3s;
  -ms-transition: color, 0.3s;
  -o-transition: color, 0.3s;
  transition: color, 0.3s;
}
@media screen and (max-width: 420px) {
  footer .footer-top .contact-text ul li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1300px) {
  footer .footer-top .contact-text ul li a {
    font-size: 14px;
  }
}
footer .footer-top .contact-text ul li a:hover {
  color: #fff;
}
footer .footer-top .contact-text ul li a span {
  display: block;
  font-size: 20px;
}
footer .footer-top .contact-text ul li p {
  display: flex;
  gap: 16px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #c0bfc2;
}
footer .footer-top .contact-text ul li p span {
  display: block;
  font-size: 20px;
}
footer .footer-top .link-footer .social li a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  background-color: #fff;
  color: #4b286d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
  border: 1px solid transparent;
}
footer .footer-top .link-footer .social li a:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
@media (max-width: 576px) {
  footer .footer-top .link-footer {
    max-width: 370px;
    text-align: center;
    margin: auto;
  }
  footer .footer-top .link-footer a {
    margin: auto;
  }
}
footer .footer-copy {
  padding: 20px 0;
  background-color: #483a55;
}
footer .footer-copy p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(10px + 2 * (100vw - 420px) / 880);
  line-height: clamp(14px, 14px + 4px * (100vw - 420px) / (880px), 18px);
  color: #c0bfc2;
  margin: 0;
}
@media screen and (max-width: 420px) {
  footer .footer-copy p {
    font-size: 10px;
  }
}
@media screen and (min-width: 1300px) {
  footer .footer-copy p {
    font-size: 12px;
  }
}
footer .footer-copy p a {
  color: #c0bfc2;
}
footer .footer-copy .footer-legal-nav {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
  padding: 0;
}
footer .footer-copy .footer-legal-nav li {
  position: relative;
}
footer .footer-copy .footer-legal-nav li::after {
  content: "|";
  position: absolute;
  top: 0;
  bottom: 0px;
  right: -5px;
  width: 1px;
  height: 20px;
  margin: auto;
  color: #c0bfc2;
}
footer .footer-copy .footer-legal-nav li a {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: calc(10px + 2 * (100vw - 420px) / 880);
  line-height: clamp(14px, 14px + 4px * (100vw - 420px) / (880px), 18px);
  color: #c0bfc2;
  margin: 0;
}
@media screen and (max-width: 420px) {
  footer .footer-copy .footer-legal-nav li a {
    font-size: 10px;
  }
}
@media screen and (min-width: 1300px) {
  footer .footer-copy .footer-legal-nav li a {
    font-size: 12px;
  }
}
footer .footer-copy .footer-legal-nav li:last-child::after {
  display: none;
}
@media (max-width: 576px) {
  footer .footer-copy p {
    max-width: 320px;
    text-align: center;
    margin: 0 auto 0px;
  }
}
