.elementor-135 .elementor-element.elementor-element-eb495a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135 .elementor-element.elementor-element-272f017{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135 .elementor-element.elementor-element-627ae10{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135 .elementor-element.elementor-element-14921d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135 .elementor-element.elementor-element-110b7ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135 .elementor-element.elementor-element-a8889f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135 .elementor-element.elementor-element-00ff820{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135 .elementor-element.elementor-element-ace776c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135 .elementor-element.elementor-element-d28878b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-eb495a3 */.dp-hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(224,115,104,.16), transparent 30%),
    radial-gradient(circle at 88% 12%, rgba(96,197,186,.22), transparent 34%),
    radial-gradient(circle at 75% 88%, rgba(246,207,95,.22), transparent 34%),
    linear-gradient(135deg, #fffaf2 0%, #effbf9 52%, #fff6d5 100%);
  font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
  color: #28545b;
}

.dp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.45), rgba(255,255,255,.06));
  pointer-events: none;
  z-index: 1;
}

/* HEADER */
.dp-header {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: min(1180px, calc(100% - 32px));
  height: 74px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 18px 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #28545b 0%, #39818b 100%);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 18px 45px rgba(40,84,91,.28);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.dp-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.dp-logo img {
  height: 44px;
  width: auto;
  display: block;
}

.dp-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.dp-nav a {
  position: relative;
  color: rgba(255,255,255,.86);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .01em;
  transition: .3s ease;
}

.dp-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 2px;
  border-radius: 99px;
  background: #f6cf5f;
  transition: .3s ease;
}

.dp-nav a:hover {
  color: #fff;
}

.dp-nav a:hover::after {
  width: 100%;
}

.dp-header-cta,
.dp-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  transition: .3s ease;
  white-space: nowrap;
}

.dp-header-cta {
  padding: 13px 18px;
  font-size: 13px;
  background: #f6cf5f;
  color: #28545b;
  box-shadow: 0 14px 30px rgba(246,207,95,.28);
}

.dp-header-cta:hover {
  transform: translateY(-2px);
  background: #e07368;
  color: #fff;
  box-shadow: 0 18px 36px rgba(224,115,104,.32);
}

/* CONTAINER */
.dp-hero-container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 36px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 126px 0 54px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 56px;
}

.dp-hero-copy {
  position: relative;
  z-index: 3;
}

.dp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(57,129,139,.15);
  color: #39818b;
  box-shadow: 0 14px 34px rgba(57,129,139,.08);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 22px;
}

.dp-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e07368;
  box-shadow: 0 0 0 5px rgba(224,115,104,.14);
}

