-

- GDPR
+ className={`about_section ${
+ layout !== 'simple-consent-mode' && layout !== 'simple-web-2'
+ ? 'fix_height'
+ : ''
+ }`}
+ >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {t('txt_understanding_your_consent')}
+
+ {layout !== 'simple-consent-mode' &&
+ layout !== 'advance-consent-mode' ? (
+
{t('txt_this_website_uses')}
+ ) : (
+ <>>
+ )}
+ {layout === 'advance-consent-mode' ? (
+ <>>
+ ) : (
+ <>
+
+ >
+ )}
+
+ {layout !== 'simple-consent-mode' && layout !== 'simple-web-2' ? (
+ <>
+
+
+
+ >
+ ) : (
+ <>>
+ )}