html{
  scroll-behavior:smooth;
}

body,
#dm,
#dm .dmInner,
#dm .dmInner div.dmInner{
  background:#f0f4f8 !important;
  margin:0;
  padding:0;
  font-family: Arial, sans-serif;
  color:#1e293b;
}

#1716942098{
  width:100%;
  margin:0 !important;
  padding:0 !important;
}

.amplo-wrap{
  width:100%;
  overflow:hidden;
}

.amplo-container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
  box-sizing:border-box;
}

.amplo-text-center{
  text-align:center;
}

.amplo-title{
  font-size:42px;
  line-height:1.15;
  font-weight:900;
  color:#1a3a5c;
  margin:0 0 14px;
}

.amplo-title span{
  color:#f97316;
}

.amplo-sub{
  max-width:760px;
  margin:0 auto;
  font-size:18px;
  line-height:1.7;
  color:#64748b;
}

.amplo-tag{
  display:inline-block;
  background:rgba(249,115,22,.12);
  color:#ea580c;
  border:1px solid rgba(249,115,22,.28);
  border-radius:999px;
  padding:7px 14px;
  font-size:13px;
  font-weight:800;
  margin-bottom:16px;
}

.amplo-tag-white{
  background:rgba(255,255,255,.08);
  color:#ffffff;
  border-color:rgba(255,255,255,.18);
}

.amplo-section{
  padding:90px 0;
}

.amplo-section-gray{
  background:#f8fafc;
}

.amplo-section-dark{
  background:linear-gradient(135deg,#1a3a5c 0%, #0f2540 100%);
}

.amplo-title-white{
  color:#ffffff;
}

.amplo-sub-white{
  color:rgba(255,255,255,.78);
}

/* HEADER */
.amplo-header{
  position:sticky;
  top:0;
  z-index:1000;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(10px);
  border-bottom:1px solid rgba(226,232,240,.9);
}

.amplo-header-inner{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.amplo-logo{
  text-decoration:none !important;
  color:#1a3a5c !important;
  font-size:24px;
  font-weight:900;
  letter-spacing:-.3px;
  white-space:nowrap;
}

.amplo-nav{
  display:flex;
  align-items:center;
  gap:10px;
  flex:1;
  justify-content:center;
}

.amplo-nav-btn{
  text-decoration:none !important;
  color:#334155 !important;
  font-size:14px;
  font-weight:700;
  padding:10px 12px;
  border-radius:10px;
  transition:all .2s ease;
}

.amplo-nav-btn:hover{
  background:#eff6ff;
  color:#1a3a5c !important;
}

.amplo-header-actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.amplo-header-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 18px;
  border-radius:12px;
  background:linear-gradient(135deg,#f97316,#ea580c);
  color:#ffffff !important;
  text-decoration:none !important;
  font-size:14px;
  font-weight:800;
  box-shadow:0 8px 18px rgba(249,115,22,.25);
  transition:all .25s ease;
}

.amplo-header-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 12px 24px rgba(249,115,22,.32);
}

.amplo-menu-toggle{
  display:none;
  width:46px;
  height:46px;
  border:none;
  border-radius:12px;
  background:#ffffff;
  box-shadow:0 4px 14px rgba(15,23,42,.08);
  cursor:pointer;
  padding:0;
}

.amplo-menu-toggle span{
  display:block;
  width:20px;
  height:2px;
  margin:4px auto;
  background:#1a3a5c;
  border-radius:2px;
}

/* WHATSAPP */
.amplo-whatsapp{
  position:fixed !important;
  right:18px !important;
  bottom:18px !important;
  width:58px !important;
  height:58px !important;
  border-radius:999px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#25d366 !important;
  color:#ffffff !important;
  text-decoration:none !important;
  font-size:28px !important;
  box-shadow:0 12px 26px rgba(37,211,102,.28) !important;
  z-index:9999 !important;
}

/* HERO */
.amplo-hero{
  background:linear-gradient(135deg,#1a3a5c 0%, #0f2540 100%);
  padding:80px 0 70px;
  position:relative;
  overflow:hidden;
}

.amplo-hero-inner{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:28px;
  align-items:center;
}

.amplo-hero-content{
  color:#ffffff;
}

.amplo-hero-badge{
  display:inline-block;
  background:rgba(249,115,22,.16);
  color:#f9a15e;
  border:1px solid rgba(249,115,22,.35);
  border-radius:999px;
  padding:7px 16px;
  font-size:13px;
  font-weight:800;
  margin-bottom:18px;
}

.amplo-hero h1{
  margin:0 0 18px;
  font-size:54px;
  line-height:1.05;
  font-weight:900;
  letter-spacing:-1px;
}

.titulo-branco{
  display:block;
  color:#ffffff;
}

.titulo-laranja{
  display:block;
  color:#f97316;
}

.amplo-hero p{
  max-width:720px;
  margin:0 0 26px;
  font-size:18px;
  line-height:1.75;
  color:rgba(255,255,255,.82);
}

.amplo-hero-btns{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:32px;
}

.amplo-btn-orange,
.amplo-btn-outline,
.amplo-btn-white{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:56px;
  padding:0 26px;
  border-radius:14px;
  text-decoration:none !important;
  font-size:16px;
  font-weight:800;
  transition:all .25s ease;
}

.amplo-btn-orange{
  background:linear-gradient(135deg,#f97316,#ea580c);
  color:#ffffff !important;
  box-shadow:0 12px 28px rgba(249,115,22,.28);
}

.amplo-btn-outline{
  background:transparent;
  border:2px solid rgba(255,255,255,.25);
  color:#ffffff !important;
}

.amplo-btn-white{
  background:#ffffff;
  color:#1a3a5c !important;
  box-shadow:0 12px 28px rgba(15,37,64,.18);
  border:2px solid rgba(255,255,255,.8);
}

.amplo-hero-stats{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:14px;
}

.amplo-hero-stats > div{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
  border-radius:16px;
  padding:18px 16px;
  text-align:center;
}

.amplo-stat-num{
  font-size:28px;
  font-weight:900;
  color:#f97316 !important;
  margin-bottom:6px;
}

.amplo-stat-label{
  font-size:13px;
  color:rgba(255,255,255,.76);
  line-height:1.4;
}

.amplo-hero-card{
  background:#ffffff;
  border-radius:24px;
  padding:28px 24px;
  box-shadow:0 18px 40px rgba(15,37,64,.18);
}

.amplo-hero-card-title{
  font-size:22px;
  font-weight:900;
  color:#1a3a5c;
  margin-bottom:18px;
}

.amplo-kpi-list{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.amplo-kpi-list li{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  border-radius:16px;
  padding:14px 16px;
}

.amplo-kpi-list span{
  color:#334155;
  font-size:15px;
  font-weight:700;
}

.amplo-kpi-list strong{
  color:#ea580c;
  font-size:15px;
  font-weight:900;
  white-space:nowrap;
}

/* SEGMENTOS */
.amplo-logos-bar{
  background:linear-gradient(180deg,#ffffff 0%, #f8fafc 100%);
  border-top:1px solid #eef2f7;
  border-bottom:1px solid #e2e8f0;
  padding:34px 0 !important;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
}

.amplo-logos-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  gap:14px;
}

.amplo-logos-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 18px;
  border-radius:999px;
  background:#1a3a5c;
  color:#ffffff !important;
  font-size:16px !important;
  font-weight:900 !important;
}

.amplo-logo-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 20px;
  border-radius:999px;
  background:linear-gradient(180deg,#ffffff 0%, #f8fafc 100%);
  border:1px solid #dbe4ee;
  color:#1a3a5c !important;
  font-size:16px !important;
  font-weight:800 !important;
  box-shadow:0 10px 22px rgba(15,23,42,.06);
}

/* DORES */
.amplo-dores-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  margin-top:42px;
}

.amplo-card{
  background:#ffffff;
  border-radius:22px;
  padding:26px 22px;
  border:1px solid #e2e8f0;
  box-shadow:0 10px 28px rgba(15,37,64,.06);
}

.amplo-card-emoji{
  font-size:32px;
  margin-bottom:14px;
}

.amplo-card h3{
  margin:0 0 12px;
  font-size:22px;
  line-height:1.2;
  font-weight:900;
  color:#1a3a5c;
}

.amplo-card p{
  margin:0;
  font-size:15px;
  line-height:1.7;
  color:#64748b;
}

/* COMO FUNCIONA */
.amplo-title-processo{
  font-size:44px !important;
  line-height:1.12 !important;
  font-weight:900 !important;
  text-align:center !important;
  margin:0 0 14px !important;
}

.amplo-title-processo .amplo-processo-branco{
  color:#ffffff !important;
}

.amplo-title-processo .amplo-processo-laranja{
  color:#f97316 !important;
}

.amplo-steps-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  margin-top:42px;
}

.amplo-step-item{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  border-radius:22px;
  padding:26px 22px;
  text-align:left;
}

.amplo-step-num{
  width:48px;
  height:48px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#f97316,#ea580c) !important;
  color:#ffffff;
  font-size:20px;
  font-weight:900;
  margin-bottom:16px;
}

.amplo-step-item h3{
  margin:0 0 10px;
  font-size:24px !important;
  line-height:1.2;
  font-weight:900;
  color:#f97316 !important;
}

.amplo-step-item p{
  margin:0;
  font-size:15px;
  line-height:1.7;
  color:rgba(255,255,255,.78);
}

/* PLANOS */
.amplo-planos-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  margin-top:42px;
}

