.elementor-1813 .elementor-element.elementor-element-4636c0c{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1813 .elementor-element.elementor-element-953f5b3{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-1813 .elementor-element.elementor-element-97d3324 > .elementor-widget-container{margin:30px 0px 50px 0px;}.elementor-1813 .elementor-element.elementor-element-05172f5{font-family:"Inter", Sans-serif;font-weight:400;}.elementor-1813 .elementor-element.elementor-element-22fa7e9{--display:flex;--margin-top:10px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1813 .elementor-element.elementor-element-9add504 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1813 .elementor-element.elementor-element-25ec908{font-family:"Inter", Sans-serif;font-weight:400;}/* Start custom CSS for html, class: .elementor-element-97d3324 */.ao-cta-mini { display: grid; grid-template-columns: 1fr auto; font-family: Inter; background: #eaf4fb; border-top: 3px solid #16a8aa; }
.ao-cta-mini-left { padding: 1.5rem 2rem; display: flex; flex-direction: column; justify-content: center; gap: 0.35rem; }
.ao-cta-mini-label { font-size: 12px; font-weight: 500; letter-spacing: 0.13em; text-transform: uppercase; color: #16a8aa; margin: 0; }
.ao-cta-mini-heading { font-size: 20px; font-weight: 500; color: #174e7a; margin: 0; line-height: 1.35; }
.ao-cta-mini-right { padding: 1.5rem 2rem; display: flex; align-items: center; border-left: 1px solid #c2dff0; }

.ao-cta-mini-btn { display: inline-block; padding: 11px 28px; background: #174e7a; color: #ffffff; font-size: 15px; font-weight: 500; text-decoration: none; white-space: nowrap; position: relative; cursor: pointer; }
.ao-btn-label { display: inline-block; transition: transform 0.25s ease, opacity 0.25s ease; }
.ao-btn-ripple { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 15px; font-weight: 500; opacity: 0; transform: translateY(6px); transition: transform 0.25s ease, opacity 0.25s ease; background: #16a8aa; }
.ao-cta-mini-btn:hover .ao-btn-label { transform: translateY(-6px); opacity: 0; }
.ao-cta-mini-btn:hover .ao-btn-ripple { opacity: 1; transform: translateY(0); }
.ao-cta-mini-btn::before { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #16a8aa; transform: scaleY(0); transform-origin: bottom; transition: transform 0.2s ease; }
.ao-cta-mini-btn:hover::before { transform: scaleY(1); }

@media (max-width: 500px) {
  .ao-cta-mini { grid-template-columns: 1fr; }
  .ao-cta-mini-right { padding: 0 2rem 1.5rem; border-left: none; }
  .ao-cta-mini-btn { width: 100%; text-align: center; display: block; }
}

.custom-ao-content h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  color: #174e7a;
  margin: 0 0 1rem;
  padding-bottom: 0.6rem;
  border-bottom: 2px solid #eaf4fb;
}

.custom-ao-content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  color: #174e7a;
  margin: 1.75rem 0 0.6rem;
}

.custom-ao-content p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 0 1rem;
}

.custom-ao-content a {
  color: #16a8aa;
  text-decoration: none;
  border-bottom: 1px solid #16a8aa;
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.custom-ao-content a:hover {
  color: #174e7a;
  border-color: #174e7a;
}

.custom-ao-content strong {
  font-weight: 500;
  color: #174e7a;
}

.custom-ao-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.custom-ao-content ul li {
  font-size: 16px;
  line-height: 1.65;
  padding-left: 1.25rem;
  position: relative;
}

.custom-ao-content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 6px;
  height: 6px;
  background: #16a8aa;
}

.custom-ao-content ol {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  counter-reset: ao-counter;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.custom-ao-content ol li {
  font-size: 16px;
  line-height: 1.65;
  padding-left: 2rem;
  position: relative;
  counter-increment: ao-counter;
}

.custom-ao-content ol li::before {
  content: counter(ao-counter);
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 20px;
  height: 20px;
  background: #174e7a;
  color: #ffffff;
  font-size: 11px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-ao-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  margin: 0 0 1.25rem;
}

.custom-ao-content table tr {
  border-bottom: 1px solid #eaf4fb;
  transition: background 0.15s;
}

.custom-ao-content table tr:first-child {
  background: #eaf4fb;
  font-weight: 500;
  color: #174e7a;
}

.custom-ao-content table tr:hover {
  background: #f5fafe;
}

.custom-ao-content table td {
  padding: 10px 14px;
  vertical-align: top;
  color: inherit;
}

.custom-ao-content table td:first-child {
  color: #174e7a;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .custom-ao-content h2 { font-size: 22px; }
  .custom-ao-content h3 { font-size: 16px; }
  .custom-ao-content table { display: block; overflow-x: auto; }
}

.elementor-widget-theme-post-featured-image {
  position: relative;
}

.elementor-widget-theme-post-featured-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 3px;
  background: #16a8aa;
  z-index: 1;
}

.elementor-widget-theme-post-featured-image::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 3px;
  background: #16a8aa;
  z-index: 1;
}

.elementor-widget-theme-post-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}/* End custom CSS */
/* Start custom CSS for image, class: .elementor-element-9add504 */.elementor-widget-image.custom-ao-content {
  position: relative;
}

.elementor-widget-image.custom-ao-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 40%;
  background: #5284c2;
  z-index: 1;
}

.elementor-widget-image.custom-ao-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3px;
  height: 40%;
  background: #5284c2;
  z-index: 1;
}

.elementor-widget-image.custom-ao-content img {
  display: block;
  width: 100%;
  height: auto;
}/* End custom CSS */