.dp-hero h1 {
  max-width: 640px;
  margin: 0;
  color: #28545b;
  font-size: clamp(40px, 5vw, 70px);
  line-height: .98;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.dp-hero h1 strong {
  color: #39818b;
}

.dp-hero p {
  max-width: 575px;
  margin: 24px 0 0;
  color: rgba(40,84,91,.78);
  font-size: 14px;
  line-height: 1.72;
  font-weight: 500;
}

.dp-hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.dp-btn-primary {
  padding: 17px 27px;
  font-size: 15px;
  background: linear-gradient(135deg, #e07368, #b9636d);
  color: #fff;
  box-shadow: 0 16px 34px rgba(224,115,104,.28);
}

.dp-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 44px rgba(224,115,104,.36);
}

.dp-cred {
  display: grid;
  gap: 2px;
  padding: 12px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(57,129,139,.14);
  color: #28545b;
  box-shadow: 0 16px 35px rgba(57,129,139,.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 13px;
}

.dp-cred strong {
  color: #28545b;
}

.dp-cred span {
  color: rgba(40,84,91,.62);
}

/* VISUAL */
.dp-hero-visual {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-photo-frame {
  position: relative;
  width: min(460px, 88vw);
  aspect-ratio: 4 / 5;
  border-radius: 48px;
  overflow: hidden;
  background: rgba(255,255,255,.78);
  padding: 12px;
  border: 1px solid rgba(57,129,139,.16);
  box-shadow: 0 35px 85px rgba(57,129,139,.18);
  transform: rotate(2deg);
  animation: dpFloat 5s ease-in-out infinite;
}

.dp-photo-frame::before {
  content: "";
  position: absolute;
  inset: -35%;
  background:
    radial-gradient(circle, rgba(96,197,186,.22), transparent 55%),
    radial-gradient(circle at 80% 20%, rgba(246,207,95,.22), transparent 40%);
  z-index: 0;
}

.dp-photo-frame img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 38px;
  display: block;
}

.dp-floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 16px;
  border-radius: 22px;
  background: rgba(255,255,255,.92);
  color: #28545b;
  border: 1px solid rgba(57,129,139,.13);
  box-shadow: 0 18px 40px rgba(57,129,139,.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 800;
  animation: dpFloatSmall 4s ease-in-out infinite;
}

.dp-floating-card span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #f6cf5f, #fff1a7);
  font-size: 20px;
}

.dp-floating-card strong {
  color: #28545b;
}

.dp-card-1 {
  top: 90px;
  left: 8px;
}

.dp-card-2 {
  right: 4px;
  top: 250px;
  animation-delay: .5s;
}

.dp-card-3 {
  left: 30px;
  bottom: 90px;
  animation-delay: 1s;
}

/* DECORAÇÃO */
.dp-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.dp-cloud,
.dp-shape {
  position: absolute;
  pointer-events: none;
}

.dp-cloud {
  width: 170px;
  height: 60px;
  border-radius: 999px;
  background: rgba(96,197,186,.14);
  filter: blur(.2px);
}

.dp-cloud:before,
.dp-cloud:after {
  content: "";
  position: absolute;
  background: inherit;
  border-radius: 50%;
}

.dp-cloud:before {
  width: 80px;
  height: 80px;
  left: 28px;
  bottom: 18px;
}

.dp-cloud:after {
  width: 64px;
  height: 64px;
  right: 28px;
  bottom: 16px;
}

.dp-cloud-1 {
  left: 5%;
  top: 24%;
}

.dp-cloud-2 {
  right: 8%;
  bottom: 16%;
  transform: scale(.85);
}

.dp-shape {
  color: rgba(57,129,139,.24);
  font-size: 42px;
  animation: dpSpin 9s linear infinite;
}

.dp-shape-1 {
  left: 42%;
  top: 18%;
}

.dp-shape-2 {
  right: 12%;
  top: 36%;
  color: rgba(224,115,104,.38);
}

.dp-shape-3 {
  left: 10%;
  bottom: 16%;
  color: rgba(246,207,95,.68);
}

/* ANIMAÇÕES */
@keyframes dpFloat {
  0%, 100% {
    transform: translateY(0) rotate(2deg);
  }

  50% {
    transform: translateY(-14px) rotate(-1deg);
  }
}

@keyframes dpFloatSmall {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes dpSpin {
  to {
    transform: rotate(360deg);
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .dp-header {
    width: calc(100% - 28px);
  }

  .dp-nav {
    gap: 18px;
  }

  .dp-nav a {
    font-size: 12px;
  }

  .dp-hero-container {
    gap: 36px;
  }
}

/* MOBILE */
@media (max-width: 920px) {
  .dp-hero {
    min-height: auto;
  }

  .dp-header {
    top: 12px;
    height: 66px;
    padding: 0 12px 0 16px;
    gap: 12px;
  }

  .dp-logo img {
    height: 38px;
  }

  .dp-nav {
    display: none;
  }

  .dp-header-cta {
    padding: 11px 14px;
    font-size: 12px;
  }

  .dp-hero-container {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 106px 0 44px;
    text-align: center;
  }

  .dp-eyebrow {
    font-size: 12.5px;
    margin-bottom: 18px;
  }

  .dp-hero h1 {
    margin-inline: auto;
    font-size: clamp(35px, 11vw, 52px);
    line-height: 1;
  }

  .dp-hero p {
    margin-inline: auto;
    font-size: 15px;
    line-height: 1.65;
  }

  .dp-hero-actions {
    justify-content: center;
  }

  .dp-hero-visual {
    min-height: 460px;
    order: 2;
  }

  .dp-photo-frame {
    width: min(335px, 82vw);
    border-radius: 36px;
  }

  .dp-photo-frame img {
    border-radius: 28px;
  }

  .dp-floating-card {
    font-size: 11.5px;
    padding: 10px 12px;
    border-radius: 18px;
  }

  .dp-floating-card span {
    width: 32px;
    height: 32px;
    font-size: 17px;
    border-radius: 12px;
  }

  .dp-card-1 {
    top: 26px;
    left: 0;
  }

  .dp-card-2 {
    right: 0;
    top: 190px;
  }

  .dp-card-3 {
    left: 10px;
    bottom: 28px;
  }

  .dp-cloud {
    opacity: .55;
  }

  .dp-shape {
    opacity: .55;
  }
}

/* MOBILE PEQUENO */
@media (max-width: 520px) {
  .dp-header {
    width: calc(100% - 22px);
    border-radius: 26px;
  }

  .dp-logo img {
    height: 34px;
  }

  .dp-header-cta {
    font-size: 11px;
    padding: 10px 12px;
  }

  .dp-hero-container {
    width: calc(100% - 26px);
    padding-top: 98px;
  }

  .dp-hero h1 {
    letter-spacing: -0.045em;
  }

  .dp-hero-actions {
    gap: 12px;
  }

  .dp-btn-primary {
    width: 100%;
    padding: 16px 22px;
    text-align: center;
  }

  .dp-cred {
    width: 100%;
    justify-items: center;
  }

  .dp-hero-visual {
    min-height: 430px;
  }

  .dp-photo-frame {
    width: min(310px, 84vw);
  }

  .dp-floating-card {
    max-width: 185px;
  }

  .dp-card-1 {
    left: -4px;
  }

  .dp-card-2 {
    right: -4px;
  }

  .dp-card-3 {
    left: 0;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-272f017 */.dp-problem {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(96,197,186,.24), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(224,115,104,.22), transparent 34%),
    linear-gradient(180deg, #fff9ef 0%, #f8efe7 100%);
  font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
  color: #475776;
}

.dp-problem-container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 36px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 92px 0;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 70px;
}

.dp-problem-image {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-img-card {
  width: min(430px, 90%);
  aspect-ratio: 4 / 5;
  padding: 14px;
  border-radius: 44px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 28px 80px rgba(71,87,118,.16);
  transform: rotate(-2deg);
  transition: .4s ease;
}

.dp-img-card:hover {
  transform: translateY(-10px) rotate(1deg);
}

.dp-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 32px;
  display: block;
}

.dp-mini-note {
  position: absolute;
  right: 0;
  bottom: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 17px;
  border-radius: 24px;
  background: #fff;
  color: #39818b;
  box-shadow: 0 18px 45px rgba(71,87,118,.16);
  font-size: 13px;
  font-weight: 800;
  animation: dpNoteFloat 4s ease-in-out infinite;
}

.dp-mini-note span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: #f7d764;
  font-size: 20px;
}

.dp-section-tag {
  display: inline-flex;
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(96,197,186,.16);
  color: #39818b;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 18px;
}

.dp-problem h2 {
  max-width: 660px;
  margin: 0;
  color: #39818b;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.dp-problem-content > p {
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(71,87,118,.82);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.dp-problem-cards {
  display: grid;
  gap: 14px;
  margin-top: 28px;
}

.dp-soft-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  align-items: center;
  padding: 16px;
  border-radius: 28px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.85);
  box-shadow: 0 14px 38px rgba(71,87,118,.08);
  transition: .3s ease;
}

.dp-soft-card:hover {
  transform: translateX(8px);
  box-shadow: 0 22px 52px rgba(71,87,118,.12);
}

.dp-soft-card > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: linear-gradient(135deg, #60c5ba, #39818b);
  font-size: 27px;
  box-shadow: 0 12px 25px rgba(57,129,139,.22);
}

.dp-soft-card h3 {
  margin: 0 0 4px;
  color: #475776;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 800;
}

.dp-soft-card p {
  margin: 0;
  color: rgba(71,87,118,.72);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.dp-problem-btn {
  display: inline-flex;
  margin-top: 28px;
  padding: 16px 24px;
  border-radius: 999px;
  background: #e07368;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(224,115,104,.28);
  transition: .3s ease;
}

.dp-problem-btn:hover {
  transform: translateY(-4px);
  background: #b9636d;
}

.dp-bubble {
  position: absolute;
  border-radius: 50%;
  background: rgba(96,197,186,.18);
}

.dp-bubble-1 {
  width: 190px;
  height: 190px;
  left: -45px;
  top: 18%;
}

.dp-bubble-2 {
  width: 240px;
  height: 240px;
  right: -80px;
  bottom: 8%;
  background: rgba(224,115,104,.16);
}

.dp-star {
  position: absolute;
  top: 16%;
  right: 22%;
  color: rgba(247,215,100,.9);
  font-size: 48px;
  animation: dpNoteFloat 4s ease-in-out infinite;
}

@keyframes dpNoteFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@media (max-width: 920px) {
  .dp-problem-container {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 70px 0 46px;
    text-align: center;
  }

  .dp-problem-image {
    min-height: 390px;
    order: 2;
  }

  .dp-problem-content {
    order: 1;
  }

  .dp-problem h2 {
    font-size: clamp(32px, 9vw, 46px);
  }

  .dp-problem-content > p {
    margin-inline: auto;
    font-size: 15.5px;
  }

  .dp-img-card {
    width: min(300px, 82vw);
    border-radius: 34px;
  }

  .dp-img-card img {
    border-radius: 25px;
  }

  .dp-mini-note {
    right: 6px;
    bottom: 22px;
    font-size: 11.5px;
    padding: 10px 12px;
  }

  .dp-soft-card {
    text-align: left;
    grid-template-columns: 50px 1fr;
    padding: 14px;
    border-radius: 24px;
  }

  .dp-soft-card > span {
    width: 50px;
    height: 50px;
    border-radius: 18px;
    font-size: 23px;
  }

  .dp-problem-btn {
    justify-content: center;
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-627ae10 */.dp-solution {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #f3fbfa 100%);
  font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
}

.dp-solution-container {
  width: min(1180px, calc(100% - 36px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 90px 0;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 70px;
  position: relative;
  z-index: 2;
}

.dp-solution h2 {
  font-size: clamp(36px, 4.5vw, 60px);
  line-height: 1.05;
  color: #39818b;
  margin: 0;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.dp-solution p {
  margin-top: 22px;
  color: rgba(71,87,118,.8);
  font-size: 17px;
  line-height: 1.7;
  max-width: 560px;
}

.dp-pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 32px;
}

.dp-pillar {
  padding: 22px 18px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid rgba(0,0,0,.04);
  box-shadow: 0 18px 40px rgba(71,87,118,.08);
  text-align: center;
  transition: .3s ease;
}

.dp-pillar:hover {
  transform: translateY(-8px);
}

.dp-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  font-size: 30px;
  background: linear-gradient(135deg, #60c5ba, #39818b);
  color: #fff;
  box-shadow: 0 10px 25px rgba(57,129,139,.25);
}

.dp-pillar h3 {
  margin: 0;
  font-size: 16px;
  color: #475776;
  font-weight: 800;
}

.dp-pillar p {
  font-size: 13.5px;
  margin-top: 6px;
}

.dp-solution-btn {
  display: inline-block;
  margin-top: 32px;
  padding: 16px 26px;
  border-radius: 999px;
  background: #e07368;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(224,115,104,.3);
  transition: .3s;
}

.dp-solution-btn:hover {
  transform: translateY(-4px);
  background: #b9636d;
}

/* VISUAL */

.dp-solution-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-solution-frame {
  width: min(420px, 90%);
  aspect-ratio: 4/5;
  border-radius: 42px;
  padding: 12px;
  background: rgba(96,197,186,.2);
  box-shadow: 0 30px 70px rgba(57,129,139,.2);
  transform: rotate(2deg);
}

.dp-solution-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.dp-badge {
  position: absolute;
  padding: 12px 16px;
  border-radius: 20px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0,0,0,.1);
}

.dp-badge-1 {
  top: 40px;
  left: 0;
}

.dp-badge-2 {
  bottom: 60px;
  right: 0;
}

/* BACKGROUND */

.dp-wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 140px;
  background: #60c5ba;
  border-top-left-radius: 80% 100%;
  border-top-right-radius: 80% 100%;
  opacity: .2;
}

.dp-dot {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(224,115,104,.15);
}

.dp-dot-1 {
  top: 20%;
  left: -40px;
}

.dp-dot-2 {
  bottom: 10%;
  right: -50px;
}

/* MOBILE */

@media (max-width: 920px) {
  .dp-solution-container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }

  .dp-pillars {
    grid-template-columns: 1fr;
  }

  .dp-solution-frame {
    width: 300px;
  }

  .dp-badge {
    font-size: 11px;
    padding: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-14921d1 */.dp-moments {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(247,215,100,.28), transparent 26%),
    radial-gradient(circle at 90% 22%, rgba(96,197,186,.22), transparent 28%),
    linear-gradient(180deg, #fff8ec 0%, #ffffff 100%);
  font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
  color: #475776;
}

.dp-moments-container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 36px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 84px 0 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dp-moments-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 34px;
}

.dp-moments h2 {
  margin: 0;
  color: #39818b;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.dp-moments-head p {
  margin: 18px auto 0;
  max-width: 680px;
  color: rgba(71,87,118,.78);
  font-size: 16.5px;
  line-height: 1.65;
  font-weight: 500;
}

.dp-moments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.dp-moment-card {
  position: relative;
  min-height: 238px;
  padding: 24px 22px;
  border-radius: 32px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: 0 18px 46px rgba(71,87,118,.09);
  overflow: hidden;
  transition: .35s ease;
}

.dp-moment-card::before {
  content: "";
  position: absolute;
  inset: auto -35px -45px auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(96,197,186,.16);
  transition: .35s ease;
}

.dp-moment-card:nth-child(2)::before,
.dp-moment-card:nth-child(5)::before {
  background: rgba(224,115,104,.15);
}

.dp-moment-card:nth-child(3)::before,
.dp-moment-card:nth-child(6)::before {
  background: rgba(247,215,100,.25);
}

.dp-moment-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(71,87,118,.14);
}

.dp-moment-card:hover::before {
  transform: scale(1.25);
}

.dp-moment-icon {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 22px;
  background: linear-gradient(135deg, #60c5ba, #39818b);
  box-shadow: 0 14px 28px rgba(57,129,139,.22);
  font-size: 29px;
}

.dp-moment-card:nth-child(2) .dp-moment-icon,
.dp-moment-card:nth-child(5) .dp-moment-icon {
  background: linear-gradient(135deg, #e07368, #b9636d);
  box-shadow: 0 14px 28px rgba(224,115,104,.2);
}

.dp-moment-card:nth-child(3) .dp-moment-icon,
.dp-moment-card:nth-child(6) .dp-moment-icon {
  background: linear-gradient(135deg, #f7d764, #e07368);
  box-shadow: 0 14px 28px rgba(247,215,100,.25);
}

.dp-moment-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 9px;
  color: #475776;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.dp-moment-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(71,87,118,.72);
  font-size: 13.8px;
  line-height: 1.58;
  font-weight: 500;
}

.dp-moments-action {
  text-align: center;
  margin-top: 30px;
}

.dp-moments-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 26px;
  border-radius: 999px;
  background: #e07368;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(224,115,104,.28);
  transition: .3s ease;
}

.dp-moments-action a:hover {
  transform: translateY(-4px);
  background: #b9636d;
}

.dp-moment-cloud {
  position: absolute;
  width: 160px;
  height: 58px;
  border-radius: 999px;
  background: rgba(96,197,186,.14);
}

.dp-moment-cloud::before,
.dp-moment-cloud::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.dp-moment-cloud::before {
  width: 76px;
  height: 76px;
  left: 26px;
  bottom: 17px;
}

.dp-moment-cloud::after {
  width: 58px;
  height: 58px;
  right: 28px;
  bottom: 16px;
}

.dp-moment-cloud-1 {
  top: 20%;
  left: 5%;
}

.dp-moment-cloud-2 {
  right: 5%;
  bottom: 11%;
  transform: scale(.82);
  background: rgba(224,115,104,.12);
}

.dp-moment-shape {
  position: absolute;
  font-size: 42px;
  opacity: .55;
  animation: dpMomentFloat 5s ease-in-out infinite;
}

.dp-moment-shape-1 {
  top: 12%;
  right: 18%;
  color: #60c5ba;
}

.dp-moment-shape-2 {
  left: 12%;
  bottom: 10%;
  color: #e07368;
}

@keyframes dpMomentFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@media (max-width: 920px) {
  .dp-moments-container {
    padding: 68px 0 48px;
  }

  .dp-moments-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .dp-moment-card {
    min-height: auto;
    text-align: left;
    padding: 20px;
    border-radius: 28px;
  }

  .dp-moments h2 {
    font-size: clamp(32px, 9vw, 46px);
  }

  .dp-moments-head p {
    font-size: 15px;
  }

  .dp-moments-action a {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-110b7ed */.dp-consult {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 20%, rgba(224,115,104,.24), transparent 30%),
    radial-gradient(circle at 10% 80%, rgba(96,197,186,.25), transparent 28%),
    linear-gradient(135deg, #39818b 0%, #475776 100%);
  font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
  color: #fff;
}

.dp-consult-container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 36px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 88px 0;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 72px;
}

.dp-consult .dp-section-tag {
  background: rgba(255,255,255,.18);
  color: #fff;
  border: 1px solid rgba(255,255,255,.24);
}

.dp-consult h2 {
  max-width: 640px;
  margin: 0;
  font-size: clamp(36px, 4.6vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: #fff;
}

.dp-consult-content > p {
  max-width: 590px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.82);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.dp-consult-steps {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.dp-consult-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 16px;
  align-items: center;
  padding: 17px;
  border-radius: 28px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.22);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 46px rgba(0,0,0,.08);
  transition: .3s ease;
}

.dp-consult-step:hover {
  transform: translateX(8px);
  background: rgba(255,255,255,.18);
}

.dp-consult-step > span {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 23px;
  background: #f7d764;
  color: #475776;
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(247,215,100,.24);
}

.dp-consult-step h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}

.dp-consult-step p {
  margin: 0;
  color: rgba(255,255,255,.74);
  font-size: 13.8px;
  line-height: 1.55;
  font-weight: 500;
}

.dp-consult-btn {
  display: inline-flex;
  margin-top: 30px;
  padding: 16px 26px;
  border-radius: 999px;
  background: #e07368;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(224,115,104,.3);
  transition: .3s ease;
}

.dp-consult-btn:hover {
  transform: translateY(-4px);
  background: #b9636d;
}

.dp-consult-visual {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dp-consult-photo {
  width: min(430px, 88vw);
  aspect-ratio: 4 / 5;
  padding: 13px;
  border-radius: 46px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.34);
  box-shadow: 0 34px 85px rgba(0,0,0,.22);
  transform: rotate(-2deg);
  transition: .4s ease;
}

.dp-consult-photo:hover {
  transform: translateY(-10px) rotate(1deg);
}

.dp-consult-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 34px;
  display: block;
}

.dp-consult-card {
  position: absolute;
  min-width: 150px;
  padding: 16px 18px;
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  color: #475776;
  box-shadow: 0 18px 45px rgba(0,0,0,.16);
  backdrop-filter: blur(14px);
  animation: dpConsultFloat 4.5s ease-in-out infinite;
}

.dp-consult-card strong {
  display: block;
  color: #39818b;
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
}

.dp-consult-card span {
  display: block;
  margin-top: 5px;
  font-size: 12.5px;
  font-weight: 800;
}

.dp-consult-card-1 {
  top: 82px;
  left: 0;
}

.dp-consult-card-2 {
  right: 0;
  bottom: 96px;
  animation-delay: .7s;
}

.dp-consult-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.dp-consult-circle-1 {
  width: 260px;
  height: 260px;
  right: -90px;
  top: 12%;
  background: rgba(247,215,100,.18);
}

.dp-consult-circle-2 {
  width: 190px;
  height: 190px;
  left: -60px;
  bottom: 10%;
  background: rgba(96,197,186,.18);
}

.dp-consult-spark {
  position: absolute;
  top: 18%;
  left: 46%;
  color: rgba(247,215,100,.85);
  font-size: 46px;
  animation: dpConsultFloat 4s ease-in-out infinite;
}

@keyframes dpConsultFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@media (max-width: 920px) {
  .dp-consult-container {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 70px 0 48px;
    text-align: center;
  }

  .dp-consult h2 {
    font-size: clamp(32px, 9vw, 46px);
  }

  .dp-consult-content > p {
    margin-inline: auto;
    font-size: 15.5px;
  }

  .dp-consult-step {
    text-align: left;
    grid-template-columns: 54px 1fr;
    padding: 14px;
    border-radius: 24px;
  }

  .dp-consult-step > span {
    width: 54px;
    height: 54px;
    border-radius: 19px;
    font-size: 15px;
  }

  .dp-consult-btn {
    width: 100%;
    justify-content: center;
  }

  .dp-consult-visual {
    min-height: 430px;
  }

  .dp-consult-photo {
    width: min(310px, 82vw);
    border-radius: 36px;
  }

  .dp-consult-photo img {
    border-radius: 26px;
  }

  .dp-consult-card {
    min-width: 126px;
    padding: 12px 14px;
    border-radius: 20px;
  }

  .dp-consult-card strong {
    font-size: 20px;
  }

  .dp-consult-card span {
    font-size: 11px;
  }

  .dp-consult-card-1 {
    top: 24px;
    left: 2px;
  }

  .dp-consult-card-2 {
    right: 2px;
    bottom: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a8889f8 */.dp-about {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(96,197,186,.20), transparent 30%),
    radial-gradient(circle at 85% 80%, rgba(224,115,104,.18), transparent 32%),
    linear-gradient(180deg, #ffffff 0%, #f5fbfa 100%);
  font-family: "Montserrat", sans-serif;
}

.dp-about-container {
  width: min(1180px, calc(100% - 36px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 90px 0;
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  align-items: center;
  gap: 70px;
  position: relative;
  z-index: 2;
}

.dp-about-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.dp-about-photo {
  width: min(420px, 92%);
  aspect-ratio: 4/5;
  border-radius: 42px;
  padding: 12px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 30px 70px rgba(71,87,118,.18);
  transform: rotate(-2deg);
  transition: .4s ease;
}

.dp-about-photo:hover {
  transform: translateY(-8px) rotate(0deg);
}

.dp-about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}

.dp-about-floating {
  position: absolute;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #39818b;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  animation: dpFloatAbout 4s ease-in-out infinite;
  white-space: nowrap;
}

.dp-about-floating-1 {
  top: 42px;
  left: -10px;
}

.dp-about-floating-2 {
  bottom: 60px;
  right: -10px;
  animation-delay: .6s;
}

.dp-section-tag {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(96,197,186,.14);
  color: #39818b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.dp-about h2 {
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1.05;
  color: #39818b;
  margin: 0;
  font-weight: 800;
}

.dp-about-content > p {
  margin: 22px 0 0;
  color: rgba(71,87,118,.86);
  font-size: 17px;
  line-height: 1.75;
}

.dp-about-list {
  margin-top: 28px;
  display: grid;
  gap: 12px;
}

.dp-about-item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.75);
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
  border: 1px solid rgba(255,255,255,.7);
}

.dp-about-item span {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #60c5ba, #39818b);
  color: #fff;
  font-weight: 800;
  flex-shrink: 0;
}

.dp-about-item p {
  margin: 0;
  color: rgba(71,87,118,.88);
  font-size: 15px;
  line-height: 1.55;
}

.dp-about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 16px 28px;
  border-radius: 999px;
  background: #e07368;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(224,115,104,.3);
  transition: .3s ease;
}

.dp-about-btn:hover {
  transform: translateY(-4px);
  background: #b9636d;
  color: #fff;
}

.dp-about-shape {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.dp-about-shape-1 {
  width: 220px;
  height: 220px;
  left: -60px;
  top: 20%;
  background: rgba(96,197,186,.2);
}

.dp-about-shape-2 {
  width: 260px;
  height: 260px;
  right: -80px;
  bottom: 10%;
  background: rgba(224,115,104,.2);
}

@keyframes dpFloatAbout {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@media (max-width: 920px) {
  .dp-about {
    min-height: auto;
  }

  .dp-about-container {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 70px 0;
    gap: 36px;
    text-align: center;
  }

  .dp-about-photo {
    width: 310px;
    max-width: 100%;
  }

  .dp-about-floating {
    font-size: 12px;
    padding: 10px 13px;
  }

  .dp-about-floating-1 {
    left: 0;
  }

  .dp-about-floating-2 {
    right: 0;
  }

  .dp-about-content > p {
    font-size: 15.5px;
    text-align: left;
  }

  .dp-about-item {
    text-align: left;
  }

  .dp-about-btn {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-00ff820 */.dp-reviews {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 22%, rgba(247,215,100,.26), transparent 26%),
    radial-gradient(circle at 88% 70%, rgba(96,197,186,.24), transparent 30%),
    linear-gradient(180deg, #fffaf0 0%, #f4fbfa 100%);
  font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
  color: #475776;
}

.dp-reviews-container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 36px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 84px 0 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dp-reviews-head {
  max-width: 760px;
  margin: 0 auto 36px;
  text-align: center;
}

.dp-reviews h2 {
  margin: 0;
  color: #39818b;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.dp-reviews-head p {
  margin: 18px auto 0;
  max-width: 620px;
  color: rgba(71,87,118,.75);
  font-size: 16.5px;
  line-height: 1.65;
  font-weight: 500;
}

.dp-reviews-shell {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 22px;
  align-items: stretch;
}

.dp-rating-card {
  position: relative;
  padding: 28px 24px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 80% 20%, rgba(247,215,100,.45), transparent 34%),
    linear-gradient(135deg, #39818b, #60c5ba);
  color: #fff;
  box-shadow: 0 24px 60px rgba(57,129,139,.2);
  overflow: hidden;
}

.dp-rating-card::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -60px;
  bottom: -60px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
}

.dp-rating-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  border-radius: 22px;
  background: #f7d764;
  color: #475776;
  font-size: 31px;
  box-shadow: 0 14px 30px rgba(247,215,100,.26);
  animation: dpStarPulse 2.2s ease-in-out infinite;
}

.dp-rating-card strong {
  display: block;
  font-size: 58px;
  line-height: .95;
  letter-spacing: -0.05em;
  font-weight: 900;
}

.dp-rating-card span {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 800;
}

.dp-rating-card small {
  display: block;
  margin-top: 22px;
  max-width: 180px;
  color: rgba(255,255,255,.78);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
}

.dp-reviews-carousel {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: 8px;
}

.dp-reviews-carousel::before,
.dp-reviews-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.dp-reviews-carousel::before {
  left: 0;
  background: linear-gradient(90deg, #f4fbfa, transparent);
}

.dp-reviews-carousel::after {
  right: 0;
  background: linear-gradient(270deg, #f4fbfa, transparent);
}

.dp-reviews-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: dpReviewScroll 28s linear infinite;
}

.dp-reviews-carousel:hover .dp-reviews-track {
  animation-play-state: paused;
}

.dp-review-card {
  width: 315px;
  min-height: 255px;
  padding: 24px;
  border-radius: 32px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: 0 18px 46px rgba(71,87,118,.09);
  transition: .3s ease;
}

.dp-review-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(71,87,118,.14);
}

.dp-review-stars {
  color: #f7b733;
  letter-spacing: 2px;
  font-size: 17px;
  margin-bottom: 18px;
}

.dp-review-card p {
  margin: 0;
  color: rgba(71,87,118,.78);
  font-size: 15px;
  line-height: 1.65;
  font-weight: 500;
}

.dp-review-card strong {
  display: block;
  margin-top: 22px;
  color: #39818b;
  font-size: 14px;
  font-weight: 900;
}

.dp-reviews-action {
  margin-top: 34px;
  text-align: center;
}

.dp-reviews-action a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 26px;
  border-radius: 999px;
  background: #e07368;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(224,115,104,.28);
  transition: .3s ease;
}

.dp-reviews-action a:hover {
  transform: translateY(-4px);
  background: #b9636d;
}

.dp-review-cloud {
  position: absolute;
  width: 160px;
  height: 58px;
  border-radius: 999px;
  background: rgba(96,197,186,.13);
}

.dp-review-cloud::before,
.dp-review-cloud::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: inherit;
}

.dp-review-cloud::before {
  width: 76px;
  height: 76px;
  left: 26px;
  bottom: 17px;
}

.dp-review-cloud::after {
  width: 58px;
  height: 58px;
  right: 28px;
  bottom: 16px;
}

.dp-review-cloud-1 {
  top: 18%;
  left: 5%;
}

.dp-review-cloud-2 {
  right: 7%;
  bottom: 12%;
  transform: scale(.82);
  background: rgba(224,115,104,.12);
}

.dp-review-star {
  position: absolute;
  color: rgba(247,215,100,.75);
  font-size: 44px;
  animation: dpReviewFloat 4.5s ease-in-out infinite;
}

.dp-review-star-1 {
  top: 13%;
  right: 20%;
}

.dp-review-star-2 {
  left: 12%;
  bottom: 13%;
  animation-delay: .8s;
}

@keyframes dpReviewScroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes dpStarPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08) rotate(6deg); }
}

@keyframes dpReviewFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@media (max-width: 920px) {
  .dp-reviews-container {
    padding: 68px 0 48px;
  }

  .dp-reviews-shell {
    grid-template-columns: 1fr;
  }

  .dp-rating-card {
    text-align: center;
  }

  .dp-rating-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .dp-rating-card small {
    max-width: none;
  }

  .dp-reviews h2 {
    font-size: clamp(32px, 9vw, 46px);
  }

  .dp-reviews-head p {
    font-size: 15px;
  }

  .dp-review-card {
    width: 280px;
    min-height: 245px;
    padding: 22px;
  }

  .dp-reviews-action a {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ace776c */.dp-office {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 18%, rgba(96,197,186,.26), transparent 28%),
    radial-gradient(circle at 90% 76%, rgba(247,215,100,.25), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fff8ec 100%);
  font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
  color: #475776;
}

.dp-office-container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 36px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 86px 0;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 64px;
  align-items: center;
}

.dp-office h2 {
  margin: 0;
  color: #39818b;
  font-size: clamp(34px, 4.5vw, 58px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.dp-office-content > p {
  max-width: 560px;
  margin: 22px 0 0;
  color: rgba(71,87,118,.78);
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.dp-office-list {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.dp-office-list article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 15px;
  align-items: center;
  padding: 16px;
  border-radius: 28px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.92);
  box-shadow: 0 16px 42px rgba(71,87,118,.08);
  transition: .3s ease;
}

.dp-office-list article:hover {
  transform: translateX(8px);
  box-shadow: 0 24px 56px rgba(71,87,118,.12);
}

.dp-office-list article > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 21px;
  background: linear-gradient(135deg, #60c5ba, #39818b);
  font-size: 27px;
  box-shadow: 0 14px 28px rgba(57,129,139,.2);
}

.dp-office-list h3 {
  margin: 0 0 5px;
  color: #475776;
  font-size: 17px;
  font-weight: 800;
}

.dp-office-list p {
  margin: 0;
  color: rgba(71,87,118,.72);
  font-size: 13.8px;
  line-height: 1.55;
  font-weight: 500;
}

.dp-office-btn {
  display: inline-flex;
  margin-top: 30px;
  padding: 16px 26px;
  border-radius: 999px;
  background: #e07368;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(224,115,104,.28);
  transition: .3s ease;
}

.dp-office-btn:hover {
  transform: translateY(-4px);
  background: #b9636d;
}

.dp-instagram-box {
  position: relative;
  padding: 24px;
  border-radius: 42px;
  background:
    radial-gradient(circle at 80% 20%, rgba(247,215,100,.28), transparent 32%),
    rgba(255,255,255,.74);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: 0 30px 80px rgba(71,87,118,.13);
  backdrop-filter: blur(16px);
}

.dp-instagram-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
}

.dp-instagram-head span {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(96,197,186,.16);
  color: #39818b;
  font-size: 13px;
  font-weight: 900;
}

.dp-instagram-head strong {
  color: #475776;
  font-size: 15px;
  font-weight: 800;
}

.dp-instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.dp-ig-card {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(135deg, #60c5ba, #39818b);
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(57,129,139,.16);
  transition: .35s ease;
}

.dp-ig-card:nth-child(2) {
  background: linear-gradient(135deg, #f7d764, #e07368);
  transform: translateY(22px);
}

.dp-ig-card:nth-child(3) {
  background: linear-gradient(135deg, #e07368, #b9636d);
}

.dp-ig-card:hover {
  transform: translateY(-8px) rotate(-1deg);
}

.dp-ig-card:nth-child(2):hover {
  transform: translateY(12px) rotate(1deg);
}

.dp-ig-placeholder {
  position: absolute;
  inset: 12px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: rgba(255,255,255,.28);
  border: 1px solid rgba(255,255,255,.35);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.dp-instagram-note {
  margin-top: 38px;
  padding: 14px 16px;
  border-radius: 22px;
  background: rgba(96,197,186,.12);
  color: rgba(71,87,118,.72);
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
}

.dp-office-blob {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.dp-office-blob-1 {
  width: 230px;
  height: 230px;
  left: -80px;
  top: 14%;
  background: rgba(96,197,186,.18);
}

.dp-office-blob-2 {
  width: 260px;
  height: 260px;
  right: -90px;
  bottom: 12%;
  background: rgba(224,115,104,.16);
}

.dp-office-spark {
  position: absolute;
  top: 17%;
  right: 22%;
  color: rgba(247,215,100,.85);
  font-size: 46px;
  animation: dpOfficeFloat 4.5s ease-in-out infinite;
}

@keyframes dpOfficeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@media (max-width: 920px) {
  .dp-office-container {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 68px 0 48px;
    text-align: center;
  }

  .dp-office h2 {
    font-size: clamp(32px, 9vw, 46px);
  }

  .dp-office-content > p {
    margin-inline: auto;
    font-size: 15.5px;
  }

  .dp-office-list article {
    text-align: left;
    grid-template-columns: 52px 1fr;
    padding: 14px;
    border-radius: 24px;
  }

  .dp-office-list article > span {
    width: 52px;
    height: 52px;
    border-radius: 18px;
    font-size: 23px;
  }

  .dp-office-btn {
    width: 100%;
    justify-content: center;
  }

  .dp-instagram-box {
    padding: 18px;
    border-radius: 32px;
  }

  .dp-instagram-head {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }

  .dp-instagram-grid {
    grid-template-columns: 1fr;
  }

  .dp-ig-card {
    aspect-ratio: 16 / 10;
  }

  .dp-ig-card:nth-child(2) {
    transform: none;
  }

  .dp-ig-card:nth-child(2):hover {
    transform: translateY(-8px);
  }

  .dp-instagram-note {
    margin-top: 16px;
    text-align: left;
  }
}
.dp-ig-card {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(57,129,139,.16);
  transition: .35s ease;
}

.dp-ig-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* overlay premium */
.dp-ig-card::after {
  content: "Ver no Instagram";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(0,0,0,.45);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  opacity: 0;
  transition: .3s;
  backdrop-filter: blur(6px);
}

.dp-ig-card:hover::after {
  opacity: 1;
}

.dp-ig-card:hover {
  transform: translateY(-8px) scale(1.02);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-d28878b */.dp-contact {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(96,197,186,.25), transparent 30%),
    radial-gradient(circle at 90% 80%, rgba(224,115,104,.22), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
  font-family: 'Montserrat', 'Raleway', Arial, sans-serif;
}

.dp-contact-container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 90px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.dp-contact h2 {
  margin: 0;
  font-size: clamp(34px, 4.5vw, 58px);
  color: #39818b;
  font-weight: 800;
}

.dp-contact-content > p {
  margin-top: 20px;
  color: rgba(71,87,118,.75);
  font-size: 17px;
  line-height: 1.7;
}

.dp-contact-info {
  margin-top: 30px;
  display: grid;
  gap: 14px;
}

.dp-contact-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
  padding: 16px;
  border-radius: 24px;
  background: rgba(255,255,255,.8);
  box-shadow: 0 14px 40px rgba(71,87,118,.08);
}

.dp-contact-item span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #60c5ba, #39818b);
  font-size: 24px;
}

.dp-contact-item strong {
  font-size: 15px;
  color: #475776;
}

.dp-contact-item p {
  margin: 4px 0 0;
  font-size: 13.5px;
  color: rgba(71,87,118,.7);
}

.dp-contact-btn {
  display: inline-flex;
  margin-top: 30px;
  padding: 16px 28px;
  border-radius: 999px;
  background: #e07368;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 14px 32px rgba(224,115,104,.3);
  transition: .3s;
}

.dp-contact-btn:hover {
  transform: translateY(-4px);
  background: #b9636d;
}

/* MAP */

.dp-contact-map {
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(71,87,118,.18);
}

.dp-contact-map iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

/* FOOTER */

.dp-footer {
  margin-top: 40px;
  padding: 40px 0;
  background: #39818b;
  color: #fff;
}

.dp-footer-container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.dp-footer-brand img {
  height: 42px;
  margin-bottom: 10px;
}

.dp-footer-brand p {
  font-size: 13px;
  opacity: .8;
}

.dp-footer-links {
  display: flex;
  gap: 16px;
}

.dp-footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  opacity: .8;
}

.dp-footer-legal {
  font-size: 13px;
  text-align: right;
}

/* SHAPES */

.dp-contact-shape {
  position: absolute;
  border-radius: 50%;
}

.dp-contact-shape-1 {
  width: 240px;
  height: 240px;
  left: -80px;
  top: 10%;
  background: rgba(96,197,186,.2);
}

.dp-contact-shape-2 {
  width: 260px;
  height: 260px;
  right: -80px;
  bottom: 10%;
  background: rgba(224,115,104,.2);
}

/* MOBILE */

@media (max-width: 920px) {
  .dp-contact-container {
    grid-template-columns: 1fr;
    gap: 30px;
    text-align: center;
  }

  .dp-contact-item {
    text-align: left;
  }

  .dp-contact-btn {
    width: 100%;
    justify-content: center;
  }

  .dp-footer-container {
    flex-direction: column;
    text-align: center;
  }

  .dp-footer-legal {
    text-align: center;
  }
}/* End custom CSS */