.amplo-plano-card{
  position:relative !important;
  background:#ffffff !important;
  border-radius:24px !important;
  padding:34px 24px 28px !important;
  box-shadow:0 14px 30px rgba(15,37,64,.08) !important;
  transition:all .25s ease !important;
  overflow:visible !important;
}

.amplo-plano-card::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:24px;
  padding:2px;
  background:linear-gradient(135deg, rgba(26,58,92,.18), rgba(148,163,184,.18));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
}

/* Essencial */
.amplo-planos-grid .amplo-plano-card:nth-child(1)::before{
  background:linear-gradient(135deg, rgba(59,130,246,.38), rgba(96,165,250,.18));
}
.amplo-planos-grid .amplo-plano-card:nth-child(1) .amplo-plano-name{
  color:#2563eb !important;
}

/* Crescimento */
.amplo-planos-grid .amplo-plano-card.featured::before{
  background:linear-gradient(135deg,#f97316,#ea580c);
}
.amplo-planos-grid .amplo-plano-card.featured{
  border:1px solid rgba(249,115,22,.28) !important;
  box-shadow:0 18px 38px rgba(249,115,22,.16) !important;
}
.amplo-planos-grid .amplo-plano-card.featured .amplo-plano-name{
  color:#ea580c !important;
}

/* 360 */
.amplo-planos-grid .amplo-plano-card:nth-child(3)::before{
  background:linear-gradient(135deg, rgba(30,41,59,.48), rgba(71,85,105,.18));
}
.amplo-planos-grid .amplo-plano-card:nth-child(3) .amplo-plano-name{
  color:#0f172a !important;
}

.amplo-plano-badge{
  position:absolute !important;
  top:-16px !important;
  left:24px !important;
  z-index:5 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:34px !important;
  padding:0 14px !important;
  border-radius:999px !important;
  background:linear-gradient(135deg,#f97316,#ea580c) !important;
  color:#ffffff !important;
  font-size:12px !important;
  font-weight:900 !important;
  box-shadow:0 10px 22px rgba(249,115,22,.28) !important;
}

.amplo-plano-name{
  font-size:24px !important;
  font-weight:900 !important;
  line-height:1.15 !important;
  margin-bottom:10px !important;
}

.amplo-plano-price{
  font-size:40px;
  line-height:1;
  font-weight:900;
  color:#0f172a;
  margin-bottom:10px;
}

.amplo-plano-price span{
  font-size:16px;
  font-weight:700;
  color:#64748b;
}

.amplo-plano-desc{
  min-height:48px;
  font-size:15px;
  line-height:1.6;
  color:#64748b;
  margin-bottom:18px;
}

.amplo-plano-features{
  list-style:none;
  padding:0;
  margin:0 0 22px;
  display:flex;
  flex-direction:column;
  gap:10px;
}

.amplo-plano-features li{
  position:relative;
  padding-left:24px;
  color:#334155;
  line-height:1.6;
  font-size:15px;
  font-weight:600;
}

.amplo-plano-features li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#f97316;
  font-weight:900;
}

.amplo-plano-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  width:100%;
  border-radius:14px;
  text-decoration:none !important;
  font-weight:800;
  font-size:15px;
}

.amplo-plano-btn-outline{
  background:#ffffff;
  border:2px solid #e2e8f0;
  color:#1a3a5c !important;
}

.amplo-plano-btn-primary{
  background:linear-gradient(135deg,#f97316,#ea580c);
  color:#ffffff !important;
}

/* FAQ */
.amplo-faq-list{
  max-width:860px;
  margin:42px auto 0;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.amplo-faq-item{
  background:#ffffff;
  border:1px solid #e2e8f0;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 8px 22px rgba(15,37,64,.05);
}

.amplo-faq-question{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  padding:20px 22px;
  cursor:pointer;
  font-size:17px;
  font-weight:800;
  color:#1a3a5c;
}

.amplo-faq-arrow{
  color:#f97316;
  font-size:14px;
  font-weight:900;
}

.amplo-faq-answer{
  padding:0 22px 20px;
  color:#64748b;
  line-height:1.7;
  font-size:15px;
}

/* CTA FINAL */
.amplo-cta{
  background:linear-gradient(135deg,#123458 0%, #0f2c4a 100%) !important;
  padding:58px 0 18px !important;
  text-align:center !important;
  position:relative;
  overflow:hidden;
  margin-bottom:0 !important;
}

.amplo-cta-badge{
  position:relative;
  z-index:1;
  display:inline-block;
  background:rgba(249,115,22,.14);
  color:#f9a15e;
  border:1px solid rgba(249,115,22,.32);
  border-radius:999px;
  padding:8px 16px;
  font-size:13px;
  font-weight:800;
  margin-bottom:16px;
}

.amplo-cta-title{
  position:relative;
  z-index:1;
  max-width:920px;
  margin:0 auto 14px !important;
  font-size:44px !important;
  line-height:1.12 !important;
  font-weight:900 !important;
}

.amplo-cta-branco{
  display:block;
  color:#ffffff !important;
}

.amplo-cta-laranja{
  display:block;
  color:#f97316 !important;
}

.amplo-cta-sub{
  position:relative;
  z-index:1;
  max-width:760px;
  margin:0 auto !important;
  font-size:18px !important;
  line-height:1.72 !important;
  color:rgba(255,255,255,.86) !important;
}

.amplo-cta-indicador{
  position:relative;
  z-index:1;
  margin-top:16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:6px;
}

.amplo-cta-seta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:999px;
  background:rgba(249,115,22,.14);
  color:#f97316;
  font-size:22px;
  font-weight:900;
}

.amplo-cta-texto{
  font-size:14px;
  font-weight:800;
  color:#ffffff;
}

/* FORMULÁRIO */
#1716942098,
#1613700730,
#1410228442,
#4189544105{
  height:auto !important;
  min-height:auto !important;
  overflow:visible !important;
}

#4189544105{
  display:block !important;
  width:100% !important;
  clear:both !important;
  margin:10px auto 18px !important;
  padding:0 !important;
}

#4189544105 .dmCustomHtml,
#4189544105 .u_4189544105{
  display:block !important;
  width:100% !important;
  height:auto !important;
  min-height:auto !important;
  margin:0 !important;
  padding:0 !important;
}

