:root{
  --e-global-color-primary: #0B203C;
  --e-global-color-secondary: #18A999;
  --e-global-color-text: #F4A261;
  --e-global-color-accent: #FFF9F6;
  --e-global-color-24ae297: #FF0000;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-secondary-font-family: "Roboto Slab";
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-accent-font-family: "Roboto";
}
*,*::before,*::after{box-sizing:border-box;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
body{margin:0;padding:0;font-family:"Roboto",sans-serif;color:var(--e-global-color-primary);background:#FFFFFF;line-height:1.4;overflow-x:hidden;}
img{max-width:100%;height:auto;display:block;border:0;}
a{text-decoration:none;color:inherit;}
p{margin:0 0 1em;}
h1,h2,h3,h4,h5,h6{margin:0;font-weight:inherit;}
.elementor-heading-title{margin:0;}
.elementor-text-editor p:last-child{margin-bottom:0;}
.elementor-button{display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1;border:none;cursor:pointer;transition:all .3s;}
.elementor-button-wrapper{width:100%;}
.elementor-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;}
.elementor-icon-wrapper{line-height:0;}
.elementor-image,.elementor-image a{line-height:0;}
.elementor-image img{display:inline-block;}
@keyframes textura{0%{background-position:0% 50%;}100%{background-position:100% 50%;}}
/* nested accordion */
.e-n-accordion{display:flex;flex-direction:column;gap:10px;width:100%;}
.e-n-accordion-item{border-radius:8px;overflow:hidden;}
.e-n-accordion-item-title{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;padding:18px 22px;font-weight:600;user-select:none;}
.e-n-accordion-item-title::-webkit-details-marker{display:none;}
.e-n-accordion-item-title-icon{transition:transform .25s ease;display:inline-flex;}
details[open] .e-n-accordion-item-title-icon{transform:rotate(180deg);}
.e-n-accordion-item-content{padding:0 22px 20px;}
.e-con,.e-con-inner{min-width:0;}
/* Elementor kit defaults — gap 20px, padding 10px, widget rhythm 20px.
   Wrapped in :where() (zero specificity) so any explicit per-element setting always wins. */
:where(.e-con.e-con-full, .e-con.e-con-boxed > .e-con-inner){gap:20px;padding:10px;}
:where(.elementor-widget:not(:last-child)){margin-bottom:20px;}

/* ===== generated element styles ===== */
.elementor-element-729488d {
  align-self: center;
  margin: 0px 0px 0px 0px;
}
.elementor-element-729488d .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}
.elementor-element-6d6f2b6d {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.elementor-element-582a803d {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0px 0px;
  width: 70%;
  max-width: 100%;
  min-height: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.elementor-element-23742a00 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #E90000;
  margin: 0px 0px 0px 0px;
}
.elementor-element-23742a00 > .e-con-inner {
  width: 100%;
  max-width: 80%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px 0px;
  min-height: 0vh;
  padding: 10px 0px 10px 0px;
  max-width: 80%;
}
.elementor-element-4f8e2646 {
  width: 46%;
  max-width: 100%;
}
.elementor-element-4f8e2646 img {
  width: 46%;
}
.elementor-element-4036104a {
  margin: 40px 0px 25px 0px;
}
.elementor-element-4036104a .elementor-heading-title {
  font-family: "Poppins";
  font-size: 38px;
  font-weight: 600;
  color: var(--e-global-color-primary);
  text-align: center;
}
.elementor-element-7ec764f6 {
  margin: 0px 0px 45px 0px;
}
.elementor-element-7ec764f6 .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  color: #34373B;
  text-align: center;
}
.elementor-element-6355820 {
  width: 88%;
  max-width: 100%;
  align-self: center;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-element-6355820 .elementor-button-wrapper {
  text-align: center;
}
.elementor-element-6355820 .elementor-button {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 900;
  background-color: #61CE7000;
  color: #ffffff;
  padding: 30px 40px 30px 40px;
  border-radius: 200px 200px 200px 200px;
}
/* custom_css */
/* Botão gradiente animado sem alterar tamanho padrão */
.elementor-element-6355820 .elementor-button {
    animation: textura 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) infinite alternate;
    background-image: linear-gradient(45deg, #0F4D3C, #18A999, #0F4D3C, #18A999);
    background-size: 400% 200%;
    transition: all 0.8s ease-in-out;
    box-shadow: 0px 0px 25px rgba(24, 169, 153, 0.6);
    border: none;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    /* Removido padding e font-size para manter estilo original do Elementor */
}

.elementor-element-56d80f31 {
  width: 43%;
  max-width: 100%;
  align-self: center;
  margin: 20px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
}
.elementor-element-56d80f31 .elementor-heading-title {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: #0B203C;
  text-align: center;
}
.elementor-element-7fd8d582 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px 0px;
  width: 50%;
  max-width: 100%;
}
.elementor-element-212e5e48 {
  width: 85%;
  max-width: 100%;
}
.elementor-element-212e5e48 img {
  width: 85%;
  border-style: solid;
  border-width: 0px 2px 1px 0px;
  border-color: var(--e-global-color-primary);
  border-radius: 20px 20px 20px 20px;
}
.elementor-element-3c5299a4 {
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 100%;
}
.elementor-element-6dcd2f9d {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  align-self: center;
}
.elementor-element-54c49c8c {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  position: relative;
}
.elementor-element-54c49c8c > .e-con-inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}
.elementor-element-54c49c8c { isolation: isolate; }
.elementor-element-54c49c8c > .e-con-inner, .elementor-element-54c49c8c > .e-con-full, .elementor-element-54c49c8c > * { position: relative; z-index: 1; }
.elementor-element-54c49c8c::before { content: ""; position: absolute; inset: 0; background-color: #FFFFFF; opacity: 0.5; z-index: 0; pointer-events: none; }
.elementor-element-7c65998c {
  width: 72%;
  max-width: 100%;
  margin: 30px 0px 10px 0px;
}
.elementor-element-7c65998c .elementor-heading-title {
  font-family: "Poppins";
  font-size: 36px;
  font-weight: 600;
  color: #FFFFFF;
  text-align: center;
}
.elementor-element-2c0ed68 .elementor-icon {
  font-size: 36px;
  background-color: #18A999;
  color: #ffffff;
  padding: .5em;
  border-radius: 0;
}
.elementor-element-19d0ea3c {
  width: 86%;
  max-width: 100%;
}
.elementor-element-19d0ea3c .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.elementor-element-2fd65cca {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #112948;
  border-style: solid;
  border-width: 0px 0px 0px 02px;
  border-color: var(--e-global-color-secondary);
  border-radius: 20px 20px 20px 20px;
  padding: 40px 20px 40px 20px;
}
.elementor-element-3f2c370f .elementor-icon {
  font-size: 36px;
  background-color: #18A999;
  color: #ffffff;
  padding: .5em;
  border-radius: 0;
}
.elementor-element-73c35887 {
  width: 86%;
  max-width: 100%;
}
.elementor-element-73c35887 .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.elementor-element-b99d8bf {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #112948;
  border-style: solid;
  border-width: 0px 0px 0px 02px;
  border-color: var(--e-global-color-secondary);
  border-radius: 20px 20px 20px 20px;
  padding: 20px 20px 20px 20px;
}
.elementor-element-290c0b66 {
  display: flex;
  flex-direction: row;
  gap: 30px 30px;
  width: 90%;
  max-width: 100%;
}
.elementor-element-7c951a95 .elementor-icon {
  font-size: 36px;
  background-color: #18A999;
  color: #ffffff;
  padding: .5em;
  border-radius: 0;
}
.elementor-element-7a764348 {
  width: 86%;
  max-width: 100%;
}
.elementor-element-7a764348 .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.elementor-element-5371026d {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #112948;
  border-style: solid;
  border-width: 0px 0px 0px 02px;
  border-color: var(--e-global-color-secondary);
  border-radius: 20px 20px 20px 20px;
  width: 55%;
  max-width: 100%;
  align-self: center;
  padding: 40px 0px 40px 0px;
}
.elementor-element-62407a6b {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 100%;
  margin: 0px 0px 30px 0px;
}
.elementor-element-126356da {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #0B203C;
}
.elementor-element-126356da > .e-con-inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.elementor-element-735da649 {
  width: 77%;
  max-width: 100%;
  align-self: center;
  margin: 40px 0px 15px 0px;
}
.elementor-element-735da649 .elementor-heading-title {
  font-family: "Poppins";
  font-size: 38px;
  font-weight: 700;
  color: #0B203C;
  text-align: center;
}
.elementor-element-3b30ec3 .elementor-icon {
  font-size: 32px;
  background-color: #0B203C;
  color: #ffffff;
  padding: .5em;
  border-radius: 0;
}
.elementor-element-3b8d82c1 .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  color: #0B203C;
  text-align: center;
}
.elementor-element-5113168c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 4px 0px 01px 0px;
  border-color: #0B203C;
  border-radius: 12px 12px 12px 12px;
  padding: 20px 20px 20px 20px;
}
.elementor-element-4eec270f .elementor-icon {
  font-size: 32px;
  background-color: #0B203C;
  color: #ffffff;
  padding: .5em;
  border-radius: 0;
}
.elementor-element-4281286a .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  color: #0B203C;
  text-align: center;
}
.elementor-element-61525b29 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 4px 0px 01px 0px;
  border-color: #0B203C;
  border-radius: 12px 12px 12px 12px;
  padding: 20px 20px 20px 20px;
}
.elementor-element-38af579b {
  display: flex;
  flex-direction: row;
  gap: 40px 40px;
  width: 45%;
  max-width: 100%;
}
.elementor-element-72ed84fd .elementor-icon {
  font-size: 32px;
  background-color: #0B203C;
  color: #ffffff;
  padding: .5em;
  border-radius: 0;
}
.elementor-element-1407cc99 .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  color: #0B203C;
  text-align: center;
}
.elementor-element-be5bbb4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 4px 0px 01px 0px;
  border-color: #0B203C;
  border-radius: 12px 12px 12px 12px;
  padding: 20px 20px 20px 20px;
}
.elementor-element-cf4ad28 .elementor-icon {
  font-size: 32px;
  background-color: #0B203C;
  color: #ffffff;
  padding: .5em;
  border-radius: 0;
}
.elementor-element-1aac8ce4 .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  color: #0B203C;
  text-align: center;
}
.elementor-element-4a1cbfdb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 4px 0px 01px 0px;
  border-color: #0B203C;
  border-radius: 12px 12px 12px 12px;
  padding: 20px 20px 20px 20px;
}
.elementor-element-2261fce1 {
  display: flex;
  flex-direction: row;
  gap: 40px 40px;
  width: 45%;
  max-width: 100%;
}
.elementor-element-152dd3f4 {
  width: 63%;
  max-width: 100%;
  align-self: center;
  margin: 10px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-element-152dd3f4 .elementor-button-wrapper {
  text-align: center;
}
.elementor-element-152dd3f4 .elementor-button {
  font-family: "Lato";
  font-size: 15px;
  font-weight: 700;
  background-color: #61CE7000;
  color: #ffffff;
  padding: 30px 60px 30px 60px;
  border-radius: 200px 200px 200px 200px;
}
/* custom_css */
/* Botão gradiente animado sem alterar tamanho padrão */
.elementor-element-152dd3f4 .elementor-button {
    animation: textura 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) infinite alternate;
    background-image: linear-gradient(45deg, #0F4D3C, #18A999, #0F4D3C, #18A999);
    background-size: 400% 200%;
    transition: all 0.8s ease-in-out;
    box-shadow: 0px 0px 25px rgba(24, 169, 153, 0.6);
    border: none;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    /* Removido padding e font-size para manter estilo original do Elementor */
}

.elementor-element-5e4695b3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px 30px;
  background-color: #FFFCFA;
  width: 98.871%;
  max-width: 100%;
  flex: 0 0 auto;
  min-height: 80vh;
}
.elementor-element-423bd5c6 {
  width: 69%;
  max-width: 100%;
  flex: 0 0 auto;
}
.elementor-element-423bd5c6 .elementor-heading-title {
  font-family: "Poppins";
  font-size: 38px;
  font-weight: 700;
  color: #0B203C;
  text-align: center;
}
.elementor-element-7b359367 {
  padding: 5px 7px 5px 7px;
}
.elementor-element-7b359367 .elementor-heading-title {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 400;
  color: #0B203C;
}
.elementor-element-67e3157c {
  display: flex;
  flex-direction: column;
}
.elementor-element-5d94eeff {
  width: 90%;
  max-width: 100%;
}
.elementor-element-5d94eeff img {
  width: 90%;
}
.elementor-element-3608d533 {
  display: flex;
  flex-direction: column;
}
.elementor-element-6e395be9 {
  width: 89%;
  max-width: 100%;
}
.elementor-element-6e395be9 img {
  width: 89%;
}
.elementor-element-15a24121 {
  display: flex;
  flex-direction: column;
}
.elementor-element-1e71d30d {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
}
.elementor-element-649de622 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFCFA;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #E79554;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px -48px 47px -60px rgba(231, 149, 84, 0.34);
}
.elementor-element-649de622 > .e-con-inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.elementor-element-140fb623 .elementor-heading-title {
  font-family: "Lato";
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #0B203C;
}
.elementor-element-12867f79 {
  width: 54%;
  max-width: 100%;
  margin: 10px 0px 10px 0px;
}
.elementor-element-12867f79 .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0B203C;
  text-align: center;
}
.elementor-element-c46e214 {
  width: 50%;
  max-width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-element-c46e214 .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  color: #373E46;
  text-align: center;
}
.elementor-element-3709217c {
  width: 60%;
  max-width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-element-3709217c .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: var(--e-global-color-text);
  text-align: center;
}
.elementor-element-75a45e4e {
  flex: 0 0 auto;
}
.elementor-element-75a45e4e .elementor-icon {
  font-size: 28px;
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
  padding: .5em;
  border-radius: 0;
  background-color: transparent;
}
.elementor-element-27dc76ce {
  width: 95%;
  max-width: 100%;
}
.elementor-element-27dc76ce .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}
.elementor-element-72833993 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px 10px;
  background-color: #F4A261;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F4A261;
  border-radius: 12px 12px 12px 12px;
  padding: 25px 10px 25px 10px;
}
.elementor-element-1910ee52 {
  flex: 0 0 auto;
}
.elementor-element-1910ee52 .elementor-icon {
  font-size: 28px;
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
  padding: .5em;
  border-radius: 0;
  background-color: transparent;
}
.elementor-element-2a0e7c2 {
  width: 83%;
  max-width: 100%;
  padding: 0px 0px 0px 0px;
}
.elementor-element-2a0e7c2 .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}
.elementor-element-796c0aae {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px 10px;
  background-color: var(--e-global-color-text);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F4A261;
  border-radius: 12px 12px 12px 12px;
  padding: 25px 10px 25px 10px;
}
.elementor-element-6b7add80 {
  flex: 0 0 auto;
}
.elementor-element-6b7add80 .elementor-icon {
  font-size: 28px;
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
  padding: .5em;
  border-radius: 0;
  background-color: transparent;
}
.elementor-element-439a62fe {
  width: 82%;
  max-width: 100%;
}
.elementor-element-439a62fe .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
}
.elementor-element-44b3f115 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px 10px;
  background-color: var(--e-global-color-text);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #F4A261;
  border-radius: 12px 12px 12px 12px;
  padding: 25px 10px 25px 10px;
}
.elementor-element-77fcc56e {
  display: flex;
  flex-direction: row;
  gap: 30px 30px;
  width: 100%;
  max-width: 100%;
  margin: 20px 0px 20px 0px;
}
.elementor-element-78609a17 {
  width: 55%;
  max-width: 100%;
  margin: 20px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-element-78609a17 .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #373E46;
  text-align: center;
}
.elementor-element-31fd248d {
  width: 63%;
  max-width: 100%;
  align-self: center;
  margin: 30px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-element-31fd248d .elementor-button-wrapper {
  text-align: center;
}
.elementor-element-31fd248d .elementor-button {
  font-family: "Lato";
  font-size: 15px;
  font-weight: 700;
  background-color: #61CE7000;
  color: #ffffff;
  padding: 30px 40px 30px 40px;
  border-radius: 2000px 2000px 2000px 2000px;
}
/* custom_css */
/* Botão gradiente animado sem alterar tamanho padrão */
.elementor-element-31fd248d .elementor-button {
    animation: textura 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) infinite alternate;
    background-image: linear-gradient(45deg, #0F4D3C, #18A999, #0F4D3C, #18A999);
    background-size: 400% 200%;
    transition: all 0.8s ease-in-out;
    box-shadow: 0px 0px 25px rgba(24, 169, 153, 0.6);
    border: none;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    /* Removido padding e font-size para manter estilo original do Elementor */
}

.elementor-element-43a4692e {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.elementor-element-43a4692e > .e-con-inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px 0px;
  min-height: 100vh;
}
.elementor-element-5c58e2d5 {
  width: 54%;
  max-width: 100%;
  margin: 10px 0px 10px 0px;
}
.elementor-element-5c58e2d5 .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 38px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}
.elementor-element-4d937a27 {
  width: 90%;
  max-width: 100%;
}
.elementor-element-4d937a27 img {
  width: 90%;
}
.elementor-element-2dcb7e18 {
  display: flex;
  flex-direction: column;
}
.elementor-element-6fa2de66 {
  width: 89%;
  max-width: 100%;
}
.elementor-element-6fa2de66 img {
  width: 89%;
}
.elementor-element-69b954e {
  display: flex;
  flex-direction: column;
}
.elementor-element-7f200ae0 {
  width: 89%;
  max-width: 100%;
}
.elementor-element-7f200ae0 img {
  width: 89%;
}
.elementor-element-7a458d3f {
  display: flex;
  flex-direction: column;
}
.elementor-element-26d2fccd {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 40vh;
}
.elementor-element-9bdf836 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--e-global-color-text);
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #E79554;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px -48px 47px -60px rgba(231, 149, 84, 0.34);
}
.elementor-element-9bdf836 > .e-con-inner {
  width: 100%;
  max-width: 1145px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 95vh;
  max-width: 1145px;
}
.elementor-element-22d3c51 {
  width: 88%;
  max-width: 100%;
  align-self: center;
  margin: 0px 0px 20px 0px;
}
.elementor-element-22d3c51 .elementor-heading-title {
  font-family: "Poppins";
  font-size: 38px;
  font-weight: 700;
  color: var(--e-global-color-primary);
  text-align: center;
}
.elementor-element-602802bc .elementor-icon {
  font-size: 41px;
  color: var(--e-global-color-text);
}
.elementor-element-7779de23 {
  width: 63%;
  max-width: 100%;
  align-self: center;
  order: 1;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
}
.elementor-element-7779de23 .elementor-heading-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
.elementor-element-1c450372 {
  width: 93%;
  max-width: 100%;
  align-self: center;
  order: 1;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
}
.elementor-element-1c450372 .elementor-heading-title {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.elementor-element-7e2a4fe6 {
  width: 93%;
  max-width: 100%;
  align-self: center;
  order: 1;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
}
.elementor-element-7e2a4fe6 .elementor-heading-title {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 900;
  color: var(--e-global-color-text);
  text-align: center;
}
.elementor-element-74b93496 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px 0px;
  background-color: #2F588F;
  border-style: solid;
  border-width: 0px 0px 0px 02px;
  border-color: var(--e-global-color-text);
  border-radius: 10px 10px 10px 10px;
  width: 88%;
  max-width: 100%;
  padding: 20px 0px 20px 0px;
}
.elementor-element-6634fa7e {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px 15px;
}
.elementor-element-217022e3 {
  width: 40%;
  max-width: 100%;
  margin: 0px 0px 20px 0px;
}
.elementor-element-217022e3 .elementor-widget-container {
  text-align: center;
}
.elementor-element-217022e3 img {
  width: 40%;
  margin: 0px 0px 20px 0px;
}
.elementor-element-277137ae {
  width: 65%;
  max-width: 100%;
  align-self: center;
  margin: 0px 0px 10px 0px;
  padding: 8px 8px 8px 8px;
}
.elementor-element-277137ae .elementor-heading-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  color: var(--e-global-color-text);
  text-align: center;
}
.elementor-element-104edc27 {
  width: 52%;
  max-width: 100%;
  align-self: center;
  margin: 10px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-element-104edc27 .elementor-heading-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  color: #0B203CCC;
  text-align: center;
}
.elementor-element-6c6c1df0 {
  width: 58%;
  max-width: 100%;
  align-self: center;
  margin: 0px 0px 10px 0px;
  padding: 8px 8px 8px 8px;
}
.elementor-element-6c6c1df0 .elementor-heading-title {
  font-family: "Poppins";
  font-size: 34px;
  font-weight: 800;
  color: var(--e-global-color-secondary);
  text-align: center;
}
.elementor-element-25d1196a {
  width: 48%;
  max-width: 100%;
  align-self: center;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-element-25d1196a .elementor-heading-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  color: var(--e-global-color-primary);
  text-align: center;
}
.elementor-element-15089a79 {
  width: 76%;
  max-width: 100%;
  align-self: center;
  margin: 25px 0px 10px 0px;
}
.elementor-element-15089a79 .elementor-button-wrapper {
  text-align: center;
}
.elementor-element-15089a79 .elementor-button {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
  background-color: #61CE7000;
  color: #ffffff;
  padding: 25px 30px 25px 30px;
  border-radius: 200px 200px 200px 200px;
}
/* custom_css */
/* Botão gradiente animado sem alterar tamanho padrão */
.elementor-element-15089a79 .elementor-button {
    animation: textura 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) infinite alternate;
    background-image: linear-gradient(45deg, #0F4D3C, #18A999, #0F4D3C, #18A999);
    background-size: 400% 200%;
    transition: all 0.8s ease-in-out;
    box-shadow: 0px 0px 25px rgba(24, 169, 153, 0.6);
    border: none;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    /* Removido padding e font-size para manter estilo original do Elementor */
}

