{"id":68471,"date":"2025-10-16T13:50:14","date_gmt":"2025-10-16T20:50:14","guid":{"rendered":"https:\/\/vida-sabia.com\/?page_id=68471"},"modified":"2025-10-16T13:51:23","modified_gmt":"2025-10-16T20:51:23","slug":"anti-money-laundering-aml-policy","status":"publish","type":"page","link":"https:\/\/vida-sabia.com\/es\/anti-money-laundering-aml-policy\/","title":{"rendered":"Anti-Money Laundering (AML) Policy"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"68471\" class=\"elementor elementor-68471\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8a1ea4d e-flex e-con-boxed e-con e-parent\" data-id=\"8a1ea4d\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2a7c90c e-con-full e-flex e-con e-child\" data-id=\"2a7c90c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7f2fd12 elementor-widget elementor-widget-html\" data-id=\"7f2fd12\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Vida Sabia Header - Updated Colors<\/title>\n    \n    <!-- Icons8 Line Awesome -->\n    <link rel=\"stylesheet\" href=\"https:\/\/maxst.icons8.com\/vue-static\/landings\/line-awesome\/line-awesome\/1.3.0\/css\/line-awesome.min.css\">\n    \n    <style>\n        \/* ================================\n           SCOPED HEADER STYLES\n           All styles prefixed with .vida-sabia-header\n           to avoid conflicts with external styles\n           ================================ *\/\n\n        .vida-sabia-header-wrapper {\n            \/* Vida Sabia Brand Colors - Updated Palette *\/\n            --vida-sabia-dark-green: #2d7a3e;\n            --vida-sabia-leaf-green: #7cb342;\n            --vida-sabia-lime-green: #9ccc65;\n            --vida-sabia-yellow-green: #d4e157;\n            --vida-sabia-forest: #1b5e20;\n            --vida-sabia-amber: #fbc02d;\n            --vida-sabia-mint: #81c784;\n            --vida-sabia-dark: #0f172a;\n            --vida-sabia-white: #ffffff;\n            \n            \/* Gradients using new color palette *\/\n            --vida-sabia-primary-gradient: linear-gradient(135deg, #7cb342 0%, #2d7a3e 100%);\n            --vida-sabia-secondary-gradient: linear-gradient(135deg, #9ccc65 0%, #7cb342 100%);\n            --vida-sabia-accent-gradient: linear-gradient(135deg, #d4e157 0%, #9ccc65 100%);\n            --vida-sabia-dark-bg: #ffffff;\n            --vida-sabia-card-bg: rgba(124, 179, 66, 0.06);\n            --vida-sabia-text-light: #0f172a;\n            --vida-sabia-accent-primary: #7cb342;\n            --vida-sabia-accent-secondary: #9ccc65;\n            --vida-sabia-accent-tertiary: #d4e157;\n            --vida-sabia-border-color: rgba(124, 179, 66, 0.15);\n            --vida-sabia-hover-bg: rgba(124, 179, 66, 0.08);\n        }\n\n        \/* Automatic body padding to prevent content from being hidden under fixed header *\/\n        body {\n            padding-top: 80px !important; \/* Default padding for mobile *\/\n        }\n\n        @media (min-width: 768px) {\n            body {\n                padding-top: 90px !important; \/* Increased padding for desktop *\/\n            }\n        }\n\n        \/* Header Container *\/\n        .vida-sabia-header-wrapper {\n            position: fixed;\n            top: 0;\n            width: 100%;\n            left: 0;\n            right: 0;\n            z-index: 1000;\n            background: rgba(255, 255, 255, 0.95);\n            backdrop-filter: blur(20px);\n            -webkit-backdrop-filter: blur(20px);\n            border-bottom: 2px solid rgba(124, 179, 66, 0.12);\n            box-shadow: 0 2px 12px rgba(124, 179, 66, 0.08);\n            transition: all 0.3s ease;\n            min-height: 60px;\n            height: auto;\n        }\n\n        .vida-sabia-header-wrapper.scrolled {\n            background: rgba(255, 255, 255, 0.98);\n            box-shadow: 0 4px 20px rgba(124, 179, 66, 0.15);\n            border-bottom-color: rgba(124, 179, 66, 0.2);\n        }\n\n        \/* Navigation *\/\n        .vida-sabia-header-wrapper .vida-sabia-nav {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 0.75rem 1rem;\n            width: 100%;\n            max-width: 1600px;\n            margin: 0 auto;\n            min-height: 60px;\n            flex-wrap: nowrap;\n            gap: 0.5rem;\n        }\n\n        @media (min-width: 768px) {\n            .vida-sabia-header-wrapper .vida-sabia-nav {\n                padding: 1rem 1.5rem;\n                gap: 0.75rem;\n            }\n        }\n\n        @media (min-width: 1200px) {\n            .vida-sabia-header-wrapper .vida-sabia-nav {\n                padding: 1rem 2rem;\n            }\n        }\n\n        \/* Logo *\/\n        .vida-sabia-header-wrapper .vida-sabia-logo {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            z-index: 1002;\n            flex-shrink: 0;\n        }\n\n        \/* Mobile: Center the logo *\/\n        @media (max-width: 767px) {\n            .vida-sabia-header-wrapper .vida-sabia-logo {\n                order: 2;\n                flex: 1;\n                justify-content: center;\n            }\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-logo a {\n            display: flex;\n            align-items: center;\n            text-decoration: none;\n            cursor: pointer;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-logo img {\n            height: 45px;\n            width: auto;\n            filter: drop-shadow(0 2px 8px rgba(124, 179, 66, 0.25));\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-logo a:hover img {\n            opacity: 0.85;\n            transform: scale(1.02);\n        }\n\n        @media (min-width: 768px) {\n            .vida-sabia-header-wrapper .vida-sabia-logo img {\n                height: 50px;\n            }\n        }\n\n        @media (min-width: 1200px) {\n            .vida-sabia-header-wrapper .vida-sabia-logo img {\n                height: 55px;\n            }\n        }\n\n        \/* Desktop Navigation Links *\/\n        .vida-sabia-header-wrapper .vida-sabia-nav-links {\n            display: none;\n            gap: clamp(1rem, 2vw, 2rem);\n            align-items: center;\n            flex-wrap: wrap;\n            justify-content: flex-end;\n            flex: 1;\n            max-width: 100%;\n            overflow: hidden;\n        }\n\n        @media (min-width: 768px) {\n            .vida-sabia-header-wrapper .vida-sabia-nav-links {\n                display: flex;\n            }\n        }\n\n        \/* Navigation Link Styles *\/\n        .vida-sabia-header-wrapper .vida-sabia-nav-links a {\n            color: var(--vida-sabia-text-light);\n            text-decoration: none;\n            transition: all 0.3s ease;\n            position: relative;\n            font-weight: 500;\n            white-space: nowrap;\n            font-size: clamp(0.85rem, 1vw, 1rem);\n            padding: 0.25rem 0.5rem;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-nav-links a::after {\n            content: '';\n            position: absolute;\n            bottom: -5px;\n            left: 0;\n            width: 0;\n            height: 2px;\n            background: var(--vida-sabia-primary-gradient);\n            transition: width 0.3s ease;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-nav-links a:hover::after {\n            width: 100%;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-nav-links a:hover {\n            color: var(--vida-sabia-leaf-green);\n        }\n\n        \/* Buttons *\/\n        .vida-sabia-header-wrapper .vida-sabia-btn {\n            padding: 0.6rem 1.5rem;\n            border-radius: 25px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n            display: inline-block;\n            border: none;\n            cursor: pointer;\n            font-size: 0.9rem;\n            white-space: nowrap;\n            text-align: center;\n            flex-shrink: 0;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-btn-primary {\n            background: var(--vida-sabia-primary-gradient);\n            color: white !important;\n            box-shadow: 0 4px 16px rgba(124, 179, 66, 0.35);\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-btn-primary:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 8px 24px rgba(124, 179, 66, 0.5);\n            color: white !important;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-btn-secondary {\n            background: rgba(124, 179, 66, 0.05);\n            color: white !important;\n            border: 2px solid rgba(124, 179, 66, 0.3);\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-btn-secondary:hover {\n            background: rgba(124, 179, 66, 0.12);\n            border-color: var(--vida-sabia-leaf-green);\n            color: white !important;\n        }\n\n        \/* Hide My Account button by default (shown only when logged in) *\/\n        .vida-sabia-header-wrapper .vida-sabia-btn-myaccount {\n            display: none;\n        }\n\n        .vida-sabia-header-wrapper.logged-in .vida-sabia-btn-myaccount {\n            display: inline-block;\n        }\n\n        \/* Hide My Account button on mobile screens - only show on desktop *\/\n        @media (max-width: 767px) {\n            .vida-sabia-header-wrapper .vida-sabia-btn-myaccount {\n                display: none !important;\n            }\n        }\n\n        \/* Cart Wrapper - Desktop *\/\n        .vida-sabia-header-wrapper .vida-sabia-cart-wrapper {\n            display: none;\n            align-items: center;\n            flex-shrink: 0;\n            margin-left: 0.5rem;\n        }\n\n        @media (min-width: 768px) {\n            .vida-sabia-header-wrapper .vida-sabia-cart-wrapper {\n                display: flex;\n            }\n        }\n\n        \/* Cart Wrapper - Mobile *\/\n        .vida-sabia-header-wrapper .vida-sabia-cart-wrapper-mobile {\n            display: flex;\n            align-items: center;\n            flex-shrink: 0;\n            order: 3;\n        }\n\n        @media (min-width: 768px) {\n            .vida-sabia-header-wrapper .vida-sabia-cart-wrapper-mobile {\n                display: none;\n            }\n        }\n\n        \/* Mobile Navigation Container *\/\n        .vida-sabia-header-wrapper .vida-sabia-mobile-nav-container {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            order: 1;\n        }\n\n        @media (min-width: 768px) {\n            .vida-sabia-header-wrapper .vida-sabia-mobile-nav-container {\n                display: none;\n            }\n        }\n\n        \/* Hamburger Menu *\/\n        .vida-sabia-header-wrapper .vida-sabia-hamburger {\n            display: flex;\n            flex-direction: column;\n            justify-content: space-between;\n            width: 30px;\n            height: 24px;\n            cursor: pointer;\n            z-index: 1002;\n            padding: 5px;\n            background: transparent;\n            border: none;\n            outline: none;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-hamburger span {\n            display: block;\n            width: 100%;\n            height: 3px;\n            background: var(--vida-sabia-text-light);\n            border-radius: 3px;\n            transition: all 0.3s ease;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-hamburger.active span:nth-child(1) {\n            transform: translateY(10.5px) rotate(45deg);\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-hamburger.active span:nth-child(2) {\n            opacity: 0;\n        }\n\n        .vida-sabia-header-wrapper .vida-sabia-hamburger.active span:nth-child(3) {\n            transform: translateY(-10.5px) rotate(-45deg);\n        }\n\n        \/* Mobile Menu Overlay *\/\n        .vida-sabia-mobile-menu {\n            position: fixed;\n            top: 0;\n            left: 0;\n            width: 100%;\n            height: 100vh;\n            background: rgba(255, 255, 255, 0.98);\n            backdrop-filter: blur(30px);\n            -webkit-backdrop-filter: blur(30px);\n            z-index: 999;\n            opacity: 0;\n            visibility: hidden;\n            transition: opacity 0.3s ease, visibility 0.3s ease;\n            pointer-events: none;\n        }\n\n        .vida-sabia-mobile-menu.active {\n            opacity: 1;\n            visibility: visible;\n            pointer-events: auto;\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-mobile-menu-content {\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            height: 100%;\n            padding: 2rem;\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-mobile-menu-links {\n            display: flex;\n            flex-direction: column;\n            gap: 2rem;\n            text-align: center;\n            margin-bottom: 3.5rem;\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-mobile-menu-links a {\n            color: var(--vida-sabia-text-light);\n            text-decoration: none;\n            font-size: clamp(1.25rem, 4vw, 1.5rem);\n            font-weight: 600;\n            transition: all 0.3s ease;\n            padding: 0.5rem 1rem;\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-mobile-menu-links a:hover {\n            color: var(--vida-sabia-leaf-green);\n            transform: translateX(5px);\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-mobile-menu-buttons {\n            display: flex;\n            flex-direction: column;\n            gap: 1rem;\n            width: 100%;\n            max-width: 320px;\n            padding-top: 2rem;\n            border-top: 1px solid rgba(124, 179, 66, 0.2);\n        }\n\n        \/* Enhanced mobile menu button styles *\/\n        .vida-sabia-mobile-menu .vida-sabia-btn {\n            padding: 1rem 2rem;\n            font-size: 1rem;\n            font-weight: 600;\n            border-radius: 30px;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-btn-secondary {\n            background: linear-gradient(135deg, rgba(124, 179, 66, 0.08) 0%, rgba(45, 122, 62, 0.08) 100%);\n            border: 2px solid rgba(124, 179, 66, 0.4);\n            color: white !important;\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-btn-secondary:active {\n            transform: scale(0.98);\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);\n            color: white !important;\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-btn-primary {\n            background: var(--vida-sabia-primary-gradient);\n            color: white !important;\n            box-shadow: 0 6px 20px rgba(124, 179, 66, 0.4);\n        }\n\n        .vida-sabia-mobile-menu .vida-sabia-btn-primary:active {\n            transform: scale(0.98);\n            box-shadow: 0 4px 16px rgba(124, 179, 66, 0.5);\n            color: white !important;\n        }\n\n        \/* Hide mobile My Account button by default *\/\n        .vida-sabia-mobile-menu .vida-sabia-btn-myaccount-mobile {\n            display: none;\n        }\n\n        .vida-sabia-header-wrapper.logged-in ~ .vida-sabia-mobile-menu .vida-sabia-btn-myaccount-mobile {\n            display: inline-block;\n        }\n\n        \/* Locale Switcher *\/\n        .vida-sabia-header-wrapper .vida-sabia-locale-switcher-wrapper {\n            display: flex;\n            align-items: center;\n            min-width: fit-content;\n            flex-shrink: 0;\n        }\n    <\/style>\n<\/head>\n<body>\n\n<!-- VIDA SABIA HEADER COMPONENT START -->\n<div class=\"vida-sabia-header-wrapper\" id=\"vida-sabiaHeader\">\n    <nav class=\"vida-sabia-nav\">\n        <!-- Mobile: Hamburger on the left -->\n        <div class=\"vida-sabia-mobile-nav-container\">\n            <div class=\"vida-sabia-hamburger\" id=\"vida-sabiaHamburger\">\n                <span><\/span>\n                <span><\/span>\n                <span><\/span>\n            <\/div>\n        <\/div>\n        \n        <!-- Logo - centered on mobile, left on desktop -->\n        <div class=\"vida-sabia-logo\">\n            <a href=\"\/es\/\">\n                <img decoding=\"async\" src=\"https:\/\/vida-sabia.com\/wp-content\/uploads\/2025\/10\/Result%20(90).webp\" alt=\"Vida Sabia\">\n            <\/a>\n        <\/div>\n        \n        <!-- Desktop Navigation -->\n        <div class=\"vida-sabia-nav-links\">\n            <a href=\"\/es\/index.html\/\">Inicio<\/a>\n            <a href=\"\/es\/packages.html\/\">Paquetes<\/a>\n            <a href=\"\/es\/c_login\/\" id=\"desktopLoginLink\">Iniciar sesi\u00f3n<\/a>\n            \n            <div class=\"vida-sabia-locale-switcher-wrapper\" id=\"vida-sabiaLocaleSwitcher\">    <div class=\"ulcs-widget minimal-style\"\n         data-position=\"inline\" \n         data-type=\"both\">\n        <button class=\"ulcs-trigger\" aria-label=\"Cambiar ambos\">\n            <div class=\"ulcs-current\">\n                                    <span class=\"ulcs-flag\">\ud83c\uddea\ud83c\uddf8<\/span>\n                    <span class=\"ulcs-lang\">ES<\/span>\n                                \n                                    <span class=\"ulcs-divider\">|<\/span>\n                                \n                                    <span class=\"ulcs-currency-symbol\">$<\/span>\n                    <span class=\"ulcs-currency-code\">USD<\/span>\n                            <\/div>\n            <svg class=\"ulcs-arrow\" width=\"12\" height=\"12\" viewbox=\"0 0 12 12\" fill=\"none\">\n                <path d=\"M3 4.5L6 7.5L9 4.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n            <\/svg>\n        <\/button>\n    <\/div>\n    <\/div>\n            \n            <!-- My Account button - hidden by default, shown when logged in (DESKTOP ONLY) -->\n            <a href=\"\/es\/my-account\/\" class=\"vida-sabia-btn vida-sabia-btn-primary vida-sabia-btn-myaccount\" id=\"desktopMyAccountBtn\">Mi cuenta<\/a>\n        <\/div>\n        \n        <!-- Cart - Desktop (right side) -->\n        <div class=\"vida-sabia-cart-wrapper\">\n            \n        <\/div>\n        \n        <!-- Cart - Mobile (right side) -->\n        <div class=\"vida-sabia-cart-wrapper-mobile\">\n            \n        <\/div>\n    <\/nav>\n<\/div>\n\n<!-- Mobile Menu Overlay -->\n<div class=\"vida-sabia-mobile-menu\" id=\"vida-sabiaMobileMenu\">\n    <div class=\"vida-sabia-mobile-menu-content\">\n        <div class=\"vida-sabia-mobile-menu-links\">\n            <a href=\"\/es\/index.html\/\">Inicio<\/a>\n            <a href=\"\/es\/packages.html\/\">Paquetes<\/a>\n        <\/div>\n        <div class=\"vida-sabia-mobile-menu-buttons\">\n            <a href=\"\/es\/c_login\/\" class=\"vida-sabia-btn vida-sabia-btn-secondary\" id=\"mobileLoginLink\">Iniciar sesi\u00f3n<\/a>\n            \n            <!-- My Account button for mobile menu - hidden by default, shown when logged in -->\n            <a href=\"\/es\/my-account\/\" class=\"vida-sabia-btn vida-sabia-btn-primary vida-sabia-btn-myaccount-mobile\" id=\"mobileMyAccountBtn\">Mi cuenta<\/a>\n            \n            <div class=\"vida-sabia-locale-switcher-wrapper\" id=\"vida-sabiaLocaleSwitcherMobile\" style=\"margin-top: 1rem;\"><center>    <div class=\"ulcs-widget minimal-style\"\n         data-position=\"inline\" \n         data-type=\"both\">\n        <button class=\"ulcs-trigger\" aria-label=\"Cambiar ambos\">\n            <div class=\"ulcs-current\">\n                                    <span class=\"ulcs-flag\">\ud83c\uddea\ud83c\uddf8<\/span>\n                    <span class=\"ulcs-lang\">ES<\/span>\n                                \n                                    <span class=\"ulcs-divider\">|<\/span>\n                                \n                                    <span class=\"ulcs-currency-symbol\">$<\/span>\n                    <span class=\"ulcs-currency-code\">USD<\/span>\n                            <\/div>\n            <svg class=\"ulcs-arrow\" width=\"12\" height=\"12\" viewbox=\"0 0 12 12\" fill=\"none\">\n                <path d=\"M3 4.5L6 7.5L9 4.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/>\n            <\/svg>\n        <\/button>\n    <\/div>\n    <\/center><\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n\/\/ ================================\n\/\/ VIDA SABIA HEADER SCRIPTS\n\/\/ All namespaced to avoid conflicts\n\/\/ ================================\n(function() {\n    'use strict';\n    \n    const header = document.getElementById('vida-sabiaHeader');\n    const hamburger = document.getElementById('vida-sabiaHamburger');\n    const mobileMenu = document.getElementById('vida-sabiaMobileMenu');\n    const mobileMenuLinks = document.querySelectorAll('.vida-sabia-mobile-menu .vida-sabia-mobile-menu-links a');\n    const body = document.body;\n\n    \/\/ Function to dynamically set body padding based on header height\n    function adjustBodyPadding() {\n        if (header) {\n            const headerHeight = header.offsetHeight;\n            body.style.paddingTop = headerHeight + 'px';\n        }\n    }\n\n    \/\/ Adjust padding on load and resize\n    adjustBodyPadding();\n    window.addEventListener('resize', adjustBodyPadding);\n    window.addEventListener('load', adjustBodyPadding);\n\n    \/\/ Mobile Navigation Toggle\n    if (hamburger && mobileMenu) {\n        hamburger.addEventListener('click', function(e) {\n            e.stopPropagation();\n            this.classList.toggle('active');\n            mobileMenu.classList.toggle('active');\n            \n            if (mobileMenu.classList.contains('active')) {\n                body.style.overflow = 'hidden';\n            } else {\n                body.style.overflow = '';\n            }\n        });\n\n        \/\/ Close menu when clicking a link\n        mobileMenuLinks.forEach(link => {\n            link.addEventListener('click', function() {\n                hamburger.classList.remove('active');\n                mobileMenu.classList.remove('active');\n                body.style.overflow = '';\n            });\n        });\n\n        \/\/ Close menu when clicking outside\n        document.addEventListener('click', function(e) {\n            if (!mobileMenu.contains(e.target) && !hamburger.contains(e.target)) {\n                if (mobileMenu.classList.contains('active')) {\n                    hamburger.classList.remove('active');\n                    mobileMenu.classList.remove('active');\n                    body.style.overflow = '';\n                }\n            }\n        });\n    }\n\n    \/\/ Header Scroll Effect\n    window.addEventListener('scroll', function() {\n        const currentScroll = window.pageYOffset;\n        \n        if (currentScroll > 50) {\n            header.classList.add('scrolled');\n        } else {\n            header.classList.remove('scrolled');\n        }\n    });\n\n    \/\/ WordPress Integration - Handle Login\/Logout and My Account\n    function setupAuthButtons() {\n        const isLoggedIn = window.wpUserLoggedIn || document.body.classList.contains('logged-in');\n        \n        \/\/ Get elements\n        const desktopLoginLink = document.getElementById('desktopLoginLink');\n        const mobileLoginLink = document.getElementById('mobileLoginLink');\n        const desktopMyAccountBtn = document.getElementById('desktopMyAccountBtn');\n        const mobileMyAccountBtn = document.getElementById('mobileMyAccountBtn');\n        \n        if (isLoggedIn) {\n            \/\/ User is logged in\n            header.classList.add('logged-in');\n            \n            const logoutUrl = window.wpLogoutUrl || '\/wp-login.php?action=logout';\n            const myAccountUrl = '\/my-account';\n            \n            \/\/ Update login links to logout\n            if (desktopLoginLink) {\n                desktopLoginLink.textContent = 'Log Out';\n                desktopLoginLink.href = logoutUrl;\n            }\n            if (mobileLoginLink) {\n                mobileLoginLink.textContent = 'Log Out';\n                mobileLoginLink.href = logoutUrl;\n            }\n            \n            \/\/ Update My Account buttons URLs\n            if (desktopMyAccountBtn) {\n                desktopMyAccountBtn.href = myAccountUrl;\n            }\n            if (mobileMyAccountBtn) {\n                mobileMyAccountBtn.href = myAccountUrl;\n            }\n        } else {\n            \/\/ User is not logged in - My Account buttons remain hidden via CSS\n            header.classList.remove('logged-in');\n        }\n    }\n    \n    \/\/ Run auth setup on different events to ensure it catches the login state\n    setupAuthButtons();\n    document.addEventListener('DOMContentLoaded', setupAuthButtons);\n    window.addEventListener('load', setupAuthButtons);\n})();\n<\/script>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-90ea638 e-flex e-con-boxed e-con e-parent\" data-id=\"90ea638\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9749741 e-con-full e-flex e-con e-child\" data-id=\"9749741\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-70accbd elementor-widget elementor-widget-html\" data-id=\"70accbd\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Anti-Money Laundering Policy - Vida Sabia<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: linear-gradient(135deg, #f1f8e9 0%, #dcedc8 100%);\n            padding: 20px;\n        }\n\n        .container {\n            max-width: 1000px;\n            margin: 0 auto;\n            background: white;\n            border-radius: 12px;\n            box-shadow: 0 4px 20px rgba(45, 122, 62, 0.1);\n            overflow: hidden;\n        }\n\n        .header {\n            background: linear-gradient(135deg, #7cb342 0%, #2d7a3e 100%);\n            color: white;\n            padding: 60px 40px;\n            text-align: center;\n        }\n\n        .header h1 {\n            font-size: 2.5em;\n            margin-bottom: 10px;\n            font-weight: 700;\n        }\n\n        .header .subtitle {\n            font-size: 1.2em;\n            margin-top: 10px;\n            opacity: 0.95;\n        }\n\n        .header p {\n            font-size: 1.1em;\n            opacity: 0.95;\n        }\n\n        .content {\n            padding: 50px 40px;\n        }\n\n        .effective-date {\n            background: linear-gradient(135deg, #d4e157 0%, #9ccc65 100%);\n            padding: 20px 30px;\n            border-radius: 8px;\n            margin-bottom: 40px;\n            border-left: 5px solid #7cb342;\n            text-align: center;\n            font-weight: 600;\n            font-size: 1.1em;\n        }\n\n        .commitment-badge {\n            background: linear-gradient(135deg, #1976d2 0%, #0d47a1 100%);\n            color: white;\n            padding: 25px;\n            border-radius: 8px;\n            text-align: center;\n            margin: 30px 0;\n            font-weight: 600;\n            font-size: 1.1em;\n        }\n\n        .commitment-badge h3 {\n            margin-bottom: 10px;\n            font-size: 1.3em;\n            color: white;\n        }\n\n        h2 {\n            color: #2d7a3e;\n            font-size: 1.8em;\n            margin-top: 40px;\n            margin-bottom: 20px;\n            padding-bottom: 10px;\n            border-bottom: 3px solid #7cb342;\n        }\n\n        h3 {\n            color: #1b5e20;\n            font-size: 1.3em;\n            margin-top: 30px;\n            margin-bottom: 15px;\n        }\n\n        .section-number {\n            display: inline-block;\n            background: linear-gradient(135deg, #7cb342 0%, #2d7a3e 100%);\n            color: white;\n            width: 45px;\n            height: 45px;\n            border-radius: 50%;\n            text-align: center;\n            line-height: 45px;\n            font-weight: bold;\n            margin-right: 15px;\n            font-size: 1.3em;\n        }\n\n        p {\n            margin-bottom: 15px;\n            line-height: 1.8;\n        }\n\n        ul {\n            margin-left: 30px;\n            margin-bottom: 20px;\n        }\n\n        li {\n            margin-bottom: 10px;\n            line-height: 1.7;\n        }\n\n        .ml-stages {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .stage-card {\n            background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);\n            padding: 25px;\n            border-radius: 8px;\n            border-left: 5px solid #e53935;\n            position: relative;\n        }\n\n        .stage-number {\n            position: absolute;\n            top: -15px;\n            right: 20px;\n            background: linear-gradient(135deg, #e53935 0%, #c62828 100%);\n            color: white;\n            width: 40px;\n            height: 40px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: bold;\n            font-size: 1.2em;\n        }\n\n        .stage-card h4 {\n            color: #c62828;\n            margin-bottom: 10px;\n            font-size: 1.2em;\n        }\n\n        .stage-card p {\n            margin-bottom: 0;\n        }\n\n        .compliance-section {\n            background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);\n            padding: 30px;\n            border-radius: 8px;\n            margin: 30px 0;\n            border-left: 5px solid #1b5e20;\n        }\n\n        .compliance-section h3 {\n            margin-top: 0;\n            color: #1b5e20;\n        }\n\n        .officer-box {\n            background: white;\n            padding: 25px;\n            border-radius: 8px;\n            margin: 20px 0;\n            border: 2px solid #7cb342;\n        }\n\n        .officer-box h4 {\n            color: #2d7a3e;\n            margin-bottom: 15px;\n        }\n\n        .officer-box ul {\n            margin-left: 20px;\n        }\n\n        .kyc-requirements {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 20px;\n            margin: 25px 0;\n        }\n\n        .kyc-card {\n            background: white;\n            padding: 20px;\n            border-radius: 8px;\n            border-left: 4px solid #1976d2;\n        }\n\n        .kyc-card h4 {\n            color: #0d47a1;\n            margin-bottom: 10px;\n            display: flex;\n            align-items: center;\n        }\n\n        .kyc-icon {\n            font-size: 1.5em;\n            margin-right: 10px;\n        }\n\n        .red-flags {\n            background: linear-gradient(135deg, #fff9c4 0%, #f0f4c3 100%);\n            padding: 30px;\n            border-radius: 8px;\n            border-left: 5px solid #fbc02d;\n            margin: 30px 0;\n        }\n\n        .red-flags h3 {\n            color: #f57f17;\n            margin-top: 0;\n            margin-bottom: 20px;\n        }\n\n        .red-flag-item {\n            background: white;\n            padding: 15px;\n            margin: 10px 0;\n            border-radius: 5px;\n            border-left: 3px solid #fbc02d;\n            display: flex;\n            align-items: flex-start;\n        }\n\n        .red-flag-item::before {\n            content: \"\u26a0\ufe0f\";\n            margin-right: 10px;\n            font-size: 1.2em;\n        }\n\n        .prohibited-box {\n            background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);\n            padding: 30px;\n            border-radius: 8px;\n            border-left: 5px solid #e53935;\n            margin: 30px 0;\n        }\n\n        .prohibited-box h3 {\n            color: #c62828;\n            margin-top: 0;\n            margin-bottom: 20px;\n        }\n\n        .prohibited-list {\n            list-style: none;\n            margin-left: 0;\n        }\n\n        .prohibited-list li {\n            padding-left: 35px;\n            position: relative;\n            background: white;\n            padding: 15px 15px 15px 45px;\n            margin: 10px 0;\n            border-radius: 5px;\n            border-left: 3px solid #e53935;\n        }\n\n        .prohibited-list li::before {\n            content: \"\u2717\";\n            position: absolute;\n            left: 15px;\n            color: #e53935;\n            font-weight: bold;\n            font-size: 1.3em;\n        }\n\n        .training-box {\n            background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);\n            padding: 30px;\n            border-radius: 8px;\n            border-left: 5px solid #1976d2;\n            margin: 30px 0;\n        }\n\n        .training-box h3 {\n            color: #0d47a1;\n            margin-top: 0;\n            margin-bottom: 20px;\n        }\n\n        .training-item {\n            background: white;\n            padding: 15px;\n            margin: 10px 0;\n            border-radius: 5px;\n            border-left: 3px solid #1976d2;\n        }\n\n        .training-item strong {\n            color: #0d47a1;\n            display: block;\n            margin-bottom: 5px;\n        }\n\n        .enforcement-box {\n            background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);\n            padding: 30px;\n            border-radius: 8px;\n            border-left: 5px solid #e53935;\n            margin: 30px 0;\n        }\n\n        .enforcement-box h3 {\n            color: #c62828;\n            margin-top: 0;\n            margin-bottom: 20px;\n        }\n\n        .enforcement-item {\n            background: white;\n            padding: 15px;\n            margin: 10px 0;\n            border-radius: 5px;\n            border-left: 3px solid #e53935;\n        }\n\n        .info-box {\n            background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);\n            padding: 25px;\n            border-radius: 8px;\n            border-left: 5px solid #1976d2;\n            margin: 25px 0;\n        }\n\n        .info-box h3 {\n            color: #0d47a1;\n            margin-top: 0;\n            margin-bottom: 15px;\n        }\n\n        .alert-box {\n            background: linear-gradient(135deg, #ffebee 0%, #ffcdd2 100%);\n            padding: 25px;\n            border-radius: 8px;\n            margin: 25px 0;\n            border-left: 5px solid #e53935;\n        }\n\n        .alert-box h3 {\n            color: #c62828;\n            margin-top: 0;\n            margin-bottom: 15px;\n        }\n\n        .contact-info-box {\n            background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);\n            padding: 30px;\n            border-radius: 8px;\n            border-left: 5px solid #1b5e20;\n            margin: 30px 0;\n        }\n\n        .contact-info-box h3 {\n            color: #1b5e20;\n            margin-top: 0;\n            margin-bottom: 20px;\n        }\n\n        .contact-detail {\n            background: white;\n            padding: 15px;\n            margin: 10px 0;\n            border-radius: 5px;\n            border-left: 3px solid #7cb342;\n        }\n\n        .contact-detail strong {\n            color: #1b5e20;\n            display: block;\n            margin-bottom: 5px;\n        }\n\n        .contact-box {\n            background: linear-gradient(135deg, #7cb342 0%, #2d7a3e 100%);\n            color: white;\n            padding: 40px;\n            border-radius: 8px;\n            text-align: center;\n            margin-top: 50px;\n        }\n\n        .contact-box h2 {\n            color: white;\n            border-bottom: none;\n            margin-top: 0;\n        }\n\n        .contact-box a {\n            color: #d4e157;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1.2em;\n            transition: color 0.3s ease;\n        }\n\n        .contact-box a:hover {\n            color: #fff;\n        }\n\n        strong {\n            color: #1b5e20;\n        }\n\n        a {\n            color: #7cb342;\n            text-decoration: none;\n            transition: color 0.3s ease;\n        }\n\n        a:hover {\n            color: #2d7a3e;\n            text-decoration: underline;\n        }\n\n        .divider {\n            height: 3px;\n            background: linear-gradient(90deg, #7cb342 0%, #9ccc65 50%, #d4e157 100%);\n            margin: 40px 0;\n            border-radius: 2px;\n        }\n\n        .badge {\n            display: inline-block;\n            background: linear-gradient(135deg, #e53935 0%, #c62828 100%);\n            color: white;\n            padding: 5px 15px;\n            border-radius: 20px;\n            font-size: 0.85em;\n            font-weight: 600;\n            margin-left: 10px;\n        }\n\n        .acceptance-box {\n            background: linear-gradient(135deg, #d4e157 0%, #9ccc65 100%);\n            padding: 25px;\n            border-radius: 8px;\n            margin: 30px 0;\n            border-left: 5px solid #7cb342;\n            text-align: center;\n            font-weight: 600;\n        }\n\n        @media (max-width: 768px) {\n            .header {\n                padding: 40px 20px;\n            }\n\n            .header h1 {\n                font-size: 2em;\n            }\n\n            .content {\n                padding: 30px 20px;\n            }\n\n            h2 {\n                font-size: 1.5em;\n            }\n\n            .ml-stages,\n            .kyc-requirements {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>ANTI-MONEY LAUNDERING POLICY<\/h1>\n            <p class=\"subtitle\">(AML Policy)<\/p>\n            <p>Vida Sabia - Committed to Financial Integrity<\/p>\n        <\/div>\n\n        <div class=\"content\">\n            <div class=\"effective-date\">\n                Fecha de entrada en vigor: Octubre 2025\n            <\/div>\n\n            <div class=\"commitment-badge\">\n                <h3>\ud83d\udee1\ufe0f Our Commitment to Compliance<\/h3>\n                <p>Vida Sabia is committed to preventing money laundering and the financing of terrorism. This Anti-Money Laundering (AML) Policy is established to ensure compliance with the Bank Secrecy Act (BSA), the U.S. PATRIOT Act, and other applicable international regulations.<\/p>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <!-- Section 1: Purpose -->\n            <h2><span class=\"section-number\">1<\/span>PROP\u00d3SITO<\/h2>\n            <p>This policy is designed to:<\/p>\n            <ul>\n                <li>Prevent money laundering and terrorist financing activities<\/li>\n                <li>Ensure compliance with U.S. and international AML regulations<\/li>\n                <li>Establish clear procedures for identifying and reporting suspicious activities<\/li>\n                <li>Protect Vida Sabia and its stakeholders from financial crimes<\/li>\n                <li>Maintain the integrity of our financial systems and business operations<\/li>\n            <\/ul>\n\n            <div class=\"divider\"><\/div>\n\n            <!-- Section 2: Scope -->\n            <h2><span class=\"section-number\">2<\/span>ALCANCE<\/h2>\n            <div class=\"info-box\">\n                <h3>Who Does This Policy Apply To?<\/h3>\n                <p>This policy applies to <strong>all individuals and entities<\/strong> associated with Vida Sabia, including:<\/p>\n                <ul>\n                    <li>All employees and staff members<\/li>\n                    <li>Independent Brand Partners (IBPs)<\/li>\n                    <li>Contractors and consultants<\/li>\n                    <li>Business partners and affiliates<\/li>\n                    <li>Third-party service providers<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <!-- Section 3: Definition and Processing -->\n            <h2><span class=\"section-number\">3<\/span>MONEY LAUNDERING DEFINITION<\/h2>\n            \n            <p>Money laundering involves concealing the origin of illegally obtained funds to make them appear legitimate. It generally consists of three stages:<\/p>\n\n            <div class=\"ml-stages\">\n                <div class=\"stage-card\">\n                    <div class=\"stage-number\">1<\/div>\n                    <h4>Placement<\/h4>\n                    <p>Introduction of illicit funds into the financial system through various means such as deposits, purchases, or currency exchanges.<\/p>\n                <\/div>\n\n                <div class=\"stage-card\">\n                    <div class=\"stage-number\">2<\/div>\n                    <h4>Layering<\/h4>\n                    <p>Conducting multiple transactions to obscure the origin of the funds, making it difficult to trace back to the illegal source.<\/p>\n                <\/div>\n\n                <div class=\"stage-card\">\n                    <div class=\"stage-number\">3<\/div>\n                    <h4>Integration<\/h4>\n                    <p>Reintroducing the laundered funds into the economic system as apparently legitimate assets through investments or business activities.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <!-- Section 4: Compliance Program -->\n            <h2><span class=\"section-number\">4<\/span>COMPLIANCE PROGRAM<\/h2>\n\n            <h3>4.1 AML Compliance Officer<\/h3>\n            <div class=\"compliance-section\">\n                <div class=\"officer-box\">\n                    <h4>Responsibilities of the AML Compliance Officer<\/h4>\n                    <ul>\n                        <li>Implement and oversee AML policies and procedures<\/li>\n                        <li>Monitor transactions and report suspicious activities<\/li>\n                        <li>Train employees and IBPs on AML compliance<\/li>\n                        <li>Ensure compliance with national and international AML laws<\/li>\n                        <li>Conduct regular risk assessments and audits<\/li>\n                        <li>Maintain communication with regulatory authorities<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <h3>4.2 Know Your Customer (KYC) Procedures<\/h3>\n            <div class=\"compliance-section\">\n                <p>To prevent money laundering, Vida Sabia verifies the identity of customers, distributors (IBPs), and business partners through:<\/p>\n\n                <div class=\"kyc-requirements\">\n                    <div class=\"kyc-card\">\n                        <h4><span class=\"kyc-icon\">\ud83c\udd94<\/span>Government ID<\/h4>\n                        <p>Valid government-issued identification (passport, driver's license, or national ID card)<\/p>\n                    <\/div>\n\n                    <div class=\"kyc-card\">\n                        <h4><span class=\"kyc-icon\">\ud83c\udfe0<\/span>Proof of Address<\/h4>\n                        <p>Recent utility bill, lease agreement, or bank statement showing current address<\/p>\n                    <\/div>\n\n                    <div class=\"kyc-card\">\n                        <h4><span class=\"kyc-icon\">\ud83d\udcb3<\/span>Payment Verification<\/h4>\n                        <p>Verification of banking\/payment information for high-value transactions<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <h3>4.3 Transaction Monitoring<\/h3>\n            <div class=\"red-flags\">\n                <h3>Red Flags and Warning Signs <span class=\"badge\">REPORT IMMEDIATELY<\/span><\/h3>\n                <p>Vida Sabia monitors transactions to identify warning signs, including:<\/p>\n\n                <div class=\"red-flag-item\">\n                    <p><strong>Large or unusual transactions<\/strong> not consistent with normal business activity<\/p>\n                <\/div>\n\n                <div class=\"red-flag-item\">\n                    <p><strong>Multiple transactions<\/strong> just below reporting thresholds (structuring)<\/p>\n                <\/div>\n\n                <div class=\"red-flag-item\">\n                    <p><strong>Transactions with high-risk countries<\/strong> or politically exposed persons (PEPs)<\/p>\n                <\/div>\n\n                <div class=\"red-flag-item\">\n                    <p><strong>Unusual payment methods<\/strong> or rapid movement of funds without clear business purpose<\/p>\n                <\/div>\n\n                <div class=\"red-flag-item\">\n                    <p><strong>Customers reluctant to provide<\/strong> required identification or documentation<\/p>\n                <\/div>\n\n                <div class=\"red-flag-item\">\n                    <p><strong>Inconsistent business patterns<\/strong> or transactions that don't match the customer profile<\/p>\n                <\/div>\n            <\/div>\n\n            <h3>4.4 Record Keeping<\/h3>\n            <div class=\"info-box\">\n                <h3>Data Retention Requirements<\/h3>\n                <p>All customer and transaction records will be retained for at least <strong>five (5) years<\/strong>, including:<\/p>\n                <ul>\n                    <li>Customer identification documents<\/li>\n                    <li>Transaction records and payment details<\/li>\n                    <li>Internal reviews and risk assessments<\/li>\n                    <li>Suspicious Activity Reports (SARs) and supporting documentation<\/li>\n                    <li>Customer due diligence records<\/li>\n                    <li>Communications related to transactions<\/li>\n                <\/ul>\n            <\/div>\n\n            <h3>4.5 Suspicious Activity Reporting (SAR)<\/h3>\n            <div class=\"alert-box\">\n                <h3>Reporting Obligations<\/h3>\n                <p>Employees and IBPs must report any suspicious transaction to the AML Compliance Officer, who will determine whether to file a Suspicious Activity Report (SAR) with regulatory authorities.<\/p>\n                <p style=\"margin-top: 15px;\"><strong>Importante:<\/strong> Do not inform the customer that a SAR has been filed, as this could compromise investigations.<\/p>\n            <\/div>\n\n            <h3>4.6 Training and Awareness<\/h3>\n            <div class=\"training-box\">\n                <h3>AML Training Program<\/h3>\n                <p>All employees and IBPs will receive comprehensive AML compliance training to identify and prevent financial crimes.<\/p>\n\n                <div class=\"training-item\">\n                    <strong>AML Laws and Obligations<\/strong>\n                    <p>Understanding relevant laws, regulations, and compliance requirements<\/p>\n                <\/div>\n\n                <div class=\"training-item\">\n                    <strong>Identifying Suspicious Activities<\/strong>\n                    <p>Recognizing red flags and warning signs of money laundering<\/p>\n                <\/div>\n\n                <div class=\"training-item\">\n                    <strong>Internal Reporting Procedures<\/strong>\n                    <p>Proper channels and processes for reporting suspicious activities<\/p>\n                <\/div>\n\n                <div class=\"training-item\">\n                    <strong>Case Studies and Examples<\/strong>\n                    <p>Real-world scenarios to enhance understanding and detection skills<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <!-- Section 5: Prohibited Transactions -->\n            <h2><span class=\"section-number\">5<\/span>PROHIBITED TRANSACTIONS<\/h2>\n\n            <div class=\"prohibited-box\">\n                <h3>Vida Sabia Strictly Prohibits:<\/h3>\n                <ul class=\"prohibited-list\">\n                    <li>Accepting payments from unknown or unverified sources<\/li>\n                    <li>Engaging in transactions with individuals or entities on sanctions lists<\/li>\n                    <li>Using cryptocurrencies or anonymous payment methods for high-value transactions without proper due diligence<\/li>\n                    <li>Allowing third parties to use IBP accounts to conduct transactions<\/li>\n                    <li>Processing transactions for customers who refuse to provide required identification<\/li>\n                    <li>Facilitating transactions that appear designed to evade reporting requirements<\/li>\n                    <li>Conducting business with shell companies or entities with unclear ownership structures<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <!-- Section 6: Enforcement and Sanctions -->\n            <h2><span class=\"section-number\">6<\/span>ENFORCEMENT AND SANCTIONS<\/h2>\n\n            <div class=\"enforcement-box\">\n                <h3>Consequences of Non-Compliance <span class=\"badge\">SERIOUS<\/span><\/h3>\n                <p>Failure to comply with this AML policy may result in:<\/p>\n\n                <div class=\"enforcement-item\">\n                    <strong>\ud83d\udeab Contract Termination<\/strong>\n                    <p>Immediate termination of employment contracts or IBP agreements<\/p>\n                <\/div>\n\n                <div class=\"enforcement-item\">\n                    <strong>\ud83d\udccb Regulatory Reporting<\/strong>\n                    <p>Reporting of violations to legal and regulatory authorities<\/p>\n                <\/div>\n\n                <div class=\"enforcement-item\">\n                    <strong>\ud83d\udcb0 Financial Penalties<\/strong>\n                    <p>Civil or criminal penalties in accordance with U.S. and international AML laws<\/p>\n                <\/div>\n\n                <div class=\"enforcement-item\">\n                    <strong>\u2696\ufe0f Legal Action<\/strong>\n                    <p>Criminal prosecution for willful violations or participation in money laundering<\/p>\n                <\/div>\n\n                <div class=\"enforcement-item\">\n                    <strong>\ud83d\udd12 Account Freezing<\/strong>\n                    <p>Immediate freezing of accounts and suspension of all transactions<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <!-- Section 7: Review and Updates -->\n            <h2><span class=\"section-number\">7<\/span>POLICY REVIEW AND UPDATES<\/h2>\n\n            <div class=\"info-box\">\n                <h3>Ongoing Commitment to Compliance<\/h3>\n                <p>This AML policy will be reviewed <strong>annually<\/strong> and updated as necessary to reflect:<\/p>\n                <ul>\n                    <li>Changes in AML regulations and legal requirements<\/li>\n                    <li>Evolving money laundering techniques and threats<\/li>\n                    <li>Business operations and service offerings<\/li>\n                    <li>Feedback from audits and compliance assessments<\/li>\n                    <li>Industry best practices and standards<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <!-- Section 8: Contact Information -->\n            <h2><span class=\"section-number\">8<\/span>CONTACT INFORMATION<\/h2>\n\n            <div class=\"contact-info-box\">\n                <h3>AML Compliance Officer<\/h3>\n                <p>For questions or to report suspicious activities, please contact:<\/p>\n\n                <div class=\"contact-detail\">\n                    <strong>Vida Sabia AML Compliance Officer<\/strong>\n                    <p>Email: <a href=\"mailto:support@vida-sabia.com\">support@vida-sabia.com<\/a><\/p>\n                <\/div>\n\n                <div class=\"alert-box\" style=\"margin-top: 20px;\">\n                    <h3>\u26a0\ufe0f Confidential Reporting<\/h3>\n                    <p>All reports of suspicious activity will be handled with strict confidentiality. Retaliation against individuals who report in good faith is strictly prohibited.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"divider\"><\/div>\n\n            <div class=\"acceptance-box\">\n                <p style=\"font-size: 1.1em;\">By collaborating with Vida Sabia, all employees, IBPs, and partners agree to comply with this Anti-Money Laundering Policy.<\/p>\n            <\/div>\n\n            <div class=\"commitment-badge\">\n                <h3>\ud83c\udf31 Zero Tolerance for Financial Crimes<\/h3>\n                <p>Vida Sabia maintains a zero-tolerance policy for money laundering and terrorist financing. We are committed to maintaining the highest standards of financial integrity and regulatory compliance.<\/p>\n            <\/div>\n\n            <div class=\"contact-box\">\n                <h2>REPORT SUSPICIOUS ACTIVITY<\/h2>\n                <p>If you suspect money laundering or have AML concerns:<\/p>\n                <p style=\"margin: 20px 0;\"><a href=\"mailto:support@vida-sabia.com\">support@vida-sabia.com<\/a><\/p>\n                <p style=\"font-size: 0.9em; opacity: 0.9;\">Vida Sabia - Financial Integrity is Our Foundation<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Vida Sabia Header - Updated Colors Home Packages Log In My Account Home Packages Log In My Account Anti-Money Laundering Policy - Vida Sabia ANTI-MONEY LAUNDERING POLICY (AML Policy) Vida Sabia - Committed to Financial Integrity Effective Date: October 2025 \ud83d\udee1\ufe0f Our Commitment to Compliance Vida Sabia is committed to preventing money laundering and the [&hellip;]<\/p>","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-68471","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vida-sabia.com\/es\/wp-json\/wp\/v2\/pages\/68471","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vida-sabia.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vida-sabia.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vida-sabia.com\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/vida-sabia.com\/es\/wp-json\/wp\/v2\/comments?post=68471"}],"version-history":[{"count":4,"href":"https:\/\/vida-sabia.com\/es\/wp-json\/wp\/v2\/pages\/68471\/revisions"}],"predecessor-version":[{"id":68475,"href":"https:\/\/vida-sabia.com\/es\/wp-json\/wp\/v2\/pages\/68471\/revisions\/68475"}],"wp:attachment":[{"href":"https:\/\/vida-sabia.com\/es\/wp-json\/wp\/v2\/media?parent=68471"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}