#4189544105 iframe{
  display:block !important;
  width:100% !important;
  height:760px !important;
  min-height:760px !important;
  margin:0 auto !important;
  border:none !important;
  background:#ffffff !important;
  border-radius:18px !important;
  box-shadow:0 12px 28px rgba(15,23,42,.10) !important;
}

/* ==========================================================================
   1. ELIMINAR RODAPÉS DUPLICADOS E SEÇÕES FANTASMAS (CORRIGIDO)
   ========================================================================== */

/* Remove o fundo branco das faixas extras e força sumir qualquer texto vazado */
.amplo-wrap + text, 
.amplo-wrap + div:not(.amplo-footer) {
  background: transparent !important;
  color: transparent !important;
  font-size: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  display: none !important;
}

/* Esconde as réplicas de rodapés mantendo apenas um ativo */
footer, .dmFooter, [id*="footer"], [class*="footer"] {
  display: none !important;
}

/* Força apenas o primeiro rodapé real a ficar visível, escuro e bem posicionado */
footer:first-of-type, .dmFooter:first-of-type, [class*="footer"]:first-of-type {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  clear: both !important;
  margin-top: 120px !important; /* Distância segura do botão do formulário */
  background-color: #0f172a !important; /* Cor escura oficial */
  padding: 40px 0 !important;
  z-index: 10;
}

/* Garante que a secção do formulário limpe os blocos anteriores e ocupe o seu espaço real */
#diagnostico, .amplo-cta, .main-container {
  display: block !important;
  position: relative !important;
  height: auto !important;
  min-height: 400px;
  clear: both !important;
}

/* ==========================================================================
   2. AJUSTES RESPONSIVOS DE TEXTO E ELEMENTOS
   ========================================================================== */
.amplo-header-inner {
  min-height: 70px;
}

.amplo-title,
.amplo-cta h2,
.amplo-cta-title {
  font-size: 32px !important;
}

.amplo-sub,
.amplo-cta p,
.amplo-hero p,
.amplo-cta-sub {
  font-size: 16px !important;
}

.amplo-hero {
  padding: 70px 0 60px;
}

.amplo-hero h1 {
  font-size: 36px;
  line-height: 1.08;
}

.amplo-hero-btns {
  flex-direction: column;
  align-items: stretch;
}

.amplo-btn-orange,
.amplo-btn-outline,
.amplo-btn-white,
.amplo-plano-btn {
  width: 100%;
}

.amplo-hero-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.amplo-dores-grid,
.amplo-steps-grid {
  grid-template-columns: 1fr;
}

.amplo-card,
.amplo-step-item,
.amplo-plano-card {
  padding: 22px 18px;
}

.amplo-kpi-list li {
  flex-direction: column;
  align-items: flex-start;
}

#4189544105 iframe {
  height: 620px !important;
  min-height: 620px !important;
}

.amplo-whatsapp {
  width: 54px !important;
  height: 54px !important;
  right: 14px !important;
  bottom: 14px !important;
  font-size: 26px !important;
}

/* ==========================================================================
   3. BOTÃO WHATSAPP NO MENU PRINCIPAL
   ========================================================================== */
.amplo-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.amplo-nav-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(37, 211, 102, .25);
  transition: all .25s ease;
}

.amplo-nav-whatsapp:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(37, 211, 102, .32);
  filter: brightness(1.03);
  color: #ffffff !important;
}

.amplo-nav-whatsapp .amplo-nav-whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}


.amplo-form-iframe-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
/* --------------------------------------------------------------------------
   B. AJUSTES PARA MOBILE (Até 768px) - CORREÇÃO CRÍTICA DOS PLANOS
   -------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  
  /* 1. CORREÇÃO DOS PLANOS (Impede as letras empilhadas na vertical) */
  .amplo-planos-grid {
    display: flex !important;
    flex-direction: column !important; /* Empilha um card em cima do outro */
    gap: 24px !important;
    padding: 0 15px !important;
  }

  .amplo-plano-card {
    width: 100% !important;
    max-width: 100% !important;
    grid-column: span 1 !important;
    padding: 30px 24px !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  /* Corrige títulos gerais dos planos */
  .amplo-plano-card h3,
  .amplo-plano-titulo {
    font-size: 1.8rem !important;
    letter-spacing: normal !important;
    display: block !important;
    white-space: normal !important;
    word-break: break-word !important;
    line-height: 1.3 !important;
    text-align: center !important;
  }

  /* TRAVA ESPECÍFICA PARA O PLANO 360° NÃO QUEBRAR LETRA POR LETRA */
  .amplo-plano-card:nth-child(3) h3,
  .amplo-plano-card:last-child h3,
  [class*="360"] {
    white-space: nowrap !important; /* Força o "360°" a ficar na mesma linha */
    font-size: 1.6rem !important;  /* Reduz ligeiramente para caber no celular */
    display: block !important;
    text-align: center !important;
  }

  /* Corrige a exibição dos preços (R$ 7.000 / mês) */
  .amplo-plano-preco {
    font-size: 2.2rem !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 5px !important;
    line-height: 1.2 !important;
    margin: 15px 0 !important;
  }

  /* 2. CORREÇÃO DA PRIMEIRA SEÇÃO (HERO) */
  .amplo-hero {
    padding: 60px 0 40px 0 !important;
    text-align: center !important;
  }

  .amplo-hero h1 {
    font-size: 2rem !important;
    line-height: 1.25 !important;
  }

  .amplo-hero-stats {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
    margin-top: 30px !important;
  }

  /* 3. CORREÇÃO DO MENU SUPERIOR MOBILE */
  .amplo-header-inner {
    padding: 10px 15px !important;
  }

  .amplo-nav {
    display: none !important;
  }

  .amplo-menu-toggle {
    display: block !important;
  }

  .amplo-btn-menu-diagnostico {
    padding: 8px 14px !important;
    font-size: 0.85rem !important;
  }
}
/* =========================
   CABEÇALHO CONGELADO
========================= */
.amplo-header{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  background: rgba(255,255,255,.94) !important;
  backdrop-filter: blur(10px) !important;
  border-bottom: 1px solid rgba(226,232,240,.9) !important;
  box-shadow: 0 6px 18px rgba(15,23,42,.06) !important;
}

.amplo-header-inner{
  min-height: 78px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
}
/* =========================
   LOGO CUSTOMIZADO
========================= */
.amplo-logo-custom{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  text-decoration:none !important;
  white-space:nowrap !important;
}

.amplo-logo-icon{
  width:38px;
  height:38px;
  background:#f97316;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  box-shadow:0 8px 18px rgba(249,115,22,.22);
}

.amplo-logo-text{
  display:inline-flex;
  align-items:baseline;
  gap:4px;
  line-height:1.1;
}

.amplo-logo-amplo{
  font-size:1.15rem;
  font-weight:900;
  color:#1e293b;
}

.amplo-logo-resultado{
  font-size:1.15rem;
  font-weight:900;
  color:#f97316;
}

/* ajuste no header */
.amplo-header .amplo-logo{
  padding:0 !important;
  margin:0 !important;
}

/* mobile */
@media (max-width:767px){
  .amplo-logo-icon{
    width:34px;
    height:34px;
    border-radius:9px;
  }

  .amplo-logo-icon svg{
    width:20px;
    height:20px;
  }

  .amplo-logo-amplo,
  .amplo-logo-resultado{
    font-size:1rem;
  }
}
separatorHomeCss{color:red !important}*#dm *.d-page-1716942098 DIV.dmInner{
background-repeat:no-repeat !important;
background-size:cover !important;
background-attachment:fixed !important;
background-position:50% 50% !important}
*#dm *.d-page-1716942098 DIV#dmSlideRightNavRight{
background-repeat:no-repeat !important;
background-image:none !important;
background-size:cover !important;
background-attachment:fixed !important;
background-position:50% 50% !important}
*#dm *.dmBody div.u_1243667655{
margin-left:0 !important;
padding-top:100px !important;
padding-left:40px !important;
padding-bottom:100px !important;
margin-top:0 !important;
margin-bottom:0 !important;
padding-right:40px !important;
margin-right:0 !important;
float:none !important;
top:0 !important;
left:0 !important;
width:auto !important;
position:relative !important;
height:auto !important;
max-width:none !important;
min-width:0 !important;
text-align:center !important}separatorHomeCss{color:red !important}@media all {
    
#\38 ecbed21 {
    min-height: 6080px;
    column-gap: 0%;
    row-gap: 0px;
    width: 100%;
    flex-wrap: nowrap;
    max-width: none;
    padding: 0px 0px 0px 0px;
    margin: 0% 0% 0% 0%;
}
    