.elementor-element-5e66d940 {
  width: 79%;
  max-width: 100%;
  margin: 15px 0px 0px 0px;
  padding: 10px 15px 10px 15px;
}
.elementor-element-5e66d940 .elementor-heading-title {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: #0B203C;
  text-align: center;
}
.elementor-element-3540bdf6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px 0px;
  background-color: #FFFFFFB5;
  border-style: solid;
  border-width: 02px 0px 02px 0px;
  border-color: #18A999;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0px 0px 39px -7px rgba(24, 169, 153, 0.39);
  width: 82%;
  max-width: 100%;
  min-height: 483px;
  padding: 30px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
}
.elementor-element-443106d0 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.elementor-element-a0b3238 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px 0px;
  width: 65%;
  max-width: 100%;
  margin: 20px 0px 0px 0px;
}
.elementor-element-6a4e481c {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px 30px;
  background-color: #FFFFFF;
  background-image: url("assets/IMG-BACK-OFF-1.png");
  background-position: 142px center;
  background-size: cover;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 02px 0px 0px 0px;
  border-color: #18A999;
  min-height: 100vh;
  position: relative;
}
.elementor-element-6a4e481c { isolation: isolate; }
.elementor-element-6a4e481c > .e-con-inner, .elementor-element-6a4e481c > .e-con-full, .elementor-element-6a4e481c > * { position: relative; z-index: 1; }
.elementor-element-6a4e481c::before { content: ""; position: absolute; inset: 0; background-color: #FFFFFFC4; opacity: 1; z-index: 0; pointer-events: none; }
.elementor-element-618b5c1f .elementor-icon {
  font-size: 119px;
  color: #FFFFFF;
}
.elementor-element-745b454e {
  display: flex;
  flex-direction: column;
  width: 82%;
  max-width: 100%;
}
.elementor-element-68c7133c {
  width: 77%;
  max-width: 100%;
  align-self: flex-start;
  margin: 0px 0px 0px 0px;
}
.elementor-element-68c7133c .elementor-heading-title {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
}
.elementor-element-5e3288dc {
  width: 90%;
  max-width: 100%;
  align-self: flex-start;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-element-5e3288dc .elementor-heading-title {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: left;
}
.elementor-element-6a1e973b {
  width: 91%;
  max-width: 100%;
  align-self: flex-start;
  flex: 0 0 auto;
  margin: 0px 0px 0px 0px;
}
.elementor-element-6a1e973b .elementor-button-wrapper {
  text-align: left;
}
.elementor-element-6a1e973b .elementor-button {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
  background-color: #61CE7000;
  color: #ffffff;
  padding: 20px 35px 25px 35px;
  border-radius: 200px 200px 200px 200px;
}
/* custom_css */
/* Botão gradiente animado sem alterar tamanho padrão */
.elementor-element-6a1e973b .elementor-button {
    animation: textura 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) infinite alternate;
    background-image: linear-gradient(45deg, #0F4D3C, #18A999, #0F4D3C, #18A999);
    background-size: 400% 200%;
    transition: all 0.8s ease-in-out;
    box-shadow: 0px 0px 25px rgba(24, 169, 153, 0.6);
    border: none;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    /* Removido padding e font-size para manter estilo original do Elementor */
}

.elementor-element-37b9042d {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 25px 25px;
}
.elementor-element-5f749481 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0px 0px;
  background-color: var(--e-global-color-primary);
  border-radius: 20px 20px 20px 20px;
  width: 80%;
  max-width: 100%;
  min-height: 200px;
}
.elementor-element-2e1ec648 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--e-global-color-primary);
}
.elementor-element-2e1ec648 > .e-con-inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 350px;
}
.elementor-element-450d7b91 {
  width: 77%;
  max-width: 100%;
  align-self: center;
  margin: 0px 0px 10px 0px;
}
.elementor-element-450d7b91 .elementor-heading-title {
  font-family: "Poppins";
  font-size: 38px;
  font-weight: 700;
  color: #0B203C;
  text-align: center;
}
.elementor-element-56d1acd0 {
  margin: 0px 0px 0px 0px;
}
.elementor-element-56d1acd0 .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #0B203C;
  text-align: center;
}
.elementor-element-3f19bebe {
  margin: 0px 0px 0px 0px;
}
.elementor-element-3f19bebe .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #0B203C;
  text-align: center;
}
.elementor-element-eef256b {
  margin: 0px 0px 0px 0px;
}
.elementor-element-eef256b .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #0B203C;
  text-align: center;
}
.elementor-element-315e6969 {
  margin: 0px 0px 0px 0px;
}
.elementor-element-315e6969 .elementor-heading-title {
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 500;
  color: #0B203C;
  text-align: center;
}
.elementor-element-2462bcb7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.elementor-element-45e9e985 {
  width: 85%;
  max-width: 100%;
}
.elementor-element-45e9e985 img {
  width: 85%;
  border-style: solid;
  border-width: 00px 4px 0px 0px;
  border-color: var(--e-global-color-secondary);
  border-radius: 20px 20px 20px 20px;
}
.elementor-element-41e24337 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.elementor-element-121e064a {
  display: flex;
  flex-direction: row;
}
.elementor-element-69e03382 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.elementor-element-69e03382 > .e-con-inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
}
.elementor-element-6025c2e {
  width: 46%;
  max-width: 100%;
  margin: 30px 0px 20px 0px;
  padding: 5px 5px 5px 5px;
}
.elementor-element-6025c2e .elementor-heading-title {
  font-family: "Poppins";
  font-size: 38px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
.elementor-element-514dae2a {
  width: 50%;
  max-width: 100%;
}
.elementor-element-52a19793 .elementor-text-editor {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.elementor-element-d3dfa1e {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.elementor-element-d3dfa1e > .e-con-inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.elementor-element-4f4c4c3 {
  display: flex;
  flex-direction: column;
}
.elementor-element-667b2f76 .elementor-text-editor {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.elementor-element-51ed4542 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.elementor-element-51ed4542 > .e-con-inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.elementor-element-57b89f7a {
  display: flex;
  flex-direction: column;
}
.elementor-element-5cfc56ed .elementor-text-editor {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.elementor-element-c2c3db1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.elementor-element-c2c3db1 > .e-con-inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.elementor-element-3a953baa {
  display: flex;
  flex-direction: column;
}
.elementor-element-36d1e57e .elementor-text-editor {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.elementor-element-1f1d5a9f {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.elementor-element-1f1d5a9f > .e-con-inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.elementor-element-3e3c8579 {
  display: flex;
  flex-direction: column;
}
.elementor-element-146a6799 .elementor-text-editor {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}
.elementor-element-5a3b918e {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.elementor-element-5a3b918e > .e-con-inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
}
.elementor-element-41aec2ec {
  display: flex;
  flex-direction: column;
}
.elementor-element-514dae2a {
  width: 50%;
  max-width: 100%;
}
.elementor-element-514dae2a .e-n-accordion-item-title { color: #FFFFFF; }
.elementor-element-514dae2a .e-n-accordion-item-title:hover { color: #18A999; }
.elementor-element-514dae2a details[open] > .e-n-accordion-item-title { color: #18A999; }
.elementor-element-514dae2a .e-n-accordion-item-title-icon { color: #18A999; }
.elementor-element-514dae2a .e-n-accordion-item-content { background-color: #122C50; }
.elementor-element-514dae2a .e-n-accordion-item-title-text {
  font-size: 18px;
}
.elementor-element-63e66d5d {
  width: 63%;
  max-width: 100%;
  align-self: center;
  margin: 25px 0px 50px 0px;
  padding: 0px 0px 0px 0px;
}
.elementor-element-63e66d5d .elementor-button-wrapper {
  text-align: center;
}
.elementor-element-63e66d5d .elementor-button {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
  background-color: #61CE7000;
  color: #ffffff;
  padding: 30px 40px 30px 40px;
  border-radius: 200px 200px 200px 200px;
}
/* custom_css */
/* Botão gradiente animado sem alterar tamanho padrão */
.elementor-element-63e66d5d .elementor-button {
    animation: textura 3.4s cubic-bezier(0.2, 0.5, 0.9, 0.6) infinite alternate;
    background-image: linear-gradient(45deg, #0F4D3C, #18A999, #0F4D3C, #18A999);
    background-size: 400% 200%;
    transition: all 0.8s ease-in-out;
    box-shadow: 0px 0px 25px rgba(24, 169, 153, 0.6);
    border: none;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    text-transform: uppercase;
    /* Removido padding e font-size para manter estilo original do Elementor */
}

.elementor-element-42db67b8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--e-global-color-primary);
  border-radius: 40px 40px 0px 0px;
}
.elementor-element-42db67b8 > .e-con-inner {
  width: 100%;
  max-width: 1140px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

/* ===== tablet ===== */
@media (max-width:1024px){
.elementor-element-7fd8d582 {
  width: 624px;
  max-width: 100%;
}
.elementor-element-126356da > .e-con-inner {
  min-height: 903px;
}
.elementor-element-38af579b {
  width: 705px;
  max-width: 100%;
}
.elementor-element-2261fce1 {
  width: 705px;
  max-width: 100%;
  margin: 0px 0px 40px 0px;
}
.elementor-element-5e4695b3 {
  min-height: 94vh;
}
.elementor-element-423bd5c6 {
  width: 471px;
  max-width: 100%;
}
.elementor-element-649de622 > .e-con-inner {
  min-height: 84vh;
}
.elementor-element-12867f79 {
  width: 624px;
  max-width: 100%;
}
.elementor-element-77fcc56e {
  width: 721px;
  max-width: 100%;
}
.elementor-element-43a4692e > .e-con-inner {
  min-height: 91vh;
}
.elementor-element-5c58e2d5 {
  width: 624px;
  max-width: 100%;
}
.elementor-element-9bdf836 > .e-con-inner {
  min-height: 84vh;
}
.elementor-element-56d1acd0 .elementor-heading-title {
  font-size: 16px;
}
.elementor-element-3f19bebe .elementor-heading-title {
  font-size: 16px;
}
.elementor-element-eef256b .elementor-heading-title {
  font-size: 16px;
}
.elementor-element-315e6969 .elementor-heading-title {
  font-size: 16px;
}
.elementor-element-45e9e985 {
  width: 100%;
  max-width: 100%;
}
.elementor-element-45e9e985 img {
  width: 100%;
}
}
/* ===== mobile ===== */
@media (max-width:767px){
.elementor-element-729488d {
  width: 526px;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
}
.elementor-element-729488d .elementor-heading-title {
  font-size: 18px;
  line-height: 1.2em;
  text-align: center;
}
.elementor-element-6d6f2b6d {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 0 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.elementor-element-582a803d {
  gap: 0px 0px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.elementor-element-23742a00 {
  width: 100%;
  max-width: 100%;
}
.elementor-element-23742a00 > .e-con-inner {
  gap: 0px 0px;
  flex-wrap: wrap;
}
.elementor-element-4f8e2646 {
  width: 50%;
  max-width: 100%;
}
.elementor-element-4f8e2646 img {
  width: 50%;
}
.elementor-element-4036104a {
  margin: 20px 0px 20px 0px;
}
.elementor-element-4036104a .elementor-heading-title {
  font-size: 28px;
  text-align: center;
}
.elementor-element-7ec764f6 {
  margin: 0px 0px 35px 0px;
}
.elementor-element-7ec764f6 .elementor-heading-title {
  font-size: 18px;
  text-align: center;
}
.elementor-element-6355820 {
  width: 1000px;
  max-width: 100%;
}
.elementor-element-6355820 .elementor-button-wrapper {
  text-align: center;
}
.elementor-element-6355820 .elementor-button {
  padding: 25px 25px 25px 25px;
  border-radius: 200px 200px 200px 200px;
}
.elementor-element-56d80f31 {
  width: 207px;
  max-width: 100%;
  margin: 20px 0px 0px 0px;
}
.elementor-element-7fd8d582 {
  justify-content: center;
  align-items: center;
  gap: 0px 0px;
  flex-wrap: wrap;
  width: 370px;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
}
.elementor-element-212e5e48 {
  width: 85%;
  max-width: 100%;
}
.elementor-element-212e5e48 img {
  width: 85%;
}
.elementor-element-3c5299a4 {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.elementor-element-6dcd2f9d {
  flex-wrap: wrap;
  width: 380px;
  max-width: 100%;
}
.elementor-element-54c49c8c {
  width: 100%;
  max-width: 100%;
}
.elementor-element-54c49c8c > .e-con-inner {
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  min-height: 907px;
}
.elementor-element-7c65998c {
  width: 313px;
  max-width: 100%;
  margin: 40px 0px 25px 0px;
}
.elementor-element-7c65998c .elementor-heading-title {
  font-size: 26px;
}
.elementor-element-2c0ed68 .elementor-icon {
  font-size: 32px;
}
.elementor-element-19d0ea3c .elementor-heading-title {
  font-size: 18px;
}
.elementor-element-2fd65cca {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 30px 10px 30px 10px;
}
.elementor-element-3f2c370f .elementor-icon {
  font-size: 32px;
}
.elementor-element-73c35887 .elementor-heading-title {
  font-size: 18px;
}
.elementor-element-b99d8bf {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 30px 10px 30px 10px;
}
.elementor-element-290c0b66 {
  gap: 29px 29px;
  flex-wrap: wrap;
  width: 350px;
  max-width: 100%;
  margin: 0px 0px 5px 0px;
}
.elementor-element-7c951a95 .elementor-icon {
  font-size: 32px;
}
.elementor-element-7a764348 .elementor-heading-title {
  font-size: 18px;
}
.elementor-element-5371026d {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 30px 10px 30px 10px;
}
.elementor-element-62407a6b {
  gap: 20px 20px;
  flex-wrap: wrap;
  width: 350px;
  max-width: 100%;
}
.elementor-element-126356da {
  border-radius: 0px 0px 20px 20px;
  width: 100%;
  max-width: 100%;
}
.elementor-element-126356da > .e-con-inner {
  align-content: center;
  flex-wrap: wrap;
  gap: 0px 0px;
  min-height: 916px;
  padding: 20px 0px 50px 0px;
}
.elementor-element-735da649 {
  width: 971px;
  max-width: 100%;
}
.elementor-element-735da649 .elementor-heading-title {
  font-size: 28px;
  text-align: center;
}
.elementor-element-3b30ec3 .elementor-icon {
  font-size: 32px;
}
.elementor-element-3b8d82c1 .elementor-heading-title {
  font-size: 18px;
}
.elementor-element-5113168c {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 30px 10px 30px 10px;
}
.elementor-element-4eec270f .elementor-icon {
  font-size: 32px;
}
.elementor-element-4281286a .elementor-heading-title {
  font-size: 18px;
}
.elementor-element-61525b29 {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 30px 10px 30px 10px;
}
.elementor-element-38af579b {
  gap: 25px 25px;
  flex-wrap: wrap;
  width: 350px;
  max-width: 100%;
}
.elementor-element-72ed84fd .elementor-icon {
  font-size: 32px;
}
.elementor-element-1407cc99 .elementor-heading-title {
  font-size: 18px;
}
.elementor-element-be5bbb4 {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 30px 10px 30px 10px;
}
.elementor-element-cf4ad28 .elementor-icon {
  font-size: 32px;
}
.elementor-element-1aac8ce4 .elementor-heading-title {
  font-size: 18px;
}
.elementor-element-4a1cbfdb {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 30px 10px 30px 10px;
}
.elementor-element-2261fce1 {
  gap: 25px 25px;
  flex-wrap: wrap;
  width: 350px;
  max-width: 100%;
}
.elementor-element-152dd3f4 {
  width: 1000px;
  max-width: 100%;
}
.elementor-element-152dd3f4 .elementor-button-wrapper {
  text-align: center;
}
.elementor-element-152dd3f4 .elementor-button {
  padding: 25px 35px 25px 35px;
}
.elementor-element-5e4695b3 {
  align-content: center;
  flex-wrap: wrap;
  gap: 0px 0px;
  border-radius: 20px 20px 20px 20px;
  width: 100%;
  max-width: 100%;
  min-height: 1133px;
  padding: 20px 0px 0px 0px;
}
.elementor-element-423bd5c6 {
  width: 971px;
  max-width: 100%;
  margin: 40px 0px 0px 0px;
}
.elementor-element-423bd5c6 .elementor-heading-title {
  font-size: 26px;
}
.elementor-element-7b359367 .elementor-heading-title {
  font-size: 18px;
}
.elementor-element-3585413e {
  width: 95%;
  max-width: 100%;
}
.elementor-element-3585413e img {
  width: 95%;
}
.elementor-element-67e3157c {
  flex-wrap: wrap;
  width: 370px;
  max-width: 100%;
}
.elementor-element-5d94eeff {
  width: 95%;
  max-width: 100%;
}
.elementor-element-5d94eeff img {
  width: 95%;
}
.elementor-element-3608d533 {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.elementor-element-6e395be9 {
  width: 95%;
  max-width: 100%;
  margin: 0px 0px 40px 0px;
}
.elementor-element-6e395be9 img {
  width: 95%;
  margin: 0px 0px 40px 0px;
}
.elementor-element-15a24121 {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.elementor-element-1e71d30d {
  flex-wrap: wrap;
  width: 370px;
  max-width: 100%;
}
.elementor-element-649de622 {
  width: 100%;
  max-width: 100%;
}
.elementor-element-649de622 > .e-con-inner {
  align-content: center;
  flex-wrap: wrap;
  min-height: 1328px;
}
.elementor-element-140fb623 {
  margin: 40px 0px 10px 0px;
}
.elementor-element-140fb623 .elementor-heading-title {
  font-size: 18px;
  text-align: center;
}
.elementor-element-12867f79 {
  width: 971px;
  max-width: 100%;
  margin: 10px 0px 20px 0px;
}
.elementor-element-12867f79 .elementor-heading-title {
  font-size: 26px;
}
.elementor-element-c46e214 {
  width: 1000px;
  max-width: 100%;
}
.elementor-element-c46e214 .elementor-heading-title {
  font-size: 18px;
  text-align: center;
}
.elementor-element-3709217c {
  width: 1000px;
  max-width: 100%;
}
.elementor-element-3709217c .elementor-heading-title {
  font-size: 18px;
  text-align: center;
}
.elementor-element-75a45e4e .elementor-icon {
  font-size: 20px;
}
.elementor-element-27dc76ce .elementor-heading-title {
  font-size: 18px;
}
.elementor-element-72833993 {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 20px 10px 20px 10px;
}
.elementor-element-1910ee52 .elementor-icon {
  font-size: 20px;
}
.elementor-element-2a0e7c2 .elementor-heading-title {
  font-size: 18px;
}
.elementor-element-796c0aae {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 20px 10px 20px 10px;
}
.elementor-element-6b7add80 .elementor-icon {
  font-size: 20px;
}
.elementor-element-439a62fe .elementor-heading-title {
  font-size: 18px;
}
.elementor-element-44b3f115 {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  padding: 20px 10px 20px 10px;
}
.elementor-element-77fcc56e {
  flex-wrap: wrap;
  width: 340px;
  max-width: 100%;
}
.elementor-element-78609a17 {
  width: 1000px;
  max-width: 100%;
  margin: 0px 0px 15px 0px;
}
.elementor-element-78609a17 .elementor-heading-title {
  font-size: 18px;
  text-align: center;
}
.elementor-element-31fd248d {
  width: 1000px;
  max-width: 100%;
  margin: 30px 0px 40px 0px;
}
.elementor-element-31fd248d .elementor-button-wrapper {
  text-align: center;
}
.elementor-element-31fd248d .elementor-button {
  padding: 30px 30px 30px 30px;
  border-radius: 200px 200px 200px 200px;
}
.elementor-element-43a4692e {
  width: 100%;
  max-width: 100%;
}
.elementor-element-43a4692e > .e-con-inner {
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  min-height: 1008px;
}
.elementor-element-5c58e2d5 {
  width: 971px;
  max-width: 100%;
  margin: 10px 0px 20px 0px;
}
.elementor-element-5c58e2d5 .elementor-heading-title {
  font-size: 26px;
}
.elementor-element-4d937a27 {
  width: 95%;
  max-width: 100%;
}
.elementor-element-4d937a27 img {
  width: 95%;
}
.elementor-element-2dcb7e18 {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.elementor-element-6fa2de66 {
  width: 95%;
  max-width: 100%;
  margin: 0px 0px 40px 0px;
}
.elementor-element-6fa2de66 img {
  width: 95%;
  margin: 0px 0px 40px 0px;
}
.elementor-element-69b954e {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.elementor-element-7f200ae0 {
  width: 95%;
  max-width: 100%;
  margin: 0px 0px 40px 0px;
}
.elementor-element-7f200ae0 img {
  width: 95%;
  margin: 0px 0px 40px 0px;
}
.elementor-element-7a458d3f {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.elementor-element-26d2fccd {
  flex-wrap: wrap;
  width: 370px;
  max-width: 100%;
}
.elementor-element-9bdf836 {
  width: 100%;
  max-width: 100%;
}
.elementor-element-9bdf836 > .e-con-inner {
  align-content: center;
  flex-wrap: wrap;
  min-height: 1342px;
}
.elementor-element-22d3c51 {
  width: 1000px;
  max-width: 100%;
  margin: 20px 0px 10px 0px;
}
.elementor-element-22d3c51 .elementor-heading-title {
  font-size: 28px;
}
.elementor-element-7779de23 {
  width: 335px;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
}
.elementor-element-7779de23 .elementor-heading-title {
  font-size: 18px;
  text-align: center;
}
.elementor-element-1c450372 {
  width: 335px;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
}
.elementor-element-1c450372 .elementor-heading-title {
  font-size: 16px;
  text-align: center;
}
.elementor-element-7e2a4fe6 {
  width: 335px;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
}
.elementor-element-7e2a4fe6 .elementor-heading-title {
  font-size: 18px;
  text-align: center;
}
.elementor-element-74b93496 {
  align-content: center;
  flex-wrap: wrap;
  width: 350px;
  max-width: 100%;
  padding: 30px 0px 30px 0px;
  margin: 0px 0px 30px 0px;
}
.elementor-element-6634fa7e {
  align-content: center;
  flex-wrap: wrap;
  gap: 15px 15px;
  width: 100%;
  max-width: 100%;
}
.elementor-element-217022e3 {
  width: 41%;
  max-width: 100%;
}
.elementor-element-217022e3 img {
  width: 41%;
}
.elementor-element-277137ae {
  width: 304px;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
}
.elementor-element-277137ae .elementor-heading-title {
  text-align: center;
}
.elementor-element-104edc27 {
  width: 210px;
  max-width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
}
.elementor-element-104edc27 .elementor-heading-title {
  text-align: center;
}
.elementor-element-6c6c1df0 {
  width: 210px;
  max-width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
}
.elementor-element-6c6c1df0 .elementor-heading-title {
  text-align: center;
}
.elementor-element-25d1196a {
  width: 210px;
  max-width: 100%;
  margin: 10px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
}
.elementor-element-25d1196a .elementor-heading-title {
  text-align: center;
}
.elementor-element-15089a79 {
  width: 1000px;
  max-width: 100%;
}
.elementor-element-15089a79 .elementor-button-wrapper {
  text-align: center;
}
.elementor-element-15089a79 .elementor-button {
  padding: 25px 25px 25px 25px;
}
.elementor-element-5e66d940 {
  width: 305px;
  max-width: 100%;
  margin: 20px 0px 0px 0px;
}
.elementor-element-3540bdf6 {
  align-content: center;
  flex-wrap: wrap;
  width: 340px;
  max-width: 100%;
}
.elementor-element-443106d0 {
  align-content: center;
  flex-wrap: wrap;
  width: 350px;
  max-width: 100%;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 40px 0px;
}
.elementor-element-a0b3238 {
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  gap: 0px 0px;
  width: 370px;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
}
.elementor-element-6a4e481c {
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  min-height: 923px;
}
.elementor-element-618b5c1f .elementor-icon {
  font-size: 64px;
}
.elementor-element-745b454e {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.elementor-element-68c7133c {
  width: 1000px;
  max-width: 100%;
  margin: 0px 0px 10px 0px;
}
.elementor-element-68c7133c .elementor-heading-title {
  font-size: 28px;
  text-align: center;
}
.elementor-element-5e3288dc {
  width: 653px;
  max-width: 100%;
  margin: 10px 0px 40px 0px;
  padding: 5px 5px 5px 5px;
}
.elementor-element-5e3288dc .elementor-heading-title {
  text-align: center;
}
.elementor-element-6a1e973b {
  width: 299px;
  max-width: 100%;
}
.elementor-element-6a1e973b .elementor-button-wrapper {
  text-align: center;
}
.elementor-element-6a1e973b .elementor-button {
  padding: 25px 25px 25px 25px;
}
.elementor-element-37b9042d {
  align-items: center;
  gap: 0px 0px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.elementor-element-5f749481 {
  flex-wrap: wrap;
  width: 360px;
  max-width: 100%;
  padding: 40px 0px 40px 0px;
  margin: 0px 0px 40px 0px;
}
.elementor-element-2e1ec648 {
  width: 100%;
  max-width: 100%;
}
.elementor-element-2e1ec648 > .e-con-inner {
  align-content: center;
  flex-wrap: wrap;
}
.elementor-element-450d7b91 {
  width: 971px;
  max-width: 100%;
  margin: 10px 0px 0px 0px;
}
.elementor-element-450d7b91 .elementor-heading-title {
  font-size: 28px;
  text-align: center;
}
.elementor-element-56d1acd0 .elementor-heading-title {
  font-size: 18px;
  text-align: center;
}
.elementor-element-3f19bebe .elementor-heading-title {
  font-size: 18px;
  text-align: center;
}
.elementor-element-eef256b .elementor-heading-title {
  font-size: 18px;
  text-align: center;
}
.elementor-element-315e6969 .elementor-heading-title {
  font-size: 18px;
  text-align: center;
}
.elementor-element-2462bcb7 {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.elementor-element-45e9e985 {
  width: 95%;
  max-width: 100%;
}
.elementor-element-45e9e985 img {
  width: 95%;
}
.elementor-element-41e24337 {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.elementor-element-121e064a {
  flex-direction: row-reverse;
  gap: 5px 5px;
  flex-wrap: wrap;
  width: 370px;
  max-width: 100%;
}
.elementor-element-69e03382 {
  width: 100%;
  max-width: 100%;
}
.elementor-element-69e03382 > .e-con-inner {
  align-content: center;
  flex-wrap: wrap;
  min-height: 1019px;
}
.elementor-element-6025c2e {
  width: 274px;
  max-width: 100%;
  margin: 0px 0px 20px 0px;
}
.elementor-element-6025c2e .elementor-heading-title {
  font-size: 26px;
}
.elementor-element-514dae2a {
  width: 1000px;
  max-width: 100%;
}
.elementor-element-52a19793 .elementor-text-editor {
  font-size: 16px;
}
.elementor-element-d3dfa1e {
  width: 100%;
  max-width: 100%;
}
.elementor-element-d3dfa1e > .e-con-inner {
  flex-wrap: wrap;
}
.elementor-element-4f4c4c3 {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.elementor-element-667b2f76 .elementor-text-editor {
  font-size: 16px;
}
.elementor-element-51ed4542 {
  width: 100%;
  max-width: 100%;
}
.elementor-element-51ed4542 > .e-con-inner {
  flex-wrap: wrap;
}
.elementor-element-57b89f7a {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.elementor-element-5cfc56ed .elementor-text-editor {
  font-size: 16px;
}
.elementor-element-c2c3db1 {
  width: 100%;
  max-width: 100%;
}
.elementor-element-c2c3db1 > .e-con-inner {
  flex-wrap: wrap;
}
.elementor-element-3a953baa {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.elementor-element-36d1e57e .elementor-text-editor {
  font-size: 16px;
}
.elementor-element-1f1d5a9f {
  width: 100%;
  max-width: 100%;
}
.elementor-element-1f1d5a9f > .e-con-inner {
  flex-wrap: wrap;
}
.elementor-element-3e3c8579 {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.elementor-element-146a6799 .elementor-text-editor {
  font-size: 16px;
}
.elementor-element-5a3b918e {
  width: 100%;
  max-width: 100%;
}
.elementor-element-5a3b918e > .e-con-inner {
  flex-wrap: wrap;
}
.elementor-element-41aec2ec {
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}
.elementor-element-514dae2a {
  width: 1000px;
  max-width: 100%;
}
.elementor-element-514dae2a .e-n-accordion-item-title-text {
  font-size: 18px;
}
.elementor-element-63e66d5d {
  width: 1000px;
  max-width: 100%;
  margin: 0px 0px 40px 0px;
}
.elementor-element-63e66d5d .elementor-button-wrapper {
  text-align: center;
}
.elementor-element-63e66d5d .elementor-button {
  padding: 25px 25px 25px 25px;
}
.elementor-element-42db67b8 {
  width: 100%;
  max-width: 100%;
}
.elementor-element-42db67b8 > .e-con-inner {
  align-content: center;
  flex-wrap: wrap;
  min-height: 801px;
}
}
/* mobile polish: center images so they don't sit left-aligned in full-width stacked columns */
@media (max-width:767px){
  .elementor-widget-image{ width:100%; }
  .elementor-widget-image .elementor-widget-container{ text-align:center; }
  .elementor-widget-image img{ margin-left:auto; margin-right:auto; }
}