#ee737dbd {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 24px;
    width: 100%;
    min-width: 4%;
    justify-content: flex-start;
    align-items: center;
    padding: 16px 16px 16px 16px;
    margin: 0% 0% 0% 0%;
}
    
#\39 a5fa161 {
    background-color: var(--color_4);
    background-image: initial;
}
    
#widget_jda {
    width: 100.00%;
    height: 5470px;
    max-width: 100%;
    order: 0;
}
}



@media all {
    
#\36 2835391 {
    width: 100%;
    height: auto;
    max-width: 100%;
}
    
#b5d7b476 {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 24px;
    width: 27%;
    min-width: 4%;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 16px 16px 16px 16px;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
    margin-right: 0%;
}
    
#b4fd2780 {
    width: 280px;
    height: auto;
    position: relative;
    min-width: 10px;
    min-height: 10px;
    max-width: 100%;
    order: 0;
}
    
#\34 9cb0223 {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 24px;
    width: 72.85%;
    min-width: 4%;
    justify-content: flex-start;
    padding: 16px 16px 16px 16px;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
    margin-right: 0%;
}
    
#\37 dadf451 {
    min-height: auto;
    column-gap: 0%;
    row-gap: 0px;
    width: 100%;
    max-width: none;
    flex-wrap: nowrap;
    padding-right: 4%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-top: 0%;
    margin-top: 0%;
    margin-left: 0%;
    margin-bottom: 0%;
    margin-right: 0%;
}
    
#\31 5edc64a {
    background-color: var(--color_4);
    background-image: initial;
}
}



@media all {
    
#d15ae3ef {
    min-height: auto;
    column-gap: 4%;
    row-gap: 24px;
    width: 100%;
    flex-wrap: nowrap;
    max-width: none;
    padding: 4% 4% 3% 4%;
    margin: 0% 0% 0% 0%;
}
    
#\38 488d5ef {
    width: 30%;
    height: auto;
    max-width: 100%;
    justify-self: auto;
    align-self: auto;
    order: 0;
    margin: 0px 0% 0px 0%;
    grid-area: auto / auto / auto / auto;
}
    
#\37 e71fd48 {
    background-color: var(--color_4);
    background-image: initial;
}
    
#fd09f053 {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 24px;
    width: 100%;
    min-width: 4%;
    justify-content: space-between;
    flex-direction: row;
    padding: 16px 16px 16px 16px;
    margin: 0% 0% 0% 0%;
}
    
#\35 f771fa8 {
    width: 53.32%;
    height: auto;
    max-width: 100%;
    margin: 0px 0% 0px 0%;
}
}



@media all {
    
#e10f8907 {
    width: 100%;
    height: auto;
    max-width: 100%;
    justify-self: auto;
    order: 1;
    min-width: 32px;
    margin: 0px 0% 0px 0%;
    grid-area: auto / auto / auto / auto;
}
    
#f4c2e46c {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-height: auto;
    max-height: 100%;
    row-gap: 24px;
    column-gap: 4%;
    flex-wrap: nowrap;
    justify-self: auto;
    align-self: auto;
    order: 0;
    min-width: 32px;
    padding: 0px 8px 16px 8px;
    grid-area: auto / auto / auto / auto;
}
    
#\35 c7175ae {
    width: 100%;
    height: auto;
    max-width: 100%;
    order: 1;
}
    
#\39 f60d978 {
    min-height: 240px;
    column-gap: 0%;
    row-gap: 0px;
    width: 100%;
    flex-wrap: nowrap;
    max-width: none;
    padding: 6% 4% 5% 4%;
    margin: 0% 0% 0% 0%;
}
    
#a527146a {
    width: 100%;
    height: auto;
    max-width: 100%;
    justify-self: auto;
    order: 1;
    min-width: 32px;
    margin: 0px 0% 0px 0%;
    grid-area: auto / auto / auto / auto;
}
    
#ebf50f38 {
    width: 100%;
    height: 250px;
    max-width: 100%;
    justify-self: auto;
    order: 0;
    min-width: 32px;
    grid-area: auto / auto / auto / auto;
}
    
#dcc91753 {
    width: 100%;
    height: 250px;
    max-width: 100%;
    justify-self: auto;
    order: 0;
    min-width: 32px;
    grid-area: auto / auto / auto / auto;
}
    
#bc39638b {
    width: 100%;
    height: auto;
    max-width: 100%;
    justify-self: auto;
    order: 1;
    min-width: 32px;
    margin: 0px 0% 0px 0%;
    grid-area: auto / auto / auto / auto;
}
    
#\38 e0c1491 {
    background-color: var(--color_5);
    background-image: initial;
}
    
#\36 67173e3 {
    width: 100%;
    height: 255px;
    max-width: 100%;
    justify-self: auto;
    order: 0;
    min-width: 32px;
    grid-area: auto / auto / auto / auto;
}
    
#\30 0e0e08e {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    min-height: 160px;
    max-height: 100%;
    row-gap: 24px;
    column-gap: 4%;
    flex-wrap: nowrap;
    justify-self: auto;
    align-self: auto;
    order: 0;
    margin: 0px 0% 0px 0%;
    grid-area: auto / auto / auto / auto;
}
    
#\39 6f3cbef {
    width: 140px;
    height: auto;
    max-width: 100%;
    min-height: 54px;
    justify-self: auto;
    align-self: auto;
    order: 2;
    grid-area: auto / auto / auto / auto;
}
    
#\31 2ba0905 {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 24px;
    width: 33%;
    min-width: 4%;
    justify-content: space-between;
    order: 0;
    border-style: solid;
    border-width: 0 0px 0 0;
    border-color: #000000 rgba(0, 0, 0, 0) #000000 #000000;
    padding: 0px 32px 0px 32px;
}
    
#b932daab {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 16px;
    width: 66.97%;
    min-width: 4%;
    justify-content: space-between;
    order: 0;
    padding: 0% 16px 0% 16px;
}
    
#\37 30b226b {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100.00%;
    min-height: auto;
    max-height: 100%;
    row-gap: 24px;
    column-gap: 4%;
    flex-wrap: nowrap;
    justify-self: auto;
    align-self: auto;
    order: 0;
    min-width: 32px;
    height: auto;
    padding: 0px 8px 16px 8px;
    grid-area: auto / auto / auto / auto;
}
    
#\34 bb78731 {
    width: 100%;
    height: 495px;
    max-width: 100%;
    order: 0;
}
    
#\34 53801ec {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 160px;
    max-height: 100%;
    row-gap: 24px;
    column-gap: 2%;
    order: 0;
    flex-wrap: nowrap;
    padding: 0px 8px 16px 8px;
}
}



@media all {
    
#f3973c77 {
    width: 100%;
    height: auto;
    max-width: 100%;
    order: 0;
    justify-self: center;
    align-self: center;
    grid-area: 1 / 1 / span 1 / span 1;
}
    
#\33 99bc4f9 {
    align-items: center;
    width: 100%;
    min-width: 4%;
    min-height: 8px;
    column-gap: 4%;
    row-gap: 24px;
    background-image: url();
    padding: 4px 4px 4px 4px;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
}
    
#\35 c82113a {
    width: 100%;
    height: auto;
    position: relative;
    min-width: 10px;
    min-height: 10px;
    justify-self: center;
    align-self: center;
    order: 0;
    max-width: 100%;
}
    
#ee5b4209 {
    border-width: 0px;
    border-color: rgba(0, 0, 0, 1);
    border-style: solid;
    background-color: var(--color_4);
    background-image: initial;
}
    
#\38 09b599d {
    min-height: 1141px;
    column-gap: 0%;
    row-gap: 0px;
    width: 100%;
    flex-wrap: nowrap;
    max-width: none;
    padding: 4% 3% 4% 3%;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
}
    
#\39 3df3749 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: grid;
    justify-content: start;
    align-items: start;
    position: relative;
    column-gap: 0px;
    row-gap: 0px;
    width: 100%;
    grid-template-columns: minmax(0px, 1fr);
    grid-template-rows: minmax(292px, max-content);
    max-width: 100%;
    padding: 4px 4px 4px 4px;
}
}



@media all {
    
#\33 3f19e53 {
    background-color: var(--color_3);
    background-image: initial;
}
    
#\35 2484b89 {
    width: 630px;
    height: auto;
    max-width: 100%;
    order: 2;
}
    
#\38 f40e1bd {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 24px;
    width: 100%;
    min-width: 4%;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 16px 16px 16px;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
}
    
#\37 3586134 {
    width: 90%;
    height: auto;
    max-width: 100%;
    justify-self: auto;
    align-self: auto;
    order: 1;
    grid-area: auto / auto / auto / auto;
}
    
#ce687168 {
    width: 100%;
    height: auto;
    max-width: 100%;
    order: 0;
}
    
#\37 4d09898 {
    padding-top: 5%;
    padding-bottom: 2%;
    min-height: auto;
    column-gap: 4%;
    row-gap: 24px;
    width: 100%;
    flex-wrap: nowrap;
    padding-right: 0%;
    padding-left: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
}
}



@media all {
    
#\32 241ddd6 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 99.82%;
    min-height: auto;
    max-height: 100%;
    row-gap: 14px;
    column-gap: 4%;
    justify-self: auto;
    align-self: auto;
    order: 0;
    grid-area: auto / auto / auto / auto;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
}
    
#\31 679bf06 {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 34px;
    width: 33.33%;
    min-width: 4%;
    justify-content: space-between;
    padding-right: 2%;
    padding-left: 2%;
    order: 1;
    border-style: solid;
    border-color: #000000 #000000 #000000 var(--color_2);
    border-width: 0 0 0 1px;
    padding-top: 0%;
    padding-bottom: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
}
    
#\32 dfa31b9 {
    background-color: var(--color_3);
    background-image: initial;
}
    
#\35 ed928c2 {
    width: 99.86%;
    height: auto;
    max-width: 100%;
    justify-self: auto;
    align-self: auto;
    order: 1;
    grid-area: auto / auto / auto / auto;
}
    
#abfc7fa1 {
    width: 99.87%;
    height: auto;
    max-width: 100%;
    justify-self: auto;
    align-self: auto;
    order: 2;
    grid-area: auto / auto / auto / auto;
}
    
#\33 7a03dcd {
    width: 99.87%;
    height: 100px;
    max-width: 100%;
    order: 1;
    justify-self: auto;
    align-self: auto;
    grid-area: auto / auto / auto / auto;
}
    
#\33 99467f0 {
    min-height: auto;
    column-gap: 0%;
    row-gap: 0px;
    width: 100%;
    flex-wrap: nowrap;
    max-width: none;
    padding: 3% 4% 5% 4%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
}
    
#\37 996860a {
    width: 100%;
    height: 240px;
    max-width: 100%;
    justify-self: auto;
    align-self: auto;
    order: 2;
    margin-top: 30px;
    grid-area: auto / auto / auto / auto;
}
    
#eaf90571 {
    width: 99.87%;
    height: auto;
    max-width: 100%;
    justify-self: auto;
    align-self: auto;
    order: 1;
    grid-area: auto / auto / auto / auto;
}
    
#ce5cc37e {
    width: 100%;
    height: 240px;
    max-width: 100%;
    justify-self: auto;
    align-self: auto;
    order: 2;
    margin-top: 30px;
    grid-area: auto / auto / auto / auto;
}
    
#\31 aae9984 {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 34px;
    width: 33.33%;
    min-width: 4%;
    justify-content: space-between;
    padding-right: 2%;
    padding-left: 2%;
    order: 1;
    border-style: solid;
    border-color: #000000 #000000 #000000 var(--color_2);
    border-width: 0 0 0 0px;
    padding-top: 0%;
    padding-bottom: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
}
    
#\33 20b8235 {
    width: 430px;
    height: auto;
    max-width: 100%;
    justify-self: auto;
    align-self: auto;
    order: 0;
    grid-area: auto / auto / auto / auto;
}
    
#\35 5bd228a {
    width: 99.86%;
    height: auto;
    max-width: 100%;
    justify-self: auto;
    align-self: auto;
    order: 1;
    grid-area: auto / auto / auto / auto;
}
    
#\34 86637ce {
    width: 100%;
    height: 240px;
    max-width: 100%;
    justify-self: auto;
    align-self: auto;
    order: 0;
    margin-bottom: 30px;
    grid-area: auto / auto / auto / auto;
}
    
#\35 470aafb {
    width: 99.86%;
    height: auto;
    max-width: 100%;
    justify-self: auto;
    align-self: auto;
    order: 1;
    grid-area: auto / auto / auto / auto;
}
    
#\32 60c3a98 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 99.91%;
    min-height: auto;
    max-height: 100%;
    row-gap: 14px;
    column-gap: 4%;
    order: 3;
    justify-self: auto;
    align-self: auto;
    grid-area: auto / auto / auto / auto;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
}
    
#\36 1f0cde2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: auto;
    max-height: 100%;
    row-gap: 8px;
    column-gap: 4%;
    order: 2;
    height: auto;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
}
    
#cc77e174 {
    width: 36px;
    height: auto;
    max-width: 100%;
    justify-self: auto;
    align-self: auto;
    order: 0;
    grid-area: auto / auto / auto / auto;
}
    
#\30 9b61259 {
    width: 99.87%;
    height: 100px;
    max-width: 100%;
    order: 1;
    justify-self: auto;
    align-self: auto;
    grid-area: auto / auto / auto / auto;
}
    
#\35 2d63f32 {
    width: 430px;
    height: auto;
    max-width: 100%;
    justify-self: auto;
    align-self: auto;
    order: 0;
    grid-area: auto / auto / auto / auto;
}
    
#\38 25594f3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: auto;
    max-height: 100%;
    row-gap: 14px;
    column-gap: 4%;
    order: 0;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
}
    
#\36 093fc4f {
    width: 99.87%;
    height: auto;
    max-width: 100%;
    justify-self: auto;
    align-self: auto;
    order: 1;
    grid-area: auto / auto / auto / auto;
}
    
#\33 dd15d97 {
    width: 99.87%;
    height: 100px;
    max-width: 100%;
    order: 2;
    justify-self: auto;
    align-self: auto;
    grid-area: auto / auto / auto / auto;
}
    
#accdfdf0 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: auto;
    max-height: 100%;
    row-gap: 8px;
    column-gap: 4%;
    order: 2;
    height: auto;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
}
    
#\31 beda53b {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 34px;
    width: 33.33%;
    min-width: 4%;
    justify-content: space-between;
    padding-right: 2%;
    padding-left: 2%;
    order: 1;
    border-style: solid;
    border-color: #000000 #000000 #000000 var(--color_2);
    border-width: 0 0 0 1px;
    padding-top: 0%;
    padding-bottom: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
}
    
#f75c4087 {
    width: 36px;
    height: auto;
    max-width: 100%;
    justify-self: auto;
    align-self: auto;
    order: 0;
    grid-area: auto / auto / auto / auto;
}
    
#c57f4483 {
    width: 430px;
    height: auto;
    max-width: 100%;
    justify-self: auto;
    align-self: auto;
    order: 1;
    grid-area: auto / auto / auto / auto;
}
    
#\32 992675c {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: auto;
    max-height: 100%;
    row-gap: 8px;
    column-gap: 4%;
    order: 1;
    height: auto;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
}
    
#\38 78e63ac {
    width: 36px;
    height: auto;
    max-width: 100%;
    justify-self: auto;
    align-self: auto;
    order: 0;
    grid-area: auto / auto / auto / auto;
}
}



@media all {
    
#d89e2d8e.flex-element.widget-wrapper > [data-element-type] {
    padding-top: 4px;
    padding-bottom: 4px;
}
#d89e2d8e {
    width: 100%;
    height: auto;
    min-height: 1px;
    max-width: 100%;
    align-self: auto;
    order: 3;
    grid-area: auto / auto / auto / auto;
}
    
#\36 2bfaf70 {
    width: 100%;
    height: auto;
    max-width: 100%;
    align-self: auto;
    order: 0;
    grid-area: auto / auto / auto / auto;
}
    
#\37 d867e12 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 73.58%;
    min-height: 68px;
    max-height: 100%;
    row-gap: 5px;
    column-gap: 4%;
    order: 1;
    height: auto;
    grid-area: auto / auto / auto / auto;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
}
    
#\33 9e74a7e {
    width: 100%;
    height: auto;
    max-width: 100%;
    order: 0;
    grid-area: auto / auto / auto / auto;
}
    
#af3184c0 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: auto;
    max-height: 100%;
    row-gap: 24px;
    column-gap: 4%;
    justify-self: auto;
    align-self: auto;
    order: 6;
    height: auto;
    grid-area: auto / auto / auto / auto;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
}
    
#ca6dbaaa {
    width: 100%;
    height: auto;
    max-width: 100%;
    order: 1;
    grid-area: auto / auto / auto / auto;
}
    
#f77d201c.flex-element.widget-wrapper > [data-element-type] {
    padding-top: 4px;
    padding-bottom: 4px;
}
#f77d201c {
    width: 100%;
    height: auto;
    min-height: 1px;
    max-width: 100%;
    align-self: auto;
    order: 1;
    grid-area: auto / auto / auto / auto;
}
    
#fbe15d51 {
    width: 67px;
    height: 67px;
    max-width: 100%;
    order: 0;
    justify-self: auto;
    grid-area: auto / auto / auto / auto;
}
    
#f210e593 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: auto;
    max-height: 100%;
    row-gap: 24px;
    column-gap: 4%;
    height: auto;
    align-self: auto;
    order: 2;
    grid-area: auto / auto / auto / auto;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
}
    
#\31 ffc0d0b {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 33%;
    min-height: 80px;
    max-height: 100%;
    row-gap: 5px;
    column-gap: 4%;
    height: auto;
    order: 0;
    border-style: solid;
    border-color: var(--color_7) var(--color_5) var(--color_7) var(--color_7);
    border-width: 0px 1px 0px 0px;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
}
    
#\30 c358921 {
    width: 100%;
    height: auto;
    max-width: 100%;
}
    
#\36 d258b03 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: auto;
    max-height: 100%;
    row-gap: 18px;
    column-gap: 4%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
}
    
#cbe3a51a {
    width: 100%;
    height: auto;
    max-width: 100%;
    order: 1;
    align-self: auto;
    grid-area: auto / auto / auto / auto;
}
    
#b47a5afa {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    max-width: 100%;
    width: 33%;
    min-height: 80px;
    max-height: 100%;
    row-gap: 5px;
    column-gap: 4%;
    height: auto;
    order: 2;
    justify-self: auto;
    border-style: solid;
    border-color: #000000 #000000 #000000 var(--color_4);
    border-width: 0 0 0 1px;
    grid-area: auto / auto / auto / auto;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
}
    
#bcf672b1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 73.58%;
    min-height: 68px;
    max-height: 100%;
    row-gap: 5px;
    column-gap: 4%;
    order: 1;
    height: auto;
    grid-area: auto / auto / auto / auto;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
}
    
#a029c6cb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    max-width: 100%;
    width: 33%;
    min-height: 80px;
    max-height: 100%;
    row-gap: 5px;
    column-gap: 4%;
    height: auto;
    order: 1;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
}
    
#\36 4c55ecb {
    width: 100%;
    height: auto;
    max-width: 100%;
}
    
#cf0dd891 {
    width: 100%;
    height: auto;
    max-width: 100%;
}
    
#cc097931 {
    width: 100%;
    height: auto;
    max-width: 100%;
    order: 1;
    grid-area: auto / auto / auto / auto;
}
    
#a40904b6 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: auto;
    max-height: 100%;
    row-gap: 24px;
    column-gap: 4%;
    height: auto;
    align-self: auto;
    order: 0;
    grid-area: auto / auto / auto / auto;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
}
    
#ee620856 {
    width: 100%;
    height: auto;
    max-width: 100%;
}
    
#\32 9837e9a {
    background-color: var(--color_3);
    background-image: initial;
}
    
#cb31109e {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: auto;
    max-height: 100%;
    row-gap: 24px;
    column-gap: 4%;
    height: auto;
    align-self: auto;
    order: 4;
    grid-area: auto / auto / auto / auto;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
}
    
#\36 7cc6ec6 {
    width: 67px;
    height: 67px;
    max-width: 100%;
    order: 0;
    justify-self: auto;
    grid-area: auto / auto / auto / auto;
}
    
#\35 0e48e2c {
    width: 100%;
    height: auto;
    max-width: 100%;
    order: 0;
    grid-area: auto / auto / auto / auto;
}
    
#\37 ead37b4 {
    width: 310.547px;
    height: 368px;
    max-width: 100%;
}
    
#\37 15b01dd {
    width: 100%;
    height: auto;
    max-width: 100%;
}
    
#b997f8ff {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 24px;
    width: 48%;
    min-width: 4%;
    justify-content: flex-start;
    padding: 16px 16px 16px 16px;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
}
    
#\34 b076059 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    max-width: 100%;
    width: 73.58%;
    min-height: 68px;
    max-height: 100%;
    row-gap: 5px;
    column-gap: 4%;
    order: 2;
    height: auto;
    grid-area: auto / auto / auto / auto;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
}
    
#\31 7485f05 {
    min-height: 481px;
    column-gap: 4%;
    row-gap: 24px;
    width: 100%;
    max-width: none;
    padding: 4% 4% 4% 4%;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
}
    
#\37 ee686cd {
    width: 67px;
    height: 67px;
    max-width: 100%;
    justify-self: auto;
    order: 1;
    grid-area: auto / auto / auto / auto;
}
    
#a381a327 {
    min-height: 8px;
    column-gap: 4%;
    row-gap: 24px;
    width: 48%;
    min-width: 4%;
    background-image: url();
    padding: 16px 16px 16px 16px;
    margin-left: 0%;
    margin-top: 0%;
    margin-right: 0%;
    margin-bottom: 0%;
}
    
#\39 4b30b96.flex-element.widget-wrapper > [data-element-type] {
    padding-top: 4px;
    padding-bottom: 4px;
}
#\39 4b30b96 {
    width: 100%;
    height: auto;
    min-height: 1px;
    max-width: 100%;
    align-self: auto;
    order: 5;
    grid-area: auto / auto / auto / auto;
}
    
#b819f86c {
    width: 100%;
    height: auto;
    max-width: 100%;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#\38 ecbed21 {
    padding-left: 2%;
    padding-right: 2%;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#b5d7b476 {
    width: 37%;
    min-height: 8px;
    align-items: flex-end;
    justify-content: center;
}
    
#\37 dadf451 {
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 1px;
    padding-top: 0%;
}
    
#\34 9cb0223 {
    width: 62.84%;
    min-height: 8px;
    align-items: flex-start;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#d15ae3ef {
    padding-left: 2%;
    padding-right: 2%;
}
    
#\38 488d5ef {
    align-self: auto;
    width: 74.42%;
    order: 1;
    margin: 0px 0% 0px 0%;
    grid-area: auto / auto / auto / auto;
}
    
#fd09f053 {
    flex-direction: column;
    flex-wrap: nowrap;
}
    
#\35 f771fa8 {
    width: 100.00%;
    margin: 0px 0% 0px 0%;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#f4c2e46c {
    align-items: flex-start;
    padding: 6px 6px 6px 6px;
    margin: 0px 0% 0px 0%;
}
    
#\35 c7175ae {
    width: 80%;
}
    
#\39 f60d978 {
    flex-direction: column;
    flex-wrap: nowrap;
    min-height: 0;
    column-gap: 0%;
    padding: 4% 2% 6% 2%;
}
    
#a527146a {
    width: 80%;
}
    
#ebf50f38 {
    height: 250px;
    width: 100%;
}
    
#c8e6ff90 {
    margin: 0px 0% 0px 0%;
}
    
#dcc91753 {
    height: 250px;
    width: 100%;
}
    
#bc39638b {
    width: 80%;
}
    
#\30 0e0e08e {
    padding: 12px 12px 12px 12px;
    margin: 0px 0% 0px 0%;
}
    
#\31 2ba0905 {
    width: 100%;
    min-height: 80px;
    order: 1;
    padding: 16px 16px 16px 16px;
    margin: 0% 0% 0% 0%;
}
    
#b932daab {
    width: 100%;
    min-height: 80px;
    order: 1;
    padding: 0% 4px 0% 4px;
    margin: 0% 0% 0% 0%;
}
    
#\37 30b226b {
    align-items: flex-start;
    padding: 6px 6px 6px 6px;
    margin: 0px 0% 0px 0%;
}
    
#\34 bb78731 {
    height: 250px;
    width: 100%;
}
    
#\34 53801ec {
    padding: 6px 6px 6px 6px;
    margin: 0px 0% 0px 0%;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#\33 99bc4f9 {
    width: 100%;
    order: 1;
    min-height: 8px;
    padding: 4px 4px 4px 4px;
    margin: 0% 0% 0% 0%;
}
    
#\38 09b599d {
    min-height: 80px;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 0%;
    row-gap: 0px;
    padding: 3% 2% 3% 2%;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#\35 2484b89 {
    width: 100%;
}
    
#\37 3586134 {
    width: 100%;
}
    
#\37 4d09898 {
    padding-left: 4%;
    padding-right: 4%;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#\36 1f0cde2 {
    justify-content: flex-start;
}
    
#cc77e174 {
    width: 30px;
}
    
#\31 679bf06 {
    width: 33.33%;
    min-height: 8px;
    padding-right: 2%;
    padding-left: 2%;
    margin: 0% 0% 0% 0%;
}
    
#\30 9b61259 {
    height: 50px;
    order: 1;
}
    
#\35 ed928c2 {
    width: 99.99%;
}
    
#\38 25594f3 {
    justify-self: auto;
    align-self: auto;
    width: 99.05%;
    order: 0;
    margin: 0px 0% 0px 0%;
    grid-area: auto / auto / auto / auto;
}
    
#accdfdf0 {
    justify-content: flex-start;
    order: 2;
}
    
#\31 beda53b {
    width: 33.33%;
    min-height: 8px;
    padding-right: 2%;
    padding-left: 2%;
    margin: 0% 0% 0% 0%;
}
    
#f75c4087 {
    width: 30px;
}
    
#\33 7a03dcd {
    height: 50px;
}
    
#\33 dd15d97 {
    height: 50px;
}
    
#\32 992675c {
    justify-content: flex-start;
}
    
#\33 99467f0 {
    padding-left: 2%;
    padding-right: 2%;
    flex-direction: row;
    flex-wrap: nowrap;
    min-height: 240px;
    column-gap: 0%;
    padding-bottom: 6%;
}
    
#\37 996860a {
    height: 150px;
    width: 100%;
    margin-top: 20px;
}
    
#ce5cc37e {
    height: 149px;
    width: 100%;
    margin-top: 20px;
}
    
#\31 aae9984 {
    width: 33.33%;
    min-height: 8px;
    padding-right: 2%;
    padding-left: 2%;
    margin: 0% 0% 0% 0%;
}
    
#\35 5bd228a {
    width: 99.99%;
}
    
#\35 470aafb {
    width: 99.99%;
}
    
#\34 86637ce {
    height: 150px;
    width: 100%;
    margin-bottom: 20px;
}
    
#\38 78e63ac {
    width: 30px;
}
}



@media (min-width: 768px) and (max-width: 1024px) {
    
#b47a5afa {
    width: 100.00%;
    align-items: center;
    margin: 0px 0% 0px 0%;
}
    
#bcf672b1 {
    justify-content: center;
}
    
#a029c6cb {
    width: 100.00%;
    align-items: center;
    margin: 0px 0% 0px 0%;
}
    
#\37 d867e12 {
    justify-content: center;
}
    
#af3184c0 {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-self: auto;
    align-self: auto;
    width: 100%;
    order: 6;
    column-gap: 2%;
    margin: 0px 0% 0px 0%;
    grid-area: auto / auto / auto / auto;
}
    
#ca6dbaaa {
    align-self: flex-end;
    margin-left: 0px;
    margin-right: 0px;
}
    
#\36 7cc6ec6 {
    height: 67px;
}
    
#\37 ead37b4 {
    width: 235px;
    height: 288px;
}
    
#fbe15d51 {
    height: 67px;
}
    
#f210e593 {
    align-items: center;
}
    
#\31 ffc0d0b {
    width: 100.00%;
    align-items: center;
    margin: 0px 0% 0px 0%;
}
    
#b997f8ff {
    width: 100%;
    min-height: 80px;
    order: 0;
}
    
#\31 7485f05 {
    padding-left: 6%;
    padding-right: 6%;
    flex-direction: column;
    flex-wrap: nowrap;
    min-height: 0;
    column-gap: 0%;
}
    
#\34 b076059 {
    justify-content: center;
}
    
#\37 ee686cd {
    height: 67px;
}
    
#a381a327 {
    width: 100%;
    min-height: 80px;
    justify-content: flex-end;
    order: 1;
}
    
#cbe3a51a {
    align-self: flex-start;
    margin-left: 0px;
    margin-right: 0px;
}
}



@media (max-width: 767px) {
    
#\38 ecbed21 {
    min-height: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 4% 2% 1% 2%;
}
    
#ee737dbd {
    width: 100%;
    min-height: 80px;
    align-items: center;
}
}



@media (max-width: 767px) {
    
#b5d7b476 {
    width: 100%;
    min-height: 62px;
    align-items: flex-start;
    height: auto;
}
    
#\34 9cb0223 {
    width: 100%;
    min-height: 80px;
    align-items: flex-start;
    padding-bottom: 0px;
}
    
#\37 dadf451 {
    min-height: unset;
    flex-direction: column;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 4%;
}
}



@media (max-width: 767px) {
    
#d15ae3ef {
    min-height: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 6% 4% 3% 4%;
}
    
#\38 488d5ef {
    width: 100.00%;
    margin: 0px 0% 0px 0%;
}
    
#\39 2832ec8 {
    margin: 0px 0% 0px 0%;
}
    
#fd09f053 {
    width: 100%;
    min-height: 80px;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
    
#\35 f771fa8 {
    width: 100.00%;
    margin: 0px 0% 0px 0%;
}
}



@media (max-width: 767px) {
    
#e10f8907 {
    width: 100%;
}
    
#f4c2e46c {
    min-width: 32px;
    padding: 6px 4px 6px 4px;
    margin: 0px 0% 0px 0%;
}
    
#\35 c7175ae {
    width: 100%;
    order: 0;
    margin: 0px 0% 0px 0%;
    grid-area: auto / auto / auto / auto;
}
    
#\39 f60d978 {
    min-height: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 12px;
    padding: 6% 16px 8% 16px;
}
    
#a527146a {
    width: 100%;
}
    
#ebf50f38 {
    height: 200px;
}
    
#c8e6ff90 {
    margin: 0px 0% 0px 0%;
}
    
#dcc91753 {
    height: 200px;
}
    
#bc39638b {
    width: 100%;
}
    
#\36 67173e3 {
    height: 200px;
}
    
#\30 0e0e08e {
    padding: 12px 10px 12px 10px;
    margin: 0px 0% 0px 0%;
}
    
#\39 6f3cbef {
    width: 40.62%;
    height: auto;
    min-height: 52px;
}
    
#\31 2ba0905 {
    width: 100%;
    min-height: 80px;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 16px;
    padding: 12px 16px 0% 16px;
    margin: 0px 0% 0px 0%;
}
    
#b932daab {
    width: 100%;
    min-height: 80px;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 6px;
    padding: 0% 6px 0% 6px;
    margin: 0px 0% 0px 0%;
}
    
#\37 30b226b {
    min-width: 32px;
    padding: 6px 4px 6px 4px;
    margin: 0px 0% 0px 0%;
}
    
#\34 bb78731 {
    height: 200px;
}
    
#\34 53801ec {
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 16px;
    padding: 6px 6px 6px 6px;
    margin: 0px 0% 0px 0%;
}
}



@media (max-width: 767px) {
    
#\33 99bc4f9 {
    width: 100%;
    min-height: 8px;
    align-items: center;
    order: 1;
    padding: 4px 4px 4px 4px;
    margin: 0% 0% 0% 0%;
}
    
#\35 c82113a {
    align-self: center;
    justify-self: center;
    margin: 0px 0px 0px 0px;
}
    
#\38 09b599d {
    min-height: 240px;
    flex-direction: row;
    flex-wrap: nowrap;
    row-gap: 0px;
    column-gap: 0%;
    padding: 8% 1% 8% 1%;
}
}



@media (max-width: 767px) {
    
#\35 2484b89 {
    width: 100%;
}
    
#\38 f40e1bd {
    width: 100%;
    min-height: 80px;
    align-items: center;
}
    
#\37 3586134 {
    width: 100%;
}
    
#\37 4d09898 {
    min-height: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 8% 4% 4% 4%;
}
}



@media (max-width: 767px) {
    
#\32 241ddd6 {
    width: 100%;
}
    
#\36 1f0cde2 {
    justify-content: flex-start;
    align-items: flex-start;
}
    
#cc77e174 {
    width: 28px;
}
    
#\31 679bf06 {
    width: 100%;
    min-height: 80px;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 4%;
    padding-right: 4%;
    row-gap: 20px;
}
    
#\30 9b61259 {
    order: 4;
}
    
#\35 2d63f32 {
    width: 100%;
}
    
#\33 dd15d97 {
    order: 4;
}
    
#accdfdf0 {
    justify-content: flex-start;
    align-items: flex-start;
}
    
#\31 beda53b {
    width: 100%;
    min-height: 80px;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 4%;
    padding-right: 4%;
    row-gap: 20px;
}
    
#\33 7a03dcd {
    order: 4;
}
    
#f75c4087 {
    width: 28px;
}
    
#c57f4483 {
    width: 100%;
}
    
#\32 992675c {
    justify-content: flex-start;
    align-items: flex-start;
}
    
#\33 99467f0 {
    min-height: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 50px;
    padding: 3% 0% 8% 0%;
}
    
#\37 996860a {
    height: 240px;
    width: 100%;
    margin-top: 10px;
}
    
#ce5cc37e {
    height: 240px;
    width: 100%;
    margin-top: 10px;
}
    
#\31 aae9984 {
    width: 100%;
    min-height: 80px;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 4%;
    padding-right: 4%;
    row-gap: 20px;
}
    
#\33 20b8235 {
    width: 100%;
}
    
#\34 86637ce {
    height: 240px;
    width: 100%;
    margin-bottom: 10px;
}
    
#\38 78e63ac {
    width: 28px;
}
    
#\32 60c3a98 {
    width: 100%;
}
}



@media (max-width: 767px) {
    
#b47a5afa {
    align-items: center;
    row-gap: 10px;
    width: 100.00%;
    min-height: auto;
    align-self: center;
    padding: 16px 16px 16px 16px;
    margin: 0px 0% 0px 0%;
}
    
#d89e2d8e.flex-element.widget-wrapper > [data-element-type] {
    padding-left: 0%;
    padding-right: 0%;
}
#d89e2d8e {
    width: 100%;
}
    
#\36 2bfaf70 {
    align-self: center;
    margin-left: 0px;
    margin-right: 0px;
}
    
#bcf672b1 {
    height: auto;
    min-height: 71px;
    width: 78.17%;
    justify-content: center;
}
    
#a029c6cb {
    align-items: center;
    row-gap: 10px;
    width: 100.00%;
    min-height: auto;
    align-self: center;
    padding: 16px 16px 16px 16px;
    margin: 0px 0% 0px 0%;
}
    
#\37 d867e12 {
    height: auto;
    min-height: 57px;
    width: 77.94%;
    justify-content: center;
}
    
#a40904b6 {
    align-items: flex-start;
    height: auto;
    min-height: 57px;
    padding-left: 0%;
    padding-right: 0%;
    width: 100%;
}
    
#af3184c0 {
    order: 6;
    justify-content: flex-start;
    column-gap: 2%;
    flex-direction: column;
    flex-wrap: nowrap;
    row-gap: 0px;
}
    
#ca6dbaaa {
    justify-self: auto;
    align-self: auto;
    width: 100%;
    order: 1;
    margin: 0px 0% 0px 0%;
    grid-area: auto / auto / auto / auto;
}
    
#f77d201c.flex-element.widget-wrapper > [data-element-type] {
    padding-left: 0%;
    padding-right: 0%;
}
#f77d201c {
    width: 100%;
}
    
#cb31109e {
    height: auto;
    min-height: 57px;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    align-items: center;
}
    
#\36 7cc6ec6 {
    height: 57px;
    width: 56.2031px;
}
    
#\37 ead37b4 {
    height: 240px;
    width: 145px;
    align-self: flex-start;
    margin-left: 0px;
    margin-right: 0px;
}
    
#\35 0e48e2c {
    order: 0;
}
    
#fbe15d51 {
    height: 57px;
    width: 55.4844px;
}
    
#f210e593 {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    align-items: flex-start;
}
    
#\31 ffc0d0b {
    align-items: center;
    row-gap: 10px;
    width: 100.00%;
    height: auto;
    min-height: 101px;
    align-self: center;
    padding: 16px 16px 16px 16px;
    margin: 0px 0% 0px 0%;
}
    
#b997f8ff {
    width: 100%;
    min-height: 80px;
    align-items: center;
    order: 0;
    padding-right: 0%;
    padding-left: 0%;
    row-gap: 12px;
}
    
#\36 d258b03 {
    padding-left: 4%;
    padding-right: 4%;
}
    
#\31 7485f05 {
    min-height: 0;
    flex-direction: column;
    padding-left: 0%;
    padding-right: 0%;
    flex-wrap: nowrap;
}
    
#\34 b076059 {
    height: auto;
    min-height: 56px;
    width: 78.35%;
    justify-content: center;
}
    
#\37 ee686cd {
    height: 57px;
    width: 54.9375px;
}
    
#a381a327 {
    width: 100%;
    min-height: 80px;
    align-items: center;
    order: 1;
}
    
#\39 4b30b96.flex-element.widget-wrapper > [data-element-type] {
    padding-left: 0%;
    padding-right: 0%;
}
#\39 4b30b96 {
    width: 100%;
}
}

